
#industry .featured .curtain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.66+0,0.33+45 */
  background: rgba(0,0,0,0.5);

}

#industry .featured {
  height: 650px;
}

#industry .industry-header {
    background: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

#industry .industry-header #featured-container {
  text-align: center;
}

#industry .industry-header #industry-icon {
  padding-bottom: 5px;
  width: 40px;
}

#industry .industry-header #featured-container h5{
  font-size: 13px;
  letter-spacing: 2px;
}

#industry .industry-header h1 {
  padding-bottom: 20px;
}

#industry .industry-header p {
    font-size: 18px;
    padding-bottom: 35px;
}

#industry .industry-header .button {
    margin-right: 30px;
    min-width: 230px;
    background-color: #ffa008 !important;
    border: solid 1px #ffa008 !important;
}

#industry .industry-header p {
    font-size: 18px;
    line-height: 28px;
}

#industry .industry-header a img {
    vertical-align: middle;
    padding-right: 12px;
}

#industry .industry-announcements {
    background-color:  #f5f6f7;
    box-shadow: 0px 1px 0px 0px #e0e0e0;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 1px;
}
#industry .industry-announcements p {
	padding: 10px 0;
}


.vcenter {
  display: inline-block;
vertical-align: middle;
float: none;
}

#industry .case-wrapper{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

#industry .case-wrapper .case-content {
  position: relative;
  padding: 20px 0 20px 165px;
}

#industry .case-wrapper img {
    position: absolute;
    left: 0;
    top: -30px;
    max-width: 150px;
}

#industry .case-wrapper .case-content h5 {
  padding-bottom: 4px;
}

#industry .case-wrapper .case-content p {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 0px;
}

#industry .case-wrapper .case-buttons {
    margin: 0;
    padding: 0;
    text-align: right;
}

#industry .case-wrapper .case-buttons .btn {
    color: #ffffff;
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 5px 25px;
}


#industry .industry-benefits {

}

#industry .industry-benefits h3 {
  font-family: 'ProximaNova-Light', "Helvetica-Neue", Helvetica, Sans-serif;
  font-size: 30px;
  text-align: left;
  padding-bottom: 25px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 35px;
}
#industry .industry-benefits h3:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 35px;
  width: 40px;
  height: 1px;
  background: #ccc;
}

#industry .industry-benefits .benefitList {
    list-style: none;
    padding-left: 0;
}

#industry .industry-benefits .benefitList li {
    margin-bottom: 20px;
}

#industry .industry-benefits .benefitList img {
    width: 25px;
    height: auto;
    display: inline;
    float: left;
    position: relative;
    top: -1px;
}

#industry .industry-benefits .benefitList span {
    display: block;
    font-size: 18px;
    margin-left: 36px;
}

#industry .industry-how-it-works .container {
    border-top: 1px solid #D3D3D3;
}

#industry .industry-how-it-works .container .hiw-step {
    text-align: center;
}

#industry .industry-how-it-works .container .hiw-step img{
    width: 250px;
    height: auto;
}

#industry .industry-how-it-works h2 {
    text-align: center;
    margin-bottom: 25px;
}

#industry .industry-how-it-works p {
    text-align: center;
    margin-top: 25px;
}






#industry .industry-solutions {
    background-color: #F3F5F5;
    padding-bottom: 40px;
}
#industry .industry-solutions img.hero {
    width: 800px;
    height: auto;
    position: absolute;
    bottom: 60px;
    right: 55%;
    opacity: 1;
}
#industry .industry-solutions img.hero.browser {
    bottom: 82px;
    right: 49%;
}
#industry .industry-solutions .section-head {
    text-align: center;
}

#industry .industry-solutions .solution-content .hero-image-section{
    position: relative;
    left: -190px;
}
#industry .industry-solutions .solution-choices {

}
#industry .industry-solutions .solution-choices .choice {
    cursor: pointer !important;
    position: relative;
    top: 0;
    left: 0;
    padding: 30px 40px 40px 90px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: 6px 8px 40px 2px rgba(112,110,112,0.3);
    -moz-box-shadow: 6px 8px 40px 2px rgba(112,110,112,0.3);
    box-shadow: 6px 8px 40px 2px rgba(112,110,112,0.3);
}
#industry .industry-solutions .solution-choices .choice:after {
  content: "";
  right: 100%;
  top: 55px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}

