/* Form CSS */
form label, form legend, form p,input[type="text"], input[type="email"], input[type="number"], input[type="tel"], select {
  position: relative;
  z-index: 1;
}

/* Radio Button Styles */
/* .radio .form-check-label::before,
.radio .form-check-label::after {
  height: 25px !important;
  width: 25px !important;
  border-color: #2c2851 !important;
  border-width: 2px !important;
}
.radio input[type="radio"].form-check-input:checked ~ .form-check-label::after {
  width: 15px !important;
  height: 15px !important;
  background: #2c2851 !important;
  position: absolute !important;
  border-radius: 50% !important;
  top: 9px !important;
  left: -19px !important;
}
.radio input[type="radio"].form-check-input:checked ~ .form-check-label::before {
	border-color: #2c2851 !important;
	background-color: #fff !important;
}
.radio input[type="radio"].form-check-input:checked:focus~.form-check-label::before {
  box-shadow: unset !important;
}
.radio input[type="radio"].form-check-input:focus~.form-check-label::before {
  border: 2px solid #2C2851 !important;
  background-color: #D8D4D7 !important;
  box-shadow: unset !important;
}
.radio input[type="radio"].form-check-input~.form-check-label::before {
  box-shadow: unset !important;
}
.radio input[type="radio"].form-check-input:hover~.form-check-label::before {
  background-color: #D8D4D7 !important;
  box-shadow: unset !important;
} */

/* checkbox Styles */
/* form.webform-submission-stay-in-the-know-form .checkbox .form-error {
  margin-left: -1.5rem;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-check-label::before,
form.webform-submission-copy-get-started-form .checkbox label::before {
	border-radius: 4px !important;
	width: 24px !important;
	height: 24px !important;
	border: 2px solid #2c2851 !important;
	left: -2.5rem !important;
  transition: unset !important;
  margin-left: 17px;
  background-color: #fff !important;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-check-label::after,
form.webform-submission-copy-get-started-form .checkbox label::after {
  width: 24px !important;
	height: 24px !important;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-check-input:focus ~ .form-check-label::before,
form.webform-submission-copy-get-started-form .checkbox .form-check-input:focus ~ label::before {
  box-shadow: none !important;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-check-input:checked ~ .form-check-label::before,
form.webform-submission-copy-get-started-form .checkbox .form-check-input:checked ~ label::before {
  background-color: #fff !important;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-check-input:checked ~ .form-check-label::after,
form.webform-submission-copy-get-started-form .checkbox .form-check-input:checked ~ label::after {
  background: url('../images/checked.svg') no-repeat !important;
  background-position: center !important;
  width: 24px;
  height: 24px;
  margin-left: 7px;
  margin-top: -4px;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-check-label,
form.webform-submission-copy-get-started-form .checkbox label {
  padding-left: 20px;
  display: inline-block;
}
form.webform-submission-copy-get-started-form .checkbox {
  margin: 35px 0 25px;
} */

/* D10 Radio and checkbox styles */
.radio input[type="radio"] {
  height: 25px !important;
  width: 25px !important;
  border: 2px solid #2c2851 !important;
  background-color: #fff;
  cursor: pointer;
}
.radio input.error[type="radio"] {
  border: 2px solid #c54b4b !important
}
.radio input:checked[type="radio"] {
  background-image: url('../images/radio_button_checked.svg')!important;
  border: 2px solid #2C2851 !important;
  box-shadow: none !important;
  outline: none !important;
  background-size: 15px;
  background-repeat: no-repeat;
}
.radio input[type="radio"]:focus {
  box-shadow: none !important;
}

form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox label,
form.webform-submission-copy-get-started-form .checkbox label {
  padding-left: 40px;
  display: inline-block;
  margin-left: -20px;
}
/* form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input[type="checkbox"],
form.webform-submission-copy-get-started-form .checkbox input[type="checkbox"] {
  height: 24px !important;
	width: 24px !important;
  border-radius: 4px !important;
  border: 2px solid #2C2851 !important;
  background-color: #fff;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input.error[type="checkbox"],
form.webform-submission-copy-get-started-form .checkbox input.error[type="checkbox"] {
  border: 2px solid #c54b4b !important
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input:checked[type="checkbox"],
form.webform-submission-copy-get-started-form .checkbox input:checked[type="checkbox"] {
  background-image: url('../images/checked.svg') !important;
  background-repeat: no-repeat;
  box-shadow: none !important;
  outline: none !important;
} */
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-error {
  margin-left: -24px;
}


