﻿.c-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 10px 28px 26px;
  background-color: #fff;
  border: 3px solid #d7da54;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none; }

.dtc-class .c-cta {
  border: 1px solid #a5adc9;
  box-shadow: 7px -8px #d7da54;
  -moz-box-shadow: 7px -8px #d7da54;
  -webkit-box-shadow: 7px -8px #d7da54;
  position: relative;
  padding: 0;
  min-height: 119px; }

.dtc-class .c-cta .p-cta-icon {
  margin: 0 16px; }

.dtc-class .c-cta .p-cta-link p {
  max-width: 306px; }

.dtc-class .c-cta .p-cta-title {
  max-width: 353px; }

.dtc-class .c-cta .arrow-icon {
  height: 28px;
  position: relative;
  top: 90%;
  left: 5.5%;
  padding-right: 20px; }

.c-cta:hover .p-cta-link {
  text-decoration: underline; }

.p-cta-link, .p-cta-title {
  text-decoration: none;
  font-family: NotoSansCdBold,sans-serif; }

.p-cta-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 16px; }

.p-cta-title {
  display: block;
  padding: 12px 0 8px;
  font-weight: 700;
  font-size: 22px;
  color: #6d6e71;
  letter-spacing: -.24px; }

.p-cta-link {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  color: #e34926;
  font-weight: 400;
  font-size: 18px; }

.p-cta-link p {
  max-width: 280px; }

