CINXE.COM
Image Request - BAPLA
<!DOCTYPE html><!-- Last Published: Fri Mar 14 2025 15:26:52 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.bapla.org.uk" data-wf-page="65717da8d27db5f40703d42f" data-wf-site="65717da8d27db5f40703d39a" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>Image Request - BAPLA</title><meta content="Image Request - BAPLA" property="og:title"/><meta content="Image Request - BAPLA" property="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/css/bapla-stage.webflow.90942ab54.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inconsolata:400,700","PT Serif:400,400italic,700,700italic"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d40c_favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d40d_webclip.png" rel="apple-touch-icon"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/f1989b7bcb504d0696c49f90/script.js"></script> <!-- End cookieyes banner --> <!-- Preventing scaling on mobile --> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0"> <!-- Open Graph Extras --> <meta property="og:image:width" content="2400" /> <meta property="og:image:height" content="1260" /> <!-- F'in Sweet --> <!-- Finsweet Cookie Consent --> <!-- <script async src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in" fs-cc-endpoint="" fs-cc-debug="false"></script> --> <!-- [Attributes by Finsweet] Disable scrolling --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js"></script> <!-- Google Tag Manager --> <!-- <script></script> --> <!-- End Google Tag Manager --> <!-- Memberstack webflow package --> <script data-memberstack-app="app_cl9323akx001d0vjg3eoh17bm" src="https://static.memberstack.com/scripts/v1/memberstack.js" type="text/javascript"></script> <!-- End Memberstack webflow package --> <style> html:not([data-wf-page="65717da8d27db5f40703d39d"]) .footer_top-wrapper { display: none; } .event-content-rt.w-richtext figure.w-richtext-align-normal { float: left; margin-right: 3rem; } .event-content-rt.w-richtext figure.w-richtext-align-floatright { margin-left: 3rem; } </style><meta name="robots" content="noindex"></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style> /* Table of contents */ /* - Fluid Responsive Design System - Text - General Settings - Word breaks and hypenation - Rich Text - Accesibility - Images - Miscellaneous - Helpers - Project specific tweaks */ /* Global styles */ /* Fluid responsive design system */ /* Text */ /* Set html root font-size */ html { font-size: 16px; } /* Disable ligature for the entire website */ * { font-variant-ligatures: none; } /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Word breaks and hyphenation */ /* Hyphenate paragraphs (source: https://bit.ly/3JD4jvd) */ p { -webkit-hyphens: auto; -webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 3; -webkit-hyphenate-limit-chars: 6 3 3; -webkit-hyphenate-limit-lines: 2; -webkit-hyphenate-limit-last: always; -webkit-hyphenate-limit-zone: 8%; -moz-hyphens: auto; -moz-hyphenate-limit-chars: 6 3 3; -moz-hyphenate-limit-lines: 2; -moz-hyphenate-limit-last: always; -moz-hyphenate-limit-zone: 8%; -ms-hyphens: auto; -ms-hyphenate-limit-chars: 6 3 3; -ms-hyphenate-limit-lines: 2; -ms-hyphenate-limit-last: always; -ms-hyphenate-limit-zone: 8%; hyphens: auto; hyphenate-limit-chars: 6 3 3; hyphenate-limit-lines: 2; hyphenate-limit-last: always; hyphenate-limit-zone: 8%; } h1, h2, h3, h4, h5, h6 { hyphens: auto; hyphenate-limit-chars: 6 3 3; } /* explicitly break long words */ .break-word { word-break: break-word; } /* Enable word-break for loooong words on VERY SMALL breakpoints (Mobile portrait) */ @media screen and (max-width: 319px) { p, h1, h2, h3, h4, h5, h6, div[class*="heading-"] { word-break: break-all; } } /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Rich Text */ /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Enable word-break for loooong words in RTE */ /*.rte { overflow-wrap: anywhere; //overflow-wrap: break-word; //word-break: break-all; hyphens: auto; }*/ /* Accesibility */ /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Hide focus outline for main content element */ main:focus-visible { outline: -webkit-focus-ring-color auto 0px; } /* Images */ /* Prevent easy copying of images (experimental) */ /*img { pointer-events: none; }*/ /* Miscellaneous */ /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* Snippet gets rid of border on any iframe embeds */ iframe { border: none; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } /* Helpers */ /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium, .container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Disables body scroll when a Modal is opened */ .body-no-scroll { overflow: hidden; } /* Project specific tweaks */ /* Text Selection Color */ ::selection { background: #91b1d1; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #91b1d1; /* Gecko Browsers */ } /* Outseta */ .o--Widget--widgetBody a { color: #222222 !important; } .o--Widget--widgetBody a:hover { text-decoration: none !important; } /* links */ .o--text-sm { color: #222222 !important; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } </style></div><div class="banner_component"><div class="banner"><div class="padding-global"><div class="banner_container"><div class="banner_menu"><div class="banner_link-list"><a fs-scrolldisable-element="disable" data-w-id="f9dafb67-692d-2261-7964-0bd946d140ba" href="#" class="banner-link_item modal-open-button w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.67 2.83 17.67 14.33"> <path d="M3.83329 3.33331H17.1666C18.0833 3.33331 18.8333 4.08331 18.8333 4.99998V15C18.8333 15.9166 18.0833 16.6666 17.1666 16.6666H3.83329C2.91663 16.6666 2.16663 15.9166 2.16663 15V4.99998C2.16663 4.08331 2.91663 3.33331 3.83329 3.33331Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18.8333 5L10.5 10.8333L2.16663 5" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Newsletter</div></a><a href="/jobs" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.87 1.17 17.25 17.67"> <path d="M7.16685 18.3333H13.8335C17.1835 18.3333 17.7835 16.9917 17.9585 15.3583L18.5835 8.69167C18.8085 6.65833 18.2252 5 14.6668 5H6.33351C2.77518 5 2.19185 6.65833 2.41685 8.69167L3.04185 15.3583C3.21685 16.9917 3.81685 18.3333 7.16685 18.3333Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M7.16675 4.99996V4.33329C7.16675 2.85829 7.16675 1.66663 9.83341 1.66663H11.1667C13.8334 1.66663 13.8334 2.85829 13.8334 4.33329V4.99996" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M12.1666 10.8333V11.6667C12.1666 11.675 12.1666 11.675 12.1666 11.6833C12.1666 12.5917 12.1583 13.3333 10.4999 13.3333C8.84992 13.3333 8.83325 12.6 8.83325 11.6917V10.8333C8.83325 10 8.83325 10 9.66659 10H11.3333C12.1666 10 12.1666 10 12.1666 10.8333Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M18.5417 9.16663C16.6167 10.5666 14.4167 11.4 12.1667 11.6833" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M2.68335 9.39166C4.55835 10.675 6.67502 11.45 8.83335 11.6917" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Jobs</div></a><a href="/contact" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.76 1.17 17.57 17.61"> <path d="M18.8333 14.1V16.6C18.8343 16.8321 18.7867 17.0618 18.6937 17.2744C18.6008 17.4871 18.4644 17.678 18.2934 17.8349C18.1224 17.9918 17.9205 18.1112 17.7006 18.1856C17.4808 18.2599 17.2478 18.2875 17.0167 18.2666C14.4523 17.988 11.9892 17.1118 9.82498 15.7083C7.81151 14.4289 6.10443 12.7218 4.82499 10.7083C3.41663 8.53432 2.54019 6.05914 2.26665 3.48331C2.24583 3.25287 2.27321 3.02061 2.34707 2.80133C2.42092 2.58205 2.53963 2.38055 2.69562 2.20966C2.85162 2.03877 3.04149 1.90224 3.25314 1.80875C3.4648 1.71526 3.6936 1.66686 3.92499 1.66665H6.42499C6.82941 1.66267 7.22148 1.80588 7.52812 2.06959C7.83476 2.3333 8.03505 2.69952 8.09165 3.09998C8.19717 3.90003 8.39286 4.68558 8.67499 5.44165C8.7871 5.73992 8.81137 6.06407 8.74491 6.37571C8.67844 6.68735 8.52404 6.9734 8.29998 7.19998L7.24165 8.25831C8.42795 10.3446 10.1554 12.072 12.2417 13.2583L13.3 12.2C13.5266 11.9759 13.8126 11.8215 14.1243 11.7551C14.4359 11.6886 14.76 11.7129 15.0583 11.825C15.8144 12.1071 16.5999 12.3028 17.4 12.4083C17.8048 12.4654 18.1745 12.6693 18.4388 12.9812C18.703 13.2931 18.8435 13.6913 18.8333 14.1Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="banner-link_text">Contact Us</div></a></div><div class="banner_link-list"><a data-ms-content="!members" href="/join-us" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/667ac6df631fe585964c14b5_icon_join-us-white.svg" loading="lazy" alt="" class="banner-link_icon is-large"/></div><div>Join Us</div></a><a data-ms-content="!members" href="/login" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.17 1.17 17.67 17.67"> <path d="M4.6001 15.8333C5.13343 14 6.13343 13.3333 7.28343 13.3333H12.7168C13.8668 13.3333 14.8668 14 15.4001 15.8333" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 10.8333C11.3807 10.8333 12.5 9.71402 12.5 8.33331C12.5 6.9526 11.3807 5.83331 10 5.83331C8.61929 5.83331 7.5 6.9526 7.5 8.33331C7.5 9.71402 8.61929 10.8333 10 10.8333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10.0001 18.3334C14.6025 18.3334 18.3334 14.6024 18.3334 10C18.3334 5.39765 14.6025 1.66669 10.0001 1.66669C5.39771 1.66669 1.66675 5.39765 1.66675 10C1.66675 14.6024 5.39771 18.3334 10.0001 18.3334Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div>Login</div></a><a data-ms-content="members" href="/members/dashboard" class="banner-link_item w-inline-block"><div class="banner-link_icon-wrapper"><div class="banner-link_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="1.17 1.17 17.67 17.67"> <path d="M4.6001 15.8333C5.13343 14 6.13343 13.3333 7.28343 13.3333H12.7168C13.8668 13.3333 14.8668 14 15.4001 15.8333" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10 10.8333C11.3807 10.8333 12.5 9.71402 12.5 8.33331C12.5 6.9526 11.3807 5.83331 10 5.83331C8.61929 5.83331 7.5 6.9526 7.5 8.33331C7.5 9.71402 8.61929 10.8333 10 10.8333Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> <path d="M10.0001 18.3334C14.6025 18.3334 18.3334 14.6024 18.3334 10C18.3334 5.39765 14.6025 1.66669 10.0001 1.66669C5.39771 1.66669 1.66675 5.39765 1.66675 10C1.66675 14.6024 5.39771 18.3334 10.0001 18.3334Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div>Dashboard</div></a><a data-ms-content="members" data-ms-action="logout" href="/" class="banner-link_item w-inline-block"><div>Logout</div></a></div></div></div></div></div><div class="banner_blank-space hide"></div></div><div data-animation="default" data-collapse="none" data-duration="400" data-easing="ease" data-easing2="ease" data-no-scroll="1" role="banner" class="nav_component w-nav"><div class="nav-custom-css w-embed"><style> .nav_component { background-color: #EEEFF6; } .nav_logo { filter: invert(100%); } .nav_menu { color: #000; } .nav_dropdown:hover, .nav_link:hover { color: #0072bc; } .menu-icon_line-top, .menu-icon_line-middle, .menu-icon_line-bottom { background-color: #000; } </style></div><div class="padding-global"><div class="nav_container"><a href="/" class="nav_logo-link w-nav-brand"><img alt="logo-bapla" loading="lazy" src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/65717da8d27db5f40703d3ec_logo-bapla.svg" class="nav_logo"/></a><nav role="navigation" class="nav_menu w-nav-menu"><div class="nav_link-list"><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fb0" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>About Us</div><div class="nav-dropdown_icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="nav_dropdown-list w-dropdown-list"><a href="/what-we-do" class="nav-dropdown_link w-dropdown-link">What We Do</a><a href="/executive-board" class="nav-dropdown_link w-dropdown-link">Executive Board</a><a href="/consultation-responses" class="nav-dropdown_link w-dropdown-link">Consultation Responses</a><a href="/code-of-best-practice" class="nav-dropdown_link w-dropdown-link">Code of Best Practice</a><a href="/best-practice-procedure" class="nav-dropdown_link w-dropdown-link">Best Practice Procedure</a></nav></div><a href="/news" class="nav_link w-nav-link">News</a><a href="/events" class="nav_link w-nav-link">Events</a><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fce" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>Image Suppliers</div><div class="nav-dropdown_icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="nav_dropdown-list w-dropdown-list"><a href="/image-suppliers" class="nav-dropdown_link w-dropdown-link">All Image Suppliers</a><a href="/media-researchers" class="nav-dropdown_link w-dropdown-link">Media Researchers</a><a href="/media-buying-resources" class="nav-dropdown_link w-dropdown-link">Media Buying Resources</a><a href="/image-request" aria-current="page" class="nav-dropdown_link w-dropdown-link w--current">Image Request</a><a href="/orphan-works-search" class="nav-dropdown_link w-dropdown-link">Orphan Works Search</a></nav></div><div data-hover="true" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66fde" class="nav_dropdown w-dropdown"><div class="nav_dropdwn-toggle w-dropdown-toggle"><div>Member Resources</div><div class="nav-dropdown_icon w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/> </svg></div></div><nav class="nav_dropdown-list w-dropdown-list"><a href="/members/downloads" class="nav-dropdown_link w-dropdown-link">Download Member Resources</a><a href="/members/industry-suppliers" class="nav-dropdown_link w-dropdown-link">Industry Suppliers</a><a href="/members/member-faq" class="nav-dropdown_link w-dropdown-link">Members FAQ</a><a href="/members/picsel" class="nav-dropdown_link w-dropdown-link">PICSEL</a><a href="/members/brexit" class="nav-dropdown_link w-dropdown-link">Brexit</a></nav></div></div></nav><div class="nav_menu-button w-nav-button"><div class="nav_menu-button-icon w-embed"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5 16H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 8H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 24H27" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><div data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c66ff0" class="custom-nav_menu-button"><div class="menu-icon"><div class="menu-icon_line-top"></div><div class="menu-icon_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon_line-bottom"></div></div></div><div fs-scrolldisable-element="when-visible" class="nav_mobile-wrapper"><div data-hover="false" data-delay="200" data-w-id="5cc9efbc-701b-8e92-f8f0-4558e8c67001" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">About Us</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/what-we-do" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>What We Do</div></a><a href="/join-us" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Join Us</div></a><a href="/executive-board" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Executive Board</div></a><a href="/consultation-responses" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Consultation Responses</div></a><a href="/code-of-best-practice" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Code of Best Practice</div></a><a href="/best-practice-procedure" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Best Practice Procedure</div></a></nav></div><a href="/news" class="nav_link-mobile w-inline-block"><div class="navitem-mobile">News</div></a><a href="#" class="nav_link-mobile w-inline-block"><div class="navitem-mobile">Events</div></a><div data-hover="false" data-delay="200" data-w-id="01cb0943-4b6e-6117-f115-981210b745bc" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">Image Suppliers</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/image-suppliers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>All Image Suppliers</div></a><a href="/media-researchers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Media Researchers</div></a><a href="/media-buying-resources" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Media Buying Resources</div></a><a href="/image-request" aria-current="page" class="nav-dropdown-list_item-mobile w-inline-block w--current"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Image Request</div></a><a href="/orphan-works-search" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Orphan Works Search</div></a></nav></div><div data-hover="false" data-delay="200" data-w-id="4a4a651e-e66e-efda-f4e1-a95afbbc4df6" class="nav-dropdown_mobile w-dropdown"><div class="nav-dropdown_toggle-mobile w-dropdown-toggle"><div class="navitem-mobile">Member Resources</div><div class="dropdown-icon-mobile w-icon-dropdown-toggle"></div></div><nav class="nav-dropdown_list-mobile w-dropdown-list"><a href="/members/industry-suppliers" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Industry Suppliers</div></a><a href="#" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Download Member Resources</div></a><a href="/members/member-faq" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Members FAQ</div></a><a href="/members/picsel" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>PICSEL</div></a><a href="/members/brexit" class="nav-dropdown-list_item-mobile w-inline-block"><div class="icon-1x1-xsmall w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.2 0H6.8V6.8H0V9.2H6.8V16H9.2V9.2H16V6.8H9.2V0Z" fill="currentColor"/> </svg></div><div>Brexit</div></a></nav></div></div></div></div></div><div class="modal_component"><div class="modal_content-wrapper"><div class="heading-style-h5">Subscribe to our newsletter to image buyers<br/></div><div class="w-embed w-script"><!-- Start of signup --> <style type="text/css"> #signup input ~ label.wrap { white-space: pre-wrap; } .w-embed #signup input { width: 100%; padding: .5em; margin-bottom: 1em; border: 1px solid #dedede; min-height: 3em; } .w-embed #signup label { margin-top: 1em; } .w-embed #signup #btnsubmit { background-color: var(--button-color); align-self: stretch; min-width: 10rem; min-height: 3.125rem; padding: 0; color: #fff; } </style> <form name="signup" id="signup" action="https://technology-trust-news.org/signup.ashx" method="post" autocomplete="off" onsubmit="return validate_signup(this, true)"> <!-- UserID - required field, do not remove --> <input type="hidden" name="userid" value="7617"> <input type="hidden" name="SIG80a6c75a3e9b7a70de35f780b863978af83867870ea96df65646a69c72ec767b" value=""> <!-- ReturnURL - when the user hits submit, they'll get sent here --> <input type="hidden" name="ReturnURL" value=""> <!-- ConsentUrl --> <input type="hidden" id="ci_consenturl" name="ci_consenturl" value=""> <div> <label class="wrap" for="email">Email</label> <input type="email" name="email" id="email" aria-required="true" required> </div> <div> <label class="wrap" for="FULLNAME">Full name</label> <input type="text" class="text" name="cd_FULLNAME" id="FULLNAME" aria-required="true" required/> </div> <div> <label class="wrap" for="COMPANY">Company</label> <input type="text" class="text" name="cd_COMPANY" id="COMPANY" aria-required="true" required/> </div> <div> <label class="wrap" for="POSITION">Position</label> <input type="text" class="text" name="cd_POSITION" id="POSITION" aria-required="true" required/> </div> <p> <input type="submit" id="btnsubmit" name="btnsubmit" value="Subscribe"> </p> </form> <!-- This div will display the success message --> <div id="success-message" style="display:none; color: green; font-weight: bold;"></div> <script type="text/javascript"> var urlInput = document.getElementById("ci_consenturl"); if (urlInput != null && urlInput != 'undefined') { urlInput.value = encodeURI(window.location.href); } function checkbox_Clicked(element) { document.getElementById(element.id + "_unchecked").value = !element.checked; } function validate_signup(frm, showAlert) { var emailAddress = frm.email ? frm.email.value : ""; var smsNumber = frm.MOBILENUMBERID ? frm.MOBILENUMBERID.value : ""; var errorString = ''; if (frm.email && (emailAddress == '' || emailAddress.indexOf('@') == -1)) { errorString = 'Please enter your email address'; } if (showAlert) { var els = frm.getElementsByTagName('input'); for (var i = 0; i < els.length; i++) { if (els[i].className == 'text' || els[i].className == 'date' || els[i].className == 'number') { if (els[i].value == '') errorString = 'Please complete all required fields.'; } else if (els[i].className == 'radio') { var toCheck = document.getElementsByName(els[i].name); var radioChecked = false; for (var j = 0; j < toCheck.length; j++) { if (toCheck[j].name == els[i].name && toCheck[j].checked) radioChecked = true; } if (!radioChecked) errorString = 'Please complete all required fields.'; } } } var isError = false; if (errorString.length > 0) { isError = true; if (showAlert) alert(errorString); } if (!isError) { // Form submission is valid, display success message document.getElementById('success-message').innerText = 'Thanks for signing up!'; document.getElementById('success-message').style.display = 'block'; } return !isError; // Prevent actual form submission for demonstration purposes } </script> <!-- End of signup --></div><div class="padding-bottom padding-medium"></div><div class="form_component modal hide w-form"><form id="wf-form-Newsletter-Sign-Up-Form" name="wf-form-Newsletter-Sign-Up-Form" data-name="Newsletter Sign-Up Form" method="post" class="form_form" data-wf-page-id="65717da8d27db5f40703d42f" data-wf-element-id="14e52f0c-7d87-6600-2336-3d1e629c4037" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Email" data-name="Email" placeholder="Email*" type="email" id="Email" required=""/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Company" data-name="Company" placeholder="Company" type="text" id="Company"/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Full-Name" data-name="Full Name" placeholder="Full Name" type="text" id="Full-Name"/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Position" data-name="Position" placeholder="Position" type="text" id="Position"/></div><label class="w-checkbox form_checkbox"><div class="w-checkbox-input w-checkbox-input--inputType-custom form_checkbox-icon-custom"></div><input id="checkbox" type="checkbox" name="Checkbox-1" data-name="Checkbox 1" style="opacity:0;position:absolute;z-index:-1"/><span for="Checkbox-1" class="form_checkbox-label text-color-black w-form-label">Sign up for our bi-monthly update for image & media buyers. You will receive information from BAPLA members and BAPLA will keep you updated on our events. To find out how we handle your personal information, please read our <a href="/legal/privacy-policy" class="text-style-link">privacy policy</a>.</span><div class="checkbox-custom-css w-embed"><style> .form_checkbox { user-select: none; /* supported by Chrome and Opera */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; } </style></div></label><p>BAPLA members who would like to sign up to the members’ newsletter, please email us at <a href="mailto:enquiries@bapla.org.uk" class="text-style-link">enquiries@bapla.org.uk</a>.</p><div class="padding-bottom padding-small"></div><input type="submit" data-wait="Please wait.." class="button w-button" value="Subscribe"/></form><div class="form_message-success w-form-done"><div class="form_state-content"><div class="form_icon-wrapper"><div class="form_icon w-embed"><svg viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.03.72a.75.75 0 0 1 0 1.06l-11.5 11.5a.75.75 0 0 1-1.072-.012l-5.5-5.75a.75.75 0 0 1 1.084-1.036l4.97 5.195L17.97.72a.75.75 0 0 1 1.06 0Z" fill="currentcolor"/> </svg></div></div><div class="form_content"><div>Thanks for signing up!</div></div></div></div><div class="form_message-error w-form-fail"><div class="form_state-content"><div class="form_icon-wrapper is-error"><div class="form_icon w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="5 5 14 14"> <path d="M18 6 6 18M6 6l12 12" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path> </svg></div></div><div class="form_content"><div>Something went wrong while submitting the form. Please try again later. If the problem persists, please contact us directly via the email address above.</div></div></div></div></div></div><a fs-scrolldisable-element="enable" data-w-id="14e52f0c-7d87-6600-2336-3d1e629c405d" href="#" class="modal-close-button w-inline-block"><div class="modal_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></a><div class="modal_background-overlay"></div></div><main class="main-wrapper"><section class="section_image-request"><div class="padding-global"><div class="container-large"><div class="padding-section-small"><h1>Image Request</h1><div class="padding-bottom padding-medium"></div><div class="default-content_wrapper"><div class="text-rich-text w-richtext"><p>Please give a detailed description of the image you are looking for below.</p><p>Your request, including your contact details, will be sent to our database of image suppliers - any library with suitable images will then contact you directly.</p><p>A full list of image suppliers can be found <a href="https://bapla.org.uk/image-suppliers/"><strong>here</strong></a><strong>.</strong></p><p>For information about how we handle your personal information, <a href="https://www.bapla.org.uk/legal/privacy-policy"><strong>please read our privacy policy</strong></a><strong>.</strong></p><p>Please note that the form is intended for business-to-business activities and should not be used for personal requests.</p></div><div class="padding-bottom padding-medium"></div><div class="form_component w-form"><form id="wf-form-Image-Request-Form-1" name="wf-form-Image-Request-Form-1" data-name="Image Request Form 1" method="get" class="form_form" data-wf-page-id="65717da8d27db5f40703d42f" data-wf-element-id="8fd131c7-f40e-8315-a463-e18f2a17ae56" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="form-field-2col"><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="First-Name" data-name="First Name" placeholder="Full Name*" type="text" id="First-Name" required=""/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Last-Name" data-name="Last Name" placeholder="Company Name*" type="text" id="Last-Name" required=""/></div></div><div class="form-field-2col"><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Email" data-name="Email" placeholder="Your Email Address*" type="email" id="Email" required=""/></div><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Proposed-Usage" data-name="Proposed Usage" placeholder="Proposed Usage*" type="text" id="Proposed-Usage" required=""/></div></div><div class="form-field-2col"><div class="form_field-wrapper"><input class="form_input w-input" maxlength="256" name="Deadline" data-name="Deadline" placeholder="Deadline*" type="text" id="Deadline" required=""/></div></div><div class="form_field-wrapper"><textarea id="message" name="message" maxlength="5000" data-name="Message" placeholder="Description of Image Needed*" required="" class="form_input is-text-area w-input"></textarea></div><div data-sitekey="6LePGLcUAAAAAEBpdZixOqeTLM_1THyw-cSyXiAv" class="w-form-formrecaptcha g-recaptcha g-recaptcha-error g-recaptcha-disabled"></div><div class="margin-top margin-small"><input type="submit" data-wait="Please wait..." id="submit" class="button is-form-submit w-button" value="Send enquiry"/></div></form><div class="form_message-success w-form-done"><div class="form_state-content"><div class="form_icon-wrapper"><div class="form_icon w-embed"><svg height="100%" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.0303 0.71967C19.3232 1.01256 19.3232 1.48744 19.0303 1.78033L7.53033 13.2803C7.38764 13.423 7.19346 13.5022 6.99167 13.5C6.78988 13.4977 6.59751 13.4142 6.45802 13.2684L0.95802 7.51842C0.671706 7.21909 0.682256 6.74433 0.981584 6.45802C1.28091 6.1717 1.75567 6.18225 2.04198 6.48158L7.01192 11.6774L17.9697 0.71967C18.2626 0.426777 18.7374 0.426777 19.0303 0.71967Z" fill="currentcolor"/> </svg></div></div><div class="form_content"><div>Thank you! Your submission has been received!</div></div></div></div><div class="form_message-error w-form-fail"><div class="form_state-content"><div class="form_icon-wrapper is-error"><div class="form_icon w-embed"><svg width="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18 6L6 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6 6L18 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg></div></div><div class="form_content"><div>Oops! Something went wrong when submitting the form. Please try again a little later. If the problem persists, please contact me/us directly via the email address above/below.</div></div></div></div></div></div></div></div></div></section></main><div class="cc_component"><a fs-cc="manager" href="#" class="dp-cc-manager w-inline-block"><div fs-cc="open-preferences" class="dp-cc-manager_button"><div class="dp-cc-manager_text hide-mobile-landscape">Cookie-Settings</div><div class="show-mobile-landscape"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="currentWidth" height="currentHeight" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M17.07 8.93c-2.55-.39-4.57-2.41-4.99-4.94C6.73 3.82 4 8.69 4 12c0 4.41 3.59 8 8 8c4.06 0 7.7-3.14 7.98-7.45a5.033 5.033 0 0 1-2.91-3.62zM8.5 15c-.83 0-1.5-.67-1.5-1.5S7.67 12 8.5 12s1.5.67 1.5 1.5S9.33 15 8.5 15zm2-5C9.67 10 9 9.33 9 8.5S9.67 7 10.5 7s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm4.5 6c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1z" opacity=".3"></path><circle cx="10.5" cy="8.5" r="1.5" fill="currentColor"></circle><circle cx="8.5" cy="13.5" r="1.5" fill="currentColor"></circle><circle cx="15" cy="15" r="1" fill="currentColor"></circle><path fill="currentColor" d="M21.95 10.99c-1.79-.03-3.7-1.95-2.68-4.22c-2.97 1-5.78-1.59-5.19-4.56C7.1.74 2 6.41 2 12c0 5.52 4.48 10 10 10c5.89 0 10.54-5.08 9.95-11.01zM12 20c-4.41 0-8-3.59-8-8c0-3.31 2.73-8.18 8.08-8.02c.42 2.54 2.44 4.56 4.99 4.94c.07.36.52 2.55 2.92 3.63C19.7 16.86 16.06 20 12 20z"></path></svg></div></div></div></a><div fs-cc-scroll="disable" fs-cc="preferences" class="dp-cc-prefs_component"><div class="fs-cc-prefs_content"><div fs-cc="close" class="dp-cc-prefs_close"><div class="dp-cc-preferences_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div><div class="dp-cc-prefs_heading">Your Privacy Choices</div><div class="dp-cc-prefs_text">By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts. <a href="/legal/cookie-policy" target="_blank" class="dp-cc-text-style-link">More info</a></div><div class="dp-cc-prefs_form-wrapper w-form"><form id="cookie-preferences" name="wf-form-Cookie-Preferences" data-name="Cookie Preferences" method="get" class="dp-cc-prefs_form" data-wf-page-id="65717da8d27db5f40703d42f" data-wf-element-id="4dad9fc0-b862-c9ac-7ee7-c358cad0edbf" data-turnstile-sitekey="0x4AAAAAAAQTptj2So4dx43e"><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Strictly Necessary</div><div class="dp-cc-prefs_label-required">Required</div></div><div class="dp-cc-prefs_description">Cookies required to enable basic website functionality.</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Marketing</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="Marketing-2" name="Marketing-2" data-name="Marketing 2" fs-cc-checkbox="marketing" style="opacity:0;position:absolute;z-index:-1"/><span for="Marketing-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies used to deliver advertising that is more relevant to you and your interests.</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Personalization</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="Personalization-2" name="Personalization-2" data-name="Personalization 2" fs-cc-checkbox="personalization" style="opacity:0;position:absolute;z-index:-1"/><span for="Personalization-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).</div></div><div class="dp-cc-prefs_option"><div class="dp-cc-prefs_toggle-wrapper"><div class="dp-cc-prefs_label">Analytics</div><label class="w-checkbox dp-cc-prefs_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom dp-cc-prefs_checkbox"></div><input type="checkbox" id="analytics" name="analytics-2" data-name="Analytics 2" fs-cc-checkbox="analytics" style="opacity:0;position:absolute;z-index:-1"/><span for="analytics-2" class="dp-cc-prefs_checkbox-label w-form-label">Essential</span></label></div><div class="dp-cc-prefs_description">Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.</div></div><div class="dp-cc-prefs_buttons-wrapper"><a fs-cc="allow" href="#" class="dp-cc-prefs_button w-button">Accept All Cookies</a><div class="dp-cc-prefs_button-group"><a fs-cc="deny" href="#" class="dp-cc-prefs_button deny w-button">Reject all</a><a fs-cc="submit" href="#" class="dp-cc-prefs_submit w-button">Save settings<br/></a></div></div></form><div class="w-form-done"></div><div class="w-form-fail"></div></div></div><div class="dp-cc-prefs_overlay"></div></div><div fs-cc="banner" class="dp-cc-banner_component"><div class="dp-cc-banner_container"><div class="dp-cc-banner_heading">Notice</div><div class="dp-cc-banner_text">We and selected third parties use cookies or similar technologies for technical purposes and, with your consent, for functionality and experience as specified in the <a href="/legal/cookie-policy" class="dp-cc-text-style-link">Cookie Policy</a>. Denying consent may make related features unavailable.<br/>You can freely give, deny, or withdraw your consent at any time.<br/>Use the “Accept all Cookies” button to consent. Use the “Reject all” button to continue without accepting.</div><div class="dp-cc-banner_text">By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts. <a href="#" class="dp-cc-text-style-link">More info</a></div><div class="dp-cc-banner_buttons-wrapper"><div class="dp-cc-banner_button-group"><a fs-cc="allow" href="#" class="dp-cc-banner_button accept w-button">Accept all Cookies</a><a fs-cc="deny" href="#" class="dp-cc-banner_button deny w-button">Reject all</a></div><a fs-cc="open-preferences" href="#" class="dp-cc-banner_button cookie-settings w-button">Cookie Settings<br/></a></div></div></div></div><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="padding-section-footer"><div class="footer_top-wrapper"><div class="footer_heading">Homepage picture credits</div><div class="padding-bottom padding-small"></div><div class="w-dyn-list"><div role="list" class="footer-home_hero-credits w-dyn-items"><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Margate, The Waltzer at Dreamland </div><a href="https://www.4cornersimages.com/" class="text-weight-semibold">© Carlo Irek/4Corners</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Algeria - Camel Transport. </div><a href="https://www.maryevans.com/" class="text-weight-semibold">© Mary Evans / Grenville Collins Postcard Collection</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Man falling into water underwater ballet dancer </div><a href="https://arcangel.com/?" class="text-weight-semibold">© Tina Gutierrez/ Arcangel Images</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Harrison's marine timekeeper H4 </div><a href="https://images.rmg.co.uk/" class="text-weight-semibold">© National Maritime Museum, Greenwich, London</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Cat Ballet, undated. Max Raffler. AKG571081</div><a href="https://www.akg-images.co.uk/" class="text-weight-semibold">© akg-images</a><div> ● </div></div></div></div></div><div class="line-divider_footer"></div><div class="footer_center-wrapper"><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">About BAPLA</div><a href="/what-we-do" class="footer_link">What We Do</a><a href="/join-us" class="footer_link">Join Us</a><a href="/executive-board" class="footer_link">Executive Board</a><a href="/consultation-responses" class="footer_link">Consultation Responses</a><a href="/code-of-best-practice" class="footer_link">Code of Best Practice</a><a href="/best-practice-procedure" class="footer_link">Best Practice Procedures</a><a href="/jobs" class="footer_link">Jobs</a><a href="/contact" class="footer_link">Contact</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">Image Suppliers</div><a href="/image-suppliers" class="footer_link">All Image Suppliers</a><a href="/media-researchers" class="footer_link">Media Researchers</a><a href="/media-buying-resources" class="footer_link">Media Buying Resources</a><a href="/image-request" aria-current="page" class="footer_link w--current">Image Request</a><a href="/orphan-works-search" class="footer_link">Orphan Works Search</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">News & Events</div><a href="/news" class="footer_link">News</a><a href="/events" class="footer_link">Events</a></div><div class="w-layout-grid footer_link-list"><div class="footer-link_heading">Member Resources</div><a href="/members/industry-suppliers" class="footer_link">Industry Suppliers</a><a href="/members/downloads" class="footer_link">Download Member Resources</a><a href="/members/member-faq" class="footer_link">BAPLA Members FAQ</a><a href="/members/picsel" class="footer_link">PICSEL</a><a href="/members/brexit" class="footer_link">Brexit</a></div></div><div class="line-divider_footer"></div><div class="footer_bottom-wrapper"><div class="w-layout-grid footer_legal-list"><a href="/legal/terms-conditions" class="footer_legal-link">Terms & Conditions</a><a href="/legal/cookie-policy" class="footer_legal-link">Cookie Policy</a><a href="/legal/privacy-policy" class="footer_legal-link">Privacy Policy</a><a href="https://twitter.com/baplaUK" target="_blank" class="footer_legal-link">X</a><a href="https://www.linkedin.com/company/bapla/" target="_blank" class="footer_legal-link">LinkedIn</a></div><div class="footer_credit-text">© BAPLA <span fs-hacks-element="year">2024</span> | Website by <a href="https://mazecreative.co.uk/" target="_blank" class="footer-text-style-link">Maze Creative</a></div></div></div></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=65717da8d27db5f40703d39a" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.schunk.b7cad701f94860c2.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.schunk.bb82f86b7ecc651b.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/js/webflow.6c8ca9f6.c021a8469a97209b.js" type="text/javascript"></script><!-- Finsweet Hacks in Typescript --> <!-- Hack #14 - current year --> <script> 'use strict'; // when the DOM is ready document.addEventListener('DOMContentLoaded', function () { // set the fs-hacks selector const YEAR_SELECTOR = '[fs-hacks-element="year"]'; // get the the span element const yearSpan = document.querySelector(YEAR_SELECTOR); if (!yearSpan) return; // get the current year const currentYear = new Date().getFullYear(); // set the year span element's text to the current year yearSpan.innerText = currentYear.toString(); }); </script> <!-- End Finsweet Hacks in Typescript --> <!-- Google Tag Manager (noscript) --> <!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MPZ62L6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> --> <!-- End Google Tag Manager (noscript) --> <!-- Modal 1 - Close on ESC button --> <script> // Add an event listener for the Escape key document.addEventListener("keydown", function(event) { if (event.key === "Escape") { var link = document.querySelector(".modal-close-button.open"); if (link) { link.click(); } } }); </script> <!-- [Class Adder by Finsweet] --> <script> // when DOM is ready document.addEventListener('DOMContentLoaded', () => { // on .modal-open-button click document.querySelectorAll('.modal-open-button').forEach(trigger => { trigger.addEventListener('click', function(){ // on every click document.querySelectorAll('.modal-close-button').forEach(target => target.classList.add('open')); }); }); // on .modal-close-button click document.querySelectorAll('.modal-close-button').forEach(trigger => { trigger.addEventListener('click', function(){ // on every click document.querySelectorAll('.modal-close-button').forEach(target => target.classList.remove('open')); }); }); }); </script> <!-- End Modal 1 - Close on ESC button --> <!-- Start Events Speakers Columns Fix --> <script> $(document).ready(function() { $('.event-content_speakers-list-wrap').each(function() { if ($(this).children().length <= 2 ) { $(this).css({'column-count':'1'}); } }); }); </script> <!-- End Events Speakers Columns Fix --></body></html>