/* form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input[type="checkbox"],
form.webform-submission-copy-get-started-form .checkbox input[type="checkbox"] {
  opacity: 0 !important;
} */
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input,
form.webform-submission-copy-get-started-form .checkbox input {
  opacity: 0 !important;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox,
form.webform-submission-copy-get-started-form .checkbox {
  position: relative;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox label::before,
form.webform-submission-copy-get-started-form .checkbox label::before {
  height: 24px !important;
	width: 24px !important;
  border-radius: 4px !important;
  border: 2px solid #2C2851 !important;
  background-color: #fff;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  content: '';
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 4px;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input.error[type="checkbox"] ~ label::before,
form.webform-submission-copy-get-started-form .checkbox input.error[type="checkbox"] ~ label::before {
  border: 2px solid #c54b4b !important
}
/* Drupal 9
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input:checked[type="checkbox"] ~ label::after,
form.webform-submission-copy-get-started-form .checkbox input:checked[type="checkbox"] ~ label::after {
  background-image: url('../images/checked.svg') !important;
  background-repeat: no-repeat;
  box-shadow: none !important;
  outline: none !important;
  content: '';
  position: absolute;
  width: 21px;
  height: 15px;
  left: -1px;
  top: 5px;
  background-size: contain;
}
form.webform-submission-copy-get-started-form .checkbox.form-item-crm-enable input:checked[type="checkbox"] ~ label::after {
  left: 5px;
} 
*/
/* Drupal 10 */
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input:checked[type="checkbox"],
form.webform-submission-copy-get-started-form .checkbox input:checked[type="checkbox"] {
  background-image: url('../images/checked.svg') !important;
  opacity: unset !important;
  position: relative;
  z-index: 4;
  background-color: transparent !important;
  outline: none !important;
  width: 21px;
  height: 15px;
  left: 8px;
  top: 1px;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  z-index: 2;
}

form.webform-submission-copy-get-started-form .checkbox label {
  margin-left: -18px;
  padding-left: 38px;
}
form.webform-submission-copy-get-started-form #edit-tnc-text {
  margin-top: 26px !important;
}

@media (max-width: 991px) {
  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox label {
    margin-top: 10px;
  }
  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox label::before {
    top: -6px;
  }
}

@media (min-width: 1200px) {
  .radio input[type="radio"]:hover,
  .radio input[type="radio"]:focus {
    background-color: #d8d4d7 !important;
  }
  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-check-input:focus-visible ~ label::before,
  form.webform-submission-copy-get-started-form .checkbox .form-check-input:focus-visible ~ label::before {
    outline: 1px dotted #4c4c4c!important;
    outline-offset: 1.5px;
  }
  /* form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input:checked[type="checkbox"]:hover,
  form.webform-submission-copy-get-started-form .checkbox input:checked[type="checkbox"]:hover {
    background-image: url('../images/checked-hover.svg') !important;
  } */
  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox label:hover ~ input:checked[type="checkbox"], 
  form.webform-submission-copy-get-started-form .checkbox label:hover ~ input:checked[type="checkbox"] {
    background-image: url('../images/checked.svg') !important;
  }
}

  
/* Text box Styles */
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], select {
  height: 40px !important;
  border-radius: 4px !important;
  border: 2px solid #433d61 !important;
  padding: .375rem .75rem;
  font-family: 'poppins-regular' !important;
  color: #2b2b2b;
  outline: unset !important;
  box-shadow: unset !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, select:focus {
  outline: unset !important;
  box-shadow: unset !important;
}
input[type="text"]:active, input[type="email"]:active, input[type="tel"]:active, input[type="number"]:active, select:active {
  background-color: #D8D4D7 !important;
}
.webform-submission-stay-in-the-know-form select {
  appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background-position: calc(100% - 12px) center !important;
    background: url("../images/select-down.webp") no-repeat;
    padding: 8px 25px 8px 16px;
    background-color: #fff !important;
}

/* Label Styles */
form label, form legend, form p {
  font-family: 'poppins-regular';
  font-size: 16px;
  color: #2B2B2B;
  letter-spacing: 0;
  line-height: 24px;
}
form .radios--wrapper legend {
  margin-bottom: 8px;
}
form .form-type-textfield label,
form .form-type-tel label,
form .form-type-email label,
form .form-type-select {
  padding-bottom: 8px;
  font-size: 15px;
}
form p {
  font-size: 15px;
}
form.webform-submission-copy-get-started-form label, 
form.webform-submission-copy-get-started-form legend {
  font-size: 15px;
}
form.webform-submission-share-your-story-form #edit-processed-text-01 p {
  font-size: 16px;
}
form .radio label span.radio-label {
  position: relative;
  top: 4px;
  margin-left: 13px;
  display: block;
}
/* form .radio label {
  width: 100%;
} */
.radio {
  min-height: 2.6rem !important;
  display: flex;
  width: 100%;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none !important;
  padding-right: .75rem !important;
}
/* Error Msg Styles */
form .form-required::after {
  display: none !important;
}
form .form-error {
  font-family: 'poppins-regular';
  color: #FF0002;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#common-error.error-form-common {
  display: none;
  color: #ff0002;
  background: #ffe5e5;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #ff0002;
  margin: 22px 0 -30px 0;
}
#common-error.error-form-common .error-form-common-wrapper {
  display: flex;
}
#common-error.error-form-common .error-form-common-wrapper i.fa-exclamation-circle {
  font-size: 40px;
}
#common-error.error-form-common .error-form-common-wrapper p {
  font-size: 16px;
  font-family: 'poppins-semibold';
  color: #ff0002;
  margin-bottom: 0;
}
.radio .form-radio.error ~ .form-check-label::before, .radio .form-radio.error ~ .form-check-label::after {
  border-color: #ff0002 !important;
}
form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox .form-checkbox.error ~ .form-check-label::before,
form.webform-submission-copy-get-started-form .checkbox .form-checkbox.error ~ label::before {
  border-color: #ff0002 !important;
}
input[type="text"].error, input[type="email"].error, input[type="number"].error, input[type="tel"].error, select.error {
  border-color: #ff0002 !important;
}
form.webform-submission-copy-get-started-add-form .js-form-item-tnc-sms-mr {
  position: relative;
  margin-bottom: 24px !important;
}
form.webform-submission-copy-get-started-add-form .js-form-item-tnc-sms-mr .form-error {
  position: absolute;
  bottom: -24px;
  margin-left: 20px;
}
form.webform-submission-copy-get-started-form .js-form-item-tnc-sms-mr input[type="checkbox"].error ~ label {
  padding-bottom: 30px;
  display: inline-block;
}

/* captcha styles */
#captcha summary {
  display: none;
}
#captcha .details-description {
  font-size: 15px;
  color: #2B2B2B !important;
  font-family: 'poppins-regular';
  margin-bottom: 10px !important;
  display: block !important;
}

/* accordion styles */
form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap,
form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap {
  position: relative;
  left: -28px;
  height: 24px;
  z-index: 1;
}
form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .plus-toggle-button,
form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .plus-toggle-button {
  background-color: #F15D5E;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  padding: 7px;
}
form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .phone-text,
form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .mail-text {
  font-size: 16px;
  font-family: 'poppins-semibold';
  color: #2D2850;
  line-height: 24px;
  text-decoration: underline;
}
form .optional-italic {
  font-family: 'Poppins-Italic';
  font-size: 16px;
  color: #2D2850;
}
form .optional-italic-ad {
  font-family: 'Poppins-Italic';
  font-size: 15px;
  color: #2D2850;
}
form.webform-submission-stay-in-the-know-form #edit-mobile-container,
form.webform-submission-stay-in-the-know-form #edit-mail-acc-container {
  margin-top: 20px;
}

