/**/
/* Subscription form styling*/

span.text-danger {
  margin-left: 0px;
}

#small-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}

#grey-bg {
  background: #EFEFEF;
  border-radius: 12px;
  margin-top: 30px;
}

.text-center {
  text-align: center;
}

.subscription-form .title h3 {
  font-size: 24px;
  margin: 0;
  padding: 30px 0px 40px;
  line-height: 29px;
}

.transcript-text h3 {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Gotham-Bold';
  margin-bottom: 10px;
}

.subs-form form {
  padding-left: 50px;
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form {
  padding: 0px;
}

.subs-form .cmp-dynamicform__form-group {
  display: inline-block;
  width: 28%;
  margin-right: 40px;
  position: relative;
}

.subs-form input:-webkit-autofill {
  -webkit-text-fill-color: #333;
  font-family: 'Gotham-Book';
}

.subs-form label {
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control:not(textarea) {
  box-shadow: 0px 4px 8px #3133331A;
  border: 1px solid #D0D0D0;
  border-radius: 8px 8px 0px 0px;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  height: 40px;
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #3133331A;
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
}

.cmp-dynamicform__form-group.captch-holder {
    display: none;
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .button-group {
  text-align: center;
  margin-right: 0;
  margin-bottom: 30px;
  width:100%;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button[disabled]{
  background: transparent;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button {
  background: transparent;
  color: #333333;
  font-size: 16px;
  font-family: 'Gotham-bold';
  line-height: 19px;
  border: 3px solid #F0B323;
  border-radius: 22px;
  padding: 10px 24px;
  max-width: 178px;
  width: 100%;
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button:hover {
  background: transparent;
  border: 3px solid #F0B323;
  outline: none;
}

.subs-form button.cmp-dynamicform__clear-btn {
  display: none;
}

.subscription-text {
  padding: 0 30px 39px;
}

.subscription-text p {
  font-size: 14px;
  line-height: 15px;
  color: #333333;
  letter-spacing: 0.14px;
}

.subscription-text a.nostyle {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
.cmp-dynamicform-v2 .cmp-dynamicform__generated-form span.text-danger{  
  color: #333333;
}
.cmp-dynamicform-v2 .cmp-dynamicform__generated-form p.text-danger{
  color: #EC0000;
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger {
  color: #EC0000;
  position: absolute;
  font-size: 13px;
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form span.text-danger{
  color: #333333;
}

.cmp-dynamicform-v2.subs-form .cmp-dynamicform__generated-form .has-error .cmp-dynamicform__control-label{
  /* color: #d72a2a; */
  color: #333333;
}
.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group.has-error span.text-danger{
  color: #333333;
}
.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form p.text-danger {
  color: #EC0000;
  font-size: 17px;
  line-height: 24px;
}

/* Transcript popup styling */

body .cmp-modal--defaultStyle.modal {
  cursor: auto;
}

body#take-a-copd-quiz.modal-enabled {
   overflow-y: hidden; 
}

body#take-a-copd-quiz .cmp-modal--defaultStyle.modal{
    top:2%;
}

body.modal-enabled .cmp-modal__modalbox.modal-md .modal-box {
  padding: 0px;
  text-align: left;
  box-shadow: 3px 3px 16px #00000029;
  border-radius: 13px;
  max-width: 1160px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

body .cmp-modal--defaultStyle .modal__close svg * {
  fill: #373A37;
}

body .cmp-modal--defaultStyle .modal__close {
    /* background: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/close.svg); */
    /* text-align: right; */
  position: absolute;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
    /* width: 23px; */
    /* height: 23px; */
  top: 45px;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  max-width: 1160px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  position: relative;
  padding-right: 25px;
}

.transcript-text p {
  padding-bottom: 10px;
}

@media screen and (max-width:1300px) {
  body.modal-enabled .cmp-modal__modalbox.modal-md .modal-box {
    max-width: 90%;
    margin: 0 auto;
  }

  body .cmp-modal--defaultStyle .modal__close {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1240px) {
  #small-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width:991px) {
  .subs-form form {
    padding-left: 0px;
  }

  .subs-form .cmp-dynamicform__form-group {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button{
    font-size: 14px;
    line-height: 16px;
  }
  .subs-form button.cmp-dynamicform__submit-btn:after{
    font-size: 14px;
    line-height: 16px;
  }
}


/*exit ramp pop up styling*/

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgb(0 0 0 / 75%);
}

.exit-ramp-modal button.modal__close {
  top: 145px;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  position: relative;
  padding-right: 25px;
  right: 0;
  margin: 0 auto;
  background: no-repeat;
  pointer-events: none;
}

span.modal__closeIcon {
  display: block;
  width: 24px;
  height: 24px;
}

span.modal__closeLabel {
  display: none;
}

span.modal__closeIcon {
  pointer-events: auto;
}

.exit-ramp-modal .modal-box {
  padding: 60px 90px;
  background: #fff;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 100px;
  border-radius: 12px;
}

.exit-ramp-title {
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 20px;
  font-family: 'Gotham-Bold';
}

.exit-ramp-body {
  font-size: 17px;
  line-height: 24px;
  font-family: 'Gotham-Book';
  color: #333333;
  padding-bottom: 30px;
}

.exit-ramp-actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gotham-Bold';
}

a.exit-ramp-continue.skip-exit-ramp {
  color: #333333;
  background: transparent;
  border: 3px solid #F0B323;
  border-radius: 22px;
  padding: 10px 35px;
  position: relative;
  cursor: pointer;
}

a.exit-ramp-continue.skip-exit-ramp:after {
  position: absolute;
  right: 23px;
  top: -1px;
  content: "\f054";
  font-family: "FontAwesome6Free-Solid";
  color: #333333;
  font-size: 12px;
  line-height: 43px;
}

.exit-ramp-cancel.close-exit-ramp {
  margin-right: 40px;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width:991px) {
  .modal-box {
    padding: 35px 35px;
  }

  .exit-ramp-modal button.modal__close {
    right: 10px;
  }
}

@media screen and (max-width:991px) {
  body .cmp-modal--defaultStyle .modal__close {
    top: 45px;
    right: 0px;
    max-width: 90%;
    margin: 0 auto; z-index: 11;
  }

  .cmp-dynamicform-v2.support-exp input[type="radio"] {
    min-width: 17px;
    margin-right: 5px;
  }

  .cmp-dynamicform-v2.support-exp div#field-648c3be8fdd69d0002866a50 label {
    display: flex;
  }

  body .cmp-modal--defaultStyle .modal-box__content {
    padding: 15px 18px 15px 18px;
  }

  body.modal-enabled .cmp-modal__modalbox.modal-md .modal-box {
    max-width: 90%;
    margin: 0 auto;
  }

  .transcript-text h3 {
    margin-top: 10px;
	font-size: 18px;
    line-height: 21px;
  }
	.transcript-text p { font-size: 14px; line-height: 21px; padding-bottom: 8px;}
}

@media screen and (min-width:1366px) {
  body .cmp-modal--defaultStyle .modal__close {
        /* right: 9%; */
        /* top: 15%; */;
  }
}

/*support experience private page */

/*body#support-experience-private {*/
/*  overflow-x: hidden;*/
/*}*/

.content-center {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .content-center {
    padding: 0 20px;
  }
  .cmp-dynamicform.form-container.cmp-dynamicform-v2.support-exp{
      padding:0 20px;
  }
}

.support-exp-private {
  padding-top: 110px;
}

.support-exp-private h1 {
  font-size: 45px;
  line-height: 45px;
  max-width: 720px;
  margin-top: 0px;
    /* color: #333333; */;
}

.support-exp-private p {
  max-width: 800px;
}

.cmp-dynamicform.form-container.cmp-dynamicform-v2.support-exp {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 30px;
}

.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form {
  padding: 0px;
}

.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form .form-control:not(textarea) {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #3133331A;
  border: 1px solid #D0D0D0;
  border-radius: 8px 8px 0px 0px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.14px;
  color: #333;
}

.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container {
  width: 325px;
  margin-top: 10px;
}

.support-exp label.cmp-dynamicform__control-label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.14px;
  color: #333;
}

.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form .text-danger {
  color: #333333;
}

.cmp-dynamicform-v2.support-exp div#field-group-64887693cb207b000202849d {
  margin-bottom: 0;
}

.cmp-dynamicform-v2.support-exp div#field-648c3be8fdd69d0002866a50 {
  width: 100%;
}

.cmp-dynamicform-v2.support-exp div#field-648c3be8fdd69d0002866a50 .cmp-dynamicform__vcenter {
  margin-bottom: 15px;
}

.cmp-dynamicform-v2.support-exp div#field-648c3be8fdd69d0002866a50 label {
  font-size: 17px;
  line-height: 19px;
  cursor:grab;
}

.cmp-dynamicform-v2.support-exp input[type="radio"] {
  width: 17px;
  height: 17px;
  vertical-align: top;
}

.cmp-dynamicform-v2.support-exp h3.border {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.17px;
}

.cmp-dynamicform-v2.support-exp div#field-group-648c4e1bfdd69d000286c34f {
  margin-bottom: 0px;
}

.cmp-dynamicform-v2.support-exp div#field-648967f8a25f530002644e2b {
  width: 680px;
}

