.cc-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #54534a;
}

.cc-header-bkg {
  position: relative;
  border: 0px none transparent;
  border-radius: 5px;
}

.cc-header-p {
  display: inline-block;
  width: 426px;
  margin-top: 16px;
  margin-right: 25px;
  padding-right: 0px;
  float: right;
  color: #999;
  font-size: 15px;
  font-weight: 700;
}

.cc-header-logo {
  width: 200px;
  float: left;
}

.cc-body {
  margin-top: 10px;
  padding: 0px 25px 25px;
  border: 0px none transparent;
  border-radius: 5px;
}

.cc-stay-connected {
  height: 94px;
  border-radius: 15px;
  background-color: #a19589;
  background-image: url('../images/bg_hdr_main.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cc-heading-1 {
  margin-top: 0px;
  margin-bottom: -2px;
  padding-top: 6px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.cc-white-p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.cc-phone {
  width: 100%;
}

.cc-row {
  margin-top: 15px;
}

/*
.cc-form {
  position: ;
  margin-top: 0px;
  padding: 15px 15px 0px;
  border-radius: 15px;
  background-color: #AEAEAE;
  background-image: url('../images/orange-bkg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cc-form.cc-form-inner {
  margin-top: 0px;
  padding: 0px;
}

.cc-form-heading {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 400;
}

.cc-form-first-name {
  width: 50%;
  margin-bottom: 7px;
  float: left;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.cc-form-last-name {
  width: 50%;
  margin-bottom: 7px;
  float: right;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.cc-form-form {
  width: 100%;
}

.cc-form-address {
  margin-bottom: 7px;
  border-radius: 7px;
}

.cc-form-city {
  margin-bottom: 7px;
  border-radius: 7px;
}

.cc-form-state {
  width: 50%;
  margin-right: 0px;
  margin-bottom: 7px;
  float: left;
  border-radius: 0px;
}

.cc-form-zip {
  width: 50%;
  margin-bottom: 7px;
  margin-left: 0px;
  float: right;
  border-radius: 0px 7px 7px 0px;
}

.cc-form-email {
  margin-bottom: 7px;
  border-radius: 7px;
}

.cc-form-phone {
  margin-bottom: 7px;
  border-radius: 7px;
}

.cc-form-submit {
  width: 100%;
  border: 2px solid #949494;
  border-radius: 7px;
  background-color: #e2e2e2;
  background-image: -webkit-linear-gradient(270deg, #ddd, #aaa);
  background-image: linear-gradient(180deg, #ddd, #aaa);
  color: #575757;
  font-weight: 700;
}

.cc-form-label {
  font-size: 12px;
  font-weight: 400;
}

.cc-form-head-p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cc-bold-p {
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
}

.cc-bold-p.center-text {
  text-align: center;
}

.cc-bold-p.white-text {
  margin-top: 0px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 22px;
}
*/

.cc-footer {
/*  min-height: 150px;*/
  background-color: #6F7173;
}

.cc-copyright {
  color: #999999;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.padding-top-10 {
  padding-top: 10px;
}

.heading-1 {
  width: 78%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #53534a;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

.heading-1.small-heading {
  width: 100%;
  margin-top: 15px;
  font-size: 32px;
  text-align: left;
}

.heading-1.small-heading.smaller-heading {
  font-size: 22px;
}

.cc-form-p {
  font-size: 13px;
  line-height: 16px;
}

.list {
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
}

.rounded-image {
  margin-top: 1em;
  border-radius: 15px;
}

.learn-more-btn {
  display: block;
  width: 150px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  background-color: #e9e9e7;
  background-image: -webkit-linear-gradient(270deg, #e9e9e7, #adadad);
  background-image: linear-gradient(180deg, #e9e9e7, #adadad);
  color: #575757;
  font-weight: 700;
  text-align: center;
}

.blue-button {
  background-color: #3a98eb;
}

.success-message {
  position: relative;
  z-index: 1;
  margin-top: -74px;
  padding-bottom: 1px;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/wave_green.png');
  background-position: 50% 50%;
  background-size: cover;
}

.thank-you {
  font-size: 36px;
}

.cc-logo {
  height: 40px;
}

.cc-background {
  margin-top: 54px;
  margin-left: 0px;
  background-image: url('../images/cc-background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cc-background.white-light {
  background-position: 50% -482px;
}

.cc-logo-text {
  display: block;
  width: 250px;
  margin: 75px auto 12px;
}

.bold-text-headline {
  width: 100%;
  margin: 22px auto 0.5em;
  color: #54534a;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.contact-me {
  padding: 7px 30px;
  float: right;
  border: 2px solid #a19589;
  border-radius: 10px;
  background-color: #f29b33;
  color: #fff;
}

.contact-me.w--current {
  margin-top: 0px;
  padding: 7px 30px;
  border: 2px solid #adadad;
  border-radius: 10px;
  background-color: #f29b33;
  font-size: 14px;
}

.hamburger-menu {
  margin-right: 65px;
  margin-left: 30px;
  padding: 3px;
  float: right;
  background-color: transparent;
  line-height: 7px;
}

.learn-more-button {
  display: block;
  width: 175px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #9ece67;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/down-arrow.svg');
  background-position: 92% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  box-shadow: 0 0 2px 0 #a19589;
  font-family: Lato, sans-serif;
  color: #9ece67;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.what-is-caption-call {
  width: 100%;
  min-height: 228px;
  background-image: url('../images/what-is-caption-call.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-is-caption-call.wicc-2 {
  background-image: url('../images/what-is-caption-call-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-is-caption-call.wicc-3 {
  background-image: url('../images/what-is-caption-call-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cc-f-section {
  margin-top: 20px;
  margin-bottom: -10px;
}

.wicc-link-text {
  margin-top: 202px;
  margin-left: 47px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.wicc-link-text.patient-eligibility {
  margin-left: 67px;
}

.wicc-link-text.patient-eligibility.cc-column {
  background-image: none;
}

.wicc-link-text.easy-to-order {
  margin-left: 86px;
}

.gray-bkg {
  min-height: 130px;
  margin-top: -234px;
  margin-bottom: -79px;
  background-color: #57504a;
}

.cc-p {
  font-size: 16px;
  line-height: 32px;
}

.cc-p.cc-p-smaller {
  font-size: 14px;
  line-height: 22px;
}

.trainer-image {
  overflow: hidden;
  max-height: 300px;
}

.paragraph-padding-left-30 {
  margin-left: 0px;
  padding-left: 30px;
}

.trainer-lady {
  padding-top: 15px;
}

.patient-eligibility {
  background-image: url('../images/what-is-caption-call-2-bkg.jpg');
  background-position: 0px 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.patient-eligibility-section {
  position: relative;
  min-height: 520px;
  background-image: url('../images/what-is-caption-call-2-bkg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.patient-eligibility-section.easy-to-order-section {
  background-image: url('../images/what-is-caption-call-3-bkg.jpg'), url('../images/what-is-caption-call-2-bkg.jpg');
  background-position: 50% 50%, 50% 0px;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.white-heading {
  color: #fff;
}

.white-heading.patient-eligibility-heading {
  padding-right: 0px;
  padding-left: 255px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.white-paragraph {
  padding-right: 317px;
  padding-left: 255px;
  color: #fff;
  line-height: 27px;
}

.authorized-ip-cts-provider {
  margin-top: 25px;
  font-size: 12px;
  line-height: 22px;
}

.authorized-ip-cts-provider-column {
  margin-top: 20px;
  margin-bottom: 20px;
}

.authorized-ip-cts-provider-img {
  margin-bottom: 5px;
}

.cc-icon {
  margin-top: 50px;
}

.watch-videos {
  display: block;
  padding-bottom: 30px;
  background-color: #ede8d2;
  color: #54534a;
  font-size: 28px;
  text-align: center;
}

.watch-videos.watch-videos-h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.watch-videos.testimonials {
  display: none;
}

.watch-videos.thank-you-page {
  min-height: 400px;
  margin-top: 54px;
}

.left-align {
  text-align: left;
}

.left-align.smaller {
  padding-left: 10px;
  font-size: 12px;
}

.cc-footer-logo {
  margin-top: 75px;
  float: right;
}

.green-bkg {
  min-height: 167px;
  background-color: #9ece67;
}

.green-arrow-bkg-left {
  min-height: 150px;
  background-image: url('../images/r-quote.png'), url('../images/l-quote.png'), url('../images/right-arrow.png');
  background-position: 97% 50%, 29px 50%, 0px 50%;
  background-size: 106px 83px, 106px 83px, 20px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.green-arrow-bkg-left.white-bkg {
  min-height: 167px;
}

.green-arrow-bkg-left.white-bkg.green-arrow-bkg-right {
  background-image: url('../images/left-arrow.png'), url('../images/r-quote.png'), url('../images/l-quote.png');
  background-position: 100% 50%, 97% 50%, 29px 50%;
  background-size: 20px, 106px 83px, 106px 83px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.quote-paragraph {
  display: block;
  width: 72%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
}

.quote-row {
  margin-top: 0px;
  margin-bottom: 20px;
}

.white-bkg {
  min-height: 167px;
  background-color: #fff;
}

.lightbox-link {
  width: 100%;
}

.dropdown-menu {
  position: absolute;
  top: -13px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: visible;
  background-color: transparent;
}

.dropdown-link {
  display: block;
  min-width: 220px;
  padding: 7px 14px;
  background-color: hsla(56, 6%, 46%, .9);
  text-decoration: none;
}

.dropdown-link.close-dropdown {
  max-width: 43%;
  min-width: 0px;
  margin-bottom: 0px;
  margin-left: 64px;
  padding-top: 22px;
  padding-bottom: 18px;
  float: none;
  background-color: #54534a;
  text-align: right;
  cursor: pointer;
}

.drop-down-text {
  color: #e2e2e2;
  text-decoration: none;
}

.center-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.form-footer-text {
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 12px;
}

._150-neg-margin-bottom {
  margin-bottom: -149px;
}

.cc-trainer-male {
  margin-top: 12px;
}

.gray-heading-2 {
  padding-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #54534a;
  font-size: 28px;
}

.cc-paragraph-1 {
  margin-bottom: 11px;
  padding-left: 20px;
  color: #54534a;
  font-size: 16px;
  line-height: 23px;
}

.social-icons {
  width: 200px;
  margin-top: 15px;
  margin-left: 337px;
}

.social-link {
  padding-right: 5px;
}

.tel-link {
  color: #fff;
  text-decoration: none;
}

.download-btn {
  border: 1px solid #a19589;
  border-radius: 5px;
  background-color: #f29b33;
}

.watch-videos-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}

.relative-position {
  position: relative;
}

.hidden {
  display: none;
}

.footer-link {
  text-decoration: none;
}

.ty-page-heading {
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.ty-text {
  text-align: left;
}

.g-number {
  padding-right: 18px;
  color: #9ece67;
  font-size: 66px;
  line-height: 110px;
  font-weight: 700;
}

.ty-text-span {
  position: relative;
  top: -18px;
}

.dl-form {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 45px 15px 15px;
  border: 1px solid #53534a;
  background-color: #fff;
  background-image: url('../images/down-arrow.svg');
  background-position: 96% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #9ece67;
}

.dl-form:hover {
  border-color: #f29b33;
  color: hsla(88, 51%, 61%, .79);
}

.text-block {
  position: absolute;
  left: 0px;
  top: 111%;
  right: 0px;
  width: 100%;
  margin-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: justify;
}

.text-span {
  display: block;
  padding-top: 5px;
}

@media (max-width: 991px) {
  .cc-header-bkg {
    background-size: cover;
  }
  .cc-body {
    margin-top: 12px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
  }
  .cc-stay-connected {
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }
  .cc-heading-1 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .cc-white-p {
    margin-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .cc-form {
    margin-bottom: 14px;
  }
  .cc-bold-p {
    font-size: 16px;
    line-height: 31px;
    text-align: center;
  }
  .cc-bold-p.white-text {
    font-size: 19px;
  }
  .cc-copyright {
    margin-left: 20px;
  }
  .heading-1.small-heading {
    font-size: 22px;
  }
  .cc-background {
    margin-top: 53px;
    margin-bottom: -27px;
    background-position: 50% 50%;
  }
  .cc-background.white-light {
    overflow: hidden;
    max-height: 372px;
    background-position: 50% -142px;
  }
  .bold-text-headline {
    font-size: 29px;
    line-height: 44px;
  }
  .what-is-caption-call {
    min-height: 174px;
  }
  .wicc-link-text {
    margin-top: 150px;
    margin-left: 17px;
  }
  .wicc-link-text.patient-eligibility.cc-column {
    margin-left: 27px;
  }
  .wicc-link-text.easy-to-order {
    margin-left: 48px;
  }
  .gray-bkg {
    min-height: 109px;
    margin-top: -134px;
  }
  .cc-p {
    font-size: 12px;
    line-height: 22px;
  }
  .cc-phone-big-image {
    max-height: 390px;
    margin-top: -20px;
  }
  .patient-eligibility-section {
    min-height: 270px;
    background-position: 46% 82%;
    background-size: cover;
    background-attachment: scroll;
    box-shadow: inset 0 0 8px 200px rgba(0, 0, 0, .2);
  }
  .patient-eligibility-section.easy-to-order-section {
    background-image: url('../images/what-is-caption-call-3-bkg.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .white-heading.patient-eligibility-heading {
    margin-top: 18px;
    padding-left: 0px;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
  }
  .white-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .authorized-ip-cts-provider {
    margin-top: 0px;
    line-height: 20px;
  }
  .authorized-ip-cts-provider-img {
    margin-bottom: 0px;
  }
  .left-align.smaller {
    font-size: 10px;
  }
  .cc-footer-logo {
    margin-top: 66px;
    padding-right: 13px;
  }
  .green-bkg {
    min-height: 343px;
  }
  .green-arrow-bkg-left.white-bkg {
    min-height: 343px;
    background-position: 100% 100%, 0px 0px, 0px 50%;
    background-size: 53px 42px, 53px 42px, 20px;
  }
  .green-arrow-bkg-left.white-bkg.green-arrow-bkg-right {
    min-height: 344px;
    background-position: 100% 50%, 100% 100%, 0px 0px;
    background-size: 20px, 53px 42px, 51px 42px;
  }
  .white-bkg {
    min-height: 343px;
  }
  .dropdown-menu {
    display: none;
  }
  .center-text {
    margin-bottom: 38px;
    line-height: 22px;
  }
  ._150-neg-margin-bottom {
    margin-bottom: 0px;
  }
  .gray-heading-2 {
    font-size: 24px;
  }
  .cc-paragraph-1 {
    font-size: 14px;
    line-height: 27px;
  }
  .social-icons {
    margin-left: 20px;
  }
  .text-block {
    top: 100%;
    color: #333;
    font-size: 10px;
    line-height: 13px;
  }
}

@media (max-width: 767px) {
  .cc-header-bkg {
    border-style: none;
    border-width: 0px;
  }
  .cc-header-p {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .cc-header-logo {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .cc-body {
    margin-top: 0px;
    border-width: 0px;
  }
  .cc-stay-connected {
    margin-top: 12px;
    margin-right: 12px;
    margin-left: 12px;
    background-size: 0px 0px;
  }
  .cc-white-p {
    padding-bottom: 6px;
  }
  .cc-row {
    overflow: hidden;
    border-radius: 15px;
  }
  .cc-form {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .cc-form-heading {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  .cc-bold-p {
    margin-top: 16px;
    margin-bottom: 3px;
    color: #666;
    font-size: 24px;
  }
  .cc-bold-p.white-text {
    margin-top: 0px;
    font-size: 28px;
  }
  .cc-copyright {
    padding-right: 12px;
    padding-left: 0px;
    font-size: 8px;
  }
  .heading-1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 41px;
    text-align: center;
  }
  .heading-1.small-heading {
    color: #fff;
  }
  .heading-1.small-heading.smaller-heading {
    color: #000;
    text-align: center;
  }
  .heading-1.small-heading.smaller-heading.white-text {
    color: #fff;
  }
  .rounded-image {
    width: 100%;
  }
  .header-p {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cc-phone-img {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
  .cc-background {
    margin-top: 50px;
  }
  .cc-background.white-light {
    max-height: 2000px;
    margin-top: 15px;
  }
  .cc-logo-text {
    margin-top: 50px;
  }
  .bold-text-headline {
    width: 90%;
    margin-bottom: 1em;
    color: #fff;
  }
  .bold-text-headline.mobile-only-headline {
    color: #54534a;
  }
  .contact-me {
    margin-top: 7px;
    margin-left: 15px;
    float: left;
  }
  .contact-me.w--current {
    margin-top: 7px;
    margin-right: 100px;
  }
  .hamburger-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 2px;
    margin-right: 45px;
  }
  .what-is-caption-call {
    max-height: 175px;
    min-height: 175px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-position: 50% 28%;
  }
  .what-is-caption-call.wicc-2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-position: 50% -82px;
  }
  .what-is-caption-call.wicc-3 {
    border-radius: 0px 0px 15px 15px;
    background-position: 50% 30%;
  }
  .wicc-link-text {
    display: block;
    overflow: hidden;
    margin: 0px auto 0%;
    box-shadow: inset 0 0 8px 200px rgba(0, 0, 0, .59);
    font-size: 33px;
    line-height: 175px;
    text-align: center;
    text-decoration: none;
  }
  .wicc-link-text.patient-eligibility {
    margin-right: 0px;
    margin-left: 0px;
  }
  .wicc-link-text.patient-eligibility.cc-column {
    margin-left: 0px;
  }
  .wicc-link-text.easy-to-order {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cc-column {
    margin-bottom: -5px;
  }
  .gray-bkg {
    margin-top: -296px;
  }
  .cc-p {
    color: #fff;
  }
  .cc-p.cc-p-smaller {
    color: #000;
  }
  .cc-phone-big-image {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-bottom: -18px;
    margin-left: auto;
  }
  .trainer-image {
    max-height: 280px;
    margin-bottom: 0px;
  }
  .paragraph-padding-left-30 {
    padding-left: 0px;
  }
  .trainer-lady {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .patient-eligibility-section {
    margin-top: 37px;
  }
  .white-heading.patient-eligibility-heading {
    font-size: 25px;
  }
  .white-paragraph {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .red-carpet-service {
    background-color: #57504a;
  }
  .red-carpet-paragraph {
    color: #fff;
    text-align: center;
  }
  .authorized-ip-cts-provider {
    margin-right: 12px;
  }
  .ap-mobile-img {
    width: 100px;
    margin-right: 14px;
    float: left;
  }
  .left-align {
    text-align: center;
  }
  .left-align.smaller {
    font-size: 14px;
  }
  .left-align.thank-you-page {
    padding-right: 16px;
    padding-left: 16px;
    line-height: 26px;
    text-align: left;
  }
  .cc-footer-logo {
    padding-right: 12px;
  }
  .green-arrow-bkg-left.white-bkg.green-arrow-bkg-right.robyn-zounds {
    min-height: 264px;
  }
  .green-arrow-bkg-left.white-bkg.green-arrow-bkg-right.spencer-cache {
    min-height: 184px;
  }
  .green-arrow-bkg-left.white-bkg.nina-audiology {
    min-height: 228px;
  }
  .green-arrow-bkg-left.white-bkg.susan-jennifer {
    min-height: 243px;
  }
  .green-arrow-bkg-left.white-bkg.julie-sound {
    min-height: 183px;
  }
  .dropdown-link.close-dropdown {
    margin-left: 81px;
  }
  .form-footer-text {
    text-align: center;
  }
  .cc-trainer-male {
    width: 200px;
    float: left;
  }
  .gray-heading-2.mobile-only-headline {
    padding-left: 213px;
  }
  .cc-paragraph-1 {
    padding-left: 0px;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .cc-paragraph-1.mobile-only-paragraph {
    padding-left: 215px;
    line-height: 25px;
  }
  .ty-page-heading {
    padding-right: 16px;
    padding-left: 16px;
  }
  .ty-image {
    padding-right: 16px;
    padding-left: 16px;
  }
  .text-block-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .cc-header-bkg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .cc-header-p {
    padding-right: 12px;
    padding-left: 12px;
  }
  .cc-header-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cc-heading-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .cc-white-p {
    padding-right: 12px;
    padding-left: 12px;
  }
  .cc-form-heading {
    font-size: 20px;
  }
  .cc-bold-p {
    font-size: 20px;
  }
  .cc-copyright {
    width: 94%;
    margin-top: 20px;
    margin-right: 1em;
    margin-left: 1em;
    padding-right: 0px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
  .heading-1 {
    width: 100%;
    font-size: 34px;
  }
  .heading-1.small-heading.smaller-heading {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 20px;
    line-height: 26px;
  }
  .cc-background {
    margin-top: 50px;
  }
  .cc-background.white-light {
    max-height: 281px;
    background-position: 50% 0px;
  }
  .cc-logo-text {
    margin-top: 20px;
  }
  .bold-text-headline {
    width: 90%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .contact-me.w--current {
    margin-top: 7px;
    margin-right: 0px;
    margin-left: 18px;
    float: none;
    clear: none;
  }
  .hamburger-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
    max-width: 61px;
    margin-top: 12px;
    margin-right: 20px;
    margin-left: 0px;
    padding-top: 0px;
    float: right;
    clear: none;
    font-size: 9px;
    line-height: 5px;
  }
  .what-is-caption-call {
    min-height: 175px;
  }
  .what-is-caption-call.wicc-2 {
    background-position: 50% 50%;
  }
  .wicc-link-text {
    font-size: 22px;
  }
  .paragraph-padding-left-30.red-carpet-paragraph {
    padding-right: 12px;
    padding-left: 12px;
  }
  .patient-eligibility-section {
    background-position: 47% 50%;
  }
  .white-heading.patient-eligibility-heading {
    margin-top: 17px;
  }
  .white-paragraph {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    line-height: 24px;
  }
  .red-carpet-paragraph {
    line-height: 24px;
  }
  .ap-mobile-img {
    margin-top: 7px;
    margin-bottom: 12px;
  }
  .watch-videos {
    display: block;
  }
  .watch-videos.testimonials {
    display: none;
  }
  .left-align.thank-you-page {
    text-align: center;
  }
  .cc-footer-logo {
    width: 92%;
    margin-top: 23px;
    margin-right: 12px;
    margin-left: 12px;
    float: none;
  }
  .see-what {
    margin-right: 7px;
    margin-left: 7px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }
  .dropdown-menu {
    display: none;
    font-size: 14px;
  }
  .dropdown-link.close-dropdown {
    margin-left: 155px;
    padding-right: 8px;
    padding-left: 12px;
    font-size: 12px;
  }
  .form-footer-text {
    font-size: 10px;
  }
  .cc-trainer-male {
    display: block;
    margin-right: auto;
    margin-left: 43px;
  }
  .gray-heading-2 {
    padding-left: 0px;
    font-size: 16px;
    line-height: 23px;
  }
  .social-icons {
    display: block;
    width: 100%;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .ty-page-heading {
    margin-top: 12px;
    padding-top: 0em;
  }
  .ty-text {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

