CINXE.COM
Join Us - BAPLA
<!DOCTYPE html><!-- Last Published: Mon Mar 31 2025 12:44:27 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.bapla.org.uk" data-wf-page="65717da8d27db5f40703d435" data-wf-site="65717da8d27db5f40703d39a" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>Join Us - BAPLA</title><meta content="Join Us - BAPLA" property="og:title"/><meta content="Join Us - 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><!-- [Attributes by Finsweet] CMS Slider --> <script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsslider@1/cmsslider.js"></script></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" aria-current="page" class="banner-link_item w-inline-block w--current"><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="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" class="nav-dropdown_link w-dropdown-link">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" 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>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" 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>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="65717da8d27db5f40703d435" 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_join-us_header"><div class="padding-global z-index-1"><div class="text-align-center"><h1 class="text-color-white">Join Us</h1></div></div><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa8c6098af216472369973_IMG_9049.jpg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa8c6098af216472369973_IMG_9049-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66aa8c6098af216472369973_IMG_9049.jpg 640w" class="hero-bg_img"/><div class="hero-bg_overlay"></div></section><section class="section_join-us_memberships"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><h2 class="text-color-white">There are four types of BAPLA membership</h2><div class="w-layout-grid what-we-do_component"><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.31 2.33 23.33 23.15"> <path d="M24.7917 21.5488L22.8667 22.0038C22.435 22.1088 22.0967 22.4355 22.0034 22.8671L21.595 24.5821C21.3734 25.5155 20.1834 25.8071 19.565 25.0721L16.0767 21.0588C15.7967 20.7321 15.9484 20.2188 16.3684 20.1138C18.4334 19.6121 20.2884 18.4571 21.6534 16.8121C21.875 16.5438 22.2717 16.5088 22.5167 16.7538L25.1067 19.3438C25.9934 20.2305 25.6784 21.3388 24.7917 21.5488Z" fill="white"></path> <path d="M3.14995 21.5488L5.07495 22.0038C5.50661 22.1088 5.84495 22.4355 5.93828 22.8671L6.34661 24.5821C6.56828 25.5155 7.75828 25.8071 8.37661 25.0721L11.8649 21.0588C12.1449 20.7321 11.9933 20.2188 11.5733 20.1138C9.50828 19.6121 7.65328 18.4571 6.28828 16.8121C6.06661 16.5438 5.66995 16.5088 5.42495 16.7538L2.83495 19.3438C1.94828 20.2305 2.26328 21.3388 3.14995 21.5488Z" fill="white"></path> <path d="M13.9999 2.33301C9.48492 2.33301 5.83325 5.98467 5.83325 10.4997C5.83325 12.1913 6.33492 13.743 7.19825 15.038C8.45825 16.9047 10.4533 18.223 12.7749 18.5613C13.1716 18.6313 13.5799 18.6663 13.9999 18.6663C14.4199 18.6663 14.8283 18.6313 15.2249 18.5613C17.5466 18.223 19.5416 16.9047 20.8016 15.038C21.6649 13.743 22.1666 12.1913 22.1666 10.4997C22.1666 5.98467 18.5149 2.33301 13.9999 2.33301ZM17.5699 10.243L16.6016 11.2113C16.4383 11.3747 16.3449 11.6897 16.4033 11.923L16.6833 13.1247C16.9049 14.0697 16.4033 14.443 15.5633 13.9413L14.3966 13.253C14.1866 13.1247 13.8366 13.1247 13.6266 13.253L12.4599 13.9413C11.6199 14.4313 11.1183 14.0697 11.3399 13.1247L11.6199 11.923C11.6666 11.7013 11.5849 11.3747 11.4216 11.2113L10.4299 10.243C9.85825 9.67134 10.0449 9.09967 10.8383 8.97134L12.0866 8.76134C12.2966 8.72634 12.5416 8.53967 12.6349 8.35301L13.3233 6.97634C13.6966 6.22967 14.3033 6.22967 14.6766 6.97634L15.3649 8.35301C15.4583 8.53967 15.7033 8.72634 15.9249 8.76134L17.1733 8.97134C17.9549 9.09967 18.1416 9.67134 17.5699 10.243Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><h3 class="heading-style-h6 text-color-white">Full Membership</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">Open to commercial picture libraries & agencies, including those in museums established or operating in the United Kingdom</p></div><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.33 2.33 23.3 23.88"> <path d="M20.4517 9.06467C20.37 9.05301 20.2884 9.05301 20.2067 9.06467C18.3984 9.00634 16.9634 7.52467 16.9634 5.70467C16.9634 3.84967 18.4684 2.33301 20.335 2.33301C22.19 2.33301 23.7067 3.83801 23.7067 5.70467C23.695 7.52467 22.26 9.00634 20.4517 9.06467Z" fill="white"></path> <path d="M24.255 17.1505C22.9484 18.0255 21.1167 18.3521 19.425 18.1305C19.8684 17.1738 20.1017 16.1121 20.1134 14.9921C20.1134 13.8255 19.8567 12.7171 19.3667 11.7488C21.0934 11.5155 22.925 11.8421 24.2434 12.7171C26.0867 13.9305 26.0867 15.9255 24.255 17.1505Z" fill="white"></path> <path d="M7.51335 9.06467C7.59502 9.05301 7.67669 9.05301 7.75835 9.06467C9.56669 9.00634 11.0017 7.52467 11.0017 5.70467C11.0017 3.83801 9.49669 2.33301 7.63002 2.33301C5.77502 2.33301 4.27002 3.83801 4.27002 5.70467C4.27002 7.52467 5.70502 9.00634 7.51335 9.06467Z" fill="white"></path> <path d="M7.64156 14.9914C7.64156 16.123 7.88656 17.1964 8.32989 18.1647C6.68489 18.3397 4.96989 17.9897 3.70989 17.1614C1.86656 15.9364 1.86656 13.9414 3.70989 12.7164C4.95823 11.8764 6.71989 11.538 8.37656 11.7247C7.89823 12.7047 7.64156 13.813 7.64156 14.9914Z" fill="white"></path> <path d="M14.1401 18.515C14.0468 18.5033 13.9418 18.5033 13.8368 18.515C11.6901 18.445 9.9751 16.6833 9.9751 14.5133C9.98676 12.2967 11.7718 10.5 14.0001 10.5C16.2168 10.5 18.0134 12.2967 18.0134 14.5133C18.0018 16.6833 16.2984 18.445 14.1401 18.515Z" fill="white"></path> <path d="M10.3483 20.9301C8.58668 22.1084 8.58668 24.0451 10.3483 25.2117C12.355 26.5534 15.645 26.5534 17.6517 25.2117C19.4134 24.0334 19.4134 22.0967 17.6517 20.9301C15.6567 19.5884 12.3667 19.5884 10.3483 20.9301Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><h3 class="heading-style-h6 text-color-white">Associate Membership</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">Open to overseas picture libraries or persons interested in the business of photo agencies or picture libraries & agencies operating in the UK who wish to become affiliated to the Association but who do not meet the requirements for Full Membership or Industry Supplier Membership</p></div><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="3.5 2.33 21 23.32"> <path d="M21 2.33301H7C5.06333 2.33301 3.5 3.88467 3.5 5.79801V18.5263C3.5 20.4397 5.06333 21.9913 7 21.9913H7.88667C8.82 21.9913 9.70667 22.353 10.36 23.0063L12.355 24.978C13.265 25.8763 14.7467 25.8763 15.6567 24.978L17.6517 23.0063C18.305 22.353 19.2033 21.9913 20.125 21.9913H21C22.9367 21.9913 24.5 20.4397 24.5 18.5263V5.79801C24.5 3.88467 22.9367 2.33301 21 2.33301ZM12.11 15.178C12.5883 15.178 12.985 15.5747 12.985 16.053C12.985 16.5313 12.5883 16.928 12.11 16.928H8.98333C8.47 16.928 7.99167 16.683 7.68833 16.263C7.39667 15.8663 7.32667 15.3763 7.46667 14.9097C7.875 13.6613 8.87833 12.9847 9.765 12.378C10.6983 11.748 11.2233 11.3513 11.2233 10.6747C11.2233 10.068 10.7333 9.57801 10.1267 9.57801C9.52 9.57801 9.04167 10.0797 9.04167 10.6863C9.04167 11.1647 8.645 11.5613 8.16667 11.5613C7.68833 11.5613 7.29167 11.1647 7.29167 10.6863C7.29167 9.12301 8.56333 7.83967 10.1383 7.83967C11.7133 7.83967 12.985 9.11134 12.985 10.6863C12.985 12.3313 11.7483 13.1713 10.7567 13.848C10.1383 14.268 9.555 14.6647 9.26333 15.1897H12.11V15.178ZM19.8333 15.2597H19.5883V16.0647C19.5883 16.543 19.1917 16.9397 18.7133 16.9397C18.235 16.9397 17.8383 16.543 17.8383 16.0647V15.2597H15.5517C15.5517 15.2597 15.5517 15.2597 15.54 15.2597C14.9683 15.2597 14.4433 14.9563 14.1517 14.4663C13.86 13.9647 13.86 13.3463 14.1517 12.8563C14.945 11.4913 15.8667 9.93967 16.7067 8.58634C17.08 7.99134 17.7917 7.72301 18.4567 7.90967C19.1217 8.10801 19.5883 8.71467 19.5767 9.41467V13.5213H19.8333C20.3117 13.5213 20.7083 13.918 20.7083 14.3963C20.7083 14.8747 20.3117 15.2597 19.8333 15.2597Z" fill="white"></path> <path d="M17.8383 13.5101V10.0801C17.15 11.2001 16.4383 12.4017 15.7966 13.4984H17.8383V13.5101Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><h3 class="heading-style-h6 text-color-white">Industry Supplier Membership</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">Open to suppliers offering their services to the picture library and agency business</p></div><div class="what-we-do_item"><div class="what-we-do-icon_wrapper"><div class="icon-embed-what-we-do w-embed"><svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="2.98 2.99 22.03 22.03"> <path d="M18.8299 3.4529L8.29489 6.95289C1.21323 9.32123 1.21323 13.1829 8.29489 15.5396L11.4216 16.5779L12.4599 19.7046C14.8166 26.7862 18.6899 26.7862 21.0466 19.7046L24.5582 9.18123C26.1216 4.45623 23.5549 1.8779 18.8299 3.4529ZM19.2032 9.72956L14.7699 14.1862C14.5949 14.3612 14.3732 14.4429 14.1516 14.4429C13.9299 14.4429 13.7082 14.3612 13.5332 14.1862C13.1949 13.8479 13.1949 13.2879 13.5332 12.9496L17.9666 8.4929C18.3049 8.15456 18.8649 8.15456 19.2032 8.4929C19.5416 8.83123 19.5416 9.39123 19.2032 9.72956Z" fill="white"></path> </svg></div></div><div class="padding-bottom padding-medium"></div><h3 class="heading-style-h6 text-color-white">Freelancer Membership</h3><div class="padding-bottom padding-small"></div><p class="text-color-white60">Open to all freelance picture researchers, picture editors and similar roles that are within Licensing, Syndication and Picture Library industries.</p></div></div></div></div></div></section><section class="section_join-us_benefits"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="text-align-center"><h2>Membership benefits</h2></div><div class="w-layout-grid benefits_component"><div class="benefits_content"><h3 class="heading-style-h5">Full and Associate membership benefits include:</h3><div class="padding-bottom padding-small"></div><ul role="list"><li><a href="/consultation-responses" class="text-style-link">Protection of members’ rights</a> and interests by an effective lobbying team</li><li>Members’ newsletter keeping you updated on the latest IP, lobbying and industry news</li><li>Access to free online workshops throughout the year</li><li>Discounted booking for the <a href="http://cepic.org/congress" target="_blank" class="text-style-link">CEPIC Congress</a></li><li>Access to a legal advice service</li><li><a href="https://bapla.org.uk/image-suppliers/" target="_blank" class="text-style-link">Company presence</a> on the BAPLA website</li><li>Publication of your press releases on the <a href="/news" class="text-style-link">BAPLA news page</a></li><li>Marketing opportunities to a wide range of content buyers</li><li>Resources for members, including access to template contracts</li></ul></div><figure><div class="default_image-wrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D.jpg" loading="lazy" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D-p-800.jpg 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D-p-2000.jpg 2000w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D-p-2600.jpg 2600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D-p-3200.jpg 3200w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167c9d7719408a201b0c3_AKG10241909%5B1%5D.jpg 6000w" sizes="(max-width: 479px) 93vw, (max-width: 767px) 95vw, 44vw" alt="" class="default_image-cover"/></div></figure></div><div class="w-layout-grid benefits_component"><figure><div class="default_image-wrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D.jpg" loading="lazy" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-800.jpg 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-2000.jpg 2000w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-2600.jpg 2600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D-p-3200.jpg 3200w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167bfce3bddeed094db01_AKG9913175%5B1%5D.jpg 4961w" sizes="(max-width: 479px) 93vw, (max-width: 767px) 95vw, 44vw" alt="" class="default_image-cover"/></div></figure><div class="benefits_content"><h3 class="heading-style-h5">Industry Supplier membership benefits include:</h3><div class="padding-bottom padding-small"></div><ul role="list"><li>Email introducing your services to all BAPLA members</li><li>Agreed promotions in the newsletter to BAPLA members</li><li>Banner ads in the newsletter to BAPLA members</li><li><a href="/image-suppliers" class="text-style-link">Company listing</a> on the BAPLA website highlighting your services</li><li>Access to free online workshops throughout the year</li><li>Discounted booking for the CEPIC Congress</li><li>Sponsorship opportunities at BAPLA events</li><li>BAPLA affiliation</li></ul></div></div><div class="w-layout-grid benefits_component"><div class="benefits_content"><h3 class="heading-style-h5">Freelancer membership benefits include:</h3><div class="padding-bottom padding-small"></div><ul role="list"><li>Free access to <a href="/events" class="text-style-link">BAPLA Webinars</a></li><li>Discounted access to <a href="/events" class="text-style-link">BAPLA Events</a></li><li>Monthly BAPLA newsletter</li><li>Personal Listing on NEW <a href="/media-researchers" class="text-style-link">Media Researchers</a> BAPLA Webpage for Freelancers</li><li>BAPLA Membership Affiliation</li></ul></div><figure><div class="default_image-wrapper"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D.jpg" loading="lazy" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D-p-800.jpg 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D-p-2000.jpg 2000w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D-p-2600.jpg 2600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D-p-3200.jpg 3200w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167ec3a042ef83969ddac_AKG6148952%5B1%5D.jpg 5008w" sizes="(max-width: 479px) 93vw, (max-width: 767px) 95vw, 44vw" alt="" class="default_image-cover"/></div></figure></div></div></div></div></section><div class="section_join-us_apply"><div class="padding-global"><div class="container-large"><div class="padding-section-medium"><div class="max-width-medium-large align-center"><div class="text-align-center"><h2>Further information & how to apply for membership</h2><div class="padding-bottom padding-medium"></div></div></div><div class="w-layout-grid apply_component"><div class="apply_item"><figure><figure class="image_mask _21-9"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D.jpg" loading="lazy" sizes="(max-width: 479px) 93vw, (max-width: 767px) 95vw, 92vw" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-800.jpg 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-2000.jpg 2000w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-2600.jpg 2600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D-p-3200.jpg 3200w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f167faaa71bacdbebe4c5f_AKG225605%5B1%5D.jpg 3364w" alt="" class="image_cover"/></figure></figure><div class="apply_content"><ul role="list"><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/673b83c33df8376f375bb1d6_Full-Membership-21%20(1)%20(1).pdf" class="text-style-link">Full Membership Info PDF</a></li><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/673b83a364ac0c575b871aba_Associate-Membership-21%20(1)%20(1).pdf" class="text-style-link">Associate Membership Info PDF</a></li><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/673b838ac6cdb1408b0bca81_Industry-Supplier-Membership-21%20(1)%20(1).pdf" class="text-style-link">Industry Supplier Membership Info PDF</a></li><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/673b83b6e5e210a73c48326c_Freelance-Membership-21%20(1)%20(1).pdf" class="text-style-link">Freelance Membership Info PDF</a></li></ul><div class="padding-bottom padding-small"></div><p>For further information, please contact us at <a href="mailto:sohaila@bapla.org.uk" class="text-style-link">sohaila@bapla.org.uk</a>.</p></div></div><div class="apply_item"><figure><figure class="image_mask _21-9"><img src="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D.jpg" loading="lazy" sizes="(max-width: 479px) 93vw, (max-width: 767px) 95vw, 92vw" srcset="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D-p-500.jpg 500w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D-p-800.jpg 800w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D-p-2000.jpg 2000w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D-p-2600.jpg 2600w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D-p-3200.jpg 3200w, https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/66f16c93094d36c2df0fecd7_AKG107963%5B1%5D.jpg 5906w" alt="" class="image_cover"/></figure></figure><div class="apply_content"><ul role="list"><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/667acba3744936857107dd6e_Application-Form-Full.doc.docx" class="text-style-link">Full Membership Application Form PDF</a></li><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/667acbaf93f544ab5a7b7749_Application-Form-Associate.doc.docx" class="text-style-link">Associate Membership Application Form PDF</a></li><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/667acbc1e0cf8fcf5030b8b1_Application-Form-Supplier.doc.docx" class="text-style-link">Industry Supplier Application Form PDF</a></li><li><a href="https://cdn.prod.website-files.com/65717da8d27db5f40703d39a/667acbcb1f7710ace9916b29_Freelancer-Application-Form.pdf" class="text-style-link">Freelance Membership Application Form PDF</a></li></ul><div class="padding-bottom padding-small"></div><p>For further information, please contact us at <a href="mailto:sohaila@bapla.org.uk" class="text-style-link">sohaila@bapla.org.uk</a>.</p></div></div></div></div></div></div></div></main><div class="section_img-credits"><div class="padding-global"><div class="container-large"><div class="padding-section-small"><div class="text-color-grey">Image credits: Top image ⓒ BAPLA. Other images: Vincent van Gogh / Autoportrait (détail) / 1887; Show at the Moulin Rouge in Paris / Photo, 1965; Marlene Dietrich dans le film américain "Angel" ("Ange") d'Ernst Lubitsch, 1937; Roots, Kahlo, Frida; Mexican paintress; 1907–1954. ⓒ akg-images. All rights reserved. Images generously supplied by akg-images.</div></div></div></div></div><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="65717da8d27db5f40703d435" 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">Young woman transforming into butterfly</div><a href="https://www.ikon-images.com/stock-photo/website/search/detail-0_00020385.html" class="text-weight-semibold"> © Trina Dalziel / Ikon Images</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Audrey Hepburn is photographed wearing a Givenchy afternoon cocktail dress from his Spring/Summer 1955 collection at 'Villa Rolli',for Glamour magazine, June 23, 1955. </div><a href="https://iconicimagesgallery.com/products/norman-parkinson-audrey-hepburn-in-givenchy-for-glamour-magazine-1955-limited-edition-print?dm_t=0,0,0,0,0" class="text-weight-semibold">© Norman Parkinson / Iconic Images</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">Courtesans and Their Child Attendants under Blossoming Cherry Trees, 1785. AKG6506461 </div><a href="#" class="text-weight-semibold">© akg-images</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">‘World War II poster - Women's Land Army - Win The Battle For Bread, 1939-1949’ </div><a href="https://images.nationalarchives.gov.uk/" class="text-weight-semibold">© The National Archives</a><div> ● </div></div><div role="listitem" class="hero-credit w-dyn-item"><div class="text-color-grey">‘Signs of Spring’ by Muriel Dawson, published on the cover of Woman’s Pictorial magazine, 25th January 1941. </div><a href="https://www.maryevans.com/" class="text-weight-semibold">© The Muriel Dawson Collection/Mary Evans Picture Library.</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" aria-current="page" class="footer_link w--current">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" class="footer_link">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>