ADR FULL BOOKING ENQUIRY

To reserve a place on our ADR Full training course, just complete the form below with your name and contact details and choose a date from the dropdown list.

Our courses are small groups so make sure to book and reserve your chosen date. Your message will go directly to one of our team members and they will call you to confirm your spot on your chosen date.

$(function() { $('.mejs-overlay-loading').closest('.mejs-overlay').addClass('load'); //just a helper class var $video = $('div.video video'); var vidWidth = $video.attr('width'); var vidHeight = $video.attr('height'); $(window).resize(function() { var targetWidth = $(this).width(); //using window width here will proportion the video to be full screen; adjust as needed $('div.video, div.video .mejs-container').css('height', Math.ceil(vidHeight * (targetWidth / vidWidth))); }).resize(); }); $(function() { $('.mejs-overlay-loading').closest('.mejs-overlay').addClass('load'); //just a helper class var $video = $('div.video video'); var vidWidth = $video.attr('width'); var vidHeight = $video.attr('height'); $(window).resize(function() { var targetWidth = $(this).width(); //using window width here will proportion the video to be full screen; adjust as needed $('div.video, div.video .mejs-container').css('height', Math.ceil(vidHeight * (targetWidth / vidWidth))); }).resize(); }); function 1_add_nf_styles( $form_id ) { if( $form_id == 1 ) { echo ''; } } add_action ( 'ninja_forms_display_css', '1_add_nf_styles' ); function 2_add_nf_styles( $form_id ) { if( $form_id == 2 ) { echo ''; } } add_action ( 'ninja_forms_display_css', '2_add_nf_styles' );