.resource-holder ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    -ms-touch-action: pan-y;
        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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

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

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  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 400ms ease;
  transition: opacity 400ms ease; }

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

.intro-panel.support-product {
  margin-bottom: 105px; }
  @media (min-width: 768px) {
    .intro-panel.support-product {
      margin-bottom: 120px; } }

.product-intro {
  position: relative;
  padding-bottom: 170px; }
  @media (min-width: 768px) {
    .product-intro {
      padding-bottom: 60px; } }
  .product-intro .text-block {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .product-intro .text-block {
        max-width: 340px;
        padding: 0 30px; } }
    @media (min-width: 1024px) {
      .product-intro .text-block {
        padding: 0 99px;
        max-width: 570px; } }
  .product-intro .img-block {
    position: absolute;
    bottom: -112px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 55px;
    width: 390px; }
    @media (min-width: 768px) {
      .product-intro .img-block {
        left: auto;
        right: -144px;
        bottom: -130px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 0;
        width: 540px; } }
    @media (min-width: 1024px) {
      .product-intro .img-block {
        width: 650px;
        bottom: -155px; } }

.featured-article-section {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .featured-article-section {
      margin-bottom: 140px; } }
  .featured-article-section h1 {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .featured-article-section h1 {
        font-size: 28px;
        line-height: 34px; } }
  .featured-article-section .article-holder .row {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .featured-article-section .article-holder .row {
        margin: 0 -15px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .featured-article-section .article-holder .col {
      padding: 0 15px;
      width: 33.33%;
      margin-bottom: 30px; } }
  .featured-article-section .article-holder .box {
    background: #f5f6f7;
    color: #5a6870;
    padding: 60px 24px 40px;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .featured-article-section .article-holder .box {
        padding: 50px 20px 100px;
        margin: 0;
        height: 100%; } }
    @media (min-width: 1024px) {
      .featured-article-section .article-holder .box {
        padding: 80px 30px 118px; } }
    .featured-article-section .article-holder .box:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #33CC99; }
    @media (min-width: 768px) {
      .featured-article-section .article-holder .box .link {
        position: absolute;
        bottom: 39px;
        left: 20px; } }
    @media (min-width: 1024px) {
      .featured-article-section .article-holder .box .link {
        left: 30px; } }
  .featured-article-section .article-holder .title {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #152934;
    min-height: 86px;
    margin-bottom: 20px; }
  .featured-article-section .link-row {
    text-align: center; }
  .featured-article-section .jcf-scrollable-wrapper {
    height: 30px !important;
    width: calc(100% - 18px) !important;
    margin-bottom: 88px; }
    @media (min-width: 768px) {
      .featured-article-section .jcf-scrollable-wrapper {
        height: auto !important;
        box-sizing: border-box;
        margin-bottom: 60px; } }
    .featured-article-section .jcf-scrollable-wrapper .jcf-scrollbar-vertical {
      display: none !important; }
    .featured-article-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
      width: calc(100% + 18px) !important; }
      @media (min-width: 768px) {
        .featured-article-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
          display: none !important; } }
      @media (max-width: 479px) {
        .featured-article-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
          width: 55px !important; } }
      .featured-article-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
        width: 100% !important; }

.video-section {
  background: #384851;
  color: #fff;
  padding: 70px 0; }
  @media (min-width: 768px) {
    .video-section {
      padding: 140px 0; } }
  .video-section h2 {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .video-section h2 {
        font-size: 22px;
        line-height: 26px; } }

.video-slider {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .video-slider {
      margin-bottom: 29px; } }
  .video-slider .owl-stage-outer {
    overflow: visible; }
  .video-slider .owl-item.item-transparent .bg-wrap:before {
    opacity: 1;
    visibility: visible; }
  .video-slider .slide {
    width: 270px;
    color: #8b9ba2;
    font-size: 15px;
    line-height: 24px;
    margin: 0 19px 0 0; }
    @media (min-width: 768px) {
      .video-slider .slide {
        width: 400px;
        margin-right: 30px; } }
    @media (min-width: 1200px) {
      .video-slider .slide {
        width: 450px;
        margin-right: 50px; } }
  .video-slider .bg-wrap {
    padding-top: 64.5%;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .video-slider .bg-wrap {
        padding-top: 64.8%; } }
    .video-slider .bg-wrap:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      background: rgba(56, 72, 81, 0.6);
      -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; }
  .video-slider .text-wrap {
    padding-right: 40px;
    white-space: normal; }
  .video-slider .title {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .video-slider .title {
        font-size: 22px;
        line-height: 26px; } }
  .video-slider .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 1px 0 0 5px;
    pointer-events: auto;
    z-index: 999; }
    @media (min-width: 768px) {
      .video-slider .play-btn {
        margin: 0; } }
  .video-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    border: none;
    text-indent: -9999px;
    width: 50px;
    z-index: 1; }
    .video-slider .slick-arrow.slick-disabled {
      pointer-events: none; }
    .video-slider .slick-arrow.slick-prev {
      left: 0; }
    .video-slider .slick-arrow.slick-next {
      right: 0; }

.video-scrollbar {
  background: rgba(223, 226, 230, 0.5);
  height: 1px;
  position: relative; }
  .video-scrollbar:after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    right: 0; }
  .video-scrollbar .scroller {
    height: 3px;
    background: #33CC99;
    display: block;
    width: 55px;
    border-radius: 1;
    position: absolute;
    top: -1px;
    left: 0; }
    @media (min-width: 768px) {
      .video-scrollbar .scroller {
        width: 300px; } }

.resources-section {
  text-align: center;
  padding: 70px 0; }
  @media (min-width: 768px) {
    .resources-section {
      padding: 140px 0; } }
  .resources-section h1 {
    margin-bottom: 43px; }
    @media (min-width: 768px) {
      .resources-section h1 {
        margin-bottom: 72px; } }
    @media (max-width: 767px) {
      .resources-section h1 {
        font-size: 28px;
        line-height: 34px; } }

.resource-holder.open ul li:nth-child(n+4) {
  display: block; }
  @media (min-width: 768px) {
    .resource-holder.open ul li:nth-child(n+4) {
      display: inline-block;
      vertical-align: top; } }

.resource-holder ul {
  margin-bottom: 58px; }
  @media (min-width: 768px) {
    .resource-holder ul {
      margin-bottom: 26px; } }
  .resource-holder ul li {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .resource-holder ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 46px 40px; } }
    .resource-holder ul li:nth-child(n+4) {
      display: none; }
  .resource-holder ul a {
    text-decoration: none;
    color: #5a6870;
    display: table;
    margin: 0 auto; }
    .resource-holder ul a:hover {
      color: #33CC99; }

.resource-holder .img-wrap {
  display: table;
  margin: 0 auto 26px; }

.resource-holder .title {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize; }