.cmp-dynamicform-v2.support-exp div#field-group-648967f8a25f530002644e2c {
  display: inline-block;
  margin-right: 26px;
}

/*.cmp-dynamicform-v2.support-exp div#field-group-648967f8a25f530002644e2c.has-error {*/
/*    margin-bottom: 0px;*/
/*    position: absolute;*/
/*}*/

.cmp-dynamicform-v2.support-exp div#field-group-648967f8a25f530002644e2d {
  display: inline-block;
}

.cmp-dynamicform-v2.support-exp div#field-group-648967f8a25f530002644e2d.has-error {
  margin-bottom: 0px;
  position: absolute;
}

.cmp-dynamicform-v2.support-exp div#\36 4887693cb207b000202849d {
    margin-top: 35px;
}

.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button {
  background: #f0b323;
  border-radius: 22px;
  color: #333333;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  line-height: 19px;
  letter-spacing: 0px;
  padding: 12px 30px;
}

.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button:hover {
  outline: none;
}

.cmp-dynamicform-v2.support-exp button.cmp-dynamicform__clear-btn {
  display: none;
}

.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form .has-error .cmp-dynamicform__control-label {
  color: #333;
}

.reg-content {
  margin-top: 30px;
}

.register p {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.13px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

#support-exp .register p:nth-child(3) {
  letter-spacing: 0.3px;
}

