.page_engage-consent-form-uk header,
.page_engage-consent-form-uk footer {
    display: none !important;
}

.page_engage-consent-form-uk .header-line {
    width: 100%;
    height: 146px;
    border-bottom: 40px solid #96C93D;
    display: flex;
    justify-content: center;
}

.page_engage-consent-form-uk .header-line .logo-block {
    width: 720px;
    padding: 0 2.715%;
}

.page_engage-consent-form-uk .header-line .logo-block img {
    margin-top: 2%;
}

.page_engage-consent-form-uk .bottom-line {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page_engage-consent-form-uk .bottom-line .logo-block {
    width: 100%;
    display: flex;
    background-color: white;
    position: relative;
}

.page_engage-consent-form-uk .bottom-line .logo-block img {
    padding: 0 32px;
    margin: 3% 0 3%;
}

.page_engage-consent-form-uk .canvas-container div>.content {
    border-bottom: 15px solid #508197;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 0 0 30px 0;
    margin: 0;
}

.page_engage-consent-form-uk .canvas-container div>.content .main.generic-page {
    width: 100%;
    background: #fff;
    padding: 0;
    max-width: 100%;
}

.page_engage-consent-form-uk .header-form-bar {
    width: 100%;
    height: 380px;
    position: relative;
    justify-content: center;
    align-content: center;
    display: flex;
    margin: 0 auto 3%;
}

.page_engage-consent-form-uk .header-form-bar .header-img {
    width: 100%;
    height: inherit;
    background-image: url(/content/dam/commercial-eu/neurology/microsites/landingpages/en/online-consent-form-uk/images/main-bg.jpg);
    background-position: top right;
    background-size: cover;
}

.page_engage-consent-form-uk .header-form-bar .title-banner {
    position: absolute;
    width: 720px;
    font: normal 30px/34px "Helvetica Neue", sans-serif;
    color: #fff;
    padding: 0 2.715%;
    top: 70px;
    letter-spacing: 0.7px;
}

.page_engage-consent-form-uk .header-form-bar .title-banner span {
    font: normal 40px/45px "Helvetica Neue", sans-serif;
}

.page_engage-consent-form-uk .content .content-title {
    font: normal 24px/29px "Helvetica Neue", sans-serif;
    padding-bottom: 10px;
    color: #2473BA;
}

.page_engage-consent-form-uk .content div.text {
    margin-bottom: 0px;
}

.page_engage-consent-form-uk .content .generic-page .text-column>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_engage-consent-form-uk .content .generic-page .html:first-of-type,
.page_engage-consent-form-uk .content .generic-page .html:last-of-type {
    width: 100%;
}

.page_engage-consent-form-uk .content .generic-page .html:last-of-type {
    padding: 0 2.715%;
    width: 720px;
}

.page_engage-consent-form-uk .content .wrapper-full-width {
    width: 100%;
    max-width: 100%;
}

.page_engage-consent-form-uk .content label.error {
	display: none;
}

.disabled {
    pointer-events: none;
}

#thirdPartyForm {
    width: 720px;
    padding: 0 2.715%;
    margin: 0;
}

#thirdPartyForm input {
    padding-left: 19px;
    background: none;
    color: #707070;
    height: 32px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    width: 100%;
    font: 400 14px/15px "Helvetica Neue", sans-serif;
}

#thirdPartyForm .form_leftcol .form_leftcollabel label {
    font: 300 12px/15px "Helvetica Neue", sans-serif;
    color: #707070;
}

#thirdPartyForm .form_leftcol .form_leftcolmark {
    font: 300 15px/24px "Helvetica Neue", sans-serif;
    color: #707070;
}

#thirdPartyForm .bottom-text {
    font: normal 12px/14px "Helvetica Neue", sans-serif;
    color: #707070;
    margin: 20px 0;
}

#thirdPartyForm .checkbox.section {
    margin: 0 0 2px 9px;
}

#thirdPartyForm .checkbox .form_rightcol {
    font: 300 12px "Helvetica Neue", sans-serif;
    color: #707070;
    padding-left: 19px;
    position: relative;
    text-align: left;
    text-indent: -3px;
}

#thirdPartyForm .checkbox .form_rightcol:before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background: white;
    z-index: 1;
    pointer-events: auto;
    border-radius: 2px;
}

#thirdPartyForm .checkbox input {
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#thirdPartyForm .checkbox input:before,
#thirdPartyForm .checkbox .form_rightcol:before,
#thirdPartyForm .checkbox input:checked~span {
    position: absolute;
    top: 3px;
    left: -9px;
    width: 17px;
    height: 17px;
}

