#nanorep-fw {
  z-index: 14001
}

.tnt-nudger {
  display: none;
  animation-duration: 1.5s;
  background-color: #fff;
  font-family: 'Roboto';
  line-height: 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 14000
}

.tnt-nudger.opened .tnt-nudger-header-bar h4::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.tnt-nudger-header-bar {
  background-color: #99e6d8;
  color: #252525;
  cursor: pointer;
  margin: auto;
  padding: 15px 10px;
  position: relative;
  max-width: 500px
}

.tnt-nudger-header-bar::before, .tnt-nudger-header-bar::after {
  background-color: #99e6d8;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1000px
}

.tnt-nudger-header-bar::before {
  left: -1000px
}

.tnt-nudger-header-bar::after {
  right: -1000px
}

.tnt-nudger-header-bar h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
  max-width: 960px
}

.tnt-nudger-header-bar h4::after {
  background-image: url("https://webcdn3.cox.com/content/dam/cox/residential/cc-home/img/chevron_down_dark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  transition: transform 175ms;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px
}

.tnt-nudger-body-container {
  background-color: #fff;
  position: relative
}

.tnt-nudger-body-container::after {
  background-color: #fff;
  content: '';
  height: 1000px;
  position: absolute;
  right: 0;
  bottom: -1000px;
  left: 0;
  z-index: -500
}

.tnt-nudger-body-container .copy-container {
  display: flex
}

.tnt-nudger-body-container .image-arrow-container {
  position: relative;
  width: 33.33333%
}

.tnt-nudger-body-container .image-arrow-container img {
  max-width: 106px
}

.tnt-nudger-body-container .image-arrow-container::after {
  background-image: url("https://webcdn3.cox.com/content/dam/cox/common/images/straightup-2020/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 90px;
  height: 47px;
  width: 93px
}

.tnt-nudger-body-container .text, .tnt-nudger-body-container .pricing-container {
  padding: 15px;
  width: 66.66666%
}

.tnt-nudger-body-container .header {
  font-weight: 600;
  font-size: 20px
}

.tnt-nudger-body-container .description {
  line-height: 18px !important;
  margin-bottom: 0
}

.tnt-nudger-body-container .pricing-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  padding-top: 10px
}

.tnt-nudger-body-container .pricing-container .dollars {
  font-size: 60px;
  font-weight: bold
}

.tnt-nudger-body-container .pricing-container .dollars::before {
  content: '$';
  font-size: 18px;
  vertical-align: top;
  line-height: 0
}

.tnt-nudger-body-container .pricing-container .term {
  margin-left: 5px;
  text-align: left
}

.tnt-nudger-body-container .cta-container {
  background-color: #ffd603;
  padding: 15px;
  position: relative
}

.tnt-nudger-body-container .cta-container::before, .tnt-nudger-body-container .cta-container::after {
  background-color: #ffd603;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1000px
}

.tnt-nudger-body-container .cta-container::before {
  left: -1000px
}

.tnt-nudger-body-container .cta-container::after {
  right: -1000px
}

.tnt-nudger-body-container .cta-container .themed-button {
  position: relative;
  left: 30px;
  text-decoration: none
}

.tnt-nudger-body-container .cta-container .themed-button::before {
  background-image: url("https://webcdn3.cox.com/content/dam/cox/common/images/straightup-2020/directional-arrow-brand-color-white.svg");
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
  height: 40px;
  width: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.tnt-nudger-body {
  display: none;
  max-height: 75px;
  margin: 0 auto;
  padding: 0 0 15px;
  max-width: 500px
}

@media only screen and (min-width:450px) {
  body {
    padding-bottom: 54px
  }
}

@media only screen and (min-width:500px) {
  .tnt-nudger-body-container .image-arrow-container img {
    max-width: 100%
  }

  .tnt-nudger-body-container .image-arrow-container::after {
    top: auto;
    bottom: -15px
  }
}

@media only screen and (min-width:768px) {
  .tnt-nudger-body-container .cta-container .themed-button {
    margin: auto
  }
}

@media only screen and (min-width:1024px) {
  .inner-flex-container {
    display: flex
  }

  .inner-flex-container .copy-container, .inner-flex-container .price-and-cta-container {
    flex: 1 0 0
  }

  .inner-flex-container .image-arrow-container {
    overflow: hidden;
    max-width: 215px
  }

  .inner-flex-container .image-arrow-container img {
    position: relative;
    top: -15px
  }

  .inner-flex-container .image-arrow-container::after {
    bottom: 0;
    height: 75px;
    width: 100%
  }

  .tnt-nudger-header-bar::before, .tnt-nudger-header-bar::after, .tnt-nudger-body-container .cta-container::before, .tnt-nudger-body-container .cta-container::after {
    content: none
  }

  .tnt-nudger-header-bar, .tnt-nudger-body {
    max-width: none
  }

  .tnt-nudger-body {
    max-width: 1024px
  }

  .tnt-nudger-header-bar h4 {
    font-size: 24px
  }

  .tnt-nudger-body-container .pricing-container, .tnt-nudger-body-container .cta-container {
    margin-left: 0;
    margin-right: auto
  }

  .tnt-nudger-body-container .pricing-container {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .tnt-nudger-body-container .cta-container {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .tnt-nudger-body-container .cta-container .themed-button {
    margin: 0;
    margin-left: 30px
  }
}

@media only screen and (max-width:450px) {
  body {
    padding-bottom: 78px
  }
}