#support-exp a.nostyle {
    font-family: 'Gotham-Medium';
}

.look-forward {
  padding-top: 40px;
}

.look-forward h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.24px;
  padding-bottom: 15px;
}

.look-forward p {
  max-width: 800px;
}

.two-col-section {
    /* display: flex; */
  padding: 60px 0px;
}

.two-col-section .content-center {
  display: flex;
  align-items: center;
  justify-content: left;
}

.two-col-section .img-container {
  max-width: 240px;
  margin-right: 40px;
}

.two-col-section ul li {
  font-size: 17px;
  font-family: 'Gotham-Book';
  line-height: 24px;
  letter-spacing: 0.17px;
  color: #333333;
  padding-bottom: 5px;
}

a.nostyle {
  text-decoration: underline;
    /* font-weight: bold; */
  font-family: 'Gotham-Bold';
}

.breztri-inhaler p {
  margin-bottom: 25px;
}

@media screen and (max-width:1240px) {
  /*.cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form {*/
  /*  padding: 0 20px;*/
  /*  width:100%;*/
  /*}*/
}

@media screen and (max-width:991px) {
    #support-experience-private .cmp-container__backgroundImage--enabled{
        background-size:100% auto;
        background-position: top right;
    }
  .support-exp-private {
    padding-top: 272px;
  }

  .support-exp-private h1 {
    max-width: 520px;
    font-size:27px;
    line-height:32px;
  }

  body .support-exp-private .desc{
      width:83%;
      padding-bottom:0px;
  }
  .support-exp-private p {
    max-width: 480px;
    font-size:14px;
    line-height:21px;
  }

  #small-wrapper {
    padding: 0;
  }

  #grey-bg {
    border-radius: 0;
  }

    .register p {
    font-size: 12px;
  }

  .look-forward h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .look-forward p , .breztri-inhaler p{
    font-size: 14px;
    line-height: 21px;
  }
  .subscription-text {
    padding: 0 0px 40px;
  }
  
  body#support-experience-private ul.forward-list li{
      font-size:14px;
      line-height:21px;
      padding-left:12px;
  }

  .subscription-text p {
    font-size: 12px;
    line-height: 14px;
  }

  .subscription-form .title h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 40px 0px 40px;
  }

  .cmp-dynamicform-v2.subs-form .cmp-dynamicform__generated-form .cmp-dynamicform__form-group {
    margin-bottom: 35px;
  }

  button.cmp-dynamicform__submit-btn:after {
    padding-left: 0;
  }

  .subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .button-group {
    text-align: left;
  }

  body .cmp-modal--defaultStyle.modal--overflow {
    padding-top: 1vh;
     padding-bottom: 2vh;
  }
  .cmp-dynamicform.form-container.cmp-dynamicform-v2.support-exp{
      
  }
  .subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button{
    max-width: 153px;
  }
}

