CINXE.COM

Accessibility – British Deaf Association

<!doctype html> <html lang="en-GB" > <head> <meta charset="UTF-8"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://bda.org.uk/xmlrpc.php"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Accessibility &#8211; British Deaf Association</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/5a51f80d69c5cf4e543ea501/script.js"></script><script>window._wca = window._wca || [];</script> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="British Deaf Association &raquo; Feed" href="https://bda.org.uk/feed/" /> <link rel="alternate" type="application/rss+xml" title="British Deaf Association &raquo; Comments Feed" href="https://bda.org.uk/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.2.2 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-3F9V0N4CN0" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '8.2.2'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/bda.org.uk\/accessibility\/","page_referrer":"https:\/\/bda.org.uk\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-3F9V0N4CN0', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-3F9V0N4CN0', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/bda.org.uk\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link rel='stylesheet' id='wc-stripe-blocks-checkout-style-css' href='https://bda.org.uk/wp-content/plugins/woocommerce-gateway-stripe/build/upe_blocks.css?ver=03c51a0b4383fed0917831f3ea9aefda' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <style id='wp-block-library-inline-css'> :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}/* You can add your own CSS here. Click the help icon above to learn more. */ </style> <!-- <link rel='stylesheet' id='esg-plugin-settings-css' href='https://bda.org.uk/wp-content/plugins/download-UUL0xh/public/assets/css/settings.css?ver=3.0.14' media='all' /> --> <!-- <link rel='stylesheet' id='tp-fontello-css' href='https://bda.org.uk/wp-content/plugins/download-UUL0xh/public/assets/font/fontello/css/fontello.css?ver=3.0.14' media='all' /> --> <!-- <link rel='stylesheet' id='woocommerce-layout-css' href='https://bda.org.uk/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=9.4.2' media='all' /> --> <link rel="stylesheet" type="text/css" href="//bda.org.uk/wp-content/cache/wpfc-minified/89jpv6w6/g0h7n.css" media="all"/> <style id='woocommerce-layout-inline-css'> .infinite-scroll .woocommerce-pagination { display: none; } </style> <!-- <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://bda.org.uk/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=9.4.2' media='only screen and (max-width: 768px)' /> --> <link rel="stylesheet" type="text/css" href="//bda.org.uk/wp-content/cache/wpfc-minified/fi4qp9tt/g0h7n.css" media="only screen and (max-width: 768px)"/> <!-- <link rel='stylesheet' id='woocommerce-general-css' href='https://bda.org.uk/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=9.4.2' media='all' /> --> <!-- <link rel='stylesheet' id='woocommerce-blocktheme-css' href='https://bda.org.uk/wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.css?ver=9.4.2' media='all' /> --> <link rel="stylesheet" type="text/css" href="//bda.org.uk/wp-content/cache/wpfc-minified/qlktajgp/g0h7n.css" media="all"/> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <!-- <link rel='stylesheet' id='parent-style-css' href='https://bda.org.uk/wp-content/themes/the-core-parent/style.css?ver=6.7.1' media='all' /> --> <!-- <link rel='stylesheet' id='font-awesome-css' href='https://bda.org.uk/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css?ver=2.7.31' media='all' /> --> <!-- <link rel='stylesheet' id='bootstrap-css' href='https://bda.org.uk/wp-content/themes/the-core-parent/css/bootstrap.css?ver=1.0.42' media='all' /> --> <!-- <link rel='stylesheet' id='fw-mmenu-css' href='https://bda.org.uk/wp-content/themes/the-core-parent/css/jquery.mmenu.all.css?ver=1.0.42' media='all' /> --> <!-- <link rel='stylesheet' id='the-core-style-css' href='https://bda.org.uk/wp-content/uploads/the-core-style.css?ver=1707996555' media='all' /> --> <!-- <link rel='stylesheet' id='fw-theme-style-css' href='https://bda.org.uk/wp-content/themes/the-core-child/style.css?ver=1.0.42' media='all' /> --> <link rel="stylesheet" type="text/css" href="//bda.org.uk/wp-content/cache/wpfc-minified/fptypfv1/g0hfx.css" media="all"/> <style id='fw-theme-style-inline-css'> .tf-sh-34235ea5b2a6ffbca34649a27f007c72 .fw-col-inner{padding: 101px 80px 0px 100px;}.tf-sh-34235ea5b2a6ffbca34649a27f007c72 .fw-wrap-col-inner{background-color:#ffffff;}@media only screen and (min-width: 768px) and (max-width: 991px) { .tf-sh-34235ea5b2a6ffbca34649a27f007c72 .fw-col-inner{padding-top:45px;padding-right:40px;padding-bottom:0px;padding-left:40px;} }@media only screen and (max-width: 767px) { .tf-sh-34235ea5b2a6ffbca34649a27f007c72 .fw-col-inner{padding-top:30px;padding-right:15px;padding-bottom:0px;padding-left:15px;} } .tf-sh-849ae527bba5c9946eddeec09fee16c5 .fw-special-title {font-family: 'Montserrat';font-style: normal;font-weight:700;line-height:50px;font-size:40px;letter-spacing:-1px;color:#1f1f1f;}@media(max-width:767px){.tf-sh-849ae527bba5c9946eddeec09fee16c5 .fw-special-title{font-size: 28px ; line-height: 35px ;}}.tf-sh-849ae527bba5c9946eddeec09fee16c5 .fw-special-subtitle {font-family: 'Merriweather';font-style:italic;font-weight:300;line-height:32px;font-size:18px;letter-spacing:0.5px;color:#707070;} .tf-sh-10a594df5d66982bcf65945f1f74429f.fw-divider-line {border-bottom-width: 2px; margin-top:-1px;}.tf-sh-10a594df5d66982bcf65945f1f74429f.fw-divider-special .fw-divider-holder {border-top-width: 2px; margin-top:-1px;} .tf-sh-ca55288defb74c9f68f6f4436474604c .fw-col-inner{padding: 40px 80px 0px 100px;}.tf-sh-ca55288defb74c9f68f6f4436474604c .fw-wrap-col-inner{background-color:#ffffff;}@media only screen and (min-width: 768px) and (max-width: 991px) { .tf-sh-ca55288defb74c9f68f6f4436474604c .fw-col-inner{padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px;} }@media only screen and (max-width: 767px) { .tf-sh-ca55288defb74c9f68f6f4436474604c .fw-col-inner{padding-top:0px;padding-right:15px;padding-bottom:40px;padding-left:15px;} } .tf-sh-21d71417d568e08ce067326bd3ad30a4 .fw-text-inner {font-family: 'Quattrocento Sans';font-style: normal;font-weight:400;line-height:28px;font-size:16.5px;letter-spacing:0px;} @media only screen and (max-width: 767px) { .tf-sh-114acd66b5f14685515a1d125b484c84 .fw-col-inner{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;} }@media only screen and (max-width: 767px) { .tf-sh-114acd66b5f14685515a1d125b484c84 .fw-wrap-col-inner {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} } </style> <!-- <link rel='stylesheet' id='prettyPhoto-css' href='https://bda.org.uk/wp-content/themes/the-core-parent/css/prettyPhoto.css?ver=1.0.42' media='all' /> --> <!-- <link rel='stylesheet' id='animate-css' href='https://bda.org.uk/wp-content/themes/the-core-parent/css/animate.css?ver=1.0.42' media='all' /> --> <!-- <link rel='stylesheet' id='fw-shortcode-section-background-video-css' href='https://bda.org.uk/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/css/background.css?ver=6.7.1' media='all' /> --> <link rel="stylesheet" type="text/css" href="//bda.org.uk/wp-content/cache/wpfc-minified/k0gdcvs0/g0hfx.css" media="all"/> <link rel='stylesheet' id='fw-googleFonts-css' href='https://fonts.googleapis.com/css?family=Merriweather%3A300italic%7CMontserrat%3A700%7CQuattrocento+Sans%3Aregular&#038;subset=latin&#038;ver=6.7.1' media='all' /> <script src="https://bda.org.uk/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://bda.org.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script id="file_uploads_nfpluginsettings-js-extra"> var params = {"clearLogRestUrl":"https:\/\/bda.org.uk\/wp-json\/nf-file-uploads\/debug-log\/delete-all","clearLogButtonId":"file_uploads_clear_debug_logger","downloadLogRestUrl":"https:\/\/bda.org.uk\/wp-json\/nf-file-uploads\/debug-log\/get-all","downloadLogButtonId":"file_uploads_download_debug_logger"}; </script> <script src="https://bda.org.uk/wp-content/plugins/ninja-forms-uploads/assets/js/nfpluginsettings.js?ver=3.3.20" id="file_uploads_nfpluginsettings-js"></script> <script src="https://bda.org.uk/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.2.2" id="exactmetrics-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/bda.org.uk","hash_tracking":"false","v4_id":"G-3F9V0N4CN0"};</script> <script src="https://bda.org.uk/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.4.2" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https:\/\/bda.org.uk\/basket\/","is_cart":"","cart_redirect_after_add":"yes"}; </script> <script src="https://bda.org.uk/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.4.2" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script src="https://bda.org.uk/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.4.2" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; </script> <script src="https://bda.org.uk/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.4.2" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script src="https://stats.wp.com/s-202448.js" id="woocommerce-analytics-js" defer data-wp-strategy="defer"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/lib/modernizr.min.js?ver=1.0.42" id="modernizr-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/lib/bootstrap.min.js?ver=1.0.42" id="bootstrap-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/jquery.touchSwipe.min.js?ver=1.0.42" id="touchSwipe-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/lib/html5shiv.js?ver=1.0.42" id="html5shiv-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/lib/respond.min.js?ver=1.0.42" id="respond-js"></script> <link rel="https://api.w.org/" href="https://bda.org.uk/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://bda.org.uk/wp-json/wp/v2/pages/11169" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://bda.org.uk/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.1" /> <meta name="generator" content="WooCommerce 9.4.2" /> <link rel="canonical" href="https://bda.org.uk/accessibility/" /> <link rel='shortlink' href='https://bda.org.uk/?p=11169' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://bda.org.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbda.org.uk%2Faccessibility%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://bda.org.uk/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbda.org.uk%2Faccessibility%2F&#038;format=xml" /> <style>img#wpstats{display:none}</style> <meta property="og:title" content="Accessibility" /><meta property="og:url" content="https://bda.org.uk/accessibility/" /><meta property="og:type" content="website" /><meta property="og:description" content="" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Powered by Slider Revolution 6.7.14 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V2MCD6RHVP"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V2MCD6RHVP'); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TMVNMT8');</script> <!-- End Google Tag Manager --> <style class='wp-fonts-local'> @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://bda.org.uk/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://bda.org.uk/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> <link rel="icon" href="https://bda.org.uk/wp-content/uploads/2017/02/cropped-Favicon-150x150.png" sizes="32x32" /> <link rel="icon" href="https://bda.org.uk/wp-content/uploads/2017/02/cropped-Favicon-300x300.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://bda.org.uk/wp-content/uploads/2017/02/cropped-Favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://bda.org.uk/wp-content/uploads/2017/02/cropped-Favicon-300x300.png" /> <script type="text/javascript"> if ( window.sessionStorage.getItem( 'loftloader-pro-smooth-transition' ) && ( 'on' === window.sessionStorage.getItem( 'loftloader-pro-smooth-transition' ) ) ) { window.sessionStorage.setItem( 'loftloader-pro-smooth-transition', 0 ); } </script> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <!-- Fonts Plugin CSS - https://fontsplugin.com/ --> <style> /* Cached: November 30, 2024 at 9:09am */ /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxC7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRzS7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxi7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRxy7m0dJ9pQOik20.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUQjIg1_i6t8kCHKm459WxRyS7m0dJ9pQOi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WdhyyTn89ddpROi.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WlhyyTn89ddpQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } :root { --font-base: Montserrat; --font-headings: Poppins; --font-input: Montserrat; } body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer { font-family: "Montserrat"; } #site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6, .widget-title, .elementor-heading-title { font-family: "Poppins"; } button, .button, input, select, textarea, .wp-block-button, .wp-block-button__link { font-family: "Montserrat"; } .entry-content, .entry-content p, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .excerpt, .excerpt p, .type-post p, .type-page p, .wp-block-post-content, .wp-block-post-excerpt, .elementor, .elementor p { font-family: "Montserrat"; } .wp-block-post-title, .wp-block-post-title a, .entry-title, .entry-title a, .post-title, .post-title a, .page-title, .entry-content h1, #content h1, .type-post h1, .type-page h1, .elementor h1 { font-family: "Poppins"; } .entry-content h2, .post-content h2, .page-content h2, #content h2, .type-post h2, .type-page h2, .elementor h2 { font-family: "Poppins"; } .entry-content h3, .post-content h3, .page-content h3, #content h3, .type-post h3, .type-page h3, .elementor h3 { font-family: "Poppins"; } .entry-content h4, .post-content h4, .page-content h4, #content h4, .type-post h4, .type-page h4, .elementor h4 { font-family: "Poppins"; } .entry-content h5, .post-content h5, .page-content h5, #content h5, .type-post h5, .type-page h5, .elementor h5 { font-family: "Poppins"; } .entry-content h6, .post-content h6, .page-content h6, #content h6, .type-post h6, .type-page h6, .elementor h6 { font-family: "Poppins"; } </style> <!-- Fonts Plugin CSS --> </head> <body class="page-template page-template-visual-builder-template page-template-visual-builder-template-php page page-id-11169 wp-embed-responsive theme-the-core-parent woocommerce-uses-block-theme woocommerce-block-theme-has-button-styles woocommerce-no-js fw-full fw-website-align-center fw-section-space-sm header-1 fw-top-bar-off fw-no-absolute-header fw-top-social-right search-in-menu mobile-menu-item-align-left fw-mobile-menu-position-center fw-top-logo-left fw-logo-image fw-logo-retina fw-animation-mobile-off fw-search-filter-off" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TMVNMT8" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> (function (d, id) { if (d.getElementById(id)) { return; } var js = d.createElement('script'); js.id = id; js.src = 'https://static.beaconproducts.co.uk/js-sdk/production/beaconcrm.min.js'; d.getElementsByTagName('head')[0].appendChild(js); }(document, 'beacon-js-sdk')); </script> <div id="page" class="hfeed site"> <header class="fw-header" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <div class="fw-header-main"> <div class="fw-container"> <a href="#mobile-menu" class="mmenu-link"><i class="fa fa-navicon"></i></a> <div class="fw-wrap-logo"> <a href="https://bda.org.uk/" class="fw-site-logo"> <img src="//bda.org.uk/wp-content/uploads/2018/06/BDA-Logo-230v2.png" alt="British Deaf Association" /> </a> </div> <div class="fw-search fw-mini-search"> <a href="#" class="fw-search-icon"><i class="fa fa-search"></i></a> </div> <div class="fw-nav-wrap" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation"> <nav id="fw-menu-primary" class="fw-site-navigation primary-navigation"><ul id="menu-header-menu" class="fw-nav-menu"><li id="menu-item-6758" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu menu-item-6758"><a href="#" >ABOUT US</a><div class="mega-menu" > <ul class="sub-menu mega-menu-row"> <li id="menu-item-10216" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-10216"> <ul class="sub-menu"> <li id="menu-item-41364" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41364"><a href="https://bda.org.uk/our-manifesto/" >BDA Manifesto</a></li> <li id="menu-item-6140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6140"><a href="https://bda.org.uk/history/what-we-stand-for/" >What we stand for</a></li> <li id="menu-item-11041" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11041"><a href="https://bda.org.uk/work/" >Our Work</a></li> <li id="menu-item-6131" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6131"><a href="https://bda.org.uk/board/" >Board</a></li> <li id="menu-item-37393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37393"><a href="https://bda.org.uk/strategic-vision/" >Strategic Vision</a></li> <li id="menu-item-35121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-35121"><a href="https://bda.org.uk/management-team/" >Management Team</a></li> <li id="menu-item-11006" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11006"><a href="https://bda.org.uk/what-does-the-bda-mean-to-you/" >What the BDA means to you</a></li> <li id="menu-item-6141" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6141"><a href="https://bda.org.uk/history/" >History</a></li> <li id="menu-item-30287" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30287"><a href="https://bda.org.uk/annual-reviews/" >Annual Reviews</a></li> </ul> </li> </ul> </div></li> <li id="menu-item-10219" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu menu-item-10219"><a href="#" >WHAT WE DO</a><div class="mega-menu" > <ul class="sub-menu mega-menu-row"> <li id="menu-item-10222" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-10222"><a href="#" >SIGN LANGUAGE</a> <ul class="sub-menu"> <li id="menu-item-39243" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39243"><a href="https://bda.org.uk/bsl-gcse/" >BSL in GCSE</a></li> <li id="menu-item-30120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30120"><a href="https://bda.org.uk/bsl-act-now/" >BSL Act Now! Campaign</a></li> <li id="menu-item-10611" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-10611"><a href="https://bda.org.uk/project/sign-language-legal-status/" >Legal Status for BSL</a></li> <li id="menu-item-10612" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-10612"><a href="https://bda.org.uk/project/our-work-in-government/" >Our work in Government</a></li> <li id="menu-item-6188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6188"><a href="https://bda.org.uk/help-resources/" >BSL Facts &#038; Resources</a></li> <li id="menu-item-6144" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6144"><a href="https://bda.org.uk/research/" >Research &#038; Consultations</a></li> <li id="menu-item-11457" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11457"><a href="https://signlanguageweek.org.uk/" >Sign Language Week</a></li> <li id="menu-item-38191" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38191"><a href="https://bda.org.uk/national-bsl-day/" >National BSL Day</a></li> </ul> </li> <li id="menu-item-10220" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-10220"><a href="#" >OUR PROJECTS</a> <ul class="sub-menu"> <li id="menu-item-11261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11261"><a href="https://bda.org.uk/community-development/" >Community Development</a></li> <li id="menu-item-10591" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-10591"><a href="https://bda.org.uk/project/bsl-charter/" >BSL Charter</a></li> <li id="menu-item-6756" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-6756"><a href="https://bda.org.uk/project/deafrootspride/" >Deaf Roots &#038; Pride</a></li> <li id="menu-item-21792" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-21792"><a href="https://bda.org.uk/project/family-sign-in-the-home/" >Family Sign in the Home</a></li> <li id="menu-item-29334" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29334"><a href="https://bda.org.uk/signsofourtimes/" >Signs of our times</a></li> <li id="menu-item-10604" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-10604"><a href="https://bda.org.uk/project/advocacy/" >Advocacy Service</a></li> <li id="menu-item-10705" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10705"><a href="https://bda.org.uk/heritage/" >Heritage</a></li> <li id="menu-item-29572" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29572"><a href="https://bda.org.uk/dementiatoolkit/" >Dementia Toolkit</a></li> <li id="menu-item-29812" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29812"><a href="https://bda.org.uk/dementiaresearch/" >Dementia Research</a></li> <li id="menu-item-31915" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31915"><a href="https://bda.org.uk/england-loneliness-project/" >England Loneliness Project</a></li> </ul> </li> <li id="menu-item-10221" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-10221"><a href="#" >VIDEO INFORMATION IN BSL</a> <ul class="sub-menu sub-menu-has-icons"> <li id="menu-item-27271" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-icon menu-item-27271"><a href="https://bda.org.uk/covid19/" ><i class="fa fa-warning"></i><strong>COVID-19</strong></a></li> <li id="menu-item-29019" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29019"><a href="https://bda.org.uk/ni-signathome/" >Family Sign at Home</a></li> <li id="menu-item-11200" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-11200"><a href="https://bda.org.uk/project/healthwellbeing/" >Health &#038; Wellbeing</a></li> <li id="menu-item-10584" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-10584"><a href="https://bda.org.uk/project/hate-crime-project/" >Hate Crime Prevention (Scotland)</a></li> <li id="menu-item-13208" class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio menu-item-13208"><a href="https://bda.org.uk/project/derbyshire-crime-project/" >Derbyshire Crime Project</a></li> <li id="menu-item-27787" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27787"><a href="https://bda.org.uk/leicestershire-covid19/" >Leicestershire Deaf Forum COVID-19 Project</a></li> <li id="menu-item-18038" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18038"><a href="https://bda.org.uk/pip-guide/" >Personal Independence Payment (PIP)</a></li> <li id="menu-item-24342" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24342"><a href="https://bda.org.uk/accesstojustice-bsl/" >Access to Justice</a></li> </ul> </li> </ul> </div></li> <li id="menu-item-10223" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu menu-item-10223"><a href="#" >NEWS &#038; EVENTS</a><div class="mega-menu" > <ul class="sub-menu mega-menu-row"> <li id="menu-item-6366" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children mega-menu-col menu-item-6366"><a href="https://bda.org.uk/news/" >NEWS</a> <ul class="sub-menu sub-menu-has-icons"> <li id="menu-item-27272" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-icon menu-item-27272"></li> <li id="menu-item-6755" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6755"><a href="https://bda.org.uk/category/news/" >All News</a></li> <li id="menu-item-10207" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10207"><a href="https://bda.org.uk/category/news/england/" >England</a></li> <li id="menu-item-10208" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10208"><a href="https://bda.org.uk/category/news/northern-ireland/" >Northern Ireland</a></li> <li id="menu-item-10206" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10206"><a href="https://bda.org.uk/category/news/scotland/" >Scotland</a></li> <li id="menu-item-10209" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10209"><a href="https://bda.org.uk/category/news/wales/" >Wales</a></li> </ul> </li> <li id="menu-item-10224" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-10224"><a href="#" >EVENTS</a> <ul class="sub-menu"> <li id="menu-item-43717" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43717"><a href="https://bda.org.uk/agm-2024/" ><b>AGM Weekend 2024</b></a></li> <li id="menu-item-43903" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-43903"><a href="https://bda.org.uk/iwd-2024/" ><b>IWDP 2024</b></a></li> <li id="menu-item-38192" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38192"><a href="https://bda.org.uk/national-bsl-day/" >National BSL Day</a></li> <li id="menu-item-10210" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10210"><a href="https://bda.org.uk/category/events/" >All Events</a></li> <li id="menu-item-10213" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10213"><a href="https://bda.org.uk/category/events/events-england/" >England</a></li> <li id="menu-item-10212" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10212"><a href="https://bda.org.uk/category/events/events-northern-ireland/" >Northern Ireland</a></li> <li id="menu-item-10211" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10211"><a href="https://bda.org.uk/category/events/events-scotland/" >Scotland</a></li> <li id="menu-item-10214" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-10214"><a href="https://bda.org.uk/category/events/events-wales/" >Wales</a></li> </ul> </li> <li id="menu-item-6378" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-6378"><a href="#" >OTHER</a> <ul class="sub-menu"> <li id="menu-item-6379" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6379"><a target="_blank" href="https://www.britishdeafnews.co.uk" >British Deaf News</a></li> <li id="menu-item-6380" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6380"><a target="_blank" href="https://wfdeaf.org/" >World Federation of the Deaf</a></li> <li id="menu-item-6381" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6381"><a target="_blank" href="https://www.eud.eu/" >European Union of the Deaf</a></li> <li id="menu-item-6382" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6382"><a target="_blank" href="https://www.historypin.org/en/share-the-deaf-visual-archive/" >SHARE: The Deaf Visual Archive</a></li> <li id="menu-item-40343" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-40343"><a href="https://signlanguageweek.org.uk/" >Sign Language Week</a></li> <li id="menu-item-40359" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-40359"><a href="/deaf-awareness-week-2023/" >Deaf Awareness Week</a></li> </ul> </li> </ul> </div></li> <li id="menu-item-6391" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu menu-item-6391"><a href="#" >GET INVOLVED</a><div class="mega-menu" > <ul class="sub-menu mega-menu-row"> <li id="menu-item-6392" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-6392"><a href="#" >SUPPORT US</a> <ul class="sub-menu"> <li id="menu-item-34404" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34404"></li> <li id="menu-item-24530" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24530"><a href="https://bda.org.uk/make-difference/" >Make a difference</a></li> <li id="menu-item-18953" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18953"><a href="https://bda.org.uk/ways-to-donate/" >Ways to Donate</a></li> <li id="menu-item-15189" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15189"><a href="https://bda.org.uk/fundraise-for-bda/" >Fundraise for the BDA</a></li> <li id="menu-item-18957" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18957"><a href="https://bda.org.uk/bda-fundraising-opportunities/" >Fundraising Opportunities</a></li> <li id="menu-item-15187" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15187"><a href="https://bda.org.uk/sending-sponsorship/" >Sending Sponsorship Money</a></li> <li id="menu-item-19554" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19554"><a href="https://bda.org.uk/in-memoriam/" >In-Memoriam Donations</a></li> <li id="menu-item-14937" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14937"><a href="https://bda.org.uk/leaving-gift-will/" >Gifts in Wills</a></li> <li id="menu-item-18898" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18898"></li> <li id="menu-item-15456" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15456"><a href="https://bda.org.uk/our-supporters/" >Our Supporters</a></li> </ul> </li> <li id="menu-item-6394" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-6394"><a href="#" >JOIN US</a> <ul class="sub-menu"> <li id="menu-item-6396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6396"><a href="https://bda.org.uk/current-opportunities/" >Current Job Opportunities</a></li> <li id="menu-item-15378" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15378"><a href="https://bda.org.uk/membership/" >Become a Member</a></li> </ul> </li> <li id="menu-item-6393" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-6393"><a href="#" >MORE FROM US</a> <ul class="sub-menu"> <li id="menu-item-17779" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17779"><a href="https://bda.org.uk/bda-newsletter/" >Newsletter</a></li> </ul> </li> </ul> </div></li> <li id="menu-item-760" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-has-mega-menu menu-item-760"><a href="https://bda.org.uk/contact/" >CONTACT</a><div class="mega-menu" > <ul class="sub-menu mega-menu-row"> <li id="menu-item-6676" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-6676"><a href="#" >GET IN TOUCH</a> <ul class="sub-menu"> <li id="menu-item-6689" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6689"><a href="https://bda.org.uk/contact/" >Contact Form</a></li> <li id="menu-item-10870" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10870"></li> <li id="menu-item-6691" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6691"></li> </ul> </li> <li id="menu-item-6674" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-6674"><a href="#" >OUR OFFICES</a> <ul class="sub-menu"> <li id="menu-item-10712" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10712"><a href="https://bda.org.uk/london-office/" >England &#8211; London</a></li> <li id="menu-item-10711" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10711"><a href="https://bda.org.uk/derby-office/" >England &#8211; Derby</a></li> <li id="menu-item-10708" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10708"><a href="https://bda.org.uk/belfast-office/" >Northern Ireland &#8211; Belfast</a></li> <li id="menu-item-10707" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10707"><a href="https://bda.org.uk/glasgow-office/" >Scotland &#8211; Glasgow</a></li> <li id="menu-item-10706" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10706"><a href="https://bda.org.uk/wales-office/" >Wales &#8211; Cardiff</a></li> </ul> </li> <li id="menu-item-6675" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col menu-item-6675"><a href="#" >SOCIAL MEDIA</a> <ul class="sub-menu"> <li id="menu-item-6686" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6686"><a target="_blank" href="https://twitter.com/BDA_Deaf" >Twitter</a></li> <li id="menu-item-6687" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6687"><a target="_blank" href="https://www.facebook.com/BritishDeafAssociation" >Facebook</a></li> <li id="menu-item-11012" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11012"><a target="_blank" href="https://www.facebook.com/BritishDeafNews" >Facebook &#8211; British Deaf News</a></li> <li id="menu-item-12838" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12838"><a href="https://www.instagram.com/britishdeafassociation/" >Instagram</a></li> <li id="menu-item-12839" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12839"><a href="https://www.linkedin.com/company/british-deaf-association" >Linkedin</a></li> <li id="menu-item-6688" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6688"><a target="_blank" href="https://www.youtube.com/user/BDAcharity" >YouTube</a></li> </ul> </li> </ul> </div></li> <li id="menu-item-24778" class="menu-separator menu-item menu-item-type-custom menu-item-object-custom menu-item-24778"><a href="#" >|</a></li> <li id="menu-item-24780" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24780"><a href="https://bda.org.uk/membership/" ><STRONG>MEMBERSHIP</STRONG></a></li> <li id="menu-item-19630" class="menu-separator menu-item menu-item-type-custom menu-item-object-custom menu-item-19630"><a href="#" >聽|</a></li> <li id="menu-item-24417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24417"><a href="https://bda.org.uk/donate/" ><font color="white">DONATE</font></a></li> </ul></nav> </div> </div> </div> <div class="fw-wrap-search-form fw-form-search-full" role="search"> <form class="fw-search-form" method="get" action="https://bda.org.uk/"> <input type="text" name="s" class="fw-input-search" placeholder="Type &amp; Press Enter"> <div class="fw-submit-wrap"></div> </form> </div> </header> <nav id="mobile-menu"><ul><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu"><a href="#">ABOUT US</a><ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">ABOUT US</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/our-manifesto/">BDA Manifesto</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/history/what-we-stand-for/">What we stand for</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/work/">Our Work</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/board/">Board</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/strategic-vision/">Strategic Vision</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/management-team/">Management Team</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/what-does-the-bda-mean-to-you/">What the BDA means to you</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/history/">History</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/annual-reviews/">Annual Reviews</a></li> </ul></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu"><a href="#">WHAT WE DO</a><ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">SIGN LANGUAGE</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/bsl-gcse/">BSL in GCSE</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/bsl-act-now/">BSL Act Now! Campaign</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/sign-language-legal-status/">Legal Status for BSL</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/our-work-in-government/">Our work in Government</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/help-resources/">BSL Facts &#038; Resources</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/research/">Research &#038; Consultations</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://signlanguageweek.org.uk/">Sign Language Week</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/national-bsl-day/">National BSL Day</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">OUR PROJECTS</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/community-development/">Community Development</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/bsl-charter/">BSL Charter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/deafrootspride/">Deaf Roots &#038; Pride</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/family-sign-in-the-home/">Family Sign in the Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/signsofourtimes/">Signs of our times</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/advocacy/">Advocacy Service</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/heritage/">Heritage</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/dementiatoolkit/">Dementia Toolkit</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/dementiaresearch/">Dementia Research</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/england-loneliness-project/">England Loneliness Project</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">VIDEO INFORMATION IN BSL</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-icon"><a href="https://bda.org.uk/covid19/"><strong>COVID-19</strong></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/ni-signathome/">Family Sign at Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/healthwellbeing/">Health &#038; Wellbeing</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/hate-crime-project/">Hate Crime Prevention (Scotland)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-fw-portfolio"><a href="https://bda.org.uk/project/derbyshire-crime-project/">Derbyshire Crime Project</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/leicestershire-covid19/">Leicestershire Deaf Forum COVID-19 Project</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/pip-guide/">Personal Independence Payment (PIP)</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/accesstojustice-bsl/">Access to Justice</a></li> </ul></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu"><a href="#">NEWS &#038; EVENTS</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children mega-menu-col"><a href="https://bda.org.uk/news/">NEWS</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-icon"><a href="https://bda.org.uk/covid19/"><strong>COVID-19</strong></a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/news/">All News</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/news/england/">England</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/news/northern-ireland/">Northern Ireland</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/news/scotland/">Scotland</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/news/wales/">Wales</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">EVENTS</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/agm-2024/"><b>AGM Weekend 2024</b></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/iwd-2024/"><b>IWDP 2024</b></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/national-bsl-day/">National BSL Day</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/events/">All Events</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/events/events-england/">England</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/events/events-northern-ireland/">Northern Ireland</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/events/events-scotland/">Scotland</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://bda.org.uk/category/events/events-wales/">Wales</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">OTHER</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.britishdeafnews.co.uk">British Deaf News</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://wfdeaf.org/">World Federation of the Deaf</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.eud.eu/">European Union of the Deaf</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.historypin.org/en/share-the-deaf-visual-archive/">SHARE: The Deaf Visual Archive</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://signlanguageweek.org.uk/">Sign Language Week</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="/deaf-awareness-week-2023/">Deaf Awareness Week</a></li> </ul></li></ul></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-has-mega-menu"><a href="#">GET INVOLVED</a><ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">SUPPORT US</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/rac2022/">Remember A Charity Week 2022</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/make-difference/">Make a difference</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/ways-to-donate/">Ways to Donate</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/fundraise-for-bda/">Fundraise for the BDA</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/bda-fundraising-opportunities/">Fundraising Opportunities</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/sending-sponsorship/">Sending Sponsorship Money</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/in-memoriam/">In-Memoriam Donations</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/leaving-gift-will/">Gifts in Wills</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/?page_id=20">BDA Shop</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/our-supporters/">Our Supporters</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">JOIN US</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/current-opportunities/">Current Job Opportunities</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/membership/">Become a Member</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">MORE FROM US</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/bda-newsletter/">Newsletter</a></li> </ul></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-has-mega-menu"><a href="https://bda.org.uk/contact/">CONTACT</a><ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">GET IN TOUCH</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/contact/">Contact Form</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#">07795 410 724 (SMS)</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#">Oovoo/Skype</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">OUR OFFICES</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/london-office/">England &#8211; London</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/derby-office/">England &#8211; Derby</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/belfast-office/">Northern Ireland &#8211; Belfast</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/glasgow-office/">Scotland &#8211; Glasgow</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/wales-office/">Wales &#8211; Cardiff</a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children mega-menu-col"><a href="#">SOCIAL MEDIA</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://twitter.com/BDA_Deaf">Twitter</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.facebook.com/BritishDeafAssociation">Facebook</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.facebook.com/BritishDeafNews">Facebook &#8211; British Deaf News</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.instagram.com/britishdeafassociation/">Instagram</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.linkedin.com/company/british-deaf-association">Linkedin</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://www.youtube.com/user/BDAcharity">YouTube</a></li> </ul></li></ul></li><li class="menu-separator menu-item menu-item-type-custom menu-item-object-custom"><a href="#">|</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/membership/"><STRONG>MEMBERSHIP</STRONG></a></li><li class="menu-separator menu-item menu-item-type-custom menu-item-object-custom"><a href="#">聽|</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://bda.org.uk/donate/"><font color="white">DONATE</font></a></li></ul></nav> <div id="main" class="site-main"> <div class="fw-page-builder-content"><section class="fw-main-row-custom fw-main-row-top fw-section-no-padding auto fw-section-position-back tf-sh-0239228ae13be999369b44ed97e19873 section-gallery-top set-1" > <div class="fw-container" > <div class="fw-row"> <div id="column-674b30afefc9f" class="fw-col-sm-12 fw-mobile-hide-element tf-sh-d12557fa07f347675429ad039417faa6 fw-col-no-padding" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space fw-custom-space clearfix" style="height:20px;" ></div> </div> </div> </div></div> <div class="fw-row"> <div id="column-674b30aff0015" class="fw-col-sm-12 tf-sh-34235ea5b2a6ffbca34649a27f007c72 column-1 fw-col-no-padding" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-heading fw-heading-left fw-heading-with-subtitle fw-animated-element tf-sh-849ae527bba5c9946eddeec09fee16c5" data-animation-type="fadeInUp" data-animation-delay="200"> <h2 class="fw-special-title">ACCESSIBILITY</h2> <div class="fw-special-subtitle"><br>We are committed to providing a website that is accessible to the widest possible audience, regardless of technology or ability.</div> </div> <div class="fw-divider tf-sh-10a594df5d66982bcf65945f1f74429f fw-animated-element fw-divider-align-left fw-line-solid fw-divider-line " data-animation-type="fadeInUp" data-animation-delay="200" style="width:86px; padding-top:40px; margin-bottom:1px; border-color:#d3d3d3;" ></div> </div> </div> </div></div> <div class="fw-row"> <div id="column-674b30aff05d5" class="fw-col-sm-12 tf-sh-ca55288defb74c9f68f6f4436474604c column-4 fw-col-no-padding" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-text-box tf-sh-21d71417d568e08ce067326bd3ad30a4 fw-animated-element" data-animation-type="fadeInUp" data-animation-delay="200"> <div class="fw-text-inner"> <p>We are actively working to increase the accessibility and usability of our website and in doing so adhere to many of the available standards and guidelines.</p> <p>This website endeavours to conform to level Double-A of the World Wide Web Consortium W3C <a href="http://www.w3.org/TR/WCAG20/" target="_blank">Web Content Accessibility Guidelines 2.0</a>.</p> <p>These guidelines explain how to make web content more accessible for people with disabilities. Conformance with these guidelines will help make the web more user friendly for all people.</p> <p>This site has been built using code compliant with W3C standards for HTML and CSS. The site displays correctly in current browsers and using standards compliant HTML/CSS code means any future browsers will also display it correctly.</p> <p>Whilst we strive to adhere to the accepted guidelines and standards for accessibility and usability, it is not always possible to do so in all areas of the website.</p> <p>We are continually seeking out solutions that will bring all areas of the site up to the same level of overall web accessibility. In the meantime should you experience any difficulty in accessing the our website, please don鈥檛 hesitate to <a href="/contact/">contact us</a>.</p> <h4>Browser Tools</h4> <p>Most modern browsers all share the most common accessibility tools, here is a list of useful features:</p> <p><strong>Incremental Search</strong><br />Incremental search allows you to progressively search a web page for a particular word or phrase on a page. To enable this on your browser, press and hold ALT and then tap F . This will open聽a box to type your search into. As you type, the matches will be highlighted on the page for you.</p> <p><strong>Spatial Navigation</strong><br />Hitting tab will jump you to each of the items you can interact with on any page. Holding the SHIFT key and then pressing tab will take you to the previous item.</p> <p><strong>Caret Navigation (Internet explorer and firefox only)<br /></strong>Instead of聽 using a mouse to select text and move around within a webpage, you can use standard navigation keys on your keyboard : Home, End, Page Up, Page Down &amp; the arrow keys. This feature聽 is named after the caret, or cursor, that appears when you edit a document.</p> <p>To turn this feature on, press the F7 key at the top of your keyboard and choose whether to enable the caret on the tab you are viewing or all your tabs.</p> <p><strong>Space bar<br /></strong>Pressing the space bar on a web page will move the page you are viewing down to the next visible part of the page.</p> <p><strong>Text fonts</strong><br />Depending on your browser, you can override all fonts on the site to one that is easier for you to read.</p> <p><strong>Enlarge your view</strong><br />You can activate the browser zoom via these keyboard shortcuts:</p> <ul> <li><a title="Zoom in Firefox" href="https://support.mozilla.org/en-US/kb/change-fonts-and-colors-websites-use#w_changing-font">Firefox</a></li> <li><a title="Zoom in Google Chrome" href="https://support.google.com/chrome/answer/95416?hl=en-GB">Chrome</a></li> <li><a title="Zoom in Safari" href="http://www.cnet.com/uk/news/zooming-options-for-safari-in-os-x/">Safari</a></li> <li><a href="http://windows.microsoft.com/en-gb/windows/zoom-webpage#1TC=windows-7">Internet聽Explorer</a></li> </ul> </div> </div><div class="fw-divider-space fw-custom-space clearfix" style="height:40px;" ></div> </div> </div> </div></div> </div> </section><section class="fw-main-row auto fw-section-position-back" > <div class="fw-container" > <div class="fw-row"> <div id="column-674b30aff0e60" class="fw-col-sm-12 tf-sh-114acd66b5f14685515a1d125b484c84" > <div class="fw-wrap-col-inner clearfix " > <div class="fw-col-inner"> <div class="fw-divider-space space-md clearfix" ></div> </div> </div> </div></div> </div> </section></div> </div><!-- /.site-main --> <!-- Footer --> <footer id="colophon" class="site-footer fw-footer " itemscope="itemscope" itemtype="https://schema.org/WPFooter"> <div class="fw-footer-widgets footer-cols-3"> <div class="fw-inner"> <div class="fw-container"> <div class="fw-row"> <div class="fw-col-md-4 fw-col-sm-4"> <aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><p> </p> </div></aside><aside id="media_image-3" class="widget widget_media_image"><img width="200" height="61" src="https://bda.org.uk/wp-content/uploads/2018/01/FR_RegLogo_WO_HR-Optimized.png" class="image wp-image-15270 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" /></aside> </div> <div class="fw-col-md-4 fw-col-sm-4"> <aside id="text-2" class="widget widget_text"><h2 class="widget-title"><span>BDA Head Office</span></h2> <div class="textwidget"><p>We welcome your feedback and comments. Please feel free to get in touch:</p> <p><em style="color: #fff;">Email:<a href="mailto:bda@bda.org.uk?Subject=Enquiry from the Website" target="_top"> bda@bda.org.uk</a><br /></em></p> </div> </aside> </div> <div class="fw-col-md-4 fw-col-sm-4"> <aside id="text-5" class="widget widget_text"><h2 class="widget-title"><span>USEFUL LINKS</span></h2> <div class="textwidget"><p><a style="color: #f8f8f8;" href="/accessibility/">Accessibility<br /> </a><a style="color: #f8f8f8;" href="/privacy-policy/">Privacy Policy</a><br /> <a style="color: #f8f8f8;" href="/complaints-procedure/">Complaints Procedure</a><br /> <a style="color: #f8f8f8;" href="/my-donations/">My Donations<br /> </a><a style="color: #f8f8f8;" href="https://www.britishdeafnews.co.uk/" target="_blank" rel="noopener"><strong>British Deaf News</strong></a></p> </div> </aside> </div> </div> </div> </div> </div> <div class="fw-footer-bar fw-copyright-right"> <div class="fw-container"> <div class="fw-footer-social"><a target="_blank" href="http://twitter.com/bda_deaf"><i class="fa fa-twitter"></i></a><a target="_blank" href="http://facebook.com/BritishDeafAssociation"><i class="fa fa-facebook-f"></i></a><a target="_blank" href="https://www.linkedin.com/company/british-deaf-association"><i class="fa fa-linkedin"></i></a></div> <div class="fw-copyright"><p>Registered charity - England and Wales (1031687) and Scotland (SC042409) Company No: 2881497 (England and Wales) - <em>Copyright British Deaf Association 2024</em></p></div> </div> </div> </footer> </div><!-- /#page --> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <script> jQuery(document).ready(function($) { var max_height = 0; $('.equal-height .fw-col-inner').each(function() { if ($(this).height() > max_height) { max_height = $(this).height(); } }); $('.equal-height .fw-col-inner').height(max_height); }); </script> <script>var ajaxRevslider;function rsCustomAjaxContentLoadingFunction(){ajaxRevslider=function(obj){var content='',data={action:'revslider_ajax_call_front',client_action:'get_slider_html',token:'41551fa7c6',type:obj.type,id:obj.id,aspectratio:obj.aspectratio};jQuery.ajax({type:'post',url:'https://bda.org.uk/wp-admin/admin-ajax.php',dataType:'json',data:data,async:false,success:function(ret,textStatus,XMLHttpRequest){if(ret.success==true)content=ret.data;},error:function(e){console.log(e);}});return content;};var ajaxRemoveRevslider=function(obj){return jQuery(obj.selector+' .rev_slider').revkill();};if(jQuery.fn.tpessential!==undefined)if(typeof(jQuery.fn.tpessential.defaults)!=='undefined')jQuery.fn.tpessential.defaults.ajaxTypes.push({type:'revslider',func:ajaxRevslider,killfunc:ajaxRemoveRevslider,openAnimationSpeed:0.3});}var rsCustomAjaxContent_Once=false;if(document.readyState==="loading")document.addEventListener('readystatechange',function(){if((document.readyState==="interactive"||document.readyState==="complete")&&!rsCustomAjaxContent_Once){rsCustomAjaxContent_Once=true;rsCustomAjaxContentLoadingFunction();}});else{rsCustomAjaxContent_Once=true;rsCustomAjaxContentLoadingFunction();}</script> <script> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <!-- <link rel='stylesheet' id='wc-blocks-style-css' href='https://bda.org.uk/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-9.4.2' media='all' /> --> <!-- <link rel='stylesheet' id='rs-plugin-settings-css' href='//bda.org.uk/wp-content/plugins/revslider/sr6/assets/css/rs6.css?ver=6.7.14' media='all' /> --> <link rel="stylesheet" type="text/css" href="//bda.org.uk/wp-content/cache/wpfc-minified/6y3m6lob/g0h7k.css" media="all"/> <style id='rs-plugin-settings-inline-css'> .tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902} </style> <script src="//bda.org.uk/wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js?ver=6.7.14" defer id="tp-tools-js"></script> <script src="//bda.org.uk/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js?ver=6.7.14" defer id="revmin-js"></script> <script src="https://bda.org.uk/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.4.2" id="sourcebuster-js-js"></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/bda.org.uk\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script src="https://bda.org.uk/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.4.2" id="wc-order-attribution-js"></script> <script src="https://bda.org.uk/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/jquery.carouFredSel-6.2.1-packed.js?ver=1.0.42" id="carouFredSel-js"></script> <script src="https://bda.org.uk/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6-wc.9.4.2" id="prettyPhoto-js" defer data-wp-strategy="defer"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/jquery.customInput.js?ver=1.0.42" id="customInput-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/scrollTo.min.js?ver=1.0.42" id="scrollTo-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/jquery.mmenu.min.all.js?ver=1.0.42" id="mmenu-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/selectize.min.js?ver=1.0.42" id="selectize-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/jquery.parallax.js?ver=1.0.42" id="parallax-js"></script> <script src="https://bda.org.uk/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3" id="jquery-effects-core-js"></script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/lazysizes.min.js?ver=1.0.42" id="lazysizes-js"></script> <script id="general-js-extra"> var FwPhpVars = {"disable_anchor_id":"false","mmenu_title":"Menu","back":"Back","lang":"en","ajax_url":"https:\/\/bda.org.uk\/wp-admin\/admin-ajax.php","template_directory":"https:\/\/bda.org.uk\/wp-content\/themes\/the-core-parent","previous":"Previous","next":"Next","fail_form_error":"Sorry you are an error in ajax, please contact the administrator of the website","smartphone_animations":"no","mobile_menu_position":"left","mobile_menu_page_dim":"page-dim-none","mobile_menu_border_style":"indent","header_5_position":"left","header_6_position":"left","mobile_menu_screen":"1199","effect_panels":"mm-effect-panels-left-right","effect_listitems_slide":"effect-listitems-slide","sticky_resolution":"767","sticky_logo":"","socials":"<div class=\"mobile-menu-socials\"><a target=\"_blank\" href=\"http:\/\/twitter.com\/bda_deaf\"><i class=\"fa fa-twitter\"><\/i><\/a><a target=\"_blank\" href=\"http:\/\/facebook.com\/BritishDeafAssociation\"><i class=\"fa fa-facebook-f\"><\/i><\/a><a target=\"_blank\" href=\"https:\/\/www.linkedin.com\/company\/british-deaf-association\"><i class=\"fa fa-linkedin\"><\/i><\/a><\/div>"}; </script> <script src="https://bda.org.uk/wp-content/themes/the-core-parent/js/general.js?ver=1.0.42" id="general-js"></script> <script src="https://bda.org.uk/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/core.js?ver=6.7.1" id="fw-shortcode-section-formstone-core-js"></script> <script src="https://bda.org.uk/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/transition.js?ver=6.7.1" id="fw-shortcode-section-formstone-transition-js"></script> <script src="https://bda.org.uk/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.js?ver=6.7.1" id="fw-shortcode-section-formstone-background-js"></script> <script src="https://bda.org.uk/wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.init.js?ver=6.7.1" id="fw-shortcode-section-js"></script> <script src="https://stats.wp.com/e-202448.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script id="jetpack-stats-js-after"> _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"127966501\",\"post\":\"11169\",\"tz\":\"0\",\"srv\":\"bda.org.uk\",\"j\":\"1:14.0\"}") ]); _stq.push([ "clickTrackerInit", "127966501", "11169" ]); </script> </body> </html><!-- WP Fastest Cache file was created in 6.7820410728455 seconds, on 30-11-24 15:35:12 --><!-- via php -->

Pages: 1 2 3 4 5 6 7 8 9 10