#industry .industry-solutions .solution-choices .choice.api {
    margin-top: 30px;
}
#industry .industry-solutions .solution-choices .choice img {
    position: absolute;
    top: 35px;
    left: 20px;
    display: block;
    width: 50px;
    height: auto;
}

#industry .industry-solutions .solution-choices .choice h3 {
  font-size: 24px;
}
#industry .industry-solutions .solution-choices .choice p {
    font-size: 15px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}


/*   INTERACTION SPECIFIC   */

#industry .industry-solutions img.hero,
#industry .industry-solutions .solution-choices .choice,
#industry .industry-solutions .solution-choices .choice img,
#industry .industry-solutions .solution-choices .choice:after {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);

  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}




#industry .industry-solutions.show-browser img.hero.api {
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
}
#industry .industry-solutions.show-api img.hero.browser {
    opacity: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
}


#industry .industry-solutions.show-browser .solution-choices .choice.api {
  background: transparent;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -webkit-box-shadow: 6px 8px 40px 2px rgba(112,110,112,0);
  -moz-box-shadow: 6px 8px 40px 2px rgba(112,110,112,0);
  box-shadow: 6px 8px 40px 2px rgba(112,110,112,0);
}
#industry .industry-solutions.show-api .solution-choices .choice.browser {
  background: transparent;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -webkit-box-shadow: 6px 8px 40px 2px rgba(112,110,112,0);
  -moz-box-shadow: 6px 8px 40px 2px rgba(112,110,112,0);
  box-shadow: 6px 8px 40px 2px rgba(112,110,112,0);
}

#industry .industry-solutions.show-browser .solution-choices .choice.api:after {
  border-right-color: transparent;
}
#industry .industry-solutions.show-api .solution-choices .choice.browser:after {
  border-right-color: transparent;
}

#industry .industry-solutions .solution-choices .choice img.current {
  opacity: 1;
}
#industry .industry-solutions.show-browser .solution-choices .choice.api img.current {
  opacity: 0;
}
#industry .industry-solutions.show-api .solution-choices .choice.browser img.current {
  opacity: 0;
}

#industry-index .col-sm-4:nth-child(3n+1) {
    clear: both;
}

#industry-index .page-title {
    padding-top: 80px;
    padding-bottom: 67px;
    max-width: 660px;
}

#industry-index h2 {

}

#industry-index .industry-item-wrapper {
    margin-bottom: 50px;
    position: relative;
}

#industry-index .industry-item {
    cursor: pointer;
}

#industry-index .industry-item .text-wrap {
    padding: 20px;
    background-color: #ffffff;
    color: #666;
}

/*#industry-index .col-sm-4:last-child .industry-item .text-wrap  {
    background-color: #cfd1d4;
}  */

#industry-index .industry-item h5 {
  padding: 20px 0px;
  margin: 0px;
  font-family: "ProximaNova-Regular";
  color: #333a3f;
  font-size: 1.125em;
}

#industry-index .industry-item h5 {
    position: relative;
}

#industry-index .industry-item h5 a {
    position: absolute;
    right: 21px;
    top: 16px;
}

#industry-index .description-wrapper {
    display: none;
    position: absolute;
    top:53px;
    background-color: #ffffff;
    z-index: 100;
    -moz-box-shadow: 0px 3px 3px 0px #888;
    -webkit-box-shadow: 0px 3px 3px 0px #888;
    box-shadow: 0px 3px 3px 0px #888
}





#industry .industry-testimonials {
  background-color: #04A4CC;
  background-image: url("../img/bg-wave-light.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.industry-testimonials .quote-wrap img {
    width: 80px;
}

#industry .industry-testimonials .quote {
    display: block;
    margin: 0 auto;
    font-family: HelveticaNeue;
    color:  rgba(33, 155, 217, 0.9);
    font-size: 120px;
    line-height: 78px;
    height: 30px;
    padding: 30px 0px;

}