@media screen and (min-width:865px) and (max-width:991px){
    .support-exp-private h1 {
       max-width: 601px;
    }
    .support-exp-private p {
    max-width: 600px;
}
}

@media screen and (max-width:768px) {
  #support-exp .cmp-container__backgroundImage--enabled {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .support-exp-private h1 {
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 20px;
  }

  .support-exp-private .desc {
    padding-bottom: 30px;
  }

  .support-exp-private p {
    font-size: 14px;
    line-height: 21px;
    max-width: 480px;
  }
  
  .cmp-dynamicform-v2.support-exp .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container{
      width:100%;
      max-width:325px;
  }

  .cmp-dynamicform-v2.support-exp div#field-648967f8a25f530002644e2b {
    width: 100%;
    max-width:325px;
  }

  body#support-experience-private .cmp-dynamicform-v2.support-exp div#field-group-648967f8a25f530002644e2c {
    display: block;
    margin-right: 0px;
  }

  .cmp-dynamicform-v2.support-exp div#field-group-648967f8a25f530002644e2d {
    display: block;
  }

  .register p {
    font-size: 12px;
  }

  .look-forward h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .look-forward p {
    font-size: 14px;
    line-height: 21px;
  }

  .two-col-section .content-center {
    display: block;
  }

  .two-col-section .img-container {
    max-width: 240px;
    margin: 0 auto 20px;
  }

  .two-col-section {
    padding-bottom: 20px;
  }

  #support-exp .register p:nth-child(3) {
    letter-spacing: 1.1px;
  }
}



/* Thank you page styling */

.thank-you {
  padding-top: 110px;
}

.thank-you h1 {

  margin: 0;
  font-size: 45px;
  line-height: 50px;
  max-width: 757px;
  padding-bottom: 25px;
}

.thank-you p {
  max-width: 757px;
  margin: 0;
}

.box-up-two-col {
  padding-top: 45px;
}

.img-text-section {
  max-width: 757px;
  width: 100%;
  display: flex;
  background: #ffffff;
  box-shadow: 3px 3px 16px #00000029;
  border-radius: 12px;
  padding: 15px 0px 15px 0px;
}

.img-text-section .text-container {
  max-width: 340px;
  margin-left: 75px;
}

.img-text-section .text-container h3 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.24px;
  margin: 40px 0px 40px;
}

a.cta {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gotham-Bold';
  border: 3px solid #F0B323;
  border-radius: 22px;
  padding: 10px 34px;
  position: relative;
}

a.cta:after {
  position: absolute;
  right: 20px;
  top: -1px;
  content: "\f054";
  font-family: "FontAwesome6Free-Solid";
  color: #333333;
  font-size: 14px;
  line-height: 43px;
}

.img-text-section .img-container {
  max-width: 230px;
  margin-left: 55px;
}

.eligiblity {
  padding-top: 20px;
}

.eligiblity p.footnote {
  max-width: 766px;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  letter-spacing: 0.13px;
}

@media screen and (max-width:768px) {
  .thank-you {
    padding-top: 230px;
  }

  .img-text-section {
    display: block;
    max-width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }

  .img-text-section .img-container {
    margin: 0 auto;
    display: block;
  }

  .img-text-section .text-container {
    margin: 0 auto;
  }

  .img-text-section .text-container h3 {
    margin: 20px 0px 20px;
  }
}