#thirdPartyForm .checkbox input:before,
#thirdPartyForm .checkbox .form_rightcol:before {
    content: "";
    background: #fff;
    z-index: 1;
    pointer-events: all;
    border-radius: 0;
    border: 3px solid #fff;
    outline: 1px solid #ccc;
}

#thirdPartyForm .checkbox.checked .form_rightcol:before {
    background: #ccc;
    border: 3px solid #fff;
    outline: 1px solid #ccc;
}

#thirdPartyForm .checkbox input:checked~span {
    z-index: 2;
    background: #ccc;
    background-size: 10px 10px;
    border-radius: 2px;
    left: -28px;
}

#thirdPartyForm .checkbox input:before {
    pointer-events: auto;
    width: inherit;
    height: inherit;
    top: -5px;
    left: -19px;
}

#thirdPartyForm .checkbox input:after {
    visibility: hidden;
    background: #ccc;
    background-size: 10px 10px;
}

#thirdPartyForm .form_button_submit {
    background-color: #96C93D;
    border-color: #96C93D;
    padding: 0;
    margin-top: 10px;
    width: 168px;
    font: normal 20px/24px "Helvetica Neue", sans-serif;
    height: 46px;
    color: #fff;
}

#errorMessage {
    font: normal 12px/14px "Helvetica Neue", sans-serif;
    color: #f00;
}

#errorMessage.active {
    display: block;
}

.page_engage-consent-form-uk .content form div.text:nth-of-type(4),
.page_engage-consent-form-uk .content form div.text:nth-of-type(9) {
    padding-bottom: 0;
}

.logo-block a {
    display: block;
    text-align: right;
    padding: 0 30px;
    right: 130px;
    bottom: 20px;
    font-size: 14px;
    margin-top: 35px;
}

.job-code {
    color: #bababa !important;
    font-size: 1em !important;
    text-align: left;
    padding-top: 35px;
    margin: 0 auto 0 0;
}

@media all and (min-width: 320px) and (max-width: 991px) {
    .page_engage-consent-form-uk .bottom-line .logo-block {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
        text-align: center;
        align-items: center;
    }

    #thirdPartyForm .checkbox .form_rightcol {
        padding-right: 0;
        font: 300 12px "Helvetica Neue", sans-serif;
    }

    .page_engage-consent-form-uk .bottom-line .logo-block img {
    	margin: 5% auto 3%;
    }

	.logo-block a {
        text-align: center;
        font-size: 12px;
		position: unset;
    }
}

@media (max-width: 1179px) {
    #thirdPartyForm div.end.section {
        display: flex;
        justify-content: center;
    }

    .page_engage-consent-form-uk .content .generic-page .html:first-of-type {
        width: 100%;
    }

    #thirdPartyForm {
        width: 100%;
        padding: 0 70px;
    }

    .page_engage-consent-form-uk .header-form-bar {
        height: 270px;
    }

    .page_engage-consent-form-uk .header-form-bar .title-banner {
        width: 100%;
        padding: 0 70px;
        font: normal 25px/1.3 "Helvetica Neue", sans-serif;
    }

    .page_engage-consent-form-uk .header-form-bar .title-banner span {
        font: normal 38px/1.4 "Helvetica Neue", sans-serif;
    }

    .page_engage-consent-form-uk .header-line {
        height: 71px;
        border-bottom: 15px solid #96C93D;
    }

    .page_engage-consent-form-uk .header-line .logo-block img {
        width: 70px;
        margin-top: 13px;
    }

    .page_engage-consent-form-uk .header-line .logo-block {
        padding: 0 20px;
    }

    .page_engage-consent-form-uk .content .generic-page .html:last-of-type {
        padding: 0 70px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .page_engage-consent-form-uk .content div.text {
        margin-bottom: 0px;
    }
}


@media (max-width: 767px) {
    #thirdPartyForm .checkbox .form_rightcol,
    #thirdPartyForm .bottom-text,
    #thirdPartyForm_agreement-0 {
        font-size: 10px;
        line-height: 12px
    }
}


@media (max-width: 680px) {

	.page_engage-consent-form-uk .header-form-bar .title-banner {
		padding: 0 20px;
    }

    #thirdPartyForm {
        padding: 0 20px;
    }

}

@media (max-width: 543px) {
    .page_engage-consent-form-uk .header-form-bar {
        height: 210px;
    }

    .page_engage-consent-form-uk .header-form-bar .title-banner span {
        font: normal 26px/1.6 "Helvetica Neue", sans-serif;
    }

    .page_engage-consent-form-uk .header-form-bar .title-banner {
		top: 40px;
        padding: 0 20px;
		font: normal 17px/1.3 "Helvetica Neue", sans-serif;
    }

    .bottom-line .logo-block {
        display: none;
    }
}