#industry .industry-testimonials div.quote:nth-child(6) {
    margin-bottom: 30px;
}

#industry .industry-testimonials blockquote {
    font-family: ProximaNova-Light, 'Helvetica Neue', 'Helvetica';
    color:  #3d4247;
    font-size: 28px;
    line-height: 1.2;
    margin: 0px auto;
    padding: 30px 0 15px 0;
    border: none;
    max-width: 800px;
}

#industry .industry-testimonials h5 {
    font-family: ProximaNova-Bold;
    color:  #333333;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

#industry .industry-testimonials small {
    color:  #808080;
    font-size: 12px;
}

#industry .industry-testimonials a.case-study {
    color:  #fff;
    font-size: 18px;
    position: relative;
    top: 30px;
}

#industry .industry-testimonials a.case-study img {
    position: relative;
    top: -8px;
    left: 10px;
}

#industry .associations-right {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 480px;
}

#industry .associations-centered {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 480px;
}
#industry .associations-centered h3 {
	padding-bottom: 330px;
}


#industry .industry-generic {
    background-color:  #ecedee;
    text-align: center;
}


#industry .industry-featured .featured-panel {
    padding: 50px 0;
}

#industry .featured .featured-panel h2 {
    font-size: 30px;
}

#industry .featured .featured-panel ul {
    padding-left: 17px;
}


#industry .featured .newsletter {
    background-color:  #ecedee;
    border-radius: 5px;
    padding: 27px 0px;
    color:  #666666;
    font-size: 18px;
    text-align: center;
}

#industry .newsletter form{
    display: inline;
    width: 100%;
    text-align: center;
}

#industry .newsletter form input {
    width: 42%;
    margin: 0;
    margin-left: 20px;
    color: #b3b3b3;
    font-size: 16px;
    text-transform: lowercase;
}


#industry .newsletter form input[type="submit"]{
    margin: 0;
    max-width: 120px;
    margin-left: 9px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}


#industry .request-demo .card {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 12px 50px 2px rgba(66,66,66,0.3);
  -moz-box-shadow: 0px 12px 50px 2px rgba(66,66,66,0.3);
  box-shadow: 0px 12px 50px 2px rgba(66,66,66,0.3);
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#industry .request-demo .card:before {
  content: " ";
   position: absolute;
   top: 0;
   left: 0%;
   width: 35%;
   bottom: 0; /* add this instead */
   background: #f5f5f5;
}
#industry .request-demo .request-demo-section-header {
  float: left;
  width: 35%;
  text-align: left;
  position: relative;
  padding: 30px 5%;
}
#industry .request-demo .request-demo-section-header h3 {
  font-family: 'ProximaNova-Light', "Helvetica-Neue", Helvetica, Sans-serif;
}
#industry .request-demo .request-demo-section-header p {
  line-height: 1.4em;
  padding-bottom: 0;
}
#industry .request-demo .request-demo-section-header img {
    width: 76px;
    height: auto;
}

#industry .request-demo-form-wrapper {
  float: right;
  width: 65%;
  padding: 30px 5%;
  margin: 0 auto;
  position: relative;
}
#industry .request-demo-form-wrapper #form-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}
#industry .request-demo .formNote {
  text-align: center;
  background: #ebf9fc;
  color: #457f91;
  border: 1px solid #97cbdb;
  border-radius: 5px;
  padding: 8px 15px;
  margin-top: 20px;
  margin-bottom: -15px;
  font-size: 0.875em;
  line-height: 1.3em;
}

#industry .bg-white {
    background-color: #fff;
}

#industry .bg-grey {
    background-color: #ecedee;;
}


#other-industries {
  padding-bottom: 20px;
}
#other-industries .container {
  background: #ecefef;
  padding: 80px 0;
}
#other-industries,
#other-industries h3,
#other-industries .sub-title {
  text-align: center;
}