/*Take a quiz page styling*/

.copd-quiz-header h6 {
  font-family: 'Gotham-Book';
}

.image-text-container {
  display: flex;
  flex-direction: row;
}

.image-text-container .image-container {
  max-width: 140px;
  margin-right: 20px;
}

.copd-quiz .flareup-text {
  margin-top: 40px;
  margin-bottom: 30px;
}

.copd-quiz p.footnote {
  font-size: 13px;
  line-height: 15px;
}

.mobile-only {
  display: none;
}

@media screen and (max-width:991px) {
  .desktop-tab {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

/* COPD flare up quiz modal popup styling */

.cmp-modal__modalbox.modal-xl .modal-box {
  max-width: 1160px;
  padding: 0px;
}

.cmp-modal__modalbox.modal-xl .modal-box .modal-box__content {
  padding: 0px !important;
}

.cmp-modal__modalbox.modal-xl .modal__close {
  right: 13px;
  top: 24px;
}

.cmp-modal--defaultStyle.modal *{
    border-radius:12px;
}

iframe#surveyanywhere {
  margin: 0 auto;
  min-height: 685px;
  border-radius:12px;
}




@media screen and (max-width:540px) {
     
  body .cmp-modal--defaultStyle .modal__closeLabel {
    display: none;
  }

  body.modal-enabled .cmp-modal__modalbox.modal-md .modal-box {
    max-width: 90%;
    margin: 0 auto;
  }

  .support-exp-private {
    padding-top: 247px !important;
  }

  .support-exp-private h1 {
    padding-right: 70px;
  }

  .support-exp-private .desc {
    padding-bottom: 25px;
  }

  body .cmp-modal--defaultStyle .modal__close {
    background-color: transparent;
    top: 40px;
    height: auto;
  }

  body .cmp-modal--defaultStyle.modal {
    padding-top: 0px;
  }

  body .cmp-modal--defaultStyle .modal__closeIcon {
    margin-right: 0;
    width: 18px;
  }
}


@media screen and (min-width:470px) and (max-width:525px){
  .support-exp-private h1{
      padding-right: 38%;
  }
}

/* UBP3-74 : Breztri DTC Website: Q3 2024 Integration of New Campaign Style Srt here*/

@media screen and (max-width: 991px) {
  .exit-ramp-modal .modal-box {
    max-width: 95%;
  }
  #grey-bg {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .exit-ramp-modal .modal-box {
    padding: 60px 20px;
    top: 20px;
  }
  .exit-ramp-modal button.modal__close{
    top: 70px;
  }
}

/* UBP3-74 : Breztri DTC Website: Q3 2024 Integration of New Campaign End Srt here*/

/* USBW3-3313 Breztri DTC savings card and CRM sign up form enhancements Style start here*/
.old-subs-form{
  display: none;
}

