London
London is the capital city of England.
Paris
Paris is the capital of France.
Tokyo
Tokyo is the capital of Japan.
SUBSCRIBE TO OUR NEWSLETTER!
function onSubmit(token) {
const form = document.getElementById(‘subscribe’);
if (form.checkValidity()) {
form.submit();
} else {
form.classList.add(‘was-validated’);
}
}
Pease Bell is the brand name under which Pease Bell CPAs, LLC and Pease Bell Advisory, LLC and its respective subsidiary entities provide professional services. Pease Bell CPAs, LLC and Pease Bell Advisory, LLC (and its respective subsidiary entities) practice in an alternative practice structure in accordance with the AICPA Code of Professional Conduct and applicable law, regulations, and professional standards. Pease Bell CPAs, LLC is a licensed independent CPA firm that provides attest services to its clients, and Pease Bell Advisory, LLC (and its respective subsidiary entities) provide tax and business consulting services to their clients. Pease Bell Advisory, LLC and its subsidiary entities are not licensed CPA firms.
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘G-T82LNDMWRW’);
// Mobile only: tap expands submenu, second tap on the same link goes to the page
document.querySelectorAll(‘.navbar .dropdown-menu .dropend > a.dropdown-toggle’).forEach((a) => {
let lastTap = 0;
a.addEventListener(‘click’, (e) => {
if (window.innerWidth >= 1200) return;
const now = Date.now();
const submenu = a.nextElementSibling;
if (!submenu) return;
const isOpen = submenu.classList.contains(‘show’);
if (!isOpen) {
e.preventDefault();
e.stopPropagation();
// Close any other open submenus inside this dropdown
a.closest(‘.dropdown-menu’)
.querySelectorAll(‘.dropend > .dropdown-menu.show’)
.forEach((m) => m.classList.remove(‘show’));
submenu.classList.add(‘show’);
a.setAttribute(‘aria-expanded’, ‘true’);
lastTap = now;
return;
}
// If already open, first tap keeps it open, second tap navigates
if (now – lastTap < 600) {
return; // allow navigation on quick second tap
}
e.preventDefault();
e.stopPropagation();
lastTap = now;
});
});