/* Form Block Styles */
form .p8-cus-container {
  position: relative;
}


/* Dermatologist form Styles */
body.page-node-21 #block-agnostic-ad-webform,
body.page-node-166 #block-agnostic-ad-webform {
  background-image: linear-gradient(180deg, rgba(216,212,215,0.2) 27%, rgba(216,212,215,0.00) 100%)
}
.webform-submission-connecting-dermatologist-form .find-a-derm-wrapper {
  display: flex;
  padding: 45px 16px 24px 16px;
  margin-bottom: 0px;
  flex-direction: row-reverse;
  margin-bottom: 0px !important;
}
.webform-submission-connecting-dermatologist-form .find-a-derm-wrapper #edit-processed-text-01 {
  width: 34.6%;
  text-align: right;
}
.webform-submission-connecting-dermatologist-form .find-a-derm-wrapper .derm-text-wrapper {
  width: 65.4%;
  padding-right: 15px;
}
form.webform-submission-connecting-dermatologist-form #edit-actions {
  display: none;
}
.webform-submission-connecting-dermatologist-form .dermatologist-title {
  font-family: 'gobold-bold';
  font-size: 36px;
  color: #2D2850;
  letter-spacing: 0;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.webform-submission-connecting-dermatologist-form .form-item-find-dermatologist {
  margin-top: 24px;
  margin-bottom: 24px !important;
}
.webform-submission-connecting-dermatologist-form .find-a-derm-wrapper .derm-text-wrapper p.note-text {
  font-size: 12px;
  line-height: 17px;
  margin-top: 20px;
}
.webform-submission-connecting-dermatologist-form .find-a-derm-wrapper .derm-text-wrapper p br {
  display: none !important;
}

/* Form Top Text Block */
form.webform-submission-stay-in-the-know-form #edit-intro-text,
form.webform-submission-share-your-story-form #edit-intro-text,
form.webform-submission-copy-get-started-form #edit-copay-get-started-step1,
form.webform-submission-copy-get-started-form #edit-copay-get-started-step1 #edit-confirm-eligibility,
form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-registration {
  margin-bottom: 0px !important;
}

form .blue-border-block-wrapper {
  width: 100%;
  position: absolute;
  bottom: -16px;
  z-index: 1
}
form .blue-border-block {
  background-image: linear-gradient(268deg, #433D61 0%, #2C2851 100%);
  height: 32px;
}
form.webform-submission-share-your-story-form #stay-patient-form-block {
  padding: 50px 0 55px;
}
form.webform-submission-share-your-story-form #stay-patient-form-block #common-error.error-form-common {
  margin-bottom: -10px;
}

/* Stay in the know and share your story styles */
form.webform-submission-stay-in-the-know-form .starter-pack h2 {
  font-family: 'gobold-bold';
  font-size: 24px;
  color: #2D2850;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 14px;
}
form.webform-submission-stay-in-the-know-form .starter-pack .img-wrapper {
  text-align: center;
}
form.webform-submission-stay-in-the-know-form h2,
form.webform-submission-share-your-story-form h2 {
  font-family: 'gobold-bold';
  font-size: 24px;
  color: #2D2850;
  letter-spacing: 0;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 24px;
}
form.webform-submission-stay-in-the-know-form h2 span.header-gradient,
form.webform-submission-share-your-story-form h2 span.header-gradient {
  z-index: 1;
}
form.webform-submission-stay-in-the-know-form,
form.webform-submission-share-your-story-form {
  margin-bottom: 60px;
}

form.webform-submission-stay-in-the-know-add-form #stay-patient-form-block {
  padding-bottom: 70px;
}
form.webform-submission-stay-in-the-know-add-form #common-error.error-form-common {
  margin-bottom: -25px;
}
form .form-error {
  margin-bottom: 6px;
}
form .webform-type-radios .form-error {
  margin-bottom: 2px;
  position:relative;
  z-index:1;
}


#stay-patient-form-block {
  position: relative;
  padding: 50px 0 90px;
}
#stay-patient-form-block p {
  font-size: 15px;
}
#stay-patient-form-block p.fs-14 {
  font-size: 14px;
}

#content-block-p8.patient-form .feedback-block {
  display: flex;
}
#content-block-p8.patient-form .feedback-block .text-wrapper {
  width: 26.66%;
  align-self: center;
  text-align: center;
  font-family: 'poppins-semibold';
  font-size: 20px;
  color: #2D2850;
  line-height: 28px;
}
#content-block-p8.patient-form .feedback-block .droplet-wrapper {
  width: 10%;
  align-self: center;
  text-align: center;
}

/* Get Copay Form Styles */
#copay-steps-block {
  z-index: 1;
  margin-top: -25px;
  position: relative;
}
#copay-steps-block .steps-wrap {
  display: flex;
}
#copay-steps-block .steps-wrap .step-one,
#copay-steps-block .steps-wrap .step-two {
  width: 50%;
  text-align: center;
  font-family: 'poppins-bold';
  font-size: 30px;
}
#copay-steps-block.step1 .step-one {
  background-image: linear-gradient(261deg, #433D61 0%, #2C2851 100%);
  color: #fff;
  padding: 8px 0 6px;
}
#copay-steps-block.step1 .step-two {
  background-color: #fff;
  color: #433D61;
  padding: 6px 0;
  border: 2px solid #433D61;
}
#copay-steps-block.step2 .steps-wrap .step-one {
  background-color: #fff;
  color: #433D61;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 6px 0;
  border: 2px solid #433D61;
}
#copay-steps-block.step2 .steps-wrap .step-two {
  background-image: linear-gradient(261deg, #433D61 0%, #2C2851 100%);
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 0 6px;
}

