.offset-anchor{position: relative;top: -150px}
.offset-anchor-less{position: relative;top: -50px}
.frame-blue-gradient:after {
  background:url(drivers/img/white-angle-lower.png) center top no-repeat;
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:270px;
  background-size:cover;
}
.frame-blue-gradient {
  padding-bottom:160px;
  margin-bottom:-160px;
  position:relative;
}
.resource-section {
  background:url(drivers/img/callout-angle-top.svg) no-repeat top center;
  background-size:cover;
  padding:220px 0 80px;
}
.resource-section-flip {
  background:url(drivers/img/resource-bg-flip.png) no-repeat top center;
  background-size:cover;
  padding:80px 0 220px;
}
.resource-callout-mid {
  background:rgb(0,160,255);
  background:-moz-linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  background:-webkit-linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  background:linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0ff",endColorstr="#0b59ce",GradientType=1);
  clip-path:polygon(0 0%,100% 32%,100% 65%,0 100%);
  background-image:url(drivers/img/white-fade-nodes.svg),linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  background-size:100%;
  background-repeat:no-repeat;
  background-position:top center;
  padding:80px 0;
  position:relative;
  z-index:1;
}
.resource-callout-mid-flat-lwr {
  background:rgb(0,160,255);
  background:-moz-linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  background:-webkit-linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  background:linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a0ff",endColorstr="#0b59ce",GradientType=1);
  clip-path:polygon(0 0%,100% 40%,100% 100%,0 100%);
  background-image:url(drivers/img/white-fade-nodes.svg),linear-gradient(0deg,rgba(0,160,255,1) 0%,rgba(11,89,206,1) 100%);
  background-size:100%;
  background-repeat:no-repeat;
  background-position:top center;
  padding:200px 0 120px;
  position:relative;
  z-index:1;
}
.resource-bg {
  padding:40px;
  position:relative;
}
.resource-bg p+p:last-of-type {
  margin-bottom:0;
}
.resource-callout-mid .resource-wrapper {
  padding:130px 0;
}
.resource-callout-mid-flat-lwr.resource-wrapper {
  padding: 130px 0 0;
}
.logo-box {
  padding:60px 20px;
  background:#ffffff;
  display:flex;
  justify-content:center;
  /* max-width:260px;*/
  box-shadow:rgb(17 12 46 / 15%) 0px 28px 100px 0px;
  box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.offset-bottom {
  position:relative;
  bottom:80px;
}
.block-section {
  padding:140px 0 0;
}
.block-section.p-bottom {
  padding:140px 0;
}
.block-section-less {
  padding:60px 0 0;
}
.product-wrapper h1,.product-wrapper h2,.product-wrapper h3,.product-wrapper h4 {
  font-family:'Roboto',"Helvetica Neue",Arial,Verdana,sans-serif;
  font-weight:300;
}
.grey-geometric {
  background:url(drivers/img/box-bg-flip.png) no-repeat;
  background-size:cover;
  background-position-y:top;
  position:relative;
  padding:200px 0 100px;
}

.partner-data.row {
  padding:2em 0;
}
.partner-data {
  background:url(drivers/img/dashed.svg) no-repeat center;
  background-size: 100%;
}
/* partner cards */
.partner-cards {
  position:relative;
}
.partner-cards .outer-pad {
  padding:16px;
}
.partner-cards .card {
  box-shadow:0 10px 35px rgba(50,50,93,0.1),rgba(0,0,0,0.07);
  position:relative;
  transition:0.222s;
}
.oem-drivers-menu {
  z-index: 999;
}
/* fix ie/edge shaking issue by adding 0.01deg rotate */
_:-ms-lang(x),_:-webkit-full-screen,.partner-cards center,.partner-cards .description,.partner-cards .tags,.partner-cards .cta {
  transform:rotate(0.01deg);
}
_:-ms-lang(x),_:-webkit-full-screen,.card:hover {
  transform-origin: 50.01%;
}
.partner-cards .intro-inner {
  padding:15px;
  /* border:solid 1px gainsboro;*/
  border-radius:4px;
  background-color:#fff;
  min-height:100px;
  /* box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;*/
}
.logos {
  vertical-align:middle;
  display:table;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  height:100px;
  width:150px;
  -ms-interpolation-mode:bicubic;
  /*margin-bottom:-15px;*/
}
.product-wrapper section {
  z-index:0;
  position:relative;
}
.husl-block h2 {
  font-weight:300;
}
.box-text {
  padding:1.5em;
}
.partner-cards .card:hover {
  cursor:default;
}
#hero-page {
  min-height: 680px;
}
.hero-logo-wrapper {
  /*background:rgba(255,255,255,0.2);*/
  padding:30px 30px 0;
  border-radius:20px;
  /*border:10px solid rgba(255,255,255,0.1);*/
  border:10px solid transparent;
  box-shadow:rgba(17,12,46,0.15) 0px 28px 100px 0px;
}
.hero-video-wrapper {
    padding: 15px;
    border-radius: 20px;
    border: 10px solid transparent;
    box-shadow: rgba(17,12,46,0.15) 0px 28px 100px 0px;
}
.hero-logo,.header-stat {
  padding:1em;
  box-sizing:border-box;
  background:#fff;
  border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px;
  max-width:100%;
  display:block;
  margin:0 auto 30px;
}
.header-stat.h-100 {
  margin:0 auto;
}
.stat-value {
  font-size:52px;
  line-height:1;
  font-weight:400;
  background:-webkit-linear-gradient(#00A0FF,#0B59CE);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  display:block;
  text-align:center;
}
.stat-descriptor {
  font-family:'Roboto Condensed',Roboto,sans-serif;
  display:block;
  font-size:15px;
  line-height:1.2;
  font-weight:300;
  text-align:center;
}
.grid-list-1-col {
  grid-template-columns:1fr;
}
.hero-ticker-offset {
  position:relative;
  top:-80px;
}
.hero-ticker {
    z-index: 1;
    margin-bottom: 20px;
    position: absolute;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    left: 0;
    bottom: -80px !important;
    
}

.videoWrapper .video {
    max-width: 100%;
    transition: 0.222s;
    position: relative;
    display: block;
}

.videoWrapper .video img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.videoWrapper .video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 5em;
    transition: .222s;
    opacity: .8;
    color: #e6e7e8;
}

