  .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 {
      top: 5em;
      left: 6em;
      height: 220px;
      position: absolute;
/*      z-index: -1;*/
  }

  .screenshot>img {
    height: 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);
  }

  @media(max-width:980px) {
    .screenshot {
      top: 6em;
      left: 3em;
      /*height: 231px*/;
      width: 50%;
    }

    .screenshot>img {
      height: 75%;
      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;
      bottom: 25%;
      left: 70%;
    }

    .logo-box:first-child:before {
      top: -4px;
      left: 0;
    }
  }

  @media(max-width:640px) {

    .hero-height {
      height: 500px;
    }

    .screenshot>img{
      display: none;
    }

    .logo-box {
      background: #fff;
      position: relative;
      bottom: 10em !important;
      left: 3em !important;
    }

    .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;
    }
  }

 .integrations-hero{
    border-bottom:1px solid gainsboro;
    width:100%;
    background: url(_img/hero.jpg) no-repeat center center;
    background-size: cover;
    background-color:#00a0ff;
 }