#get-copay-form-intro-block {
  position: relative;
}
#get-copay-form-intro-block .back-to-copay {
  margin: 20px 0 22px 0;
}
#get-copay-form-intro-block .back-to-copay a {
	font-family: 'poppins-semibold';
	font-size: 14px;
	color: #433D61;
	letter-spacing: 0;
	text-decoration: underline;
	position: relative;
  z-index: 1;
}
#get-copay-form-intro-block span.back-to {
  position: relative;
  background-image: linear-gradient(141deg, #F99697 3%, #F15D5E 50%);
  height: 19px;
  width: 19px;
  border-radius: 50%;
  transition: all 0.2s linear;
  border: none;
  display: inline-block;
  /* top: 5px; */
  margin-right: 10px;
}
#get-copay-form-intro-block span.back-to::after {
  content: "";
  position: absolute;
  left: 7.5px;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 6.5px;
  transform: rotate(315deg);
}
/* #get-copay-form-intro-block .back-to-copay a::before {
	position: absolute;
	background-image: url('../images/back-to.svg');
	content: " ";
	top: 0px;
	width: 21px;
	height: 21px;
	z-index: 1;
	background-repeat: no-repeat;
	left: 0px;
} */

#get-copay-form-intro-block {
  padding-bottom: 45px;
}
#get-copay-form-intro-block .get-copay-intro-wrapper {
  display: flex;
}
#get-copay-form-intro-block .get-copay-intro-wrapper a.text-link {
  white-space: unset;
}
#get-copay-form-intro-block .get-copay-intro-wrapper .heading-wrap {
  width: 31%;
}
#get-copay-form-intro-block .get-copay-intro-wrapper .text-wrapper {
  width: 71%;
}
@media (min-width: 991px) {
  #get-copay-form-intro-block .get-copay-intro-wrapper .text-wrapper p.fs-14 {
    margin-top: -14px;
  }
}
#get-copay-form-intro-block h2 {
  font-family: 'gobold-bold';
  font-size: 24px;
  color: #2D2850;
  letter-spacing: 0;
  line-height: 35px;
  margin: 0px;
}
#get-copay-form-intro-block p {
  font-size: 15px;
  margin-bottom: 18px;
}
#get-copay-form-intro-block p.fs-14 {
  font-size: 14px;
}
#get-copay-form-intro-block #common-error.error-form-common {
  margin-bottom: -6px;
}
form.webform-submission-copy-get-started-form #edit-wizard-next {
  margin-top: -180px;
  margin-left: 18px;
  position: relative;
}
form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .p8-cus-container {
  overflow: hidden;
}



