.stay-informed__title h1 {
	font-size: 32px;
	line-height: 36px;
}

.stay-informed__title h1 sup {
	top: 0;
	font-size: 50%;
}
/* .stay-informed p{
	font-size: 20px;
} */
.stay-informed p:not([class]){
	font-size: 16px;
}
/* GET UPDATES */

.su-form {
	overflow: hidden;
}

.su-form input,
.su-form textarea,
.su-form select {
	/* border: none; */
    /* border-bottom: 1px solid #707070; */
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #BBBBBB;
    height: 36px;
    background-color: #f8f8f8;
}

.su-form label {
	color: #707070;
	font-size: 20px;
	margin: .5rem 0 .25rem;
}

.su-form span.error {
	display: none;
	color: #FF0000;
	font-size: 14px;
}

.su-form .redBorder{
	border:2px solid red;
}

.su-form span.error.on {
	display: block;
}

.su-form hr {
	width: 100%;
	margin: .25rem 0;
	border-bottom: 1px solid #707070;
}

.selector>span::after {
	content: " ";
	display: block;
	width: 23px;
	height: 23px;
	background-image: url("../images/global/dropdown-cta.png");
	background-size: 100%;
	float: right;
	position: relative;
	top: -10px;
	right: 15px;
}

.submit-checkbox.error{
	display: none;
}

.submit-checkbox.error.on{
	display: block;
	color: #FF0000;
    font-size: 14px;
}

#submit-checkbox + .checkmark.error{
	border: 1px solid #ff0000;
}




div.selector.hover {
	overflow: visible;
}

.submit-form:hover {
	transition: 0.5s;
}

.submit-container {
	max-width: 279px;
}

.submit-container input {
	min-width: 100%;
}

.resources-brochures{
	padding: 30px 0 40px;
}
.resources-gallery{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
	grid-gap: 50px;
    align-content: center;
}
.resources-gallery p{
	font-size: 14px;
	margin-top: 10px;
}
.resources-gallery a:hover{
	text-decoration: none !important; 
}
.wrapper--780{
	width: 100%;
	max-width: 780px;
}
.su-form input{
	width: 100%;
    max-width: 380px;
}
.formContainer .offset-lg-1 {
    margin-left: 6.333333%;
}
@media (max-width: 991.9px) {
	.stay-informed__title:has(h1, p) {
		text-align: center;
	}
	.stay-informed__title h1{
		margin-bottom: 34px !important;
	}
	.resources-brochures{
		padding: 30px 0 60px;
	}
	.resources-brochures .sectionHeading{
		text-align: center;
	}
	.resources-gallery{
		grid-template-columns: 1fr 1fr;
		grid-gap: initial;
	}
	.resources-gallery img{
		width: 106px;
	}
	.stay-informed #signupForm{
		padding: 0;
	}
	.formContainer .offset-lg-1 {
		margin: 0 0 24px !important;
	}
	.su-form label{
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.su-form .container {
		padding: 0;
	}

	.su-form hr {
		margin-top: -6px;
	}

}

/*==================== Feedback January 2024 ==========*/

.resources-gallery p {
    font-weight: 700;
}

.stay-informed .formContainer p {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
}

.su-form label {
    font-size: 18px;
    color: #4d4d4f;
    line-height: 22px;
}

.resources-gallery {
    grid-gap: 35px;
}

.resources-gallery > div{
	width: 130px;
}

.stay-informed .isi-content ul li {
	padding-bottom: 10px;
}

@media(max-width: 991.9px){

    .stay-informed p.font-small{
        font-size: 14px;
    }

    .stay-informed p.mb-5.wrapper--780 {
        font-size: 20px;
    }


    .stay-informed .col-12.col-lg-3.pl-lg-5 p.indication {
        padding-top: 8px;
    }

    .effects-list li .effect-sublist {
        padding-left: 10px;
    }


    .resources-brochures {
        padding: 30px 0 65px;
    }

    .resources-gallery {
        padding-top: 20px;
        grid-gap: 35px;
    }

    .formContainer .offset-lg-1 {
        margin: 30px 0 24px!important;
    }

	.stay-informed .isi-content li.mb-3 {
        padding-bottom: 0;
    }

	.stay-informed .isi .h5.mb-3 {
        margin-top: 12px!important;
    }

	/* .stay-informed .isi-content ul li:last-child {
        padding-bottom: 0;
    } */

	#mymodal .modal-text p {
		font-size: 18px;
	}




}


@media(max-width: 767px){

/*======================== Modal styling ========================*/

#mymodal  p {
    font-size: 18px;
}

.text-primaryModal a {
    padding: 20px 0;
    display: block;
    /* position: relative; */
}

.text-primaryModal u:first-child a:after {
    display: none;
}

/* .text-primaryModal a:after {
    content: "";
    background: #A9B3B1;
    width: 60px;
    height: 1px;
    top: -1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

#mymodal .d-sm-inline {
    display: none!important;
}

#mymodal .d-none {
    display: none!important;
}

}

@media only screen and (max-width: 768px){
	.header-list-mobile{
		background-color: #fff;
	}
}

/************************** January 29/01/2024 *******************/

@media(min-width:768px){

.resources-gallery p{
	min-height: 33.6px;
}

.resources-gallery img{
	vertical-align: bottom;
    min-height: 137px;

}

}

/************************** July 28/07/2025 *******************/

.stay-informed-form{
	padding-left: 135px;
	padding-right: 135px;
}

.before-you-take-section p{
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}
#before-you-take-section{
	padding-top: 0;
	padding-bottom: 0;
}

.before-you-take-section{
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.before-you-take-div{
	padding: 52px 102px 52px 150px;
	background-color: #F3F3F3;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.parkinsons-symptoms-height{
	height: 100%;
	padding: 57.5px 115px 57.5px 115px;
	margin-right: -15px;
	width: 530px;
	display: flex;
    flex-direction: column;
    justify-content: center
}

/* custom checkbox style */
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 22px;
  height: 22px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border: 1px solid #BBBBBB;
  opacity: 1;
  margin-right: 8px;
  position: relative;
  box-sizing: border-box;
}

.custom-checkbox input:checked + .checkmark::after {
content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #AF1685 !important;
}

@media(max-width: 991.9px){

	.before-you-take-section{
		flex-direction: column;
	}

	.resources-green-container{
		max-width: 100%;
	}

	.parkinsons-symptoms-height{
		width: 100%;
	padding: 50px 70px 50px 70px;

	}

	.before-you-take-div{
	padding: 40px 40px 60px 40px;
	}

	.resources-gallery > div{
	width: auto;
}

.stay-informed-form{
	padding-left: 40px;
	padding-right: 40px;
}

}