.videoWrapper a:hover .video i {
    color: rgba(251, 146, 24, 1);
    transition: .222s ease-in-out;
}

.videoWrapper .video i.play-btn-blue {
    color: #0582d2;
}
.videoWrapper .video i.play-btn-orange {
    color: rgba(251, 146, 24, 1)
}
.videoWrapper a:hover .video i.play-btn-orange {
    color: #0582d2;
}
@media (min-width: 768px) {
    .hero-ticker {
        bottom: -180px;
    }
}

@media (min-width: 979px) {
    .hero-ticker {
        bottom: 0px;
    }
}

.hero-ticker .ticker-wrapper {
    width: 100%;
    text-align: center;
    box-shadow: 4px 5px 20px rgba(35, 30, 32, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 24px 24px 24px;
    
}

@media (min-width: 768px) {
    .hero-ticker .ticker-wrapper {
        padding: 50px 20px 40px;
    }
}

.hero-ticker .ticker-wrapper h5 {
    margin-bottom: 30px;
    
}

@media (min-width: 768px) {
    .hero-ticker .ticker-wrapper h5 {
        margin-bottom: 40px;
    }
}

.hero-ticker .ticker-wrapper a.simple {
    margin-top: 20px;
}

.hero-ticker .ticker-wrapper .ticker-logos .owl-stage-outer {
    overflow: hidden;
}

.hero-ticker .ticker-wrapper .ticker-logos img {
    display: inline-block;
    margin: 12px;
}

.hero-ticker .ticker-wrapper .ticker-logos .owl-item {
    display: inline-block;
    text-align: center;
    height: 40px;
    max-width: 160px;
}

    .hero-ticker .ticker-wrapper .ticker-logos .owl-item img {
        margin: 0;
        max-width: 100%;
        max-height: 100%;
    }

.hero-ticker .ticker-wrapper .owl-nav {
    display: none;
}
.grid-item {
  font-weight:300;
  font-family:'Roboto',"Helvetica Neue",Arial,Verdana,sans-serif;
  padding:5px 0;
  display:block;
  position:relative;
  padding-left:20px;
}
.grid-item:before {
  content:"";
  display:block;
  width:3px;
  height:3px;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  border-radius:100%;
  background:#fb9218;
}
.icon-text-grid {
  display:grid;
  grid-template-columns:1fr 4fr;
  grid-gap:10px;
  align-items:center;
  margin-bottom:1.5em;
  background:#ffffff;
  border-radius:10px;
  padding:10px 20px;
  font-size:0.9em;
  box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.icon-text-grid-categories {
  display:grid;
  grid-template-columns:1fr 5fr;
  grid-gap:15px;
  align-items:center;
  font-size:0.8em;
  padding:10px 20px;
  border-bottom:1px dashed #dbdfea;
}
.icon-text-grid-categories.last-cat {
  border-bottom:none;
}
.categories-wrapper {
  background:#ffffff;
  border-radius:10px;
  padding:10px 0;
  box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.icon-text-grid img {
  width:100%;
  max-width:50px;
}
.icon-text-grid a:link,.icon-text-grid a:visited,.icon-text-grid-categories a:link,.icon-text-grid-categories a:visited {
  color:#231E20;
  text-decoration:none;
  transition:all 0.2s ease-in-out;
  font-weight:500;
}
.icon-text-grid a:hover,.icon-text-grid-categories a:hover {
  color:#00a0ff;
}
.icon-text-grid-cta {
  margin-bottom:1.5em;
}
.partner-driver-hero {
  background:url(img/hero.svg) no-repeat bottom center;
  background-size:cover;
  padding:3em 0 0;
}
.why-cdata {
  background:url(drivers/img/why-cdata-bg.svg) no-repeat top center;
  background-size:100%;
  padding:7em 0;
}
.icon-point {
  display:flex;
  flex-flow:row nowrap;
  justify-content:flex-start;
  align-items:flex-start;
  margin-bottom:40px;
}
.icon-point .icon {
  flex:0 0 15%;
  padding-right:15px;
}
.icon-point .point {
  flex:0 0 85%;
  padding-left:15px;
}
.overlap-section {
  margin-top:-300px;
  padding-top:380px;
}
#testimonials-block {
  position:relative;
  z-index:1;
}
.testimonial-logo {
  display:block;
  width:90px;
  margin-bottom:1em;
}
.testimonial-item {
  margin-bottom:1.5em;
}
.testimonials-block {
  background:url(drivers/img/testimonials.svg) no-repeat 100% 0;
  background-size:cover;
}
.featured-connectors {
  background:url(img/categories.svg) no-repeat top center;
  background-size:cover;
  padding:280px 0 80px;
  margin-top:-100px;
}
.connectors-wrapper {
  padding:40px;
  border-radius:20px;
  box-shadow:rgba(17,12,46,0.15) 0px 28px 100px 0px;
}
/*from bundle*/
.customer-stories {
  position: relative;
  padding-top: 250px;
  padding-bottom: 230px;
}
@media (min-width: 768px) {
  .customer-stories {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
.customer-stories::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../img/redesign/customer-stories-bg.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1440px) {
  .customer-stories {
    padding-bottom: 450px;
  }
  .customer-stories::after {
    background-image: url("../../img/redesign/case-studies-bkgd@2x.png");
    background-size: cover;
  }
}
.customer-stories .container {
  position: relative;
  z-index: 1;
}
.customer-stories .card-slider-nav {
  text-align: right;
  margin-top: 20px;
}
.customer-stories .card-slider-nav .owl-prev,
.customer-stories .card-slider-nav .owl-next {
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  outline: none;
  margin-left: 3px;
  margin-right: 3px;
}
.customer-stories .card-slider-nav .owl-prev i,
.customer-stories .card-slider-nav .owl-next i {
  height: 12px;
  /*display: inline-block;*/
  display: flex;
}
.customer-stories .card-slider-nav .owl-prev i svg path,
.customer-stories .card-slider-nav .owl-next i svg path {
  transition: fill 0.15s ease-in;
}
.customer-stories .card-slider-nav .owl-prev.disabled,
.customer-stories .card-slider-nav .owl-next.disabled {
  cursor: not-allowed;
}
.customer-stories .card-slider-nav .owl-prev:not(.disabled) i svg path,
.customer-stories .card-slider-nav .owl-next:not(.disabled) i svg path {
  color: #00A0FF;
  fill: #00A0FF;
}
.customer-stories .card-slider-nav .owl-next .arrow-right {
  transform: rotate(180deg);
  transform-origin: center center;
}
.customer-stories .card-slider {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 979px) {
  .customer-stories .card-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.customer-stories .card-slider .owl-stage-outer {
  padding: 20px 0;
  overflow: hidden;
}
.customer-stories .card-slider .owl-stage-outer .owl-stage {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.customer-stories .card-slider .owl-stage-outer .owl-stage .owl-item {
  display: inline-block;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 979px) {
  .customer-stories .card-slider .owl-stage-outer .owl-stage .owl-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.customer-stories .card-slider .card-slide {
  height: 100%;
}
.customer-stories .card-slider .card-slide .card-slide-inner {
  background: #fff;
  height: 100%;
  box-shadow: 0 0 10px rgba(35, 30, 32, 0.1);
  display: flex;
  flex-flow: column nowrap;
  padding: 40px 25px;
}
@media (min-width: 979px) {
  .customer-stories .card-slider .card-slide .card-slide-inner {
    padding: 45px 40px;
  }
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-logo {
  margin-bottom: 40px;
}
@media (min-width: 639px) {
  .customer-stories .card-slider .card-slide .card-slide-inner .card-logo .card-logo-inner {
    height: 38px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-logo .card-logo-inner img {
  display: inline-block;
  max-width: 135px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-content {
  flex: 1 0 auto;
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-content .card-content-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-content .card-content-inner h6, .customer-stories .card-slider .card-slide .card-slide-inner .card-content .card-content-inner p {
  margin-bottom: 20px;
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-content .card-content-inner a {
  margin-top: auto;
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-content .card-content-inner p {
  width: 100%;
}
.customer-stories .insights-title-row {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .customer-stories .insights-title-row {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
@media (min-width: 979px) {
  .customer-stories .insights-title-row {
    margin-top: 100px;
  }
}
.customer-stories .insights-row .insights-list .insight {
  padding-bottom: 30px;
}
.customer-stories .insights-row .insights-list .insight p {
  margin-bottom: 8px;
}
.customer-stories .insights-row h6 {
  border-bottom: 2px solid rgba(172, 177, 193, 0.2);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1249px) {
  .customer-stories .insights-row .col-lg-8 {
    padding-right: 80px;
  }
}
.customer-stories .insights-row .col-lg-8 .insights-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.customer-stories .insights-row .col-lg-8 .insights-list .insight {
  flex: 0 0 100%;
}
.customer-stories .insights-row .col-lg-8 .insights-list .insight:nth-child(n+4) {
  display: none;
}
@media (min-width: 768px) {
  .customer-stories .insights-row .col-lg-8 .insights-list .insight {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .customer-stories .insights-row .col-lg-8 .insights-list .insight {
    flex: 0 0 320px;
  }
}
@media (min-width: 768px) {
  .customer-stories .insights-row .col-lg-8 .insights-list .insight:nth-child(odd) {
    padding-right: 10px;
  }
  .customer-stories .insights-row .col-lg-8 .insights-list .insight:nth-child(even) {
    padding-left: 10px;
  }
  .customer-stories .insights-row .col-lg-8 .insights-list .insight:nth-child(n+4) {
    display: block;
  }
}
@media (min-width: 979px) {
  .customer-stories .insights-row .col-lg-8 .insights-list .insight:nth-child(odd) {
    padding-right: 20px;
  }
  .customer-stories .insights-row .col-lg-8 .insights-list .insight:nth-child(even) {
    padding-left: 20px;
  }
}
.customer-stories .insights-row .col-lg-4 .insights-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.customer-stories .insights-row .col-lg-4 .insights-list .insight {
  flex: 0 0 100%;
}
/* // */
.customer-stories::after {
  content:none;
}
.customer-stories.testimonials-block {
  padding:100px 0 80px;
}
.customer-stories.testimonials-block.padding-less {
  padding:100px 0 80px;
}
.customer-stories .card-slider .card-slide .card-slide-inner .card-content .card-content-inner p:last-of-type {
  margin-bottom:0;
}
.card-logo-wrapper{
      height: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

}
.card-logo-wrapper img{
      display: inline-block;
    max-width: 135px;
}
.mb-30 {
  margin-bottom:30px;
}
.max80 {
  max-width:80%;
}
.img-hover-zoom-wrapper {
  width:100%;
  overflow:hidden;
  display:block;
  margin:0 auto 1em;
  border-radius:10px;
}
.img-hover-zoom {
  transition:all 0.3s ease-in-out;
  transform:scale(1);
}
.img-hover-zoom:hover {
  transform:scale(1.15);
  opacity:0.8;
}
.dashed-divider {
  border-bottom:1px dashed #dbdfea;
  margin:4em 0;
  height:1px;
}
.fifty-fifty-img {
  box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.success {
  display:block;
  margin-bottom:1em;
}
.success.altair {
  background:url('../company/img/partners/w400/logo_altair-w400.jpg') no-repeat center;
  height:80px;
  background-size:80%;
}
.success.sisense {
  background:url('../company/img/partners/w400/logo_sisense-w400.jpg') no-repeat center;
  height:80px;
  background-size:80%;
}
.success.scribe {
  background:url('../company/img/partners/w400/logo_scribe-w400.jpg') no-repeat center;
  height:80px;
  background-size:80%;
}
.success.ca {
  background:url('../company/img/partners/w400/logo_computerassociates-w400.jpg') no-repeat center;
  height:80px;
  background-size:80%;
}
.extra-line {
  border-right:1px dashed #dbdfea
}
@media screen and (max-width:640px) {
  #submenu_container {
    height:148px !important;
  }
}
@media (max-width:640px) {
  .col-sm-offset-1-5 {
    margin-left:0%;
  }
  .oem-drivers-menu #submenu_container {
    height:180px !important;
  }
  .oem-drivers-menu .headertags {
    padding-left:1em !important;
  }
  .oem-drivers-menu .contactbtn {
    padding-left:2em !important;
  }
}
@media (min-width:768px) {
  .col-sm-offset-1-5 {
    margin-left:0%;
  }
  .icon-point {
    padding-right:40px;
  }
  .partner-driver-hero .hero-text {
    margin-top:75px;
    max-width:490px;
  }
  .partner-driver-hero .hero-block {
    margin-bottom: 4rem;
  }
  .partner-driver-hero .hero-block .hero-text{
    margin-top: 3.75em;
  }
  .grid-list-2-col{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}
@media (min-width:980px) {
  .col-sm-offset-1-5 {
    margin-left:12.5%
  }
}
@media (min-width:992px) {
  .grid-list {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
  }
  
}
@media (max-width:991px) {
  .grid-list {
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .resource-section {
    background-position:top left;
  }
  .partner-data {
    background:url(drivers/img/dashed-mobile.svg) no-repeat center;
    background-size:100%;
  }
}
@media (max-width:767px) {
  .article-content {
    margin-top:30px;
  }
  .offset-bottom {
    bottom:0;
  }
  .partner-data {
    background:none;
    /* background-size:150%;*/
  }
  .partner-cards .intro-inner {
    box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;
  }
  .logo-box {
    margin-bottom:1.5em;
    padding:60px 15px;
  }
  .thumbnail-box{
    margin-bottom:1.5em;
  }
  .extra-line {
    border-bottom:1px dashed #dbdfea;
    border-right:none;
    padding-bottom:1.5em;
    margin-bottom:1.5em;
  }
  .success.altair,.success.sisense,.success.scribe,.success.ca {
    background-size: 40%;
  }
  .resource-callout-mid{
    clip-path:polygon(0 0%,100% 20%,100% 80%,0 100%);
  }
  #top-navigation-cloud.hide-mob{
    display: none;
  }
 .bottom-cta{
  margin-top: 40px;
 }
}