@media only screen and (max-width:1200px) {

    #industry .featured {
       height: 710px;
    }

    #industry .request-demo .request-demo-left h3 {
        font-size: 30px;
        line-height: 32px;
    }

    #industry .request-demo #form-wrapper {
    	text-align: center;
    }

    #industry .request-demo input[type="submit"] {
        max-width: 320px;
        font-size: 13px;
    }

    #industry .modal-header {
        border-bottom: none;
    }

    #video-modal .modal-body {
        text-align:  center;
    }

    #industry-index .col-sm-4:nth-child(3n+1) {
    	clear: both;
    }

    #industry-index .page-title {
        padding-top: 80px;
        padding-bottom: 67px;
        max-width: 660px;
    }

    #industry-index h2 {

    }

    #industry-index .industry-item-wrapper {
        margin-bottom: 50px;
        position: relative;
    }

    #industry-index .industry-item {
    	cursor: pointer;
    }

    #industry-index .industry-item .text-wrap {
        padding: 20px;
        background-color: #ffffff;
        color: #666;
    }

    /*#industry-index .col-sm-4:last-child .industry-item .text-wrap  {
        background-color: #cfd1d4;
    }  */

    #industry-index .industry-item h5 {
      padding: 20px 0px;
      margin: 0px;
      font-family: "ProximaNova-Regular";
      color: #333a3f;
      font-size: 1.125em;
    }

    #industry-index .industry-item h5 {
        position: relative;
    }

    #industry-index .industry-item h5 a {
        position: absolute;
        right: 21px;
        top: 16px;
    }

    #industry-index .description-wrapper {
        display: none;
        position: absolute;
        top:53px;
        background-color: #ffffff;
        z-index: 100;
        -moz-box-shadow: 0px 3px 3px 0px #888;
        -webkit-box-shadow: 0px 3px 3px 0px #888;
        box-shadow: 0px 3px 3px 0px #888
    }


    .plus-sign img {
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .plus-sign.open img {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);;
        transform: rotate(45deg);
    }

    #industry-index .description-wrapper .description  {
        border-top: 1px solid #e3e8e8;
        padding: 20px 20px 25px 20px;
        -moz-animation: slideup .3s;
        -webkit-animation: slideup .3s;
        animation: slideup .3s;
    }


    .testimonial-image {
        width: 70px !important;
        height: 70px;
        border: 2px solid #fff;
        border-radius: 45px;
    }

}


@media only screen and (min-width:992px) and (max-width:1199px) {

  #industry .industry-solutions .solution-choices .choice h3 {
    font-size: 21px;
  }
  #industry .industry-solutions img.hero.browser {
    bottom: 115px;
  }
}
@media only screen and (max-width:991px) {

    #industry .featured {
       height: 727px;
    }

    .industry-header h1 {
        font-size: 38px;
    }

    #industry .solution-choices div {
        text-align: center;
    }
    #industry .industry-solutions .solution-choices img {
        float: none;
        width: 80px;
    }
    #industry .industry-solutions .solution-choices h3 {
        margin-left: 0px;
    }
    #industry .industry-solutions .solution-choices p {
        margin-left: 0px;
    }
    #industry .request-demo .request-demo-section-header {
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  #industry .industry-solutions {
    padding-bottom: 20px;
  }
  #industry .industry-solutions img.hero {
    width: 680px;
    bottom: 42px;
    right: 58%;
  }
  #industry .industry-solutions img.hero.browser {
    bottom: 65px;
    right: 56%;
  }
  #industry .industry-solutions .solution-choices .choice {
    padding: 15px 20px 25px 70px;
  }
  #industry .industry-solutions .solution-choices .choice img {
    top: 15px;
    left: 15px;
    width: 38px;
  }
  #industry .industry-solutions .solution-choices .choice h3 {
    font-family:'ProximaNova-SemiBold', "Helvetica-Neue", Helvetica, Sans-serif;
    font-size: 16px;
  }
  #industry .industry-solutions .solution-choices .choice h3,
  #industry .industry-solutions .solution-choices .choice p {
    text-align: left;
  }
  #industry .industry-solutions .solution-choices .choice p {
    font-size: 14px;
  }

  #industry .request-demo .card {
    width: 100%;
    margin: 0 auto;
  }
  #industry .request-demo .request-demo-section-header {
    text-align: left;
  }
  #industry .request-demo .request-demo-section-header h3 {
    font-size: 24px;
  }
  #industry .request-demo .request-demo-section-header p {
    font-size: 15px;
  }
}