.dtc-class .p-ctas-cont a.c-cta:after {
  content: ' ';
  display: inline-block;
  padding-left: 12px;
  width: 40px;
  height: 28px;
  background-image: url(/modules/Teva.Bendeka.Consumer/Client/Images/Icons/icon-circle-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  margin: 4px; }

.dtc-class .p-cta-link::after {
  content: unset; }

@media screen and (max-width: 768px) {
  .c-cta {
    position: relative;
    margin-bottom: -2px;
    padding: 24px 46px 46px 23px;
    min-height: 132px;
    border: 2px solid #d7da54;
    border-left-width: 0;
    border-right-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .c-cta::after {
    content: ' ';
    display: block;
    width: 15px;
    height: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/modules/Teva.Bendeka.Consumer/Client/Images/Icons/icon-purple-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 30px; }
  .p-cta-icon {
    margin: 12px 10px 0 0;
    max-width: 40px;
    max-height: 38px; }
  .p-cta-title {
    font-size: 16px;
    letter-spacing: initial; }
  .p-cta-link {
    font-size: 13px; }
  .p-cta-link::after {
    display: none; }
  .c-cta-v2 {
    padding: 30px 30px 0;
    min-height: 94px; }
  .dtc-class .c-cta {
    width: 310px;
    margin: 0 auto;
    min-height: 100px;
    height: 100px;
    padding-top: 0;
    line-height: 16px;
    padding: 0;
    padding-right: 10px;
    border-radius: 4px; }
  .dtc-class .c-cta .p-cta-link {
    line-height: 15px;
    margin-right: 0; }
  .dtc-class .p-ctas-cont .c-cta:first-of-type {
    margin: 20px auto 0;
    margin-bottom: 39px; }
  .dtc-class .p-ctas-cont a.c-cta:after {
    height: 25px;
    right: 10px;
    top: 75px; }
  .dtc-class .c-cta .p-cta-title {
    padding: 12px 0 8px; }
  .dtc-class .p-cta-icon {
    margin: 0px 10px 0 10px;
    width: 55px;
    height: auto;
    max-width: 55px;
    max-height: 55px; }
  .dtc-class .c-cta .p-cta-icon {
    margin: 0 10px; }
  .dtc-class .c-cta span {
    width: 100%; }
  .dtc-class .c-cta .p-cta-title {
    font-size: 14px; } }

.c-cta-v2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.check-icon {
  width: 83px;
  height: 83px; }

.c-cta-v2-img {
  display: inline-block;
  width: 94px;
  height: auto; }

.c-cta-v2-thumbnail {
  display: inline-block;
  width: 201px;
  height: auto; }

.c-cta-v2-img img, .c-cta-v2-thumbnail img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 480px) {
  .c-cta-v2 {
    margin: 40px 30px 30px;
    padding: 0;
    min-height: 79px; }
  .c-cta-v2-img {
    width: 87px; } }

.c-cta-v2-text {
  padding: 0 0 0 24px; }

.c-cta-v2 .c-cta-v2-video-text {
  padding: 0 0 50px 24px; }

.c-cta-v2-text h3 {
  margin-bottom: 6px;
  font-family: NotoSansCdBold,sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #8f99bc; }

.c-cta-v2-text .c-btn {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

@media screen and (max-width: 480px) {
  .c-cta-v2-text {
    padding-left: 10px; }
  .c-cta-v2-text h3 {
    font-size: 14px; }
  .c-cta-v2-text .c-btn {
    padding: 12px 24px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px; } }

/*# sourceMappingURL=cta.css.map */
.dtc-class .p-ctas-cont .c-cta-v2-mobile {
  display: none; }

.dtc-class .p-ctas-cont .c-cta-v2,
.dtc-class .p-ctas-cont div a {
  z-index: 1;
  position: relative; }

.dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-img {
  width: auto; }

.dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-img img {
  width: 142px;
  height: 142px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.35); }

.dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-text {
  padding-bottom: 45px; }

.dtc-class .o-wrapper--narrow .p-ctas-cont .c-cta-v2 .c-cta-v2-text a,
.dtc-class .o-wrapper--narrow .p-ctas-cont .c-cta-v2-video .c-cta-v2-text button {
  width: 188px;
  height: 62px;
  padding: 2%; }

.dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-img.c-cta-v2-thumbnail,
.dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-img.c-cta-v2-thumbnail {
  width: 201px;
  height: 127px;
  margin-right: 40px; }

.dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-img .video-thumbnail {
  width: 201px;
  height: 127px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.35); }

.dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-text.c-cta-v2-video-text,
.dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-text.c-cta-v2-video-text {
  width: 320px;
  padding: 0; }

.dtc-class .p-ctas-cont .c-cta-v2,
.dtc-class .p-ctas-cont .c-cta-v2-video {
  margin: 0 auto;
  width: 575px;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative; }

.dtc-class .o-wrapper--narrow .p-ctas-cont .c-cta-v2-video .c-cta-v2-text a {
  padding: 6%; }

.dtc-class .c-cta-v2-text h3 {
  margin-bottom: 13px; }

@media screen and (max-width: 768px) {
  .dtc-class .p-rsrs__video-cover::after {
    bottom: 45%; }
  .dtc-class .o-main-content .c-ctas .p-ctas-cont > .c-cta-v2 {
    display: none; }
  .dtc-class .o-main-content .c-ctas .p-ctas-cont > .c-cta-v2-video {
    display: flex;
    width: 100%;
    max-width: 5000px; }
  .dtc-class .p-ctas-cont {
    margin-top: 100px;
    margin-bottom: -40px;
    max-height: 470px; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile {
    width: 73%;
    margin: 0 auto;
    display: block; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile .c-cta-v2 {
    padding: 0;
    display: flex;
    width: 440px;
    margin-top: 40px; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile .c-cta-v2 .c-cta-v2-text {
    margin: 0;
    padding-bottom: 80px; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile .c-cta-v2 .c-cta-v2-img {
    margin: 0; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile div + div {
    margin-top: 28px;
    display: flex;
    justify-content: space-between; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile div a {
    width: 200px;
    height: 62px;
    padding: 2%; }
  .dtc-class .c-ctas .p-ctas-cont .c-cta-v2-video {
    margin: 0 auto;
    max-width: 360px;
    display: flex;
    flex-direction: column-reverse; }
  .dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-text.c-cta-v2-video-text div {
    display: none; }
  .dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-text.c-cta-v2-video-text h3 {
    margin: 0 auto 10px;
    max-width: 310px;
    font-size: 24px; }
  .dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-img .video-thumbnail {
    width: 100%;
    height: auto;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.35); }
  .dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-img.c-cta-v2-thumbnail {
    width: 83%;
    height: 370px;
    margin: 0 auto; }
  .dtc-class .c-resources-hero .o-wrapper {
    padding-bottom: 33vmin; }
  .dtc-class .p-ctas-cont .c-cta:first-of-type {
    margin-bottom: 30px; }
  .dtc-class .c-ctas {
    margin-bottom: 40px;
    margin-top: -110px; } }

@media screen and (max-width: 600px) {
  .dtc-class .p-ctas-cont {
    max-height: 350px; }
  .dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-img.c-cta-v2-thumbnail {
    height: 270px; }
  .dtc-class .p-ctas-cont a.c-cta:after {
    height: 22px;
    right: 10px;
    top: 75px; } }

@media screen and (max-width: 480px) {
  .dtc-class .p-ctas-cont .c-cta-v2-mobile {
    width: 83%; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile .c-cta-v2 {
    margin: 0;
    width: 100%; }
  .dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-img img {
    width: 100px;
    height: 100px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.35); }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile .c-cta-v2 .c-cta-v2-text {
    margin: 0;
    padding-bottom: 60px;
    width: 200px;
    padding-left: 20px; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile .c-cta-v2 .c-cta-v2-text h3 {
    font-size: 16px; }
  .dtc-class .p-ctas-cont .c-cta-v2-mobile div a {
    height: 50px;
    font-size: 15px; }
  .dtc-class .p-ctas-cont .c-cta-v2 .c-cta-v2-text.c-cta-v2-video-text h3 {
    font-size: 16px; }
  .dtc-class .p-ctas-cont {
    max-height: 280px; }
  .dtc-class .p-ctas-cont .c-cta-v2-video .c-cta-v2-img.c-cta-v2-thumbnail {
    height: 210px; }
  .dtc-class .c-resources-hero .o-wrapper {
    padding-bottom: 27vmin; } }

@media screen and (max-width: 350px) {
  .dtc-class .c-cta .p-cta-link p {
    display: inline; }
  .dtc-class .c-cta {
    width: 285px; } }

/*Toggle: November 2023 ---start*/
.consumer-november-2023 .p-ctas-cont .c-cta--home:first-of-type {
  margin-left: auto;
  margin-right: 67px; }

@media screen and (max-width: 768px) {
  .consumer-november-2023 .p-ctas-cont .c-cta--home:first-of-type {
    margin-right: auto; } }

/*Toggle: November 2023 ---end*/
