@charset "UTF-8";
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  position: absolute;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  right: 0;
  top: -60px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 5px 7px;
  background: #000;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  -webkit-transform: scaleY(2);
          transform: scaleY(2);
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  font-size: 20px !important;
  padding: 10px;
}

* {
  box-sizing: border-box;
  outline: none;
}

img.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 50%;
}

img.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50%;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 480px) {
  img.alignright,
img.alignleft,
img.aligncenter {
    width: auto;
  }
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
}

.page-intro h3 {
  line-height: 2;
  font-size: 28px;
}

.post-content p,
.post-content,
.page-content p,
.page-content {
  line-height: 1.8;
  font-size: 17px;
  color: #767676;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 0px;
  color: #202124;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

p#breadcrumbs, #breadcrumbs a {
  font-size: 12px;
  text-transform: uppercase;
  color: #999a9b;
}

p#breadcrumbs {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  margin-bottom: 15px;
}

input {
  font-family: "Poppins", sans-serif;
}

.main {
  background: #fff;
}

.page-wrapper_TODELETE,
.center-content {
  max-width: 1680px;
  margin: 0 auto;
}

.page-content .center-content,
.post-content .center-content,
.about-product .center-content,
.related-product .center-content,
.eps_related .center-content {
  max-width: 1440px;
}

.post-content,
.page-content {
  padding: 0 20px;
  min-height: 40vh;
}

.page-content.article {
  margin-bottom: 100px;
}

.post-content p,
.page-content p {
  margin: 0 0 20px 0px;
}

.page-title {
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 45px;
  color: #1E9DD8;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  text-align: center;
  font-weight: 200;
}

.page-subtitle {
  margin: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  margin-top: 40px;
  color: #202124;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
}

.post-title {
  text-align: center;
  margin: 40px 0;
  font-size: 2rem;
  letter-spacing: 2px;
}

.page-intro {
  padding-top: 0;
  padding-bottom: 60px;
}

.card-carousel {
  margin-bottom: 40px;
}

.product-icon {
  width: 100px;
  margin: 0 0 10px 10px;
  float: right;
}

@media (min-width: 768px) {
  .product-icon {
    margin: 0 0 20px 20px;
    width: 200px;
  }

  .section-title {
    text-align: center;
    margin-top: 85px;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .page-content {
    padding: 0 35px;
  }

  .news-grid {
    margin-top: 20px;
  }

  p#breadcrumbs {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .post-content p,
.post-content,
.page-content p,
.page-content {
    font-size: 17px;
  }

  .page-content {
    padding: 0 110px;
  }
}
#header {
  max-width: 1560px;
  margin: 0 auto;
  height: 75px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.header-container {
  background: #fff;
  top: -50px;
  left: 0px;
  right: 0px;
  -webkit-transition: top 0.3s ease-in;
  transition: top 0.3s ease-in;
}

body.scrolled .header-container {
  position: relative;
  position: fixed;
  top: 0px;
  background-color: #FFF;
  z-index: 109;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-content .logo {
  position: absolute;
  top: 50%;
  z-index: 1000;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  padding: 5px 0;
}
.header-content .logo img {
  width: 120px;
}

/* widget */
.header-right {
  position: absolute;
  width: 100%;
  top: 0;
}
.header-right .search-container {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  #header {
    height: 56px;
    display: block;
    padding: 0 20px;
  }

  .header-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .header-content .logo {
    display: inline-block;
    position: static;
    -webkit-transform: none;
            transform: none;
  }

  .header-right {
    position: static;
    text-align: right;
  }
}
#footer {
  padding: 40px 20px;
  background: #515350;
  color: #fff;
}
#footer .footer-content {
  max-width: 1560px;
  margin: 0 auto;
}
#footer .footer-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
#footer .footer-col {
  width: 100%;
  padding: 40px;
  text-align: center;
}
#footer .footer-social-bar {
  display: -webkit-inline-box;
  display: inline-flex;
  justify-content: space-around;
  padding-top: 10px;
  width: 250px;
  margin: 0 auto;
}
#footer .footer-social-bar a {
  text-decoration: none;
}
#footer .footer-copyright {
  text-align: center;
  padding-top: 40px;
  color: #7c7c7c;
}
#footer .footer-copyright a {
  text-decoration: none;
  color: #fff;
}
#footer .footer-copyright a:hover {
  text-decoration: underline;
}
#footer .footer-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footer .footer-menu li {
  display: block;
  text-align: left;
}
#footer .footer-menu li a {
  color: #fff;
  text-decoration: none;
}
#footer .newsletter-input-container {
  position: relative;
  width: 260px;
  display: inline-block;
}
#footer .newsletter-input-container .hidden {
  display: none;
}
#footer .newsletter-input-container .js-submit {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
#footer .newsletter-input {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  width: 100%;
}

.yikes-form-wrapper input[type=image].btn.btn-primary {
  background: transparent;
  border: none;
  width: 20px;
  position: absolute;
  right: 20px;
  min-width: 0;
  top: 0px;
  margin: 4px;
}

