@charset "UTF-8";
/* Transition */
/* Transition-delay	*/
/* Order	*/
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility	*/
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Special headline */
.cb-refresh .hero-banner .content-left h1, .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2, .cb-refresh .info-cta .right-col h2 span, .cb-refresh .footer-cta .content-text h2, .cb-refresh .hero-banner-secondary .content-layer h1, .cb-refresh .hero-banner-refresh .content-left h1, .cb-refresh .info-with-cta .two-col h3, .cb-refresh .info-with-cta .two-col.white-box h2 {
  font-family: "Metropolis-Black", "Metropolis", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: -0.01em; }

/* Base colors*/
/*	Media query variables */
/*	Media query mixins */
/*  (min-width: 1400px) */
/*	(min-width:1281px) */
/*	(min-width:1191px) */
/*	(min-width:991px) */
/*	(min-width:1024px) */
/*	(min-width:768px) */
/*	(min-width:1281px), (max-width: 1399px) */
/* (min-width:1191px), (max-width: 1280px) */
/* (min-width:1025px), (max-width: 1190px) */
/* (min-width:992px), (max-width: 1190px) */
/* (min-width:992px), (max-width: 1024px) */
/*	(min-width:768px), (max-width: 991px) */
/*	(min-width:596px), (max-width: 991px) */
/*	(min-width:596px), (max-width: 767px) */
/*	(min-width:481px), (max-width: 595px) */
/* (max-width:1190px) */
/* (max-width:991px) */
/* (max-width:1024px) */
/* (max-width:767px) */
/* (max-width:640px) */
/* (max-width:595px) */
/*	(max-width:480px) */
/*	(max-width:400px) */
/* breakpoint for content-with image section
(min-width:1191px) , (max-width: 1399px) */
/*!
 * 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 fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

@-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 fadeInLeft {
  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 fadeInLeft {
  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 fadeInLeft {
  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: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft; }

@-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 fadeInRight {
  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 fadeInRight {
  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 fadeInRight {
  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: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight; }

@-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 fadeInUp {
  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 fadeInUp {
  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 fadeInUp {
  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); } }

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

@-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; }

@-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 {
  -webkit-animation-name: wefadeInUp;
  -o-animation-name: wefadeInUp;
     animation-name: wefadeInUp; }

.cb-refresh {
  margin: 0;
  padding: 0;
  font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
  position: relative;
  /* Transition */
  /* Transition-delay	*/
  /* Order	*/
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility	*/
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Special headline */
  /* Base colors*/
  /*	Media query variables */
  /*	Media query mixins */
  /*  (min-width: 1400px) */
  /*	(min-width:1281px) */
  /*	(min-width:1191px) */
  /*	(min-width:991px) */
  /*	(min-width:1024px) */
  /*	(min-width:768px) */
  /*	(min-width:1281px), (max-width: 1399px) */
  /* (min-width:1191px), (max-width: 1280px) */
  /* (min-width:1025px), (max-width: 1190px) */
  /* (min-width:992px), (max-width: 1190px) */
  /* (min-width:992px), (max-width: 1024px) */
  /*	(min-width:768px), (max-width: 991px) */
  /*	(min-width:596px), (max-width: 991px) */
  /*	(min-width:596px), (max-width: 767px) */
  /*	(min-width:481px), (max-width: 595px) */
  /* (max-width:1190px) */
  /* (max-width:991px) */
  /* (max-width:1024px) */
  /* (max-width:767px) */
  /* (max-width:640px) */
  /* (max-width:595px) */
  /*	(max-width:480px) */
  /*	(max-width:400px) */
  /* breakpoint for content-with image section
(min-width:1191px) , (max-width: 1399px) */
  /* * Buttons.*/
  /*
 * Heading and Paragraph.
 */
  /*
 * Columns.
 */
  /*
 * Background Image.
 */
  /* * Vertical Align Middle.*/
  /*
 * Text Alignment.
 */
  /*::-webkit-input-placeholder {  Chrome/Opera/Safari 
    color: $primary2;
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
}
::-moz-placeholder {  Firefox 19+ 
    color: $primary2;
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
}
:-ms-input-placeholder {  IE 10+ 
    color: $primary2;
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
}
:-moz-placeholder {  Firefox 18- 
    color: $primary2;
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
}*/
  /*.btn-white-blue {
  background: $white;
  color: $cyan-blue;
  border: 2px solid $white;
}*/
  /*.button.button-text{

  &:after{
    top: auto !important;
    right: auto !important;
    margin-top: 5px;
    margin-left: 9px;
  }
  &:hover{
    &:before{
      bottom: 1px;
    }
  }
  &:before{
    width: 100%;
    background: #fc6215;
    bottom: 2px;
    left: 0;
    height: 2px;
  }
  span{
    &:before{
      background: none;
    }
  }
}*/
  /* Transition */
  /* Transition-delay	*/
  /* Order	*/
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility	*/
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Special headline */
  /* Base colors*/
  /*	Media query variables */
  /*	Media query mixins */
  /*  (min-width: 1400px) */
  /*	(min-width:1281px) */
  /*	(min-width:1191px) */
  /*	(min-width:991px) */
  /*	(min-width:1024px) */
  /*	(min-width:768px) */
  /*	(min-width:1281px), (max-width: 1399px) */
  /* (min-width:1191px), (max-width: 1280px) */
  /* (min-width:1025px), (max-width: 1190px) */
  /* (min-width:992px), (max-width: 1190px) */
  /* (min-width:992px), (max-width: 1024px) */
  /*	(min-width:768px), (max-width: 991px) */
  /*	(min-width:596px), (max-width: 991px) */
  /*	(min-width:596px), (max-width: 767px) */
  /*	(min-width:481px), (max-width: 595px) */
  /* (max-width:1190px) */
  /* (max-width:991px) */
  /* (max-width:1024px) */
  /* (max-width:767px) */
  /* (max-width:640px) */
  /* (max-width:595px) */
  /*	(max-width:480px) */
  /*	(max-width:400px) */
  /* breakpoint for content-with image section
(min-width:1191px) , (max-width: 1399px) */
  /*  .statistics{
    background: none;
    padding: 0;
    &:after{
      display: none;
    }

    .col-wrap .five-col {
      .count-wrap{
        height: auto;
      }
      &:nth-child(2) .icon-wrap{
        height: 44px;
      }
    }

  }*/
  /* Slider */
  /*partner-slider*/
  /*cta*/
  /* fixes view width display in ff/ie */
  /*Logo Grid Partner*/ }
  .cb-refresh .hero-banner .content-left h1, .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2, .cb-refresh .info-cta .right-col h2 span, .cb-refresh .footer-cta .content-text h2, .cb-refresh .hero-banner-secondary .content-layer h1, .cb-refresh .hero-banner-refresh .content-left h1, .cb-refresh .info-with-cta .two-col h3, .cb-refresh .info-with-cta .two-col.white-box h2 {
    font-family: "Metropolis-Black", "Metropolis", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: -0.01em; }
  .cb-refresh * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  .cb-refresh h1, .cb-refresh .h1, .cb-refresh h2, .cb-refresh .h2, .cb-refresh h3, .cb-refresh .h3, .cb-refresh h4, .cb-refresh .h4, .cb-refresh h5, .cb-refresh .h5, .cb-refresh h6, .cb-refresh .h6 {
    font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
  .cb-refresh p {
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
  .cb-refresh a:not(.button) {
    display: inline-block;
    text-decoration: none;
    color: #000;
    outline: 0;
    font-size: 16px;
    cursor: pointer;
    font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
    .cb-refresh a:not(.button):hover {
      outline: 0;
      text-decoration: none; }
  .cb-refresh ul.list--number.no-number li:before {
    content: ' '; }
  .cb-refresh h1, .cb-refresh h2, .cb-refresh h3, .cb-refresh h4, .cb-refresh h5, .cb-refresh h6, .cb-refresh p,
  .cb-refresh fieldset, .cb-refresh form, .cb-refresh label,
  .cb-refresh table, .cb-refresh tbody, .cb-refresh tr, .cb-refresh th, .cb-refresh td,
  .cb-refresh figure, .cb-refresh footer, .cb-refresh header,
  .cb-refresh menu, .cb-refresh nav, .cb-refresh section,
  .cb-refresh audio, .cb-refresh video, .cb-refresh button {
    margin: 0;
    border: 0; }
  .cb-refresh img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border: 0; }
  .cb-refresh .container, .cb-refresh .wave-wraper .sticky-links ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1190px;
    position: relative; }
  .cb-refresh .content-650 {
    max-width: 650px;
    margin: 0 auto; }
  .cb-refresh .content-760 {
    max-width: 760px;
    margin: 0 auto; }
  .cb-refresh .content-700 {
    max-width: 700px;
    margin: 0 auto; }
  .cb-refresh section,
  .cb-refresh .section {
    width: 100%;
    position: relative;
    float: left;
    padding: 100px 0;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh section,
      .cb-refresh .section {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh section,
      .cb-refresh .section {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      .cb-refresh section,
      .cb-refresh .section {
        padding: 40px 0; } }
  .cb-refresh input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  .cb-refresh h1 {
    font-size: 5.625rem; }
  .cb-refresh h2 {
    font-size: 3rem;
    line-height: 1.1; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh h2 {
        font-size: 42px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh h2 {
        font-size: 38px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh h2 {
        font-size: 36px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh h2 {
        font-size: 32px; } }
    @media (max-width: 480px) {
      .cb-refresh h2 {
        font-size: 28px; } }
  .cb-refresh h3 {
    font-size: 2.25rem; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh h3 {
        font-size: 32px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh h3 {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh h3 {
        font-size: 28px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh h3 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .cb-refresh h3 {
        font-size: 22px; } }
  .cb-refresh h4 {
    font-size: 1.25rem; }
    @media (max-width: 767px) {
      .cb-refresh h4 {
        font-size: 18px; } }
  .cb-refresh h5 {
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .cb-refresh h5 {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .cb-refresh h5 {
        font-size: 14px; } }
  .cb-refresh h6 {
    font-size: 1rem;
    line-height: 1.125; }
    @media (max-width: 767px) {
      .cb-refresh h6 {
        font-size: 14px; } }
  .cb-refresh p {
    font-size: 1rem; }
    @media (max-width: 767px) {
      .cb-refresh p {
        font-size: 14px; } }
  .cb-refresh .two-col {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .cb-refresh .two-col {
        width: 100%; } }
  .cb-refresh .three-col {
    width: 33.33%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .cb-refresh .three-col {
        width: 100%; } }
  .cb-refresh .four-col {
    width: 25%;
    float: left;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .four-col {
        width: 50%; } }
    @media (max-width: 767px) {
      .cb-refresh .four-col {
        width: 100%; } }
  .cb-refresh .five-col {
    width: 20%;
    float: left;
    position: relative; }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .five-col {
        width: 50%; } }
    @media (max-width: 480px) {
      .cb-refresh .five-col {
        width: 100%; } }
  .cb-refresh .hide {
    display: none; }
  .cb-refresh .no-border {
    border: 0 !important; }
  .cb-refresh header:after,
  .cb-refresh .container:after,
  .cb-refresh .wave-wraper .sticky-links ul:after,
  .cb-refresh section:after,
  .cb-refresh .wrapper:after,
  .cb-refresh .column-wrapper:after,
  .cb-refresh .grid-wrapper:after,
  .cb-refresh .two-third:after,
  .cb-refresh .content-wrapper:after,
  .cb-refresh .v-middle-wrapper:after {
    content: "";
    clear: both;
    display: block; }
  .cb-refresh .bg-img {
    overflow: hidden; }
  .cb-refresh .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .cb-refresh .v-middle-inner {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%; }
  .cb-refresh .v-middle,
  .cb-refresh .v-top,
  .cb-refresh .v-bottom {
    display: table-cell;
    vertical-align: middle; }
  .cb-refresh .v-top {
    vertical-align: top; }
  .cb-refresh .v-bottom {
    vertical-align: bottom; }
  .cb-refresh .text-left {
    text-align: left; }
  .cb-refresh .text-right {
    text-align: right; }
  .cb-refresh .text-center {
    text-align: center; }
  .cb-refresh .left {
    float: left; }
  .cb-refresh .right {
    float: right; }
  .cb-refresh .no-padding {
    padding: 0 !important; }
  .cb-refresh .no-padding-top {
    padding-top: 0 !important; }
  .cb-refresh .no-padding-bottom {
    padding-bottom: 0 !important; }
  .cb-refresh .no-margin-top {
    margin-top: 0 !important; }
  .cb-refresh .no-margin-bottom {
    margin-bottom: 0 !important; }
  .cb-refresh .blend-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply; }
  .cb-refresh .column-wrapper {
    width: 100%; }
  .cb-refresh .btn-default,
  .cb-refresh .btn-white-blue,
  .cb-refresh .btn-transparent-black,
  .cb-refresh .btn-transparent,
  .cb-refresh .btn-orange,
  .cb-refresh .btn-white,
  .cb-refresh .btn-black,
  .cb-refresh .btn-blue, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-default, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-default,
  .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white-blue, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white-blue,
  .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent-black, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent-black,
  .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent,
  .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-orange, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-orange,
  .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white {
    font-size: 14px !important;
    font-weight: 700;
    display: inline-block;
    background: #000;
    color: #fff !important;
    letter-spacing: .020em;
    padding: 12px 25px;
    cursor: pointer;
    border: 2px solid #000;
    position: relative;
    min-width: 155px;
    text-align: center;
    line-height: 1.75; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .btn-default,
      .cb-refresh .btn-white-blue,
      .cb-refresh .btn-transparent-black,
      .cb-refresh .btn-transparent,
      .cb-refresh .btn-orange,
      .cb-refresh .btn-white,
      .cb-refresh .btn-black,
      .cb-refresh .btn-blue, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-default, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-default,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white-blue, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white-blue,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent-black, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent-black,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-orange, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-orange,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white {
        padding: 10px 20px; } }
    @media (max-width: 767px) {
      .cb-refresh .btn-default,
      .cb-refresh .btn-white-blue,
      .cb-refresh .btn-transparent-black,
      .cb-refresh .btn-transparent,
      .cb-refresh .btn-orange,
      .cb-refresh .btn-white,
      .cb-refresh .btn-black,
      .cb-refresh .btn-blue, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-default, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-default,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white-blue, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white-blue,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent-black, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent-black,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-orange, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-orange,
      .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white {
        padding: 10px 20px;
        font-size: 14px !important;
        min-width: inherit; } }
    .cb-refresh .btn-default span, .cb-refresh .btn-white-blue span, .cb-refresh .btn-transparent-black span, .cb-refresh .btn-transparent span, .cb-refresh .btn-orange span, .cb-refresh .btn-white span, .cb-refresh .btn-black span, .cb-refresh .btn-blue span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-default span, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-default span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white-blue span, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white-blue span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent-black span, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent-black span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-transparent span, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-transparent span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-orange span, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-orange span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-white span, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-white span {
      display: block;
      position: relative;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      /*    &:after{
          content: '›';
          position: absolute;
          right: 0px;
          top: 2px;
          font-size: 20px;
          height: 16px;
          width: 10px;
          line-height: 16px;
          opacity: 0;
          @include transition(right,0.4s, ease);
        }*/ }
  .cb-refresh .btn-transparent-black {
    background: transparent;
    color: #000 !important;
    border: 2px solid #000; }
    .cb-refresh .btn-transparent-black:hover {
      background: rgba(0, 0, 0, 0.85);
      border-color: #000;
      color: #fff !important; }
  .cb-refresh .btn-transparent {
    background: transparent;
    border-color: #fff; }
    .cb-refresh .btn-transparent:hover {
      background: rgba(255, 255, 255, 0.85);
      border-color: #fff;
      color: #000 !important; }
  .cb-refresh .btn-white {
    background: #fff;
    border-color: #fff;
    color: #fc6215 !important; }
  .cb-refresh .btn-orange {
    background: #fc6215;
    border-color: #fc6215; }
    .cb-refresh .btn-orange:hover {
      background: #f68b2a;
      border-color: #f68b2a; }
  .cb-refresh .btn-black {
    background: transparent;
    border-color: #000; }
    .cb-refresh .btn-black:hover {
      background: #000;
      border-color: #000;
      color: #fff !important; }
  .cb-refresh .link {
    position: relative;
    display: inline-block;
    color: #fc6215 !important;
    font-size: 1.125rem;
    line-height: 1.33;
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .cb-refresh .link:after {
      content: '›';
      display: inline-block;
      position: absolute;
      right: auto;
      bottom: 0;
      padding-left: 5px; }
    .cb-refresh .link:hover, .cb-refresh .link:focus {
      color: #f68b2a !important; }
  .cb-refresh .button.external span:after {
    background: url(/wp-content/themes/cb/refresh/dist/images/external-link-icon.svg);
    width: 24px;
    height: 24px;
    top: -8px;
    right: -38px; }
  .cb-refresh .button-text {
    padding-bottom: 2px;
    margin-right: 22px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .cb-refresh .button-text:before {
      width: 100%;
      background: #fc6215;
      left: 0;
      bottom: -5px;
      height: 2px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .cb-refresh .button-text:after {
      display: none;
      background: none; }
    .cb-refresh .button-text:hover:before {
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0); }
    .cb-refresh .button-text span {
      display: inline; }
      .cb-refresh .button-text span:before {
        background: none;
        display: none; }
      .cb-refresh .button-text span:after {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.34%209.04%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M10.76%204.52h-10%22%20stroke-linecap%3D%22square%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.26%208.5l4.02-3.96-4-4%22%2F%3E%0A%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        width: 18px;
        height: 10px;
        right: -34px;
        top: inherit;
        bottom: 1px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .cb-refresh .button-text:hover span:after {
      -webkit-transform: translate3d(4px, 0, 0);
              transform: translate3d(4px, 0, 0); }
  .cb-refresh .list--number.is-small li:before {
    height: 25px;
    width: 21px; }
  .cb-refresh .flat-animation {
    -webkit-transform-style: flat;
            transform-style: flat; }
  .cb-refresh .hero-banner {
    width: 100%;
    background: #2475d9;
    height: 810px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cb-refresh .hero-banner {
        height: 720px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .hero-banner {
        height: 760px; } }
    @media (min-width: 640px) and (max-width: 767px) {
      .cb-refresh .hero-banner {
        height: 890px; } }
    @media (max-width: 639px) {
      .cb-refresh .hero-banner {
        height: 940px; } }
    .cb-refresh .hero-banner .bg-img {
      height: 100%;
      display: none; }
      .cb-refresh .hero-banner .bg-img img {
        min-width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        min-height: 650px; }
    .cb-refresh .hero-banner .banner-video {
      display: block; }
      .cb-refresh .hero-banner .banner-video .home_video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .cb-refresh .hero-banner .content-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .cb-refresh .hero-banner .content-layer .container, .cb-refresh .hero-banner .content-layer .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .hero-banner .content-layer ul {
        top: 56.8%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
    .cb-refresh .hero-banner .content-left {
      width: 60%;
      max-width: 460px;
      float: left;
      margin-top: -8px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .hero-banner .content-left {
          width: 55%;
          max-width: 380px; } }
      @media (max-width: 767px) {
        .cb-refresh .hero-banner .content-left {
          width: 100%;
          margin-bottom: 20px;
          text-align: left;
          max-width: inherit; } }
      .cb-refresh .hero-banner .content-left h1 {
        font-size: 87px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .011em; }
        .cb-refresh .hero-banner .content-left h1 span {
          display: block; }
          .cb-refresh .hero-banner .content-left h1 span:nth-of-type(1) {
            color: #00d2ff;
            font-size: 75px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(1) {
                font-size: 66px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(1) {
                font-size: 58px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(1) {
                font-size: 46px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(1) {
                font-size: 40px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(1) {
                font-size: 34px; } }
          .cb-refresh .hero-banner .content-left h1 span:nth-of-type(2) {
            margin-top: -14px;
            font-size: 90px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(2) {
                margin-top: -10px;
                font-size: 75px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(2) {
                margin-top: -6px;
                font-size: 66px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(2) {
                margin-top: -4px;
                font-size: 58px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(2) {
                margin-top: -2px;
                font-size: 44px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(2) {
                margin-top: -2px;
                font-size: 38px; } }
          .cb-refresh .hero-banner .content-left h1 span:nth-of-type(3) {
            font-size: 127px;
            margin-top: -16px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(3) {
                font-size: 100px;
                margin-top: -12px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(3) {
                font-size: 78px;
                margin-top: -9px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(3) {
                font-size: 64px;
                margin-top: -5px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(3) {
                font-size: 54px;
                margin-top: -3px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner .content-left h1 span:nth-of-type(3) {
                font-size: 46px;
                margin-top: -2px; } }
      .cb-refresh .hero-banner .content-left h3 {
        font-weight: 400;
        color: #fff;
        line-height: 1;
        letter-spacing: -0.07em;
        margin-top: 10px; }
        @media (max-width: 767px) {
          .cb-refresh .hero-banner .content-left h3 {
            max-width: inherit; } }
      .cb-refresh .hero-banner .content-left .btn-orange {
        margin-top: 39px; }
        @media (max-width: 767px) {
          .cb-refresh .hero-banner .content-left .btn-orange {
            margin-top: 20px; } }
    .cb-refresh .hero-banner .content-right {
      width: 40%;
      float: right;
      margin-left: 30px;
      max-width: 354px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .hero-banner .content-right {
          width: 45%;
          max-width: 310px; } }
      @media (max-width: 767px) {
        .cb-refresh .hero-banner .content-right {
          width: 100%;
          float: left;
          margin: 0; } }
      @media (max-width: 480px) {
        .cb-refresh .hero-banner .content-right {
          width: 100%;
          max-width: 100%; } }
      .cb-refresh .hero-banner .content-right .featured {
        background: rgba(255, 255, 255, 0.85);
        padding: 13px 35px; }
        @media (max-width: 767px) {
          .cb-refresh .hero-banner .content-right .featured {
            padding: 10px 30px; } }
        .cb-refresh .hero-banner .content-right .featured a {
          width: 100%;
          height: 100%;
          border-bottom: 1px solid #b5b5b5; }
          .cb-refresh .hero-banner .content-right .featured a:last-of-type {
            border-bottom: none; }
          .cb-refresh .hero-banner .content-right .featured a:hover .featured-item h6:after {
            left: 22px; }
          .cb-refresh .hero-banner .content-right .featured a .featured-item {
            padding: 27px 0 37px; }
            @media (max-width: 767px) {
              .cb-refresh .hero-banner .content-right .featured a .featured-item {
                padding: 20px 0; } }
            .cb-refresh .hero-banner .content-right .featured a .featured-item h6 {
              font-size: 20px;
              font-weight: 700;
              position: relative;
              letter-spacing: -.022em; }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .hero-banner .content-right .featured a .featured-item h6 {
                  font-size: 18px; } }
              @media (max-width: 595px) {
                .cb-refresh .hero-banner .content-right .featured a .featured-item h6 {
                  font-size: 16px; } }
              .cb-refresh .hero-banner .content-right .featured a .featured-item h6:after {
                content: '';
                background: url(/wp-content/themes/cb/refresh/dist/images/icon_navigate_next.svg) no-repeat;
                height: 12px;
                background-size: 100%;
                width: 8px;
                display: inline-block;
                position: relative;
                left: 17px;
                top: 0;
                -webkit-transition: left 0.3s ease;
                -o-transition: left 0.3s ease;
                transition: left 0.3s ease; }
            .cb-refresh .hero-banner .content-right .featured a .featured-item p {
              color: #000;
              line-height: 1.2;
              margin-top: 5px; }
              @media (max-width: 767px) {
                .cb-refresh .hero-banner .content-right .featured a .featured-item p {
                  font-size: 14px; } }
  .cb-refresh .side-btn {
    display: none; }
    .cb-refresh .side-btn > div {
      width: 40px;
      height: 40px; }
  .cb-refresh.ua-mobile .hero-banner .bg-img {
    display: block; }
  .cb-refresh.ua-mobile .hero-banner .banner-video {
    display: none; }
  .cb-refresh .promo-slider {
    background: #0f4c8b;
    background-image: url(/wp-content/themes/cb/refresh/dist/images/honeycomb_graphic.png);
    background-position: top right;
    background-repeat: repeat-y;
    background-attachment: fixed; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cb-refresh .promo-slider {
        background-attachment: scroll; } }
    @media (max-width: 991px) {
      .cb-refresh .promo-slider {
        background-attachment: scroll; } }
    @media (max-width: 767px) {
      .cb-refresh .promo-slider .slick-slide {
        margin: 0; } }
    .cb-refresh .promo-slider .slick-slide > div {
      height: inherit; }
      @media (max-width: 767px) {
        .cb-refresh .promo-slider .slick-slide > div {
          display: table;
          width: 100%; } }
      .cb-refresh .promo-slider .slick-slide > div:after {
        content: '';
        display: block;
        clear: both; }
    .cb-refresh .promo-slider .promo-slides-wrap {
      padding: 43px 48px 40px 84px;
      float: left;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .promo-slider .promo-slides-wrap {
          padding: 33px 40px 33px 62px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .promo-slider .promo-slides-wrap {
          padding: 33px 18px 33px 25px; } }
      @media (max-width: 767px) {
        .cb-refresh .promo-slider .promo-slides-wrap {
          padding: 40px 20px; } }
      .cb-refresh .promo-slider .promo-slides-wrap .promo-slides {
        height: 100%;
        width: 100%;
        float: left;
        font-size: 0;
        display: table !important; }
        @media (max-width: 767px) {
          .cb-refresh .promo-slider .promo-slides-wrap .promo-slides {
            display: table-cell !important;
            vertical-align: middle;
            float: none; } }
        .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .logo {
          height: 100%;
          width: 20%;
          max-width: 169px;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          padding: 17px 0; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .logo {
              padding-right: 15px; } }
          @media (max-width: 767px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .logo {
              width: 100%;
              display: block;
              margin: 0 auto 15px;
              padding: 0; } }
          @media (max-width: 595px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .logo img {
              display: inline-block; } }
        .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .promo-title {
          width: 20%;
          max-width: 200px;
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          padding: 0 20px 0 0; }
          @media (max-width: 767px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .promo-title {
              width: 100%;
              padding: 0 0 15px 0;
              display: block;
              margin: 0 auto; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .promo-title {
              border-bottom: 1px solid #fff;
              margin: 0;
              max-width: inherit; } }
          .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .promo-title .title {
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
            line-height: 1.4;
            margin-bottom: 0;
            position: relative;
            z-index: 1; }
        .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta {
          border-left: 1px solid #fff;
          width: 65%;
          display: table-cell;
          vertical-align: middle;
          padding: 17px 0; }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta {
              display: inline-block;
              width: 69%;
              border-left: none;
              padding-top: 20px; } }
          @media (max-width: 595px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta {
              padding: 0;
              display: block;
              width: 100%;
              border-left: 0;
              text-align: center;
              border-top: 1px solid #fff; } }
          .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta h4 {
            line-height: 1.5;
            font-weight: 400;
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
            color: #fff;
            font-weight: 400;
            padding: 0 60px 0 40px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta h4 {
                padding: 0 45px 0 30px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta h4 {
                padding: 0 20px 0 20px; } }
            @media (max-width: 767px) {
              .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta h4 {
                padding: 0 20px 0; } }
            @media (max-width: 595px) {
              .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .quote-with-cta h4 {
                display: block;
                width: 100%;
                padding: 15px 0; } }
        .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .btn-wrap {
          display: table-cell;
          vertical-align: middle;
          padding-right: 35px; }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .btn-wrap {
              display: inline-block;
              text-align: center;
              padding: 20px 0 0 20px; } }
          @media (max-width: 595px) {
            .cb-refresh .promo-slider .promo-slides-wrap .promo-slides .btn-wrap {
              display: block;
              text-align: center;
              padding-right: 0; } }
    .cb-refresh .promo-slider .prev-slide,
    .cb-refresh .promo-slider .next-slide {
      position: absolute;
      cursor: pointer;
      top: 50%;
      width: 15px;
      height: 24px;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      .cb-refresh .promo-slider .prev-slide svg,
      .cb-refresh .promo-slider .next-slide svg {
        width: 100%;
        height: 100%; }
    .cb-refresh .promo-slider .prev-slide {
      left: 0; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .promo-slider .prev-slide {
          left: 15px; } }
      @media (max-width: 991px) {
        .cb-refresh .promo-slider .prev-slide {
          left: 15px; } }
      .cb-refresh .promo-slider .prev-slide svg {
        -webkit-transform: rotate(-180deg);
             -o-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .cb-refresh .promo-slider .next-slide {
      right: 0; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .promo-slider .next-slide {
          right: 15px; } }
      @media (max-width: 991px) {
        .cb-refresh .promo-slider .next-slide {
          right: 15px; } }
    .cb-refresh .promo-slider .vector-graphic {
      position: absolute;
      right: -6px;
      top: 0;
      z-index: -1; }
  .cb-refresh-section .cb-refresh .promo-slider {
    background: transparent none !important;
    background-image: none !important; }
    .cb-refresh-section .cb-refresh .promo-slider .promo-slides-wrap {
      padding-top: 0;
      padding-bottom: 0; }
  .cb-refresh .hero-banner .content-left h1, .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2, .cb-refresh .info-cta .right-col h2 span, .cb-refresh .footer-cta .content-text h2, .cb-refresh .hero-banner-secondary .content-layer h1, .cb-refresh .hero-banner-refresh .content-left h1, .cb-refresh .info-with-cta .two-col h3, .cb-refresh .info-with-cta .two-col.white-box h2 {
    font-family: "Metropolis-Black", "Metropolis", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: -0.01em; }
  .cb-refresh .infographic {
    position: relative;
    padding-bottom: 83px;
    overflow: hidden;
    float: left;
    width: 100%; }
    @media (min-width: 1025px) and (max-width: 1190px) {
      .cb-refresh .infographic {
        padding-bottom: 60px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cb-refresh .infographic {
        padding-bottom: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .infographic {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .cb-refresh .infographic {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .cb-refresh .infographic .parallax-window {
      min-height: 266px; }
    .cb-refresh .infographic .parallax-container {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 562px;
      /*    &.parallax-img{
          .line-parallax{
            opacity: 0;
            left: 0;
            visibility: hidden;
          }
          .dots-parallax{
            opacity: 0;
            width: 150px;
            height: 269px;
            visibility: hidden;
          }
        }*/ }
      @media (max-width: 1024px) {
        .cb-refresh .infographic .parallax-container {
          display: none; } }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .infographic .parallax-container {
          width: 422px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic .parallax-container {
          width: 312px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic .parallax-container {
          width: 312px; } }
      .cb-refresh .infographic .parallax-container .line-parallax {
        position: absolute;
        top: 0; }
      .cb-refresh .infographic .parallax-container .dots-parallax {
        position: absolute;
        /*      top: 0;
            left: 30px;*/
        top: 20px;
        left: 20px; }
      .cb-refresh .infographic .parallax-container.img-container {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        width: 100%; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .infographic .parallax-container.img-container {
            max-width: 1024px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic .parallax-container.img-container {
            max-width: 768px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .infographic .parallax-container.img-container {
            max-width: 596px; } }
        .cb-refresh .infographic .parallax-container.img-container .bg-img {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1;
          width: 100%; }
          .cb-refresh .infographic .parallax-container.img-container .bg-img img {
            display: block;
            width: 100%;
            max-width: inherit; }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .infographic .parallax-container.img-container .bg-img {
              top: -58px; } }
        .cb-refresh .infographic .parallax-container.img-container .line-parallax {
          top: auto;
          left: auto;
          bottom: 52px;
          right: 0; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .infographic .parallax-container.img-container .line-parallax {
              width: 60%;
              bottom: 52px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .infographic .parallax-container.img-container .line-parallax {
              width: 60%;
              bottom: 52px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .infographic .parallax-container.img-container .line-parallax {
              width: 60%;
              bottom: 52px; } }
          @media (max-width: 595px) {
            .cb-refresh .infographic .parallax-container.img-container .line-parallax {
              bottom: 20px; } }
        .cb-refresh .infographic .parallax-container.img-container .dots-parallax {
          top: auto;
          left: auto;
          bottom: 170px;
          right: 0;
          z-index: 2;
          width: 53%; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .infographic .parallax-container.img-container .dots-parallax {
              width: 60%;
              bottom: 116px;
              right: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .infographic .parallax-container.img-container .dots-parallax {
              width: 60%;
              bottom: 116px;
              right: 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .infographic .parallax-container.img-container .dots-parallax {
              width: 60%;
              bottom: 116px;
              right: 0; } }
          @media (max-width: 595px) {
            .cb-refresh .infographic .parallax-container.img-container .dots-parallax {
              bottom: -79px;
              right: 70px; } }
    .cb-refresh .infographic .content-with-cta {
      position: relative;
      margin-top: 51px;
      width: 100%;
      z-index: 3; }
      .cb-refresh .infographic .content-with-cta:after {
        content: '';
        display: block;
        clear: both; }
      .cb-refresh .infographic .content-with-cta .inner-container {
        max-width: 735px;
        margin: 0 auto;
        width: 100%;
        text-align: center; }
      .cb-refresh .infographic .content-with-cta .caption {
        font-size: 16px;
        color: #6e6f72;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic .content-with-cta .caption {
            font-size: 14px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .infographic .content-with-cta .caption {
            font-size: 12px; } }
      .cb-refresh .infographic .content-with-cta h3 {
        color: #2475d9;
        font-weight: 700;
        margin-top: 7px;
        margin-bottom: 15px;
        letter-spacing: -.0012em; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic .content-with-cta h3 {
            margin-top: 15px;
            margin-bottom: 10px;
            font-size: 32px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .infographic .content-with-cta h3 {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 28px; } }
      .cb-refresh .infographic .content-with-cta p {
        font-size: 18px;
        color: #000;
        line-height: 1.35; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic .content-with-cta p {
            font-size: 16px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .infographic .content-with-cta p {
            font-size: 14px; } }
      .cb-refresh .infographic .content-with-cta .cta-container {
        font-size: 0;
        margin-top: 34px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic .content-with-cta .cta-container {
            margin-top: 24px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .infographic .content-with-cta .cta-container {
            margin-top: 20px; } }
        .cb-refresh .infographic .content-with-cta .cta-container a {
          font-weight: 700;
          margin-right: 15px;
          padding: 13px 27px 11px;
          font-size: 14px;
          letter-spacing: -0.02; }
          .cb-refresh .infographic .content-with-cta .cta-container a.btn-transparent-black {
            padding: 13px 44px 11px; }
          .cb-refresh .infographic .content-with-cta .cta-container a span {
            letter-spacing: -0.02; }
          @media (max-width: 480px) {
            .cb-refresh .infographic .content-with-cta .cta-container a {
              margin-bottom: 10px; } }
    .cb-refresh .infographic .content-with-img {
      position: relative;
      width: 100%;
      z-index: 1;
      padding-top: 59px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic .content-with-img {
          padding-top: 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic .content-with-img {
          padding-top: 40px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .infographic .content-with-img {
          padding-top: 30px; } }
      @media (max-width: 480px) {
        .cb-refresh .infographic .content-with-img {
          padding-top: 30px; } }
      .cb-refresh .infographic .content-with-img:only-child {
        padding-top: 0; }
      .cb-refresh .infographic .content-with-img .container, .cb-refresh .infographic .content-with-img .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .infographic .content-with-img ul {
        font-size: 0; }
        .cb-refresh .infographic .content-with-img .container:after, .cb-refresh .infographic .content-with-img .wave-wraper .sticky-links ul:after, .cb-refresh .wave-wraper .sticky-links .infographic .content-with-img ul:after {
          content: "";
          clear: both;
          display: block; }
      .cb-refresh .infographic .content-with-img .cloud-container {
        position: relative;
        float: left;
        width: 63.044%;
        margin-top: 37px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic .content-with-img .cloud-container {
            position: absolute;
            left: 20px;
            margin-top: 0;
            width: calc(63.044% - 20px);
            top: calc(50% - 140px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .infographic .content-with-img .cloud-container {
            position: absolute;
            left: 20px;
            margin-top: 0;
            width: calc(50% - 20px);
            top: calc(50% - 85px); } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .infographic .content-with-img .cloud-container {
            position: absolute;
            left: 20px;
            margin-top: 0;
            width: calc(50% - 20px);
            top: calc(50% - 70px); } }
        @media (max-width: 480px) {
          .cb-refresh .infographic .content-with-img .cloud-container {
            position: relative;
            margin-top: 0;
            width: 100%; } }
        .cb-refresh .infographic .content-with-img .cloud-container .svgs-container {
          position: relative; }
        .cb-refresh .infographic .content-with-img .cloud-container .cloud-svg {
          position: relative;
          top: -5px; }
          .cb-refresh .infographic .content-with-img .cloud-container .cloud-svg svg {
            width: 100%;
            height: 100%; }
        .cb-refresh .infographic .content-with-img .cloud-container .bar-svg {
          position: absolute;
          left: 14.25%;
          bottom: 0;
          width: 73.25%;
          z-index: 1; }
        .cb-refresh .infographic .content-with-img .cloud-container .cloud-text {
          position: absolute;
          top: 0;
          left: 7%;
          bottom: 0;
          padding: 0 75px;
          /*top: 59%;*/
          /*left: 0;*/ }
          .ua-mobile .cb-refresh .infographic .content-with-img .cloud-container .cloud-text {
            left: 0; }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .infographic .content-with-img .cloud-container .cloud-text {
              padding: 0 45px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .infographic .content-with-img .cloud-container .cloud-text {
              padding: 0 35px; } }
          @media (max-width: 480px) {
            .cb-refresh .infographic .content-with-img .cloud-container .cloud-text {
              padding: 0 20px;
              width: 100%;
              left: 0; } }
          .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 {
            font-size: 59px;
            color: #FFFFFF;
            line-height: 1.05;
            padding-top: 55px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 {
                font-size: 52px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 {
                font-size: 35px;
                padding-top: 40px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 {
                font-size: 20px;
                padding-top: 25px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 {
                font-size: 16px;
                padding-top: 15px; } }
            @media (max-width: 480px) {
              .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 {
                font-size: 22px;
                padding-top: 14px;
                max-width: 220px;
                display: block;
                margin: 0 auto; } }
            .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 span {
              font-size: 18px;
              font-weight: 500;
              font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
              display: inline-block;
              vertical-align: top; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 span {
                  font-size: 16px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 span {
                  font-size: 14px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 span {
                  font-size: 10px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 span {
                  font-size: 10px; } }
              @media (max-width: 480px) {
                .cb-refresh .infographic .content-with-img .cloud-container .cloud-text h2 span {
                  font-size: 10px; } }
      .cb-refresh .infographic .content-with-img .text-container {
        position: relative;
        float: right;
        width: 36.956%;
        padding: 10px 30px 0 87px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .infographic .content-with-img .text-container {
            padding: 20px 15px 10px 87px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic .content-with-img .text-container {
            padding: 20px 0 10px 82px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .infographic .content-with-img .text-container {
            width: 50%;
            padding: 20px 0 15px 75px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .infographic .content-with-img .text-container {
            width: 50%;
            padding: 20px 0 15px 75px; } }
        @media (max-width: 480px) {
          .cb-refresh .infographic .content-with-img .text-container {
            width: 100%;
            padding: 75px 0px 20px 0px;
            padding-top: 18vw;
            text-align: center; } }
        .cb-refresh .infographic .content-with-img .text-container .container-svg {
          position: absolute;
          top: 0%;
          left: 1px;
          height: 100%;
          width: auto; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .infographic .content-with-img .text-container .container-svg {
              height: 100%;
              width: 78px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .infographic .content-with-img .text-container .container-svg {
              height: 100%;
              width: 76px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .infographic .content-with-img .text-container .container-svg {
              height: 100%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .infographic .content-with-img .text-container .container-svg {
              height: 100%; } }
          @media (max-width: 480px) {
            .cb-refresh .infographic .content-with-img .text-container .container-svg {
              height: calc(100vw - 40px);
              text-align: center;
              width: 100%;
              left: 0;
              top: -34vw; } }
          .cb-refresh .infographic .content-with-img .text-container .container-svg img {
            height: 100%;
            width: auto; }
            @media (max-width: 480px) {
              .cb-refresh .infographic .content-with-img .text-container .container-svg img {
                height: 100%;
                width: auto;
                -webkit-transform: rotate(90deg);
                     -o-transform: rotate(90deg);
                        transform: rotate(90deg);
                display: inline-block; } }
        .cb-refresh .infographic .content-with-img .text-container h5 {
          color: #fc6215;
          text-transform: uppercase;
          font-weight: 900; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .infographic .content-with-img .text-container h5 {
              font-size: 16px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .infographic .content-with-img .text-container h5 {
              font-size: 14px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .infographic .content-with-img .text-container h5 {
              font-size: 14px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .infographic .content-with-img .text-container h5 {
              font-size: 12px; } }
          @media (max-width: 480px) {
            .cb-refresh .infographic .content-with-img .text-container h5 {
              font-size: 12px; } }
        .cb-refresh .infographic .content-with-img .text-container ul {
          margin: 7px 0 0; }
          @media (max-width: 480px) {
            .cb-refresh .infographic .content-with-img .text-container ul {
              z-index: 1; } }
          .cb-refresh .infographic .content-with-img .text-container ul li {
            margin-bottom: 5px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .infographic .content-with-img .text-container ul li {
                margin-bottom: 4px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .infographic .content-with-img .text-container ul li {
                margin-bottom: 3px; } }
            @media (max-width: 595px) {
              .cb-refresh .infographic .content-with-img .text-container ul li {
                margin-bottom: 0; } }
            @media (max-width: 767px) {
              .cb-refresh .infographic .content-with-img .text-container ul li:last-child {
                margin-bottom: 0px; } }
          .cb-refresh .infographic .content-with-img .text-container ul h5 {
            color: #2475d9;
            font-weight: 900;
            text-transform: initial;
            line-height: 1.2; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .infographic .content-with-img .text-container ul h5 {
                font-size: 16px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .infographic .content-with-img .text-container ul h5 {
                font-size: 14px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .infographic .content-with-img .text-container ul h5 {
                font-size: 14px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .infographic .content-with-img .text-container ul h5 {
                font-size: 12px; } }
            @media (max-width: 480px) {
              .cb-refresh .infographic .content-with-img .text-container ul h5 {
                font-size: 12px; } }
        .cb-refresh .infographic .content-with-img .text-container a {
          margin-top: 0.5em; }
          .cb-refresh .infographic .content-with-img .text-container a.button.button-text {
            padding: 0;
            text-align: left; }
            .cb-refresh .infographic .content-with-img .text-container a.button.button-text span:after {
              bottom: 3px; }
              @media (max-width: 991px) {
                .cb-refresh .infographic .content-with-img .text-container a.button.button-text span:after {
                  bottom: 2px; } }
              @media (max-width: 595px) {
                .cb-refresh .infographic .content-with-img .text-container a.button.button-text span:after {
                  bottom: 0;
                  right: -30px; } }
  .cb-refresh.ua-ie .infographic .content-with-img .cloud-container .svgs-container img {
    width: 100%; }
  .cb-refresh.ua-ie .infographic .content-with-img .text-container .container-svg {
    height: 100%;
    width: 94px !important;
    /*          img{
          
                    } */ }
  .cb-refresh #cloud-svg path {
    position: relative;
    z-index: 1; }
    .cb-refresh #cloud-svg path.duplicate {
      z-index: 10;
      opacity: 0;
      fill: rgba(255, 255, 255, 0.75);
      -webkit-animation: scanFlash 4s ease-out infinite normal both;
           -o-animation: scanFlash 4s ease-out infinite normal both;
              animation: scanFlash 4s ease-out infinite normal both; }
      .cb-refresh #cloud-svg path.duplicate.orange {
        fill: #fc6215;
        -webkit-animation-name: scanFlashOrange;
             -o-animation-name: scanFlashOrange;
                animation-name: scanFlashOrange; }

@-webkit-keyframes scanFlash {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  25% {
    opacity: 0; } }

@-o-keyframes scanFlash {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  25% {
    opacity: 0; } }

@keyframes scanFlash {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  25% {
    opacity: 0; } }

@-webkit-keyframes scanFlashOrange {
  75% {
    opacity: 0; }
  79% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes scanFlashOrange {
  75% {
    opacity: 0; }
  79% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes scanFlashOrange {
  75% {
    opacity: 0; }
  79% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .cb-refresh-section .cb-refresh .infographic {
    padding-top: 0;
    padding-bottom: 0; }
    .cb-refresh-section .cb-refresh .infographic .content-with-cta {
      margin-top: 0; }
    .cb-refresh-section .cb-refresh .infographic .text-container {
      padding-bottom: 0 !important; }
      .cb-refresh-section .cb-refresh .infographic .text-container ul li:last-child {
        margin-bottom: 0 !important; }
    .cb-refresh-section .cb-refresh .infographic:not(.intro-enabled) .content-with-img {
      padding-top: 0; }
    .cb-refresh-section .cb-refresh .infographic:not(.intro-enabled) .cloud-container {
      margin-top: 0; }
  .cb-refresh .logo-slider {
    padding: 80px 0 64px;
    background: rgba(188, 190, 192, 0.1); }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .logo-slider {
        padding: 60px 0px; } }
    @media (max-width: 767px) {
      .cb-refresh .logo-slider {
        padding: 40px 0px; } }
    .cb-refresh .logo-slider .container .intro-block h3, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .intro-block h3, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .intro-block h3 {
      color: #2475d9;
      margin-bottom: 6px;
      font-weight: 700;
      letter-spacing: 0; }
    .cb-refresh .logo-slider .container .intro-block h6, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .intro-block h6, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .intro-block h6 {
      font-weight: 100; }
    .cb-refresh .logo-slider .container .slick-slide, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .slick-slide, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .slick-slide {
      height: 75px; }
      .cb-refresh .logo-slider .container .slick-slide > div, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .slick-slide > div, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .slick-slide > div {
        top: 50%;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
        .cb-refresh .logo-slider .container .slick-slide > div img, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .slick-slide > div img, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .slick-slide > div img {
          width: auto !important;
          max-height: 75px; }
    .cb-refresh .logo-slider .container .slider-wrap, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .slider-wrap, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .slider-wrap {
      position: relative;
      margin: 51px 0 40px; }
      .cb-refresh .logo-slider .container .slider-wrap .logo-grid, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .slider-wrap .logo-grid, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .slider-wrap .logo-grid {
        padding: 0px 30px; }
      .cb-refresh .logo-slider .container .slider-wrap .prev-slide, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .slider-wrap .prev-slide, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .slider-wrap .prev-slide {
        top: 34%;
        left: -11px;
        cursor: pointer;
        position: absolute; }
      .cb-refresh .logo-slider .container .slider-wrap .next-slide, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .slider-wrap .next-slide, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .slider-wrap .next-slide {
        top: 34%;
        right: -11px;
        cursor: pointer;
        position: absolute; }
    .cb-refresh .logo-slider .container .content-wrapper a, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .content-wrapper a, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .content-wrapper a {
      font-size: 18px;
      letter-spacing: 0.011em;
      font-weight: 500;
      font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
      .cb-refresh .logo-slider .container .content-wrapper a span:after, .cb-refresh .logo-slider .wave-wraper .sticky-links ul .content-wrapper a span:after, .cb-refresh .wave-wraper .sticky-links .logo-slider ul .content-wrapper a span:after {
        bottom: 5px; }
  .cb-refresh-section .cb-refresh .logo-slider {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent; }
    .cb-refresh-section .cb-refresh .logo-slider .slider-wrap {
      margin-top: 0;
      margin-bottom: 0; }
  .cb-refresh .info-cta {
    padding: 43px 0 45px;
    position: relative;
    background: #fd8b24 url("/wp-content/themes/cb/refresh/dist/images/vector.png");
    background-position: top left;
    background-size: 414px;
    background-repeat: repeat-y; }
    .cb-refresh .info-cta .left-col {
      width: 288px;
      float: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .info-cta .left-col {
          width: 200px; } }
      @media (max-width: 767px) {
        .cb-refresh .info-cta .left-col {
          width: 100%; } }
      .cb-refresh .info-cta .left-col p {
        font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        width: 100%; }
        @media (max-width: 767px) {
          .cb-refresh .info-cta .left-col p {
            text-align: center; } }
    .cb-refresh .info-cta .right-col {
      width: calc(100% - 288px);
      float: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .info-cta .right-col {
          width: 70%; } }
      @media (max-width: 767px) {
        .cb-refresh .info-cta .right-col {
          text-align: center;
          width: 100%; } }
      .cb-refresh .info-cta .right-col h2 {
        font-size: 57px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -0.019em;
        line-height: 1;
        font-weight: 300; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .info-cta .right-col h2 {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .cb-refresh .info-cta .right-col h2 {
            width: 100%;
            font-size: 40px;
            padding: 10px 0; } }
        .cb-refresh .info-cta .right-col h2 span {
          font-weight: 700;
          /*        @include tablet {
                  font-size: 50px;
                }
                @include tablet-down {
                  font-size: 50px;
                }*/ }
      .cb-refresh .info-cta .right-col .content {
        max-width: 100%; }
        @media (max-width: 767px) {
          .cb-refresh .info-cta .right-col .content {
            width: 100%;
            padding: 0;
            float: none;
            clear: both;
            margin: auto; } }
        .cb-refresh .info-cta .right-col .content h4 {
          color: #fff;
          font-size: 24px;
          margin-top: 20px;
          margin-bottom: 18px;
          font-weight: bold; }
          @media (max-width: 767px) {
            .cb-refresh .info-cta .right-col .content h4 {
              font-size: 18px;
              padding-top: 5px; } }
        .cb-refresh .info-cta .right-col .content span {
          font-size: 14px; }
  .cb-refresh-section .cb-refresh .info-cta {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent none; }
    .cb-refresh-section .cb-refresh .info-cta .slider-wrap {
      margin-top: 0;
      margin-bottom: 0; }
  .theme_gray_dark .cb-refresh .info-cta .btn-white {
    color: #6e6f72 !important; }
  .theme_blue_wide .cb-refresh .info-cta .btn-white {
    color: #0f4c8b !important; }
  .theme_blue_narrow .cb-refresh .info-cta .btn-white {
    color: #0831cc !important; }
  .theme_light_blue .cb-refresh .info-cta .btn-white, .theme_blue_dots_right .cb-refresh .info-cta .btn-white {
    color: #2475d9 !important; }
  .theme_black_blue .cb-refresh .info-cta .btn-white {
    color: #0831cc !important; }
  .cb-refresh .content-with-image {
    background: rgba(0, 0, 0, 0.75) url("/wp-content/themes/cb/refresh/dist/images/working_person.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 117px 0 76px; }
    @media (min-width: 1191px) {
      .cb-refresh .content-with-image {
        background-position: 45% 0px; } }
    @media (min-width: 1025px) and (max-width: 1190px) {
      .cb-refresh .content-with-image {
        background-position: 70% 0px;
        padding: 80px 0; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cb-refresh .content-with-image {
        background-position: 50% 0px;
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .content-with-image {
        padding: 40px 0px;
        background-size: auto 100%;
        background-position: 20% 0px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .content-with-image {
        padding: 40px 0px;
        background-size: auto 100%;
        background-position: 20% 0px; } }
    @media (max-width: 595px) {
      .cb-refresh .content-with-image {
        padding: 0;
        background-size: contain;
        background-color: rgba(0, 0, 0, 0.75) !important;
        background-image: none !important; } }
    .cb-refresh .content-with-image:before {
      content: '';
      position: absolute;
      background-image: url("/wp-content/themes/cb/refresh/dist/images/vector_triangle.png");
      background-position: 100% 100%;
      background-repeat: no-repeat;
      width: 294px;
      height: 142px;
      right: 0;
      top: 16px;
      /*    @include phone-down {
          height: 90px;
          background-size: contain;
          width: inherit;
          background: none;
        }*/ }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .content-with-image:before {
          height: 130px;
          background-size: contain;
          width: inherit; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .content-with-image:before {
          height: 120px;
          background-size: contain;
          width: inherit; } }
      @media (max-width: 595px) {
        .cb-refresh .content-with-image:before {
          background: none; } }
    .cb-refresh .content-with-image .content-right {
      width: 66%;
      float: right; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .content-with-image .content-right {
          width: 100%;
          margin-top: 500px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .content-with-image .content-right {
          width: 100%;
          margin-top: 560px; } }
      @media (max-width: 595px) {
        .cb-refresh .content-with-image .content-right {
          width: calc(100% + 40px);
          float: left;
          margin: 0 0px 0px -20px;
          padding: 40px 20px; } }
      .cb-refresh .content-with-image .content-right h3 {
        margin-bottom: 4px;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.004em;
        max-width: 440px;
        width: 100%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .content-with-image .content-right h3 {
            max-width: 541px;
            float: left; } }
        @media (max-width: 767px) {
          .cb-refresh .content-with-image .content-right h3 {
            line-height: 1.2; } }
      .cb-refresh .content-with-image .content-right p {
        padding: 22px 20px 40px 0;
        color: #fff;
        font-size: 18px;
        line-height: 1.35;
        width: 100%;
        max-width: 630px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .content-with-image .content-right p {
            max-width: 541px;
            float: left;
            padding: 18px 0 24px; } }
        @media (max-width: 767px) {
          .cb-refresh .content-with-image .content-right p {
            font-size: 16px; } }
        @media (max-width: 595px) {
          .cb-refresh .content-with-image .content-right p {
            padding: 14px 0 20px; } }
      .cb-refresh .content-with-image .content-right .col-wrap {
        float: left;
        width: 100%; }
        .cb-refresh .content-with-image .content-right .col-wrap .three-col {
          margin-bottom: 30px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .content-with-image .content-right .col-wrap .three-col {
              padding: 0px 35px 0px 0px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .content-with-image .content-right .col-wrap .three-col {
              padding: 0px 20px 0px 0px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .content-with-image .content-right .col-wrap .three-col {
              width: 33.33%;
              padding: 0px 20px 0px 0px; } }
          @media (max-width: 595px) {
            .cb-refresh .content-with-image .content-right .col-wrap .three-col {
              padding: 10px 0px;
              text-align: center;
              margin-bottom: 0; } }
          .cb-refresh .content-with-image .content-right .col-wrap .three-col .icon-wrap {
            width: 67px;
            height: 78px;
            margin-bottom: 16px; }
            @media (max-width: 595px) {
              .cb-refresh .content-with-image .content-right .col-wrap .three-col .icon-wrap {
                margin: auto;
                margin-bottom: 10px; } }
            .cb-refresh .content-with-image .content-right .col-wrap .three-col .icon-wrap img {
              width: 100%;
              height: 100%; }
          .cb-refresh .content-with-image .content-right .col-wrap .three-col h4 {
            max-width: 180px;
            font-size: 24px;
            color: #fff;
            padding: 0px 0 3px 0px;
            font-weight: 700;
            line-height: 1.26;
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .content-with-image .content-right .col-wrap .three-col h4 {
                font-size: 22px;
                max-width: 150px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .content-with-image .content-right .col-wrap .three-col h4 {
                font-size: 18px;
                max-width: 140px; } }
            @media (max-width: 767px) {
              .cb-refresh .content-with-image .content-right .col-wrap .three-col h4 {
                font-size: 18px;
                max-width: 140px; } }
            @media (max-width: 595px) {
              .cb-refresh .content-with-image .content-right .col-wrap .three-col h4 {
                max-width: 100%;
                padding: 0px 0 0 0; } }
          .cb-refresh .content-with-image .content-right .col-wrap .three-col p {
            padding: 0px;
            font-size: 16px;
            line-height: 1.3; }
          @media (min-width: 1191px) {
            .cb-refresh .content-with-image .content-right .col-wrap .three-col:nth-child(-n+4) {
              padding: 0px 60px 0px 0px; } }
          @media (min-width: 1191px) {
            .cb-refresh .content-with-image .content-right .col-wrap .three-col:nth-child(3n+2) {
              padding: 0px 30px 0px 28px; } }
          @media (min-width: 1191px) {
            .cb-refresh .content-with-image .content-right .col-wrap .three-col:nth-child(3n+3) {
              padding: 0px 0px 0px 51px; } }
      .cb-refresh .content-with-image .content-right .link-text {
        float: left;
        width: 100%;
        margin-top: 112px; }
        @media (min-width: 1191px) and (max-width: 1399px) {
          .cb-refresh .content-with-image .content-right .link-text {
            margin-top: 80px; } }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .content-with-image .content-right .link-text {
            margin-top: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .content-with-image .content-right .link-text {
            margin-top: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .content-with-image .content-right .link-text {
            margin-top: 10px; } }
        @media (max-width: 595px) {
          .cb-refresh .content-with-image .content-right .link-text {
            margin-top: 30px;
            text-align: center; } }
        .cb-refresh .content-with-image .content-right .link-text a {
          color: #fff;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-size: 18px;
          letter-spacing: 0.012em;
          margin-bottom: 0px;
          padding-top: 0px; }
          .cb-refresh .content-with-image .content-right .link-text a span:after {
            bottom: 5px; }
  .cb-refresh .column-with-icon {
    background-color: #f1f1f3;
    padding: 87px 0 70px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .column-with-icon {
        padding: 80px 0 62px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .column-with-icon {
        padding: 60px 0 44px; } }
    @media (max-width: 767px) {
      .cb-refresh .column-with-icon {
        padding: 40px 0 23px; } }
    .cb-refresh .column-with-icon .parallax-container {
      position: absolute;
      top: 105px;
      right: -197px;
      width: 562px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .column-with-icon .parallax-container {
          width: 422px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .column-with-icon .parallax-container {
          width: 312px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .column-with-icon .parallax-container {
          width: 312px; } }
      .cb-refresh .column-with-icon .parallax-container .line-parallax {
        position: absolute;
        top: 0;
        left: 0; }
      .cb-refresh .column-with-icon .parallax-container .dots-parallax {
        position: absolute;
        top: 19px;
        left: 18px; }
      .cb-refresh .column-with-icon .parallax-container.img-container {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 578px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .column-with-icon .parallax-container.img-container {
            max-width: 1024px;
            height: 457px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .column-with-icon .parallax-container.img-container {
            height: 340px;
            max-width: 768px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .column-with-icon .parallax-container.img-container {
            height: 287px;
            max-width: 596px; } }
        .cb-refresh .column-with-icon .parallax-container.img-container .bg-img {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1;
          width: 100%; }
          .cb-refresh .column-with-icon .parallax-container.img-container .bg-img img {
            display: block;
            width: 100%;
            max-width: inherit; }
        .cb-refresh .column-with-icon .parallax-container.img-container .line-parallax {
          top: auto;
          left: auto;
          bottom: 131px;
          right: 0; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .column-with-icon .parallax-container.img-container .line-parallax {
              width: 60%;
              bottom: 116px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .column-with-icon .parallax-container.img-container .line-parallax {
              width: 60%;
              bottom: 116px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .column-with-icon .parallax-container.img-container .line-parallax {
              width: 60%;
              bottom: 116px; } }
        .cb-refresh .column-with-icon .parallax-container.img-container .dots-parallax {
          top: auto;
          left: auto;
          bottom: 131px;
          right: 0;
          z-index: 2; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .column-with-icon .parallax-container.img-container .dots-parallax {
              width: 60%;
              bottom: 116px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .column-with-icon .parallax-container.img-container .dots-parallax {
              width: 60%;
              bottom: 116px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .column-with-icon .parallax-container.img-container .dots-parallax {
              width: 60%;
              bottom: 116px; } }
    .cb-refresh .column-with-icon .content-wrapper {
      margin: 9px 0 0 -1px; }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .column-with-icon .content-wrapper {
          margin: 8px 0 0 0; } }
      @media (max-width: 767px) {
        .cb-refresh .column-with-icon .content-wrapper {
          margin: 0; } }
      .cb-refresh .column-with-icon .content-wrapper h6 {
        color: #6e6f72;
        letter-spacing: 0.006em;
        margin-bottom: 14px; }
      .cb-refresh .column-with-icon .content-wrapper h2 {
        color: #2475d9;
        max-width: 513px;
        line-height: 1.11; }
    .cb-refresh .column-with-icon .column-wrapper {
      padding: 0;
      margin: 53px -15px 0;
      width: calc(100% + 30px); }
      @media (max-width: 767px) {
        .cb-refresh .column-with-icon .column-wrapper {
          margin: 45px 0 22px;
          width: 100%; } }
      .cb-refresh .column-with-icon .column-wrapper .three-col {
        width: calc(33.33% - 30px);
        margin: 0 15px 20px; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .column-with-icon .column-wrapper .three-col {
            width: calc(50% - 20px);
            margin: 0 10px 30px; } }
        @media (max-width: 595px) {
          .cb-refresh .column-with-icon .column-wrapper .three-col {
            width: 100%;
            margin: 10px 0; }
            .cb-refresh .column-with-icon .column-wrapper .three-col:last-of-type {
              margin-bottom: 0; } }
      .cb-refresh .column-with-icon .column-wrapper .image {
        max-width: 101px;
        margin-bottom: 20px; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .column-with-icon .column-wrapper .image {
            max-width: 89px; } }
        @media (max-width: 595px) {
          .cb-refresh .column-with-icon .column-wrapper .image {
            max-width: 70px; } }
      .cb-refresh .column-with-icon .column-wrapper .wrapper {
        margin: 25px 0 0; }
        .cb-refresh .column-with-icon .column-wrapper .wrapper h3 {
          font-weight: 800;
          font-size: 1.875rem;
          letter-spacing: 0.001em; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .column-with-icon .column-wrapper .wrapper h3 {
              font-size: 32px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .column-with-icon .column-wrapper .wrapper h3 {
              font-size: 30px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .column-with-icon .column-wrapper .wrapper h3 {
              font-size: 28px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .column-with-icon .column-wrapper .wrapper h3 {
              font-size: 24px; } }
          @media (max-width: 480px) {
            .cb-refresh .column-with-icon .column-wrapper .wrapper h3 {
              font-size: 22px; } }
        .cb-refresh .column-with-icon .column-wrapper .wrapper p {
          max-width: 332px;
          color: #000;
          margin-top: 21px;
          line-height: 1.3; }
          @media (max-width: 595px) {
            .cb-refresh .column-with-icon .column-wrapper .wrapper p {
              max-width: 100%; } }
        .cb-refresh .column-with-icon .column-wrapper .wrapper ul li {
          color: #000;
          margin: 19px 0;
          line-height: 1.3;
          max-width: 289px;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
          @media (max-width: 595px) {
            .cb-refresh .column-with-icon .column-wrapper .wrapper ul li {
              max-width: 100%; } }
          .cb-refresh .column-with-icon .column-wrapper .wrapper ul li p {
            max-width: 257px;
            margin: 0; }
            @media (max-width: 595px) {
              .cb-refresh .column-with-icon .column-wrapper .wrapper ul li p {
                max-width: 100%; } }
  .cb-refresh .statistics {
    padding: 67px 0 65px;
    background-color: #0831cc;
    position: relative; }
    @media (max-width: 767px) {
      .cb-refresh .statistics {
        padding: 40px 0px; } }
    .cb-refresh .statistics:after {
      content: "";
      background-image: url("/wp-content/themes/cb/refresh/dist/images/statics_pattern_repeat.png");
      background-repeat: repeat-y;
      background-position: 100% 100%;
      background-attachment: fixed;
      width: 318px;
      height: 343px;
      position: absolute;
      top: 0;
      right: 0; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .cb-refresh .statistics:after {
          background-attachment: scroll; } }
      @media (max-width: 991px) {
        .cb-refresh .statistics:after {
          background-attachment: scroll;
          height: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .statistics:after {
          right: -70px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .statistics:after {
          right: -100px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .statistics:after {
          right: -150px; } }
      @media (max-width: 480px) {
        .cb-refresh .statistics:after {
          right: -180px; } }
      @media (max-width: 400px) {
        .cb-refresh .statistics:after {
          right: -220px; } }
    .cb-refresh .statistics h3 {
      color: #fff;
      padding-bottom: 28px;
      letter-spacing: 0.005em; }
      @media (max-width: 1190px) {
        .cb-refresh .statistics h3 {
          max-width: calc(100% - 298px); } }
      @media (max-width: 991px) {
        .cb-refresh .statistics h3 {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .statistics h3 {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .cb-refresh .statistics h3 {
          max-width: 100%; } }
      @media (max-width: 595px) {
        .cb-refresh .statistics h3 {
          text-align: center; } }
    @media (max-width: 1190px) {
      .cb-refresh .statistics .col-wrap {
        width: calc(100% - 298px); } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .statistics .col-wrap {
        width: calc(100% - 228px); } }
    @media (max-width: 595px) {
      .cb-refresh .statistics .col-wrap {
        width: 100%; } }
    .cb-refresh .statistics .col-wrap .five-col {
      max-width: 105px;
      margin-right: 87px;
      text-align: center; }
      .cb-refresh .statistics .col-wrap .five-col:first-of-type {
        margin-left: -7px; }
        @media (max-width: 991px) {
          .cb-refresh .statistics .col-wrap .five-col:first-of-type {
            margin-left: 0; } }
      @media (min-width: 1281px) and (max-width: 1399px) {
        .cb-refresh .statistics .col-wrap .five-col {
          margin-right: 80px; } }
      @media (min-width: 1191px) and (max-width: 1280px) {
        .cb-refresh .statistics .col-wrap .five-col {
          margin-right: 65px; } }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .statistics .col-wrap .five-col {
          width: calc(20% - 25px);
          max-width: 100%;
          margin-right: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .statistics .col-wrap .five-col {
          width: calc(33.33% - 25px);
          max-width: 100%;
          margin: 30px 25px 0px 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .statistics .col-wrap .five-col {
          width: calc(50% - 25px);
          max-width: 100%;
          margin: 30px 25px 0px 0px; } }
      @media (max-width: 595px) {
        .cb-refresh .statistics .col-wrap .five-col {
          width: 100%;
          max-width: 100%;
          margin: 30px 0px 0px 0px; } }
      .cb-refresh .statistics .col-wrap .five-col .count-wrap {
        height: 92px;
        margin-bottom: 6px; }
        .cb-refresh .statistics .col-wrap .five-col .count-wrap .count {
          font-size: 48px;
          line-height: 1.0;
          color: #fff;
          font-weight: bold;
          display: block; }
        .cb-refresh .statistics .col-wrap .five-col .count-wrap .icon-wrap img {
          width: 100%;
          height: 100%; }
      .cb-refresh .statistics .col-wrap .five-col h6 {
        color: #fff;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        font-size: 20px;
        line-height: 1.34;
        letter-spacing: -0.010em; }
        @media (min-width: 1191px) and (max-width: 1280px) {
          .cb-refresh .statistics .col-wrap .five-col h6 {
            font-size: 19px; } }
        @media (max-width: 1190px) {
          .cb-refresh .statistics .col-wrap .five-col h6 {
            font-size: 19px; } }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .statistics .col-wrap .five-col h6 {
            font-size: 18px; } }
        @media (max-width: 991px) {
          .cb-refresh .statistics .col-wrap .five-col h6 {
            font-size: 18px; } }
    .cb-refresh .statistics .col-wrap .five-col:nth-child(1) .icon-wrap {
      width: 35px;
      height: 44px;
      margin: auto; }
    .cb-refresh .statistics .col-wrap .five-col:nth-child(2) .icon-wrap {
      width: 43px;
      height: 38px;
      margin: auto; }
    .cb-refresh .statistics .col-wrap .five-col:nth-child(3) .icon-wrap {
      width: 47px;
      height: 38px;
      margin: auto; }
    .cb-refresh .statistics .col-wrap .five-col:nth-child(4) .icon-wrap {
      width: 47px;
      height: 47px;
      margin: auto; }
    .cb-refresh .statistics .col-wrap .five-col:nth-child(5) .icon-wrap {
      width: 50px;
      height: 50px;
      margin: auto;
      margin-top: -3px; }
  .cb-refresh-section .cb-refresh .statistics {
    background: none;
    padding: 0; }
    .cb-refresh-section .cb-refresh .statistics:after {
      display: none; }
    .cb-refresh-section .cb-refresh .statistics .col-wrap {
      width: 84%;
      float: left;
      margin-left: -50px; }
      @media (min-width: 1281px) and (max-width: 1399px) {
        .cb-refresh-section .cb-refresh .statistics .col-wrap {
          width: 80%;
          margin-left: -40px; } }
      @media (min-width: 1191px) and (max-width: 1280px) {
        .cb-refresh-section .cb-refresh .statistics .col-wrap {
          width: 75%;
          margin-left: -40px; } }
      @media (min-width: 1025px) and (max-width: 1190px) {
        .cb-refresh-section .cb-refresh .statistics .col-wrap {
          width: 70%;
          margin-left: -20px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .cb-refresh-section .cb-refresh .statistics .col-wrap {
          width: 80%;
          margin-left: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .cb-refresh .statistics .col-wrap {
          width: 80%;
          margin-left: 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh-section .cb-refresh .statistics .col-wrap {
          width: 70%;
          margin: 0; } }
      @media (max-width: 595px) {
        .cb-refresh-section .cb-refresh .statistics .col-wrap {
          width: 100%;
          margin: 0; } }
      .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col {
        text-align: center;
        margin: 0;
        max-width: 100%; }
        @media (max-width: 1190px) {
          .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col:first-of-type {
            margin-left: 0; } }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col {
            width: 20%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col {
            width: 33.33%;
            margin-top: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col {
            max-width: 100%;
            width: 50%;
            margin-top: 30px; } }
        @media (max-width: 595px) {
          .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col {
            width: 100%;
            max-width: 100%;
            margin: 30px 0px 0px 0px; } }
        .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col .count-wrap {
          height: auto;
          display: table;
          margin: 0 auto; }
          .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col .count-wrap .prefix, .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col .count-wrap .suffix {
            display: table-cell;
            font-size: 34px;
            line-height: 1.24;
            color: #fff;
            font-weight: bold;
            float: left; }
          .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col .count-wrap .count {
            font-size: 42px;
            line-height: 1.0;
            color: #fff;
            font-weight: bold;
            display: table-cell;
            vertical-align: bottom; }
        .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col .icon-wrap img {
          width: 100%;
          height: 100%; }
        .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col h6 {
          color: #fff;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-size: 20px;
          line-height: 1.34;
          letter-spacing: -0.010em;
          margin-top: 5px; }
          @media (min-width: 1191px) and (max-width: 1280px) {
            .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col h6 {
              font-size: 19px; } }
          @media (max-width: 1190px) {
            .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col h6 {
              font-size: 19px; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col h6 {
              font-size: 18px; } }
          @media (max-width: 991px) {
            .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col h6 {
              font-size: 18px; } }
      .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col:nth-child(1) .icon-wrap {
        width: 35px;
        height: 44px;
        margin: 4px auto; }
      .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col:nth-child(2) .icon-wrap {
        width: 43px;
        height: 44px;
        margin: 4px auto; }
      .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col:nth-child(3) .icon-wrap {
        width: 47px;
        height: 38px;
        margin: 7px auto 6px; }
      .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col:nth-child(4) .icon-wrap {
        width: 47px;
        height: 47px;
        margin: auto; }
      .cb-refresh-section .cb-refresh .statistics .col-wrap .five-col:nth-child(5) .icon-wrap {
        width: 50px;
        height: 50px;
        margin: 4px auto;
        margin-top: -3px; }
  .cb-refresh .tab {
    padding: 120px 0 90px;
    position: relative; }
    .cb-refresh .tab:after {
      content: '';
      background: url(/wp-content/themes/cb/refresh/dist/images/parallax-dots.png);
      width: 290px;
      height: 217px;
      position: absolute;
      bottom: 0;
      right: 0; }
    .cb-refresh .tab .intro-text {
      max-width: 470px; }
      .cb-refresh .tab .intro-text h3 {
        margin-bottom: 10px;
        color: #2475d9;
        font-weight: 700; }
      .cb-refresh .tab .intro-text p {
        font-size: 1.125rem;
        line-height: 1.33;
        font-weight: 500;
        margin-bottom: 20px; }
    .cb-refresh .tab .tabs-container {
      width: 100%;
      float: left;
      margin-top: 20px; }
    .cb-refresh .tab ul.tabs-menu {
      width: 100%;
      float: left;
      padding: 0;
      margin: 0;
      position: relative; }
      .cb-refresh .tab ul.tabs-menu:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000; }
      .cb-refresh .tab ul.tabs-menu li {
        list-style: none;
        float: left;
        margin-right: 40px; }
        .cb-refresh .tab ul.tabs-menu li a {
          display: block;
          font-size: 14px;
          color: #6e6f72;
          font-weight: 700;
          padding-bottom: 15px;
          position: relative;
          overflow: hidden;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .cb-refresh .tab ul.tabs-menu li a:before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            bottom: 4px;
            background: #2475d9;
            height: 5px;
            -webkit-transform: translateY(9px);
            -o-transform: translateY(9px);
            transform: translateY(9px);
            -webkit-transition-property: transform;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            -o-transition-property: -o-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform, -o-transform;
            -webkit-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
               transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
               transition-timing-function: ease-out; }
          .cb-refresh .tab ul.tabs-menu li a:hover, .cb-refresh .tab ul.tabs-menu li a:focus {
            color: #2475d9; }
            .cb-refresh .tab ul.tabs-menu li a:hover:before, .cb-refresh .tab ul.tabs-menu li a:focus:before {
              -webkit-transform: translateY(4px);
              -o-transform: translateY(4px);
              transform: translateY(4px); }
        .cb-refresh .tab ul.tabs-menu li.current a {
          color: #2475d9; }
          .cb-refresh .tab ul.tabs-menu li.current a:before {
            -webkit-transform: translateY(4px);
            -o-transform: translateY(4px);
            transform: translateY(4px); }
          .cb-refresh .tab ul.tabs-menu li.current a:hover, .cb-refresh .tab ul.tabs-menu li.current a:focus {
            color: #2475d9; }
    .cb-refresh .tab .tab-wrapper {
      width: 100%;
      float: left;
      padding: 60px 0 30px 0; }
      .cb-refresh .tab .tab-wrapper .tab-content {
        width: 100%;
        display: none; }
        .cb-refresh .tab .tab-wrapper .tab-content .tab-link {
          display: block;
          font-size: 1.125rem;
          line-height: 1.33;
          color: #fc6215;
          font-weight: 700;
          margin-top: 60px;
          clear: left;
          float: left; }
      .cb-refresh .tab .tab-wrapper #tab-1 {
        display: block; }
      .cb-refresh .tab .tab-wrapper .three-col {
        padding-right: 70px; }
        .cb-refresh .tab .tab-wrapper .three-col .img {
          height: 70px;
          margin-bottom: 10px; }
        .cb-refresh .tab .tab-wrapper .three-col a {
          text-transform: capitalize;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-weight: 500;
          position: relative; }
          .cb-refresh .tab .tab-wrapper .three-col a:hover {
            color: #262626; }
          .cb-refresh .tab .tab-wrapper .three-col a:before {
            content: '';
            position: absolute;
            right: -30px;
            top: 3px;
            width: 18px;
            height: 18px;
            background: url(/wp-content/themes/cb/refresh/dist/images/external-url.png) no-repeat; }
      .cb-refresh .tab .tab-wrapper p {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0 30px; }
  .cb-refresh a:empty {
    display: none !important; }
  .cb-refresh .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .cb-refresh .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .cb-refresh .slick-list:focus {
    outline: none; }
  .cb-refresh .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .cb-refresh .slick-slider .slick-track,
  .cb-refresh .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .cb-refresh .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .cb-refresh .slick-track:before,
  .cb-refresh .slick-track:after {
    display: table;
    content: ''; }
  .cb-refresh .slick-track:after {
    clear: both; }
  .cb-refresh .slick-loading .slick-track {
    visibility: hidden; }
  .cb-refresh .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .cb-refresh [dir='rtl'] .slick-slide {
    float: right; }
  .cb-refresh .slick-slide img {
    display: block; }
  .cb-refresh .slick-slide.slick-loading img {
    display: none; }
  .cb-refresh .slick-slide.dragging img {
    pointer-events: none; }
  .cb-refresh .slick-initialized .slick-slide {
    display: block; }
  .cb-refresh .slick-loading .slick-slide {
    visibility: hidden; }
  .cb-refresh .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .cb-refresh .slick-arrow.slick-hidden {
    display: none; }
  .cb-refresh .latest-resource {
    background-color: #f1f1f3;
    padding: 97px 0 128px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .latest-resource {
        padding: 97px 0 98px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .latest-resource {
        padding: 44px 0 44px; } }
    @media (max-width: 767px) {
      .cb-refresh .latest-resource {
        padding: 40px 0 37px; } }
    .cb-refresh .latest-resource h3 {
      margin: 0 0 32px 0;
      font-weight: 700;
      color: #2475d9; }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .latest-resource h3 {
          margin: 0 0 15px 0; } }
      @media (max-width: 480px) {
        .cb-refresh .latest-resource h3 {
          margin: 0 0 10px 0; } }
    .cb-refresh .latest-resource .left-block {
      width: calc(67% + 15px);
      height: 100%;
      float: left;
      margin-left: -15px; }
      .cb-refresh .latest-resource .left-block:after {
        content: '';
        display: block;
        clear: both; }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .latest-resource .left-block {
          width: calc(100% + 10px);
          margin-left: -10px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .latest-resource .left-block {
          width: 100%;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        .cb-refresh .latest-resource .left-block {
          width: 100%;
          margin: 0 auto; } }
      .cb-refresh .latest-resource .left-block .two-col {
        width: 50%;
        float: left;
        padding: 0 15px;
        position: relative; }
        .cb-refresh .latest-resource .left-block .two-col:after {
          content: '';
          display: block;
          clear: both; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .latest-resource .left-block .two-col {
            height: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .latest-resource .left-block .two-col {
            height: 100%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .latest-resource .left-block .two-col {
            padding: 0px 10px;
            position: relative; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .latest-resource .left-block .two-col {
            width: 100%;
            padding: 0px;
            margin: 10px auto; } }
        @media (max-width: 480px) {
          .cb-refresh .latest-resource .left-block .two-col {
            width: 100%;
            padding: 0px;
            margin: 10px auto; } }
        .cb-refresh .latest-resource .left-block .two-col .col-inner {
          background-color: white; }
        .cb-refresh .latest-resource .left-block .two-col a {
          display: block; }
        .cb-refresh .latest-resource .left-block .two-col p {
          font-size: 14px;
          color: #000;
          padding-top: 8px;
          line-height: 1.3; }
        .cb-refresh .latest-resource .left-block .two-col h6 {
          font-size: 16px;
          font-weight: 700;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .cb-refresh .latest-resource .left-block .two-col .image {
          width: 100%;
          max-height: 209px;
          overflow: hidden;
          position: relative;
          /*        @include phone {
          max-height: 334px;
        }
        @include phone-down {
          max-height: 265px; 
        }*/ }
          .cb-refresh .latest-resource .left-block .two-col .image img {
            width: 100%;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out; }
          .cb-refresh .latest-resource .left-block .two-col .image:before {
            content: '';
            position: absolute;
            top: 1px;
            bottom: 0;
            height: 100%;
            width: 100%;
            mix-blend-mode: hard-light;
            background: #247ae2;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
        .cb-refresh .latest-resource .left-block .two-col .no-image {
          border-top: 5px solid #2475d9;
          padding-bottom: 40px; }
        .cb-refresh .latest-resource .left-block .two-col .label {
          position: absolute;
          margin-left: 19px;
          background-color: #000;
          color: #fff;
          text-align: center;
          font-size: 12px;
          font-weight: 700;
          top: 17px;
          width: auto;
          height: 25px;
          padding: 4px 21px;
          text-transform: uppercase;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .cb-refresh .latest-resource .left-block .two-col:nth-child(2) .label {
          width: 110px;
          top: 17px;
          margin-left: 19px; }
        .cb-refresh .latest-resource .left-block .two-col .two-col-text {
          padding: 22px 22px 19px 18px;
          background-color: #fff; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .latest-resource .left-block .two-col .two-col-text {
              padding: 21px 30px 17px 18px; } }
          .cb-refresh .latest-resource .left-block .two-col .two-col-text h6 {
            margin-bottom: 9px; }
        .cb-refresh .latest-resource .left-block .two-col:hover .image:before {
          opacity: 0;
          background: transparent; }
        .cb-refresh .latest-resource .left-block .two-col:hover .label {
          background-color: #2475d9;
          color: #fff; }
        .cb-refresh .latest-resource .left-block .two-col:hover a h6 {
          color: #2475d9; }
    .cb-refresh .latest-resource .right-block {
      float: left;
      padding: 0 0 0 15px;
      width: 33%; }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .latest-resource .right-block {
          width: 100%;
          margin: 20px auto 0;
          padding: 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .latest-resource .right-block {
          width: 100%;
          margin: 10px auto;
          padding: 0; } }
      @media (max-width: 480px) {
        .cb-refresh .latest-resource .right-block {
          width: 100%;
          margin: 10px auto;
          padding: 0; } }
      .cb-refresh .latest-resource .right-block h5 {
        color: #000;
        line-height: 1;
        margin-bottom: 24px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .latest-resource .right-block h5 {
            margin-bottom: 4px; } }
      .cb-refresh .latest-resource .right-block .content-wrapper p {
        font-size: 14px;
        line-height: 1.2; }
      .cb-refresh .latest-resource .right-block .content-wrapper h6 {
        color: #2475d9;
        margin: 0 0 17px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .latest-resource .right-block .content-wrapper h6 {
            margin: 0 0 11px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .latest-resource .right-block .content-wrapper h6 {
            margin: 0 0 10px; } }
      .cb-refresh .latest-resource .right-block .content-wrapper .gray {
        display: inline-block;
        color: #6e6f72;
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 18px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .latest-resource .right-block .content-wrapper .gray {
            margin-bottom: 14px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .latest-resource .right-block .content-wrapper .gray {
            margin-bottom: 12px;
            line-height: 1.5;
            display: block; } }
      .cb-refresh .latest-resource .right-block .content-wrapper .blog-content {
        margin-bottom: 33px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .latest-resource .right-block .content-wrapper .blog-content {
            margin-bottom: 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .latest-resource .right-block .content-wrapper .blog-content {
            margin-bottom: 25px; } }
        @media (max-width: 767px) {
          .cb-refresh .latest-resource .right-block .content-wrapper .blog-content {
            margin-bottom: 20px; } }
        .cb-refresh .latest-resource .right-block .content-wrapper .blog-content:last-of-type {
          margin: 0px; }
        .cb-refresh .latest-resource .right-block .content-wrapper .blog-content:hover h6 {
          color: #185cc8; }
  .cb-refresh .footer-cta {
    position: relative;
    z-index: -1;
    width: 100%;
    background: #000;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000 0%, #0831cc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#0831cc));
    background: -o-linear-gradient(top, #000 0%, #0831cc 100%);
    background: linear-gradient(to bottom, #000 0%, #0831cc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$black', endColorstr='$blue',GradientType=0 );
    /* IE6-9 */ }
    @media (min-width: 1191px) {
      .cb-refresh .footer-cta {
        padding: 70px 0 123px; } }
    .cb-refresh .footer-cta .content-text {
      max-width: 485px;
      margin-top: 120px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .footer-cta .content-text {
          margin-top: 80px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .footer-cta .content-text {
          margin-top: 60px; } }
      @media (max-width: 767px) {
        .cb-refresh .footer-cta .content-text {
          margin-top: 40px;
          margin-bottom: 30px;
          max-width: 100%; } }
      .cb-refresh .footer-cta .content-text h2 {
        color: #fff;
        padding-bottom: 20px;
        margin-bottom: 35px;
        position: relative; }
        @media (max-width: 767px) {
          .cb-refresh .footer-cta .content-text h2 {
            margin-bottom: 20px; } }
        .cb-refresh .footer-cta .content-text h2:after {
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          width: 129px;
          height: 5px;
          background: #fc6215; }
      .cb-refresh .footer-cta .content-text h3 {
        color: #fff;
        line-height: 1;
        font-weight: 400;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        margin-bottom: 26px; }
        @media (max-width: 767px) {
          .cb-refresh .footer-cta .content-text h3 {
            margin-bottom: 20px;
            max-width: 480px; } }
      .cb-refresh .footer-cta .content-text .button {
        font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
        margin-bottom: 15px;
        color: #fff;
        font-size: 16px; }
      .cb-refresh .footer-cta .content-text .btn-row {
        width: 100%; }
        .cb-refresh .footer-cta .content-text .btn-row a {
          margin: 10px 20px 0 0; }
          @media (max-width: 595px) {
            .cb-refresh .footer-cta .content-text .btn-row a {
              width: 100%;
              margin-bottom: 5px; } }
    .cb-refresh .footer-cta .isotype-prism {
      position: relative;
      left: auto; }
      .cb-refresh .footer-cta .isotype-prism img {
        opacity: 0;
        visibility: hidden; }
    .cb-refresh .footer-cta .parallax-mirror {
      overflow: visible !important; }
      .cb-refresh .footer-cta .parallax-mirror ~ .isotype-prism {
        left: 100px; }
        @media (max-width: 767px) {
          .cb-refresh .footer-cta .parallax-mirror ~ .isotype-prism {
            left: auto; } }
    .cb-refresh .footer-cta .float-img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 180px;
      top: 83px;
      bottom: 0; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .footer-cta .float-img {
          top: 60px;
          left: 90px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .footer-cta .float-img {
          top: 50px;
          left: 50px; } }
      .cb-refresh .footer-cta .float-img img {
        max-height: 570px;
        max-width: 840px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .footer-cta .float-img img {
            max-width: 700px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .footer-cta .float-img img {
            max-width: 600px; } }
        @media (max-width: 767px) {
          .cb-refresh .footer-cta .float-img img {
            max-width: 100%; } }
      @media (max-width: 767px) {
        .cb-refresh .footer-cta .float-img {
          left: 0; } }
  .cb-refresh-section .cb-refresh .footer-cta .two-col:only-child {
    margin-top: 0;
    margin-bottom: -30px; }
  .cb-refresh .content-box {
    background-color: #f1f1f3;
    padding: 76px 0 75px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .content-box {
        padding: 60px 0 40px; } }
    @media (max-width: 767px) {
      .cb-refresh .content-box {
        padding: 40px 0 40px; } }
    .cb-refresh .content-box .gray h6 {
      font-weight: 700;
      color: #6e6f72;
      line-height: 2.2;
      margin-bottom: 21px; }
      @media (max-width: 767px) {
        .cb-refresh .content-box .gray h6 {
          margin-bottom: 11px; } }
    .cb-refresh .content-box .column-wrapper {
      position: relative;
      z-index: 2;
      width: calc(100% + 30px);
      margin-left: -15px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .content-box .column-wrapper {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .content-box .column-wrapper {
          width: calc(100% + 10px);
          margin-left: -5px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .content-box .column-wrapper {
          font-size: 0;
          text-align: center;
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (max-width: 595px) {
        .cb-refresh .content-box .column-wrapper {
          width: 100%;
          margin: 0 auto; } }
      .cb-refresh .content-box .column-wrapper .three-col {
        float: left;
        position: relative;
        width: calc(33.33% - 30px);
        margin: 0 15px;
        background-color: #fff; }
        .cb-refresh .content-box .column-wrapper .three-col:after {
          content: '';
          display: block;
          clear: both; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .content-box .column-wrapper .three-col {
            width: calc(33.33% - 20px);
            margin: 0 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .content-box .column-wrapper .three-col {
            width: calc(33.33% - 10px);
            margin: 0 5px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .content-box .column-wrapper .three-col {
            display: inline-block;
            float: none;
            vertical-align: top;
            width: calc(50% - 20px);
            margin: 10px; } }
        @media (max-width: 595px) {
          .cb-refresh .content-box .column-wrapper .three-col {
            width: 100%;
            margin: 10px auto; } }
        .cb-refresh .content-box .column-wrapper .three-col a {
          display: block;
          height: 100%; }
        .cb-refresh .content-box .column-wrapper .three-col .image {
          width: 100%;
          position: relative;
          max-height: 209px;
          overflow: hidden; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .content-box .column-wrapper .three-col .image {
              max-height: 158px; } }
          .cb-refresh .content-box .column-wrapper .three-col .image img {
            width: 100%;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out; }
          .cb-refresh .content-box .column-wrapper .three-col .image:before {
            content: '';
            position: absolute;
            top: 1px;
            bottom: 0;
            height: 100%;
            width: 100%;
            mix-blend-mode: hard-light;
            background: #247ae2;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
        .cb-refresh .content-box .column-wrapper .three-col .label {
          position: absolute;
          margin-left: 19px;
          background-color: #000;
          color: #fff;
          text-align: center;
          font-size: 12px;
          font-weight: 700;
          left: 0;
          top: 17px;
          width: auto;
          height: 25px;
          padding: 4px 21px;
          text-transform: uppercase;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .cb-refresh .content-box .column-wrapper .three-col .content-wrapper {
          padding: 22px 22px 19px 18px; }
          .cb-refresh .content-box .column-wrapper .three-col .content-wrapper p {
            font-size: 14px;
            color: #000;
            padding-top: 8px;
            line-height: 1.3; }
          .cb-refresh .content-box .column-wrapper .three-col .content-wrapper h6 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 9px;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
        .cb-refresh .content-box .column-wrapper .three-col:hover .image:before {
          opacity: 0;
          background: transparent; }
        .cb-refresh .content-box .column-wrapper .three-col:hover .label {
          background-color: #2475d9;
          color: #fff; }
        .cb-refresh .content-box .column-wrapper .three-col:hover h6 {
          color: #2475d9; }
  .cb-refresh .landing-hero {
    background: #00030c;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00030c 0%, #082ec0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#00030c), to(#082ec0));
    background: -o-linear-gradient(top, #00030c 0%, #082ec0 100%);
    background: linear-gradient(to bottom, #00030c 0%, #082ec0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030c', endColorstr='#082ec0',GradientType=0 );
    /* IE6-9 */
    max-height: 810px; }
    .cb-refresh .landing-hero .hero-graphic {
      position: absolute;
      top: 55px;
      left: -40px;
      width: 100%;
      height: 100%;
      height: calc(100% - 55px); }
      @media (min-width: 1191px) and (max-width: 1399px) {
        .cb-refresh .landing-hero .hero-graphic {
          left: -30%;
          left: calc((50% - 800px)/2); } }
      @media (min-width: 1191px) {
        .cb-refresh .landing-hero .hero-graphic {
          max-width: 800px; } }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .landing-hero .hero-graphic {
          top: 40px;
          left: calc(-50% + 60px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .landing-hero .hero-graphic {
          top: 25px;
          left: calc(-50% + 60px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .landing-hero .hero-graphic {
          top: 25px;
          left: calc(-65% + 60px); } }
      @media (max-width: 595px) {
        .cb-refresh .landing-hero .hero-graphic {
          left: auto;
          right: 0;
          height: auto;
          width: 400px;
          top: auto;
          bottom: -290px; } }
      .cb-refresh .landing-hero .hero-graphic img {
        width: auto;
        max-width: 800px;
        max-height: 810px;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative;
        top: 50%;
        left: 0;
        float: right; }
        @media (max-width: 595px) {
          .cb-refresh .landing-hero .hero-graphic img {
            -webkit-transform: translateY(0%) rotateY(-180deg);
                    transform: translateY(0%) rotateY(-180deg);
            float: none;
            width: 100%; } }
    .cb-refresh .landing-hero .content-layer {
      position: relative;
      right: 0;
      padding: 196px 0 126px; }
      @media (max-width: 767px) {
        .cb-refresh .landing-hero .content-layer {
          padding: 176px 0 96px; } }
      @media (max-width: 480px) {
        .cb-refresh .landing-hero .content-layer {
          padding: 156px 0 96px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .landing-hero .content-layer .two-col {
          padding-left: 5px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .landing-hero .content-layer .two-col {
          width: 70%; } }
      @media (max-width: 595px) {
        .cb-refresh .landing-hero .content-layer .two-col {
          padding-left: 0; } }
      .cb-refresh .landing-hero .content-layer .two-col .left {
        width: 100%;
        max-width: 450px; }
      .cb-refresh .landing-hero .content-layer .two-col h6 {
        color: #6e6f72;
        line-height: 2.25; }
        @media (max-width: 595px) {
          .cb-refresh .landing-hero .content-layer .two-col h6 {
            line-height: 1.25;
            margin-top: 20px; } }
      .cb-refresh .landing-hero .content-layer .two-col h2 {
        text-transform: uppercase;
        margin-top: 10px; }
        .cb-refresh .landing-hero .content-layer .two-col h2 span {
          line-height: 1;
          letter-spacing: -.01em;
          color: #fff;
          display: block; }
          .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(1) {
            font-size: 72px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(1) {
                font-size: 66px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(1) {
                font-size: 48px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(1) {
                font-size: 44px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(1) {
                font-size: 40px; } }
            @media (max-width: 480px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(1) {
                font-size: 34px; } }
          .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(2) {
            margin-top: -8px;
            font-size: 57px;
            color: #00d2ff; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(2) {
                margin-top: -6px;
                font-size: 50px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(2) {
                margin-top: -6px;
                font-size: 42px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(2) {
                margin-top: -4px;
                font-size: 38px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(2) {
                margin-top: -2px;
                font-size: 34px; } }
            @media (max-width: 480px) {
              .cb-refresh .landing-hero .content-layer .two-col h2 span:nth-of-type(2) {
                margin-top: 0;
                font-size: 30px; } }
      .cb-refresh .landing-hero .content-layer .two-col p {
        font-size: 18px;
        line-height: 1.3333;
        margin: 10px 0 6px;
        color: #fff; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .landing-hero .content-layer .two-col p {
            padding-right: 2px; } }
        @media (max-width: 480px) {
          .cb-refresh .landing-hero .content-layer .two-col p {
            font-size: 17px; } }
      .cb-refresh .landing-hero .content-layer .two-col ol {
        counter-reset: item;
        list-style: none;
        margin: 0;
        max-width: 432px; }
        .cb-refresh .landing-hero .content-layer .two-col ol li {
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-size: 16px;
          line-height: 1.25;
          position: relative;
          counter-increment: item;
          color: #fff;
          padding-top: 31px;
          padding-left: 50px; }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .landing-hero .content-layer .two-col ol li {
              padding-top: 25px; } }
          @media (max-width: 595px) {
            .cb-refresh .landing-hero .content-layer .two-col ol li {
              padding-left: 45px;
              padding-top: 20px; } }
          .cb-refresh .landing-hero .content-layer .two-col ol li:before {
            font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
            position: absolute;
            left: 0;
            display: inline-block;
            content: counter(item) ".";
            font-size: 36px;
            font-weight: 700;
            color: #fc6215;
            line-height: 1.25;
            text-align: left; }
  .cb-refresh .sticky-nav {
    background-color: #6e6f72;
    padding: 0;
    z-index: 3; }
    @media (max-width: 767px) {
      .cb-refresh .sticky-nav {
        display: none; } }
    .cb-refresh .sticky-nav ul {
      font-size: 0;
      margin: 0;
      padding: 25px 0 23px; }
      .cb-refresh .sticky-nav ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        padding-right: 50px; }
        .cb-refresh .sticky-nav ul li a {
          color: #fff;
          font-size: 18px;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-weight: 500;
          position: relative;
          letter-spacing: -0.010em; }
          .cb-refresh .sticky-nav ul li a:before {
            content: "";
            position: absolute;
            z-index: 0;
            width: 100%;
            bottom: 0;
            background: #fff;
            height: 1px;
            -webkit-transform: scale(0, 1);
            -o-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
            transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
            -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
            transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
            transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
            -webkit-transform-origin: right top;
            -o-transform-origin: right top;
            transform-origin: right top; }
          .cb-refresh .sticky-nav ul li a:hover:before {
            -webkit-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: left top;
            -o-transform-origin: left top;
            transform-origin: left top; }
        .cb-refresh .sticky-nav ul li:last-child {
          padding-right: 0; }
        .cb-refresh .sticky-nav ul li.active a:before {
          -webkit-transform: scale(1, 1) !important;
          -o-transform: scale(1, 1) !important;
          transform: scale(1, 1) !important;
          -webkit-transform-origin: left top;
          -o-transform-origin: left top;
          transform-origin: left top; }
  .cb-refresh.ua-mobile .sticky-nav ul li a:hover:before {
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }
  .theme_orange_solid .cb-refresh .sticky-nav {
    background: #fd8b24; }
  .theme_gray_dark .cb-refresh .sticky-nav {
    background: #6e6f72; }
  .theme_light_blue .cb-refresh .sticky-nav {
    background: #2475d9; }
  .theme_orange .cb-refresh .sticky-nav {
    background: #fd8b24 url("/wp-content/themes/cb/refresh/dist/images/orange-hex-pattern.png");
    background-position: top left;
    background-repeat: repeat-y; }
  .theme_2 .cb-refresh .sticky-nav {
    background: #fefefe; }
    .theme_2 .cb-refresh .sticky-nav ul li a {
      color: #000; }
      .theme_2 .cb-refresh .sticky-nav ul li a:before {
        background: #fd8b24; }
  .cb-refresh .column-grid {
    padding: 97px 0 58px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .column-grid {
        padding: 80px 0 49px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .column-grid {
        padding: 60px 0 40px; } }
    @media (max-width: 767px) {
      .cb-refresh .column-grid {
        padding: 40px 0 20px; } }
    .cb-refresh .column-grid h6 {
      text-transform: uppercase;
      color: #6e6f72; }
    .cb-refresh .column-grid .col-wrap-top {
      width: 100%;
      position: relative; }
      .cb-refresh .column-grid .col-wrap-top:before {
        content: '';
        background: url(/wp-content/themes/cb/refresh/dist/images/video-pattern.png);
        width: 646px;
        height: 401px;
        position: absolute;
        right: -19%;
        top: 77px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .column-grid .col-wrap-top:before {
            top: 50px;
            right: -50%; } }
        @media (max-width: 767px) {
          .cb-refresh .column-grid .col-wrap-top:before {
            background: none; } }
      .cb-refresh .column-grid .col-wrap-top h2 {
        color: #2475d9;
        line-height: 1;
        max-width: 630px;
        margin: 16px 0 70px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .column-grid .col-wrap-top h2 {
            margin: 16px 0 55px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .column-grid .col-wrap-top h2 {
            margin: 16px 0 45px; } }
        @media (max-width: 767px) {
          .cb-refresh .column-grid .col-wrap-top h2 {
            margin: 16px 0 30px; } }
      .cb-refresh .column-grid .col-wrap-top .inline-video {
        width: 100%;
        margin: 15px 0 65px;
        float: left; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .column-grid .col-wrap-top .inline-video {
            margin: 25px 0 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .column-grid .col-wrap-top .inline-video {
            margin: 20px 0 35px; } }
        @media (max-width: 767px) {
          .cb-refresh .column-grid .col-wrap-top .inline-video {
            margin: 15px 0 25px; } }
        .cb-refresh .column-grid .col-wrap-top .inline-video .vidyard_player span {
          width: 100% !important;
          height: 504px !important; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .column-grid .col-wrap-top .inline-video .vidyard_player span {
              height: 360px !important; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .column-grid .col-wrap-top .inline-video .vidyard_player span {
              height: 320px !important; } }
          @media (max-width: 595px) {
            .cb-refresh .column-grid .col-wrap-top .inline-video .vidyard_player span {
              height: 200px !important; } }
      .cb-refresh .column-grid .col-wrap-top h3 {
        width: 100%;
        max-width: 890px;
        font-weight: normal;
        margin: 17px 0px 63px 0px;
        font-size: 30px;
        letter-spacing: 0; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .column-grid .col-wrap-top h3 {
            font-size: 26px;
            margin: 36px 0px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .column-grid .col-wrap-top h3 {
            font-size: 24px;
            margin: 30px 0px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .column-grid .col-wrap-top h3 {
            font-size: 22px;
            margin: 20px 0px;
            line-height: 1.2; } }
        @media (max-width: 595px) {
          .cb-refresh .column-grid .col-wrap-top h3 {
            font-size: 20px;
            margin: 20px 0px;
            line-height: 1.2; } }
      .cb-refresh .column-grid .col-wrap-top .col-wrap {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        float: left; }
        @media (max-width: 595px) {
          .cb-refresh .column-grid .col-wrap-top .col-wrap {
            width: 100%;
            margin: 0; } }
      .cb-refresh .column-grid .col-wrap-top .three-col {
        padding: 0 20px;
        margin-bottom: 20px;
        /*      &:first-child {
        padding-right: 50px;
        @include tablet {
          padding-right: 30px;
        }
        @include phablet {
          padding-right: 22px;
        }
        @include phablet-down {
          padding-right: 0;
        }
      }
      &:nth-child(2) {
        padding: 0 40px 0 9px;
        @include tablet {
          padding: 0 30px 0 9px;
        }
        @include phablet {
          padding: 0 20px 0 0;
        }
        @include phablet-down {
          padding: 0;
        }
      }
      &:last-child {
        padding: 0 40px 0 20px;
        @include tablet {
          padding: 0 30px 0 20px;
        }
        @include phablet {
          padding: 0 0px 0 20px;
        }
        @include phablet-down {
          padding: 0;
        }
      }*/ }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .column-grid .col-wrap-top .three-col {
            width: 33.33%; } }
        @media (max-width: 595px) {
          .cb-refresh .column-grid .col-wrap-top .three-col {
            padding: 0; } }
        .cb-refresh .column-grid .col-wrap-top .three-col .icon-wrap {
          width: 67px;
          height: 78px; }
          .cb-refresh .column-grid .col-wrap-top .three-col .icon-wrap img {
            width: 100%;
            height: 100%; }
        .cb-refresh .column-grid .col-wrap-top .three-col .head {
          margin: 19px 0px 0px; }
        .cb-refresh .column-grid .col-wrap-top .three-col .sub-head {
          font-weight: 400;
          color: #6e6f72;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          margin: 1px 0 7px;
          line-height: 1; }
        .cb-refresh .column-grid .col-wrap-top .three-col p {
          color: #000;
          line-height: 1.3;
          padding-right: 30px; }
          @media (max-width: 595px) {
            .cb-refresh .column-grid .col-wrap-top .three-col p {
              padding: 0; } }
        .cb-refresh .column-grid .col-wrap-top .three-col .button-text {
          text-transform: capitalize; }
    .cb-refresh .column-grid .col-wrap-bottom {
      float: left;
      width: 100%;
      margin: 104px 0 0; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .column-grid .col-wrap-bottom {
          margin: 50px 0 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .column-grid .col-wrap-bottom {
          margin: 30px 0 0; } }
      @media (max-width: 767px) {
        .cb-refresh .column-grid .col-wrap-bottom {
          margin: 20px 0 0; } }
      .cb-refresh .column-grid .col-wrap-bottom h3 {
        width: 100%;
        max-width: 630px;
        color: #2475d9;
        letter-spacing: 0.004em; }
      .cb-refresh .column-grid .col-wrap-bottom p {
        color: #000;
        width: 100%;
        max-width: 490px;
        padding: 16px 0 19px;
        font-size: 18px;
        line-height: 1.4; }
        @media (max-width: 767px) {
          .cb-refresh .column-grid .col-wrap-bottom p {
            max-width: 600px;
            font-size: 16px; } }
      .cb-refresh .column-grid .col-wrap-bottom .col-wrap {
        float: left;
        width: calc(100% + 30px);
        margin: 50px 0px 40px -15px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .column-grid .col-wrap-bottom .col-wrap {
            margin: 20px 0px 30px -15px; } }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .column-grid .col-wrap-bottom .col-wrap {
            width: calc(100% + 20px);
            margin-left: -10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .column-grid .col-wrap-bottom .col-wrap {
            width: calc(100% + 10px);
            margin: 10px 0px 20px -5px; } }
        @media (max-width: 767px) {
          .cb-refresh .column-grid .col-wrap-bottom .col-wrap {
            width: 100%;
            margin: 0; } }
        .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col {
          background-color: #f2f2f2;
          width: calc(33.33% - 30px);
          margin: 0px 15px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col {
              width: calc(33.33% - 20px);
              margin: 0 10px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col {
              width: calc(33.33% - 10px);
              margin: 0 5px; } }
          @media (max-width: 767px) {
            .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col {
              width: 100%;
              margin: 10px 0; } }
          .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col a {
            width: 100%;
            height: 100%; }
          .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner {
            width: 100%;
            padding: 27px 26px 17px 30px;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner {
                padding: 27px 20px 17px 20px; } }
            @media (max-width: 767px) {
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner {
                padding: 30px 20px; } }
            .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap {
              width: 100%;
              float: left;
              height: 65px; }
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon {
                display: block;
                width: 45%;
                height: 100%;
                float: left;
                position: relative; }
                .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon .logo {
                  position: absolute;
                  top: 0;
                  left: 0;
                  -webkit-transition: opacity .3s ease-in-out;
                  -o-transition: opacity .3s ease-in-out;
                  transition: opacity .3s ease-in-out; }
                  .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon .logo img {
                    max-height: 45px;
                    width: auto; }
                .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon .hover-logo {
                  position: absolute;
                  top: 0;
                  left: 0;
                  opacity: 0;
                  -webkit-transition: opacity .3s ease-in-out;
                  -o-transition: opacity .3s ease-in-out;
                  transition: opacity .3s ease-in-out; }
                  .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon .hover-logo img {
                    max-height: 45px;
                    width: auto; }
                .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon:nth-child(even) {
                  float: right; }
                  .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon:nth-child(even) .logo {
                    left: inherit;
                    right: 0; }
                  .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .icon-wrap .icon:nth-child(even) .hover-logo {
                    left: inherit;
                    right: 0; }
            .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner p {
              -webkit-transition: all .3s ease-in-out;
              -o-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
              line-height: 1.17;
              padding: 20px 0 15px;
              font-size: 16px; }
            .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .learn-more {
              text-transform: capitalize;
              position: relative;
              bottom: 0px;
              -webkit-transition: all .3s ease-in-out;
              -o-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
              font-weight: 500; }
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner .learn-more:after {
                content: '›';
                display: inline-block;
                position: absolute;
                right: auto;
                bottom: -2px;
                padding-left: 5px; }
            .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner:hover {
              background-color: #2475d9; }
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner:hover p {
                color: #fff; }
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner:hover .learn-more {
                color: #fff; }
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner:hover .icon-wrap .icon .logo {
                opacity: 0; }
              .cb-refresh .column-grid .col-wrap-bottom .col-wrap .three-col .col-inner:hover .icon-wrap .icon .hover-logo {
                opacity: 1; }
    .cb-refresh .column-grid .link-wrap {
      text-align: center;
      float: left;
      width: 100%; }
      .cb-refresh .column-grid .link-wrap a {
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        font-size: 18px;
        letter-spacing: 0.014em; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .column-grid .link-wrap a {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .cb-refresh .column-grid .link-wrap a {
            font-size: 16px;
            line-height: 1.3;
            max-width: 635px;
            float: left;
            text-align: left; } }
        .cb-refresh .column-grid .link-wrap a span:after {
          bottom: 5px; }
  .cb-refresh .content-with-table {
    background: #0f4c8b url(/wp-content/themes/cb/refresh/dist/images/honeycomb_graphic.png);
    background-position: top right;
    background-size: 400px;
    background-repeat: repeat-y;
    position: relative; }
    .cb-refresh .content-with-table:after {
      content: '';
      background: url(/wp-content/themes/cb/refresh/dist/images/hex-content-table-area.png);
      width: 549px;
      height: 428px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .content-with-table:after {
          left: -10%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .content-with-table:after {
          left: -25%; } }
      @media (max-width: 767px) {
        .cb-refresh .content-with-table:after {
          left: -30%; } }
    .cb-refresh .content-with-table .intro-text {
      width: 100%;
      max-width: 500px; }
      .cb-refresh .content-with-table .intro-text h6 {
        color: #fff;
        text-transform: uppercase; }
      .cb-refresh .content-with-table .intro-text h2 {
        color: #fff;
        line-height: 1;
        margin: 27px 0 23px; }
      .cb-refresh .content-with-table .intro-text p {
        color: #fff;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.38; }
        @media (max-width: 767px) {
          .cb-refresh .content-with-table .intro-text p {
            font-size: 16px; } }
    .cb-refresh .content-with-table .comparetable {
      width: 100%;
      padding-left: 70px; }
      @media (max-width: 991px) {
        .cb-refresh .content-with-table .comparetable {
          padding: 0px; } }
      @media (max-width: 595px) {
        .cb-refresh .content-with-table .comparetable {
          margin-top: 40px;
          background: #0f4c8b; } }
      .cb-refresh .content-with-table .comparetable table {
        width: 100%;
        border-collapse: collapse; }
        .cb-refresh .content-with-table .comparetable table thead th {
          font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
          color: #fff;
          font-size: 18px;
          line-height: 1.33;
          text-align: left;
          font-weight: 400;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .content-with-table .comparetable table thead th {
              padding: 8px 10px !important;
              font-size: 16px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .content-with-table .comparetable table thead th {
              padding: 8px 10px !important;
              font-size: 14px; } }
          .cb-refresh .content-with-table .comparetable table thead th.bg-cyan-blue {
            padding: 8px 50px;
            font-weight: 700;
            background: #2475d9; }
          .cb-refresh .content-with-table .comparetable table thead th.bg-gray {
            padding: 8px 30px;
            background: #6e6f72; }
        @media (max-width: 595px) {
          .cb-refresh .content-with-table .comparetable table thead {
            display: none; } }
        .cb-refresh .content-with-table .comparetable table tbody tr td {
          text-align: center;
          padding: 8px 25px;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-size: 16px;
          line-height: 1.33;
          color: #fc6215;
          font-style: italic;
          border: 1px solid #fff;
          background: #0f4c8b;
          font-weight: 900; }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .content-with-table .comparetable table tbody tr td {
              padding: 8px 15px;
              font-size: 16px; } }
          @media (max-width: 595px) {
            .cb-refresh .content-with-table .comparetable table tbody tr td {
              width: 100%;
              display: block;
              padding: 8px 20px 8px 10px;
              font-size: 16px;
              text-align: right;
              margin-top: -1px;
              float: left; } }
          .cb-refresh .content-with-table .comparetable table tbody tr td:first-of-type {
            text-align: right;
            border: 0;
            background: none;
            font-size: 20px;
            font-style: inherit;
            color: #fff;
            font-weight: 400; }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .content-with-table .comparetable table tbody tr td:first-of-type {
                font-size: 18px; } }
            @media (max-width: 595px) {
              .cb-refresh .content-with-table .comparetable table tbody tr td:first-of-type {
                text-align: center;
                padding-bottom: 10px;
                font-size: 16px; } }
          .cb-refresh .content-with-table .comparetable table tbody tr td img {
            vertical-align: middle; }
          @media (max-width: 595px) {
            .cb-refresh .content-with-table .comparetable table tbody tr td:before {
              content: attr(data-label);
              float: left;
              font-weight: 500;
              max-width: 80%;
              text-align: left;
              font-size: 13px;
              color: #fff;
              font-style: initial; } }
        @media (max-width: 595px) {
          .cb-refresh .content-with-table .comparetable table tbody tr {
            display: block;
            width: 100%;
            margin: 10px 0;
            float: left; } }
  .cb-refresh .width-245 {
    width: 245px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .width-245 {
        width: 185px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .width-245 {
        width: 120px; } }
  .cb-refresh .content-with-boximage {
    background: #f2f2f2 url(/wp-content/themes/cb/refresh/dist/images/box-graphic-pattern.png);
    background-size: contain;
    position: relative;
    padding: 100px 0 50px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .content-with-boximage {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .content-with-boximage {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      .cb-refresh .content-with-boximage {
        padding: 40px 0; } }
    .cb-refresh .content-with-boximage .intro-text {
      width: 100%;
      max-width: 500px; }
      .cb-refresh .content-with-boximage .intro-text h6 {
        color: #6e6f72;
        text-transform: uppercase; }
      .cb-refresh .content-with-boximage .intro-text h2 {
        color: #2475d9;
        line-height: 1;
        margin: 25px 0; }
      .cb-refresh .content-with-boximage .intro-text p {
        color: #000;
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 65px; }
        @media (max-width: 767px) {
          .cb-refresh .content-with-boximage .intro-text p {
            font-size: 16px; } }
    .cb-refresh .content-with-boximage .content-image {
      max-width: 541px; }
      .cb-refresh .content-with-boximage .content-image .img-wrap {
        max-width: 229px;
        margin: auto; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .content-with-boximage .content-image .img-wrap {
            max-width: 180px; } }
        @media (max-width: 767px) {
          .cb-refresh .content-with-boximage .content-image .img-wrap {
            max-width: 120px; } }
    .cb-refresh .content-with-boximage .content-text {
      padding-left: 30px;
      padding-right: 35px;
      margin-top: 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .content-with-boximage .content-text {
          margin-top: 15px; } }
      @media (max-width: 767px) {
        .cb-refresh .content-with-boximage .content-text {
          padding-left: 0; } }
      .cb-refresh .content-with-boximage .content-text h3 {
        line-height: 1;
        font-weight: 700;
        margin-bottom: 25px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .content-with-boximage .content-text h3 {
            margin-bottom: 15px; } }
      .cb-refresh .content-with-boximage .content-text p {
        color: #000;
        font-weight: 400;
        margin-bottom: 15px; }
      .cb-refresh .content-with-boximage .content-text a.external span:after {
        top: inherit;
        bottom: -5px; }
  .cb-refresh .cta {
    padding: 66px 0 86px;
    position: relative;
    background-color: #2475d9;
    overflow: visible !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .cta {
        padding: 55px 0 52px 0; } }
    @media (max-width: 767px) {
      .cb-refresh .cta {
        padding: 40px 0 25px 0; } }
    .cb-refresh .cta:after {
      content: '';
      background: url("/wp-content/themes/cb/refresh/dist/images/cta-graphic.png") no-repeat;
      height: 351px;
      width: 145px;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1;
      background-repeat: repeat-y; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .cta:after {
          right: -40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .cta:after {
          right: -30px; } }
      @media (max-width: 595px) {
        .cb-refresh .cta:after {
          right: -50px; } }
    .cb-refresh .cta .content-wrapper {
      overflow: hidden; }
      @media (max-width: 595px) {
        .cb-refresh .cta .content-wrapper {
          max-width: 265px;
          margin: auto;
          text-align: center; } }
    @media (max-width: 767px) {
      .cb-refresh .cta .two-col {
        margin-bottom: 20px; } }
    .cb-refresh .cta .two-col h2 {
      color: #fff;
      text-transform: uppercase;
      line-height: 1.0;
      letter-spacing: -0.015em; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .cta .two-col h2 {
          font-size: 38px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .cta .two-col h2 {
          font-size: 36px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .cta .two-col h2 {
          font-size: 32px; } }
      @media (max-width: 480px) {
        .cb-refresh .cta .two-col h2 {
          font-size: 28px; } }
    .cb-refresh .cta .two-col h4 {
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .cta .two-col h4 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .cb-refresh .cta .two-col h4 {
          font-size: 20px;
          padding-top: 8px; } }
    .cb-refresh .cta .two-col .content {
      margin-top: 34px; }
      .cb-refresh .cta .two-col .content a {
        padding: 12px 22px 13px; }
        .cb-refresh .cta .two-col .content a span {
          color: #fff; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .cta .two-col .content {
          margin-top: 10px; } }
      @media (max-width: 767px) {
        .cb-refresh .cta .two-col .content {
          margin-top: 15px; } }
    .cb-refresh .cta .two-col span {
      color: #00d2ff; }
    .cb-refresh .cta .two-col:last-child {
      max-width: 275px;
      margin-left: 105px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .cta .two-col:last-child {
          margin-left: 80px; } }
      @media (max-width: 767px) {
        .cb-refresh .cta .two-col:last-child {
          margin: 0; } }
    .cb-refresh .cta.tau:after {
      display: none; }
  .cb-refresh .video-with-content {
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
    /*overflow: hidden;*/ }
    .cb-refresh .video-with-content .rows {
      width: 100%;
      float: left;
      position: relative; }
      .cb-refresh .video-with-content .rows:after {
        content: "";
        clear: both;
        display: block; }
      .cb-refresh .video-with-content .rows:first-child h3 {
        margin-top: 18px; }
    .cb-refresh .video-with-content .left {
      width: 44%;
      float: left; }
      @media (max-width: 767px) {
        .cb-refresh .video-with-content .left {
          width: 100%;
          padding: 0;
          float: none;
          margin: auto; } }
      .cb-refresh .video-with-content .left .hexagon-layer {
        position: relative;
        left: -65px;
        top: 25px; }
        @media (min-width: 1191px) and (max-width: 1399px) {
          .cb-refresh .video-with-content .left .hexagon-layer {
            left: -20px; } }
        @media (max-width: 1190px) {
          .cb-refresh .video-with-content .left .hexagon-layer {
            left: -20px; } }
        @media (max-width: 767px) {
          .cb-refresh .video-with-content .left .hexagon-layer {
            top: 10px !important;
            left: 0 !important; }
            .cb-refresh .video-with-content .left .hexagon-layer img {
              max-width: 636px; } }
        @media (max-width: 595px) {
          .cb-refresh .video-with-content .left .hexagon-layer {
            display: none; } }
      .cb-refresh .video-with-content .left h3 + .mobile-layer img,
      .cb-refresh .video-with-content .left h3 + .hexagon-layer + .mobile-layer img {
        margin-top: 30px; }
      .cb-refresh .video-with-content .left .mobile-layer {
        display: none;
        text-align: center; }
        @media (max-width: 595px) {
          .cb-refresh .video-with-content .left .mobile-layer {
            display: block; } }
        .cb-refresh .video-with-content .left .mobile-layer img {
          max-width: 160px; }
      .cb-refresh .video-with-content .left .img-text {
        position: relative;
        left: -40px;
        background: url(/wp-content/themes/cb/refresh/dist/images/cloud_vector.svg) no-repeat;
        max-width: 531px;
        height: 215px;
        width: calc(100% + 40px); }
        @media (min-width: 1191px) and (max-width: 1399px) {
          .cb-refresh .video-with-content .left .img-text {
            left: -20px;
            width: calc(100% + 20px); } }
        @media (max-width: 1190px) {
          .cb-refresh .video-with-content .left .img-text {
            left: -20px;
            width: calc(100% + 20px); } }
        @media (max-width: 767px) {
          .cb-refresh .video-with-content .left .img-text {
            left: 0px;
            width: 100%; } }
        @media (max-width: 595px) {
          .cb-refresh .video-with-content .left .img-text {
            height: auto; } }
        .cb-refresh .video-with-content .left .img-text ul {
          margin: 0 auto;
          padding: 0;
          font-size: 0;
          padding-top: 50px;
          text-align: center; }
        .cb-refresh .video-with-content .left .img-text li {
          position: relative;
          display: inline-block;
          vertical-align: top;
          font-size: 16px;
          color: #fc6215;
          text-align: center;
          list-style: none;
          max-width: 132px;
          padding: 40px 5px;
          line-height: 1.25;
          letter-spacing: 0;
          margin: 0 5px;
          background: rgba(255, 255, 255, 0.9);
          border-color: rgba(255, 255, 255, 0.9);
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          background: url(/wp-content/themes/cb/refresh/dist/images/hexa.png) no-repeat;
          /*        &:before{
                  content: " ";
                  width: 0;
                  height: 0;
                  border-bottom: 40px solid;
                  border-color: inherit;
                  border-left: 66px solid transparent;
                  border-right: 66px solid transparent;
                  position: absolute;
                  top: -40px;
                  left: 0;
                }
                &:after {
                  content: "";
                  width: 0;
                  position: absolute;
                  bottom: -40px;
                  left: 0;
                  border-top: 40px solid;
                  border-color: inherit;
                  border-left: 66px solid transparent;
                  border-right: 66px solid transparent;
                }*/ }
          .cb-refresh .video-with-content .left .img-text li span {
            font-weight: 700;
            color: #2475d9;
            display: block; }
      .cb-refresh .video-with-content .left h3 {
        color: #2475d9;
        font-weight: 700;
        letter-spacing: 0em;
        max-width: 414px;
        padding-right: 15px; }
        @media (max-width: 767px) {
          .cb-refresh .video-with-content .left h3 {
            text-align: left;
            max-width: 100%; } }
    .cb-refresh .video-with-content #data-approach .hexagon-layer {
      top: 60px; }
    .cb-refresh .video-with-content #propriety-data .hexagon-layer {
      top: 3px;
      left: -70px; }
      @media (min-width: 1191px) and (max-width: 1399px) {
        .cb-refresh .video-with-content #propriety-data .hexagon-layer {
          left: -20px; } }
      @media (max-width: 1190px) {
        .cb-refresh .video-with-content #propriety-data .hexagon-layer {
          left: -20px; } }
    .cb-refresh .video-with-content #streaming-analytics .hexagon-layer {
      top: -25px;
      left: -70px; }
      @media (min-width: 1191px) and (max-width: 1399px) {
        .cb-refresh .video-with-content #streaming-analytics .hexagon-layer {
          left: -20px; } }
      @media (max-width: 1190px) {
        .cb-refresh .video-with-content #streaming-analytics .hexagon-layer {
          left: -20px; } }
    .cb-refresh .video-with-content #predictive-security .hexagon-layer {
      top: 25px;
      left: -65px; }
      @media (min-width: 1191px) and (max-width: 1399px) {
        .cb-refresh .video-with-content #predictive-security .hexagon-layer {
          left: -20px; } }
      @media (max-width: 1190px) {
        .cb-refresh .video-with-content #predictive-security .hexagon-layer {
          left: -20px; } }
    .cb-refresh .video-with-content .video-block {
      width: 56%;
      max-width: 636px;
      float: right; }
      @media (max-width: 767px) {
        .cb-refresh .video-with-content .video-block {
          width: 100%;
          float: left;
          padding: 30px 0; } }
      .cb-refresh .video-with-content .video-block .video-img {
        position: relative; }
        .cb-refresh .video-with-content .video-block .video-img img {
          /*        object-fit: cover;
        height: 100%;*/
          width: 100%; }
        .cb-refresh .video-with-content .video-block .video-img h3 {
          color: #fff;
          text-align: left;
          padding: 28px 30px;
          letter-spacing: 0; }
          @media (max-width: 767px) {
            .cb-refresh .video-with-content .video-block .video-img h3 {
              padding: 20px; } }
        .cb-refresh .video-with-content .video-block .video-img .icon-play {
          width: 54px;
          height: 54px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .cb-refresh .video-with-content .video-block .video-img p {
          font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
          text-align: left;
          font-size: 16px;
          font-weight: 700;
          color: #fff;
          padding: 0 30px;
          position: absolute;
          bottom: 16px; }
          @media (max-width: 767px) {
            .cb-refresh .video-with-content .video-block .video-img p {
              padding: 0 20px;
              font-size: 14px; } }
        .cb-refresh .video-with-content .video-block .video-img:hover .icon-play circle {
          fill: #63aee6;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .cb-refresh .video-with-content .video-block .video-poster {
        overflow: hidden;
        max-height: 360px; }
      .cb-refresh .video-with-content .video-block .vid-content {
        padding-left: 30px;
        padding-right: 36px;
        margin-top: 18px; }
        @media (max-width: 767px) {
          .cb-refresh .video-with-content .video-block .vid-content {
            padding: 0px; } }
        .cb-refresh .video-with-content .video-block .vid-content p {
          font-size: 18px;
          line-height: 1.33;
          color: #000;
          margin-bottom: 150px; }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .video-with-content .video-block .vid-content p {
              margin-bottom: 50px;
              font-size: 16px; } }
          @media (max-width: 595px) {
            .cb-refresh .video-with-content .video-block .vid-content p {
              font-size: 14px;
              padding: 0;
              margin-bottom: 30px; } }
        .cb-refresh .video-with-content .video-block .vid-content.cloud-text p {
          margin-bottom: 105px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .video-with-content .video-block .vid-content.cloud-text p {
              margin-bottom: 80px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .video-with-content .video-block .vid-content.cloud-text p {
              margin-bottom: 60px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .video-with-content .video-block .vid-content.cloud-text p {
              margin-bottom: 50px; } }
          @media (max-width: 595px) {
            .cb-refresh .video-with-content .video-block .vid-content.cloud-text p {
              margin-bottom: 30px; } }
        .cb-refresh .video-with-content .video-block .vid-content.cloud-text .btn-orange {
          margin-bottom: 150px; }
          @media (max-width: 767px) {
            .cb-refresh .video-with-content .video-block .vid-content.cloud-text .btn-orange {
              margin-bottom: 30px; } }
    .cb-refresh .video-with-content .infographic {
      position: relative;
      overflow: visible; }
      .cb-refresh .video-with-content .infographic:before {
        content: '';
        background: #fff;
        width: calc(100% + 40px);
        height: 50%;
        position: absolute;
        top: 50%;
        left: -20px;
        z-index: 1; }
        @media (max-width: 480px) {
          .cb-refresh .video-with-content .infographic:before {
            top: 120px;
            height: calc(100% - 120px); } }
      .cb-refresh .video-with-content .infographic .content-with-img {
        margin-left: -20px;
        margin-right: -20px;
        width: auto; }
  .cb-refresh .wave-wraper {
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    background: url(/wp-content/themes/cb/refresh/dist/images/wave.png) no-repeat; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .wave-wraper {
        background-size: 380px; } }
    @media screen and (max-width: 768px) {
      .cb-refresh .wave-wraper {
        background-size: 300px;
        background-position-x: 0 !important; } }
    @media (max-width: 595px) {
      .cb-refresh .wave-wraper {
        background-position-x: calc(50% - 40px) !important; } }
    @media (max-width: 400px) {
      .cb-refresh .wave-wraper {
        background-size: 284px; } }
    @media (max-width: 595px) {
      .cb-refresh .wave-wraper:before {
        content: ' ';
        background: #fff;
        width: 100%;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; } }
    @media (max-width: 767px) {
      .cb-refresh .wave-wraper:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: #fff;
        opacity: 0.6; } }
  @media (max-width: 767px) {
    .cb-refresh .cb-intro {
      background: transparent !important; } }
  .cb-refresh .hero-banner-secondary {
    width: 100%;
    height: 629px;
    background: url(/wp-content/themes/cb/refresh/dist/images/hero_banner_secondary.jpg);
    background-size: cover;
    background-position: center; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .hero-banner-secondary {
        height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .hero-banner-secondary {
        height: 550px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .hero-banner-secondary {
        height: 500px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh .hero-banner-secondary {
        height: 480px; } }
    @media (max-width: 480px) {
      .cb-refresh .hero-banner-secondary {
        height: 470px; } }
    .cb-refresh .hero-banner-secondary .container, .cb-refresh .hero-banner-secondary .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .hero-banner-secondary ul {
      height: 100%; }
    .cb-refresh .hero-banner-secondary .content-layer {
      width: 100%;
      float: left;
      position: relative;
      top: 58.3%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      .cb-refresh .hero-banner-secondary .content-layer h1 {
        font-size: 62px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -.011em; }
        .cb-refresh .hero-banner-secondary .content-layer h1 span {
          display: block; }
          .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(1) {
            color: #00d2ff;
            font-size: 51px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(1) {
                font-size: 47px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(1) {
                font-size: 44px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(1) {
                font-size: 40px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(1) {
                font-size: 36px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(1) {
                font-size: 32px; } }
          .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(2) {
            margin-top: 7px;
            font-size: 62px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(2) {
                margin-top: 4px;
                font-size: 57px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(2) {
                margin-top: 4px;
                font-size: 51px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(2) {
                margin-top: 2px;
                font-size: 46px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(2) {
                margin-top: 0;
                font-size: 42px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(2) {
                margin-top: 0;
                font-size: 38px; } }
          .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(3) {
            font-size: 127px;
            margin-top: -3px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(3) {
                font-size: 100px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(3) {
                font-size: 78px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(3) {
                font-size: 64px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(3) {
                font-size: 54px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner-secondary .content-layer h1 span:nth-of-type(3) {
                font-size: 46px; } }
  .cb-refresh .links-with-content {
    margin-top: -100px;
    position: relative;
    z-index: 2; }
    @media (max-width: 480px) {
      .cb-refresh .links-with-content {
        margin-top: -50px; } }
    .cb-refresh .links-with-content .rows {
      width: 100%;
      float: left;
      /*padding-bottom: 25px;*/ }
      .cb-refresh .links-with-content .rows .cb-links {
        width: 44%;
        max-width: 475px;
        float: left;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .cb-refresh .links-with-content .rows .cb-links {
            width: 100%; } }
        .cb-refresh .links-with-content .rows .cb-links > img {
          margin-top: -10px;
          width: 100%; }
        .cb-refresh .links-with-content .rows .cb-links ul {
          margin-top: 62px;
          margin-bottom: 10px;
          margin-left: 0;
          list-style-type: none; }
          .cb-refresh .links-with-content .rows .cb-links ul li a {
            text-align: left;
            padding: 0px;
            margin-right: 25px;
            margin-bottom: 18px; }
            .cb-refresh .links-with-content .rows .cb-links ul li a:before {
              content: none; }
            .cb-refresh .links-with-content .rows .cb-links ul li a span {
              font-weight: 700;
              font-size: 18px;
              color: #2475d9;
              line-height: 1.2; }
              @media (max-width: 595px) {
                .cb-refresh .links-with-content .rows .cb-links ul li a span {
                  font-size: 16px; } }
              .cb-refresh .links-with-content .rows .cb-links ul li a span:after {
                width: 18px;
                height: 18px;
                right: -28px;
                bottom: 1px;
                background-image: url(/wp-content/themes/cb/refresh/dist/images/arrow.svg); }
        .cb-refresh .links-with-content .rows .cb-links .hexagon-layer {
          position: relative;
          left: -74px;
          width: 111%;
          margin-top: -8px; }
          @media (max-width: 767px) {
            .cb-refresh .links-with-content .rows .cb-links .hexagon-layer {
              left: 0;
              width: 100%;
              height: auto; } }
      .cb-refresh .links-with-content .rows .cb-intro {
        width: 56%;
        float: right;
        padding: 25px 30px 113px;
        background: #fff;
        margin-top: 15px; }
        @media (max-width: 767px) {
          .cb-refresh .links-with-content .rows .cb-intro {
            width: 100%;
            padding: 20px 20px 0 0;
            margin-top: 20px; } }
        .cb-refresh .links-with-content .rows .cb-intro p {
          font-size: 18px;
          line-height: 1.35;
          margin-bottom: 34px;
          color: #000; }
          @media (max-width: 595px) {
            .cb-refresh .links-with-content .rows .cb-intro p {
              font-size: 16px; } }
  .cb-refresh .wave-wraper .sticky-links {
    width: 100%;
    height: 50px;
    float: left;
    position: absolute;
    /*bottom: 56px;*/
    top: -106px;
    z-index: 5;
    background: #63aee6;
    overflow: hidden;
    opacity: 0 !important;
    pointer-events: none !important; }
    .cb-refresh .wave-wraper .sticky-links.is_stuck {
      opacity: 1 !important;
      pointer-events: all !important; }
      @media (max-width: 1023px) {
        .cb-refresh .wave-wraper .sticky-links.is_stuck {
          opacity: 0 !important;
          pointer-events: none !important; } }
    @media (max-width: 767px) {
      .cb-refresh .wave-wraper .sticky-links {
        display: none !important; } }
    .cb-refresh .wave-wraper .sticky-links ul {
      margin: 0 auto;
      width: 100%; }
      .cb-refresh .wave-wraper .sticky-links ul li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        border-left: 1px solid white;
        padding: 15px 0 11px;
        -webkit-transition: background .3s ease-in;
        -o-transition: background .3s ease-in;
        transition: background .3s ease-in;
        cursor: pointer; }
        @media (min-width: 992px) and (max-width: 1024px) {
          .cb-refresh .wave-wraper .sticky-links ul li {
            padding: 17px 0 13px; } }
        @media (max-width: 991px) {
          .cb-refresh .wave-wraper .sticky-links ul li {
            padding: 17px 0 14px; } }
        .cb-refresh .wave-wraper .sticky-links ul li:first-of-type {
          border-left: none; }
        .cb-refresh .wave-wraper .sticky-links ul li.active, .cb-refresh .wave-wraper .sticky-links ul li:hover {
          background: #2475d9; }
        .cb-refresh .wave-wraper .sticky-links ul li a {
          font-size: 18px;
          font-weight: 700;
          color: #fff;
          line-height: 1.2; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .wave-wraper .sticky-links ul li a {
              font-size: 16px; } }
          @media (max-width: 991px) {
            .cb-refresh .wave-wraper .sticky-links ul li a {
              font-size: 12px; } }
  .cb-refresh .hero-banner-refresh {
    width: 100%;
    background: #2475d9;
    max-height: 703px;
    height: calc(100vh - 85px);
    min-height: 850px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .hero-banner-refresh {
        height: 600px; } }
    @media (min-width: 640px) and (max-width: 767px) {
      .cb-refresh .hero-banner-refresh {
        height: 540px; } }
    @media (max-width: 639px) {
      .cb-refresh .hero-banner-refresh {
        height: 540px; } }
    .cb-refresh .hero-banner-refresh .bg-img {
      height: 100%;
      display: none; }
      .cb-refresh .hero-banner-refresh .bg-img img {
        min-width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover;
        min-height: 650px; }
    .cb-refresh .hero-banner-refresh .banner-video {
      display: block; }
      .cb-refresh .hero-banner-refresh .banner-video .home_video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .cb-refresh .hero-banner-refresh .content-layer {
      position: absolute;
      top: 130px;
      left: 0;
      width: 100%;
      height: 100%;
      height: calc(100% - 130px); }
      @media (max-width: 767px) {
        .cb-refresh .hero-banner-refresh .content-layer {
          top: 100px;
          height: calc(100% - 100px); } }
      .cb-refresh .hero-banner-refresh .content-layer .container, .cb-refresh .hero-banner-refresh .content-layer .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .hero-banner-refresh .content-layer ul {
        top: 70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .cb-refresh .hero-banner-refresh .content-left {
      width: 60%;
      max-width: 460px;
      float: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .hero-banner-refresh .content-left {
          width: 55%;
          max-width: 380px; } }
      @media (max-width: 767px) {
        .cb-refresh .hero-banner-refresh .content-left {
          width: 100%;
          margin-bottom: 20px;
          text-align: left;
          max-width: inherit; } }
      .cb-refresh .hero-banner-refresh .content-left h1 {
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -0.009em; }
        .cb-refresh .hero-banner-refresh .content-left h1 span {
          display: block; }
          .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(1) {
            color: #00d2ff;
            font-size: 64px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(1) {
                font-size: 60px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(1) {
                font-size: 54px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(1) {
                font-size: 46px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(1) {
                font-size: 40px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(1) {
                font-size: 34px; } }
          .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(2) {
            margin-top: -14px;
            font-size: 77px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(2) {
                margin-top: -10px;
                font-size: 70px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(2) {
                margin-top: -6px;
                font-size: 66px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(2) {
                margin-top: -4px;
                font-size: 58px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(2) {
                margin-top: -2px;
                font-size: 44px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(2) {
                margin-top: -2px;
                font-size: 38px; } }
          .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(3) {
            font-size: 108px;
            margin-top: -16px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(3) {
                font-size: 90px;
                margin-top: -12px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(3) {
                font-size: 78px;
                margin-top: -9px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(3) {
                font-size: 64px;
                margin-top: -5px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(3) {
                font-size: 54px;
                margin-top: -3px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(3) {
                font-size: 46px;
                margin-top: -2px; } }
      .cb-refresh .hero-banner-refresh .content-left h3 {
        font-weight: 400;
        color: #fff;
        line-height: 1;
        letter-spacing: 0;
        margin-top: 10px;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
        @media (max-width: 767px) {
          .cb-refresh .hero-banner-refresh .content-left h3 {
            max-width: inherit; } }
      .cb-refresh .hero-banner-refresh .content-left .btn-orange {
        margin-top: 39px; }
        @media (max-width: 767px) {
          .cb-refresh .hero-banner-refresh .content-left .btn-orange {
            margin-top: 20px; } }
  .cb-refresh .side-btn {
    display: none; }
    .cb-refresh .side-btn > div {
      width: 40px;
      height: 40px; }
  .cb-refresh.ua-mobile .hero-banner .bg-img {
    display: block; }
  .cb-refresh.ua-mobile .hero-banner .banner-video {
    display: none; }
  @media (min-width: 1191px) {
    .cb-refresh .hero-banner-refresh .content-left h1 span {
      font-size: 75px; } }
  @media (min-width: 1191px) {
    .cb-refresh .hero-banner-refresh .content-left h1 span:nth-of-type(1) {
      font-size: 80px;
      line-height: 1; } }
  .cb-refresh .hero-banner-refresh .extra-headline {
    color: white;
    margin-top: 10px; }
    @media (min-width: 1191px) {
      .cb-refresh .hero-banner-refresh .extra-headline {
        font-size: 3.95rem; } }
  .cb-refresh .hero-banner-refresh.hero-slider {
    max-height: 850px;
    height: 100vh; }
    @media (max-width: 991px) {
      .cb-refresh .hero-banner-refresh.hero-slider {
        max-height: 100%;
        height: auto;
        padding-bottom: 170px !important; } }
    @media (max-width: 640px) {
      .cb-refresh .hero-banner-refresh.hero-slider {
        padding-bottom: 200px !important; } }
    @media (max-width: 991px) {
      .cb-refresh .hero-banner-refresh.hero-slider .content-layer {
        position: relative;
        top: 130px;
        height: auto; } }
    @media (max-width: 640px) {
      .cb-refresh .hero-banner-refresh.hero-slider .content-layer {
        top: 190px; } }
    @media (max-width: 595px) {
      .cb-refresh .hero-banner-refresh.hero-slider .content-layer {
        padding-left: 0px; } }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .hero-banner-refresh.hero-slider .content-layer .content-left {
        max-width: 368px; } }
    @media (max-width: 991px) {
      .cb-refresh .hero-banner-refresh.hero-slider .content-layer .container, .cb-refresh .hero-banner-refresh.hero-slider .content-layer .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .hero-banner-refresh.hero-slider .content-layer ul {
        -webkit-transform: inherit;
             -o-transform: inherit;
                transform: inherit;
        top: 0; } }
    .cb-refresh .hero-banner-refresh.hero-slider .slider-outer {
      position: relative;
      float: left;
      overflow: hidden;
      top: 130px;
      height: calc(100% - 130px); }
      @media (min-width: 1191px) and (max-width: 1280px) {
        .cb-refresh .hero-banner-refresh.hero-slider .slider-outer {
          margin-left: calc(100% - 600px) !important; } }
      @media (max-width: 991px) {
        .cb-refresh .hero-banner-refresh.hero-slider .slider-outer {
          margin-left: 0px !important;
          top: 130px;
          -webkit-transform: inherit;
               -o-transform: inherit;
                  transform: inherit;
          margin-top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .hero-banner-refresh.hero-slider .slider-outer {
          margin-top: 10px; } }
      @media (max-width: 640px) {
        .cb-refresh .hero-banner-refresh.hero-slider .slider-outer {
          top: 180px; } }
      @media (max-width: 595px) {
        .cb-refresh .hero-banner-refresh.hero-slider .slider-outer {
          margin-left: 0px !important;
          padding-left: 0px;
          margin-top: 20px; } }
    .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap {
      position: relative;
      float: left;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 917px; }
      @media (max-width: 991px) {
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap {
          top: 0;
          -webkit-transform: inherit;
               -o-transform: inherit;
                  transform: inherit; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap {
          margin-top: 20px; } }
      .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .container, .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .hero-banner-refresh.hero-slider .slider-wrap ul {
        padding: 0;
        overflow: hidden; }
      .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slider {
        margin-bottom: 20px;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 1.5s;
        -o-transition: all 0.4s ease-in-out 1.5s;
        transition: all 0.4s ease-in-out 1.5s; }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slider.slick-initialized {
          opacity: 1; }
      .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item {
        position: relative;
        width: 100%;
        float: left;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transition-delay: 800ms;
             -o-transition-delay: 800ms;
                transition-delay: 800ms; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item {
            max-width: 100%; } }
        @media (max-width: 595px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item {
            max-width: 100%; } }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#133e8c+0,133e8c+100 */
          background: #133e8c;
          /* Old browsers */
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #133e8c 0%, #133e8c 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, right top, from(#133e8c), to(#133e8c));
          background: -o-linear-gradient(left, #133e8c 0%, #133e8c 100%);
          background: linear-gradient(to right, #133e8c 0%, #133e8c 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133e8c', endColorstr='#133e8c', GradientType=1);
          /* IE6-9 */
          opacity: 0.6;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img {
          position: relative;
          display: block;
          height: 127px;
          padding: 0 5px 5px;
          background: #fff;
          overflow: visible; }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img img {
            min-height: auto; }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img .layer {
            position: absolute;
            right: -91px;
            top: -135px;
            width: 385px;
            height: 274px;
            opacity: 0;
            visibility: hidden; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img .layer {
                top: -79px;
                right: -50px;
                width: 300px;
                height: 200px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img .layer {
                top: -42px;
                width: 245px;
                height: 166px;
                right: -60px; } }
            @media (max-width: 767px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img .layer {
                top: -42px;
                width: 245px;
                height: 166px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img .layer {
                right: -50px; } }
            @media (max-width: 595px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img .layer {
                left: inherit;
                right: -10px; } }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .bg-img .layer img {
              width: 100%;
              height: auto; }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content {
          position: relative;
          background: #fff;
          padding: 52px 42px 49px; }
          @media (min-width: 1191px) and (max-width: 1280px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content {
              padding: 50px 35px; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content {
              padding: 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content {
              padding: 30px 20px; } }
          @media (max-width: 767px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content {
              padding: 20px; } }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 8px;
            width: 100%;
            background: #fc6215; }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content > span {
            display: inline-block;
            color: #fc6215;
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 700;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-transition-delay: 800ms;
                 -o-transition-delay: 800ms;
                    transition-delay: 800ms; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content > span {
                font-size: 18px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content > span {
                font-size: 16px; } }
            @media (max-width: 595px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content > span {
                font-size: 14px; } }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 {
            color: #2475d9;
            font-size: 42px;
            font-weight: 700;
            letter-spacing: 0;
            margin-top: 22px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 {
                font-size: 32px;
                margin-top: 30px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 {
                font-size: 28px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 {
                font-size: 26px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 {
                font-size: 20px; } }
            @media (max-width: 480px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 {
                font-size: 18px; } }
            @media (max-width: 595px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 {
                margin-top: 10px; } }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content h3 sup {
              font-weight: 500;
              font-size: 16px; }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content p {
            margin-top: 14px;
            color: #2475d9;
            font-size: 19px;
            line-height: 1.4;
            letter-spacing: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-transition-delay: 800ms;
                 -o-transition-delay: 800ms;
                    transition-delay: 800ms;
            max-width: 348px;
            font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content p {
                font-size: 16px; } }
            @media (max-width: 767px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content p {
                font-size: 14px; } }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content a {
            position: relative;
            z-index: 1;
            color: #2475d9;
            margin-top: 20px;
            margin-bottom: 0;
            font-size: 17px;
            font-weight: 700;
            /*            &:hover {
                          &:before {
                            transform: inherit;
                          }
                          span {
                            &:after {
                              transform: inherit;
                            }
                          }
                        }*/ }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content a {
                padding-top: 0; } }
            @media (max-width: 991px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content a {
                padding-top: 0; } }
            @media (max-width: 767px) {
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content a {
                font-size: 16px;
                margin-top: 15px; } }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content a:before {
              background: #2475d9; }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .item .content a span:after {
              background-image: url(/wp-content/themes/cb/refresh/dist/images/blue-arrow.png); }
      .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-list {
        padding-left: 30px; }
        @media (max-width: 991px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-list {
            padding-left: 20px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-list {
            margin-left: 40px; } }
        @media (max-width: 595px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-list {
            padding-left: 0; } }
      .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide {
        position: relative;
        float: none;
        display: inline-block;
        margin: 0px 6px 30px 0;
        outline: none;
        -webkit-transform: scale(0.88);
             -o-transform: scale(0.88);
                transform: scale(0.88);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        @media (max-width: 595px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide {
            margin: 0px 0px 30px 0;
            padding: 0 20px; } }
        @media (max-width: 595px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(3) .item .bg-img .layer {
            width: 100%;
            left: 0;
            top: inherit;
            height: 138px;
            bottom: 5px; } }
        @media (max-width: 595px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(3) .item .bg-img .layer img {
            width: auto;
            height: 100%;
            min-width: inherit;
            margin: auto; } }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(4) .item .bg-img .layer {
          width: 100%;
          left: 0;
          height: 168px;
          top: inherit;
          bottom: 4px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(4) .item .bg-img .layer {
              height: 148px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(4) .item .bg-img .layer {
              height: 148px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(4) .item .bg-img .layer {
              height: 138px;
              bottom: 5px; } }
          @media (max-width: 595px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(4) .item .bg-img .layer {
              height: 130px; } }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(4) .item .bg-img .layer img {
            width: auto;
            height: 100%;
            min-width: inherit;
            margin: auto; }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(5) .item .bg-img .layer {
          width: 100%;
          left: 0;
          height: 170px;
          top: inherit;
          bottom: 4px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(5) .item .bg-img .layer {
              height: 148px;
              bottom: 5px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(5) .item .bg-img .layer {
              height: 148px;
              bottom: 5px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(5) .item .bg-img .layer {
              height: 138px;
              bottom: 5px; } }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide:nth-child(5) .item .bg-img .layer img {
            width: auto;
            height: 100%;
            min-width: inherit;
            margin: auto; }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current {
          -webkit-transform: scale(1);
               -o-transform: scale(1);
                  transform: scale(1);
          z-index: 1;
          -webkit-transition-delay: 800ms;
               -o-transition-delay: 800ms;
                  transition-delay: 800ms; }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current .bg-img .layer {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-transition-delay: 1000ms;
                 -o-transition-delay: 1000ms;
                    transition-delay: 1000ms; }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current .item {
            -webkit-box-shadow: 0px 11px 41px 23px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 11px 41px 23px rgba(0, 0, 0, 0.05); }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current .item:after {
              opacity: 0;
              visibility: hidden; }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current .item .content p {
              color: #000; }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current .item .content a {
              color: #000; }
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current .item .content a:before {
                background: #fc6215; }
              .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-slide.slick-current .item .content a span:after {
                background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.34%209.04%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M10.76%204.52h-10%22%20stroke-linecap%3D%22square%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.26%208.5l4.02-3.96-4-4%22%2F%3E%0A%3C%2Fsvg%3E"); }
      .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots {
        position: absolute;
        bottom: -15px;
        left: 167px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots {
            bottom: -10px;
            margin: 0; } }
        @media (max-width: 991px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots {
            left: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots {
            bottom: -10px; } }
        @media (max-width: 767px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots {
            bottom: -10px; } }
        @media (max-width: 595px) {
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots {
            left: 20px; } }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots li {
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transform: inherit;
               -o-transform: inherit;
                  transform: inherit;
          margin: 0 10px 0 0; }
          .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots li.slick-active {
            -webkit-box-shadow: inherit;
                    box-shadow: inherit; }
            .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots li.slick-active button {
              -webkit-transform: scale(1);
                   -o-transform: scale(1);
                      transform: scale(1);
              background: #fc6215; }
        .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-dots button {
          width: 12px;
          height: 12px;
          background: #fff;
          -webkit-box-shadow: none;
                  box-shadow: none;
          outline: none;
          will-change: initial; }
      .cb-refresh .hero-banner-refresh.hero-slider .slider-wrap .slick-arrow {
        display: none !important; }
  .cb-refresh .info-with-cta {
    width: 100%; }
    .cb-refresh .info-with-cta .two-col {
      background: #2476da;
      padding: 40px 90px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .info-with-cta .two-col {
          padding: 40px 20px; } }
      @media (max-width: 991px) {
        .cb-refresh .info-with-cta .two-col {
          width: 100%;
          padding: 40px 20px; } }
      .cb-refresh .info-with-cta .two-col .column-wrapper {
        text-align: center;
        width: 100%; }
      .cb-refresh .info-with-cta .two-col h4 {
        letter-spacing: -0.015em;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        margin-top: 25px; }
        @media (min-width: 767px) {
          .cb-refresh .info-with-cta .two-col h4 {
            font-size: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .info-with-cta .two-col h4 {
            font-size: 22px; } }
        @media (max-width: 595px) {
          .cb-refresh .info-with-cta .two-col h4 {
            font-size: 18px; } }
      .cb-refresh .info-with-cta .two-col h3 {
        letter-spacing: -0.010em;
        color: #fff;
        text-transform: uppercase;
        line-height: .8; }
        @media (min-width: 767px) {
          .cb-refresh .info-with-cta .two-col h3 {
            font-size: 37px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .info-with-cta .two-col h3 {
            font-size: 28px; } }
        @media (max-width: 595px) {
          .cb-refresh .info-with-cta .two-col h3 {
            font-size: 22px; } }
      .cb-refresh .info-with-cta .two-col .btn {
        margin-top: 20px; }
      @media (min-width: 992px) {
        .cb-refresh .info-with-cta .two-col.blue-box .column-wrapper, .cb-refresh .info-with-cta .two-col.blue-box .btn {
          max-width: 445px; } }
      .cb-refresh .info-with-cta .two-col.white-box {
        background: url(/wp-content/themes/cb/refresh/dist/images/infobg-liveops.jpg) no-repeat;
        background-size: cover; }
        .cb-refresh .info-with-cta .two-col.white-box:before {
          content: '';
          background: rgba(255, 255, 255, 0.9);
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 0; }
        .cb-refresh .info-with-cta .two-col.white-box .column-wrapper {
          width: 100%;
          position: relative;
          z-index: 2;
          color: #000; }
        .cb-refresh .info-with-cta .two-col.white-box h4 {
          color: #2475d9;
          letter-spacing: -0.015em;
          margin: 0; }
          @media (min-width: 767px) {
            .cb-refresh .info-with-cta .two-col.white-box h4 {
              font-size: 30px; } }
        .cb-refresh .info-with-cta .two-col.white-box h2 {
          color: #2475d9;
          letter-spacing: -0.011em; }
          @media (min-width: 767px) {
            .cb-refresh .info-with-cta .two-col.white-box h2 {
              font-size: 57px; } }
        .cb-refresh .info-with-cta .two-col.white-box p {
          font-size: 18px;
          line-height: 1.33;
          color: #000;
          margin: 10px auto 40px;
          font-weight: 400;
          max-width: 450px; }
          @media (max-width: 767px) {
            .cb-refresh .info-with-cta .two-col.white-box p {
              margin-bottom: 20px; } }
        .cb-refresh .info-with-cta .two-col.white-box .resource-content {
          display: none;
          width: 100%;
          float: left; }
          @media (min-width: 992px) {
            .cb-refresh .info-with-cta .two-col.white-box .resource-content .three-col {
              width: calc(50% - 60px);
              padding: 0 5px; }
              .cb-refresh .info-with-cta .two-col.white-box .resource-content .three-col:nth-of-type(2) {
                max-width: 110px; } }
          @media (max-width: 767px) {
            .cb-refresh .info-with-cta .two-col.white-box .resource-content .three-col {
              margin: 8px auto; } }
          .cb-refresh .info-with-cta .two-col.white-box .resource-content a {
            font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
            font-size: 16px;
            color: #fc6215;
            font-weight: 500;
            position: relative;
            -webkit-transition: right 0.3s ease;
            -o-transition: right 0.3s ease;
            transition: right 0.3s ease; }
            .cb-refresh .info-with-cta .two-col.white-box .resource-content a:after {
              content: '›';
              position: absolute;
              right: -8px;
              bottom: 0;
              -webkit-transition: right 0.3s ease;
              -o-transition: right 0.3s ease;
              transition: right 0.3s ease; }
            .cb-refresh .info-with-cta .two-col.white-box .resource-content a:hover {
              color: #f68b2a; }
              .cb-refresh .info-with-cta .two-col.white-box .resource-content a:hover:after {
                right: -10px; }
          .cb-refresh .info-with-cta .two-col.white-box .resource-content p {
            font-size: 16px;
            font-weight: 300;
            margin: 0;
            line-height: 1.25; }
            @media (max-width: 767px) {
              .cb-refresh .info-with-cta .two-col.white-box .resource-content p {
                margin: auto; } }
  .cb-refresh .cb-refresh-section.partner-hero-banner {
    overflow: inherit;
    z-index: 2; }
    .cb-refresh .cb-refresh-section.partner-hero-banner .bg-img {
      height: 440px; }
      @media (max-width: 767px) {
        .cb-refresh .cb-refresh-section.partner-hero-banner .bg-img {
          height: 400px; } }
    .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper {
      padding-bottom: 47px;
      margin: 0; }
      @media (max-width: 767px) {
        .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper {
          padding-bottom: 35px; } }
      .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box {
        font-size: 0;
        margin-top: 74px; }
        @media (max-width: 767px) {
          .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box {
            margin-top: 50px; } }
        .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box:after {
          display: block;
          content: '';
          clear: both; }
        .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box {
          float: none;
          width: calc(80% - 20px);
          margin-right: 20px;
          display: inline-block;
          vertical-align: bottom;
          padding-bottom: 6px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box {
              width: calc(70% - 20px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box {
              width: calc(66% - 20px); } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box {
              width: calc(66% - 20px); } }
          @media (max-width: 480px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box {
              float: none;
              clear: both;
              width: 100%;
              display: block;
              padding-bottom: 0; } }
          .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box:after {
            display: block;
            content: '';
            clear: both; }
          .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form {
            width: 402px;
            position: relative; }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form {
                width: 350px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form {
                width: 275px; } }
            @media (max-width: 480px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form {
                width: 100%; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input:focus {
              outline: none; }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search {
              font-size: 30px;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
              background-color: transparent;
              color: #fff;
              border-bottom: solid 1px #fff;
              padding: 0 39px 5px 0;
              font-weight: 100;
              margin-bottom: 0;
              height: auto; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search {
                  font-size: 28px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search {
                  font-size: 26px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search {
                  font-size: 24px;
                  padding: 0 26px 4px 0; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search {
                  font-size: 22px;
                  padding: 0 26px 4px 0; } }
              @media (max-width: 480px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search {
                  font-size: 18px;
                  padding: 0 26px 4px 0; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search-btn {
              -moz-appearance: none;
              /* older firefox */
              -webkit-appearance: none;
              /* safari, chrome, edge and ie mobile */
              appearance: none;
              position: absolute;
              top: -3px;
              right: 0px;
              background: url("/wp-content/themes/cb/refresh/dist/images/partner/search_icon.svg") no-repeat;
              border: 0;
              padding: 0;
              text-indent: -99999px;
              width: 35px;
              height: 35px;
              background-size: contain; }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search-btn {
                  width: 30px;
                  height: 30px;
                  top: -4px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search-btn {
                  width: 25px;
                  height: 25px;
                  top: 1px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search-btn {
                  width: 25px;
                  height: 25px;
                  top: -1px; } }
              @media (max-width: 480px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input.search-btn {
                  top: -3px;
                  width: 22px;
                  height: 22px; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-webkit-input-placeholder {
              font-weight: 100;
              color: #fff;
              font-size: 30px;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input:-ms-input-placeholder {
              font-weight: 100;
              color: #fff;
              font-size: 30px;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-ms-input-placeholder {
              font-weight: 100;
              color: #fff;
              font-size: 30px;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::placeholder {
              font-weight: 100;
              color: #fff;
              font-size: 30px;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-webkit-input-placeholder {
                  font-size: 28px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input:-ms-input-placeholder {
                  font-size: 28px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-ms-input-placeholder {
                  font-size: 28px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::placeholder {
                  font-size: 28px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-webkit-input-placeholder {
                  font-size: 26px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input:-ms-input-placeholder {
                  font-size: 26px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-ms-input-placeholder {
                  font-size: 26px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::placeholder {
                  font-size: 26px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-webkit-input-placeholder {
                  font-size: 24px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input:-ms-input-placeholder {
                  font-size: 24px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-ms-input-placeholder {
                  font-size: 24px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::placeholder {
                  font-size: 24px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-webkit-input-placeholder {
                  font-size: 22px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input:-ms-input-placeholder {
                  font-size: 22px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-ms-input-placeholder {
                  font-size: 22px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::placeholder {
                  font-size: 22px; } }
              @media (max-width: 480px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-webkit-input-placeholder {
                  font-size: 18px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input:-ms-input-placeholder {
                  font-size: 18px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-ms-input-placeholder {
                  font-size: 18px; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::placeholder {
                  font-size: 18px; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-moz-placeholder {
              font-weight: 100;
              color: #fff;
              font-size: 30px;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
              opacity: 1; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-moz-placeholder {
                  font-size: 28px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-moz-placeholder {
                  font-size: 26px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-moz-placeholder {
                  font-size: 24px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-moz-placeholder {
                  font-size: 22px; } }
              @media (max-width: 480px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-moz-placeholder {
                  font-size: 18px; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form input::-ms-clear {
              display: none; }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu {
              position: absolute;
              left: 0;
              top: 40px !important;
              z-index: 1000;
              float: left;
              width: 100%;
              margin: 0px 0 0;
              font-size: 14px;
              text-align: left;
              list-style: none;
              background-color: #fff;
              background-clip: padding-box;
              border: 0px;
              border-radius: 0px;
              -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              max-height: 150px;
              overflow-y: auto;
              padding: 0; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu {
                  top: 38px !important; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu {
                  top: 35px !important; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu {
                  top: 32px !important; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu {
                  top: 30px !important; } }
              @media (max-width: 480px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu {
                  top: 25px !important; } }
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu > li > a {
                display: block;
                padding: 11px 20px;
                clear: both;
                font-size: 20px;
                font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
                font-weight: 400;
                line-height: 1.42857143;
                color: #333; }
                @media (min-width: 596px) and (max-width: 767px) {
                  .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu > li > a {
                    font-size: 18px;
                    padding: 11px 15px 11px 15px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu > li > a {
                    font-size: 16px;
                    padding: 11px 15px 11px 15px; } }
                @media (max-width: 480px) {
                  .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu > li > a {
                    padding: 8px 15px 8px 10px;
                    font-size: 16px; } }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu > li > a strong {
                  font-weight: 500; }
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu > .active > a, .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu a:focus, .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .search-box form .dropdown-menu a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #fc6215;
                outline: 0; }
        .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content {
          float: none;
          position: relative;
          width: 20%;
          text-align: right;
          display: inline-block;
          vertical-align: bottom;
          padding-bottom: 4px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content {
              width: 30%; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content {
              width: 34%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content {
              width: 34%; } }
          @media (max-width: 480px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content {
              float: none;
              clear: both;
              width: 100%;
              text-align: center;
              margin-top: 20px;
              display: block;
              padding-bottom: 0px; } }
          @media (max-width: 767px) {
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content {
              position: absolute;
              bottom: -46px;
              width: auto;
              right: 20px; } }
          .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown {
            display: none;
            text-align: left;
            position: absolute;
            font-size: 0;
            width: 158px;
            background: white;
            list-style: none;
            margin: 0;
            padding: 0;
            right: -14px;
            top: 44px;
            -webkit-box-shadow: -2px -6px 43px -4px rgba(0, 0, 0, 0.2);
            box-shadow: -2px -6px 43px -4px rgba(0, 0, 0, 0.2); }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown {
                top: 40px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown {
                top: 36px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown {
                top: 35px; } }
            @media (max-width: 480px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown {
                top: 38px; } }
            @media (max-width: 480px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown {
                left: 0;
                right: 0;
                margin: 0 auto; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li {
              font-size: 18px;
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
              color: #6D6E71;
              border-bottom: solid 1px #ebebeb;
              padding: 18px 35px 22px 26px;
              cursor: pointer; }
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li span {
                display: inline-block;
                vertical-align: middle;
                line-height: 1.2; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li span.img-box {
                  height: 10px;
                  margin: 0px 9px 0 5px;
                  position: relative; }
                  .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li span.img-box img {
                    width: 14px;
                    height: 10px; }
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li.active {
                color: #000;
                padding: 17px 35px 23px 23px;
                padding-left: 23px;
                border-left: 2px solid #000;
                font-weight: 500;
                position: relative; }
                @media (max-width: 767px) {
                  .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li.active {
                    padding: 15px 33px 15px 17px;
                    font-size: 16px; } }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li.active:after {
                  content: '';
                  position: absolute;
                  width: 14px;
                  height: 10px;
                  top: 28px;
                  right: 22px;
                  background: url("/wp-content/themes/cb/refresh/dist/images/partner/tick.svg") no-repeat;
                  background-size: contain; }
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li.active .img-box {
                  z-index: 1; }
                  .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li.active .img-box:after {
                    content: '';
                    position: absolute;
                    width: 14px;
                    height: 10px;
                    top: 0px;
                    right: 0px;
                    z-index: 2;
                    background: url("/wp-content/themes/cb/refresh/dist/images/partner/black_arrow.svg") no-repeat;
                    background-size: contain; }
              @media (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li {
                  padding: 13px 25px 15px 20px;
                  font-size: 16px; } }
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .dropdown li:last-child {
                border-bottom: 0px; }
          .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box {
            display: inline-block;
            vertical-align: bottom;
            position: relative;
            color: #fff;
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
            font-size: 18px;
            line-height: 1;
            cursor: pointer; }
            @media (max-width: 767px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box {
                font-size: 16px; } }
            @media (max-width: 480px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box {
                margin-top: 0px; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box span {
              display: inline-block;
              vertical-align: middle;
              line-height: 1; }
              @media (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box span {
                  color: #000;
                  font-size: 18px; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .img-box {
              z-index: 1;
              position: relative;
              width: 14px;
              height: 10px;
              margin: 0px 9px 0 9px; }
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .img-box:after {
                content: '';
                position: absolute;
                width: 14px;
                height: 10px;
                top: 0px;
                right: 0px;
                z-index: 2;
                background: url("/wp-content/themes/cb/refresh/dist/images/partner/white-arrow.svg") no-repeat;
                background-size: contain; }
                @media (max-width: 767px) {
                  .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .img-box:after {
                    background: url("/wp-content/themes/cb/refresh/dist/images/partner/arrow_gray.svg") no-repeat; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:before {
              content: '';
              right: -5px;
              top: 30px;
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 12.5px 14px 12.5px;
              border-color: transparent transparent #fff transparent;
              visibility: hidden;
              opacity: 0;
              z-index: 2;
              cursor: default;
              -webkit-transition-delay: 0.3s;
              -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:before {
                  top: 26px; } }
              @media (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:before {
                  right: -6px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:before {
                  top: 22px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:before {
                  top: 21px; } }
              @media (max-width: 480px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:before {
                  top: 24px; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:after {
              content: '';
              display: inline-block;
              background: url("/wp-content/themes/cb/refresh/dist/images/partner/orange.svg") no-repeat;
              width: 14px;
              background-size: contain;
              height: 12px;
              vertical-align: bottom;
              margin-left: 38px;
              margin-bottom: 2px;
              -webkit-transition: transform 0.3s ease-in-out;
              -o-transition: transform 0.3s ease-in-out;
              -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; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:after {
                  margin-left: 34px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:after {
                  margin-left: 30px; } }
              @media (max-width: 767px) {
                .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box .select-text:after {
                  margin-left: 5px;
                  margin-bottom: 2px;
                  width: 18px;
                  background: url("/wp-content/themes/cb/refresh/dist/images/partner/mobile_solid_arrow.svg") no-repeat; } }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box.closeup:before {
              visibility: visible;
              opacity: 1;
              -webkit-transition: visibility 0.2s ease-in-out;
              -o-transition: visibility 0.2s ease-in-out;
              transition: visibility 0.2s ease-in-out; }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box.closeup:after {
              -webkit-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg);
              -webkit-transition: transform 0.3s ease-in-out;
              -o-transition: transform 0.3s ease-in-out;
              -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;
              margin-bottom: 3px; }
            .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content .sort-box.closeup .select-text:after {
              -webkit-transform: rotate(-180deg);
                   -o-transform: rotate(-180deg);
                      transform: rotate(-180deg); }
          .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content:after {
            display: block;
            content: '';
            clear: both; }
          .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content span.short-by {
            display: inline-block;
            vertical-align: bottom;
            position: relative;
            color: #fff;
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
            font-size: 18px;
            line-height: 1;
            text-transform: uppercase; }
            @media (max-width: 767px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content span.short-by {
                font-size: 16px; } }
            @media (max-width: 480px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content span.short-by {
                margin-top: 0px; } }
            @media (max-width: 767px) {
              .cb-refresh .cb-refresh-section.partner-hero-banner .content-wrapper .content-search-box .sort-content span.short-by {
                color: #000;
                font-weight: 700;
                font-size: 18px;
                text-transform: inherit; } }
  .cb-refresh .cb-refresh-section .cb-refresh-hero div.vx-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1%; }
  .cb-refresh .partner-slider {
    padding: 74px 0 0;
    opacity: 0; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .partner-slider {
        padding: 10px 0 0; } }
    @media (max-width: 991px) {
      .cb-refresh .partner-slider {
        padding: 10px 0 0; } }
    .cb-refresh .partner-slider .partner-slider-wrapper {
      max-width: 1150px;
      margin: 0 auto;
      width: 100%; }
      @media (max-width: 1190px) {
        .cb-refresh .partner-slider .partner-slider-wrapper {
          padding: 0 20px; } }
    .cb-refresh .partner-slider .slick-slide {
      margin: 0 !important; }
    .cb-refresh .partner-slider .partner-slide {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .cb-refresh .partner-slider .partner-slide .img-box img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
    .cb-refresh .partner-slider .slide-nav {
      position: absolute;
      height: 18px;
      left: 0;
      top: calc(50% - 9px);
      width: 100%; }
      @media (max-width: 1190px) {
        .cb-refresh .partner-slider .slide-nav {
          width: 98%; } }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .partner-slider .slide-nav {
          right: 0px;
          left: 0px;
          margin: 0 auto; } }
      @media (max-width: 991px) {
        .cb-refresh .partner-slider .slide-nav {
          right: 0px;
          right: 0px;
          left: 0px;
          margin: 0 auto; } }
      @media (max-width: 595px) {
        .cb-refresh .partner-slider .slide-nav {
          width: 95%; } }
      .cb-refresh .partner-slider .slide-nav img {
        height: 18px;
        width: 12px; }
      .cb-refresh .partner-slider .slide-nav .prev-slide {
        float: left;
        cursor: pointer; }
        @media (min-width: 1191px) {
          .cb-refresh .partner-slider .slide-nav .prev-slide {
            left: -6px;
            position: relative; } }
      .cb-refresh .partner-slider .slide-nav .next-slide {
        float: right;
        cursor: pointer; }
        @media (min-width: 1191px) {
          .cb-refresh .partner-slider .slide-nav .next-slide {
            right: -6px;
            position: relative; } }
    .cb-refresh .partner-slider .bg-img {
      height: 374px;
      position: relative; }
      @media (max-width: 480px) {
        .cb-refresh .partner-slider .bg-img {
          height: 480px; } }
      .cb-refresh .partner-slider .bg-img img {
        font-family: "object-fit:cover", "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .cb-refresh .partner-slider .partner-content-box {
      text-align: left;
      max-width: 913px;
      margin: 0 auto;
      padding: 0 20px;
      overflow: hidden; }
      @media (max-width: 480px) {
        .cb-refresh .partner-slider .partner-content-box {
          padding: 0 15px 0 20px; } }
      .cb-refresh .partner-slider .partner-content-box .content-wrapper {
        text-align: left; }
      .cb-refresh .partner-slider .partner-content-box .img-logo-box {
        width: 37%; }
        @media (max-width: 767px) {
          .cb-refresh .partner-slider .partner-content-box .img-logo-box {
            width: 100%;
            float: none;
            clear: both; } }
        .cb-refresh .partner-slider .partner-content-box .img-logo-box .img-box {
          max-width: 278px;
          margin: 0 auto 30px auto; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .img-box {
              max-width: 250px;
              margin: 0 auto 25px auto; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .img-box {
              max-width: 200px;
              margin: 0 auto 20px auto; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .img-box {
              max-width: 150px;
              margin: 0 auto 15px auto; } }
          @media (max-width: 480px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .img-box {
              max-width: 120px;
              margin: 0 auto 15px auto; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .img-box {
              max-width: 180px;
              margin: 0 auto 18px auto; } }
        .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box {
          border-top: solid 1px #fff;
          padding-top: 19px;
          text-align: center;
          max-width: 278px;
          margin: 0 auto; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box {
              max-width: 250px;
              padding-top: 15px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box {
              max-width: 200px;
              padding-top: 15px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box {
              max-width: 180px;
              padding-top: 15px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box {
              max-width: 150px;
              padding-top: 10px; } }
          @media (max-width: 480px) {
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box {
              max-width: 120px;
              padding-top: 10px; } }
          .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box ul {
            padding: 0;
            margin: 0;
            font-size: 0;
            list-style: none; }
            .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box ul li {
              display: inline-block;
              margin-right: 8px; }
              .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box ul li:last-child {
                margin-right: 0; }
              .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box ul li img {
                width: 28px;
                height: 31px; }
                @media (min-width: 596px) and (max-width: 767px) {
                  .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box ul li img {
                    width: 25px;
                    height: 28px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box ul li img {
                    width: 20px;
                    height: 23px; } }
                @media (max-width: 480px) {
                  .cb-refresh .partner-slider .partner-content-box .img-logo-box .logo-box ul li img {
                    width: 18px;
                    height: 21px; } }
      .cb-refresh .partner-slider .partner-content-box .content-wrapper {
        width: 63%;
        padding: 0px 20px 0 37px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .partner-slider .partner-content-box .content-wrapper {
            padding: 0px 0px 0 36px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .partner-slider .partner-content-box .content-wrapper {
            padding: 0px 0px 0 30px; } }
        @media (max-width: 767px) {
          .cb-refresh .partner-slider .partner-content-box .content-wrapper {
            width: 100%;
            padding: 0px;
            float: none;
            clear: both; } }
      .cb-refresh .partner-slider .partner-content-box h5 {
        font-size: 18px;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        font-weight: bold;
        color: #fff;
        position: relative;
        display: inline-block;
        padding: 9px 0 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .partner-slider .partner-content-box h5 {
            padding: 5px 0 10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .partner-slider .partner-content-box h5 {
            font-size: 16px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .partner-slider .partner-content-box h5 {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .cb-refresh .partner-slider .partner-content-box h5 {
            font-size: 15px; } }
        .cb-refresh .partner-slider .partner-content-box h5:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: white;
          bottom: 4px;
          left: 0; }
      .cb-refresh .partner-slider .partner-content-box .button-text {
        color: #fff;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 700;
        font-size: 18px; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .partner-slider .partner-content-box .button-text {
            font-size: 16px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .partner-slider .partner-content-box .button-text {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .cb-refresh .partner-slider .partner-content-box .button-text {
            font-size: 15px; } }
      .cb-refresh .partner-slider .partner-content-box p {
        color: #fff;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 1.35; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .partner-slider .partner-content-box p {
            font-size: 16px;
            margin-bottom: 4px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .partner-slider .partner-content-box p {
            font-size: 16px;
            margin-bottom: 4px; } }
        @media (max-width: 480px) {
          .cb-refresh .partner-slider .partner-content-box p {
            font-size: 15px;
            margin-top: 4px;
            margin-bottom: 0px; } }
        .cb-refresh .partner-slider .partner-content-box p a {
          color: #fff;
          position: relative; }
          .cb-refresh .partner-slider .partner-content-box p a:before {
            content: "";
            height: 2px;
            width: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #fff;
            -webkit-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
            -o-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
            transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72); }
          .cb-refresh .partner-slider .partner-content-box p a:hover:before {
            width: 100%; }
  .cb-refresh .partner-cta {
    background-color: #2475d9;
    padding: 62px 0 92px;
    position: relative;
    overflow: inherit; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .partner-cta {
        padding: 60px 0 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .partner-cta {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      .cb-refresh .partner-cta {
        padding: 40px 0; } }
    .cb-refresh .partner-cta .dot-pattern {
      position: absolute;
      right: 0;
      top: -55px; }
      @media (max-width: 767px) {
        .cb-refresh .partner-cta .dot-pattern {
          display: none; } }
    .cb-refresh .partner-cta h2 {
      color: #fff;
      font-size: 48px;
      line-height: 1;
      font-weight: 700;
      font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
      letter-spacing: -0.015em;
      max-width: 360px;
      width: 100%;
      margin-top: 2px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .partner-cta h2 {
          font-size: 42px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .partner-cta h2 {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .cb-refresh .partner-cta h2 {
          max-width: 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .partner-cta h2 {
          font-size: 36px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .partner-cta h2 {
          font-size: 32px; } }
      @media (max-width: 480px) {
        .cb-refresh .partner-cta h2 {
          font-size: 28px; } }
      .cb-refresh .partner-cta h2 span {
        color: #00d2ff; }
    .cb-refresh .partner-cta .right-text {
      padding-left: 18px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .partner-cta .right-text {
          padding-left: 0px; } }
      @media (max-width: 991px) {
        .cb-refresh .partner-cta .right-text {
          padding-left: 0px; } }
      .cb-refresh .partner-cta .right-text a {
        padding: 12px 25px 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .partner-cta .right-text a {
            padding: 10px 20px; } }
        @media (max-width: 767px) {
          .cb-refresh .partner-cta .right-text a {
            padding: 10px 20px; } }
      .cb-refresh .partner-cta .right-text p {
        color: #fff;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 33px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .partner-cta .right-text p {
            font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .partner-cta .right-text p {
            font-size: 20px;
            margin-top: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .partner-cta .right-text p {
            font-size: 18px;
            margin-bottom: 25px;
            margin-top: 20px; } }
        @media (max-width: 595px) {
          .cb-refresh .partner-cta .right-text p {
            margin-top: 15px;
            margin-bottom: 20px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .partner-cta .right-text p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          .cb-refresh .partner-cta .right-text p {
            font-size: 16px; } }
  .cb-refresh .filter-tabs-partner {
    padding: 36px 0 0; }
    @media (max-width: 991px) {
      .cb-refresh .filter-tabs-partner {
        padding: 30px 0 0; } }
    @media (max-width: 767px) {
      .cb-refresh .filter-tabs-partner .nav-tabs {
        display: none; } }
    .cb-refresh .filter-tabs-partner .side-box {
      float: left;
      width: 100%;
      padding-top: 26px; }
      @media (max-width: 767px) {
        .cb-refresh .filter-tabs-partner .side-box {
          padding-top: 0;
          display: none !important; } }
      .cb-refresh .filter-tabs-partner .side-box:after {
        clear: both;
        display: block;
        content: ''; }
      .cb-refresh .filter-tabs-partner .side-box .search-clear {
        color: #000;
        font-weight: 400;
        letter-spacing: 0.01em;
        font-size: 18px;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        cursor: pointer;
        position: relative;
        margin-left: 11px;
        line-height: 1; }
        .cb-refresh .filter-tabs-partner .side-box .search-clear:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -2px;
          height: 1px;
          width: 100%;
          background: #000; }
        @media (max-width: 767px) {
          .cb-refresh .filter-tabs-partner .side-box .search-clear {
            font-size: 16px; } }
      .cb-refresh .filter-tabs-partner .side-box .result {
        float: left;
        width: 17%;
        color: #000;
        letter-spacing: 0.01em;
        font-weight: 600;
        font-size: 18px;
        font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .filter-tabs-partner .side-box .result {
            width: 21%; } }
        @media (max-width: 991px) {
          .cb-refresh .filter-tabs-partner .side-box .result {
            font-size: 16px;
            min-width: 180px; } }
      .cb-refresh .filter-tabs-partner .side-box .side-text {
        float: right;
        font-size: 0;
        width: 71%;
        text-align: right; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .filter-tabs-partner .side-box .side-text {
            width: 100%;
            padding: 20px 0 0; } }
        @media (max-width: 991px) {
          .cb-refresh .filter-tabs-partner .side-box .side-text {
            width: 100%;
            text-align: center;
            float: none;
            clear: both;
            text-align: left;
            padding: 20px 0 0; } }
        @media (max-width: 767px) {
          .cb-refresh .filter-tabs-partner .side-box .side-text {
            display: none; } }
        .cb-refresh .filter-tabs-partner .side-box .side-text span {
          display: inline-block;
          font-size: 18px;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-weight: 600;
          color: #000;
          vertical-align: top;
          margin-right: 18px; }
          @media (max-width: 480px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text span {
              font-size: 16px; } }
          .cb-refresh .filter-tabs-partner .side-box .side-text span.filter-text {
            width: calc(25% - 20px); }
            @media (max-width: 1190px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text span.filter-text {
                width: auto; } }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text span.filter-text {
                float: left; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text span.filter-text {
                font-size: 16px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text span.filter-text {
                font-size: 16px;
                float: left;
                margin-right: 10px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text span.filter-text {
                font-size: 16px;
                width: calc(20% - 6px);
                margin-right: 6px; } }
            @media (max-width: 480px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text span.filter-text {
                width: 100%;
                text-align: left;
                float: none;
                clear: both;
                display: block;
                margin: 0; } }
        .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn {
          display: inline-block;
          position: relative;
          margin-left: 9px;
          margin-right: 0;
          letter-spacing: 0.01em;
          width: calc(14% - 9px);
          cursor: pointer;
          text-align: right; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn {
              width: calc(20% - 9px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn {
              width: calc(16% - 9px); } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn {
              width: calc(18% - 5px);
              margin-left: 5px; } }
          @media (max-width: 480px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn {
              width: 100%;
              text-align: left;
              float: none;
              clear: both;
              display: block;
              margin: 15px 0 0;
              font-size: 14px;
              text-align: left; } }
          .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn span {
            font-weight: 400;
            position: relative;
            margin: 0;
            letter-spacing: 0.01em; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn span {
                font-size: 16px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn span {
                font-size: 16px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn span {
                font-size: 16px; } }
            .cb-refresh .filter-tabs-partner .side-box .side-text .clear-btn span:after {
              content: '';
              position: absolute;
              width: 100%;
              height: 1px;
              left: 0;
              background-color: #000;
              bottom: 0; }
        .cb-refresh .filter-tabs-partner .side-box .side-text .filter-box {
          display: inline-block;
          vertical-align: top;
          width: calc(75% - 39px);
          text-align: left; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .filter-box {
              width: 84%;
              float: left; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .filter-box {
              width: 75%; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .filter-box {
              width: 80%;
              float: left; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .filter-box {
              width: 80%; } }
          @media (max-width: 480px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text .filter-box {
              width: 100%;
              text-align: left;
              float: none;
              clear: both;
              display: block;
              margin: 0; } }
        .cb-refresh .filter-tabs-partner .side-box .side-text ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: inline-block;
          vertical-align: top;
          width: 86%; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text ul {
              width: 80%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text ul {
              width: 80%; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text ul {
              width: 84%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text ul {
              width: 82%; } }
          @media (max-width: 480px) {
            .cb-refresh .filter-tabs-partner .side-box .side-text ul {
              width: calc(100% + 10px);
              text-align: left;
              float: none;
              clear: both;
              display: block;
              margin: 0 0 0 -5px; } }
          .cb-refresh .filter-tabs-partner .side-box .side-text ul li {
            display: inline-block;
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
            position: relative;
            margin: 0 20px 0 18px; }
            .cb-refresh .filter-tabs-partner .side-box .side-text ul li span {
              font-size: 18px;
              color: #000;
              margin: 0;
              font-weight: 400;
              letter-spacing: 0.001em;
              position: relative;
              cursor: pointer; }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .filter-tabs-partner .side-box .side-text ul li span {
                  font-size: 16px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .filter-tabs-partner .side-box .side-text ul li span {
                  font-size: 16px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .filter-tabs-partner .side-box .side-text ul li span {
                  font-size: 16px; } }
              @media (max-width: 480px) {
                .cb-refresh .filter-tabs-partner .side-box .side-text ul li span {
                  font-size: 14px; } }
              .cb-refresh .filter-tabs-partner .side-box .side-text ul li span:after {
                content: '';
                background: url("/wp-content/themes/cb/refresh/assets/images/partner/orange_cross.svg") no-repeat;
                background-size: contain;
                width: 10px;
                height: 10px;
                display: inline-block;
                margin-left: 11px; }
                @media (min-width: 596px) and (max-width: 767px) {
                  .cb-refresh .filter-tabs-partner .side-box .side-text ul li span:after {
                    margin-left: 6px;
                    width: 8px;
                    height: 8px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  .cb-refresh .filter-tabs-partner .side-box .side-text ul li span:after {
                    margin-left: 4px;
                    width: 8px;
                    height: 8px; } }
                @media (max-width: 480px) {
                  .cb-refresh .filter-tabs-partner .side-box .side-text ul li span:after {
                    width: 8px;
                    height: 8px;
                    margin-left: 4px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text ul li {
                margin: 0 9px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text ul li {
                margin: 0 9px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text ul li {
                margin: 0 5px; } }
            @media (max-width: 480px) {
              .cb-refresh .filter-tabs-partner .side-box .side-text ul li {
                margin: 10px 5px 0 5px;
                vertical-align: top;
                line-height: 1;
                font-size: 14px; } }
    .cb-refresh .filter-tabs-partner .tabs {
      border: none; }
      .cb-refresh .filter-tabs-partner .tabs li {
        width: 20%;
        display: table;
        float: left;
        height: 58px;
        position: relative;
        border-bottom: 5px solid #e1e1e1;
        cursor: pointer;
        /*tab-content*/ }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .filter-tabs-partner .tabs li {
            margin-bottom: 0;
            height: 54px;
            border-bottom: 3px solid #e1e1e1; } }
        @media (max-width: 767px) {
          .cb-refresh .filter-tabs-partner .tabs li {
            width: 100%;
            margin-bottom: 20px;
            height: 54px;
            border-bottom: 3px solid #e1e1e1; } }
        .cb-refresh .filter-tabs-partner .tabs li img {
          height: 22px;
          width: 17px;
          position: absolute;
          left: 0;
          top: 0; }
        .cb-refresh .filter-tabs-partner .tabs li p {
          display: inline-block;
          font-size: 18px;
          color: #000;
          line-height: 1.15;
          text-align: left;
          padding-left: 26px;
          padding-top: 2px;
          width: 160px;
          font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
          position: relative; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tabs li p {
              font-size: 16px;
              width: 145px; } }
          @media (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .tabs li p {
              font-size: 16px;
              width: 145px; } }
          .cb-refresh .filter-tabs-partner .tabs li p:before {
            content: "";
            height: 5px;
            width: 0;
            position: absolute;
            bottom: -16px;
            left: 0;
            background: #54575a;
            -webkit-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
            -o-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
            transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72); }
            @media (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tabs li p:before {
                height: 3px; } }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              .cb-refresh .filter-tabs-partner .tabs li p:before {
                bottom: -15px; } }

@-moz-document url-prefix() {
  .cb-refresh .filter-tabs-partner .tabs li p:before {
    bottom: -15px; } }
        .cb-refresh .filter-tabs-partner .tabs li.is-active p {
          font-weight: 700; }
          .cb-refresh .filter-tabs-partner .tabs li.is-active p:before {
            width: 100%; }
          .cb-refresh .filter-tabs-partner .tabs li.is-active p:after {
            -webkit-transform: rotate(-180deg);
                 -o-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        .cb-refresh .filter-tabs-partner .tabs li.current p {
          font-weight: 700; }
          .cb-refresh .filter-tabs-partner .tabs li.current p:before {
            width: 100%; }
        .cb-refresh .filter-tabs-partner .tabs li.view-all p {
          font-weight: 700; }
          .cb-refresh .filter-tabs-partner .tabs li.view-all p:before {
            width: 100%; }
          .cb-refresh .filter-tabs-partner .tabs li.view-all p:after {
            -webkit-transform: rotate(-180deg);
                 -o-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        .cb-refresh .filter-tabs-partner .tabs li.view {
          padding-top: 10px; }
          .cb-refresh .filter-tabs-partner .tabs li.view p {
            width: auto;
            padding-left: 0; }
            .cb-refresh .filter-tabs-partner .tabs li.view p:before {
              bottom: -26px; }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .filter-tabs-partner .tabs li.view p:before {
                  bottom: -24px; } }
              @media (max-width: 767px) {
                .cb-refresh .filter-tabs-partner .tabs li.view p:before {
                  bottom: -23px; } }
          .cb-refresh .filter-tabs-partner .tabs li.view.current p {
            width: auto;
            padding-left: 0; }
            .cb-refresh .filter-tabs-partner .tabs li.view.current p:before {
              bottom: -26px;
              width: 100%; }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .filter-tabs-partner .tabs li.view.current p:before {
                  bottom: -24px; } }
              @media (max-width: 767px) {
                .cb-refresh .filter-tabs-partner .tabs li.view.current p:before {
                  bottom: -23px; } }
        .cb-refresh .filter-tabs-partner .tabs li.predictive-blue img {
          left: -4px; }
          @media (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .tabs li.predictive-blue img {
              left: 0; } }
        .cb-refresh .filter-tabs-partner .tabs li.predictive-blue p {
          margin-left: -5px; }
          @media (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .tabs li.predictive-blue p {
              margin-left: 0; } }
          .cb-refresh .filter-tabs-partner .tabs li.predictive-blue p:after {
            position: relative;
            display: inline-block;
            top: -7px;
            margin: 0 0 0 10px;
            content: "";
            background: url("/wp-content/themes/cb/refresh/assets/images/partner/predictive_blue.svg") no-repeat;
            height: 10px;
            width: 14px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tabs li.predictive-blue p:after {
                margin: 0 0 0 8px; } }
        .cb-refresh .filter-tabs-partner .tabs li.predictive-blue.is-active p:before {
          background: #2475d9;
          width: 127px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tabs li.predictive-blue.is-active p:before {
              width: 117px; } }
        .cb-refresh .filter-tabs-partner .tabs li.predictive-blue.is-active p:after {
          -webkit-transform: rotate(-180deg);
               -o-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
        .cb-refresh .filter-tabs-partner .tabs li.predictive-blue.current p {
          font-weight: 700;
          width: 127px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tabs li.predictive-blue.current p {
              width: 117px; } }
          .cb-refresh .filter-tabs-partner .tabs li.predictive-blue.current p:before {
            background: #2475d9; }
        .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue {
          padding-left: 24px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue {
              padding-left: 0; } }
          @media (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue {
              padding-left: 0; } }
          .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue img {
            left: 23px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue img {
                left: 0; } }
            @media (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue img {
                left: 0; } }
          .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue P:after {
            position: relative;
            display: inline-block;
            top: -7px;
            margin: 0 0 0 28px;
            content: "";
            background: url("/wp-content/themes/cb/refresh/assets/images/partner/safeguard_blue.svg") no-repeat;
            height: 10px;
            width: 14px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue.is-active p:before {
            background: #00d2ff;
            width: 145px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue.is-active p:before {
                width: 136px; } }
          .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue.is-active p:after {
            -webkit-transform: rotate(-180deg);
                 -o-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue.current p {
            font-weight: 700; }
            .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue.current p:before {
              width: 145px;
              background: #00d2ff; }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .filter-tabs-partner .tabs li.safeguard-blue.current p:before {
                  width: 136px; } }
        .cb-refresh .filter-tabs-partner .tabs li.orange {
          padding-left: 62px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .filter-tabs-partner .tabs li.orange {
              padding-left: 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tabs li.orange {
              padding-left: 0; } }
          @media (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .tabs li.orange {
              padding-left: 0; } }
          .cb-refresh .filter-tabs-partner .tabs li.orange img {
            left: 62px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .filter-tabs-partner .tabs li.orange img {
                left: 32px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tabs li.orange img {
                left: 13px; } }
            @media (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .tabs li.orange img {
                left: 0; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .filter-tabs-partner .tabs li.orange p {
              padding-left: 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tabs li.orange p {
              padding-left: 40px; } }
          .cb-refresh .filter-tabs-partner .tabs li.orange p:after {
            position: relative;
            display: inline-block;
            top: -7px;
            margin: 0 0 0 10px;
            content: "";
            background: url("/wp-content/themes/cb/refresh/assets/images/partner/orange.svg") no-repeat;
            height: 10px;
            width: 14px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tabs li.orange p:after {
                margin: 0 0 0 5px; } }
          .cb-refresh .filter-tabs-partner .tabs li.orange.is-active p:before {
            background: #fc6215;
            width: 140px; }
          .cb-refresh .filter-tabs-partner .tabs li.orange.is-active p:after {
            -webkit-transform: rotate(-180deg);
                 -o-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          .cb-refresh .filter-tabs-partner .tabs li.orange.current p {
            font-weight: 700; }
            .cb-refresh .filter-tabs-partner .tabs li.orange.current p:before {
              width: 140px;
              background: #fc6215; }
        .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue {
          padding-left: 62px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue {
              padding-left: 30px;
              width: 190px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue {
              padding-left: 0; } }
          @media (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue {
              padding-left: 0; } }
          .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue img {
            left: 100px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue img {
                left: 60px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue img {
                right: 112px;
                left: auto; } }
            @media (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue img {
                left: 0; } }
          .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue p {
            padding-left: 30px;
            width: 134px;
            float: right; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue p {
                padding-left: 30px; } }
            @media (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue p {
                padding-left: 26px;
                float: left; } }
            .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue p:after {
              position: relative;
              display: inline-block;
              top: -7px;
              left: 16px;
              content: "";
              background: url("/wp-content/themes/cb/refresh/assets/images/partner/endpoint_blue.svg") no-repeat;
              height: 10px;
              width: 14px;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
          .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue.is-active p:before {
            background: #1923FA; }
          .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue.is-active p:after {
            -webkit-transform: rotate(-180deg);
                 -o-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue.current p {
            font-weight: 700; }
            .cb-refresh .filter-tabs-partner .tabs li.endpoint-blue.current p:before {
              width: 100%;
              background: #1923FA; }
    .cb-refresh .filter-tabs-partner .tab-contents {
      float: left;
      width: 100%; }
      @media (max-width: 767px) {
        .cb-refresh .filter-tabs-partner .tab-contents {
          display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five:last-child {
          clear: both; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five:last-child {
          clear: both; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .filter-tabs-partner .tab-contents #tab-3 .col-outer .col-five:last-child {
          clear: inherit; } }
      .cb-refresh .filter-tabs-partner .tab-contents .tab-content {
        display: none;
        float: left;
        width: 100%;
        position: relative; }
        .cb-refresh .filter-tabs-partner .tab-contents .tab-content .result {
          color: #000;
          letter-spacing: 0.01em;
          font-weight: 600;
          font-size: 18px;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .filter-tabs-partner .tab-contents .tab-content .result {
              width: 21%; } }
          @media (max-width: 991px) {
            .cb-refresh .filter-tabs-partner .tab-contents .tab-content .result {
              font-size: 16px;
              width: 100%;
              float: none;
              clear: both; } }
        .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer {
          width: 100%;
          float: left;
          margin: 26px 0 14px;
          overflow: hidden; }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer {
              margin: 15px 0 0; } }
          @media (max-width: 595px) {
            .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer {
              margin: 5px 0 0; } }
          .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five {
            width: 20%;
            float: left;
            position: relative;
            padding-right: 20px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five {
                width: 33.33%;
                margin-bottom: 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five {
                width: 33.33%;
                margin-bottom: 10px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five {
                width: 50%;
                margin-bottom: 10px; } }
            @media (max-width: 480px) {
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five {
                width: 100%;
                margin-bottom: 10px; } }
            .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five p {
              color: #000;
              font-weight: 700;
              margin-bottom: 7px;
              font-size: 18px;
              font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five p {
                  font-size: 16px; } }
              @media (max-width: 767px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five p {
                  font-size: 14px; } }
            .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five.region .check-box li {
              width: 47%;
              float: left;
              padding-right: 10px;
              margin-top: 0; }
              @media (max-width: 1190px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five.region .check-box li {
                  width: 50%; } }
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer .col-five.region .check-box li:nth-child(odd) {
                clear: both; }
          .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul {
            margin: 0; }
            .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li {
              margin: 5px 0 11px 0;
              position: relative;
              list-style-type: none; }
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li:before {
                display: none; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li {
                  margin: 5px 0 8px 0; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li {
                  margin: 5px 0 8px 0; } }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li {
                  margin: 4px 0 5px 0; } }
              @media (min-width: 481px) and (max-width: 595px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li {
                  margin: 4px 0 5px 0; } }
              @media (max-width: 480px) {
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li {
                  width: 100%;
                  margin: 0 auto; } }
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li input {
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                appearance: none;
                outline: none;
                -webkit-box-shadow: none;
                        box-shadow: none;
                background: white;
                border-radius: 0px;
                content: '';
                cursor: pointer;
                border: 1px solid #000;
                height: 15px;
                width: 15px;
                position: absolute;
                top: 3px; }
                .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li input:checked:after {
                  display: block;
                  content: "L";
                  color: #000;
                  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: 14px;
                  outline: none;
                  left: 0;
                  top: 0; }

@-moz-document url-prefix() {
  .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li input:checked:after {
    left: -1px;
    top: 1px; } }
              .cb-refresh .filter-tabs-partner .tab-contents .tab-content .col-outer ul li label {
                padding-left: 25px;
                color: #000;
                cursor: pointer;
                line-height: normal;
                display: inline-block;
                vertical-align: top;
                font-size: 14px;
                font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
    .cb-refresh .filter-tabs-partner .close-btn {
      content: '';
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 30px;
      width: 25px;
      height: 25px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .filter-tabs-partner .close-btn {
          right: 32px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .filter-tabs-partner .close-btn {
          top: 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .filter-tabs-partner .close-btn {
          top: 0; } }
      @media (max-width: 480px) {
        .cb-refresh .filter-tabs-partner .close-btn {
          top: 8px; } }
      .cb-refresh .filter-tabs-partner .close-btn img {
        width: 17px;
        height: 17px; }
    .cb-refresh .filter-tabs-partner.clear .side-box .side-text {
      display: none; }
    .cb-refresh .filter-tabs-partner.open .side-box {
      display: block !important; }
    .cb-refresh .filter-tabs-partner.close .side-box {
      display: block !important; }
  .cb-refresh .CustomersGrid {
    background: #e4e4e6;
    padding: 80px 0; }
  .cb-refresh .CustomerExcerpt-wrap {
    background: #fff;
    position: relative;
    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); }
    .cb-refresh .CustomerExcerpt-wrap:after {
      position: absolute;
      content: "";
      background: url("/wp-content/themes/cb/refresh/assets/images/partner/down_arrow.svg") no-repeat;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      bottom: 15px;
      right: 14px;
      height: 12px;
      width: 20px; }
    .cb-refresh .CustomerExcerpt-wrap:before {
      position: absolute;
      content: "";
      bottom: -24px;
      right: 3px;
      opacity: 0;
      z-index: -1;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #0f4c8b;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .cb-refresh .CustomerExcerpt {
    margin-bottom: 24px;
    position: relative; }
    @media (min-width: 992px) {
      .cb-refresh .CustomerExcerpt {
        width: calc(33.33% - 16px); } }
    @media (min-width: 596px) and (max-width: 991px) {
      .cb-refresh .CustomerExcerpt {
        width: calc(50% - 12px); } }
    @media (max-width: 595px) {
      .cb-refresh .CustomerExcerpt {
        width: 100%; } }
    .cb-refresh .CustomerExcerpt .CustomerTray {
      overflow: hidden; }
      @media (max-width: 991px) {
        .cb-refresh .CustomerExcerpt .CustomerTray {
          -webkit-transform: none;
               -o-transform: none;
                  transform: none; } }
    @media (min-width: 596px) and (max-width: 991px) {
      .cb-refresh .CustomerExcerpt:nth-child(2n+1) {
        margin-right: 24px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .CustomerExcerpt:nth-child(2n+1) .CustomerTray {
        left: -35px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh .CustomerExcerpt:nth-child(2n+1) .CustomerTray {
        left: -35px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .CustomerExcerpt:nth-child(2n+2) .CustomerTray {
        left: -52.5vw; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh .CustomerExcerpt:nth-child(2n+2) .CustomerTray {
        left: -53vw; } }
    .cb-refresh .CustomerExcerpt:nth-child(3n+1) {
      z-index: 1; }
      @media (min-width: 1191px) and (max-width: 1280px) {
        .cb-refresh .CustomerExcerpt:nth-child(3n+1) .CustomerTray {
          left: 158.5%; } }
      @media (min-width: 1281px) {
        .cb-refresh .CustomerExcerpt:nth-child(3n+1) .CustomerTray {
          left: 573px; } }
      @media (min-width: 1025px) and (max-width: 1190px) {
        .cb-refresh .CustomerExcerpt:nth-child(3n+1) .CustomerTray {
          left: -35px;
          -webkit-transform: none;
               -o-transform: none;
                  transform: none; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .cb-refresh .CustomerExcerpt:nth-child(3n+1) .CustomerTray {
          left: 46.5vw; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .CustomerExcerpt:nth-child(3n+1) .CustomerTray {
          left: -39px; } }
    @media (min-width: 992px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+2) {
        margin-left: 24px;
        margin-right: 24px; } }
    @media (min-width: 1191px) and (max-width: 1280px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+2) .CustomerTray {
        left: 50%; } }
    @media (min-width: 1281px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+2) .CustomerTray {
        left: 181px; } }
    @media (min-width: 1025px) and (max-width: 1190px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+2) .CustomerTray {
        left: 50%; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+2) .CustomerTray {
        left: calc(15.33vw - 8px); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+2) .CustomerTray {
        left: 50%;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (min-width: 1191px) and (max-width: 1280px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+3) .CustomerTray {
        left: -58%; } }
    @media (min-width: 1281px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+3) .CustomerTray {
        left: -211px; } }
    @media (min-width: 1025px) and (max-width: 1190px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+3) .CustomerTray {
        left: -17.4vw; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+3) .CustomerTray {
        left: calc(-16.33vw - 12px); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .CustomerExcerpt:nth-child(3n+3) .CustomerTray {
        left: -68.2vw; } }
  .cb-refresh .CustomerTray-close {
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px; }
  .cb-refresh .CustomerTray {
    display: none;
    position: relative;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 101vw;
    z-index: 1;
    margin-bottom: 56px; }
    @media (max-width: 1190px) {
      .cb-refresh .CustomerTray {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .cb-refresh .CustomerTray {
        left: -35px !important; } }
    @media (max-width: 991px) {
      .cb-refresh .CustomerTray > .Wrap {
        padding-right: 0;
        padding-top: 48px; } }
  .cb-refresh .logo-grid-partner.customer-grid {
    padding: 84px 0 124px;
    min-height: 300px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .logo-grid-partner.customer-grid {
        padding: 50px 0 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .logo-grid-partner.customer-grid {
        padding: 40px 0 70px; } }
    @media (max-width: 767px) {
      .cb-refresh .logo-grid-partner.customer-grid {
        padding: 30px 0 60px; } }
    .cb-refresh .logo-grid-partner.customer-grid .container, .cb-refresh .logo-grid-partner.customer-grid .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .logo-grid-partner.customer-grid ul {
      max-width: 1216px; }
      .cb-refresh .logo-grid-partner.customer-grid .container > .col-outer, .cb-refresh .logo-grid-partner.customer-grid .wave-wraper .sticky-links ul > .col-outer, .cb-refresh .wave-wraper .sticky-links .logo-grid-partner.customer-grid ul > .col-outer {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -24px;
        position: relative; }
    .cb-refresh .logo-grid-partner.customer-grid .col-outer .load-more {
      text-align: center;
      padding-top: 3px;
      float: left;
      width: 100%; }
      .cb-refresh .logo-grid-partner.customer-grid .col-outer .load-more span {
        padding: 4px 22px;
        min-width: 150px; }
    .cb-refresh .logo-grid-partner.customer-grid .col-three-wrap {
      margin: 0;
      position: relative; }
      .cb-refresh .logo-grid-partner.customer-grid .col-three-wrap:after {
        content: "";
        display: block;
        clear: both; }
    .cb-refresh .logo-grid-partner.customer-grid .image {
      position: relative;
      height: 200px;
      max-height: 100%;
      overflow: hidden; }
      .cb-refresh .logo-grid-partner.customer-grid .image a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 4; }
      .cb-refresh .logo-grid-partner.customer-grid .image > img {
        max-height: 186px;
        max-width: 240px;
        -o-object-fit: cover;
           font-family: "object-fit:cover;object-position:center";
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .cb-refresh .logo-grid-partner.customer-grid .image .button {
        position: absolute;
        bottom: 0;
        right: 0; }
        .cb-refresh .logo-grid-partner.customer-grid .image .button .right-arrow {
          padding: 17px 18px 16px 19px;
          background: #000;
          display: block; }
          .cb-refresh .logo-grid-partner.customer-grid .image .button .right-arrow:after {
            display: none; }
    .cb-refresh .logo-grid-partner.customer-grid .col-three {
      position: relative;
      width: calc(33.33% - 30px);
      margin: 0 15px 33px;
      visibility: visible; }
      @media (max-width: 991px) {
        .cb-refresh .logo-grid-partner.customer-grid .col-three {
          margin-bottom: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .logo-grid-partner.customer-grid .col-three {
          width: calc(50% - 30px);
          margin-bottom: 30px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .logo-grid-partner.customer-grid .col-three {
          width: calc(50% - 30px);
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .cb-refresh .logo-grid-partner.customer-grid .col-three {
          width: calc(100% - 30px); } }
      .cb-refresh .logo-grid-partner.customer-grid .col-three .content {
        margin-top: 14px;
        cursor: pointer;
        display: table;
        width: 100%;
        text-align: center;
        margin-top: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .logo-grid-partner.customer-grid .col-three .content {
            margin-top: 13px; } }
        @media (max-width: 767px) {
          .cb-refresh .logo-grid-partner.customer-grid .col-three .content {
            margin-top: 8px; } }
        .cb-refresh .logo-grid-partner.customer-grid .col-three .content h6 {
          font-size: 18px;
          line-height: 1.25;
          margin-bottom: 8px;
          font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .col-three .content h6 {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .cb-refresh .logo-grid-partner.customer-grid .col-three .content h6 {
              font-size: 14px;
              margin-bottom: 0; } }
        .cb-refresh .logo-grid-partner.customer-grid .col-three .content .image {
          display: table-cell;
          vertical-align: middle;
          height: 280px; }
          @media (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .col-three .content .image {
              height: 230px; } }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .logo-grid-partner.customer-grid .col-three .content .image > img {
              max-width: 260px; } }
          @media (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .col-three .content .image > img {
              max-width: 180px; } }
          @media (max-width: 480px) {
            .cb-refresh .logo-grid-partner.customer-grid .col-three .content .image > img {
              max-width: 150px; } }
      .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon {
        position: absolute;
        top: 20px;
        width: 100%;
        left: 20px; }
        .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul {
          margin-left: 0px; }
          .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li {
            display: inline-block;
            list-style-type: none;
            margin-right: 5px;
            cursor: pointer; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li .img-box {
              height: 31px;
              width: 26px;
              position: relative; }
              .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li .img-box img {
                height: 100%; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li .hover-div {
              background: #2475d9;
              text-align: center;
              padding: 5px 0;
              position: absolute;
              width: 100%;
              top: -20px;
              left: -20px;
              opacity: 0;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              z-index: -1;
              visibility: hidden; }
              .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li .hover-div p {
                color: #fff;
                font-size: 18px;
                font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
                @media (min-width: 992px) and (max-width: 1190px) {
                  .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li .hover-div p {
                    font-size: 16px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li .hover-div p {
                    font-size: 16px; } }
                @media (max-width: 767px) {
                  .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li .hover-div p {
                    font-size: 14px; } }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.predictive-blue .img-box:after {
              position: absolute;
              content: "";
              background: url("/wp-content/themes/cb/refresh/assets/images/partner/svg/Predictive_Blue_Hexagon_Icon_Outline.svg") no-repeat;
              height: 31px;
              width: 26px;
              left: 0;
              top: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.predictive-blue .img-box .hover-div {
              background: #2475d9; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.safeguard-blue .hover-div {
              background: #00d2ff; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.safeguard-blue .img-box:after {
              position: absolute;
              content: "";
              background: url("/wp-content/themes/cb/refresh/assets/images/partner/svg/Safeguard_Blue_Hexagon_Icon_Outline.svg") no-repeat;
              height: 31px;
              width: 26px;
              left: 0;
              top: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.orange .hover-div {
              background: #fc6215; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.orange .img-box:after {
              position: absolute;
              content: "";
              background: url("/wp-content/themes/cb/refresh/assets/images/partner/svg/Active_Orange_Hexagon_Icon_Outline.svg") no-repeat;
              height: 31px;
              width: 26px;
              left: 0;
              top: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.endpoint-blue .hover-div {
              background: #1923FA; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.endpoint-blue .img-box:after {
              position: absolute;
              content: "";
              background: url("/wp-content/themes/cb/refresh/assets/images/partner/svg/Endpoint_Blue_Hexagon_Icon_Outline.svg") no-repeat;
              height: 31px;
              width: 26px;
              left: 0;
              top: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.predictive-blue:hover img {
              opacity: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.predictive-blue:hover .hover-div {
              opacity: 1;
              top: -58px;
              visibility: visible; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.predictive-blue:hover .hover-div {
                  top: -55px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.predictive-blue:hover .hover-div {
                  top: -55px; } }
              @media (max-width: 767px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.predictive-blue:hover .hover-div {
                  top: -52px;
                  padding: 7px 0 3px; } }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.safeguard-blue:hover img {
              opacity: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.safeguard-blue:hover .hover-div {
              opacity: 1;
              top: -58px;
              visibility: visible; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.safeguard-blue:hover .hover-div {
                  top: -55px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.safeguard-blue:hover .hover-div {
                  top: -55px; } }
              @media (max-width: 767px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.safeguard-blue:hover .hover-div {
                  top: -52px;
                  padding: 7px 0 3px; } }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.orange:hover img {
              opacity: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.orange:hover .hover-div {
              opacity: 1;
              top: -58px;
              visibility: visible; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.orange:hover .hover-div {
                  top: -55px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.orange:hover .hover-div {
                  top: -55px; } }
              @media (max-width: 767px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.orange:hover .hover-div {
                  top: -52px;
                  padding: 7px 0 3px; } }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.endpoint-blue:hover img {
              opacity: 0; }
            .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.endpoint-blue:hover .hover-div {
              opacity: 1;
              top: -58px;
              visibility: visible; }
              @media (min-width: 992px) and (max-width: 1190px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.endpoint-blue:hover .hover-div {
                  top: -55px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.endpoint-blue:hover .hover-div {
                  top: -55px; } }
              @media (max-width: 767px) {
                .cb-refresh .logo-grid-partner.customer-grid .col-three .hexagon ul li.endpoint-blue:hover .hover-div {
                  top: -52px;
                  padding: 7px 0 3px; } }
      .cb-refresh .logo-grid-partner.customer-grid .col-three .CustomerExcerpt-wrap.current:after {
        -webkit-transform: rotate(-180deg);
             -o-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .cb-refresh .logo-grid-partner.customer-grid .col-three .CustomerExcerpt-wrap.current:before {
        opacity: 1; }
    .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .close-icon {
      position: absolute;
      right: 25px;
      top: 30px;
      width: 17px;
      height: 17px;
      z-index: 5;
      cursor: pointer; }
      @media (min-width: 1400px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .close-icon {
          right: -13px; } }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .close-icon > img {
        width: 100%;
        height: 100%; }
    .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item {
      padding: 54px 0 56px 15px; }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item:first-child {
        display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item {
          padding: 40px 0 40px 5px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item {
          padding: 30px 0; } }
      @media (max-width: 595px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item {
          padding: 30px 0; } }
      .cb-refresh .logo-grid-partner.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; }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item:after {
        content: "";
        display: block;
        clear: both; }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item .under-line {
        font-size: 24px;
        color: #fff;
        margin-bottom: 28px;
        position: relative; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item .under-line {
            font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item .under-line {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item .under-line {
            font-size: 18px; } }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item .under-line:after {
          content: "";
          position: absolute;
          height: 1px;
          width: 273px;
          background: #fff;
          left: 0;
          bottom: -8px; }
          @media (max-width: 767px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .item .under-line:after {
              width: 200px; } }
    .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-outer {
      float: left;
      width: 100%;
      display: table; }
    .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two {
      width: 50%;
      float: left;
      position: relative; }
      @media (max-width: 767px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two {
          width: 100%;
          display: block;
          height: auto !important; } }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col {
        padding-right: 30px;
        padding-bottom: 20px; }
        @media (max-width: 767px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col {
            padding: 0 0 20px; } }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col p {
          margin-bottom: 15px;
          line-height: 1.23; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col p {
              margin-bottom: 15px; } }
          @media (max-width: 595px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col p {
              margin-bottom: 10px; } }
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col p a {
            color: #fff;
            position: relative; }
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col p a:before {
              content: "";
              height: 2px;
              width: 0;
              position: absolute;
              bottom: 0;
              left: 0;
              background: #fff;
              -webkit-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
              -o-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
              transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72); }
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col p a:hover:before {
              width: 100%; }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col .link-text {
          position: absolute;
          bottom: 0;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col .link-text {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col .link-text {
              font-size: 16px;
              position: relative; } }
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col .link-text:after {
            content: "";
            display: inline-block;
            background-image: url(/wp-content/themes/cb/refresh/assets/images/partner/go_icon.svg);
            height: 15px;
            width: 15px;
            margin-left: 10px;
            background-repeat: no-repeat; }
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col .link-text:before {
            content: "";
            height: 2px;
            width: 0;
            position: absolute;
            bottom: -3px;
            left: 0;
            background: #fff;
            -webkit-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
            -o-transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72);
            transition: all 0.4s cubic-bezier(0.32, 0.32, 0.73, 0.72); }
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two.writer-col .link-text:hover:before {
            width: 100%; }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) {
        padding-left: 100px; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) {
            padding-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) {
            padding-left: 10px; } }
        @media (max-width: 767px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) {
            padding-left: 0; } }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) p {
          line-height: 1.85; }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) li {
          font-size: 18px;
          margin-bottom: 7px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) li {
              font-size: 16px;
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) li {
              font-size: 14px;
              margin-bottom: 10px; } }
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two:nth-child(2) li:last-child {
            margin-bottom: 0; }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two p {
        font-size: 18px;
        color: #fff; }
        @media (max-width: 991px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two p {
            font-size: 16px; } }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .link-text {
        color: #fff;
        font-size: 18px;
        font-weight: 700; }
        @media (max-width: 991px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .link-text {
            font-size: 16px; } }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap {
        float: left;
        width: 100%;
        margin: 16px 0 0px 0; }
        @media (max-width: 767px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap {
            margin: 3px 0 0px 0; } }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap p {
          color: #fff;
          font-size: 18px;
          float: left;
          line-height: 1; }
          @media (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap p {
              font-size: 16px;
              margin-bottom: 10px; } }
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap p.bold {
            font-weight: 700;
            font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap ul {
          float: left;
          margin-left: 8px;
          width: 55%; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap ul {
              width: 50%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap ul {
              width: 45%; } }
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap ul li {
            font-size: 18px;
            color: #fff;
            list-style-type: none;
            line-height: 1.3;
            margin-top: -3px;
            text-transform: capitalize;
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
            @media (max-width: 991px) {
              .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap ul li {
                font-size: 16px; } }
            .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap ul li.bold {
              font-weight: 700; }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap:first-child {
          margin: 3px 0 0 0; }
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .content-wrap.company-size ul li {
          line-height: 1.5;
          margin-top: -6px; }
      .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .button-text {
        color: #fff;
        font-size: 18px;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        padding: 0;
        margin: 17px 0 0;
        border: 0;
        font-weight: 700; }
        @media (max-width: 991px) {
          .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .col-two .button-text {
            font-size: 16px;
            margin: 10px 0 0; } }
    .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
      position: relative;
      margin-top: 16px;
      background-position: 120% 127px;
      background-attachment: inherit; }
      @media (min-width: 1500px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 113% 127px; } }
      @media (min-width: 1191px) and (max-width: 1280px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 127% 127px; } }
      @media (min-width: 1025px) and (max-width: 1190px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 133% 127px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 136% 127px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 145% 127px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 160% 127px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 136px 127px; } }
      @media (max-width: 480px) {
        .cb-refresh .logo-grid-partner.customer-grid .customer-info-div .wrap-all-content {
          background-position: 136px 127px; } }
    .cb-refresh .logo-grid-partner.customer-grid .no-result {
      text-align: center; }
  .cb-refresh .logo-grid-partner .loader {
    position: absolute;
    left: 50%;
    z-index: 17;
    height: 100px;
    width: 100px;
    text-align: center;
    margin: auto;
    top: 48%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    .cb-refresh .logo-grid-partner .loader .spinner1 {
      width: 80px;
      height: 80px;
      border: 6px solid #fc6215;
      -webkit-animation: spin 1s linear infinite;
      -o-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite; }
    .cb-refresh .logo-grid-partner .loader .spinner2 {
      width: 60px;
      height: 60px;
      border: 6px solid #fc6215;
      -webkit-animation: negative-spin 2s linear infinite;
      -o-animation: negative-spin 2s linear infinite;
      animation: negative-spin 2s linear infinite; }
    .cb-refresh .logo-grid-partner .loader .spinner3 {
      width: 40px;
      height: 40px;
      border: 6px solid #fc6215;
      -webkit-animation: spin 4s linear infinite;
      -o-animation: spin 4s linear infinite;
      animation: spin 4s linear infinite; }
    .cb-refresh .logo-grid-partner .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; }
    .cb-refresh .logo-grid-partner .loader .loader-text {
      position: absolute;
      color: #000000;
      font-weight: bold;
      bottom: -20px;
      left: 0;
      width: 100%;
      text-align: center;
      letter-spacing: 0.1em; }
  .cb-refresh.no-touch .customer-grid .col-three .content span.link-text:hover:before {
    left: 0;
    right: 0;
    width: 100%; }
  .cb-refresh.we-small-height .customer-grid {
    padding: 60px 0 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh.we-small-height .customer-grid {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      .cb-refresh.we-small-height .customer-grid {
        padding: 30px 0; } }
  .cb-refresh .customer-info-div .col-two:nth-child(2) {
    padding: 0; }
    @media (max-width: 767px) {
      .cb-refresh .customer-info-div .col-two:nth-child(2) {
        margin-top: 10px; } }
  .cb-refresh .customer-info-div .col-two h5 {
    font-weight: 500; }
    .cb-refresh .customer-info-div .col-two h5:before {
      left: 0;
      bottom: -5px; }
    @media (max-width: 767px) {
      .cb-refresh .customer-info-div .col-two h5 {
        margin: 0 0 20px; } }
  @media (min-width: 767px) {
    .cb-refresh .mobile-filter {
      display: none; } }
  @media (max-width: 767px) {
    .cb-refresh .mobile-filter {
      display: block;
      padding: 0 0 20px; } }
  .cb-refresh .mobile-filter .filter {
    display: inline-block;
    cursor: pointer;
    position: relative; }
    .cb-refresh .mobile-filter .filter:after {
      display: inline-block;
      content: "";
      width: 18px;
      height: 12px;
      background-image: url(/wp-content/themes/cb/refresh/assets/images/partner/mobile_solid_arrow.svg);
      background-repeat: no-repeat;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .cb-refresh .mobile-filter .filter:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 0;
      background: gray;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .cb-refresh .mobile-filter .filter p {
      display: inline-block;
      position: relative;
      color: #000;
      font-weight: 700;
      font-size: 18px;
      font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
      cursor: pointer; }
    .cb-refresh .mobile-filter .filter.active:after {
      -webkit-transform: rotate(-180deg);
           -o-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .cb-refresh .mobile-filter .filter.active:before {
      width: 100%; }
  .cb-refresh .mobile-filter .main-filter {
    float: left;
    width: 100%;
    display: none; }
    .cb-refresh .mobile-filter .main-filter > ul {
      padding: 0 0 30px !important; }
    .cb-refresh .mobile-filter .main-filter ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .cb-refresh .mobile-filter .main-filter ul li {
        float: left;
        width: 100%;
        list-style-type: none;
        cursor: pointer; }
        .cb-refresh .mobile-filter .main-filter ul li p {
          font-size: 18px;
          color: #000;
          line-height: 1.15;
          text-align: left;
          font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
          position: relative;
          padding: 16px 0 14px; }
        .cb-refresh .mobile-filter .main-filter ul li .view-more-nav {
          display: none; }
          .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter {
            position: relative;
            border-bottom: 1px solid gray; }
            .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter p {
              color: #000;
              font-weight: 700;
              font-size: 16px;
              font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
              padding: 10px 0; }
              @media (max-width: 767px) {
                .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter p {
                  font-weight: 300;
                  padding-right: 26px;
                  font-size: 18px; } }
            .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter .view-more-inner {
              display: none;
              padding: 0 0 10px; }
              .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter .view-more-inner li {
                position: relative;
                margin-bottom: 7px;
                padding-left: 10px; }
              .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter .view-more-inner input {
                -webkit-appearance: none;
                   -moz-appearance: none;
                        appearance: none;
                outline: none;
                content: '';
                cursor: pointer;
                background: #F4F4F4;
                border: 1px solid #BBBBBB;
                -webkit-box-shadow: inset 0 1px 3px 0 rgba(145, 145, 145, 0.5);
                        box-shadow: inset 0 1px 3px 0 rgba(145, 145, 145, 0.5);
                height: 20px;
                width: 20px;
                margin-bottom: 0;
                position: absolute;
                top: 5px; }
                .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter .view-more-inner input:checked:after {
                  display: block;
                  content: "L";
                  color: #000;
                  cursor: pointer;
                  font-weight: 400;
                  -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: 18px;
                  outline: none;
                  left: 2px;
                  top: 1px; }
              .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter .view-more-inner label {
                padding-left: 30px;
                padding-top: 3px;
                color: #000;
                cursor: pointer;
                line-height: normal;
                display: inline-block;
                vertical-align: top;
                font-size: 18px;
                font-weight: 400;
                font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
            .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter:before {
              content: "";
              position: absolute;
              bottom: auto;
              top: 19px;
              width: 16px;
              height: 2px;
              left: auto;
              right: 0;
              border-radius: 5px;
              background: gray;
              -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; }
            .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter:after {
              content: "";
              opacity: 1;
              position: absolute;
              background: gray;
              width: 2px;
              height: 16px;
              border-radius: 5px;
              bottom: auto;
              top: 12px;
              left: auto;
              right: 7px;
              opacity: 1;
              display: block;
              -webkit-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear; }
            .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter.active:after {
              -webkit-transform: scaleY(0);
                   -o-transform: scaleY(0);
                      transform: scaleY(0); }
            .cb-refresh .mobile-filter .main-filter ul li .view-more-nav .inner-filter:last-child {
              border-bottom: none; }
        .cb-refresh .mobile-filter .main-filter ul li.tab-link {
          border-bottom: 1px solid gray;
          position: relative; }
          .cb-refresh .mobile-filter .main-filter ul li.tab-link:after {
            position: absolute;
            content: "";
            background: url(/wp-content/themes/cb/refresh/assets/images/partner/mobile_down_arrow.svg) no-repeat;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            top: 18px;
            right: -5px;
            height: 15px;
            width: 25px; }
          .cb-refresh .mobile-filter .main-filter ul li.tab-link.active:after {
            -webkit-transform: rotate(-180deg);
                 -o-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        .cb-refresh .mobile-filter .main-filter ul li.view-all:after {
          display: none; }
        .cb-refresh .mobile-filter .main-filter ul li.active p {
          font-weight: 700; }
        .cb-refresh .mobile-filter .main-filter ul li.current p {
          font-weight: 700; }
  .cb-refresh .mobile-filter .side-box {
    float: left;
    width: 100%;
    padding-top: 26px; }
    @media (max-width: 767px) {
      .cb-refresh .mobile-filter .side-box {
        padding-top: 0px;
        display: block; } }
    @media (min-width: 767px) {
      .cb-refresh .mobile-filter .side-box {
        display: none; } }
    .cb-refresh .mobile-filter .side-box:after {
      clear: both;
      display: block;
      content: ''; }
    .cb-refresh .mobile-filter .side-box .search-clear {
      color: #000;
      font-weight: 400;
      letter-spacing: 0.01em;
      font-size: 18px;
      font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
      cursor: pointer;
      position: relative;
      margin-left: 11px;
      line-height: 1; }
      .cb-refresh .mobile-filter .side-box .search-clear:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 1px;
        width: 100%;
        background: #000; }
      @media (max-width: 767px) {
        .cb-refresh .mobile-filter .side-box .search-clear {
          font-size: 16px;
          float: right;
          margin-top: 3px; } }
    .cb-refresh .mobile-filter .side-box .result {
      float: left;
      width: 17%;
      color: #000;
      letter-spacing: 0.01em;
      font-weight: 600;
      font-size: 18px;
      font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
      @media (max-width: 767px) {
        .cb-refresh .mobile-filter .side-box .result {
          font-size: 16px;
          min-width: 180px;
          font-weight: 400; } }
    .cb-refresh .mobile-filter .side-box .side-text {
      float: right;
      font-size: 0;
      width: 71%;
      text-align: right; }
      @media (max-width: 767px) {
        .cb-refresh .mobile-filter .side-box .side-text {
          width: 100%;
          text-align: center;
          float: left;
          clear: both;
          text-align: left;
          padding: 0 0 20px;
          display: block; } }
      .cb-refresh .mobile-filter .side-box .side-text span {
        display: inline-block;
        font-size: 18px;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 600;
        color: #000;
        vertical-align: top;
        margin-right: 18px; }
        @media (max-width: 480px) {
          .cb-refresh .mobile-filter .side-box .side-text span {
            font-size: 16px; } }
        .cb-refresh .mobile-filter .side-box .side-text span.filter-text {
          width: calc(25% - 20px); }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .mobile-filter .side-box .side-text span.filter-text {
              font-size: 16px;
              float: left;
              margin-right: 10px;
              width: 84px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .mobile-filter .side-box .side-text span.filter-text {
              font-size: 16px;
              margin-right: 6px;
              width: 84px; } }
          @media (max-width: 480px) {
            .cb-refresh .mobile-filter .side-box .side-text span.filter-text {
              width: 100%;
              text-align: left;
              float: none;
              clear: both;
              display: block;
              margin: 0; } }
      .cb-refresh .mobile-filter .side-box .side-text .clear-btn {
        display: inline-block;
        position: relative;
        margin-left: 9px;
        margin-right: 0;
        letter-spacing: 0.01em;
        width: calc(14% - 9px);
        cursor: pointer;
        text-align: right; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .mobile-filter .side-box .side-text .clear-btn {
            width: 62px;
            margin-left: 5px;
            display: contents; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .mobile-filter .side-box .side-text .clear-btn {
            width: 62px;
            margin-left: 5px;
            display: contents; } }
        @media (max-width: 480px) {
          .cb-refresh .mobile-filter .side-box .side-text .clear-btn {
            width: 100%;
            text-align: left;
            float: none;
            clear: both;
            display: block;
            margin: 15px 0 0;
            font-size: 14px;
            text-align: left; } }
        .cb-refresh .mobile-filter .side-box .side-text .clear-btn span {
          font-weight: 400;
          position: relative;
          margin: 0;
          letter-spacing: 0.01em; }
          @media (max-width: 767px) {
            .cb-refresh .mobile-filter .side-box .side-text .clear-btn span {
              font-size: 14px;
              padding: 0;
              color: #576071;
              border-bottom: 1px solid #A2ACBC; } }
          .cb-refresh .mobile-filter .side-box .side-text .clear-btn span:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0;
            background-color: #000;
            bottom: 0; }
            @media (max-width: 767px) {
              .cb-refresh .mobile-filter .side-box .side-text .clear-btn span:after {
                display: none; } }
      .cb-refresh .mobile-filter .side-box .side-text .filter-box {
        display: inline-block;
        vertical-align: top;
        width: calc(75% - 39px);
        text-align: left; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .mobile-filter .side-box .side-text .filter-box {
            width: 80%;
            float: left; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .mobile-filter .side-box .side-text .filter-box {
            width: 80%; } }
        @media (max-width: 480px) {
          .cb-refresh .mobile-filter .side-box .side-text .filter-box {
            width: 100%;
            text-align: left;
            float: none;
            clear: both;
            display: block;
            margin: 0; } }
      .cb-refresh .mobile-filter .side-box .side-text ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 86%; }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .mobile-filter .side-box .side-text ul {
            width: 84%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .mobile-filter .side-box .side-text ul {
            width: 82%; } }
        @media (max-width: 480px) {
          .cb-refresh .mobile-filter .side-box .side-text ul {
            width: calc(100% + 10px);
            text-align: left;
            float: none;
            clear: both;
            display: block;
            margin: 0 0 0 -5px; } }
        .cb-refresh .mobile-filter .side-box .side-text ul li {
          display: inline-block;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          position: relative;
          margin: 0 20px 0 18px; }
          .cb-refresh .mobile-filter .side-box .side-text ul li span {
            font-size: 18px;
            color: #000;
            margin: 0;
            font-weight: 400;
            letter-spacing: 0.001em;
            position: relative;
            cursor: pointer; }
            @media (max-width: 767px) {
              .cb-refresh .mobile-filter .side-box .side-text ul li span {
                font-size: 14px;
                color: #576071; } }
            .cb-refresh .mobile-filter .side-box .side-text ul li span:after {
              content: '';
              background: url("/wp-content/themes/cb/refresh/assets/images/partner/orange_cross.svg") no-repeat;
              background-size: contain;
              width: 10px;
              height: 10px;
              display: inline-block;
              margin-left: 11px; }
              @media (max-width: 767px) {
                .cb-refresh .mobile-filter .side-box .side-text ul li span:after {
                  margin-left: 4px;
                  width: 11px;
                  height: 10px;
                  position: relative;
                  top: 1px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            .cb-refresh .mobile-filter .side-box .side-text ul li {
              margin: 0 9px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            .cb-refresh .mobile-filter .side-box .side-text ul li {
              margin: 0 5px; } }
          @media (max-width: 480px) {
            .cb-refresh .mobile-filter .side-box .side-text ul li {
              margin: 10px 5px 0 5px;
              vertical-align: top;
              line-height: 1;
              font-size: 14px; } }
  .cb-refresh.ua-ie .logo-grid-partner.customer-grid .image > img {
    background-size: contain !important; }
  .cb-refresh.ua-ie .filter-tabs-partner .tabs li p:before {
    bottom: -15px; }
  .cb-refresh [ng-cloak], .cb-refresh [data-ng-cloak], .cb-refresh [x-ng-cloak], .cb-refresh .ng-cloak, .cb-refresh .x-ng-cloak {
    display: none !important; }

@-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); } }
  .cb-refresh .intro-block .content-wrapper h3 {
    color: #2475d9;
    font-weight: 700;
    letter-spacing: 0; }
  .cb-refresh .intro-block .content-wrapper p {
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    padding-top: 15px;
    line-height: 1.36; }
    @media (max-width: 767px) {
      .cb-refresh .intro-block .content-wrapper p {
        font-size: 16px; } }
  .cb-refresh .tau-statistics {
    width: 100%;
    float: left;
    padding: 0; }
    .cb-refresh .tau-statistics .content-wrapper {
      font-size: 0; }
      .cb-refresh .tau-statistics .content-wrapper .two-col {
        float: none;
        display: inline-block;
        vertical-align: bottom; }
        .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for {
          padding-right: 60px; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for {
              padding-right: 50px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for {
              padding-right: 40px; } }
          @media (max-width: 767px) {
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for {
              padding-right: 0px; } }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h6 {
            color: #6e6f72;
            letter-spacing: 0;
            font-weight: 700;
            text-transform: uppercase; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h2 {
            color: #2475d9;
            letter-spacing: 0;
            font-weight: 700;
            padding-top: 9px; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
            padding-top: 46px;
            padding-bottom: 3px;
            color: #000;
            letter-spacing: 0;
            font-weight: 700;
            font-size: 1.9rem; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
                padding-top: 35px;
                padding-bottom: 0; } }
            @media (max-width: 991px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
                padding-bottom: 0; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
                padding-top: 30px; } }
            @media (max-width: 767px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
                padding-top: 30px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
                font-size: 28px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
                font-size: 24px; } }
            @media (max-width: 480px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for h3 {
                font-size: 22px; } }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for p {
            padding-top: 15px;
            color: #000;
            line-height: 1.25; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for a {
            margin-top: 28px; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-for .slide-item {
            position: relative; }
        .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav {
          padding: 0 44px 30px 0; }
          @media (min-width: 992px) and (max-width: 1190px) {
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav {
              padding: 0 35px 30px 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav {
              padding: 0 0 30px 0; } }
          @media (max-width: 767px) {
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav {
              padding: 30px 0px 0px 0; } }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item {
            position: relative;
            max-width: 280px;
            margin: 0 auto;
            text-align: center; }
            @media (max-width: 595px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item {
                max-width: 180px; } }
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item .logo {
              position: relative; }
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item .logo img {
                display: inline-block; }
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item .logo .content {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                height: 110px; }
                @media (max-width: 595px) {
                  .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item .logo .content {
                    height: 80px; } }
                .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item .logo .content span {
                  font-size: 80px;
                  color: #fc6215;
                  font-weight: 400; }
                  @media (max-width: 595px) {
                    .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item .logo .content span {
                      font-size: 60px; } }
                  .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item .logo .content span:first-child {
                    font-weight: 700; }
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slide-item h5 {
              padding-top: 30px;
              font-weight: 700; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-slide {
            text-align: center; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-arrow {
            position: absolute;
            top: 41.3%;
            bottom: inherit;
            margin: auto;
            background-color: transparent;
            width: 15px;
            z-index: 2; }
            .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-arrow:before {
              display: none; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-next {
            left: inherit;
            right: 100px;
            background-image: url(/wp-content/themes/cb/refresh/dist/images/right-arrow.png);
            background-repeat: no-repeat; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-next {
                right: 80px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-next {
                right: 20px; } }
            @media (max-width: 767px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-next {
                right: 15px; } }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-prev {
            left: 16px;
            background-image: url(/wp-content/themes/cb/refresh/dist/images/left-arrow.png);
            background-repeat: no-repeat; }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-prev {
                left: 0; } }
            @media (max-width: 767px) {
              .cb-refresh .tau-statistics .content-wrapper .two-col .slider-nav .slick-prev {
                left: -15px; } }
        .cb-refresh .tau-statistics .content-wrapper .two-col .slick-slide {
          margin: 0; }
          .cb-refresh .tau-statistics .content-wrapper .two-col .slick-slide.slick-current .slide-item {
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transition-delay: 800ms;
                 -o-transition-delay: 800ms;
                    transition-delay: 800ms; }
    .cb-refresh .tau-statistics .cb-refresh-resources {
      margin-top: 120px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .tau-statistics .cb-refresh-resources {
          margin-top: 90px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .tau-statistics .cb-refresh-resources {
          margin-top: 70px; } }
      @media (max-width: 767px) {
        .cb-refresh .tau-statistics .cb-refresh-resources {
          margin-top: 50px; } }
  .cb-refresh .security-expert {
    width: 100%;
    float: left;
    padding: 0; }
    .cb-refresh .security-expert .content-wrapper {
      max-width: 630px; }
      .cb-refresh .security-expert .content-wrapper h6 {
        color: #6e6f72;
        letter-spacing: 0;
        font-weight: 700;
        text-transform: uppercase; }
      .cb-refresh .security-expert .content-wrapper h2 {
        color: #2475d9;
        letter-spacing: 0;
        font-weight: 700;
        padding-top: 9px; }
      .cb-refresh .security-expert .content-wrapper h3 {
        padding-top: 47px;
        padding-bottom: 5px;
        color: #000;
        letter-spacing: 0;
        font-weight: 700;
        font-size: 1.9rem; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .security-expert .content-wrapper h3 {
            padding-top: 35px;
            padding-bottom: 0; } }
        @media (max-width: 991px) {
          .cb-refresh .security-expert .content-wrapper h3 {
            padding-bottom: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .security-expert .content-wrapper h3 {
            padding-top: 30px; } }
        @media (max-width: 767px) {
          .cb-refresh .security-expert .content-wrapper h3 {
            padding-top: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .security-expert .content-wrapper h3 {
            font-size: 28px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .security-expert .content-wrapper h3 {
            font-size: 24px; } }
        @media (max-width: 480px) {
          .cb-refresh .security-expert .content-wrapper h3 {
            font-size: 22px; } }
      .cb-refresh .security-expert .content-wrapper p {
        padding-top: 15px;
        color: #000;
        line-height: 1.25;
        padding-right: 20px; }
    .cb-refresh .security-expert .column-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px; }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .security-expert .column-wrapper {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (max-width: 480px) {
        .cb-refresh .security-expert .column-wrapper {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      .cb-refresh .security-expert .column-wrapper:after {
        content: '';
        clear: both;
        display: block; }
      .cb-refresh .security-expert .column-wrapper .six-col {
        position: relative;
        margin: 15px;
        float: left;
        width: calc(16.66% - 30px); }
        @media (min-width: 992px) {
          .cb-refresh .security-expert .column-wrapper .six-col:nth-child(6) {
            clear: left; } }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh .security-expert .column-wrapper .six-col {
            width: calc(20% - 30px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .security-expert .column-wrapper .six-col {
            width: calc(25% - 30px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh .security-expert .column-wrapper .six-col {
            width: calc(33.33% - 30px); } }
        @media (min-width: 481px) and (max-width: 595px) {
          .cb-refresh .security-expert .column-wrapper .six-col {
            margin: 10px;
            width: calc(33.33% - 20px); } }
        @media (max-width: 480px) {
          .cb-refresh .security-expert .column-wrapper .six-col {
            margin: 10px;
            width: calc(50% - 20px); } }
        .cb-refresh .security-expert .column-wrapper .six-col .bg-img img {
          width: 100%;
          height: 100%;
          display: block;
          height: 200px;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; }
        .cb-refresh .security-expert .column-wrapper .six-col .hover-content {
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          @media (max-width: 991px) {
            .cb-refresh .security-expert .column-wrapper .six-col .hover-content {
              opacity: 1;
              visibility: visible; } }
          .cb-refresh .security-expert .column-wrapper .six-col .hover-content .v-middle-inner {
            display: block;
            background-color: #000;
            text-align: left;
            padding: 14px 20px 20px; }
            @media (max-width: 991px) {
              .cb-refresh .security-expert .column-wrapper .six-col .hover-content .v-middle-inner {
                background: rgba(0, 0, 0, 0.25); } }
          .cb-refresh .security-expert .column-wrapper .six-col .hover-content span {
            position: relative;
            color: #fff;
            letter-spacing: 0;
            font-weight: 700;
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif; }
            @media (max-width: 767px) {
              .cb-refresh .security-expert .column-wrapper .six-col .hover-content span {
                font-size: 14px; } }
            .cb-refresh .security-expert .column-wrapper .six-col .hover-content span:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: -8px;
              width: 100%;
              height: 2px;
              background-color: #fff; }
          .cb-refresh .security-expert .column-wrapper .six-col .hover-content p {
            position: absolute;
            bottom: 16px;
            width: calc(100% - 40px);
            padding-right: 20px;
            color: #fff;
            letter-spacing: 0;
            line-height: 1.25; }
            @media (max-width: 767px) {
              .cb-refresh .security-expert .column-wrapper .six-col .hover-content p {
                padding-right: 0px; } }
          .cb-refresh .security-expert .column-wrapper .six-col .hover-content a {
            display: block;
            width: 100%;
            height: 100%; }
        .cb-refresh .security-expert .column-wrapper .six-col:hover .hover-content {
          opacity: 1;
          visibility: visible; }
    .cb-refresh .security-expert .se-resources {
      margin-top: 80px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh .security-expert .se-resources {
          margin-top: 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .security-expert .se-resources {
          margin-top: 50px; } }
      @media (max-width: 767px) {
        .cb-refresh .security-expert .se-resources {
          margin-top: 30px; } }
      .cb-refresh .security-expert .se-resources h3 {
        margin-bottom: 30px; }
  .cb-refresh .bio-block {
    width: 100%;
    float: left;
    padding: 0; }
    .cb-refresh .bio-block .col-outer {
      width: calc(100% + 40px);
      margin-left: -20px; }
      .cb-refresh .bio-block .col-outer .two-col {
        padding: 0 30px 0 20px; }
    .cb-refresh .bio-block .social {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .cb-refresh .bio-block .social {
          margin-top: 20px; } }
      .cb-refresh .bio-block .social ul {
        margin: 0; }
      .cb-refresh .bio-block .social li {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        margin-right: 15px; }
        .cb-refresh .bio-block .social li svg {
          width: 16px;
          height: 16px; }
    .cb-refresh .bio-block .expert-quote h3 {
      line-height: 1;
      font-weight: 400; }
      @media (min-width: 767px) {
        .cb-refresh .bio-block .expert-quote h3 {
          font-size: 1.875rem; } }
      .cb-refresh .bio-block .expert-quote h3 strong {
        font-weight: 500; }
        .cb-refresh .bio-block .expert-quote h3 strong + br {
          line-height: 1.2; }
    .cb-refresh .bio-block .expert-body {
      width: 100%;
      width: calc(100% + 40px);
      float: left;
      font-size: 0;
      margin-left: -20px;
      margin-right: -20px;
      padding-top: 40px; }
      @media (max-width: 767px) {
        .cb-refresh .bio-block .expert-body .two-col:last-of-type {
          margin-top: 20px; } }
      .cb-refresh .bio-block .expert-body p {
        font-size: 18px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
        padding: 0px 20px 0px 20px;
        float: left; }
        @media (max-width: 767px) {
          .cb-refresh .bio-block .expert-body p {
            width: 100%;
            margin-bottom: 20px; } }
        .cb-refresh .bio-block .expert-body p:last-of-type {
          margin-bottom: 0; }
  .cb-refresh .infographic-refresh {
    width: 100%; }
    .cb-refresh .infographic-refresh .text-black {
      color: #6e6f72;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 500; }
    .cb-refresh .infographic-refresh .heading {
      font-weight: 600; }
    .cb-refresh .infographic-refresh .wrapper {
      font-size: 0;
      padding-left: 20px; }
      @media (max-width: 1190px) {
        .cb-refresh .infographic-refresh .wrapper {
          padding-left: 0px; } }
    .cb-refresh .infographic-refresh .content-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 88%; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh .content-wrapper {
          width: 100%;
          display: block; } }
    .cb-refresh .infographic-refresh .tab-content {
      position: absolute;
      width: 100%;
      top: 0;
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
      .cb-refresh .infographic-refresh .tab-content.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        z-index: 1; }
    .cb-refresh .infographic-refresh .img-box {
      width: 68%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0 35px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh .img-box {
          width: 100%;
          display: block;
          padding: 0;
          max-width: 450px;
          margin: 0 auto; } }
      .cb-refresh .infographic-refresh .img-box .link-layer {
        max-width: 554px;
        margin: 0 auto;
        z-index: 10;
        position: relative; }
        @media (max-width: 767px) {
          .cb-refresh .infographic-refresh .img-box .link-layer {
            max-width: 100%;
            top: 50%;
            position: relative;
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: 25px; } }
        .cb-refresh .infographic-refresh .img-box .link-layer .top-layer {
          width: 100%;
          overflow: hidden;
          margin-top: 30px; }
          @media (max-width: 767px) {
            .cb-refresh .infographic-refresh .img-box .link-layer .top-layer {
              width: 100%;
              margin: 0 auto; } }
        .cb-refresh .infographic-refresh .img-box .link-layer .middle-layer {
          width: 103%;
          overflow: hidden; }
          @media (max-width: 767px) {
            .cb-refresh .infographic-refresh .img-box .link-layer .middle-layer {
              width: 100%;
              margin: 0 auto; } }
          .cb-refresh .infographic-refresh .img-box .link-layer .middle-layer .text {
            max-width: 90%;
            margin: 0 auto; }
            @media (max-width: 767px) {
              .cb-refresh .infographic-refresh .img-box .link-layer .middle-layer .text {
                width: 100%; } }
          .cb-refresh .infographic-refresh .img-box .link-layer .middle-layer a.right {
            padding-left: 25px; }
        .cb-refresh .infographic-refresh .img-box .link-layer .bottom-layer {
          width: 86%;
          overflow: hidden;
          margin: 45px auto 0; }
          @media (min-width: 992px) and (max-width: 1024px) {
            .cb-refresh .infographic-refresh .img-box .link-layer .bottom-layer {
              width: 90%; } }
          @media (max-width: 767px) {
            .cb-refresh .infographic-refresh .img-box .link-layer .bottom-layer {
              width: 100%;
              margin: 0 auto; } }
        .cb-refresh .infographic-refresh .img-box .link-layer .link-box {
          max-width: 144px;
          width: 100%;
          display: block;
          background: url(/wp-content/themes/cb/refresh/assets/images/infographic/Services/services_1.svg) no-repeat;
          background-size: contain;
          background-position: top center;
          background-size: 113px 130px;
          padding: 20px 0; }
          @media (max-width: 767px) {
            .cb-refresh .infographic-refresh .img-box .link-layer .link-box {
              background: none; } }
          .cb-refresh .infographic-refresh .img-box .link-layer .link-box.left {
            float: left;
            max-width: 210px;
            margin-left: 10px; }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .infographic-refresh .img-box .link-layer .link-box.left {
                margin: 0; } }
          .cb-refresh .infographic-refresh .img-box .link-layer .link-box.right {
            float: right;
            max-width: 250px; }
          .cb-refresh .infographic-refresh .img-box .link-layer .link-box.center {
            margin: 0 auto; }
          @media (max-width: 767px) {
            .cb-refresh .infographic-refresh .img-box .link-layer .link-box {
              max-width: 100% !important;
              padding: 0; } }
          .cb-refresh .infographic-refresh .img-box .link-layer .link-box:after {
            content: '';
            clear: both;
            display: block; }
          .cb-refresh .infographic-refresh .img-box .link-layer .link-box .button-text {
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
            color: #000;
            font-size: 18px;
            text-align: left;
            display: inline-block;
            line-height: 1.33;
            position: relative;
            padding-top: 4px;
            position: relative;
            margin-right: 0; }
            .cb-refresh .infographic-refresh .img-box .link-layer .link-box .button-text:after {
              content: '';
              position: absolute;
              background: url(/wp-content/themes/cb/refresh/dist/images/arrow.png);
              background-repeat: no-repeat;
              width: 18px;
              height: 10px;
              right: -34px;
              top: inherit;
              bottom: 1px;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            @media (min-width: 596px) and (max-width: 767px) {
              .cb-refresh .infographic-refresh .img-box .link-layer .link-box .button-text {
                font-size: 16px; } }
            @media (max-width: 595px) {
              .cb-refresh .infographic-refresh .img-box .link-layer .link-box .button-text {
                font-size: 14px; } }
          .cb-refresh .infographic-refresh .img-box .link-layer .link-box span {
            display: block;
            z-index: 11;
            height: 100%; }
            .cb-refresh .infographic-refresh .img-box .link-layer .link-box span.text {
              font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
              color: #2475d9;
              font-size: 20px;
              line-height: 1.2;
              font-weight: 500; }
              @media (min-width: 596px) and (max-width: 767px) {
                .cb-refresh .infographic-refresh .img-box .link-layer .link-box span.text {
                  font-size: 18px; } }
              @media (max-width: 595px) {
                .cb-refresh .infographic-refresh .img-box .link-layer .link-box span.text {
                  font-size: 16px; } }
      .cb-refresh .infographic-refresh .img-box .img-wrapper {
        max-width: 598px;
        margin: 0 auto;
        text-align: center;
        max-width: 778px;
        position: relative; }
        .cb-refresh .infographic-refresh .img-box .img-wrapper .layer {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 1; }
        .cb-refresh .infographic-refresh .img-box .img-wrapper .layer2 {
          top: 5%;
          left: 5%;
          width: 100%;
          width: calc(100% - 10%);
          z-index: 2; }
        .cb-refresh .infographic-refresh .img-box .img-wrapper .layer3 {
          width: 100%;
          top: 10%;
          left: 10%;
          width: calc(100% - 20%);
          z-index: 3; }
        .cb-refresh .infographic-refresh .img-box .img-wrapper .layer4 {
          width: 100%;
          z-index: 4;
          top: 18%;
          left: 15%;
          width: calc(100% - 30%); }
        .cb-refresh .infographic-refresh .img-box .img-wrapper .layer5 {
          z-index: 5;
          max-width: 20%;
          margin: auto;
          right: 0;
          bottom: 0;
          top: 40%; }
    .cb-refresh .infographic-refresh #tab-one .img-wrapper {
      max-width: 598px; }
    .cb-refresh .infographic-refresh #tab-second .img-box {
      padding: 0;
      width: calc(68% - 70px);
      margin: 0 35px;
      position: relative; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-second .img-box {
          width: 100%;
          margin: 0 auto; } }
      .cb-refresh .infographic-refresh #tab-second .img-box .img-wrapper .layer1 {
        max-width: 532px;
        /*          @include desktop{
            max-width: 480px;
          }
          @include tablet{
            max-width: 450px;
          }
          @include phablet{
            max-width: 420px;
          }
          @include phone{
            max-width: 370px;
          }
          @include phone-down{
            max-width: 370px;
          }
          img{

          }*/ }
        @media (max-width: 991px) {
          .cb-refresh .infographic-refresh #tab-second .img-box .img-wrapper .layer1 {
            right: 0;
            margin: auto; } }
      .cb-refresh .infographic-refresh #tab-second .img-box .img-wrapper .layer2 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10%;
        width: calc(100% - 20%);
        /*                    @include desktop{
                                left: 50px;
                                width: calc(100% - 100px);
                              }
                              @include tablet{
                                left: 182px;
                                width: calc(100% - 364px);
                              }
                              @include phablet{
                                left: 150px;
                                width: calc(100% - 300px);
                              }
                              @include phone{
                                left: 105px;
                                width: calc(100% - 210px);
                              }
                              @include phone-down{
                                left: 44px;
                                width: calc(100% - 88px);
                              }*/ }
        @media (max-width: 991px) {
          .cb-refresh .infographic-refresh #tab-second .img-box .img-wrapper .layer2 {
            top: 50%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: 10%;
            width: calc(100% - 20%); } }
    .cb-refresh .infographic-refresh #tab-third .img-box {
      padding: 0;
      padding-top: 127px; }
      @media (min-width: 992px) {
        .cb-refresh .infographic-refresh #tab-third .img-box {
          margin: 0 70px;
          width: calc(68% - 140px); } }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-third .img-box {
          padding-top: 60px; } }
      .cb-refresh .infographic-refresh #tab-third .img-box .img-wrapper .layer1 {
        top: 0px;
        width: auto; }
      .cb-refresh .infographic-refresh #tab-third .img-box .img-wrapper .layer2 {
        top: -50px;
        left: 70px;
        width: auto; }
        @media (max-width: 991px) {
          .cb-refresh .infographic-refresh #tab-third .img-box .img-wrapper .layer2 {
            top: -15%;
            left: 15%; } }
    .cb-refresh .infographic-refresh #tab-four .img-box {
      padding-top: 80px; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-four .img-box {
          padding-top: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper {
          max-width: 600px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper {
          max-width: 500px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper {
          max-width: 400px; } }
      @media (max-width: 480px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper {
          max-width: 330px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper .layer1 {
          max-width: 600px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper .layer1 {
          max-width: 500px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper .layer1 {
          max-width: 400px; } }
      @media (max-width: 480px) {
        .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper .layer1 {
          max-width: 330px; } }
      .cb-refresh .infographic-refresh #tab-four .img-box .img-wrapper .layer2 {
        left: 144px;
        top: 61px;
        left: 30%;
        top: 23%;
        width: 42%;
        /*          @include desktop{
                      left: 141px;
                      top: 71px;
                    }
                    @include tablet{
                      left: 144px;
                      width: calc(100% - 264px);
                      top: 61px;
                    }
                    @include phablet{
                      left: 140px;
                      top: 73px;
                    }
                    @include phone{
                      left: 94px;
                      width: calc(100% - 175px);
                      top: 43px
                    }
                    @include phone-down{
                      left: 88px;
                      width: calc(100% - 169px);
                      top: 50px;
                    }*/ }
    .cb-refresh .infographic-refresh #tab-five .img-box {
      padding-left: 23px;
      margin-top: 100px;
      max-width: 100%; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-five .img-box {
          padding: 0;
          margin: 0; } }
      .cb-refresh .infographic-refresh #tab-five .img-box .img-wrapper .layer1 {
        display: none;
        width: 449px;
        height: 452px;
        right: 0;
        top: -30px;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .cb-refresh .infographic-refresh #tab-five .img-box .img-wrapper .layer1 {
            width: 100%;
            height: 100%;
            top: 0;
            display: block; } }
    @media (min-width: 992px) {
      .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper {
        height: 630px !important;
        margin-top: 35px; } }
    @media (max-width: 991px) {
      .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper {
        margin-top: 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper {
        max-width: 500px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper {
        max-width: 450px; } }
    @media (max-width: 595px) {
      .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper {
        max-width: 400px; } }
    .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer1 {
      width: calc(100% - 56px);
      left: 28px; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer1 {
          height: auto;
          left: 0;
          top: 0;
          right: 0;
          margin: auto; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer1 {
          max-width: 450px; } }
      @media (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer1 {
          max-width: 400px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer1 {
          max-width: 400px; } }
      @media (max-width: 480px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer1 {
          max-width: 400px; } }
    .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer2 {
      width: calc(100% - 134px);
      top: 58px;
      left: 64px;
      z-index: 3; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer2 {
          top: 30px; } }
      @media (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer2 {
          width: calc(100% - 30%);
          left: 15%;
          top: 10%; } }
    .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer3 {
      width: calc(100% - 284px);
      top: -40px;
      left: 128px;
      z-index: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer3 {
          width: calc(100% - 260px);
          top: 0;
          left: 111px; } }
      @media (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer3 {
          height: 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer3 {
          width: calc(100% - 193px);
          top: 0px;
          left: 71px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer3 {
          width: calc(100% - 192px);
          top: 0px;
          left: 71px; } }
      @media (max-width: 480px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer3 {
          width: calc(100% - 174px);
          top: 0px;
          left: 71px; } }
      @media (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-sixth .img-box .img-wrapper .layer3 img {
          height: 100%; } }
    @media (min-width: 992px) {
      .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper {
        height: 690px !important;
        margin-top: 35px; } }
    @media (max-width: 991px) {
      .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper {
        margin-top: 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper {
        max-width: 500px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper {
        max-width: 450px; } }
    @media (max-width: 595px) {
      .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper {
        max-width: 400px; } }
    .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer1 {
      width: calc(100% - 52px);
      left: 28px; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer1 {
          height: auto;
          left: 0;
          top: 0;
          right: 0;
          margin: auto; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer1 {
          max-width: 450px; } }
      @media (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer1 {
          max-width: 400px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer1 {
          max-width: 400px; } }
      @media (max-width: 480px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer1 {
          max-width: 400px; } }
    .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer2 {
      top: 65px;
      left: 0;
      width: calc(100% - 30px);
      z-index: 3;
      /*          @include tablet{
                      width: calc(100% - 130px);
                      top: 115px;
                      left: 17px;
                    }
                    @include phablet{
                      width: calc(100% - 153px);
                      top: 107px;
                      left: 21px;
                    }
                    @include phone{
                      width: calc(100% - 139px);
                      top: 60px;
                      left: 21px;
                    }
                    @include phone-down{
                      width: calc(100% - 139px);
                      top: 60px;
                      left: 21px;
                    }*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer2 {
          top: 30px; } }
      @media (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer2 {
          width: calc(100% - 30%);
          left: 15%;
          top: 10%; } }
    .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer3 {
      top: -24px;
      left: 131px;
      width: calc(100% - 326px);
      z-index: 2; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer3 {
          width: calc(100% - 260px);
          top: 0;
          left: 111px; } }
      @media (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer3 {
          height: 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer3 {
          width: calc(100% - 193px);
          top: 0px;
          left: 71px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer3 {
          width: calc(100% - 192px);
          top: 0px;
          left: 71px; } }
      @media (max-width: 480px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer3 {
          width: calc(100% - 174px);
          top: 0px;
          left: 71px; } }
      @media (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-seven .img-box .img-wrapper .layer3 img {
          height: 100%; } }
    @media (max-width: 991px) {
      .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper {
        margin-top: 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper {
        max-width: 500px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper {
        max-width: 450px; } }
    @media (max-width: 595px) {
      .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper {
        max-width: 400px; } }
    .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer1 {
      width: calc(100% - 81px);
      left: 46px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer1 {
          max-width: 500px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer1 {
          max-width: 450px; } }
    .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer2 {
      width: calc(100% + 29px);
      height: 273px;
      top: 157px;
      left: -14px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer2 {
          width: 100%;
          left: 0;
          height: 200px;
          top: calc(50% - 100px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer2 {
          width: 100%;
          left: 0;
          height: 200px;
          top: calc(50% - 100px); } }
      @media (max-width: 595px) {
        .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer2 {
          width: 100%;
          left: 0;
          height: 150px;
          top: calc(50% - 75px); } }
      .cb-refresh .infographic-refresh #tab-eight .img-box .img-wrapper .layer2 img {
        width: 100%;
        height: 100%; }
    .cb-refresh .infographic-refresh .text-box {
      width: 32%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding-left: 13px;
      padding-top: 100px; }
      @media (max-width: 991px) {
        .cb-refresh .infographic-refresh .text-box {
          width: 100%;
          display: block;
          padding-left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh .infographic-refresh .text-box {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        .cb-refresh .infographic-refresh .text-box {
          padding-top: 30px; } }
      .cb-refresh .infographic-refresh .text-box h5 {
        color: #000;
        padding-right: 28px;
        line-height: 1; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh .infographic-refresh .text-box h5 {
            padding-right: 0px; } }
        @media (max-width: 767px) {
          .cb-refresh .infographic-refresh .text-box h5 {
            padding-right: 0px; } }
      .cb-refresh .infographic-refresh .text-box p {
        color: #000;
        font-size: 1.125rem;
        margin-top: 15px;
        line-height: 1.35;
        letter-spacing: -0.01em;
        font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
        @media (max-width: 767px) {
          .cb-refresh .infographic-refresh .text-box p {
            font-size: 14px; } }
      .cb-refresh .infographic-refresh .text-box .list--hex {
        margin-top: 33px; }
        .cb-refresh .infographic-refresh .text-box .list--hex li {
          font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
          font-size: 16px;
          color: #000;
          padding-left: 32px;
          margin-top: 0;
          margin-bottom: 20px;
          line-height: 1.26; }
          .cb-refresh .infographic-refresh .text-box .list--hex li span {
            display: block;
            font-weight: 500; }
          @media (max-width: 767px) {
            .cb-refresh .infographic-refresh .text-box .list--hex li {
              font-size: 14px; } }
          .cb-refresh .infographic-refresh .text-box .list--hex li:before {
            width: 22px;
            height: 28px;
            left: 1px; }
  .cb-refresh .tabsets {
    width: 12%;
    background: #f7f7f8;
    padding: 102px 0 187px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh .tabsets {
        padding: 90px 0 90px; } }
    @media (max-width: 991px) {
      .cb-refresh .tabsets {
        width: 100%;
        display: block;
        padding: 0;
        background: transparent;
        max-width: 480px;
        margin: 0 auto 30px; } }
    .cb-refresh .tabsets .private-toggle {
      display: none; }
      @media (max-width: 991px) {
        .cb-refresh .tabsets .private-toggle {
          display: block;
          background: #f7f7f8;
          width: 100%;
          padding: 12px 15px;
          text-align: left;
          text-transform: uppercase;
          margin-bottom: 6px;
          position: relative;
          outline: none;
          cursor: pointer;
          z-index: 5; } }
      .cb-refresh .tabsets .private-toggle span.copytext {
        color: #000;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: -0.01em;
        font-size: 14px; }
      .cb-refresh .tabsets .private-toggle span.caret {
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        top: 50%;
        right: 18px;
        margin-top: -3px;
        border-bottom: 2px solid #fc6215;
        border-right: 2px solid #fc6215;
        -webkit-transform: rotate(45deg) translateY(-50%);
             -o-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 480px) {
          .cb-refresh .tabsets .private-toggle span.caret {
            top: 15px; } }
        .cb-refresh .tabsets .private-toggle span.caret.closeup {
          -webkit-transform: rotate(-133deg);
          -o-transform: rotate(-133deg);
          transform: rotate(-133deg); }
    .cb-refresh .tabsets ul {
      font-size: 0;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 991px) {
        .cb-refresh .tabsets ul {
          height: auto;
          position: absolute;
          width: 100%;
          z-index: 2;
          top: 40px;
          right: 0;
          min-height: inherit;
          left: 0;
          text-align: center;
          z-index: 14;
          display: none; } }
      .cb-refresh .tabsets ul li {
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .cb-refresh .tabsets ul li {
            background-color: #f7f7f8;
            margin: 0; } }
        .cb-refresh .tabsets ul li.active a:before, .cb-refresh .tabsets ul li:hover a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 5px;
          height: 100%;
          background-color: #fc6215; }
          @media (max-width: 991px) {
            .cb-refresh .tabsets ul li.active a:before, .cb-refresh .tabsets ul li:hover a:before {
              width: 3px; } }
        .cb-refresh .tabsets ul li a {
          font-size: 14px;
          color: #000;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          padding: 6px 20px 10px;
          font-weight: 400;
          line-height: 1.25;
          position: relative;
          display: block;
          width: 100%; }
          @media (max-width: 991px) {
            .cb-refresh .tabsets ul li a {
              padding: 10px 20px 10px;
              border-bottom: solid 1px #ebebeb; } }
  .cb-refresh .wave-wraper #predictive-security {
    height: 0;
    visibility: hidden !important; }
  .cb-refresh .wave-wraper > .video-with-content {
    margin-bottom: -20px; }
  .cb-refresh .wave-wraper > .cb-refresh-basic-heading,
  .cb-refresh .wave-wraper > .infographic-refresh {
    background: #f1f1f3 !important;
    clear: both;
    padding: 40px 0;
    z-index: 2; }
    .cb-refresh .wave-wraper > .cb-refresh-basic-heading .container, .cb-refresh .wave-wraper > .cb-refresh-basic-heading .sticky-links ul,
    .cb-refresh .wave-wraper > .infographic-refresh .container,
    .cb-refresh .wave-wraper > .infographic-refresh .sticky-links ul {
      z-index: 2; }
  .cb-refresh .wave-wraper > .cb-refresh-basic-heading .heading--basic {
    color: #2475d9; }
  .cb-refresh .wave-wraper > .cta {
    z-index: 2; }
  .cb-refresh .two-columns {
    width: 100%; }
    .cb-refresh .two-columns .wrapper {
      width: 100%; }
    .cb-refresh .two-columns .btn-white {
      border-color: #fff;
      background: transparent;
      color: #fff !important; }
    .cb-refresh .two-columns .btn-black {
      color: #000 !important; }
      .cb-refresh .two-columns .btn-black:hover {
        color: #fff !important; }
    .cb-refresh .two-columns .btn-blue {
      background: #2475d9;
      border-color: #2475d9; }
      .cb-refresh .two-columns .btn-blue:hover {
        background: #2196F3;
        border-color: #2196F3;
        color: #fff !important; }
    .cb-refresh .two-columns .two-third {
      width: 66.67%;
      display: inline-block;
      vertical-align: middle;
      padding-right: 20px;
      margin-left: -3px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .cb-refresh .two-columns .two-third {
          width: 100%;
          margin: 20px 0;
          padding-right: 0; } }
      .cb-refresh .two-columns .two-third p {
        margin-bottom: 20px; }
      .cb-refresh .two-columns .two-third .body p {
        font-size: 18px; }
        @media (max-width: 767px) {
          .cb-refresh .two-columns .two-third .body p {
            font-size: 16px; } }
        .cb-refresh .two-columns .two-third .body p:last-of-type {
          margin-bottom: 0; }
      .cb-refresh .two-columns .two-third .body + a {
        margin-top: 20px; }
      .cb-refresh .two-columns .two-third ul.list {
        margin: 30px 0; }
        .cb-refresh .two-columns .two-third ul.list.text-white li:before {
          color: #fff;
          background-image: url(/wp-content/themes/cb/refresh/dist/images/list_white.svg); }
      .cb-refresh .two-columns .two-third .row {
        margin: 20px 0;
        width: 100%;
        float: left; }
    .cb-refresh .two-columns .one-third {
      width: 33.33%;
      display: inline-block;
      vertical-align: middle;
      width: calc(33.33% - 30px);
      margin-left: -3px; }
      @media (max-width: 767px) {
        .cb-refresh .two-columns .one-third {
          width: 100%;
          margin: 0 auto;
          max-width: 350px;
          display: block; } }
      .cb-refresh .two-columns .one-third .row {
        margin-bottom: 20px;
        width: 100%;
        float: left; }
        .cb-refresh .two-columns .one-third .row:only-of-type, .cb-refresh .two-columns .one-third .row:last-of-type {
          margin-bottom: 0; }
      .cb-refresh .two-columns .one-third .statistics {
        color: #2475d9;
        text-align: center; }
        .cb-refresh .two-columns .one-third .statistics.text-black {
          color: #000; }
        .cb-refresh .two-columns .one-third .statistics.text-white {
          color: #fff; }
        .cb-refresh .two-columns .one-third .statistics p {
          font-size: 27px;
          line-height: 1.33; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh .two-columns .one-third .statistics p {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .cb-refresh .two-columns .one-third .statistics p {
              font-size: 22px; } }
        .cb-refresh .two-columns .one-third .statistics .stats-row {
          font-size: 0;
          font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
          font-weight: 700; }
          .cb-refresh .two-columns .one-third .statistics .stats-row span {
            font-size: 72px; }
            @media (min-width: 1281px) and (max-width: 1399px) {
              .cb-refresh .two-columns .one-third .statistics .stats-row span {
                font-size: 60px; } }
            @media (min-width: 1191px) and (max-width: 1280px) {
              .cb-refresh .two-columns .one-third .statistics .stats-row span {
                font-size: 46px; } }
            @media (min-width: 992px) and (max-width: 1190px) {
              .cb-refresh .two-columns .one-third .statistics .stats-row span {
                font-size: 36px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .cb-refresh .two-columns .one-third .statistics .stats-row span {
                font-size: 32px; } }
            @media (max-width: 767px) {
              .cb-refresh .two-columns .one-third .statistics .stats-row span {
                font-size: 50px; } }
      .cb-refresh .two-columns .one-third .video-img {
        width: 100%;
        position: relative; }
        .cb-refresh .two-columns .one-third .video-img img {
          width: 100%; }
        .cb-refresh .two-columns .one-third .video-img .icon-play {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .cb-refresh .two-columns .one-third .right-cta {
        width: 100%;
        position: relative;
        min-height: 150px; }
        .cb-refresh .two-columns .one-third .right-cta .cta-inner {
          padding: 0 20px; }
          .cb-refresh .two-columns .one-third .right-cta .cta-inner h4 + a {
            margin-top: 20px; }
          .cb-refresh .two-columns .one-third .right-cta .cta-inner h4 + p {
            margin-top: 5px; }
        .cb-refresh .two-columns .one-third .right-cta .text-white h4 {
          color: #fff;
          font-weight: 700; }
        .cb-refresh .two-columns .one-third .right-cta .text-white p {
          color: #fff; }
        .cb-refresh .two-columns .one-third .right-cta .text-orange h4 {
          color: #fc6215;
          font-weight: 700; }
        .cb-refresh .two-columns .one-third .right-cta .text-orange p {
          color: #fc6215; }
        .cb-refresh .two-columns .one-third .right-cta .text-blue h4 {
          color: #2475d9;
          font-weight: 700; }
        .cb-refresh .two-columns .one-third .right-cta .text-blue p {
          color: #2475d9; }
        .cb-refresh .two-columns .one-third .right-cta p {
          margin-bottom: 20px; }
      .cb-refresh .two-columns .one-third ul.list {
        margin: 0; }
        .cb-refresh .two-columns .one-third ul.list.text-white li:before {
          color: #fff;
          background-image: url(/wp-content/themes/cb/refresh/dist/images/list_white.svg); }
  .cb-refresh .text-blue {
    color: #2475d9; }
  .cb-refresh .tau-resources h2 {
    margin-bottom: 30px; }
  .cb-refresh .tau-resources .load-more {
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px; }

.ie-all .cb-refresh .logo-grid-partner.customer-grid .image > img {
  background-size: contain !important; }

.ie-all .cb-refresh .filter-tabs-partner .tabs li p:before {
  bottom: -15px; }

.cb-refresh-section {
  width: 100%;
  float: left;
  /*
   * Background Image.
   */
  /* * Vertical Align Middle.*/
  /*  style for WordPress version*/
  /*  fixed-nav css*/ }
  .cb-refresh-section.no-padding-top {
    padding-top: 0; }
  .cb-refresh-section .container, .cb-refresh-section .cb-refresh .wave-wraper .sticky-links ul, .cb-refresh .wave-wraper .sticky-links .cb-refresh-section ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1190px;
    position: relative; }
    .cb-refresh-section .container:after, .cb-refresh-section .cb-refresh .wave-wraper .sticky-links ul:after, .cb-refresh .wave-wraper .sticky-links .cb-refresh-section ul:after {
      content: "";
      clear: both;
      display: block; }
  .cb-refresh-section .cb-refresh-basic_heading .button-text,
  .cb-refresh-section .cb-refresh-body .button-text,
  .cb-refresh-section .cb-refresh-hero .button-text,
  .cb-refresh-section .cb-refresh-three_up_bullets .button-text,
  .cb-refresh-section .cb-refresh-cta .button-text,
  .cb-refresh-section .cb-refresh-product_benefit_statements .button-text,
  .cb-refresh-section .cb-refresh-text_image_two .button-text,
  .cb-refresh-section .cb-refresh-resources .button-text,
  .cb-refresh-section .cb-refresh-three_up_bullets .button-text {
    padding-bottom: 2px;
    margin-right: 22px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-align: inherit;
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-basic_heading .button-text,
      .cb-refresh-section .cb-refresh-body .button-text,
      .cb-refresh-section .cb-refresh-hero .button-text,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text,
      .cb-refresh-section .cb-refresh-cta .button-text,
      .cb-refresh-section .cb-refresh-product_benefit_statements .button-text,
      .cb-refresh-section .cb-refresh-text_image_two .button-text,
      .cb-refresh-section .cb-refresh-resources .button-text,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .cb-refresh-section .cb-refresh-basic_heading .button-text,
      .cb-refresh-section .cb-refresh-body .button-text,
      .cb-refresh-section .cb-refresh-hero .button-text,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text,
      .cb-refresh-section .cb-refresh-cta .button-text,
      .cb-refresh-section .cb-refresh-product_benefit_statements .button-text,
      .cb-refresh-section .cb-refresh-text_image_two .button-text,
      .cb-refresh-section .cb-refresh-resources .button-text,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text {
        font-size: 16px; } }
    @media (max-width: 595px) {
      .cb-refresh-section .cb-refresh-basic_heading .button-text,
      .cb-refresh-section .cb-refresh-body .button-text,
      .cb-refresh-section .cb-refresh-hero .button-text,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text,
      .cb-refresh-section .cb-refresh-cta .button-text,
      .cb-refresh-section .cb-refresh-product_benefit_statements .button-text,
      .cb-refresh-section .cb-refresh-text_image_two .button-text,
      .cb-refresh-section .cb-refresh-resources .button-text,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text {
        margin-right: 0; } }
    .cb-refresh-section .cb-refresh-basic_heading .button-text:before,
    .cb-refresh-section .cb-refresh-body .button-text:before,
    .cb-refresh-section .cb-refresh-hero .button-text:before,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:before,
    .cb-refresh-section .cb-refresh-cta .button-text:before,
    .cb-refresh-section .cb-refresh-product_benefit_statements .button-text:before,
    .cb-refresh-section .cb-refresh-text_image_two .button-text:before,
    .cb-refresh-section .cb-refresh-resources .button-text:before,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:before {
      width: 100%;
      background: #fc6215;
      left: 0;
      bottom: -5px;
      height: 2px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .cb-refresh-section .cb-refresh-basic_heading .button-text:after,
    .cb-refresh-section .cb-refresh-body .button-text:after,
    .cb-refresh-section .cb-refresh-hero .button-text:after,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:after,
    .cb-refresh-section .cb-refresh-cta .button-text:after,
    .cb-refresh-section .cb-refresh-product_benefit_statements .button-text:after,
    .cb-refresh-section .cb-refresh-text_image_two .button-text:after,
    .cb-refresh-section .cb-refresh-resources .button-text:after,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:after {
      display: none;
      background: none; }
    .cb-refresh-section .cb-refresh-basic_heading .button-text:hover:before,
    .cb-refresh-section .cb-refresh-body .button-text:hover:before,
    .cb-refresh-section .cb-refresh-hero .button-text:hover:before,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:hover:before,
    .cb-refresh-section .cb-refresh-cta .button-text:hover:before,
    .cb-refresh-section .cb-refresh-product_benefit_statements .button-text:hover:before,
    .cb-refresh-section .cb-refresh-text_image_two .button-text:hover:before,
    .cb-refresh-section .cb-refresh-resources .button-text:hover:before,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:hover:before {
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0); }
    .cb-refresh-section .cb-refresh-basic_heading .button-text span,
    .cb-refresh-section .cb-refresh-body .button-text span,
    .cb-refresh-section .cb-refresh-hero .button-text span,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text span,
    .cb-refresh-section .cb-refresh-cta .button-text span,
    .cb-refresh-section .cb-refresh-product_benefit_statements .button-text span,
    .cb-refresh-section .cb-refresh-text_image_two .button-text span,
    .cb-refresh-section .cb-refresh-resources .button-text span,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text span {
      display: inline; }
      .cb-refresh-section .cb-refresh-basic_heading .button-text span:before,
      .cb-refresh-section .cb-refresh-body .button-text span:before,
      .cb-refresh-section .cb-refresh-hero .button-text span:before,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text span:before,
      .cb-refresh-section .cb-refresh-cta .button-text span:before,
      .cb-refresh-section .cb-refresh-product_benefit_statements .button-text span:before,
      .cb-refresh-section .cb-refresh-text_image_two .button-text span:before,
      .cb-refresh-section .cb-refresh-resources .button-text span:before,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text span:before {
        background: none;
        display: none; }
      .cb-refresh-section .cb-refresh-basic_heading .button-text span:after,
      .cb-refresh-section .cb-refresh-body .button-text span:after,
      .cb-refresh-section .cb-refresh-hero .button-text span:after,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text span:after,
      .cb-refresh-section .cb-refresh-cta .button-text span:after,
      .cb-refresh-section .cb-refresh-product_benefit_statements .button-text span:after,
      .cb-refresh-section .cb-refresh-text_image_two .button-text span:after,
      .cb-refresh-section .cb-refresh-resources .button-text span:after,
      .cb-refresh-section .cb-refresh-three_up_bullets .button-text span:after {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.34%209.04%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M10.76%204.52h-10%22%20stroke-linecap%3D%22square%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.26%208.5l4.02-3.96-4-4%22%2F%3E%0A%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        width: 18px;
        height: 10px;
        right: -34px;
        top: inherit;
        bottom: 1px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .cb-refresh-section .cb-refresh-basic_heading .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-body .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-hero .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-cta .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-product_benefit_statements .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-text_image_two .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-resources .button-text:hover span:after,
    .cb-refresh-section .cb-refresh-three_up_bullets .button-text:hover span:after {
      -webkit-transform: translate3d(4px, 0, 0);
              transform: translate3d(4px, 0, 0); }
  .cb-refresh-section .bg-img {
    overflow: hidden; }
  .cb-refresh-section .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .cb-refresh-section .v-middle-inner {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%; }
  .cb-refresh-section .v-middle,
  .cb-refresh-section .v-top,
  .cb-refresh-section .v-bottom {
    display: table-cell;
    vertical-align: middle; }
  .cb-refresh-section .v-top {
    vertical-align: top; }
  .cb-refresh-section .v-bottom {
    vertical-align: bottom; }
  .cb-refresh-section .container:after, .cb-refresh-section .cb-refresh .wave-wraper .sticky-links ul:after, .cb-refresh .wave-wraper .sticky-links .cb-refresh-section ul:after,
  .cb-refresh-section section:after,
  .cb-refresh-section .wrapper:after,
  .cb-refresh-section .column-wrapper:after,
  .cb-refresh-section .grid-wrapper:after,
  .cb-refresh-section .two-third:after,
  .cb-refresh-section .content-wrapper:after,
  .cb-refresh-section .v-middle-wrapper:after {
    content: "";
    clear: both;
    display: block; }
  .cb-refresh-section .two-col {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .cb-refresh-section .two-col {
        width: 100%; } }
  .cb-refresh-section .right {
    float: right; }
  .cb-refresh-section .three-col {
    width: 33.33%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .cb-refresh-section .three-col {
        width: 100%; } }
  .cb-refresh-section .column-with-icon {
    background-color: inherit;
    padding: inherit; }
    .cb-refresh-section .column-with-icon .column-wrapper {
      margin-top: 0px;
      margin-bottom: 0; }
  .cb-refresh-section .content-with-table {
    background: none; }
    .cb-refresh-section .content-with-table:after {
      display: none; }
    .cb-refresh-section .content-with-table .hex-image {
      position: absolute;
      left: 0;
      bottom: -80px;
      z-index: -1; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh-section .content-with-table .hex-image {
          left: -10%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .content-with-table .hex-image {
          left: -25%; } }
      @media (max-width: 767px) {
        .cb-refresh-section .content-with-table .hex-image {
          left: -30%; } }
  .cb-refresh-section .cta {
    padding: 0;
    background: none; }
    .cb-refresh-section .cta:after {
      display: none; }
    .cb-refresh-section .cta .two-col h4 {
      margin-bottom: 34px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .cta .two-col h4 {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .cb-refresh-section .cta .two-col h4 {
          margin-bottom: 15px; } }
    .cb-refresh-section .cta .two-col .content {
      margin: 0; }
  .cb-refresh-section .content-with-image {
    background-color: transparent;
    background-image: none; }
  .cb-refresh-section .latest-resource {
    padding: 0;
    background: none; }
    .cb-refresh-section .latest-resource .wrapper {
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); }
    .cb-refresh-section .latest-resource .left-block.three-col {
      width: 33.33%;
      margin: 0;
      margin-bottom: 30px;
      padding: 0 15px; }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh-section .latest-resource .left-block.three-col {
          width: 50%; } }
      @media (max-width: 595px) {
        .cb-refresh-section .latest-resource .left-block.three-col {
          width: 100%; } }
      .cb-refresh-section .latest-resource .left-block.three-col .two-col {
        width: 100%;
        padding: 0;
        margin: 0; }
        .cb-refresh-section .latest-resource .left-block.three-col .two-col a {
          height: 100%; }
    .cb-refresh-section .latest-resource .right-block {
      padding: 0 15px;
      width: 33.33%;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .cb-refresh-section .latest-resource .right-block {
          width: 100%; } }
  .cb-refresh-section .footer-cta {
    background: none;
    padding: 0px 0 30px 0;
    z-index: 1; }
    .cb-refresh-section .footer-cta .content-image {
      min-height: 530px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh-section .footer-cta .content-image {
          min-height: 450px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .footer-cta .content-image {
          min-height: 370px; } }
      @media (max-width: 767px) {
        .cb-refresh-section .footer-cta .content-image {
          min-height: 300px; } }
    .cb-refresh-section .footer-cta .float-img {
      top: 74px; }
  .cb-refresh-section#sticky-nav {
    z-index: 11; }
  .cb-refresh-section .cb-refresh-product_benefit_statements .statement h3 {
    font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0.001em; }
  .cb-refresh-section .cb-refresh-product_benefit_statements .statement > p {
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
    margin-top: 21px;
    line-height: 1.3;
    color: #000; }
    @media (min-width: 1024px) {
      .cb-refresh-section .cb-refresh-product_benefit_statements .statement > p {
        max-width: 400px; } }
    @media (max-width: 1024px) {
      .cb-refresh-section .cb-refresh-product_benefit_statements .statement > p {
        max-width: 340px; } }
    @media (max-width: 639px) {
      .cb-refresh-section .cb-refresh-product_benefit_statements .statement > p {
        text-align: center;
        max-width: 100%; } }
  .cb-refresh-section .cb-refresh-product_benefit_statements .statement ul {
    font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif; }
    .cb-refresh-section .cb-refresh-product_benefit_statements .statement ul li {
      font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
      margin: 19px 0;
      line-height: 1.3;
      color: #000; }
  .cb-refresh-section .cb-refresh-resources h2 {
    color: #2475d9;
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 1; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .cb-refresh-resources h2 {
        font-size: 42px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-resources h2 {
        font-size: 38px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh-section .cb-refresh-resources h2 {
        font-size: 36px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh-section .cb-refresh-resources h2 {
        font-size: 32px; } }
    @media (max-width: 480px) {
      .cb-refresh-section .cb-refresh-resources h2 {
        font-size: 28px; } }
  .cb-refresh-section .cb-refresh-resources .column-wrapper {
    position: relative;
    z-index: 2;
    width: calc(100% + 30px);
    margin-left: -15px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .cb-refresh-resources .column-wrapper {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-resources .column-wrapper {
        width: calc(100% + 10px);
        margin-left: -5px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh-section .cb-refresh-resources .column-wrapper {
        font-size: 0;
        text-align: center;
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (max-width: 595px) {
      .cb-refresh-section .cb-refresh-resources .column-wrapper {
        width: 100%;
        margin: 0 auto; } }
    .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col {
      float: left;
      position: relative;
      width: calc(33.33% - 30px);
      margin: 0 15px;
      background-color: #fff; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col:after {
        content: '';
        display: block;
        clear: both; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col {
          width: calc(33.33% - 20px);
          margin: 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col {
          width: calc(33.33% - 10px);
          margin: 0 5px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col {
          display: inline-block;
          float: none;
          vertical-align: top;
          width: calc(50% - 20px);
          margin: 10px; } }
      @media (max-width: 595px) {
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col {
          width: 100%;
          margin: 0;
          margin-bottom: 10px; } }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col a {
        display: block;
        height: 100%; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .image {
        width: 100%;
        position: relative;
        max-height: 209px;
        overflow: hidden; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .image {
            max-height: 158px; } }
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .image img {
          width: 100%;
          -webkit-transition: all .6s ease-in-out;
          -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out; }
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .image:before {
          content: '';
          position: absolute;
          top: 1px;
          bottom: 0;
          height: 100%;
          width: 100%;
          mix-blend-mode: hard-light;
          background: #247ae2;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .no-image {
        border-top: 5px solid #2475d9;
        padding-bottom: 40px; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .label {
        position: absolute;
        margin-left: 19px;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        left: 0;
        top: 17px;
        width: auto;
        height: 25px;
        padding: 4px 21px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .content-wrapper {
        padding: 22px 22px 19px 18px; }
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .content-wrapper p {
          font-size: 14px;
          color: #000;
          padding-top: 8px;
          line-height: 1.3; }
        .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col .content-wrapper h6 {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 9px;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col:hover .image:before {
        opacity: 0;
        background: transparent; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col:hover .label {
        background-color: #2475d9;
        color: #fff; }
      .cb-refresh-section .cb-refresh-resources .column-wrapper .three-col:hover h6 {
        color: #2475d9; }
  .cb-refresh-section .cb-refresh-resources .container:after, .cb-refresh-section .cb-refresh-resources .cb-refresh .wave-wraper .sticky-links ul:after, .cb-refresh .wave-wraper .sticky-links .cb-refresh-section .cb-refresh-resources ul:after,
  .cb-refresh-section .cb-refresh-resources .column-wrapper:after,
  .cb-refresh-section .cb-refresh-resources .content-wrapper:after {
    content: "";
    clear: both;
    display: block; }
  .cb-refresh-section .cb-refresh-section .cb-refresh-resources .no-image {
    border-top: 5px solid #2475d9;
    padding-bottom: 40px; }
  .cb-refresh-section .text-white,
  .cb-refresh-section .text-white p {
    color: #fff; }
  .cb-refresh-section .text-black,
  .cb-refresh-section .text-black p {
    color: #000; }
  .cb-refresh-section .text-align-left,
  .cb-refresh-section .text-align-left p {
    text-align: left; }
  .cb-refresh-section .text-align-center,
  .cb-refresh-section .text-align-center p {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .cb-refresh-section .cb-refresh-body p {
    font-size: 18px;
    line-height: 1.38;
    margin-bottom: 30px;
    max-width: 700px; }
    @media (max-width: 767px) {
      .cb-refresh-section .cb-refresh-body p {
        font-size: 16px; } }
    .cb-refresh-section .cb-refresh-body p:last-child {
      margin-bottom: 0; }
  .cb-refresh-section .cb-refresh-body .text-width-narrow p {
    max-width: 500px; }
  .cb-refresh-section .cb-refresh-cta {
    /*  width: 100%;
  float: left;*/ }
    
    .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-black, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-black,
    .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-blue, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-blue, .cb-refresh-section .cb-refresh-cta .btn-default,
    .cb-refresh-section .cb-refresh-cta .btn-white-blue,
    .cb-refresh-section .cb-refresh-cta .btn-transparent-black,
    .cb-refresh-section .cb-refresh-cta .btn-transparent,
    .cb-refresh-section .cb-refresh-cta .btn-orange,
    .cb-refresh-section .cb-refresh-cta .btn-white {
      font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px !important;
      font-weight: 700;
      display: inline-block;
      background: #000;
      color: #fff !important;
      letter-spacing: .020em;
      padding: 12px 25px;
      cursor: pointer;
      border: 2px solid #000;
      position: relative;
      min-width: 155px;
      text-align: center;
      line-height: 1.75; }
      @media (min-width: 768px) and (max-width: 991px) {
        
        .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-black, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-black,
        .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-blue, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-blue, .cb-refresh-section .cb-refresh-cta .btn-default,
        .cb-refresh-section .cb-refresh-cta .btn-white-blue,
        .cb-refresh-section .cb-refresh-cta .btn-transparent-black,
        .cb-refresh-section .cb-refresh-cta .btn-transparent,
        .cb-refresh-section .cb-refresh-cta .btn-orange,
        .cb-refresh-section .cb-refresh-cta .btn-white {
          padding: 10px 20px; } }
      @media (max-width: 767px) {
        
        .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-black, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-black,
        .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-blue, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-blue, .cb-refresh-section .cb-refresh-cta .btn-default,
        .cb-refresh-section .cb-refresh-cta .btn-white-blue,
        .cb-refresh-section .cb-refresh-cta .btn-transparent-black,
        .cb-refresh-section .cb-refresh-cta .btn-transparent,
        .cb-refresh-section .cb-refresh-cta .btn-orange,
        .cb-refresh-section .cb-refresh-cta .btn-white {
          padding: 10px 20px;
          font-size: 14px !important;
          min-width: inherit; } }
      .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-black span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-black span, .cb-refresh-section .cb-refresh-cta .cb-refresh .btn-blue span, .cb-refresh .cb-refresh-section .cb-refresh-cta .btn-blue span, .cb-refresh-section .cb-refresh-cta .btn-default span, .cb-refresh-section .cb-refresh-cta .btn-white-blue span, .cb-refresh-section .cb-refresh-cta .btn-transparent-black span, .cb-refresh-section .cb-refresh-cta .btn-transparent span, .cb-refresh-section .cb-refresh-cta .btn-orange span, .cb-refresh-section .cb-refresh-cta .btn-white span {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .cb-refresh-section .cb-refresh-cta .btn-transparent-black {
      background: transparent;
      color: #000 !important;
      border: 2px solid #000; }
      .cb-refresh-section .cb-refresh-cta .btn-transparent-black:hover {
        background: rgba(0, 0, 0, 0.85);
        border-color: #000;
        color: #fff !important; }
    .cb-refresh-section .cb-refresh-cta .btn-transparent {
      background: transparent;
      border-color: #fff; }
      .cb-refresh-section .cb-refresh-cta .btn-transparent:hover {
        background: rgba(255, 255, 255, 0.85);
        border-color: #fff;
        color: #000 !important; }
    .cb-refresh-section .cb-refresh-cta .btn-white {
      background: #fff;
      border-color: #fff;
      color: #fc6215 !important; }
    .cb-refresh-section .cb-refresh-cta .btn-orange {
      background: #fc6215;
      border-color: #fc6215; }
      .cb-refresh-section .cb-refresh-cta .btn-orange:hover {
        background: #f68b2a;
        border-color: #f68b2a; }
    .cb-refresh-section .cb-refresh-cta .link {
      position: relative;
      display: inline-block;
      color: #fc6215 !important;
      font-size: 1.125rem;
      line-height: 1.33;
      font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 700;
      -webkit-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      .cb-refresh-section .cb-refresh-cta .link:after {
        content: '›';
        display: inline-block;
        position: absolute;
        right: auto;
        bottom: 0;
        padding-left: 5px; }
      .cb-refresh-section .cb-refresh-cta .link:hover, .cb-refresh-section .cb-refresh-cta .link:focus {
        color: #f68b2a !important; }
  .cb-refresh-section .cb-refresh-text-image-two {
    width: 100%;
    float: left; }
    .cb-refresh-section .cb-refresh-text-image-two .column-wrapper:after {
      content: "";
      clear: both;
      display: block; }
    .cb-refresh-section .cb-refresh-text-image-two .two-col {
      width: 50%;
      float: left;
      position: relative; }
      @media (max-width: 767px) {
        .cb-refresh-section .cb-refresh-text-image-two .two-col {
          width: 100%; } }
    .cb-refresh-section .cb-refresh-text-image-two .content-image img {
      width: 100%; }
    .cb-refresh-section .cb-refresh-text-image-two .content-text {
      padding-left: 30px;
      padding-right: 35px;
      margin-top: 40px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .cb-refresh-text-image-two .content-text {
          margin-top: 15px; } }
      @media (max-width: 767px) {
        .cb-refresh-section .cb-refresh-text-image-two .content-text {
          padding: 0; } }
      .cb-refresh-section .cb-refresh-text-image-two .content-text h3 {
        line-height: 1;
        font-weight: 700;
        margin-bottom: 25px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh-section .cb-refresh-text-image-two .content-text h3 {
            margin-bottom: 15px; } }
      .cb-refresh-section .cb-refresh-text-image-two .content-text p {
        color: #000;
        font-weight: 400;
        margin-bottom: 15px; }
      .cb-refresh-section .cb-refresh-text-image-two .content-text .button {
        text-align: left; }
    .cb-refresh-section .cb-refresh-text-image-two .right .content-image {
      float: right; }
    .cb-refresh-section .cb-refresh-text-image-two .right .content-text {
      text-align: right; }
      @media (max-width: 767px) {
        .cb-refresh-section .cb-refresh-text-image-two .right .content-text {
          text-align: left; } }
    .cb-refresh-section .cb-refresh-text-image-two .button-text {
      padding-bottom: 2px;
      margin-right: 22px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .cb-refresh-section .cb-refresh-text-image-two .button-text:before {
        width: 100%;
        background: #fc6215;
        left: 0;
        bottom: -5px;
        height: 2px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .cb-refresh-section .cb-refresh-text-image-two .button-text:after {
        display: none;
        background: none; }
      .cb-refresh-section .cb-refresh-text-image-two .button-text:hover:before {
        -webkit-transform: translate3d(0, 1px, 0);
                transform: translate3d(0, 1px, 0); }
      .cb-refresh-section .cb-refresh-text-image-two .button-text span {
        display: inline; }
        .cb-refresh-section .cb-refresh-text-image-two .button-text span:before {
          background: none;
          display: none; }
        .cb-refresh-section .cb-refresh-text-image-two .button-text span:after {
          content: '';
          position: absolute;
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.34%209.04%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M10.76%204.52h-10%22%20stroke-linecap%3D%22square%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f76228%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.26%208.5l4.02-3.96-4-4%22%2F%3E%0A%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          width: 18px;
          height: 10px;
          right: -34px;
          top: inherit;
          bottom: 1px;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
      .cb-refresh-section .cb-refresh-text-image-two .button-text:hover span:after {
        -webkit-transform: translate3d(4px, 0, 0);
                transform: translate3d(4px, 0, 0); }
  .cb-refresh-section .cb-refresh-basic-heading .heading--basic {
    line-height: 1;
    max-width: 890px;
    margin-bottom: 25px;
    font-size: 3rem; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .cb-refresh-basic-heading .heading--basic {
        font-size: 42px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-basic-heading .heading--basic {
        font-size: 38px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh-section .cb-refresh-basic-heading .heading--basic {
        font-size: 36px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh-section .cb-refresh-basic-heading .heading--basic {
        font-size: 32px; } }
    @media (max-width: 480px) {
      .cb-refresh-section .cb-refresh-basic-heading .heading--basic {
        font-size: 28px; } }
    .cb-refresh-section .cb-refresh-basic-heading .heading--basic + p {
      color: #000;
      margin-bottom: 30px;
      font-size: 18px;
      line-height: 1.38;
      max-width: 700px; }
      @media (max-width: 767px) {
        .cb-refresh-section .cb-refresh-basic-heading .heading--basic + p {
          font-size: 16px; } }
  .cb-refresh-section .cb-refresh-basic-heading h3.heading--basic {
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .cb-refresh-basic-heading h3.heading--basic {
        font-size: 26px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-basic-heading h3.heading--basic {
        font-size: 24px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh-section .cb-refresh-basic-heading h3.heading--basic {
        font-size: 22px; } }
    @media (max-width: 595px) {
      .cb-refresh-section .cb-refresh-basic-heading h3.heading--basic {
        font-size: 20px; } }
  .cb-refresh-section .cb-refresh-basic-heading p.kicker {
    color: #6e6f72;
    line-height: 1.125;
    font-weight: 500;
    font-family: "Metropolis", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 0; }
    .cb-refresh-section .cb-refresh-basic-heading p.kicker + .heading--basic {
      margin-top: 25px; }
  .cb-refresh-section .cb-refresh-basic-heading .text-align-center .heading--basic {
    margin-left: auto;
    margin-right: auto; }
  .cb-refresh-section .cb-refresh-basic-heading .text-blue .heading--basic {
    color: #2475d9; }
  .cb-refresh-section .cb-refresh-basic-heading .text-black .heading--basic {
    color: #000; }
    .cb-refresh-section .cb-refresh-basic-heading .text-black .heading--basic + p {
      color: #000; }
  .cb-refresh-section .cb-refresh-basic-heading .text-white .heading--basic {
    color: #fff; }
    .cb-refresh-section .cb-refresh-basic-heading .text-white .heading--basic + p {
      color: #fff; }
  .cb-refresh-section .cb-refresh-basic-heading .text-white p.kicker {
    color: #fff; }
  .cb-refresh-section .cb-refresh-three_up_bullets {
    margin-bottom: 30px; }
    .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper {
      float: left;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
      @media (max-width: 767px) {
        .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper {
          width: 100%;
          margin: 0; } }
      .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col {
        width: calc(33.33% - 30px);
        margin: 0px 15px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        @media (min-width: 992px) and (max-width: 1190px) {
          .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col {
            width: calc(33.33% - 20px);
            margin: 0 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col {
            width: calc(33.33% - 10px);
            margin: 0 5px; } }
        @media (max-width: 767px) {
          .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col {
            width: 100%;
            margin: 10px 0; } }
        .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col .col-inner {
          width: 100%;
          padding: 27px 26px 17px 30px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col .col-inner {
              padding: 27px 20px 17px 20px; } }
          @media (max-width: 767px) {
            .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col .col-inner {
              padding: 30px 20px; } }
          .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col .col-inner h5 {
            color: #6e6f72;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col .col-inner p {
            font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
            line-height: 1.17;
            margin: 20px 0 15px;
            font-size: 16px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col:hover h5 {
          color: #fff; }
        .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper .three-col:hover p {
          color: #fff; }
      .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper.bg-gray .three-col {
        background-color: #f2f2f2; }
      .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper.bg-white .three-col {
        background-color: #fff; }
      .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper.hover-bg-blue .three-col:hover {
        background-color: #2475d9; }
      .cb-refresh-section .cb-refresh-three_up_bullets .column-wrapper.hover-bg-orange .three-col:hover {
        background-color: #fc6215; }
  .cb-refresh-section .cb-refresh-hero h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 0.875;
    letter-spacing: -0.01em;
    text-transform: uppercase; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .cb-refresh-hero h1 {
        font-size: 62px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-hero h1 {
        font-size: 52px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .cb-refresh-section .cb-refresh-hero h1 {
        font-size: 42px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .cb-refresh-section .cb-refresh-hero h1 {
        font-size: 32px; } }
    @media (max-width: 480px) {
      .cb-refresh-section .cb-refresh-hero h1 {
        font-size: 28px; } }
    .cb-refresh-section .cb-refresh-hero h1 span {
      display: block;
      font-size: 57px;
      color: #00d2ff;
      margin-top: 10px; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh-section .cb-refresh-hero h1 span {
          font-size: 47px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .cb-refresh-hero h1 span {
          font-size: 37px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh-section .cb-refresh-hero h1 span {
          font-size: 32px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        .cb-refresh-section .cb-refresh-hero h1 span {
          font-size: 28px; } }
      @media (max-width: 480px) {
        .cb-refresh-section .cb-refresh-hero h1 span {
          font-size: 24px;
          margin-top: 5px; } }
  .cb-refresh-section .cb-refresh-hero h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px; }
  .cb-refresh-section .cb-refresh-hero p {
    color: #fff;
    font-size: 18px;
    line-height: 1.33; }
    @media (max-width: 767px) {
      .cb-refresh-section .cb-refresh-hero p {
        font-size: 16px; } }
  .cb-refresh-section .cb-refresh-hero .bg-img img {
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .cb-refresh-section .cb-refresh-hero .large {
    height: 810px;
    max-height: 810px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .cb-refresh-hero .large {
        height: 650px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-hero .large {
        height: 600px; } }
    @media (max-width: 767px) {
      .cb-refresh-section .cb-refresh-hero .large {
        height: 500px; } }
  .cb-refresh-section .cb-refresh-hero .medium {
    height: 710px;
    max-height: 710px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .cb-refresh-hero .medium {
        height: 550px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .cb-refresh-hero .medium {
        height: 500px; } }
    @media (max-width: 767px) {
      .cb-refresh-section .cb-refresh-hero .medium {
        height: 450px; } }
  .cb-refresh-section .cb-refresh-hero .small {
    height: 290px; }
    @media (max-width: 767px) {
      .cb-refresh-section .cb-refresh-hero .small {
        height: 264px; } }
  .cb-refresh-section .cb-refresh-hero .cb-refresh-cta {
    display: inline-block;
    margin: 27px 35px 0 0; }
    @media (max-width: 595px) {
      .cb-refresh-section .cb-refresh-hero .cb-refresh-cta {
        margin: 5px 0;
        width: 100%; } }
    .cb-refresh-section .cb-refresh-hero .cb-refresh-cta .button-text {
      color: #fff;
      margin: 0;
      font-weight: 700; }
  .cb-refresh-section .cb-refresh-hero .content-wrapper {
    margin-top: 150px; }
    @media (max-width: 595px) {
      .cb-refresh-section .cb-refresh-hero .content-wrapper {
        margin-top: 160px; } }
  .cb-refresh-section .icon-and-text .col-wrap-top {
    width: 100%;
    position: relative; }
    .cb-refresh-section .icon-and-text .col-wrap-top .col-wrap {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px);
      float: left; }
      @media (max-width: 595px) {
        .cb-refresh-section .icon-and-text .col-wrap-top .col-wrap {
          width: 100%;
          margin: 0; } }
    .cb-refresh-section .icon-and-text .col-wrap-top .three-col {
      padding: 0 20px;
      margin-bottom: 20px; }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh-section .icon-and-text .col-wrap-top .three-col {
          width: 33.33%; } }
      @media (max-width: 595px) {
        .cb-refresh-section .icon-and-text .col-wrap-top .three-col {
          padding: 0; } }
      .cb-refresh-section .icon-and-text .col-wrap-top .three-col .icon-wrap {
        width: 67px;
        height: 78px;
        margin: 0px 0px 19px 0px; }
        .cb-refresh-section .icon-and-text .col-wrap-top .three-col .icon-wrap img {
          width: 100%;
          height: 100%; }
      .cb-refresh-section .icon-and-text .col-wrap-top .three-col .head {
        margin: 0px; }
      .cb-refresh-section .icon-and-text .col-wrap-top .three-col .sub-head {
        font-weight: 400;
        color: #6e6f72;
        font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
        margin: 1px 0 7px;
        line-height: 1; }
      .cb-refresh-section .icon-and-text .col-wrap-top .three-col p {
        color: #000;
        line-height: 1.3;
        padding-right: 30px; }
        @media (max-width: 595px) {
          .cb-refresh-section .icon-and-text .col-wrap-top .three-col p {
            padding: 0; } }
      .cb-refresh-section .icon-and-text .col-wrap-top .three-col .button-text {
        text-transform: capitalize;
        margin-bottom: 0; }
  .cb-refresh-section .three-up-images .col-wrap {
    float: left;
    width: calc(100% + 30px);
    margin: 0px 0px 0px -15px; }
    @media (min-width: 992px) and (max-width: 1190px) {
      .cb-refresh-section .three-up-images .col-wrap {
        width: calc(100% + 20px);
        margin: 0px 0px 0px -10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cb-refresh-section .three-up-images .col-wrap {
        width: calc(100% + 10px);
        margin: 0px 0px 0px -5px; } }
    @media (max-width: 767px) {
      .cb-refresh-section .three-up-images .col-wrap {
        width: 100%;
        margin: 0; } }
    .cb-refresh-section .three-up-images .col-wrap .three-col {
      width: calc(33.33% - 30px);
      margin: 0px 15px 30px;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      @media (min-width: 992px) and (max-width: 1190px) {
        .cb-refresh-section .three-up-images .col-wrap .three-col {
          width: calc(33.33% - 20px);
          margin: 0 10px 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cb-refresh-section .three-up-images .col-wrap .three-col {
          width: calc(33.33% - 10px);
          margin: 0 5px 10px; } }
      @media (max-width: 767px) {
        .cb-refresh-section .three-up-images .col-wrap .three-col {
          width: 100%;
          margin: 10px 0; } }
      .cb-refresh-section .three-up-images .col-wrap .three-col a {
        width: 100%;
        height: 100%; }
      .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner {
        width: 100%;
        padding: 27px 26px 17px 30px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner {
            padding: 27px 20px 17px 20px; } }
        @media (max-width: 767px) {
          .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner {
            padding: 30px 20px; } }
        .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap {
          width: 100%;
          float: left;
          height: 65px; }
          .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon {
            display: block;
            width: 45%;
            height: 100%;
            float: left;
            position: relative; }
            .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon .logo {
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transition: opacity 0.3s ease-in-out;
              -o-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
              .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon .logo img {
                max-height: 45px;
                width: auto; }
            .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon .hover-logo {
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              -webkit-transition: opacity .3s ease-in-out;
              -o-transition: opacity .3s ease-in-out;
              transition: opacity .3s ease-in-out; }
              .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon .hover-logo img {
                max-height: 45px;
                width: auto; }
            .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon:nth-child(even) {
              float: right; }
              .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon:nth-child(even) .logo {
                left: inherit;
                right: 0; }
              .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .icon-wrap .icon:nth-child(even) .hover-logo {
                left: inherit;
                right: 0; }
        .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner p {
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          line-height: 1.17;
          padding: 20px 0 15px;
          font-size: 16px;
          color: #000;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .learn-more {
          text-transform: capitalize;
          position: relative;
          bottom: 0px;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
          font-weight: 500; }
          .cb-refresh-section .three-up-images .col-wrap .three-col .col-inner .learn-more:after {
            content: '›';
            display: inline-block;
            position: absolute;
            right: auto;
            bottom: -2px;
            padding-left: 5px; }
      .cb-refresh-section .three-up-images .col-wrap .three-col:hover p {
        color: #fff; }
      .cb-refresh-section .three-up-images .col-wrap .three-col:hover .learn-more {
        color: #fff; }
      .cb-refresh-section .three-up-images .col-wrap .three-col:hover .icon-wrap .icon .logo {
        opacity: 0; }
      .cb-refresh-section .three-up-images .col-wrap .three-col:hover .icon-wrap .icon .hover-logo {
        opacity: 1; }
    .cb-refresh-section .three-up-images .col-wrap .bg-gray {
      background: #f2f2f2; }
    .cb-refresh-section .three-up-images .col-wrap .bg-white {
      background-color: #fff; }
    .cb-refresh-section .three-up-images .col-wrap .hover-bg-blue:hover {
      background-color: #2475d9; }
    .cb-refresh-section .three-up-images .col-wrap .hover-bg-orange:hover {
      background-color: #fc6215; }
  .cb-refresh-section .three-up-images:after {
    content: "";
    clear: both;
    display: block; }
  .cb-refresh-section .dynamic-content {
    background: transparent;
    padding: 0; }
    .cb-refresh-section .dynamic-content .column-wrapper.two-third {
      width: 70%;
      float: left; }
      @media (min-width: 596px) and (max-width: 767px) {
        .cb-refresh-section .dynamic-content .column-wrapper.two-third {
          width: calc(100% + 20px); } }
      @media (max-width: 595px) {
        .cb-refresh-section .dynamic-content .column-wrapper.two-third {
          width: 100%; } }
      .cb-refresh-section .dynamic-content .column-wrapper.two-third .three-col {
        width: calc(50% - 20px); }
        @media (min-width: 596px) and (max-width: 767px) {
          .cb-refresh-section .dynamic-content .column-wrapper.two-third .three-col {
            display: inline-block;
            float: none;
            vertical-align: top;
            width: calc(50% - 20px);
            margin: 10px 5px; } }
        @media (max-width: 595px) {
          .cb-refresh-section .dynamic-content .column-wrapper.two-third .three-col {
            width: 100%;
            margin: 0px auto 30px; } }
    .cb-refresh-section .dynamic-content .column-wrapper .three-col {
      margin-bottom: 30px;
      max-width: 363px;
      /*      &.hide{
        .image{
          img{
            opacity: 1;
            @include transition(opacity,0.3s,ease);
          }
          img[data-src] {
            opacity: 0;
          }
        }
      }*/ }
      @media (max-width: 767px) {
        .cb-refresh-section .dynamic-content .column-wrapper .three-col {
          max-width: 100%; } }
      .cb-refresh-section .dynamic-content .column-wrapper .three-col .col-inner {
        min-height: 380px; }
      .cb-refresh-section .dynamic-content .column-wrapper .three-col .taxonomy {
        position: absolute;
        right: 0;
        top: 5px;
        background: #fc6215;
        color: #fff;
        padding: 3px 15px;
        text-align: center;
        font-size: 12px;
        font-weight: 700; }
      .cb-refresh-section .dynamic-content .column-wrapper .three-col .content-wrapper p {
        height: 160px; }
      .cb-refresh-section .dynamic-content .column-wrapper .three-col .content-wrapper.with-img p {
        height: 80px; }
    .cb-refresh-section .dynamic-content .twitter-box {
      width: 30%;
      float: right; }
      @media (max-width: 767px) {
        .cb-refresh-section .dynamic-content .twitter-box {
          width: 100%;
          float: left;
          margin-top: 30px; } }
    .cb-refresh-section .dynamic-content .no-image {
      border-top: 5px solid #2475d9;
      padding-bottom: 40px; }
    .cb-refresh-section .dynamic-content .load-more {
      width: 100%;
      float: left;
      padding-left: 15px;
      margin-top: 5px; }
      .cb-refresh-section .dynamic-content .load-more.text-center {
        padding-left: 0; }
      @media (max-width: 767px) {
        .cb-refresh-section .dynamic-content .load-more {
          padding-left: 0; } }

.single-partner .cb-refresh-section {
  outline: none; }

.single-partner .partner-category .cb-refresh-three_up_bullets .bg-cyan-blue .three-col {
  background-color: #2475d9;
  color: #fff; }
  .single-partner .partner-category .cb-refresh-three_up_bullets .bg-cyan-blue .three-col h5 {
    color: #fff !important; }

.single-partner #incident-response:after {
  background: url("/wp-content/themes/cb/refresh/dist/images/separator-ir.png");
  height: 245px;
  width: 729px; }

.single-partner #managed-services:after {
  background: url("/wp-content/themes/cb/refresh/dist/images/separator-ms.png");
  height: 280px;
  width: 734px; }

.single-partner #solution-provider:after {
  background: url("/wp-content/themes/cb/refresh/dist/images/separator-sp.png");
  height: 428px;
  width: 560px; }

.single-partner #integration-network:after {
  background: url("/wp-content/themes/cb/refresh/dist/images/separator-in.png");
  height: 638px;
  width: 825px; }

.single-partner #carbon-black-services .cb-refresh-section .cb-refresh-hero .content-wrapper {
  margin-top: 0; }

.single-partner #carbon-black-services .cb-refresh-section .cb-refresh-cta .btn-orange {
  background: #fc6215;
  border-color: #fc6215; }
  .single-partner #carbon-black-services .cb-refresh-section .cb-refresh-cta .btn-orange:hover {
    background: #fd8b24;
    border-color: #fd8b24; }

.single-partner #carbon-black-services .cb-refresh-section .cb-refresh-cta .button-text {
  font-weight: normal; }

@media (max-width: 1024px) {
  .single-partner .partner-category:after {
    opacity: 0.25; } }

@media (max-width: 767px) {
  .single-partner #sticky-nav {
    background: none;
    padding: 50px 0; }
  .single-partner #form div[class^="cb-refresh-section-padding"] {
    display: none; } }

.using-IE .latest-resource .left-block .two-col .image:before,
.using-IE .content-box .column-wrapper .three-col .image:before,
.using-IE .cb-refresh-resources .column-wrapper .three-col .image:before {
  opacity: 0.5;
  -webkit-transition: background .3s ease, opacity .3s ease;
  -o-transition: background .3s ease, opacity .3s ease;
  transition: background .3s ease, opacity .3s ease; }

html:not(.no-js) .wow {
  visibility: hidden; }

html.no-js .wow {
  visibility: visible; }

/*infographic-refresh scss*/
.ua-ie-11 .cb-refresh .infographic-refresh #tab-third .img-box .img-wrapper .layer1 img {
  width: 100%; }

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