Young Person’s Substance Misuse Nurse
Similar jobs like this one
img {
max-height: inherit;
}
.cta-back-arrow:hover, .cta-back-arrow:focus, .cta-back-arrow:active {
font-weight: 700;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header .post-title a:before {
display:none;
}
.content-wrapper-inner .post .post-inner .text a {
display: inline-block!important;
}
@media only screen and (max-width: 840px){
#google_translate_element {
display:block;
}
}
.type-slideshow.accented .cycle-slideshow .slider-controls:not(.slider-controls-clone), .type-slideshow.default .cycle-slideshow .slider-controls:not(.slider-controls-clone), .type-slideshow.primary-slideshow .cycle-slideshow .slider-controls:not(.slider-controls-clone) {
z-index:99999;
}
.icon-menu .content-item .content-item-inner .content-wrapper-inner .menu .menu-item a .main-image-wrapper img, .icon-menu .content-item .content-item-inner .content-wrapper-inner .menu .menu-item a .menu-item-img img {
min-width: 45px;
}
.type-eventscalendar .single-event-wrap .content-wrapper-inner h3:first-of-type{
display:none;
}
.type-blog .single-post .content-wrapper-inner .content-main-image img {
object-fit: contain;
background: white;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header .content-main-image img {
object-fit: scale-down;
object-position: center;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header .content-main-image {
height:255px;
}
.type-servicelist .results-pagination .service-list-pagination form .page-pagination:visited {
background: #330072;
color: #fff;
}
/* LGBT History month */
#container #main-content #site-content-top-row .placement-row-1-up .type-textcontent.not-contained .placement-inner {
width:100%;
max-width:none;
padding:0;
margin:0;
}
#container #main-content #site-content-top-row .placement-row-1-up .type-textcontent.not-contained .placement-inner .content-main-image img {
width:100%;
}
.digital-event .site-content-top-row .placement-row-wrapper:first-of-type + .placement-row-wrapper .type-droplet #lgbt {
height: 3em;
}
.partner-logos {
display: none;
}
.site-credits-container > .partner-logos {
display: flex;
}
]]>
Our vacancies
- Site map
- Skip to Navigation
- Accessibility
- Text Size:
- Contrast:
Search the Norfolk and Suffolk NHS website
Search
Advanced options
Our vacancies
Back to top of page
Print this page
Email this page
Site map
Work with us submenu
Page Feedback
Page Feedback
Email:
Comment:
Rating
1
2
3
Submit Feedback
Back to top of page
Print this page
Email this page
Site map
Our services
Our services
Our services
Socials
Norfolk and Suffolk NHS Foundation Trust
© 2023
Powered by VerseOne Group Ltd
<\/script><\/script> ');
]]>
Register to access our ASPIRE study content");
$('#stage-fmfield-5').attr('placeholder', 'Please enter a strong password');
function loadedPage() {
//console.info("DOM loaded, guv");
$('html').addClass('page-loaded');
}
if (document.readyState === "loading") { // Loading hasn't finished yet
document.addEventListener("DOMContentLoaded", loadedPage);
} else { // `DOMContentLoaded` has already fired
loadedPage();
}
$("input[name*='service']").attr('autocomplete','off');
$("input[name*='keywords']").attr('autocomplete','off');
$("input[name*='surname']").attr('autocomplete','family-name');
$("input[name*='firstName']").attr('autocomplete','given-name');
$("input[name*='service']").attr('id','service');
$("input[name*='keywords']").attr('id','keywords');
$("input[name*='surname']").attr('id','surname');
$("input[name*='firstName']").attr('id','firstName');
$("input[name*='pageFeedbackEmail']").attr('autocomplete','email');
$('.blog-utilities.blog-search .input-name-blog-search').before( "" +$('.blog-utilities.blog-search .input-name-blog-search').html() +'' );
$('.matrixQuestions input:checkbox').each(function( index ) {
$(this).before( "" );
});
$('.form .row .field select').each(function( index ) {
$(this).before( "" );
});
$('.form .row .field :input[type="number"]').each(function( index ) {
$(this).before( "" );
});
$('.bx-pager-item').each(function() {
$(this).attr('tabindex', 0);
});
$( document ).ready(function() {
$( ".mobile-sidemenu" ).first().attr('id','sidemenu2');
$(".mobile-subnav-toggle").removeAttr("href");
$(".mobile-subnav-toggle").attr('role', 'button');
$(".mobile-nav-toggle").attr('role', 'button');
$(".mobile-nav-toggle").attr('title', 'mobile nav');
});
$('.page-feedback-placement-wrapper .actn-btn.actn-show-content').attr('title', 'collapsed content');
$(".close-search").attr('title', 'close search button');
$('.goog-te-menu-value').attr('tabindex', -1);
$('.accordion-base .actn-btn.actn-show-content').attr('title', 'collapsed content');
]]>
');
});
]]>
= 0) {
$('.fft-child-conditional').addClass('show');
} else {
$('.fft-child-conditional').removeClass('show');
}
});
}
]]>
t.removeAttribute('href'));
]]>
< Previous question').appendTo(quizQuestions[i]);
// if missing, add hidden class to hide node
if(!quizQuestions[i].classList.contains("hidden")) {
quizQuestions[i].classList.add("hidden");
console.log('after',quizQuestions[i]);
}
}
// Add next question button
for (let i = 0; i < quizQuestions.length - 1; i++) {
$('Next question >').appendTo(quizQuestions[i]);
}
// Show next question
$( ".nextQuestion" ).click(function() {
$(this).parent().removeClass('expanded').addClass('hidden');
$(this).parent().next().removeClass('hidden').addClass('expanded');
});
// Show previous question
$( ".prevQuestion" ).click(function() {
$(this).parent().removeClass('expanded').addClass('hidden');
$(this).parent().prev().removeClass('hidden').addClass('expanded');
});
]]>