@media (min-width: 768px) {
  #footer .footer-col {
    width: 50%;
  }
  #footer .footer-row {
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 1280px) {
  #footer .footer-col {
    text-align: left;
    width: 25%;
  }
}
/* hero */
.hero {
  background: #1676a2;
}
.hero.full {
  background-size: cover;
  background-position: center;
}

.hero-left {
  padding: 20px;
  position: relative;
}

.hero-right {
  font-size: 0;
  background-size: cover;
  background-position: center;
  height: 64vw;
}

.hero-background {
  background-size: cover;
}

.hero-title {
  margin: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  position: relative;
}

.hero-line-sep {
  font-size: 0px;
  height: 1px;
  width: 60%;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
}

.hero-subtitle {
  /*h2*/
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 768px) {
  .hero-content {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 90px);
  }

  .hero-left {
    padding: 0px;
    width: 65%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .hero-right {
    float: right;
    width: 35vw;
    height: 100%;
  }

  .hero .center-content {
    height: 23vw;
    position: relative;
    box-sizing: border-box;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hero-title {
    font-size: 35px;
  }

  .hero-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .hero-content {
    margin-left: 60px;
  }

  .hero-title {
    font-size: 45px;
  }
}
@media (min-width: 1680px) {
  .hero-content {
    margin-left: 80px;
  }

  .hero .center-content {
    height: 386px;
  }

  .hero-right {
    width: 588px;
  }
}
.card-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 60px;
}

.card {
  width: 100%;
  padding: 0 20px;
}

.card-inner {
  border-radius: 6px;
  background: #fff;
}

.card-title {
  font-size: 20px;
  color: #202124;
}

.card-text {
  font-size: 16px;
  color: #A6ADB4;
}

.card-content {
  text-decoration: none;
  display: block;
  padding: 10px 30px 30px;
  background: #E9E9E9;
}

.card-thumbnail {
  width: 100%;
  display: block;
  height: auto;
}

.card-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #666;
  display: inline-block;
  padding: 2px 5px;
  font-weight: 600;
  position: relative;
  top: -14px;
  left: 11px;
}
.card-label.press-release {
  background: #fa6980;
}
.card-label.case-study {
  background: #27c4f1;
}
.card-label.article {
  background: #314584;
}

/*
@media(min-width:768px) {
  .card-grid {
    .card {
      width: 50%;
    }
  }
}

@media(min-width:768px) {
  .card-grid {
    .card {
      width: 33%;
    }
  }
} */
.home-hero .btn-primary {
  padding: 1.1vw 2.8vw;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  border: 1px solid #1E9DD8;
  font-family: "Poppins", sans-serif;
  background-color: #1E9DD8;
}

.btn-primary {
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  border: 1px solid #1E9DD8;
  font-family: "Poppins", sans-serif;
  background-color: #1E9DD8;
  color: #fff;
}

.btn-hover:hover .btn-primary,
.btn-primary:hover {
  color: #1E9DD8;
  background: #fff;
}

.btn-primary-outline {
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  border: 1px solid #1E9DD8;
  background-color: transparent;
  color: #1E9DD8;
}

.btn-hover:hover .btn-primary-outline,
.btn-primary-outline:hover {
  background-color: #1E9DD8;
  color: #fff;
}

.btn-white {
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  border: 1px solid #fff;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
}

.btn-white:hover {
  color: #1E9DD8;
  background: #fff;
}

.btn-red {
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  border: 1px solid #FA6980;
  font-family: "Poppins", sans-serif;
  background-color: #FA6980;
}

.btn-red:hover {
  color: #FA6980;
  background: #fff;
}