@media only screen and (max-width:767px) {

  #industry .industry-header #featured-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
    #industry .industry-header {
        text-align: center;
    }
    #industry .industry-header p {
        font-size: 14px;
        line-height: 1.6em;
        padding-bottom: 15px;
    }
    #industry .industry-header .button {
        margin-right: 0px;
    }
    #industry .industry-header .play {
        margin-top: 10px;
        position: relative;
        top: 0px;
        left: -3px;
    }
    #industry .case-wrapper {
      background: #949494;
    }
    #industry .case-wrapper img {
      width: 100px;
      position: relative;
      left: 0px;
      top: 0;
    }
    #industry .case-wrapper .case-content {
      padding: 0px 0 20px 0;
      top: -40px;
    }
    #industry .case-wrapper .case-content h5 {
      font-size: inherit;
      padding-bottom: 10px;
    }
    #industry .case-wrapper .case-content p {
      font-size: inherit;
    }
    #industry .case-wrapper .case-buttons {
      position: relative;
      top: -30px;
      padding-bottom: 0px;
    }
    #industry .case-wrapper .case-buttons .btn {
      font-size: 16px;
      padding: 7px 48px;
    }

    #industry .industry-benefits h3 {
      font-size: 24px;
    }
    #industry .industry-benefits .benefitList span {
      font-size: inherit;
    }

    #industry .industry-how-it-works .hiw-step {
        text-align: center;
        margin-bottom: 25px;
    }
    #industry .industry-how-it-works .hiw-step img {
        max-width: 50%;
    }
    #industry .industry-how-it-works .hiw-step p {
        padding: 0px 0px 20px 0px;
        margin-top: 10px;
    }

    #industry .industry-testimonials blockquote {
      font-size: 24px;
    }

    #industry .industry-solutions .solution-choices .choice {
      background: transparent;
      padding: 0 5%;
      margin-top: 20px;
      text-align: center;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    #industry .industry-solutions .solution-choices .choice:after {
      display: none;
    }
    #industry .industry-solutions .solution-choices .choice h3 {
      font-size: 18px;
    }
    #industry .industry-solutions .solution-choices .choice img {
      width: 64px;
      position: relative;
      top: 0;
      left: 0;
      display: none;
      opacity: 1 !important;
      margin: 0 auto 15px auto;
    }
    #industry .industry-solutions .solution-choices .choice img.current {
      display: block;
    }
    #industry .industry-solutions .solution-choices .choice.api {
      margin-top: 50px;
    }

    #industry .request-demo .card {
      width: 100%;
      margin: 0 auto;
    }
    #industry .request-demo .card:before {
      width: 0%;
      background: transparent;
    }
    #industry .request-demo .request-demo-section-header,
    #industry .request-demo .request-demo-form-wrapper {
      float: none;
      width: 100%;
    }
    #industry .request-demo .request-demo-section-header {
      text-align: center;
      padding-bottom: 0;
    }
    #industry .request-demo .request-demo-form-wrapper {
      padding-top: 0;
    }
    #industry .request-demo .request-demo-section-header h3 {
      font-size: 24px;
    }
    #industry .request-demo .request-demo-section-header p {
      font-size: 15px;
    }

}

@media only screen and (max-width:691px) {
    #industry .featured {
       height: 750px;
    }
}

@media only screen and (max-width:591px) {
    #industry .featured {
       height: 795px;
    }
}

@media only screen and (max-width:579px) {
  #industry .industry-header #featured-container {
    padding-top: 35px;
  }
    #industry .newsletter form input[type="submit"]{
        margin-top: 20px;
    }
    #industry .newsletter form input[type="text"]{
        margin-top: 20px;
        width: auto;
    }
    #industry .industry-benefits .benefitList  li{
        height: auto;
    }
}