#small-wrapper {
  max-width: 100%;
}
#grey-bg{
  box-shadow: 0px -5px 20px #00000029;
  opacity: 1;
  border-radius: 0;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container{
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control:not(textarea){
  border: 2px solid #F0B323;
  border-radius: 8px;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger{
  font-size: 17px;
  letter-spacing: 0.17px;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .has-error input {
  border-color: #EC0000;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-radio.has-error input{
  border-color: #F0B323;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group{
  margin-bottom: 20px;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-text.has-error{
  margin-bottom: 50px;
}

.subs-form .cmp-dynamicform__form-radio {
  display: block;
}
.subs-form .cmp-dynamicform__form-radio{
  max-width: 520px;
  width: 100%;
  margin-right: 0;
  float: left;
  margin-top: 0px;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-radio  .cmp-dynamicform__form-control-container{
  box-shadow: none;
  border-radius: 0;
  background: #EFEFEF;
}
.subs-form p.prescribed-info-brand {
  font-family: 'Gotham-Bold';
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.21px;
  margin-bottom: 15px;
}
.subs-form .radio label {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.17px;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.subs-form .radio label span br{
  display: none;
}
.subs-form .radio .cmp-dynamicform__vcenter:nth-child(3) label{
  margin-bottom: 0;
}
.subs-form .radio input{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 3px 3px 6px #00000029;
  border: 2px solid #F0B323;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;  
  cursor: pointer;
  pointer-events: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.subs-form .radio input:checked::before{
  content: "";
  background: #333333;
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 0;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button {
  background: #F0B323;
}
.subscription-text p.required-txt{
  margin-bottom: 10px;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-control-container{
  display: block;
}

@media screen and (max-width: 991px) {
  .subs-form .cmp-dynamicform__form-radio{
    float: none;
  }
  .subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group {
    margin-bottom: 20px;
  }
  .subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-radio.has-error{
    margin-bottom: 50px;
  }
  .subs-form p.prescribed-info-brand{
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 45px;
  }
  .subs-form p.prescribed-info-brand br{
    display: none;
  }
  .subs-form .cmp-dynamicform__form-group.captch-holder {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .subs-form .cmp-dynamicform__form-radio {
    max-width: 100%;
  }
  .subs-form p.prescribed-info-brand{
    font-size: 18px;
    line-height: 24px;
    max-width: 325px;
  }
  .subs-form .radio label span br{
    display: block;
  }
}

/* USBW3-3313 Breztri DTC savings card and CRM sign up form enhancements Style End here*/

/* USBW3-30904 BREZTRI DTC Website Full Launch - JULY Style Srt here*/

#grey-bg {
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
  background: #FFFFFF;
  margin: 0;
}
.global-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-subsectionheader{
  margin: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  clear: both;
}
.global-form .cmp-dynamicform__form-subsectionheader h3{
  margin-top: 0;
}
.global-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-radio .cmp-dynamicform__form-control-container{
  background: transparent;
}
.global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child{
  width: 100%;
  float: none;
  max-width: 100%;
  text-align: center;  
}
.global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .radio{
  display: flex;
  justify-content: center;
}
.global-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio{
  margin-bottom: 0;
}
.global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child p.cmp-dynamicform__generated-form-error{
  display: block;
  text-align: center;
  width: 100%;
}
.global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .cmp-dynamicform__vcenter {
  margin: 0 30px;
}
.global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .radio label{
  margin: 0;
}
.global-form .cmp-dynamicform__form-radio span.text-danger,
.global-form .cmp-dynamicform__form-radio.has-error span.text-danger{
  visibility: hidden;
}
.global-form .cmp-dynamicform__form-radio.has-error .text-danger{
  visibility: visible;
}
.global-form .radio input{
  box-shadow: none;
  border: 2px solid #373A36;
}
.global-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-radio.has-error input{
  border-color: #EC0000;
}
.subscription-form .title h3{
  padding: 30px 0px 30px;
}
.subs-form p.top-sapcing{
  margin-bottom: 25px;
}
.subs-form.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button{
  border: 3px solid #FEE2A0;
  background: #F0B323;
  height: 48px;
  border-radius: 24px;
}
.subscription-text p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.14px;
  color: #000;
}
.subscription-text{
  padding-bottom: 0;
}


@media screen and (max-width: 1200px) {
  .subs-form .cmp-dynamicform__form-radio{
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child{
    text-align: left;
    position: relative;
    top: 15px;
  }
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .radio{
    flex-direction: column;
  }
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .radio label{
    margin-bottom: 20px;
  }
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .cmp-dynamicform__form-control-container{
   margin-bottom: 0px;
  }
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .radio .cmp-dynamicform__vcenter:nth-child(3) label{
    /* margin-bottom: 10px; */
  }
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child .cmp-dynamicform__vcenter{
    margin: 0;
  }
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-radio:first-child p.cmp-dynamicform__generated-form-error{
    text-align: left;
  }
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-subsectionheader:nth-child(2) div,
  .global-form .cmp-dynamicform__form-validation .cmp-dynamicform__form-subsectionheader:nth-child(2) p{
    display: none;
  }  
  .subs-form p.top-sapcing{
    margin-top: 0;
  }
  .subscription-form .title h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0px 20px;
  }
  .subs-form .cmp-dynamicform__form-radio {
    width: 100%;
  }
  .subscription-text {
    padding-bottom: 20px;
  }
  .subs-form .radio input{
    transform: none;
    top: 0px;
  }




}



/* USBW3-30904 BREZTRI DTC Website Full Launch - JULY Style End here*/