.arrow-btn {
  display: inline-block;
  text-decoration: none;
}
.arrow-btn span {
  font-size: 18px;
  font-weight: 600;
  color: #1E9DD8;
  text-transform: uppercase;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .home-hero .btn-primary {
    padding: 0.5vw 1.6vw;
    font-size: 1.2vw;
  }
}
@media (min-width: 1280px) {
  .home-hero .btn-primary {
    margin-left: 40px;
  }

  .home-hero .btn-primary {
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1;
    letter-spacing: normal;
  }
}
.solutions {
  margin-bottom: 60px;
}
.solutions .solution-title {
  color: #1E9DD8;
  margin: 20px 20px 10px 0;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.solutions .solution-line {
  display: block;
  width: 53%;
  max-width: 150px;
  border-bottom: 2px solid #1e9dd8;
}
.solutions .solution-text {
  color: #b3b8be;
  margin: 10px 0 22px 0px;
  font-size: 16px;
}
.solutions .solution-0:hover .solution-title {
  color: #1e9dd8;
}
.solutions .solution-0 .solution-line {
  border-color: #1e9dd8;
}
.solutions .solution-1:hover .solution-title {
  color: #3b8d3e;
}
.solutions .solution-1:hover .btn-primary-outline {
  border-color: #3b8d3e;
  background: #3b8d3e;
  color: #fff;
}
.solutions .solution-1 .solution-line {
  border-color: #3b8d3e;
}
.solutions .solution-2:hover .solution-title {
  color: #d4247e;
}
.solutions .solution-2:hover .btn-primary-outline {
  border-color: #d4247e;
  background: #d4247e;
  color: #fff;
}
.solutions .solution-2 .solution-line {
  border-color: #d4247e;
}
.solutions .solution-3:hover .solution-title {
  color: #fece1c;
}
.solutions .solution-3:hover .btn-primary-outline {
  border-color: #fece1c;
  background: #fece1c;
  color: #fff;
}
.solutions .solution-3 .solution-line {
  border-color: #fece1c;
}
.solutions .solution-accordion-content {
  display: none;
}
.solutions .solution-item {
  position: relative;
  margin-bottom: 20px;
}
.solutions .solution-item.active .solution-accordion-content {
  display: block;
}
.solutions .solution-item.active .solution-accordion {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.solutions .solution-accordion {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #1E9DD8;
  font-size: 30px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .solutions {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 60px;
  }
  .solutions .solution-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 25px 50px 25px;
    margin-bottom: 0px;
    cursor: pointer;
  }
  .solutions .solutions .solution-item.solution-2,
.solutions .solutions .solution-item.solution-3 {
    padding-bottom: 0px;
  }
  .solutions .solution-title {
    min-height: 89px;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
  }
  .solutions .solution-accordion-content {
    display: block;
  }

  .only-mobile {
    display: none;
  }

  .solution-line {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .solutions .solution-item {
    width: 25%;
    padding-bottom: 0px;
  }
  .solutions .solution-text {
    height: 84px;
  }
}
@media (min-width: 1600px) {
  .solutions .solution-text {
    height: auto;
  }
}
.search-container {
  display: inline-block;
}

.search-form-container {
  display: none;
  position: absolute;
  top: 75px;
  height: 113px;
  z-index: 100;
  background-color: #f6f6f6;
  width: 100%;
}
.search-form-container.active {
  -webkit-animation: fade-in 500ms;
          animation: fade-in 500ms;
  display: block;
}
.search-form-container .search-form {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.search-form-container .search-form .search-form-text {
  background: #f6f6f6;
  padding: 5px;
  border: none;
  font-size: 1.3rem;
}
.search-form-container .right .search-form-close {
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  font-size: 2rem;
}
.search-form-container .right .search-form-submit {
  margin-right: 40px;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 29px;
  border: none;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  background: #1E9DD8;
}
.search-form-container .right .search-form-submit:hover {
  background: #125c7e;
}

@media (min-width: 1024px) {
  .search-form-container {
    top: 56px;
  }
  .search-form-container .search-form {
    padding: 0 35px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .search-form-container .search-form .search-form-text {
    width: 400px;
    margin-left: 10%;
  }
}
body.archive .news-grid,
.news-grid.not-carousel {
  margin-top: 20px;
}

body.archive .news-grid,
.news-grid.not-carousel .news-item {
  margin-bottom: 20px;
}

.news-grid {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.news-grid .news-item {
  width: 100%;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}
.news-grid .news-item:hover {
  -webkit-transform: scale(1.02) translateY(5px);
          transform: scale(1.02) translateY(5px);
}
.news-grid .news-inner {
  overflow: hidden;
  border-radius: 6px;
  background: #f8f8f8;
}
.news-grid .news-title {
  font-size: 16px;
  height: 56px;
  overflow: hidden;
}
.news-grid .news-text {
  font-size: 13px;
  color: #A6ADB4;
  height: 46px;
  overflow: hidden;
}
.news-grid .news-content {
  display: block;
  text-decoration: none;
  padding: 10px 30px 30px;
}
.news-grid .news-thumbnail {
  width: 100%;
  display: block;
  height: auto;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
}
.news-grid .news-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #666;
  display: inline-block;
  padding: 2px 5px;
  font-weight: 600;
  position: relative;
  top: -14px;
  left: 11px;
}
.news-grid .news-label.press-release {
  background: #FA6980;
}
.news-grid .news-label.case-study {
  background: #27C4F1;
}
.news-grid .news-label.article {
  background: #314584;
}

@media (min-width: 768px) {
  body.archive .news-grid .news-item,
.news-grid.not-carousel .news-item {
    width: 50%;
    padding: 0 15px 30px 15px;
  }

  body.archive .news-grid,
.news-grid.not-carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  body.archive .news-grid .news-item,
.news-grid.not-carousel .news-item {
    width: 33.333%;
  }

  .news-grid:hover .news-item {
    opacity: 0.7;
  }
  .news-grid:hover .news-item:hover {
    opacity: 1;
  }
}
@media (min-width: 1400px) {
  body.archive .news-grid .news-item,
.news-grid.not-carousel .news-item {
    width: 25%;
  }
}
.event-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 60px;
}
.event-grid .event-item {
  display: inline-block;
  text-decoration: none;
  margin: 10px;
  padding: 20px;
  width: 100%;
  background: #CBD0D3;
  position: relative;
  border-radius: 6px;
}
.event-grid .event-date {
  color: #1E9DD8;
  font-size: 16px;
}
.event-grid .event-location {
  color: #1E9DD8;
  font-size: 16px;
}
.event-grid .event-title {
  color: #1E9DD8;
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 45px;
  line-height: 1.2;
}
.event-grid .event-text {
  color: #515350;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 30px;
}
.event-grid .event-link {
  line-height: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
}
.event-grid.latest .event-item {
  background: #E9E9E9;
}

@media (min-width: 768px) {
  .event-grid .event-item {
    padding: 30px;
    width: calc(50% - 20px);
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: transform 200ms, opacity 200ms;
    transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  .event-grid .event-item:hover {
    -webkit-transform: scale(1.02) translateY(2px);
            transform: scale(1.02) translateY(2px);
  }
}
@media (min-width: 1024px) {
  .event-grid .event-item {
    width: calc(33.3% - 20px);
  }

  .event-grid:hover .event-item {
    opacity: 0.7;
  }
  .event-grid:hover .event-item:hover {
    opacity: 1;
  }
}
.course-calendar-wrapper {
  margin: 20px 0;
}

.course-title {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  line-height: 1;
}

.course-prev-month {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  background: #7a7a7a;
  font-size: 0;
  border-radius: 50%;
}
.course-prev-month:hover {
  background: #d6d6d6;
}
.course-prev-month img {
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.course-current-month {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}

.course-next-month {
  cursor: pointer;
  display: inline-block;
  background: #7a7a7a;
  margin-right: 10px;
  font-size: 0;
  border-radius: 50%;
}
.course-next-month:hover {
  background: #d6d6d6;
}
.course-next-month img {
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.course-bar.loading {
  opacity: 0.3;
  pointer-events: none;
}

.course-header {
  padding: 10px;
  border: 1px solid #bcbcbc;
  border-left: 2px solid #1E9DD8;
  -webkit-transition: border 300ms;
  transition: border 300ms;
  cursor: pointer;
  line-height: 1.5;
  font-size: 16px;
}
.course-header:hover {
  border-left: 6px solid #1E9DD8;
}
.course-header .course-date {
  padding-right: 20px;
  font-size: 24px;
  color: #1E9DD8;
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.course-header .course-date-day {
  font-size: 37px;
  letter-spacing: -1.9px;
  line-height: 1;
}
.course-header .course-date-day small {
  font-size: 25px;
}
.course-header .course-header-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
}
.course-header .sold-out-label {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  background: orange;
  padding: 2px;
  font-size: 10px;
  color: #fff;
}

.course-item .course-content {
  display: none;
}

.course-message {
  display: none;
}

.course-bottom {
  display: -webkit-box;
  display: flex;
}

.course-remaining {
  padding: 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 50%;
  margin-bottom: 20px;
}

.course-time {
  margin-bottom: 20px;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
}

.course-content {
  padding: 20px;
  color: #333;
  font-size: 16px;
  background: #f8f8f8;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}

.course-detail {
  padding-bottom: 40px;
}

#course-form,
.wpcf7-form {
  margin-bottom: 30px;
}
#course-form p,
.wpcf7-form p {
  margin: 0;
  padding: 0;
}
#course-form .form-input,
.wpcf7-form .form-input {
  padding: 10px;
}
#course-form .form-submit,
.wpcf7-form .form-submit {
  padding: 10px;
  width: 100%;
}
#course-form .form-submit.align-right,
.wpcf7-form .form-submit.align-right {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
          align-items: center;
}
#course-form label,
.wpcf7-form label {
  display: block;
  color: #202124;
  font-size: 13px;
  padding-bottom: 8px;
  font-weight: 600;
}
#course-form input[type=text],
#course-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
  padding: 10px;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 5px;
}
#course-form textarea,
.wpcf7-form textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #course-form,
.wpcf7-form {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 765px;
  }
  #course-form .form-input,
.wpcf7-form .form-input {
    width: 100%;
  }
  #course-form .form-input.half,
.wpcf7-form .form-input.half {
    width: 50%;
  }
}
.simple-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}
.simple-overlay.active {
  display: block;
}

.simple-overlay-open {
  cursor: pointer;
  text-decoration: underline;
}
.simple-overlay-open:hover {
  text-decoration: none;
}

.simple-overlay-content {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 20px;
  background: #fff;
  padding: 20px;
  border: 1px solid #666;
  border-radius: 5px;
}

body.simple-overlay-is-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .simple-overlay-content {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
  }
}
.navigation.pagination,
.press-pagination {
  margin-bottom: 80px;
  text-align: center;
}
.navigation.pagination .screen-reader-text,
.press-pagination .screen-reader-text {
  opacity: 0;
}
.navigation.pagination .page-numbers,
.press-pagination .page-numbers {
  text-decoration: none;
  background: #000;
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.navigation.pagination .page-numbers.current,
.press-pagination .page-numbers.current {
  background: #1E9DD8;
}
.navigation.pagination .page-numbers.prev,
.press-pagination .page-numbers.prev {
  cursor: pointer;
  background: #fff;
  color: #333;
  padding: 8px;
  padding-left: 2px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
.navigation.pagination .page-numbers.next,
.press-pagination .page-numbers.next {
  cursor: pointer;
  background: #fff;
  color: #333;
  padding: 8px;
  padding-right: 2px;
  margin-left: 20px;
  position: relative;
  top: -1px;
}

.nav-prev-text {
  width: 28px;
  height: 10px;
  background: url(../img/accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-next-text {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 28px;
  height: 10px;
  background: url(../img/accordion.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.search-results-container {
  text-align: left;
  margin-bottom: 80px;
}
.search-results-container > div {
  display: block;
  padding: 10px;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}
.search-results-container .search-content {
  display: inline-block;
  vertical-align: top;
}
.search-results-container .search-link {
  font-weight: bold;
}
.search-results-container .search-thumbnail {
  display: inline-block;
  margin-right: 14px;
  width: 100px;
  height: 100px;
  background-color: #949494;
}

@media (min-width: 768px) {
  .search-results-container .search-content {
    width: calc(100% - 200px);
  }
}
.partners-tabs .partner-btn {
  padding: 5px 30px;
  font-size: 24px;
  color: #515350;
  display: inline-block;
}
.partners-tabs .partner-btn.active {
  color: #1E9DD8;
  border-bottom: 2px solid #1E9DD8;
}

.partner-item {
  width: 300px;
  margin: 0 auto;
  position: relative;
  height: 300px;
}

.partner-item-back {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) rotateY(-180deg);
  transform: translate3d(0, 0, 0) rotateY(-180deg);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  padding: 10px;
  box-sizing: border-box;
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  visibility: visible;
  backface-visibility: hidden;
}

.partner-item-front {
  padding: 20px;
  color: white;
  -webkit-perspective: 0;
          perspective: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  backface-visibility: hidden;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
}

.partner-item.active .partner-item-front,
.partner-item:hover .partner-item-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.partner-item.active .partner-item-back,
.partner-item:hover .partner-item-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 10;
}

@media (min-width: 600px) {
  .partner-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .partner-item {
    width: calc(50% - 40px);
    margin: 20px;
  }
}
@media (min-width: 1024px) {
  .partner-item {
    width: calc(33.3% - 40px);
  }
}
@media (min-width: 1400px) {
  .partner-item {
    width: calc(25% - 40px);
  }
}
.demo-btn {
  background-color: #d4247e !important;
  -webkit-transition: background-color 500ms, color 500ms !important;
  transition: background-color 500ms, color 500ms !important;
}
.demo-btn a {
  text-decoration: none;
  color: #fff !important;
}

.demo-btn:hover {
  background-color: #be2071 !important;
}

body.mega-menu-open {
  overflow: hidden;
}

.mega-menu-hamburger {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  box-sizing: content-box;
  padding-top: 26px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.mega-menu-hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.mega-menu-hamburger span:nth-child(2) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.mega-menu-hamburger span:nth-child(3) {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mega-menu-hamburger.active span:nth-child(2),
.mega-menu-hamburger.active span {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.mega-menu-hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.mega-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 1000;
  top: 75px;
}
.mega-menu.active {
  display: block;
}
.mega-menu ul {
  margin: 0;
  padding: 0;
}
.mega-menu li {
  list-style-type: none;
  line-height: 1.2;
}

.mega-menu-item {
  text-align: center;
  display: block;
  padding: 16px;
  color: #999a9b;
  text-transform: uppercase;
  cursor: pointer;
}

.mega-menu-parent {
  line-height: 1.1;
}
.mega-menu-parent:after {
  content: "\25B4";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}
.mega-menu-parent.active {
  color: #1E9DD8;
}
.mega-menu-parent.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mega-menu-sub {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: none;
  flex-wrap: wrap;
}
.mega-menu-sub.active {
  display: block;
}
.mega-menu-sub .menu > .menu-item {
  padding-bottom: 20px;
}
.mega-menu-sub .menu > .menu-item:before {
  content: "";
  display: block;
  border-top: 2px solid #1E9DD8;
  width: 70px;
  padding-bottom: 5px;
}
.mega-menu-sub .menu > .menu-item a {
  text-decoration: none;
  color: #1E9DD8;
  font-size: 18px;
}
.mega-menu-sub .menu > .menu-item .menu-item a {
  font-size: 16px;
  text-decoration: none;
  color: #999a9b;
  padding-top: 9px;
  display: inline-block;
}

.language-switcher {
  width: 50px;
  padding-bottom: 30px;
  float: right;
  padding-top: 16px;
}
.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\25B4";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: middle;
  display: inline-block;
  display: none;
  border: none;
  position: static;
}

@media (min-width: 480px) {
  .mega-menu-sub .menu > .menu-item {
    width: 49%;
    vertical-align: top;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .mega-menu {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    -webkit-box-pack: end;
            justify-content: flex-end;
    min-width: 760px;
    overflow: visible !important;
    text-align: left;
  }
  .mega-menu.active {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .mega-menu-col-links {
    flex-basis: 60%;
  }

  .mega-menu-col-widget {
    flex-basis: 40%;
  }

  .mega-menu-parent:hover {
    color: #1E9DD8;
  }

  .mega-menu-sub {
    flex-wrap: nowrap;
  }
  .mega-menu-sub.active {
    display: -webkit-box;
    display: flex;
  }

  .mega-menu-item {
    font-size: 14px;
    display: inline-block;
    width: 115px;
    padding: 4px;
    box-sizing: content-box;
  }

  .demo-btn {
    padding: 17px 4px;
  }

  .mega-menu-hamburger {
    display: none;
  }

  .mega-menu-parent:after {
    content: "";
  }

  .mega-menu-sub {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 56px;
    z-index: 1000;
    background: #fff;
  }

  .language-switcher {
    margin: 0;
    display: inline-block;
    padding: 0;
    float: none;
  }
}
@media (min-width: 1280px) {
  .mega-menu-item {
    font-size: 16px;
    width: auto;
    padding: 16px;
  }

  .demo-btn {
    padding: 16px;
  }
}
.product-module-grid {
  margin: 0 -20px 60px;
}

.product-modules-container {
  margin: 60px 0;
}

.product-module {
  width: 100%;
}

.product-module-title {
  font-size: 30px;
  color: #1E9DD8;
  line-height: 1.2;
  padding-bottom: 10px;
}

.product-module-line {
  display: block;
  width: 40%;
  border-bottom: 2px solid #1E9DD8;
}

.product-module-link {
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

.product-module-text {
  margin: 20px 0 30px;
  height: 150px;
  overflow: hidden;
  font-size: 16px;
}
.product-module-text.active {
  height: auto;
}

.product-module-readmore {
  margin-bottom: 40px;
  cursor: pointer;
}
.product-module-readmore .less {
  display: none;
  font-weight: 600;
}
.product-module-readmore .more {
  display: none;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
  padding-top: 60px;
  margin-top: -60px;
  font-weight: 600;
}
.product-module-readmore.show .more {
  display: block;
}

.product-module-label {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 5px;
  font-weight: 600;
  position: relative;
  top: -14px;
  left: 11px;
}
.product-module-label.press-release {
  background: #fa6980;
}
.product-module-label.case-study {
  background: #27c4f1;
}
.product-module-label.article {
  background: #314584;
}

@media (min-width: 1024px) {
  .product-module {
    margin-bottom: 67px;
  }
  .product-module .product-module-title {
    font-weight: 500;
    font-size: 32px;
    width: 270px;
    display: inline-block;
  }
  .product-module .product-module-line {
    width: 136px;
    padding-top: 10px;
    border-bottom: 3px solid;
  }
  .product-module ul {
    margin: 0;
  }
  .product-module .product-module-text {
    padding-bottom: 13px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 281px);
  }

  .product-module-readmore {
    margin-left: 270px;
  }
  .product-module-readmore:before {
    width: 50%;
  }
}
.custom-recent-posts {
  padding-left: 20px;
  border-left: 1px solid #e3e3e3;
}

.custom-recent-posts-title {
  color: #1E9DD8;
  font-weight: 700;
  padding-bottom: 20px;
}

.custom-recent-posts-item {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}

.custom-recent-posts-img {
  display: inline-block;
  width: 63px;
  height: 63px;
  border-radius: 6px;
  margin-right: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background: #e6e6e6;
}
.custom-recent-posts-img img {
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  width: 63px;
  height: 63px;
  display: inline-block;
}

.custom-recent-posts-content {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: top;
}
.custom-recent-posts-content a {
  font-size: bold;
  text-decoration: none;
}
.custom-recent-posts-content p {
  font-size: 13px;
  color: #A6ADB4;
  margin: 0;
}

.custom-recents-posts-title {
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.home-hero {
  position: relative;
  margin-bottom: 60px;
  color: #fff;
}
.home-hero .article-item {
  cursor: pointer;
  margin-bottom: 20px;
}

.home-hero .article-item:last-child {
  margin-bottom: 0px;
}

.home-hero .article-item.selected {
  border-left: 5px solid #1c9dd8;
  padding-left: 10px;
}

.home-hero-main {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 64vw;
}

.home-hero-text {
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.home-hero-title {
  margin: 0px;
  /*font-size: 26px;*/
  font-size: 7vw;
  padding-bottom: 2.5vw;
  /*line-height: 26px;*/
  line-height: 0.9;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  position: relative;
}

.home-hero-title span.subtitle {
  font-size: 4.5vw;
  border-top: 2px solid #FFF;
  display: inline-block;
  padding-top: 2.5vw;
  margin-top: 2.5vw;
}

.home-hero-side {
  position: relative;
  background: url(../img/bg-cloud.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.home-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  /*   .filter-bg {
      font-size: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #000;
      opacity: 0.3;
    }
    img {
      width: 100%;
    } */
}

.latest-articles {
  padding: 20px;
}
.latest-articles .article-cat {
  color: #1E9DD8;
  text-transform: uppercase;
  font-size: 20px;
}
.latest-articles .article-title {
  color: #202124;
  font-size: 16px;
}
.latest-articles .article-intro {
  font-size: 14px;
  color: #a6adb4;
}

@media (min-width: 768px) {
  .home-hero {
    font-size: 0px;
  }

  .home-hero-main {
    display: inline-block;
    width: 58%;
    height: 40vw;
    vertical-align: top;
  }

  .home-hero-side {
    height: 64vw;
    display: inline-block;
    width: 42%;
    height: 40vw;
    vertical-align: top;
  }

  .home-hero-text {
    width: 80%;
    left: 47%;
  }

  .home-hero-title span.subtitle {
    font-size: 2vw;
    padding-right: 3vw;
    padding-top: 1vw;
    margin-top: 1.5vw;
  }

  .home-hero-title {
    font-size: 4.8vw;
    padding-bottom: 1.3vw;
  }

  /*
  .home-hero-title::after {
    top: -3.6vw;
    content: "";
    border-bottom: 2px solid #fff;
    position: relative;
    width: 100%;
    display: block;
    left: 0;
  }*/
  .latest-articles {
    padding: 0px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .latest-articles .article-intro {
    display: none;
  }
}
@media (min-width: 1024px) {
  .latest-articles .article-intro {
    display: block;
  }

  /*
    .home-hero-main {
      width: 60%;
    }

    .home-hero-side {
      width: 45%;
    }

    .home-hero-text {
      width: 80%;
    }
    */
}
@media (min-width: 1280px) {
  .latest-articles {
    width: 70%;
  }

  .home-hero .article-item {
    margin-bottom: 45px;
  }

  .article-item {
    -webkit-transition: border 0.3s ease-in, padding 0.3s ease-in;
    -moz-transition: border 0.3s ease-in, padding 0.3s ease-in;
    -o-transition: border 0.3s ease-in, padding 0.3s ease-in;
  }

  .home-hero-text {
    left: 110px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (min-width: 1440px) {
  .home-hero-side,
.home-hero-main {
    max-height: 595px;
  }

  .home-hero-main {
    max-height: 595px;
  }

  .home-hero-title {
    /*font-size: 72px;*/
    font-size: 69px;
  }

  .home-hero-title span.subtitle {
    font-size: 29px;
    padding-top: 14.5px;
    margin-top: 22.5px;
  }

  .home-hero-title:after {
    top: -50px;
  }
}
.more-info {
  text-align: center;
  padding: 60px 0;
  font-weight: 200;
}
.more-info strong {
  font-weight: 400;
}
.more-info p {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 27px;
}

.quoted-text {
  font-size: 16px;
  position: relative;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 60px;
}
.quoted-text strong {
  color: #1E9DD8;
  font-weight: bold;
}
.quoted-text img {
  position: absolute;
  top: -10px;
  left: -10px;
}

@media (min-width: 768px) {
  .quoted-text {
    margin: 0 30px 60px;
    font-size: 20px;
  }
  .quoted-text img {
    top: -20px;
    left: -20px;
  }
}
.related-product {
  background: #E9E9E9;
  color: #1E9DD8;
  padding: 20px;
}

.related-product-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}
.related-product-title:after {
  content: "";
  display: block;
  padding-top: 20px;
  width: 50%;
  border-bottom: 2px solid #1E9DD8;
}

.related-product-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.related-product-text {
  margin-bottom: 40px;
}

.related-product-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.related-product .page_item {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 30px;
  background: #1E9DD8;
  width: 190px;
  height: 120px;
  text-align: center;
  vertical-align: top;
  line-height: 1.4;
  -webkit-box-align: center;
          align-items: center;
  font-size: 17px;
}
.related-product .page_item a {
  color: #fff;
  text-decoration: none;
}
.related-product .page_item:nth-child(2) {
  background: #27C4F1;
}
.related-product .page_item:nth-child(3) {
  background: #314584;
}
.related-product .page_item:nth-child(4) {
  background: #1E7DA8;
}

@media (min-width: 768px) {
  .related-product {
    padding: 35px;
  }
}
.customers-slideshow-container {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.customers-slideshow {
  background: #fff;
  padding-bottom: 20px;
}
.customers-slideshow .owl-item {
  text-align: center;
}
.customers-slideshow .item {
  display: inline-block;
  text-align: center;
}
.customers-slideshow .item img {
  height: 80px;
  margin: 20px auto;
  padding: 20px 0;
  width: auto;
}

.about-product {
  background: #1E9DD8;
  color: #fff;
  padding: 20px;
}

.about-product-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.about-product-title:after {
  content: "";
  display: block;
  padding-top: 20px;
  width: 50%;
  border-bottom: 2px solid #fff;
}

.about-product-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-product-text {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .about-product {
    padding: 35px;
  }
}
.box-eventi {
  font-size: 0;
  margin-bottom: 60px;
  position: relative;
}
.box-eventi img {
  display: inline-block !important;
  width: auto !important;
}
.box-eventi .arrow-btn {
  margin-top: 20px;
  float: right;
  clear: both;
}

.upcoming-big {
  background-size: cover;
  background-position: center;
  padding-bottom: 66%;
  padding-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.upcoming-big-location {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
  padding-top: 10px;
}

.upcoming-big-bottom {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px;
  background: rgba(52, 54, 56, 0.42);
}

.upcoming-big-title {
  color: #27c4f1;
  font-size: 24px;
}

.upcoming-big-description {
  color: #fff;
  font-size: 16px;
}

.upcoming-big-date {
  font-size: 12px;
  padding-top: 10px;
  color: #1e9dd8;
  font-family: "Helvetica", sans-serif;
}

.upcoming-big-content {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.upcoming-little {
  margin-top: 23px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 171px;
  border-radius: 6px;
  width: 260px;
  overflow: hidden;
  display: inline-block;
}

.upcoming-little-content {
  width: 100%;
  height: 100%;
  position: absolute;
}

.upcoming-little-location {
  padding-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
}

.upcoming-little-bottom {
  text-decoration: none;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  padding: 6px;
  background: rgba(52, 54, 56, 0.42);
}

.upcoming-little-title {
  color: #fff;
  font-size: 16px;
}

.upcoming-little-description {
  color: #fff;
  font-size: 10px;
}

.upcoming-little-date {
  font-size: 12px;
  padding-top: 10px;
  color: #1e9dd8;
  font-family: "Helvetica", sans-serif;
}

.latest-event {
  display: block;
  text-decoration: none;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 2px solid #ea6676;
}

.latest-event-date {
  color: #1E9DD8;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
}

.latest-event-title {
  color: #525252;
  font-size: 16px;
}

.latest-event-location {
  color: #000;
  font-size: 14px;
}

/* @media screen and (min-width: 1239px) {
  .box-eventi .owl-item.cloned{
    display: none !important;
  }
  .box-eventi .owl-stage{
    transform:none !important;
    transition: none !important;
    width: auto !important;
  }
  .box-eventi .owl-item{
    width: auto !important;
  }
} */
.upcoming-little-container .owl-item.center {
  text-align: center;
}
.upcoming-little-container .owl-nav {
  top: 50%;
  width: 100%;
}
.upcoming-little-container .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
}
.upcoming-little-container .owl-nav .owl-next {
  position: absolute;
  right: -10px;
}

@media (min-width: 480px) {
  .upcoming-little {
    width: calc(50% - 10px);
    padding-bottom: 33%;
    max-width: none;
  }
  .upcoming-little:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .upcoming-little-container .owl-nav {
    top: 40%;
    width: 100%;
  }
  .upcoming-little-container .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
  }
  .upcoming-little-container .owl-nav .owl-next {
    position: absolute;
    right: 50px;
  }

  .box-eventi-col {
    display: inline-block;
  }

  .box-eventi {
    font-size: 0;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .box-eventi .arrow-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .upcoming-big {
    width: 50%;
    margin-right: 30px;
    display: inline-block;
    padding-bottom: 33%;
  }

  .box-eventi-col {
    width: calc(50% - 30px);
    vertical-align: top;
  }

  .upcoming-little {
    margin: 0 !important;
    display: inline-block;
    width: 260px;
    padding-bottom: 171px;
    vertical-align: top;
  }
  .upcoming-little:first-child {
    margin-bottom: 10px;
  }

  .upcoming-little-bottom {
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  .upcoming-little {
    padding-bottom: 66%;
    width: 100%;
  }
  .upcoming-little:first-child {
    margin-right: 30px;
  }

  .upcoming-big-bottom {
    position: absolute;
    bottom: 0;
    padding: 20px;
  }
}
.career-list {
  max-width: 800px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  line-height: 1.2;
  padding-bottom: 19px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.career-list .career-sector {
  flex-shrink: 0;
  padding-left: 20px;
}

.np-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.np-grid .np-grid-item {
  padding: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .np-grid .np-grid-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .np-grid .np-grid-item {
    width: 33%;
  }
  .np-grid.np-col-4 .np-grid-item {
    width: 25%;
  }
}
.hardware-item .hardware-item-title {
  padding: 20px;
  cursor: pointer;
  color: #202124;
  margin: 0;
}
.hardware-item .hardware-item-title.active {
  color: #1E9DD8;
}
.hardware-item:nth-child(even) .hardware-item-title {
  background: #f8f8f8;
}
.hardware-item .hardware-item-content {
  display: none;
}

.management-team-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.management-team-item {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.management-team-inner {
  max-width: 250px;
  position: relative;
  margin: auto;
}
.management-team-inner h3, .management-team-inner h4 {
  margin: 0;
}
.management-team-inner:hover .management-team-content {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}

.management-team-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: transparent;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (min-width: 768px) {
  .management-team-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .management-team-item {
    width: 33%;
  }
}
@media (min-width: 1280px) {
  .management-team-item {
    width: 25%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .split-form {
    font-size: 0;
  }
  .split-form .split-form-content {
    font-size: 16px;
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 20px;
    vertical-align: top;
  }
  .split-form .split-form-sticky {
    display: inline-block;
    font-size: 16px;
    position: -webkit-sticky;
    position: sticky;
    width: 50%;
    top: 60px;
    vertical-align: top;
  }
}
.tabs-header .tabs-btn {
  padding: 5px 30px;
  font-size: 24px;
  color: #515350;
  display: inline-block;
}
.tabs-header .tabs-btn.active {
  color: #1E9DD8;
  border-bottom: 2px solid #1E9DD8;
}

.single-event .event-date {
  color: #202124;
  font-size: 28px;
  margin-bottom: 10px;
}
.single-event .event-location {
  font-size: 28px;
  color: #1E9DD8;
  margin-bottom: 20px;
}
.single-event .event-agenda {
  margin-top: 30px;
}
.single-event .event-agenda h3 {
  color: #1E9DD8;
}

.page-template-templ-demo-form {
  background: #f8f8f8;
}
.page-template-templ-demo-form .demo-title {
  line-height: 1.1;
  font-size: 40px;
  font-weight: 500;
  color: #1e9dd8;
  margin-top: 50px;
  margin-bottom: 10px;
}
.page-template-templ-demo-form .demo-text {
  line-height: 1.3;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .page-template-templ-demo-form .demo-title {
    font-size: 60px;
    margin-top: 80px;
  }
}