/* Form Button Styles */
form .form-btn,
#edit-actions--2 .form-submit {
  background: linear-gradient(249deg, #564F76 0%, #332F5D 100%);
  border: unset !important;
  height: 50px;
  border-radius: 30px;
  width: 228px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'poppins-semibold';
  color: #fff;
  text-decoration: none !important;
  box-shadow: unset !important;
  transition: unset !important;
  margin-top: 30px;
}
@media (max-width: 575px) {
  form .form-btn, #edit-actions--2 .form-submit {
    width: 100%;
  }
  #common-error.error-form-common {
    padding: 21px 10px 16px 10px;
  }
  #common-error.error-form-common .error-form-common-wrapper p {
    margin-top: -7px;
  }

  #content-block-p8.patient-form .feedback-block .text-wrapper.m-br br {
    display: none;
  }

  /* form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont {
    position: relative;
  }
  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .form-error {
    position: absolute;
    bottom: -30px;
  }
  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont input[type="checkbox"].error ~ label {
    padding-bottom: 20px;
  } */

  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .form-error {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  form.webform-submission-stay-in-the-know-form h2 {
    margin-left: 2px;
    margin-bottom: 40px;
  }

  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap {
    width: 115%;
  }
  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .plus-toggle-button,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .plus-toggle-button{
    margin-right: 6px;
  }
  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .phone-text,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .mail-text{
    font-size: 15px;
  }
  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .optional-italic,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .optional-italic{
    font-size: 15px;
  }

  form.webform-submission-copy-get-started-form .js-form-item-tnc-sms-mr input[type="checkbox"].error ~ label {
    padding-bottom: 70px;
  }

  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-container-step2,
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-copay-step2-container,
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-blue-background2 {
    margin-bottom: 0px;
  }
  form.webform-submission-copy-get-started-form #edit-actions--2 .form-submit {
    width: 89%;
  }
  #get-copay-form-intro-block .get-copay-intro-wrapper {
    flex-direction: column;
  }
  #get-copay-form-intro-block .get-copay-intro-wrapper .heading-wrap,
  #get-copay-form-intro-block .get-copay-intro-wrapper .text-wrapper {
    width: 100%;
  }
  #get-copay-form-intro-block .get-copay-intro-wrapper .p8-d {
    display: none;
  }
  #get-copay-form-intro-block .get-copay-intro-wrapper .p8-m {
    display: block !important;
  }
  #get-copay-form-intro-block .get-copay-intro-wrapper h2 {
    margin-bottom: 26px;
  }

  /* share your story */
  form.webform-submission-share-your-story-form #edit-are-you-currently-using-opzelura---wrapper {
    margin-bottom: 30px !important;
  }
  form.webform-submission-share-your-story-form .form-type-textfield,
  form.webform-submission-share-your-story-form .form-type-tel,
  form.webform-submission-share-your-story-form .form-type-email,
  form.webform-submission-stay-in-the-know-form .form-type-textfield,
  form.webform-submission-stay-in-the-know-form .form-type-select,
  form.webform-submission-stay-in-the-know-form .form-type-email,
  form.webform-submission-stay-in-the-know-form fieldset.radios--wrapper {
    margin-bottom: 35px !important;
  }
  form.webform-submission-share-your-story-form #edit-i-am---wrapper {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .phone-text,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .mail-text{
    font-size: 15px !important
  }
  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .optional-italic,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .optional-italic{
    font-size: 14px !important;
  }
  form #captcha .g-recaptcha {
    transform:scale(0.90);
    transform-origin:0 0;
  }
  form .form-btn {
    margin-top: 15px;
  }
  form.webform-submission-copy-get-started-form .js-form-item-tnc-sms-mr input[type="checkbox"].error ~ label {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 360px) and (max-width:384px) {
  form.webform-submission-copy-get-started-form .js-form-item-tnc-sms-mr input[type="checkbox"].error ~ label {
    padding-bottom: 90px !important;
  }
}
@media (min-width:576px) and (max-width:991px) {
  form.webform-submission-copy-get-started-form .js-form-item-tnc-sms-mr input[type="checkbox"].error ~ label {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  form .p8-cus-container .mobile-p8-container {
    background-image: linear-gradient(225deg, #E4EFF4 0%, #C4DBE6 100%);
    border-radius: 20px;
    padding: 50px 20px 30px 20px;
  }
  #get-copay-form-intro-block .back-to-copay {
    margin: 45px 0 35px 0;
  }

  form .blue-border-block-wrapper {
    padding: 0 22px;
  }
  #stay-patient-form-block {
    padding: 30px 0 40px;
  }
  #common-error.error-form-common {
    margin-bottom: 5px;
  }

  form .p8-cus-container .mobile-p8-container {
    position: relative;
  }
  form .p8-cus-container .mobile-p8-container::before {
    content: '';
    background: url('../images/form-droplet-mobile.svg') no-repeat;
    position: absolute;
    width: 200px;
    top: 50px;
    z-index: 1;
    height: 275px;
    right: 30px;
    filter: brightness(200%);
    opacity: 0.77;
  }

  form.webform-submission-stay-in-the-know-form .p8-cus-container .mobile-p8-container {
    padding: 0px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .top-block {
    padding: 49px 20px 0px 20px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .middle-block {
    background-image: linear-gradient(229deg, #FBE7DF 0%, #F5CABB 73%);
    padding: 30px 16px 55px 16px;
    margin-top: 40px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .bottom-block {
    padding: 15px 16px 10px 16px;
  }
  form.webform-submission-stay-in-the-know-form #edit-mail-acc-container {
    margin-bottom: 50px;
  }
  form.webform-submission-stay-in-the-know-form .form-item-mobile-accordion {
    margin-top: 48px;
  }
  form.webform-submission-stay-in-the-know-form,
  form.webform-submission-share-your-story-form {
    margin-bottom: 50px;
  }

  /* dermatologist form */
  .webform-submission-connecting-dermatologist-form .find-a-derm-wrapper {
    flex-direction: column-reverse;
    padding: 39px 0px 35px 0px;
  }
  .webform-submission-connecting-dermatologist-form .find-a-derm-wrapper #edit-processed-text-01 {
    width: 100%;
    text-align: center;
  }
  .webform-submission-connecting-dermatologist-form .find-a-derm-wrapper .derm-text-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .webform-submission-connecting-dermatologist-form .dermatologist-title {
    font-size: 24px;
    line-height: 34px;
  }
  body.page-node-21 .webform-submission-connecting-dermatologist-form .find-a-derm-wrapper {
    flex-direction: column !important;
    padding-bottom: 0px;
  }
  body.page-node-21 .webform-submission-connecting-dermatologist-form .find-a-derm-wrapper .img-wrapper {
    width: 194px;
    margin: 12px auto 20px auto;
  }
  body.page-node-21 #Coral-Callout-section.left-coral-line.discussing-opz {
    margin-top: 10px;
  }

  form.webform-submission-stay-in-the-know-add-form #stay-patient-form-block {
    padding-bottom: 50px;
  }
  form.webform-submission-stay-in-the-know-add-form #common-error.error-form-common {
    margin-bottom: -5px;
  }

  #content-block-p8.patient-form .feedback-block {
    flex-direction: column;
  }
  #content-block-p8.patient-form .feedback-block .text-wrapper {
    width: 100%
  }
  #content-block-p8.patient-form .feedback-block .droplet-wrapper {
    width: 100%;
    margin: 25px 0;
  }

  form.webform-submission-share-your-story-form #stay-patient-form-block {
    padding-top: 25px;
  }



  /* Copay form */
  #copay-steps-block {
    margin-top: -10px;
  }
  #copay-steps-block .steps-wrap .step-one,
  #copay-steps-block .steps-wrap .step-two {
    font-size: 20px;
  }

  form.webform-submission-copy-get-started-form #edit-copay-get-started-step1 .p8-cus-container .mobile-p8-container {
    padding-bottom: 110px;
  }
  form.webform-submission-copy-get-started-form #edit-wizard-next {
    margin-top: -202px;
    margin-left: 20px;
  }
  body.page-node-201 #terms-and-conditions {
    margin-top: 0px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 {
    margin-bottom: 50px;
  }

  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .form-btn {
    position: relative;
    z-index: 1;
    margin-top: 10px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #captcha .details-wrapper {
    margin-bottom: 10px;
  }
  form.webform-submission-copy-get-started-form .captcha .form-error {
    margin-top: -16px;
  }
}
@media (min-width: 991px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select {
    max-width: 458px;
  }
  #common-error.error-form-common {
    max-width: 560px;
    margin-left: 16px;
  }
  form .p8-cus-container {
    background-image: linear-gradient(225deg, #E4EFF4 0%, #C4DBE6 100%);
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  form .p8-cus-container .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  form.webform-submission-stay-in-the-know-form h2,
  form.webform-submission-share-your-story-form h2 {
    margin-bottom: 40px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .top-block {
    padding: 60px 48px 0px 48px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .middle-block {
    background-image: linear-gradient(229deg, #FBE7DF 0%, #F5CABB 73%);
    padding: 30px 48px 8px 48px;
    margin-top: 40px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .bottom-block {
    padding: 30px 48px 20px 48px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .middle-block .get-support-wrapper-block {
    display: flex;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .middle-block .get-support-wrapper-block .get-support-left {
    width: 35%;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .middle-block .get-support-wrapper-block .get-support-right {
    width: 65%;
    margin-top: -85px;
  }
  form.webform-submission-stay-in-the-know-form .form-item-mobile-accordion {
    margin-top: 50px;
    cursor:default;
  }

  /* Top Block Text */
  #stay-patient-form-block .stay-patient-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  form.webform-submission-copy-get-started-form #edit-copay-get-started-step1 #edit-p8-cus-container {
    padding-bottom: 125px;
  }
  body.page-node-201 #terms-and-conditions {
    margin-top: 35px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 {
    margin-bottom: 50px;
  }
  #get-copay-form-intro-block .get-copay-intro-wrapper {
    padding-left: 18px;
    padding-right: 20px;
  }

  form .p8-cus-container::before {
    content: '';
    background: url('../images/form-droplet-desktop.svg') no-repeat;
    position: absolute;
    width: 326px;
    top: 104px;
    z-index: 1;
    height: 454px;
    right: 75px;
    filter: brightness(200%);
  }

  /* Radio button placement */
  .radio {
    min-height: 2.8rem !important;
  }
  form.webform-submission-stay-in-the-know-form #edit-person-adolescent.webform-options-display-two-columns,
  form.webform-submission-stay-in-the-know-form #edit-brand-prescription-.webform-options-display-two-columns {
    max-width: 435px !important;
  }
  form.webform-submission-share-your-story-form #edit-are-you-currently-using-opzelura-.webform-options-display-two-columns,
  form.webform-submission-share-your-story-form #edit-i-prefer-to-be-contacted-via-.webform-options-display-two-columns {
    max-width: 480px !important;
  }
  form.webform-submission-share-your-story-form #edit-the-best-time-to-contact-me-is-.webform-options-display-three-columns {
    max-width: 725px !important;
  }

  /* Get a copay Savings Card form radio button placements */
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step1 .webform-options-display-two-columns {
    max-width: 600px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .webform-options-display-two-columns {
   display: flex;
   flex-wrap: wrap;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-am.webform-options-display-two-columns .radio:nth-child(1) {
    max-width: 298px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-am.webform-options-display-two-columns .radio:nth-child(1) label {
    padding-right: 35px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-am.webform-options-display-two-columns .radio:nth-child(2) {
    max-width: 50% !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-am.webform-options-display-two-columns .radio:nth-child(2) label {
    max-width: 290px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-am.webform-options-display-two-columns .radio:nth-child(3) {
    margin-top: 15px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-already-prescription-brand.webform-options-display-two-columns,
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-brand-prescription.webform-options-display-two-columns,
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-person-adolescent.webform-options-display-two-columns {
    max-width: 595px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-already-prescription-brand.webform-options-display-two-columns .js-form-type-radio,
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-brand-prescription.webform-options-display-two-columns .js-form-type-radio,
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-person-adolescent.webform-options-display-two-columns .js-form-type-radio {
    width: 50%;
  }

  body.page-node-21 .webform-submission-connecting-dermatologist-form .find-a-derm-wrapper {
    padding-top: 55px;
  }
  body.page-node-166 .webform-submission-connecting-dermatologist-form .find-a-derm-wrapper {
    padding-top: 50px;
  }
  .webform-submission-connecting-dermatologist-form .img-wrapper {
    width: 290px;
  }
  body.page-node-166 .webform-submission-connecting-dermatologist-form .img-wrapper {
    width: 306px;
    margin-top: 10px;
  }
  body.page-node-21 .webform-submission-connecting-dermatologist-form .dermatologist-title {
    max-width: 300px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  form .p8-cus-container {
    max-width: 1000px !important;
    margin: 0 auto !important;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .container {
    max-width: 1000px !important;
    padding-left: 0px !important;
    padding-right: 0px !important
  }

  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns,
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns {
    display: flex;
    flex-wrap: wrap;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio,
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio {
    width: 50%
  }
  /* form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(2) {
    width: 530px;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(3) label {
    width: 330px;
  } */

}
@media (min-width: 1200px) {
  form .p8-cus-container {
    max-width: 1024px !important;
    margin: 0 auto !important;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .container {
    max-width: 1024px !important;
  }
  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap:hover,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap:hover,
  .radio .form-check-label::before,
  .radio .form-check-label::after,
  .radio label span.radio-label,
  select,
	.js-form-type-checkbox,
	.checkbox .form-check-label {
    cursor: pointer;
  }

  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"] {
    cursor: text;
  }

  form .form-btn:focus,
  #edit-actions--2 .form-submit:focus {
    background: linear-gradient(249deg, #F99697 0%, #F15D5E 50%) !important;
  }
  form .form-btn:hover,
  #edit-actions--2 .form-submit:hover {
    background: #F15D5E !important;
  }

  form.webform-submission-stay-in-the-know-form .mobile-accordion-header-wrap .phone-text:hover,
  form.webform-submission-stay-in-the-know-form .mail-accordion-header-wrap .mail-text:hover {
    text-decoration: none;
  }
  form.webform-submission-stay-in-the-know-form input#edit-mobile-accordion:focus ~ label .mobile-accordion-header-wrap,
  form.webform-submission-stay-in-the-know-form input#edit-address-accordion:focus ~ label .mail-accordion-header-wrap {
    outline: 1px dotted #2c2851;
  }
  form.webform-submission-stay-in-the-know-form input#edit-mobile-accordion.form-check-input:focus,
  form.webform-submission-stay-in-the-know-form input#edit-address-accordion.form-check-input:focus {
    outline: none !important;
    opacity: 0 !important;
  }

  /* Stay in the know and Share your story radio button placements */
  

  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns,
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(1),
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(1) {
    width: 370px;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(2),
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(2) {
    width: 530px;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(2) input[type="radio"],
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(2) input[type="radio"] {
    width: 25px !important;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(2) label,
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(2) label {
    width: 505px !important;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(3),
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(3) {
    width: 100%;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(3) label {
    width: 306px;
  }
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(3) label {
    width: 330px;
  }
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(3),form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns .radio:nth-child(3) {
    margin-top: 15px;
  }
}

/* Radio buttons */
@media (max-width: 991px) {
  form label, form legend, form p {
    font-size: 15px;
  }
  form.webform-submission-share-your-story-form #edit-processed-text-01 p {
    font-size: 15px;
  }
  form .webform-options-display-two-columns {
    max-width: 280px !important;
    column-count: 2;
  }
  form.webform-submission-stay-in-the-know-form #edit-i-am-.webform-options-display-two-columns,
  form.webform-submission-share-your-story-form #edit-i-am-.webform-options-display-two-columns,
  form.webform-submission-share-your-story-form #edit-i-prefer-to-be-contacted-via-.webform-options-display-two-columns,
  form.webform-submission-share-your-story-form #edit-the-best-time-to-contact-me-is-.webform-options-display-three-columns,
  form.webform-submission-copy-get-started-form #edit-how-would-you-like-to-receive-your-copay-savings-card-.webform-options-display-three-columns,
  form.webform-submission-copy-get-started-form  #edit-i-am.webform-options-display-two-columns {
    column-count: 1;
    max-width: 100% !important;
    display: table;
  }

  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .form-type-textfield {
    margin-bottom: 30px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .form-type-tel {
    margin-top: 30px !important;
  }
  form.webform-submission-copy-get-started-form .radios--wrapper legend#edit-i-am--wrapper-legend{
    margin-bottom: 15px !important;
  }
  form.webform-submission-copy-get-started-form #edit-i-am--wrapper.radios--wrapper .form-error {
    margin-bottom: 0px !important;
    position: relative;
    top: -8px !important;
  }
  
  form.webform-submission-copy-get-started-form .radios--wrapper #edit-i-am .form-item-i-am:nth-child(1),
  form.webform-submission-copy-get-started-form .radios--wrapper #edit-i-am .form-item-i-am:nth-child(2) {
    margin-bottom: 14px !important;
  }
  form.webform-submission-copy-get-started-form #edit-how-would-you-like-to-receive-your-copay-savings-card---wrapper-legend {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 991px) {
  form.webform-submission-copy-get-started-form #edit-container-step2 .form-btn {
    margin-top: 0px;
  }
  form.webform-submission-copy-get-started-form #edit-container-step2 #captcha {
    margin-bottom: 25px;
  }
}

#common-error.error-form-common:focus,
#common-error.error-form-common:focus-visible {
  border: 1px solid #ff0002 !important;
  outline: 1px solid #ff0002 !important;
}
form.webform-submission-copy-get-started-form .optional-italic-ad,
form.webform-submission-copy-get-started-form .optional-italic {
  color: #2b2b2b !important;
}

form .radios--wrapper .form-error ~ .radios--wrapper legend {
  margin-bottom: 10px;
}

@media (max-width: 375px) {
  form.webform-submission-copy-get-started-form .js-form-item-tnc-sms-mr input[type="checkbox"].error ~ label {
    padding-bottom: 90px !important;
  }
}

/* Captcha Styles */
.captcha {
  margin-top: 30px;
}
.captcha legend {
  display: none;
}
.captcha .captcha__description {
  display: none;
} 
.captcha .custom-captcha-description {
  font-size: 15px;
  color: #2b2b2b !important;
  font-family: 'poppins-regular';
  margin-bottom: 10px !important;
}

form.webform-submission-copy-get-started-form #edit-container-step2 .captcha {
  margin-bottom: 25px;
  padding-top: 10px;
}
form.webform-submission-copy-get-started-form #edit-container-step2 #edit-how-would-you-like-to-receive-your-copay-savings-card- {
  position: relative;
  z-index: 1;
}
form.webform-submission-copy-get-started-form #edit-container-step2 #edit-crm .form-item-tnc-sms-mr,
form.webform-submission-copy-get-started-form #edit-container-step2 #edit-crm .form-item-crm-enable {
  margin-top: 35px;
}

@media (max-width: 1200px) {
  form .radio label {
    width: 100%;
  }
}

form.webform-submission-stay-in-the-know-form .form-select.is-invalid:not([multiple]):not([size]), 
form.webform-submission-stay-in-the-know-form .form-select.is-invalid:not([multiple])[size="1"], 
form.webform-submission-stay-in-the-know-form .was-validated .form-select:invalid:not([multiple]):not([size]), 
form.webform-submission-stay-in-the-know-form .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("../images/select-down.webp") !important;
  background-size: unset !important;
  background-repeat: no-repeat;
}

form .radio {
  position: relative;
  z-index: 1;
  display: flex;
}
@media (min-width: 1200px) {
  .radio input[type="radio"]:focus-visible,
  form.webform-submission-stay-in-the-know-form #edit-consent-ch-cont .checkbox input[type="checkbox"]:focus-visible, 
  form.webform-submission-copy-get-started-form .checkbox input[type="checkbox"]:focus-visible {
    outline: 1px dotted #4C4C4C !important;
    outline-offset: 1.5px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-am.webform-options-display-two-columns .radio label {
    width: 100%;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-am--wrapper .form-error {
    max-width: 800px;
  }
}


/* CRF22 */
@media (max-width: 575px) {
  form.webform-submission-stay-in-the-know-form .p8-cus-container .middle-block {
    padding-top: 10px;
    padding-bottom: 45px;
  }
  form.webform-submission-stay-in-the-know-form .starter-pack .img-wrapper img {
    width: 164px;
  }
}
@media (min-width: 991px) {
  form.webform-submission-stay-in-the-know-form .starter-pack .img-wrapper img {
    width: 175px;
    margin-top: -25px;
  }
  form.webform-submission-stay-in-the-know-form .p8-cus-container .middle-block .get-support-wrapper-block .get-support-right {
    margin-top: -80px;
  }
  form.webform-submission-stay-in-the-know-form #edit-mail-acc-container {
    margin-top: 34px;
  }
  form.webform-submission-stay-in-the-know-form .starter-pack p {
    font-size: 15px;
  }
}


ul.form-cus-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
ul.form-cus-list li {
  font-family: 'poppins-regular';
  font-size: 15px;
  color: #2B2B2B;
  margin-bottom: 10px;
  line-height: 24px;
}
ul.form-cus-list li::before {
  content: '';
  background-image: url('../images/bullet-isi.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  top: 7px;
  display: inline-block;
}
p.semibold-text {
  font-family: 'poppins-semibold';
}
.webform-submission-stay-in-the-know-form p.semibold-text {
  padding-top: 5px;
}
form .form-item-legal-guardian label  {
  padding-top: 10px;
}
form .form-item-dated .form-error,
form .form-item-dated .fa-chevron-down {
  display: none;
}
form .js-form-item-legal-guardian .form-error {
  position: relative;
  top: 1px;
}
/* 
.webform-submission-stay-in-the-know-form .captcha {
  margin-top: 20px;
}
 */
form .form-item-dated {
  position: relative;
}
@media (min-width: 991px) {
  form .form-item-dated {
    max-width: 458px;
  }
}
form .form-item-dated::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-top: 1.6px solid #2d2850;
  border-left: 1.6px solid #2d2850;
  transform: rotate(225deg);
  display: block;
  z-index: 1;
}
form .form-item-dated:has(input.error)::after {
  border-top: 1.6px solid #FF0002 !important;
  border-left: 1.6px solid #FF0002 !important;
}
/* form input#edit-dated {
  background-image: url('../images/date-arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 24px 16px !important;
  background-position: right 10px top 14px !important;
}
form input#edit-dated.error {
  background-image: url('../images/date-error-arrow.svg') !important;
} */
form input#edit-dated::placeholder {
  font-family: 'poppins-regular';
  font-size: 15px;
  color: #2b2b2b;
}
form input#edit-dated.error::placeholder {
  color: #FF0002;
}
/* form input#edit-dated::placeholder,
form input#edit-dated::-webkit-input-placeholder,
form input#edit-dated::-moz-placeholder,
form input#edit-dated::-ms-input-placeholder {
  font-family: 'poppins-regular';
  font-size: 15px;
  color: #2b2b2b;
}
form input#edit-dated::-moz-placeholder,
form input#edit-dated.error::-moz-placeholder {
  opacity: 1;
}
form input#edit-dated.error::placeholder,
form input#edit-dated.error::-webkit-input-placeholder,
form input#edit-dated.error::-moz-placeholder,
form input#edit-dated.error::-ms-input-placeholder {
  color: #FF0002;
} */
@media (max-width: 991px) {
  .webform-submission-stay-in-the-know-form p.semibold-text {
    padding-top: 20px;
  }

  form.webform-submission-stay-in-the-know-form #edit-i-consent--wrapper {
    margin-top: 45px !important;
    margin-bottom: 16px !important;
  }
  form.webform-submission-stay-in-the-know-form .form-item-dated {
    margin-bottom: 50px !important;
  }

  .webform-submission-share-your-story-form #edit-i-consent--wrapper {
    margin-top: 20px !important;
  }
  form.webform-submission-share-your-story-form .js-form-item-dated {
    margin-bottom: 22px !important;
  }

  form.webform-submission-copy-get-started-form #edit-i-consent--wrapper {
    margin-top: 40px !important;
    margin-bottom: 12px !important;
  }

  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 p.semibold-text {
    padding-top: 10px;
  }
  form.webform-submission-stay-in-the-know-form .form-item-legal-guardian label {
    padding-top: 0px;
  }
  form.webform-submission-stay-in-the-know-form .form-item-legal-guardian {
    margin-bottom: 20px !important;
  }
  form.webform-submission-share-your-story-form .js-form-item-legal-guardian {
    margin-bottom: 25px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .form-type-textfield.js-form-item-legal-guardian {
    margin-bottom: 20px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .form-type-textfield.js-form-item-legal-guardian label {
    padding-top: 0px;
  }
  /* 
  .webform-submission-stay-in-the-know-form #edit-i-consent--wrapper {
    margin-bottom: 12px !important;
    margin-top: 40px !important;
  }
  
  form.webform-submission-stay-in-the-know-form .form-item-dated {
    margin-bottom: 10px !important;
  }
  form.webform-submission-stay-in-the-know-form .form-btn {
    margin-top: 20px;
  }

  form.webform-submission-share-your-story-form p {
    margin-bottom: 10px;
  }
  
  form.webform-submission-share-your-story-form .form-item-dated {
    margin-bottom: 15px !important;
  }
  form.webform-submission-share-your-story-form .captcha {
    margin-top: 20px;
  }
  form.webform-submission-share-your-story-form .form-btn {
    margin-top: 20px;
  }
  form.webform-submission-share-your-story-form .p8-cus-container .mobile-p8-container {
    padding-bottom: 10px;
  }

  form.webform-submission-copy-get-started-form #edit-container-step2 .captcha {
    padding-top: 0px;
    margin-top: 20px;
  }
  form.webform-submission-copy-get-started-form #edit-tnc-text {
    margin-top: 0px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-signing-above {
    margin-bottom: 10px !important;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-signing-above p {
    margin-bottom: 0px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 .form-type-textfield.form-item-dated {
    margin-bottom: 10px !important;
  }
  
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 p {
    margin-bottom: 10px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-i-consent--wrapper {
    margin-top: 40px;
  }
   */
}
@media (min-width: 991px) {
  .webform-submission-stay-in-the-know-form #edit-i-consent--wrapper {
    margin-bottom: 8px !important;
    margin-top: 22px !important;
  }
  .webform-submission-share-your-story-form #edit-i-consent--wrapper {
    margin-top: 10px !important;
  }
  form.webform-submission-copy-get-started-form #edit-i-consent--wrapper {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
  }
}
/* @media (min-width: 991px) {
  
  form.webform-submission-share-your-story-form .form-btn {
    margin-top: 25px;
  }
  form.webform-submission-share-your-story-form .p8-cus-container {
    padding-bottom: 18px;
  }

  form.webform-submission-copy-get-started-form #edit-tnc-text {
    margin-top: 10px !important;
  }
} */
 
@media (min-width: 1200px) {
  /* form.webform-submission-share-your-story-form p {
    padding-right: 50px;
  } */
  form.webform-submission-share-your-story-form ul.form-cus-list li {
    padding-right: 70px;
  }
  form.webform-submission-stay-in-the-know-form #edit-do-you-already-have-a-prescription-for-brand- .js-form-type-radio:nth-child(1) {
    width: 370px;
  }
  form.webform-submission-stay-in-the-know-form #edit-do-you-already-have-a-prescription-for-brand- .js-form-type-radio:nth-child(2) {
    width: 530px;
  }
  /*adjusted datepicker width*/
  .ui-datepicker {
    width: 18em !important;
  }

  /* form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-keep-me-text p {
    padding-right: 140px;
  }
  form.webform-submission-copy-get-started-form #edit-copay-get-started-step2 #edit-signing-above p {
    padding-right: 127px;
    margin-bottom: 0px;
  } */
}