CINXE.COM

Royal Maritime Hotel Easter trivia competition

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.royalmaritimehotel.co.uk/', AccountUUID: 'e49be9d8fdca493cb558123698298376', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '77586e93', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Wed Nov 20 15:45:34 UTC 2024', ExternalUid: 'B7F45057B073DC68E10000000A010257', IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'easter-trivia-competition', InitialPageUuid: 'd30bf446a306480daecd5e1adf419026', InitialPageId: '1165066689', InitialEncodedPageAlias: 'ZWFzdGVyLXRyaXZpYS1jb21wZXRpdGlvbg==', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '49480', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'store', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '/store', StoreId: '93312775', StoreVersion: 2, StoreBaseUrl: '/store', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'royalmaritimehotel', HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en-gb', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: -1, NavbarLiveHomePage: 'https://www.royalmaritimehotel.co.uk/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '209', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <script> try { if ( navigator.serviceWorker && navigator.serviceWorker.getRegistrations && location.protocol === 'https:' ) { // remove all service workers navigator.serviceWorker .getRegistrations() .then(function (registrations) { if (registrations && registrations.length) { console.log('unregistering service workers'); registrations.forEach(function (registration) { registration.unregister(); }); } }); // clear caches if (caches) { caches.keys().then(function (keyList) { if (keyList && keyList.length) { console.log('deleting caches'); keyList.forEach(function (key) { if (key && key.indexOf('druntime') === 0) { caches.delete(key); } }); } }); } } } catch (err) { // not a secured location } </script> <link rel="canonical" href="https://www.royalmaritimehotel.co.uk/easter-trivia-competition"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/77586e93/dms3rep/multi/Royal+Maritime+Hotel+Favicon.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/77586e93/site_favicon_16_1673256732516.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- Prefetch Ecwid Javascript to speed up loading --> <link rel="prefetch" href="https://app.multiscreenstore.com/script.js?93312775"></link> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Abril+Fatface:ital,wght@0,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;subset=latin-ext&amp;display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/832109129a5238cda9e6589ef579cac2.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="easter-trivia-competition"] #dm [data-show-on-page-only="easter-trivia-competition"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/77586e93/files/77586e93_1.min.css?v=1854" id="siteGlobalCss" /> <!-- additional css file per platform --> <link type="text/css" rel="stylesheet" href="/_dm/s/rt/css/yell/yell-runtime.css?version=2024-11-21T13_48_18" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody *.u_1869744900:before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody *.u_1869744900.before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody div.u_1333047245 { background-color:rgba(255,255,255,1) !important; } *#dm *.dmBody div.u_1869744900:before { background-color:rgba(0,0,0,1) !important; opacity:0.35 !important; } *#dm *.dmBody div.u_1869744900.before { background-color:rgba(0,0,0,1) !important; opacity:0.35 !important; } *#dm *.dmBody *.u_1953387528:before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody *.u_1953387528.before { opacity:0.5 !important; background-color:rgb(255,255,255) !important; } *#dm *.dmBody div.u_1953387528:before { background-color:rgba(0,0,0,1) !important; opacity:0.46 !important; } *#dm *.dmBody div.u_1953387528.before { background-color:rgba(0,0,0,1) !important; opacity:0.46 !important; } *#dm *.dmBody *.u_1877675001 *.dmformsubmit { float:LEFT !important; } *#dm *.dmBody div.u_1877675001 *.dmforminput label { color:rgba(49,49,49,1) !important; } *#dm *.dmBody div.u_1877675001 input:not([type="submit"]) { border-bottom-width:1px !important; border-bottom-style:solid !important; border-bottom-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1877675001 textarea { border-bottom-width:1px !important; border-bottom-style:solid !important; border-bottom-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1877675001 select { border-bottom-width:1px !important; border-bottom-style:solid !important; border-bottom-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1877675001 *.dmwidget-title { color:rgba(0,0,0,1) !important; } *#dm *.dmBody *.u_1877675001 .dmwidget-title { text-align:LEFT !important; } *#dm *.dmBody div.u_1953387528 { background-repeat:no-repeat !important; background-image:none !important; background-color:rgba(255,255,255,1) !important; } *#dm *.dmBody div.u_1528459856 *.dmforminput label { color:rgba(49,49,49,1) !important; } *#dm *.dmBody div.u_1528459856 input:not([type="submit"]) { border-bottom-width:1px !important; border-bottom-style:solid !important; border-bottom-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1528459856 textarea { border-bottom-width:1px !important; border-bottom-style:solid !important; border-bottom-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1528459856 select { border-bottom-width:1px !important; border-bottom-style:solid !important; border-bottom-color:rgba(0,0,0,1) !important; } *#dm *.dmBody div.u_1528459856 *.dmwidget-title { color:rgba(0,0,0,1) !important; } *#dm *.dmBody *.u_1528459856 .dmwidget-title { text-align:LEFT !important; } *#dm *.dmBody *.u_1528459856 *.dmformsubmit { float:LEFT !important; } *#dm *.dmBody *.u_1388439478 { width:100% !important; } *#dm *.dmBody div.u_1869744900 { background-color:rgba(255,255,255,1) !important; background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/Tower+Sunset+2023-2880w.jpg) !important; } *#dm *.dmBody *.u_1206864574 { width:100% !important; } </style> <style id="pagestyleDevice" type="text/css"> *#dm *.dmBody div.u_1877675001 *.dmformsubmit { width:99px !important; } *#dm *.dmBody div.u_1877675001 *.dmwidget-title { font-size:32px !important; } *#dm *.dmBody div.u_1877675001 { float:none !important; top:0 !important; left:0 !important; width:482px !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; display:block !important; margin-right:auto !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; } *#dm *.dmBody div.u_1953387528 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:120px !important; padding-left:40px !important; padding-bottom:0 !important; max-width:none !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; background-attachment:fixed !important; background-size:cover !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1097339922 { padding-top:0 !important; padding-bottom:0 !important; padding-right:0 !important; padding-left:0 !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; } *#dm *.dmBody div.u_1528459856 *.dmwidget-title { font-size:32px !important; } *#dm *.dmBody div.u_1528459856 { float:none !important; top:0 !important; left:0 !important; width:482px !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; display:block !important; margin-right:auto !important; margin-left:0 !important; margin-top:0 !important; margin-bottom:0 !important; } *#dm *.dmBody div.u_1528459856 *.dmformsubmit { width:92px !important; } *#dm *.dmBody div.u_1961381393 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1043278647 { float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important; } *#dm *.dmBody div.u_1869744900 { float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:320px !important; padding-left:40px !important; padding-bottom:320px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:center !important; background-attachment:initial !important; background-size:cover !important; background-position:50% 0 !important; background-repeat:no-repeat !important; } *#dm *.dmBody div.u_1333047245 { padding-top:0px !important; padding-bottom:67px !important; float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-left:0px !important; max-width:100% !important; padding-right:0px !important; min-width:0 !important; text-align:left !important; margin-right:0px !important; margin-left:0px !important; margin-top:0px !important; margin-bottom:0px !important; } *#dm *.dmBody div.u_1388439478 { width:calc(100% - 111px) !important; height:auto !important; float:none !important; top:0px !important; left:0px !important; position:relative !important; padding-top:0px !important; padding-left:0px !important; padding-bottom:0px !important; margin-right:0px !important; margin-left:111px !important; max-width:957px !important; margin-top:0px !important; margin-bottom:0px !important; padding-right:0px !important; min-width:25px !important; text-align:left !important; } *#dm *.dmBody div.u_1828728022 { display:block !important; float:none !important; top:0px !important; left:0px !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0px !important; padding-bottom:2px !important; max-width:582px !important; padding-right:0px !important; min-width:25px !important; margin-right:0px !important; margin-left:0px !important; margin-top:0px !important; margin-bottom:8px !important; } *#dm *.dmBody div.u_1206864574 { width:calc(100% - 0px) !important; float:none !important; top:0 !important; left:0 !important; position:relative !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:294px !important; margin-top:12px !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-15, .size-15, .size-15 > font { font-size: 15px !important; }.font-size-32, .size-32, .size-32 > font { font-size: 32px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-12, .size-12, .size-12 > font { font-size: 12px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="fontFallbacks"> @font-face { font-family: "PT Serif Fallback"; src: local('Arial'); ascent-override: 103.293%; descent-override: 28.4329%; size-adjust: 100.5876%; line-gap-override: 0%; }@font-face { font-family: "Abril Fatface Fallback"; src: local('Arial'); ascent-override: 102.6391%; descent-override: 28.2306%; size-adjust: 103.0796%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "DM Sans Fallback"; src: local('Arial'); ascent-override: 94.3696%; descent-override: 29.4905%; size-adjust: 105.1186%; line-gap-override: 0%; }@font-face { font-family: "Open Sans Fallback"; src: local('Arial'); ascent-override: 101.1768%; descent-override: 27.7323%; size-adjust: 105.6416%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.royalmaritimehotel.co.uk//feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.royalmaritimehotel.co.uk//feed/atom"/> <meta property="og:type" content="website"/> <title> Royal Maritime Hotel Easter trivia competition </title> <meta name="description" content="Enter our Easter trivia competition for a chance to win a stay with us at the Royal Maritime Hotel in Portsmouth. Free entry - find out more!"/> <meta name="keywords" content="hotel in portsmouth, dockyard hotel portsmouth, wedding hotel portsmouth, maritime hotel portsmouth,"/> <!--THE CONTENT OF THIS FILE WILL BE APPENDED TO EVERY PAGE INSIDE THE </HEAD> ELEMENT--> <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-5STV79SK'); </script> <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-NGCD9QNM'); </script> <meta name="google-site-verification" content="73ZGzt8Je_AAQHAFgsLaLH3vp1-7x6O6QQNt4JbWbQU"/> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '603757013339091'); fbq('track', 'PageView'); fbq('track', 'ViewContent'); fbq('track', 'Purchase', {value: '0.00', currency: 'GBP'}); </script> <!-- End Facebook Pixel Code --> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Royal Maritime Hotel Easter trivia competition"/> <meta name="twitter:description" content="Enter our Easter trivia competition for a chance to win a stay with us at the Royal Maritime Hotel in Portsmouth. Free entry - find out more!"/> <meta property="og:description" content="Enter our Easter trivia competition for a chance to win a stay with us at the Royal Maritime Hotel in Portsmouth. Free entry - find out more!"/> <meta property="og:title" content="Royal Maritime Hotel Easter trivia competition"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="easter-trivia-competition" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite mac safariFix dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations hasStickyHeader dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" mini-header-show-only-navigation-row="true"> <div dm:templateorder="75" class="dmHeaderResp dmHeaderStack" id="1471558050"> <div class="u_row-nav dmRespRow dmHeaderContent freeHeaderRow1 fullBleedChanged fullBleedMode" id="row-nav" data-anchor-target="#row-nav" data-top="width:100%"> <div class="dmRespColsWrapper clearfix" id="nav-wrapper"> <div class="u_freeHeaderRow1-col1 dmRespCol small-4 dmHeaderCol1 imageMode large-4 medium-4" id="freeHeaderRow1-col1"> <div class="u_1175101531 imageWidget" data-widget-type="image" id="1175101531" data-element-type="image"> <a href="/" id="1199955191" class="u_1199955191"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/RMH_Logo_RGB_Secondary_Landscape_hotelonly_transparent_white-b07a00bc-6e3171b9-1920w.png" id="1416848359" class="u_1416848359" dm_changed="true" alt="ROYAL MARITIME CLUB logo" data-dm-image-path="https://irp.cdn-website.com/77586e93/dms3rep/multi/RMH_Logo_RGB_Secondary_Landscape_hotelonly_transparent_white-b07a00bc-6e3171b9.png" width="1699" height="343" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_nav-col dmRespCol small-8 large-8 medium-8" id="nav-col"> <div class="u_1299942656 dmNewParagraph" id="1299942656" style="transition: none 0s ease 0s; display: block; line-height: initial; text-align: right;" data-version="5"><p class="text-align-center size-15"><span class="font-size-15" style="font-weight:400;display:initial;font-family:Lato, 'Lato Fallback';"><span class="font-size-15" style="font-weight:400;display:initial;font-family:Lato, 'Lato Fallback';">Queen Street, Portsmouth, Hampshire, PO1 3HS&nbsp; |</span> </span><a href="tel:+442392982182" target="_blank" class="font-size-15" style="color:rgb(145, 120, 61);font-weight:400;display:initial;font-family:Lato, 'Lato Fallback';">023 9298 2182</a></p></div></div> </div> </div> <div class="dmRespRow u_1381688975" id="1381688975"> <div class="dmRespColsWrapper" id="1563065002"> <div class="dmRespCol large-12 medium-12 small-12" id="1360386929"> <nav class="u_1842964808 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1842964808" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-history" class="unifiednav__item dmUDNavigationItem_010101349774 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About " data-auto="page-text-style">About<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/membership" class="unifiednav__item dmUDNavigationItem_010101583917 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Membership " data-auto="page-text-style">Membership<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/portsmouth-attractions" class="unifiednav__item dmUDNavigationItem_010101703975 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Attractions " data-auto="page-text-style">Attractions<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-the-team" class="unifiednav__item dmUDNavigationItem_010101161878 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Meet the team " data-auto="page-text-style">Meet the team<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/explore-the-area" class="unifiednav__item dmUDNavigationItem_010101588233 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Explore The Area " data-auto="page-text-style">Explore The Area<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/careers" class="unifiednav__item dmUDNavigationItem_010101942023 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Careers " data-auto="page-text-style">Careers<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/charity-work" class="unifiednav__item dmUDNavigationItem_010101338573 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Charity work " data-auto="page-text-style">Charity work<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/sustainability" class="unifiednav__item dmUDNavigationItem_010101681874 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Sustainability " data-auto="page-text-style">Sustainability<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/accomodation" class="unifiednav__item dmUDNavigationItem_010101277291 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Rooms " data-auto="page-text-style">Rooms<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/tariffs" class="unifiednav__item dmUDNavigationItem_010101289649 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Tariffs " data-auto="page-text-style">Tariffs<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/weddings" class="unifiednav__item dmUDNavigationItem_010101657171 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Weddings " data-auto="page-text-style">Weddings<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/restaurant" class="unifiednav__item dmUDNavigationItem_010101508396 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Eat & Drink" data-auto="page-text-style">Eat &amp; Drink<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/event-rooms" class="unifiednav__item dmUDNavigationItem_010101338679 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Event Hire " data-auto="page-text-style">Event Hire<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/conference-venue" class="unifiednav__item dmUDNavigationItem_010101859153 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Conference Venue " data-auto="page-text-style">Conference Venue<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/celebration-venue" class="unifiednav__item dmUDNavigationItem_010101228624 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Celebration Venue " data-auto="page-text-style">Celebration Venue<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/venue-hire-availability" class="unifiednav__item dmUDNavigationItem_010101731723 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Venue Hire Availability " data-auto="page-text-style">Venue Hire Availability<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/royal-navy-reunions" class="unifiednav__item dmUDNavigationItem_010101215685 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Armed Forces Reunions " data-auto="page-text-style">Armed Forces Reunions<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/hotel-facilities" class="unifiednav__item dmUDNavigationItem_010101703907 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Facilities " data-auto="page-text-style">Facilities<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/dining" class="unifiednav__item dmUDNavigationItem_010101701503 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Dining " data-auto="page-text-style">Dining<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leisure-facilities" class="unifiednav__item dmUDNavigationItem_010101280649 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Leisure Facilities " data-auto="page-text-style">Leisure Facilities<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/hotel-offers-portsmouth-events" class="unifiednav__item dmUDNavigationItem_010101246647 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" News & Offers " data-auto="page-text-style">News &amp; Offers<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://royalmaritimehotel.guestvoucher.co.uk/product/939/royal-maritime-hotel-gift-voucher" class="unifiednav__item dmUDNavigationItem_010101964163 " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gift Vouchers " data-auto="page-text-style">Gift Vouchers<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/all-aboard-for-murder" class="unifiednav__item dmUDNavigationItem_010101782558 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" All Aboard for Murder " data-auto="page-text-style">All Aboard for Murder<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/murder-mystery-2025" class="unifiednav__item dmUDNavigationItem_010101403383 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Murder Mystery at the Movies 2025" data-auto="page-text-style">Murder Mystery at the Movies 2025<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/travel-agents" class="unifiednav__item dmUDNavigationItem_010101594699 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Travel Agents " data-auto="page-text-style">Travel Agents<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/easter-trivia-competition" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_01010150500 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Trivia Competition " data-auto="page-text-style">Trivia Competition<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/trafalgar-nights" class="unifiednav__item dmUDNavigationItem_010101449557 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Trafalgar Nights " data-auto="page-text-style">Trafalgar Nights<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/trafalgar-night-2025" class="unifiednav__item dmUDNavigationItem_010101632099 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Trafalgar Night 2025 " data-auto="page-text-style">Trafalgar Night 2025<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/party-nights" class="unifiednav__item dmUDNavigationItem_010101148794 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Party Nights " data-auto="page-text-style">Party Nights<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/comedy-nights" class="unifiednav__item dmUDNavigationItem_010101924293 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Tribute Nights - Tina Turner " data-auto="page-text-style">Tribute Nights - Tina Turner<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/christmas-parties-2024" class="unifiednav__item dmUDNavigationItem_010101989540 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Christmas Parties 2024 " data-auto="page-text-style">Christmas Parties 2024<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101521150 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Special Room Rates & Promotions " data-auto="page-text-style">Special Room Rates &amp; Promotions<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/family_holiday_breaks_2025" class="unifiednav__item dmUDNavigationItem_010101879558 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Family Holiday Breaks 2025 " data-auto="page-text-style">Family Holiday Breaks 2025<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/Winter_warmer_2025" class="unifiednav__item dmUDNavigationItem_010101579545 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Winter Warmer 2025 " data-auto="page-text-style">Winter Warmer 2025<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/sun-fun-2024" class="unifiednav__item dmUDNavigationItem_010101881177 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Shop Till You Drop" data-auto="page-text-style">Shop Till You Drop<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/historic-docklands-break" class="unifiednav__item dmUDNavigationItem_010101189049 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Be my Valentine" data-auto="page-text-style">Be my Valentine<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101957117 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">Trivia Competition</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_easter-trivia-competition dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1869744900 dmRespRow dmSectionNoParallax" style="text-align: center;" id="1869744900"> <div class="dmRespColsWrapper" id="1926411335"> <div class="u_1681106153 dmRespCol small-12 medium-12 large-12" id="1681106153" data-anim-desktop="fadeInUp"> <span id="1918744362"></span> </div> </div> </div> <div class="dmRespRow" id="1029178059"> <div class="dmRespColsWrapper" id="1516542196"> <div class="dmRespCol large-12 medium-12 small-12" id="1258519143"> <div class="u_1206864574 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1206864574"> <a id="1582421562" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/bedroom+suite-1920w.JPG" alt="" id="1003443542" class="" data-dm-image-path="https://irp.cdn-website.com/77586e93/dms3rep/multi/bedroom+suite.JPG" width="1920" height="1280" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1953387528 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1953387528"> <div class="dmRespColsWrapper" id="1751832598"> <div class="u_1728048431 dmRespCol small-12 medium-12 large-12" id="1728048431"> <div class="u_1828728022 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1828728022" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="m-size-25 size-32"><span class="font-size-32 m-font-size-25" m-font-size-set="true" style="color: rgb(0, 0, 0); display: initial;">THE ROYAL MARITIME AUTUMN TRIVIA COMPETITION</span></h3> </div> <div class="u_1961381393 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1961381393" style="transition: opacity 1s ease-in-out 0s;"><p><span class="" style="display: initial;"><span style="display: initial;">Win a free 2-night 'Winter Warmer' in a double room (2 persons) with BB at the Royal Maritime Hotel in Portsmouth. Enjoy a complimentary bottle of Prosecco and chocolates on check-in and tickets to visit the Spinnaker Tower.&nbsp; Find out more about our 'Winter Warmer' here:</span> </span><a href="https://www.royalmaritimehotel.co.uk/Winter_warmer_2025" target="_blank" runtime_url="https://www.royalmaritimehotel.co.uk/Winter_warmer_2025" style="display: initial;">Your Winter Warmer 2025 holiday can now be booked at the Royal Maritime Hotel starting at &pound;99.00 per night.</a></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">Spinnaker Tower is the iconic landmark of the waterfront skyline of Portsmouth. You haven&rsquo;t seen the surrounding coast, country or city until you&rsquo;ve seen it from the Tower. The viewing decks, with their floor-to-ceiling glass walls, offer views stretching up 23 miles on a clear day.</span></p><p><span class="" style="display: initial;"><span style="display: initial;">It&rsquo;s these views, up to 23 magnificent miles of them, including some of the most spectacular sights in the British Isles, that make it a must-see attraction for visitors to the south coast. Find out more here:</span> </span><a href="https://spinnakertower.co.uk/the-view/" target="_blank" runtime_url="https://spinnakertower.co.uk/the-view/" style="display: initial;">The View - Spinnaker Tower</a><span style="display: initial;"><br/></span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">All you need to do is to answer the trivia question correctly to be entered into the draw.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">The competition has started, and the winner will be announced on social media and our website on&nbsp; November 30, 2024. The winner will also be notified by letter.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">You can enter by completing the form below!</span></p></div> <span id="1761030590"></span> <div class="u_1528459856 dmform default native-inputs" id="1528459856" data-element-type="dContactUsRespId" data-layout="layout-3" data-anim-desktop="fadeInRight" captcha="true" data-require-captcha="true" data-captcha-position="inline" data-captcha-message="VGhpcyBzaXRlIGlzIHByb3RlY3RlZCBieSByZUNBUFRDSEEuIEdvb2dsZSdzIDxhIHR5cGU9InVybCIgZGF0YS1ydW50aW1lLXVybD0iaHR0cHM6Ly9wb2xpY2llcy5nb29nbGUuY29tL3ByaXZhY3kiIGhyZWY9Imh0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS9wcml2YWN5IiB0YXJnZXQ9Il9ibGFuayI+UHJpdmFjeSBQb2xpY3k8L2E+IGFuZCA8YSB0eXBlPSJ1cmwiIGRhdGEtcnVudGltZS11cmw9Imh0dHBzOi8vcG9saWNpZXMuZ29vZ2xlLmNvbS90ZXJtcyIgaHJlZj0iaHR0cHM6Ly9wb2xpY2llcy5nb29nbGUuY29tL3Rlcm1zIiB0YXJnZXQ9Il9ibGFuayI+VGVybXMgb2YgU2VydmljZTwvYT4gYXBwbHkuIA=="> <h3 class="dmform-title dmwidget-title" id="1450110748" hide="true">Contact us any time</h3> <div class="dmform-wrapper" id="1415671867" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1216534176"> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1083220553"> <label for="1459668649" id="1064691263" class="" data-dm-for="dmform-0">Name</label> <input type="text" class="" name="dmform-0" id="1459668649"/><input type="hidden" name="label-dmform-0" id="1190001518" class="" value="Name"/></div> <div class="dmforminput required small-12 dmRespDesignCol medium-12 large-12" id="1403802037"> <label for="1804883275" id="1410293776" class="" data-dm-for="dmform-1">Email</label> <input type="email" class="" name="dmform-1" id="1804883275"/><input type="hidden" name="label-dmform-1" id="1222698564" class="" value="Email"/></div> <div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1489087939"> <label for="1439703328" id="1948895288" data-dm-for="dmform-79450">Postal address</label> <textarea name="dmform-79450" id="1439703328"></textarea> <input type="hidden" name="label-dmform-79450" value="Postal address" id="1680046060" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol newLine medium-12 large-12" id="1261028047"> <label for="1590270581" id="1527920686" class="" hide="true" data-dm-for="dmform-79449">Free Text</label> <div class="freetextwrapper" name="dmform-79449" id="1590270581"><p class="rteBlock" id="1992249133">What is the new name for 'Brocks Bar'.</p><br id="1050205620"/><p class="rteBlock" id="1710770474">You can find the answer elsewhere on our website...</p><br id="1286096496"/></div> <input type="hidden" name="label-dmform-79449" value="Free Text" id="1843261340" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1450301971"> <label for="1140395870" id="1408977935" data-dm-for="dmform-79451">Type your answer here</label> <input type="text" name="dmform-79451" id="1140395870" class=""/><input type="hidden" name="label-dmform-79451" value="Type your answer here" id="1192842480" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-12 large-12" id="1160132860"> <label for="77626" id="1622777005" data-dm-for="dmform-79452">Would you like to sign up for our newsletter to receive special offers and regular updates?</label> <div class="radiowrapper horizontal" id="1321085431"> <div id="68963" class="contact-checkable-container"> <label for="77626" class="for-checkable" id="1719852709"><input type="radio" value="Yes" name="dmform-79452" id="77626" class="checkable-input"/> <span id="22016">Yes</span> <span class="img-wrapper" id="1106747435"></span> <span class="img-wrapper"><img alt="" id="46679" class="contact-checkable-img" onerror="handleImageLoadError(this)"/></span> </label> </div> <div id="77809" class="contact-checkable-container"> <label for="81167" class="for-checkable" id="1666691928"><input type="radio" value="No" name="dmform-79452" id="81167" class="checkable-input"/> <span id="273">No</span> <span class="img-wrapper" id="1235399780"></span> <span class="img-wrapper"><img alt="" id="55755" class="contact-checkable-img" onerror="handleImageLoadError(this)"/></span> </label> </div> </div> <input type="hidden" name="label-dmform-79452" value="Would you like to sign up for our newsletter to receive special offers and regular updates?" id="1265191264" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol required newLine medium-12 large-12" id="1073311150"> <label for="79447" id="1000145888" class="" hide="true" data-dm-for="dmform-4">Opt-In</label> <div class="optinwrapper" id="1506722401"> <div id="23141" class="contact-checkable-container"> <label for="79447" class="for-checkable" id="1154136718"><input type="checkbox" value="true" name="dmform-4" id="79447" class="checkable-input"/> <div id="1772"><p class="rteBlock" id="1013915698">By ticking this box, I agree to the terms and conditions of the competition.</p></div> <span class="img-wrapper" id="1127495068"></span> <span class="img-wrapper"><img alt="" id="83933" class="contact-checkable-img" onerror="handleImageLoadError(this)"/></span> </label> </div> </div> <input type="hidden" name="label-dmform-4" value="Opt-In" id="1002514147" class=""/></div> <span id="1196201750" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1107272265"><input class="" name="submit" type="submit" value="SUBMIT" id="1056525453"/></div> <input name="dmformsendto" type="hidden" id="1682292237" class="" value="O0wrseIfFLvj7xEvY9zV8Hcp/e8d23J6D+PGdOcy3iX9yVrd+BpeKfQ4wsr/IFPpTnVQqvc3UJH/2iZ+cXjCLu0z8KugpvpM" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1009229463"/><input name="dmformfrom" type="hidden" value="" id="1445161563"/><input name="dmformsubject" type="hidden" value="Trivia Competition" id="1621866407" class="" data-email-subject="Trivia Competition"/><input type="hidden" name="mailChimpIntegrationUUID" value="4f77ac6905414f1c9cc36f4d2a7dc22b" [object="" object]="" id="1736490420"/><input type="hidden" name="mailChimpLists" value="d9e03630bd" [object="" object]="" id="1568972712"/><input type="hidden" name="mailChimp_email" value="dmform-0" class="fieldMapper" id="1764710658"/><input type="hidden" name="mailChimp_email" value="dmform-1" class="fieldMapper" id="1162916469"/><input type="hidden" name="mailChimp_firstName" value="dmform-0" class="fieldMapper" id="1979985900"/><input type="hidden" name="mailChimp_lastName" value="dmform-0" class="fieldMapper" id="1141072492"/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrS0Hahh0tGT3jQ5Q+TKC6B8K4QvcbDEYpg5H+47qJj07Lhe7lOR2T2ug2Byinz5ZQ5728L5BJDtXt6bp+Efvst3e1E9W8jB0bJJiTOFLtspCzz9GovU7TUI1SV5xw2dPSeGEDl+qVWjx7Sk7eR46eFrjrn0VoEZmO3GuiytTG1zPoCVejwi80bGo+MS3YYKwf/tbr8Adg/gMunCvGgQJRUQ1hFKwv1+YdkgMQkJKWsy8EQHpQtBTQ5D+4ty9RumwBQA==" data-dec="true"/><input type="hidden" name="page_uuid" value="d30bf446a306480daecd5e1adf419026"/></form> </div> <div class="dmform-success" style="display:none" id="1716514017"><p class="rteBlock">Thank you for entering the competition. The draw will take place on &nbsp;November 30, 2024. Good Luck.</p></div> <div class="dmform-error" style="display:none" id="1559448170">Oops, there was an error sending your message.<br id="1712221009"/>Please try again later</div> </div> <div class="dmNewParagraph u_1043278647" data-element-type="paragraph" data-version="5" id="1043278647" style="transition: none 0s ease 0s; text-align: left; display: block;"> <ol class="defaultList ordered"><li><span style="display: initial;">All room reservations will be subject to availability. Please call us first to check availability before you make your travel plans.</span></li><li><span style="display: initial;">Members of staff, and family of staff of the Royal Maritime Hotel cannot enter the competition.</span></li><li><span style="display: initial;">By entering the competition, you agree that the hotel can use your name and pictures on social media and other publicity.</span></li><li><span style="display: initial;">All correct answers will be entered into a draw. The winner will be chosen at random using a lottery wheel.</span></li><li><span style="display: initial;">There is no charge to enter the competition.</span></li></ol> <p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">GOOD LUCK</span></p></div> </div> </div> </div> <div class="u_1333047245 dmRespRow dmFooterContent" id="1333047245"> <div class="dmRespColsWrapper" id="1897665728"> <div class="u_1097339922 dmRespCol small-12 medium-12 large-12" id="1097339922"> <span id="1192365329"></span> <div class="u_1388439478 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1388439478"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/deluxe+room-1920w.JPG" alt="" id="1095462438" class="" data-dm-image-path="https://irp.cdn-website.com/77586e93/dms3rep/multi/deluxe+room.JPG" width="1920" height="1275" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1491734924"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="14" class="dmFooterResp dmFullFooterResp" id="footer-area"> <div class="dmRespRow" id="1357223388"> <div class="dmRespColsWrapper" id="1295618950"> <div class="dmRespCol large-12 medium-12 small-12" id="1200456278"> <div class="u_1546304394 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1546304394"> <a href="https://www.yell.com/biz/the-royal-maritime-club-portsmouth-7189656/" id="1737896381" file="false" class="" target="_blank"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/yell-52x52-1920w.png" id="1091249433" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/77586e93/dms3rep/multi/yell-52x52.png" alt="Yell logo" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1357189596 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1357189596"> <a href="https://www.instagram.com/TheRoyalMaritimeHotel/" id="1926367131" file="false" class="" target="_blank"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/instagram-52x53-1920w.png" id="1040215513" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/77586e93/dms3rep/multi/instagram-52x53.png" alt="Instagram logo" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1563757033 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1563757033"> <a href="https://www.facebook.com/TheRoyalMaritimeHotel/" id="1585924984" file="false" class="" target="_blank"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/facebook-52x51-1920w.png" id="1455609056" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/77586e93/dms3rep/multi/facebook-52x51.png" alt="Facebook logo" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1394866482 dmNewParagraph" id="1394866482"><div style="text-align: center;"><span style="color: rgb(255, 255, 255);">Registered Charity No. 1073167</span></div></div> <div class="u_1452788802 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1452788802"> <a id="1154440948" class="" target="_blank" href="https://www.yell.com/biz/the-royal-maritime-club-portsmouth-7189656/" file="false"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/yell+review-1920w.JPG" id="1994746048" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/77586e93/dms3rep/multi/yell+review.JPG" alt="yell review logo" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1217721200 imageWidget" data-widget-type="image" id="1217721200" data-element-type="image"> <a id="1445413253" class="u_1445413253" file="false" target="_blank"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/combined+images-1920w.jpg" id="1545483147" class="u_1545483147" dm_changed="true" alt="Armed forces covenant logo" data-dm-image-path="https://irp-cdn.multiscreensite.com/77586e93/dms3rep/multi/combined+images.jpg" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="dmRespRow u_1618838161" id="1618838161"> <div class="dmRespColsWrapper" id="1765336867"> <div class="dmRespCol small-12 large-4 medium-4" id="1720414030"> <div class="u_1529744493 imageWidget" data-widget-type="image" id="1529744493" data-element-type="image"> <a id="1476567774" class="u_1476567774" file="false" target="_blank"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/visit-england-badge-153x218-1920w.png" id="1550900162" class="u_1550900162" dm_changed="true" alt="Visit England logo" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol small-12 large-4 medium-4" id="1212101758"> <div class="u_1416137407 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1416137407"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/Breakfast+award-1920w.png" alt="Royal Maritime Hotels in Portsmouth Visit England Breakfast award " id="1641741528" class="" data-dm-image-path="https://irp.cdn-website.com/77586e93/dms3rep/multi/Breakfast+award.png" width="255" height="340" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1821572482"> <div class="u_1707510774 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1707510774"> <a href="/" id="1254490410"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/2022-VisitEngland-ROSE-Award-1920w.jpg" alt="Visit England Rose Award" id="1419971897" class="" data-dm-image-path="https://irp.cdn-website.com/77586e93/dms3rep/multi/2022-VisitEngland-ROSE-Award.jpg" width="1024" height="2044" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1911601846 dmRespRow" id="1911601846"> <div class="dmRespColsWrapper" id="1597704668"> <div class="dmRespCol small-12 u_1265224242 medium-6 large-6" id="1265224242"> <div data-element-type="html" class="u_1986355823 dmCustomHtml" id="1986355823"> <a href="https://www.kayak.co.uk/Portsmouth-Hotels-The-Royal-Maritime-Club.253720.ksp" target="_blank"><img height="150" src="https://content.r9cdn.net/seo-res/badges/v5/LIGHT_MEDIUM_TRAVEL_AWARDS.png" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol small-12 u_1041218639 medium-6 large-6" id="1041218639"> <div class="u_1679407523 imageWidget" data-widget-type="image" id="1679407523" data-element-type="image"> <a id="1999270013" class="u_1999270013" file="false" target="_blank"><img src="https://lirp.cdn-website.com/77586e93/dms3rep/multi/opt/Arm-Conv-logo-153x218-1920w.png" id="1228946713" class="u_1228946713" dm_changed="true" alt="Armed forces covenant logo" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1752541670 dmRespRow" style="text-align: center;" id="1752541670"> <div class="dmRespColsWrapper" id="1059012968"> <div class="dmRespCol small-12 medium-12 large-12" id="1495896022"> <span id="1180615277"></span> <div class="u_1172969106 dmDividerWrapper clearfix" id="1172969106" layout="divider-style-1" data-element-type="dDividerId" data-widget-version="2"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1418875986"/></div> <div class="u_1711640432 dmNewParagraph" id="1711640432" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"><p class="m-size-11 text-align-center size-14" style="line-height: 1.44;"><span class="m-font-size-11 font-size-14" style="font-weight:700;display:initial;font-family:'PT Serif', 'PT Serif Fallback';">The Portsmouth Royal Maritime Club is a Charity trading as The Royal Maritime Hotel</span></p><p class="m-size-11 text-align-center size-14" style="line-height: 1.44;"><span class="m-font-size-11 font-size-14" style="display:initial;font-family:'PT Serif', 'PT Serif Fallback';">(023) 9298 2182&nbsp; |&nbsp; &nbsp;info@royalmaritimehotel.co.uk&nbsp; | royalmaritimehotel.co.uk&nbsp; | VAT Registration No. 107 7105 95</span></p><p class="m-size-11 text-align-center size-14" style="line-height: 1.44;"><span class="m-font-size-11 font-size-14" style="display:initial;font-family:'PT Serif', 'PT Serif Fallback';">&nbsp;Registered charity office address: 75-80 Queen Street | Portsmouth | Hampshire | PO1 3HS</span></p><p class="text-align-center size-14 m-size-11" style="line-height: 1.44;"><span class="m-font-size-11 font-size-14" style="display:initial;" pt="" serif";"=""><span class="m-font-size-11 font-size-14" style="display:initial;font-family:'PT Serif', 'PT Serif Fallback';">Registered Charity No.</span> </span><span class="font-size-14 m-font-size-11" style="font-weight:700;display:initial;font-family:'PT Serif', 'PT Serif Fallback';">1205660</span><span class="font-size-12 m-font-size-10" style="font-weight:700;display:initial;font-family:'PT Serif', 'PT Serif Fallback';"><br/></span></p><p class="text-align-center" style="line-height: 1.2;"><span style="display: initial;"><br/></span></p></div></div> </div> </div> <div id="1822085666" class="poweredBy" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"> <div class="poweredLine1"> <a href="https://business.yell.com/legal/terms-of-use/" rel="nofollow" target="_blank">Terms of Use</a> &nbsp;|&nbsp; <a href="https://business.yell.com/websites-privacy-cookie-policy/" rel="nofollow" target="_blank">Privacy &amp; Cookie Policy</a> &nbsp;|&nbsp; <a href="https://business.yell.com/legal/trading-terms/" rel="nofollow" target="_blank">Trading Terms</a> &nbsp;|&nbsp;Powered by <a href="https://business.yell.com/websites/" target="_blank" rel="nofollow">Yell Business</a> </div> <div class="poweredLine2">&copy; 2024. The content on this website is owned by us and our licensors. Do not copy any content (including images) without our consent.</div> </div> <div class="dmRespRow" id="1127173006"> <div class="dmRespColsWrapper" id="1826882282"> <div class="dmRespCol large-12 medium-12 small-12" id="1941140057"> <div data-element-type="html" class="dmCustomHtml" id="1855642962"> <script> function loadScript(a){var b=document.getElementsByTagName("head")[0],c=document.createElement("script");c.type="text/javascript",c.src="https://tracker.metricool.com/resources/be.js",c.onreadystatechange=a,c.onload=a,b.appendChild(c)}loadScript(function(){beTracker.t({hash:"a24a7e27ba1f9d7109dcd484bf4e5997"})}); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH_UK" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4953"; var build = "2024-11-21T13_48_18"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-21T13_48_18"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <script id="d-js-ecwid-cb-glue" data-swh-uuid="0cb854041aac48f0b74287e66d79039f"> window.ec=window.ec||{},window.ec.config=ec.config||{},window.ec.config.tracking=ec.config.tracking||{},window.ec.config.tracking.ask_consent=!0;let _ecwidLoadedForCb=!1;function _acceptConsentForEcwid(e){e.preferences&&e.statistics&&!e.marketing?Ecwid.setTrackingConsent("ANALYTICS_ONLY"):!e.preferences||e.statistics||e.marketing?Ecwid.setTrackingConsent("ACCEPT"):Ecwid.setTrackingConsent("PERSONALIZATION_ONLY")}function _onEcwidLoadedCb(){Cookiebot&&Cookiebot.consented?"function"==typeof Ecwid.setTrackingConsent?_acceptConsentForEcwid(Cookiebot.consent):window.Ecwid.OnAPILoaded.add(function(){_acceptConsentForEcwid(Cookiebot.consent)}):Cookiebot&&Cookiebot.declined?Ecwid.setTrackingConsent("DECLINE"):_ecwidLoadedForCb=!0}window.addEventListener("message",e=>{"ecwid-script-loaded"===e.data.type&&_onEcwidLoadedCb()}),window.addEventListener("CookiebotOnAccept",async()=>{_ecwidLoadedForCb&&_acceptConsentForEcwid(Cookiebot.consent)},!1),window.addEventListener("CookiebotOnDecline",async()=>{_ecwidLoadedForCb&&Ecwid.setTrackingConsent("DECLINE")},!1); </script> <script id="CookiebotConfiguration" type="application/json" data-cookieconsent="ignore" data-swh-uuid="0cb854041aac48f0b74287e66d79039f"> {"TagConfiguration":[{"id":"d-js-core","ignore":true},{"id":"d-js-params","ignore":true},{"id":"d-js-jquery","ignore":true},{"id":"d-js-load-css","ignore":true},{"id":"d-js-dmapi","ignore":true}]} </script> <script data-cookieconsent="ignore" data-swh-uuid="0cb854041aac48f0b74287e66d79039f"> function _cbSetGtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],_cbSetGtag("consent","default",{"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","personalization_storage":"denied","security_storage":"granted","wait_for_update":500}),_cbSetGtag("set","ads_data_redaction",!0),_cbSetGtag("set","url_passthrough",!0) </script> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="6ca36ea7-f966-40a1-889f-7f919fb308b7" data-blockingmode="auto" type="text/javascript" data-swh-uuid="0cb854041aac48f0b74287e66d79039f"> </script> <!-- End Injecting site-wide to the head --> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4953'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4953'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { const queryParams = new URLSearchParams(window.location.search); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((value, key) => { if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CD86TPTCGT"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = '77586e93'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-CD86TPTCGT'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'YELL_ELITE_PREMIUM', 'dfooter': 'true', 'sitetype': '1', 'pwaEnabled': 'false' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'G-CD86TPTCGT', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['royalmaritimehotel.co.uk'] } }); _dm_gaq.pushEvent('G-CD86TPTCGT', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '77586e93' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en_GB"></div> <!-- Alias: 77586e93 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5STV79SK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NGCD9QNM" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- Yell PPC Call Tracking Code --> <script> (function() { vs_intl = 1; vs_account_id = "fwABAVvy_5R5pQAd"; function generateMarchex() { var newScript = document.createElement("script"); newScript.type = "text/javascript"; newScript.src = "https://marchex.io/euinc/number-changer.js"; newScript.id = "marchexScript"; document.body.appendChild(newScript); } if (window.dmAPI) { window.dmAPI.runOnReady("marchex", function() { if (document.getElementById("marchexScript")) { document.getElementById("marchexScript").remove(); } generateMarchex(); }); } else { generateMarchex(); } })(); </script> <!-- End Yell PPC Call Tracking Code --> <!-- Additional Conversion Tracking --> <script> !function(){ function pkTracking() { var emailLinks = document.querySelectorAll('a[href^="mailto"]');emailLinks&&emailLinks.addEventListener('click', function() {piwikTracker.trackGoal(1);}); var formSubmitBtn = document.querySelectorAll('form input[type="submit"]');formSubmitBtn&&formSubmitBtn.addEventListener('click', function(){piwikTracker.trackGoal(2);}); } window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(t,e){e=e||window;for(var n=0;n<this.length;n++)t.call(e,this[n],n,this)}),NodeList.prototype.addEventListener=function(t,e){this.forEach(function(n,i){n.addEventListener(t,e)})},window.dmAPI?window.dmAPI.runOnReady("pkTracking",function(){pkTracking()}):document.addEventListener("DOMContentLoaded",function(){pkTracking()}) }(); </script> <!-- End Additional Conversion Tracking --> <!-- Facebook Pixel Code --> <noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=603757013339091&ev=PageView&noscript=1"/> </noscript> <!-- End Facebook Pixel Code --><!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> <!-- Begin Product Custom HTML Markup --> <style> .menuContainer .currentPage::before { position: absolute; } </style><!-- End Product Custom HTML Markup --> </body> </html>

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