@media (max-width: 380px) {
    .page_engage-consent-form .header-form-bar {
        height: 187px;
    }

    .page_engage-consent-form-uk .header-form-bar .title-banner span {
        font: normal 20px/1.6 "Helvetica Neue", sans-serif;
    }

    .page_engage-consent-form-uk .header-form-bar .title-banner {
        font: normal 14px/1.3 "Helvetica Neue", sans-serif;
        padding: 0 20px;
    }
}

/* Reset Select */
#customList select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background-image: none;
}

/* Remove IE arrow */
#customList select::-ms-expand {
    display: none;
}

/* Custom Select */
#customList {
    position: relative;
    display: flex;
    line-height: 2.4;
    background: none;
    overflow: hidden;
    border: 1px solid #ccc;
}

#customList select {
    flex: 1;
    cursor: pointer;
    padding-left: 19px;
    background: none;
    color: #707070;
    height: 32px;
    margin-bottom: 0;
    border: none;
    width: 100%;
    border-radius: 0;
    font: 400 14px/15px "Helvetica Neue", sans-serif;
}

/* Arrow */
#customList::after {
    content: '';
    position: absolute;
    top: 42%;
    right: 2%;
    background: url(/content/dam/commercial-eu/neurology/microsites/landingpages/en/online-consent-form-uk/images/arrow.png) no-repeat;
    width: 8px;
    height: 7px;
    cursor: pointer;
    pointer-events: none;
}

#thirdPartyForm_email-error,
.form_rightcol.form_error,
#speciality_0_wrapper input,
#country_0_wrapper input {
    display: none !important;
}

.page_engage-consent-form-uk #customList.error,
.page_engage-consent-form-uk #thirdPartyForm input.error {
    border: 1px solid red;
}

.form-error{
    color: red;
}


/* preloader */
#thirdPartyForm{
    position: relative;
}

body .content .column-wrap .row>div:nth-child(2)>div .form-wrapper{
    position: relative;
}

.loading {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(217, 231, 248, 0.95), rgba(240, 243, 253, 0.95));
    background: -webkit-radial-gradient(rgba(217, 231, 248, 0.95), rgba(240, 243, 253, 0.95));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin: 30% auto;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end preloader */


.page_engage-consent-form-uk .page-header {
   	display: none !important;
}

@media (max-width:767px){
    .page_engage-consent-form-uk .bottom-line .logo-block {
        width: 100%;
        display: flex;
        /* justify-content: right; */
        flex-direction:column !important;
        align-items: center;
        background-color: white;
    }

    .job-code {
        padding-top: 0px;
    }

    .logo-block a {
        padding:0;
        margin-top:15px;
    }

    .page_engage-consent-form-uk .bottom-line .logo-block img {
        padding:0  20px 0 20px;
    }

}


.text-content {
    display: flex;
    flex-direction: column;
    max-width: 638px;
    color: white;
    align-content: center;
    margin: 0 auto;
    padding: 3px;
}

.text-content h3{
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}

.text-content p{
    max-width: 638px;
    color: white;
    font-size: 0.9rem;
}

@media all and (max-width:1179px) {    
    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 638px;
        color: white;
        align-content: flex-start;
        padding: 3px;
        margin-left: 65px;
    }
}

@media all and (max-width:990px) {    
    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 550px;
        color: white;
        align-content: flex-start;
        padding: 3px;
        margin-left: 65px;
    }
}

@media all and (max-width:899px) {
    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 530px;
        color: white;
        align-content: flex-start;
        padding: 3px;
        margin-left: 65px;
    }

    .text-content h3{
        font-size: 1.1rem;
    }

    .text-content p{
        font-size: 0.7rem;
    }
}

@media all and (max-width:768px) {    
    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        color: white;
        align-content: flex-start;
        padding: 3px;
        margin-left: 65px;
    }
}


@media all and (max-width:688px) {
    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 300px;
        color: white;
        align-content: flex-start;
        padding: 3px;
        margin-left: 65px;
    }
}


@media all and (max-width:680px) {    
    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 300px;
        color: white;
        align-content: flex-start;
        padding: 3px;
        margin-left: 15px;
    }
}


@media all and (max-width:543px) {
    .text-content h3{
        font-size: 0.9rem;
    }

    .text-content p{
        font-size: 0.6rem;
    }
}

@media all and (max-width:488px) {
    .text-content h3{
        font-size: 0.9rem;
    }

    .text-content p{
        font-size: 0.6rem;
        margin:0;
    }

    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 250px;
     }
}


@media all and (max-width:380px) {
    .text-content h3{
        font-size: 0.9rem;
    }

    .text-content p{
        font-size: 0.6rem;
        margin:0;
    }

    .text-content {
        display: flex;
        flex-direction: column;
        max-width: 260px;
     }
}