.is_clickable {
  cursor: hand;
  cursor: pointer;
}

.nstSlider {
  cursor: hand;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 56px;
  background: url(../../images/ctaButtonBg.png) repeat-x top left;
}

.nstSlider:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -21px;
  width: 22px;
  height: 56px;
  background: url(../../images/ctaButtonBgRight.png) no-repeat top left;
  background-size: contain;
}

.nstSlider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -21px;
  width: 22px;
  height: 56px;
  background: url(../../images/ctaButtonBgLeft.png) no-repeat top right;
  background-size: contain;
}

.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}

.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}

.on_cta_text {
  text-transform: uppercase;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #ffffff;
  padding: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  -webkit-align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.on_cta_text>div {
  height: 100%;
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  -webkit-align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}


@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .on_cta_text>div {
    width: 50%;
  }

  .on_cta_text .left_cta p {
    /* text-align: left !important; */
    padding-right: 35px;
  }

  .on_cta_text .right_cta p {
    /* text-align: right !important; */
    padding-left: 35px;
  }
}

.single_ended {
  width: 230px;
  margin-left: 50px;
  margin-top: 20px;
}

.single_ended .on_cta_text>div {
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}

.single_ended .on_cta_text>div p {
  margin-right: 10px;
  font-size: 18px;
}

.on_cta_text img {
  height: 35px;
}

.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  background: url(../../images/cta_middle.png) no-repeat center center;
  background-size: contain;
  width: 97px;
  height: 100%;
  z-index: 1;
}

.single_ended .nstSlider .rightGrip,
.single_ended .nstSlider .leftGrip {
  position: absolute;
  background: url(../../images/single_cta_middle.png) no-repeat center center;
  background-size: contain;
  width: 97px;
  height: 100%;
  z-index: 1;
  /* -moz-transition: all 0.02s ease;
  -o-transition: all 0.02s ease;
  -webkit-transition: all 0.02s ease;
  transition: all 0.02s ease; */
}

.nstSlider .rightGrip.journey,
.nstSlider .leftGrip.journey {
  background: url(../../images/cta_middle_journey.png) no-repeat center center;
  background-size: contain;
}

.nstSlider .rightGrip.database,
.nstSlider .leftGrip.database {
  background: url(../../images/cta_middle_database.png) no-repeat center center;
  background-size: contain;
}

.nstSlider .rightGrip.animate,
.nstSlider .leftGrip.animate {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: transparent;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0 !important;
}

.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .single_ended {
    width: 30vw;
  }

  .single_ended .on_cta_text>div p {
    font-size: 1.6vw;
  }

  .double_ended .on_cta_text img {
    width: 15%;
    height: auto;
  }

  .on_cta_text img {
    width: 9%;
    height: auto;
  }
}

@media only screen and (max-width: 850px) {
  .cta_bar.double_ended {
    width: 500px !important;
  }

  .double_ended .on_cta_text p {
    width: 120px !important;
    line-height: 1 !important;
  }

  .double_ended .on_cta_text>div.left_cta {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
  }

  .double_ended .on_cta_text>div.left_cta p {
    margin-left: 10px;
  }

  .double_ended .on_cta_text>div.right_cta {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
  }

  .double_ended .on_cta_text>div.right_cta p {
    margin-right: 10px;
  }

  .single_ended .on_cta_text>div p {
    width: 40%;
    font-size: 2vw;
    text-align: right;
  }

  .on_cta_text img {
    width: 13%;
  }
}

@media only screen and (max-width: 768px) {
  .single_ended {
    width: 57vw;
    margin-left: auto;
    margin-right: 43px;
  }

  #single_cta_1 {
    width: 57vw;
  }

  .on_cta_text img {
    height: 60%;
    width: auto;
  }

  .single_ended .on_cta_text>div p {
    font-size: 4vw;
    width: calc(100% - 132px);
  }

  .double_ended .nstSlider .rightGrip,
  .double_ended .nstSlider .leftGrip {
    background: url(../../images/m_cta_middle.png) no-repeat center center;
    background-size: contain;
  }

  .double_ended .nstSlider .rightGrip.journey,
  .double_ended .nstSlider .leftGrip.journey {
    background: url(../../images/m_cta_middle_journey.png) no-repeat center center;
    background-size: contain;
  }

  .double_ended .nstSlider .rightGrip.database,
  .double_ended .nstSlider .leftGrip.database {
    background: url(../../images/m_cta_middle_database.png) no-repeat center center;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  .cta_bar.double_ended {
    width: 100% !important;
    padding: 0 40px;
  }

  /* .on_cta_text img {
    height: 23px;
  } */

  .double_ended .on_cta_text p {
    width: 72px !important;
  }

  #landing .onvid_container p {
    /* font-size: 16px !important; */
  }

  .double_ended .on_cta_text>div.left_cta p {
    margin-left: 5px;
    font-size: 2.5vw !important;
  }

  .double_ended .on_cta_text>div.right_cta p {
    margin-right: 5px;
    font-size: 2.5vw !important;
  }
}

@media only screen and (max-width: 400px) {
  .cta_bar.double_ended {
    width: 100% !important;
    padding: 0 40px;
  }
}