  .hero-footer .row .hero-footer-item .text {
    font-weight: bold;
  }

  .drivers-tech .article {
    color: black;
    display: block;
    padding: .5em 0 .5em 2em;
    border: 1px solid transparent;
  }

  .drivers-tech .article:hover {
    background-color: white;
    border: 1px solid gainsboro;
  }

  .drivers-tech .article i.fa {
    margin-left: -18px;
  }

  .source-description {
    background-color: #00a0ff;
    background: linear-gradient(90deg, rgba(0, 160, 255, .7) 0%, rgba(23, 124, 184, 1) 100%);
    color: #fff;
    h2: #fff !important;
    border-bottom: 1px solid gainsboro;
  }

  .source-description img {
    box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  }

  .connect-details-intro {
    position: relative;
    border-bottom: 1px solid gainsboro;
  }

  .connect-details-intro .intro-inner {
    text-align: center;
    padding: 2em 1em;
    border: solid 1px gainsboro;
    border-radius: 2px;
    height:305px;
  }

  .connect-details-intro .intro-inner p {
    margin: 0;
  }

  .connect-details-intro .intro-inner img {
    margin-bottom: 12px;
  }

  .connect-details-intro img {
    width: 65%;
  }

  @media screen and (max-width:980px) {

  	.connect-details-intro .col-md-6 {
  		padding: 15px !important;
  	}

    .connect-details-intro .intro-inner {
     height: 250px;
     margin: 15px 0;
   }

   .connect-details-intro .intro-inner img {
    margin-bottom: 12px;
    width: 33% !important;
  }
}

.connections-hero{
  border-bottom:1px solid gainsboro;
  width:100%;
  background-size: cover;
  background-color:#00a0ff;
}

.hero-height {
  height: 400px;
}

.screenshot {
  padding-top:4em;
  padding-left:4em;
/*      z-index: -1;*/
}

.screenshot>img {
  max-width:100%;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.logo-box img{
  max-height:48px;
}

.integrations-hero a.btn {
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, .0);
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, .0);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, .0);
  color: White !important;
  background: rgba(0, 160, 255, .6);
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.integrations-hero a.btn:hover {
  color: White !important;
  background: rgba(0, 140, 235, .8);
  border: 1px solid rgba(255, 255, 255, .2);
}

.mt-two{
  margin-top: 2em;
}
.mt-three{
  margin-top: 3em;
}
.m-auto{
  margin-left: auto;
  margin-right: auto;
}
.border-light{border: 1px solid #DBDFEA}

.max80{max-width: 80%;}
.max90{max-width: 90%;}

@media(max-width:980px) {
  .screenshot {
    padding:2em;
    /*height: 231px*/;
  }

  .screenshot>img {
	max-width:100%;
    box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  }

  .logo-box {
    height: 75px;
    width: 125px;
  }

  .logo-box:first-child:before {
    top: -4px;
    left: 0;
  }
  .max80, .max90{
    max-width: 100%;
  }
}

@media(max-width:640px) {


  .screenshot>img{
    
  }

  

    .logo-box:first-child:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 5px;
      background: linear-gradient(to left, rgb(235, 100, 63), rgb(240, 137, 39), rgb(242, 154, 28));
      top: -4px;
      left: 0;
    }
    .mobile-margin-top{
      margin-top: 2em;
    }
  }

.integrations-hero{
  border-bottom:1px solid gainsboro;
  width:100%;
  background: url(_img/hero.jpg) no-repeat center center;
  background-size: cover;
  background-color:#00a0ff;
}
