Lead #1893
Best Contact
—
Email
info@richardson-accountants.co.uk (generic)
Override
Captured Pages
http://richardson-accountants.co.uk/staff
Status: 404
Emails:
View text
http://richardson-accountants.co.uk/our-team
Status: 404
Emails:
View text
Emails:
View text
.st0{fill:none} ICONOS FINALES-TRAZADOS :root{ /*CSS for Main website colours*/ --theme-color-primary:#081842; /*Theme colour*/ --theme-color-secondary:#347aaf; /*for borders*/ --theme-color-lightgrey:#F7F7F7; /*for service block bg*/ --theme-color-grey:#E1E1E1; /*for service block bg*/ --theme-color-darkgrey:#BFBFBF; /*for service block bg*/ --theme-color-lightgrey:#F5F5F5; /*for service block bg*/ --theme-color-black:#000; /*for Text*/ --theme-color-white:#FFF; /*for Text*/ } /*End main colours for website*/ /*CSS For header and search box*/ input,header .top-bar a,header .top-bar a span {color:#000000 !important} input:focus {color:#000000 !important} /*End of CSS For header and search box*/ /*CSS for Header Menu */ /*Colour Change for hover effect and drop down menu*/ .header-003 .menu-bar .menu-sections li.active a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li.active a, .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li:hover a { background-color: #000000; } .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus { background-color: #081842; } /*End of CSS for Header Menu */ /*CSS for call to action buttons*/ /*Button 1 */ a.fill-btn1 { background-color: var(--theme-color-primary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; } a.fill-btn1:hover{background-color:var(--theme-color-secondary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 1*/ /*Button 2 */ a.fill-btn2 { background-color: var(--theme-color-secondary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; font-size:14px; } a.fill-btn2:hover{background-color:var(--theme-color-primary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 2*/ /*Start of CSS for About Us Page */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .aboutusflex-container { display: flex; flex-wrap: wrap; border-bottom:1px solid #ccc; text-align: justify; } .aboutusflex-item-left { padding: 10px; flex: 20%; } .aboutusflex-item-right { padding: 10px; flex: 65%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .aboutusflex-item-right, .aboutusflex-item-left { flex: 100%; } } /*For more text copy*/ .aboutus-moretext { padding: 5px 5px 5px 5px; } .aboutus-moretext h2{} .aboutus-moretext p{} /*End of CSS for About Us Page*/ /*Start of CSS for Contact Us Page */ /* Create three equal columns that floats next to each other - ALG*/ .contactusrow{border-bottom: solid 1px var(--theme-color-primary); } .contactuscolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 15px; } /* Clear floats after the columns */ .contactusrow:after { content: ""; display: table; clear: both; margin-bottom:10px; } .contactusitem{ padding-bottom:12px;} .contactustitle h3{ text-align:center; text-transform: uppercase; font-size:15px;} .contactusdesc{ height:150px; margin:auto; text-align:center;} .contactusdesc ul li {list-style:none; text-align:center;} /*End of CSS for Contact Page*/ /*Start of CSS for Accountancy Services Pages */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .servicesflex-container { display: flex; flex-wrap: wrap; border-bottom: 1px solid #ccc; text-align: justify; } .servicesflex-item-left { padding: 10px; flex: 20%; } .servicesflex-item-right { padding: 10px; flex: 65%; } .servicesflex-item-right h3{ font-size:20px; } .servicesflex-item-right p{ font-size:15px; } .servicesflex-item-right a:link {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:hover {color:#347aaf; text-decoration:underline;} .servicesflex-item-right a:active {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:visited {color:#347aaf; text-decoration:none;} /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .servicesflex-item-right, .servicesflex-item-left { flex: 100%; } } /*For more text copy*/ .services-moretext { padding: 5px 5px 5px 5px; } .services-moretext p{ font-size:15px; } /* End of CSS for Accountancy Services Pages */ /*CSS For Map Location*/ .mapflex-container-title h2{text-align:center;} .mapflex-container { display: flex; flex-wrap: wrap; text-align: left; } .mapflex-item-left { padding: 10px; flex: 50%; } .mapflex-item-left h3{color:var(--theme-color-primary);} .mapflex-item-right { padding: 10px; flex: 50%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .mapflex-item-right, .mapflex-item-left { flex: 100%; } } /*End of CSS For Map location*/ /*CSS For Meet The Team Page*/ .aboutus-text{ display:block; padding:10px} .teamrow{ display:block;} .teamcolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 14px; } .team-item{ padding-bottom:12px; } /* Clear floats after the columns */ .teamrow:after { content: ""; display: table; clear: both; } .team-picture img {margin-left:auto; margin-right:auto; display:block; border-radius:50%; border: 4px solid var(--theme-color-secondary);} .team-title h3{ text-align:center; text-transform: capitalize; font-size:14px;} .team-desc{margin:auto; text-align: justify;} @media screen and (max-width: 768px) { .teamcolumn { width: 100%; } } /* End of CSS For Meet The Team Page*/ /*CSS for Footer Disclaimer*/ .footer-002 .disclaimer { font-size: 14px; line-height:1.8; } .footer-002 .cont-disclaimer { background-color: #081842; } /*End of CSS for Footer Disclaimer*/ /*CSS For service badges and logos on Page*/ .badgesrow { text-align:center; border-top: 1px solid #CCC;} /* Clear floats after the columns */ .badgesrow:after { content: ""; display: table; clear: both; } .badgescolumn{ float: left; display:block; width: 30%; margin:10px; } .badgescolumn img {display:block; margin-left:auto; margin-right:auto; height:auto; max-width:100%; max-height:100px;} @media screen and (max-width: 768px) { .badgescolumn { width: 100%; } .badgescolumn img{ display:block; margin-left:auto; margin-right:auto;} } .badgescolumnfullwidth{ float: left; display:block; width: 100%; margin:10px; } .badgescolumnfullwidth img{ display:block; margin-left:auto; margin-right:auto;} /*End of CSS For service badges and logos on Page*/ /*CSS for UK Custom Footer 1 */ .footer-container{ padding:10px;} .footer-company-information{ text-align:center;} /*CSS for UK Custom Footer 1 */ /*CSS for Client-Link Badge*/ .CLFooterRow {padding: 2px; margin-bottom: 10px;} .client-link-badge{padding:10px; text-align:right; margin-bottom:20px;} .client-link-badge img {margin-right: auto; margin-left: auto; display:inline;} /*End CSS for Client-Link Badge*/ @import url("https://fonts.googleapis.com/css2?family=Arimo"); @import url("https://fonts.googleapis.com/css2?family=0"); .header-mobile .logo-header, .header-mobile .navbar-default, [class^=header-00] .menu-bar, .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color:#347AAF !important; } [class^=header-00] a, [class^=header-00] a span, [class^=header-00] li a, [class^=header-00] .menu-sections li a, [class^=header-00] li svg, [class^=header-00] .top-bar li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar li svg *, [class^=header-00] p, .header-mobile a, .header-mobile a span, .header-mobile li a, .header-mobile .menu-sections li a, .header-mobile li svg, .header-mobile .top-bar li svg, .header-mobile li svg *, .header-mobile .top-bar li svg *, .header-mobile p { color:#FFFFFF !important; } .header-001 a.phone, .header-002 a.phone, .header-001 a.phone span, .header-002 a.phone span, .header-001 .social-networks a, .header-002 .social-networks a, .header-001 .social-networks a span, .header-002 .social-networks a span, .header-001 .navigation a, .header-002 .navigation a, .header-001 .navigation a span, .header-002 .navigation a span { color:#347AAF !important; } .header-001 .top-bar .phone svg, .header-002 .top-bar .phone svg, .header-001 .top-bar .phone svg *, .header-002 .top-bar .phone svg *, .header-001 .top-bar .navigation li a svg, .header-002 .top-bar .navigation li a svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001.top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg * { fill:#347AAF; } .header-001 .top-bar, .header-002 .top-bar { border-bottom-color:#347AAF; } .header-001:not a, .header-001:not a span, .header-001:not li a, .header-001:not .menu-sections li a, .header-001:not li svg, .header-001:not .top-bar li svg, .header-001:not li svg *, .header-001:not .top-bar li svg *, .header-001:not p, .header-002:not a, .header-002:not a span, .header-002:not li a, .header-002:not .menu-sections li a, .header-002:not li svg, .header-002:not .top-bar li svg, .header-002:not li svg *, .header-002:not .top-bar li svg *, .header-002:not p{ color:#FFFFFF !important; } .header-mobile button{ color:#FFFFFF !important; } .header-mobile .navbar-default .navbar-toggle:hover .icon-bar, .header-mobile .navbar-default .navbar-toggle:focus .icon-bar, .header-mobile .navbar-default .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } [class^=header-00] li svg, .header-001:not li svg, .header-002:not li svg, .header-mobile li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar svg, [class^=header-00] .top-bar svg *, .header-001:not li svg *, .header-001:not .top-bar svg, .header-001:not .top-bar svg *, .header-002:not li svg *, .header-002:not .top-bar svg, .header-002:not .top-bar svg *, .header-mobile li svg *, .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill:#FFFFFF !important; } .header-mobile .navbar-nav .searcher{ border:solid 1px #347AAF !important; } /*header-001, header-002, header-003, header-004, header-005, header-006, header-008, header-009, header-010*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg *{*/ /* */ /*}*/ .header-001 .top-bar a, /*.header-001 .top-bar a span,*/ .header-001 .top-bar li a /*.header-001 .top-bar .menu-sections li a,*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ .header-002 .top-bar a, /*.header-002 .top-bar a span,*/ .header-002 .top-bar li a, /*.header-002 .top-bar .menu-sections li a,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg */ { color:#347AAF !important; } /*.header-001 .top-bar,*/ /*.header-001 .logo-header,*/ /*.header-002 .top-bar,*/ .header-003 .logo-header{ border-bottom:solid 2px #347AAF !important; } .header-004 .subheader, .header-005 .logo-header, .header-006 .logo-header, .header-008 > div, .header-008 .toolbar, .header-008 .mobile-menu-container.in{ background-color:#347AAF !important; } .header-007 .navbar-toggle .icon-bar, .header-008 .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } .header-007 .social-networks li a, .header-008 .social-networks li a{ font-size: 15px !important; } .header-008 .social-networks li a span{ } .header-008 .social-networks svg, .header-008 .social-networks svg * { fill: #fff !important; } .webwin header *, .studioInforma header * { color: #FFFFFF !important; } .header-003 .menu-bar .navigation li a svg *, .header-003 .menu-bar .navigation li a:hover svg * { fill: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #FFFFFF !important; } .header-003 .language .idioma { color: #FFFFFF !important; } .header-003 .container-fluid{ border-bottom: px solid #347AAF; } .header-003 .container-fluid.menu-bar > .container, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a{ background-color: #347AAF; } .header-003 .menu-sections li a{ border: 1px solid transparent; } .header-003 .menu-sections li.active a, .header-003 .menu-sections li a:focus, .header-003 .menu-sections li a:hover{ border: 1px solid #347AAF; } .header-003 .menu-sections li.dropdown .dropdown-menu li a{ background-color: #61A7DC !important; color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ background-color: #20669B !important; } .header-003 .menu-bar .menu-sections li.active a, .header-003 .menu-bar .menu-sections li:hover a, .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus{ background-color: #20669B !important; } .header-003 .menu-sections li a:focus, .header-003 .menu-sections li:hover a, .header-003 .menu-sections li.active a{ color: #FFFFFF!important; } [class^=header-00] li svg *{ fill: #FFFFFF!important; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li a { background-color: #61A7DC; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:hover a, .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:focus a { background-color: #20669B !important; } .header-003 .menu-bar .navigation li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li.active a{ background-color: #20669B !important; } .show-mobile{ visibility: hidden!important; } .hide-mobile{ visibility: visible!important; } /*.header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus, .header-003 .menu-bar .menu-sections li.active a{*/ /* background: inherit;*/ /*}*/ @media only screen and (max-width: 991px) { .header-003 .toolbar.hide-mobile, .hide-mobile .social-networks{ display: none; } .show-mobile{ visibility: visible!important; } .hide-mobile{ visibility: hidden!important; } } .header-003 .menu-bar .navigation .btn-client-portal { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #347AAF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { color: #347AAF !important; } .dropdown:hover .dropdown-menu{ display: block ; margin-top: 0 ; } .dropdown-menu { margin: 0; } .dropdown-item { padding: 0.25rem 1.5rem ; } .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu, .dropdown:hover .dropdown-menu.dropdown-third { display: none; } .dropdown-submenu:hover .dropdown-menu.dropdown-third { display: block; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: 0; margin-left: -1px; } Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us .header-003 .language .idioma, .header-003 .language-toolbar li a{ color: #FFFFFF!important; } .header-003 .menu-bar .navigation .language-toolbar .language svg use, .header-003 .menu-bar .navigation li.language-toolbar a:hover svg *{ fill: #FF0000F9 !important; } .header-003 .toolbar li a>span.language svg *{ fill: #FFFFFF!important; } .header-003 li.header-search-btn a svg, .header-003 li.header-search-btn a svg *{ fill: #FFFFFF!important; } .header-mobile .logo-header, .header-mobile .navbar-default{ background-color: #347AAF; } .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color: #347AAF; } .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill: #347AAF !important; } .header-mobile .navbar-nav > li > a, .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; font-family: Arimo; } .header-mobile .navbar-nav > li > a{ } .header-mobile .navbar-nav >li>a:hover{ color: #FFFFFF !important; } .header-mobile .navbar-nav .active a, .header-mobile .navbar-nav >.open a.dropdown-toggle, .header-mobile .navbar-nav >.open a.dropdown-toggle:hover{ color: #FFFFFF !important; background-color: #20669B !important; } .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; background-color: #61A7DC !important; } .header-mobile .logo-header .social-networks li a [class^="lf-icon"], .header-mobile .logo-header .social-networks li a [class*=" lf-icon"], .header-mobile .social-networks li a span:before{ color: #FFFFFF !important; } .header-mobile a span.caret{ color: #FFFFFF !important; } .header-mobile .navbar-nav .searcher.search-mobile{ background-color: #FFFFFF; border: 0px; } .header-mobile .language .idioma, .header-mobile .navbar-nav >li>a .language svg, .header-mobile .navbar-nav >li>a .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle > svg, .header-mobile .navbar-nav li > a.dropdown-toggle > svg *{ color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.user-login-mobile .header-mobile .navbar-nav >li >a.user-login-mobile svg, .header-mobile .navbar-nav >li >a.user-login-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile a:hover .language .idioma, .header-mobile .navbar-nav >li>a:hover .language svg, .header-mobile .navbar-nav >li>a:hover .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg *, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.phone .header-mobile .navbar-nav >li >a.phone svg, .header-mobile .navbar-nav >li >a.phone svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile .header-mobile .navbar-nav >li >a.cta-text-mobile svg, .header-mobile .navbar-nav >li >a.cta-text-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile:hover .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg, .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav > li > a.btn-client-portal-mobile { color: #347AAF !important; background-color: #FFFFFF !important; border: 0; border-radius: 0px; } Toggle navigation Home Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us HomeMeet The Team ul.breadcrumb>li+li:before { content: "/ " !important; } ul.breadcrumb a{ color: #347aaf !important; } div.breadcrumb-container, ul.breadcrumb{ background-color: #ffffff !important; } if (window.addEventListener) { window.addEventListener("load", loadBreadcrumb, false); } else if (window.attachEvent) { window.attachEvent("onload", loadBreadcrumb); } else { window.onload = loadBreadcrumb; } function loadBreadcrumb () { var familyTitle = 'Arimo'; var cssParent = $('ul.breadcrumb'); if ('' !== familyTitle) { var link = document.createElement('link'); link.href="https://fonts.googleapis.com/css?family=" + familyTitle; link.rel="stylesheet"; link.type="text/css"; document.getElementsByTagName('head')[0].appendChild(link); var cssTitle = cssParent; cssTitle.css('font-family', familyTitle); } var activeTitle = cssParent.find('.active-title'); if (activeTitle.html() === '---'){ activeTitle.html($('h1').html()); } }; Meet The Team We have worked together for several years now with our personalities complimenting each other to provide a strong, dependable, and reliable team which I am very proud of. Maria After working hard to bring up my four children I gained an accounting degree at Anglian Ruskin and went on to become a ACCA qualified accountant in 2005. I gained my accounting experience by training with larger firms and opened my own practice in 2018 and have never looked back. Meeting clients and building a professional relationship based on trust and mutual respect is vitally important to me, to be able to give the best services and advice. Simon I started working in practice in 1987 and have worked for a few larger practices over the years where I had a varied range of experience. My specialisms are the implementation of computerized systems; Corporate Tax; Construction Industry and VAT. I have been working in my current role since January 2018. Helen Having spent 35 years in accountancy practices there is not much I haven’t seen or heard! I honestly believe there is no such thing as a “silly” question so I am always more than happy to share my knowledge and experience in order to provide clarity and reassurance. I’d like to think that I’ve established a good relationship with our client’s and it’s always lovely when they pop in and we’ve got time for a catchup and a cuppa. Shang I gained my Accounting Advance Diploma qualification in 2014, one week before my second child was born. I have worked in accountancy for over eight years and have the responsibility of looking after our clients’ bookkeeping and VAT. I also prepare annual accounts, corporation tax and personal tax. I am the first point of contact for any Xero bookkeeping software advice. I have been working with the team in Richardson & Co for several years and we have established a professional yet friendly working environment. Lucy I deal with the administration side of the business. My role includes booking in records, VAT preparation, bookkeeping, credit control and raising invoices in additional to other administration work. I have been working in this role for the past 5 years and am continually learning and developing new skills. Debbie I previously worked for one practice starting in 1983 as an office junior and progressing to management level in the tax department. How things have changed! For many years I have specialized in the preparation and processing of personal tax returns and thrive on the challenge of meeting HMRC submission deadlines. I enjoy communicating and meeting new people and building professional relationships. I like being part of a team so look forward to having many years at Richardson & Co. © Richardson & Co Accountants Limited. All Rights Reserved. Richardson & Co Accountants Limited is registered in England and Wales with company number 11714422. Registered Office – Cornish & Sussex Suite, House 3, Lynderswood Business Park, Lynderswood Lane, Black Notley, CM77 8JT. Privacy Policy | Cookie Policy var sc_project=12833854; var sc_invisible=1; var sc_security="beaa6002"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "customer": { "customer_id": "30028", // Client ID (required) "customer_name": "Richardson & Co Accountants Limited", // Client Name (required) "customer_segment": "" // Client Segment (optional) } }); (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://lefebvre-sarrut.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '7e9642f2-4fc8-4be4-9803-87d993d105c8'); USE OF COOKIES Privacy policy Cookies policy This website uses its own cookies, which may be technical or analytical, to ensure the correct functioning of all its contents and to track their use. Click HERE for more information.. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the "Accept" button or configure or reject their use by pressing the "Configure" button. ACCEPT SET Reject all This website uses both its own and third-party cookies to analyze our services and navigation on our website in order to improve its contents (analytical purposes: measure visits and sources of web traffic). The legal basis is the consent of the user, except in the case of basic cookies, which are essential to navigate this website. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the following button: Accept all cookies and continue browsing BASIC AND ESSENTIAL COOKIES Basic and essential cookies are necessary to navigate this website and receive the service offered through it, so they do not require consent. These are cookies intended to only allow communication between the user's equipment and the network and provide a service that has been requested by the user. ANALYSIS COOKIES Disabled Enabled They make it possible to quantify the number of users and examine their browsing, thus being able to statistically measure and analyze the use made of the web, in order to improve the content and the service through it. They can be own or third party cookies. If they are not accepted, the indicated analysis will simply not be carried out. By clicking "Save preferences and continue browsing", the selection of cookies you have made will be saved. If you have not selected any option, pressing this button will be equivalent to rejecting all cookies. Save preferences and continue browsing Reject COOKIES $eflContentMenu = {"en":{"new-flashes":1,"calendar":1,"tax-rates":1,"practical-guides":1,"newsletter-by-email":1,"documents":1,"tools-calculator":1,"monthly-focus":1,"useful-links":1,"blog":0,"podcast":0,"seminars":0}}; var APP = { url_base : 'https://www.richardson-accountants.co.uk', base_url : '/', ajax_url : '/', js_plugins: '//public/assets/js/plugins/', language: 'en', language_code: 'en-GB', language_text: 'English', cookies_site_config: '_efl_cookies_config_accepted', cookies_site_ga: '_efl_cookies_ga_accepted', cookie_expires_days: '21', allow_google_consent_mode: 0, idNavision: '', mixpanel: { mixpanelToken: '', } }; window.dataLayer = window.dataLayer || []; function gtag() {dataLayer.push(arguments);} var bcwIsLogged =0;
http://richardson-accountants.co.uk/team
Status: 404
Emails:
View text
http://richardson-accountants.co.uk/about
Status: 404
Emails:
View text
http://richardson-accountants.co.uk/contact
Status: 404
Emails:
View text
Emails:
View text
.st0{fill:none} ICONOS FINALES-TRAZADOS /*CSS For header and search box*/ input,header .top-bar a,header .top-bar a span {color:#000000 !important} input:focus {color:#000000 !important} /*End of CSS For header and search box*/ .header-003 .menu-bar .menu-sections li.active a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li.active a, .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li:hover a { background-color: #000000; } .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus { background-color: #081842; } /*CSS for Footer Disclaimer*/ .footer-002 .disclaimer { font-size: 14px; line-height:1.8; } .footer-002 .cont-disclaimer { background-color: #081842; } /*End of CSS for Footer Disclaimer*/ /*CSS For service badges and logos on Page*/ .badgesrow { text-align:center; border-top: 1px solid #347aaf;} /* Clear floats after the columns */ .badgesrow:after { content: ""; display: table; clear: both; } .badgescolumn{ float: left; display:block; width: 30%; margin:10px; } .badgescolumn img {display:block; margin-left:auto; margin-right:auto; height:auto; max-width:100%; max-height:100px;} @media screen and (max-width: 768px) { .badgescolumn { width: 100%; } .badgescolumn img{ display:block; margin-left:auto; margin-right:auto;} } .badgescolumnfullwidth{ float: left; display:block; width: 100%; margin:10px; } .badgescolumnfullwidth img{ display:block; margin-left:auto; margin-right:auto;} /*End of CSS For service badges and logos on Page*/ /*CSS for UK Custom Footer 1 */ .footer-container{ padding:10px;} .footer-company-information{ text-align:center;} /*CSS for UK Custom Footer 1 */ /*CSS for Client-Link Badge*/ .CLFooterRow {padding: 2px; margin-bottom: 10px;} .client-link-badge{padding:10px; text-align:right; margin-bottom:20px;} .client-link-badge img {margin-right: auto; margin-left: auto; display:inline;} /*End CSS for Client-Link Badge*/ /*efl content css-styles modified for Richardsons Website*/ /*Include on both EFL Content and EFL Content List Templates to be sure all area covered*/ /*CSS for Navigation menu*/ /*See Tax Rates and HMRC Links sections*/ .livebook-nav {background: #e3e8ec;} .livebook-nav ul.text-navigation li a {color: #000080; background: #e3e8ec;} .livebook-nav ul.text-navigation li a:hover, .livebook-nav ul.text-navigation li a:focus {background: #efefef;} .livebook-nav ul.text-navigation li a.selected{color: #000;} .livebook-nav ul.text-navigation li a.selected {background: #CCC;} /*End of efl content css-styles modified for Richardsons Website*/ @import url("https://fonts.googleapis.com/css2?family=Arimo"); @import url("https://fonts.googleapis.com/css2?family=0"); .header-mobile .logo-header, .header-mobile .navbar-default, [class^=header-00] .menu-bar, .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color:#347AAF !important; } [class^=header-00] a, [class^=header-00] a span, [class^=header-00] li a, [class^=header-00] .menu-sections li a, [class^=header-00] li svg, [class^=header-00] .top-bar li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar li svg *, [class^=header-00] p, .header-mobile a, .header-mobile a span, .header-mobile li a, .header-mobile .menu-sections li a, .header-mobile li svg, .header-mobile .top-bar li svg, .header-mobile li svg *, .header-mobile .top-bar li svg *, .header-mobile p { color:#FFFFFF !important; } .header-001 a.phone, .header-002 a.phone, .header-001 a.phone span, .header-002 a.phone span, .header-001 .social-networks a, .header-002 .social-networks a, .header-001 .social-networks a span, .header-002 .social-networks a span, .header-001 .navigation a, .header-002 .navigation a, .header-001 .navigation a span, .header-002 .navigation a span { color:#347AAF !important; } .header-001 .top-bar .phone svg, .header-002 .top-bar .phone svg, .header-001 .top-bar .phone svg *, .header-002 .top-bar .phone svg *, .header-001 .top-bar .navigation li a svg, .header-002 .top-bar .navigation li a svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001.top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg * { fill:#347AAF; } .header-001 .top-bar, .header-002 .top-bar { border-bottom-color:#347AAF; } .header-001:not a, .header-001:not a span, .header-001:not li a, .header-001:not .menu-sections li a, .header-001:not li svg, .header-001:not .top-bar li svg, .header-001:not li svg *, .header-001:not .top-bar li svg *, .header-001:not p, .header-002:not a, .header-002:not a span, .header-002:not li a, .header-002:not .menu-sections li a, .header-002:not li svg, .header-002:not .top-bar li svg, .header-002:not li svg *, .header-002:not .top-bar li svg *, .header-002:not p{ color:#FFFFFF !important; } .header-mobile button{ color:#FFFFFF !important; } .header-mobile .navbar-default .navbar-toggle:hover .icon-bar, .header-mobile .navbar-default .navbar-toggle:focus .icon-bar, .header-mobile .navbar-default .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } [class^=header-00] li svg, .header-001:not li svg, .header-002:not li svg, .header-mobile li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar svg, [class^=header-00] .top-bar svg *, .header-001:not li svg *, .header-001:not .top-bar svg, .header-001:not .top-bar svg *, .header-002:not li svg *, .header-002:not .top-bar svg, .header-002:not .top-bar svg *, .header-mobile li svg *, .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill:#FFFFFF !important; } .header-mobile .navbar-nav .searcher{ border:solid 1px #347AAF !important; } /*header-001, header-002, header-003, header-004, header-005, header-006, header-008, header-009, header-010*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg *{*/ /* */ /*}*/ .header-001 .top-bar a, /*.header-001 .top-bar a span,*/ .header-001 .top-bar li a /*.header-001 .top-bar .menu-sections li a,*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ .header-002 .top-bar a, /*.header-002 .top-bar a span,*/ .header-002 .top-bar li a, /*.header-002 .top-bar .menu-sections li a,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg */ { color:#347AAF !important; } /*.header-001 .top-bar,*/ /*.header-001 .logo-header,*/ /*.header-002 .top-bar,*/ .header-003 .logo-header{ border-bottom:solid 2px #347AAF !important; } .header-004 .subheader, .header-005 .logo-header, .header-006 .logo-header, .header-008 > div, .header-008 .toolbar, .header-008 .mobile-menu-container.in{ background-color:#347AAF !important; } .header-007 .navbar-toggle .icon-bar, .header-008 .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } .header-007 .social-networks li a, .header-008 .social-networks li a{ font-size: 15px !important; } .header-008 .social-networks li a span{ } .header-008 .social-networks svg, .header-008 .social-networks svg * { fill: #fff !important; } .webwin header *, .studioInforma header * { color: #FFFFFF !important; } .header-003 .menu-bar .navigation li a svg *, .header-003 .menu-bar .navigation li a:hover svg * { fill: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #FFFFFF !important; } .header-003 .language .idioma { color: #FFFFFF !important; } .header-003 .container-fluid{ border-bottom: px solid #347AAF; } .header-003 .container-fluid.menu-bar > .container, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a{ background-color: #347AAF; } .header-003 .menu-sections li a{ border: 1px solid transparent; } .header-003 .menu-sections li.active a, .header-003 .menu-sections li a:focus, .header-003 .menu-sections li a:hover{ border: 1px solid #347AAF; } .header-003 .menu-sections li.dropdown .dropdown-menu li a{ background-color: #61A7DC !important; color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ background-color: #20669B !important; } .header-003 .menu-bar .menu-sections li.active a, .header-003 .menu-bar .menu-sections li:hover a, .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus{ background-color: #20669B !important; } .header-003 .menu-sections li a:focus, .header-003 .menu-sections li:hover a, .header-003 .menu-sections li.active a{ color: #FFFFFF!important; } [class^=header-00] li svg *{ fill: #FFFFFF!important; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li a { background-color: #61A7DC; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:hover a, .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:focus a { background-color: #20669B !important; } .header-003 .menu-bar .navigation li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li.active a{ background-color: #20669B !important; } .show-mobile{ visibility: hidden!important; } .hide-mobile{ visibility: visible!important; } /*.header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus, .header-003 .menu-bar .menu-sections li.active a{*/ /* background: inherit;*/ /*}*/ @media only screen and (max-width: 991px) { .header-003 .toolbar.hide-mobile, .hide-mobile .social-networks{ display: none; } .show-mobile{ visibility: visible!important; } .hide-mobile{ visibility: hidden!important; } } .header-003 .menu-bar .navigation .btn-client-portal { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #347AAF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { color: #347AAF !important; } .dropdown:hover .dropdown-menu{ display: block ; margin-top: 0 ; } .dropdown-menu { margin: 0; } .dropdown-item { padding: 0.25rem 1.5rem ; } .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu, .dropdown:hover .dropdown-menu.dropdown-third { display: none; } .dropdown-submenu:hover .dropdown-menu.dropdown-third { display: block; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: 0; margin-left: -1px; } Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us .header-003 .language .idioma, .header-003 .language-toolbar li a{ color: #FFFFFF!important; } .header-003 .menu-bar .navigation .language-toolbar .language svg use, .header-003 .menu-bar .navigation li.language-toolbar a:hover svg *{ fill: #FF0000F9 !important; } .header-003 .toolbar li a>span.language svg *{ fill: #FFFFFF!important; } .header-003 li.header-search-btn a svg, .header-003 li.header-search-btn a svg *{ fill: #FFFFFF!important; } .header-mobile .logo-header, .header-mobile .navbar-default{ background-color: #347AAF; } .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color: #347AAF; } .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill: #347AAF !important; } .header-mobile .navbar-nav > li > a, .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; font-family: Arimo; } .header-mobile .navbar-nav > li > a{ } .header-mobile .navbar-nav >li>a:hover{ color: #FFFFFF !important; } .header-mobile .navbar-nav .active a, .header-mobile .navbar-nav >.open a.dropdown-toggle, .header-mobile .navbar-nav >.open a.dropdown-toggle:hover{ color: #FFFFFF !important; background-color: #20669B !important; } .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; background-color: #61A7DC !important; } .header-mobile .logo-header .social-networks li a [class^="lf-icon"], .header-mobile .logo-header .social-networks li a [class*=" lf-icon"], .header-mobile .social-networks li a span:before{ color: #FFFFFF !important; } .header-mobile a span.caret{ color: #FFFFFF !important; } .header-mobile .navbar-nav .searcher.search-mobile{ background-color: #FFFFFF; border: 0px; } .header-mobile .language .idioma, .header-mobile .navbar-nav >li>a .language svg, .header-mobile .navbar-nav >li>a .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle > svg, .header-mobile .navbar-nav li > a.dropdown-toggle > svg *{ color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.user-login-mobile .header-mobile .navbar-nav >li >a.user-login-mobile svg, .header-mobile .navbar-nav >li >a.user-login-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile a:hover .language .idioma, .header-mobile .navbar-nav >li>a:hover .language svg, .header-mobile .navbar-nav >li>a:hover .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg *, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.phone .header-mobile .navbar-nav >li >a.phone svg, .header-mobile .navbar-nav >li >a.phone svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile .header-mobile .navbar-nav >li >a.cta-text-mobile svg, .header-mobile .navbar-nav >li >a.cta-text-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile:hover .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg, .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav > li > a.btn-client-portal-mobile { color: #347AAF !important; background-color: #FFFFFF !important; border: 0; border-radius: 0px; } Toggle navigation Home Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us HomeLatest NewsSpecial payroll deadline for Christmas ul.breadcrumb>li+li:before { content: "/ " !important; } ul.breadcrumb a{ color: #347aaf !important; } div.breadcrumb-container, ul.breadcrumb{ background-color: #ffffff !important; } if (window.addEventListener) { window.addEventListener("load", loadBreadcrumb, false); } else if (window.attachEvent) { window.attachEvent("onload", loadBreadcrumb); } else { window.onload = loadBreadcrumb; } function loadBreadcrumb () { var familyTitle = 'Arimo'; var cssParent = $('ul.breadcrumb'); if ('' !== familyTitle) { var link = document.createElement('link'); link.href="https://fonts.googleapis.com/css?family=" + familyTitle; link.rel="stylesheet"; link.type="text/css"; document.getElementsByTagName('head')[0].appendChild(link); var cssTitle = cssParent; cssTitle.css('font-family', familyTitle); } var activeTitle = cssParent.find('.active-title'); if (activeTitle.html() === '---'){ activeTitle.html($('h1').html()); } }; Special payroll deadline for Christmas 14.11.2025 Share Facebook Facebook Facebook Facebook - Business X X Post Linkedin LinkedIn Linkedin LinkedIn - Business Copy URL to Clipboard to share Copy URL If you pay staff early in December because of Christmas it’s important that you enter the information on your payroll submission correctly. What do you need to know to get this right? PAYE and NI reporting As an employer you’ll be aware of the deadline that applies for reporting payroll information to HMRC. In recent years HMRC has relaxed this where salaries are paid to employees earlier than their usual pay date over the Christmas period. HMRC has confirmed the concession will apply for the 2025 festive period and that it is now a “permanent easement”. Enter the right date If you pay your employees earlier than usual you should nevertheless show the normal payment date on your full payment submission (FPS). This isn’t just an administrative convenience for whoever operates your payroll, it’s important for any of your employees who claim universal credit (UC). Entering the actual rather than the normal date they are paid on the FPS can adversely affect their entitlement to the UC. Example. You pay your employees on 19 December 2025 whereas you normally pay them on the last working day of the month, in this example that would be 31 December. On your FPS you should show the payment date as 31 December and submit the FPS to HMRC at any time on or before that date. Related Topics New process for some exports starting in Northern Ireland Starting next month, businesses that import goods via Northern Ireland will need to change their processes. What do you need to know? 18.11.2025 Forming a partnership to split your income You’ve been doing some freelance work and what started out as a modest side hustle is now taking off. You’ll need to pay tax on the profits but is it possible to reduce it by splitting the income with your spouse? 18.11.2025 Paying VAT when cash is tight Your business has suffered a major cash-flow problem caused by an unexpected bad debt. Your VAT return is due for payment and you do not have enough funds to pay on time. What can you do? 12.11.2025 © Richardson & Co Accountants Limited. All Rights Reserved. Richardson & Co Accountants Limited is registered in England and Wales with company number 11714422. Registered Office – Cornish & Sussex Suite, House 3, Lynderswood Business Park, Lynderswood Lane, Black Notley, CM77 8JT. Privacy Policy | Cookie Policy var sc_project=12833854; var sc_invisible=1; var sc_security="beaa6002"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "customer": { "customer_id": "30028", // Client ID (required) "customer_name": "Richardson & Co Accountants Limited", // Client Name (required) "customer_segment": "" // Client Segment (optional) } }); (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://lefebvre-sarrut.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '7e9642f2-4fc8-4be4-9803-87d993d105c8'); USE OF COOKIES Privacy policy Cookies policy This website uses its own cookies, which may be technical or analytical, to ensure the correct functioning of all its contents and to track their use. Click HERE for more information.. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the "Accept" button or configure or reject their use by pressing the "Configure" button. ACCEPT SET Reject all This website uses both its own and third-party cookies to analyze our services and navigation on our website in order to improve its contents (analytical purposes: measure visits and sources of web traffic). The legal basis is the consent of the user, except in the case of basic cookies, which are essential to navigate this website. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the following button: Accept all cookies and continue browsing BASIC AND ESSENTIAL COOKIES Basic and essential cookies are necessary to navigate this website and receive the service offered through it, so they do not require consent. These are cookies intended to only allow communication between the user's equipment and the network and provide a service that has been requested by the user. ANALYSIS COOKIES Disabled Enabled They make it possible to quantify the number of users and examine their browsing, thus being able to statistically measure and analyze the use made of the web, in order to improve the content and the service through it. They can be own or third party cookies. If they are not accepted, the indicated analysis will simply not be carried out. By clicking "Save preferences and continue browsing", the selection of cookies you have made will be saved. If you have not selected any option, pressing this button will be equivalent to rejecting all cookies. Save preferences and continue browsing Reject COOKIES $eflContentMenu = {"en":{"new-flashes":1,"calendar":1,"tax-rates":1,"practical-guides":1,"newsletter-by-email":1,"documents":1,"tools-calculator":1,"monthly-focus":1,"useful-links":1,"blog":0,"podcast":0,"seminars":0}}; var APP = { url_base : 'https://www.richardson-accountants.co.uk', base_url : '/', ajax_url : '/', js_plugins: '//public/assets/js/plugins/', language: 'en', language_code: 'en-GB', language_text: 'English', cookies_site_config: '_efl_cookies_config_accepted', cookies_site_ga: '_efl_cookies_ga_accepted', cookie_expires_days: '21', allow_google_consent_mode: 0, idNavision: '', mixpanel: { mixpanelToken: '', } }; window.dataLayer = window.dataLayer || []; function gtag() {dataLayer.push(arguments);} var bcwIsLogged =0;
Emails:
View text
.st0{fill:none} ICONOS FINALES-TRAZADOS :root{ /*CSS for Main website colours*/ --theme-color-primary:#081842; /*Theme colour*/ --theme-color-secondary:#347aaf; /*for borders*/ --theme-color-lightgrey:#F7F7F7; /*for service block bg*/ --theme-color-grey:#E1E1E1; /*for service block bg*/ --theme-color-darkgrey:#BFBFBF; /*for service block bg*/ --theme-color-lightgrey:#F5F5F5; /*for service block bg*/ --theme-color-black:#000; /*for Text*/ --theme-color-white:#FFF; /*for Text*/ } /*End main colours for website*/ /*CSS For header and search box*/ input,header .top-bar a,header .top-bar a span {color:#000000 !important} input:focus {color:#000000 !important} /*End of CSS For header and search box*/ /*CSS for Header Menu */ /*Colour Change for hover effect and drop down menu*/ .header-003 .menu-bar .menu-sections li.active a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li.active a, .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li:hover a { background-color: #000000; } .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus { background-color: #081842; } /*End of CSS for Header Menu */ /*CSS for call to action buttons*/ /*Button 1 */ a.fill-btn1 { background-color: var(--theme-color-primary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; } a.fill-btn1:hover{background-color:var(--theme-color-secondary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 1*/ /*Button 2 */ a.fill-btn2 { background-color: var(--theme-color-secondary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; font-size:14px; } a.fill-btn2:hover{background-color:var(--theme-color-primary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 2*/ /*Start of CSS for About Us Page */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .aboutusflex-container { display: flex; flex-wrap: wrap; border-bottom:1px solid #ccc; text-align: justify; } .aboutusflex-item-left { padding: 10px; flex: 20%; } .aboutusflex-item-right { padding: 10px; flex: 65%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .aboutusflex-item-right, .aboutusflex-item-left { flex: 100%; } } /*For more text copy*/ .aboutus-moretext { padding: 5px 5px 5px 5px; } .aboutus-moretext h2{} .aboutus-moretext p{} /*End of CSS for About Us Page*/ /*Start of CSS for Contact Us Page */ /* Create three equal columns that floats next to each other - ALG*/ .contactusrow{border-bottom: solid 1px var(--theme-color-primary); } .contactuscolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 15px; } /* Clear floats after the columns */ .contactusrow:after { content: ""; display: table; clear: both; margin-bottom:10px; } .contactusitem{ padding-bottom:12px;} .contactustitle h3{ text-align:center; text-transform: uppercase; font-size:15px;} .contactusdesc{ height:150px; margin:auto; text-align:center;} .contactusdesc ul li {list-style:none; text-align:center;} /*End of CSS for Contact Page*/ /*Start of CSS for Accountancy Services Pages */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .servicesflex-container { display: flex; flex-wrap: wrap; border-bottom: 1px solid #ccc; text-align: justify; } .servicesflex-item-left { padding: 10px; flex: 20%; } .servicesflex-item-right { padding: 10px; flex: 65%; } .servicesflex-item-right h3{ font-size:20px; } .servicesflex-item-right p{ font-size:15px; } .servicesflex-item-right a:link {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:hover {color:#347aaf; text-decoration:underline;} .servicesflex-item-right a:active {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:visited {color:#347aaf; text-decoration:none;} /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .servicesflex-item-right, .servicesflex-item-left { flex: 100%; } } /*For more text copy*/ .services-moretext { padding: 5px 5px 5px 5px; } .services-moretext p{ font-size:15px; } /* End of CSS for Accountancy Services Pages */ /*CSS For Map Location*/ .mapflex-container-title h2{text-align:center;} .mapflex-container { display: flex; flex-wrap: wrap; text-align: left; } .mapflex-item-left { padding: 10px; flex: 50%; } .mapflex-item-left h3{color:var(--theme-color-primary);} .mapflex-item-right { padding: 10px; flex: 50%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .mapflex-item-right, .mapflex-item-left { flex: 100%; } } /*End of CSS For Map location*/ /*CSS For Meet The Team Page*/ .aboutus-text{ display:block; padding:10px} .teamrow{ display:block;} .teamcolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 14px; } .team-item{ padding-bottom:12px; } /* Clear floats after the columns */ .teamrow:after { content: ""; display: table; clear: both; } .team-picture img {margin-left:auto; margin-right:auto; display:block; border-radius:50%; border: 4px solid var(--theme-color-secondary);} .team-title h3{ text-align:center; text-transform: capitalize; font-size:14px;} .team-desc{margin:auto; text-align: justify;} @media screen and (max-width: 768px) { .teamcolumn { width: 100%; } } /* End of CSS For Meet The Team Page*/ /*CSS for Footer Disclaimer*/ .footer-002 .disclaimer { font-size: 14px; line-height:1.8; } .footer-002 .cont-disclaimer { background-color: #081842; } /*End of CSS for Footer Disclaimer*/ /*CSS For service badges and logos on Page*/ .badgesrow { text-align:center; border-top: 1px solid #CCC;} /* Clear floats after the columns */ .badgesrow:after { content: ""; display: table; clear: both; } .badgescolumn{ float: left; display:block; width: 30%; margin:10px; } .badgescolumn img {display:block; margin-left:auto; margin-right:auto; height:auto; max-width:100%; max-height:100px;} @media screen and (max-width: 768px) { .badgescolumn { width: 100%; } .badgescolumn img{ display:block; margin-left:auto; margin-right:auto;} } .badgescolumnfullwidth{ float: left; display:block; width: 100%; margin:10px; } .badgescolumnfullwidth img{ display:block; margin-left:auto; margin-right:auto;} /*End of CSS For service badges and logos on Page*/ /*CSS for UK Custom Footer 1 */ .footer-container{ padding:10px;} .footer-company-information{ text-align:center;} /*CSS for UK Custom Footer 1 */ /*CSS for Client-Link Badge*/ .CLFooterRow {padding: 2px; margin-bottom: 10px;} .client-link-badge{padding:10px; text-align:right; margin-bottom:20px;} .client-link-badge img {margin-right: auto; margin-left: auto; display:inline;} /*End CSS for Client-Link Badge*/ @import url("https://fonts.googleapis.com/css2?family=Arimo"); @import url("https://fonts.googleapis.com/css2?family=0"); .header-mobile .logo-header, .header-mobile .navbar-default, [class^=header-00] .menu-bar, .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color:#347AAF !important; } [class^=header-00] a, [class^=header-00] a span, [class^=header-00] li a, [class^=header-00] .menu-sections li a, [class^=header-00] li svg, [class^=header-00] .top-bar li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar li svg *, [class^=header-00] p, .header-mobile a, .header-mobile a span, .header-mobile li a, .header-mobile .menu-sections li a, .header-mobile li svg, .header-mobile .top-bar li svg, .header-mobile li svg *, .header-mobile .top-bar li svg *, .header-mobile p { color:#FFFFFF !important; } .header-001 a.phone, .header-002 a.phone, .header-001 a.phone span, .header-002 a.phone span, .header-001 .social-networks a, .header-002 .social-networks a, .header-001 .social-networks a span, .header-002 .social-networks a span, .header-001 .navigation a, .header-002 .navigation a, .header-001 .navigation a span, .header-002 .navigation a span { color:#347AAF !important; } .header-001 .top-bar .phone svg, .header-002 .top-bar .phone svg, .header-001 .top-bar .phone svg *, .header-002 .top-bar .phone svg *, .header-001 .top-bar .navigation li a svg, .header-002 .top-bar .navigation li a svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001.top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg * { fill:#347AAF; } .header-001 .top-bar, .header-002 .top-bar { border-bottom-color:#347AAF; } .header-001:not a, .header-001:not a span, .header-001:not li a, .header-001:not .menu-sections li a, .header-001:not li svg, .header-001:not .top-bar li svg, .header-001:not li svg *, .header-001:not .top-bar li svg *, .header-001:not p, .header-002:not a, .header-002:not a span, .header-002:not li a, .header-002:not .menu-sections li a, .header-002:not li svg, .header-002:not .top-bar li svg, .header-002:not li svg *, .header-002:not .top-bar li svg *, .header-002:not p{ color:#FFFFFF !important; } .header-mobile button{ color:#FFFFFF !important; } .header-mobile .navbar-default .navbar-toggle:hover .icon-bar, .header-mobile .navbar-default .navbar-toggle:focus .icon-bar, .header-mobile .navbar-default .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } [class^=header-00] li svg, .header-001:not li svg, .header-002:not li svg, .header-mobile li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar svg, [class^=header-00] .top-bar svg *, .header-001:not li svg *, .header-001:not .top-bar svg, .header-001:not .top-bar svg *, .header-002:not li svg *, .header-002:not .top-bar svg, .header-002:not .top-bar svg *, .header-mobile li svg *, .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill:#FFFFFF !important; } .header-mobile .navbar-nav .searcher{ border:solid 1px #347AAF !important; } /*header-001, header-002, header-003, header-004, header-005, header-006, header-008, header-009, header-010*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg *{*/ /* */ /*}*/ .header-001 .top-bar a, /*.header-001 .top-bar a span,*/ .header-001 .top-bar li a /*.header-001 .top-bar .menu-sections li a,*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ .header-002 .top-bar a, /*.header-002 .top-bar a span,*/ .header-002 .top-bar li a, /*.header-002 .top-bar .menu-sections li a,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg */ { color:#347AAF !important; } /*.header-001 .top-bar,*/ /*.header-001 .logo-header,*/ /*.header-002 .top-bar,*/ .header-003 .logo-header{ border-bottom:solid 2px #347AAF !important; } .header-004 .subheader, .header-005 .logo-header, .header-006 .logo-header, .header-008 > div, .header-008 .toolbar, .header-008 .mobile-menu-container.in{ background-color:#347AAF !important; } .header-007 .navbar-toggle .icon-bar, .header-008 .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } .header-007 .social-networks li a, .header-008 .social-networks li a{ font-size: 15px !important; } .header-008 .social-networks li a span{ } .header-008 .social-networks svg, .header-008 .social-networks svg * { fill: #fff !important; } .webwin header *, .studioInforma header * { color: #FFFFFF !important; } .header-003 .menu-bar .navigation li a svg *, .header-003 .menu-bar .navigation li a:hover svg * { fill: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #FFFFFF !important; } .header-003 .language .idioma { color: #FFFFFF !important; } .header-003 .container-fluid{ border-bottom: px solid #347AAF; } .header-003 .container-fluid.menu-bar > .container, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a{ background-color: #347AAF; } .header-003 .menu-sections li a{ border: 1px solid transparent; } .header-003 .menu-sections li.active a, .header-003 .menu-sections li a:focus, .header-003 .menu-sections li a:hover{ border: 1px solid #347AAF; } .header-003 .menu-sections li.dropdown .dropdown-menu li a{ background-color: #61A7DC !important; color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ background-color: #20669B !important; } .header-003 .menu-bar .menu-sections li.active a, .header-003 .menu-bar .menu-sections li:hover a, .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus{ background-color: #20669B !important; } .header-003 .menu-sections li a:focus, .header-003 .menu-sections li:hover a, .header-003 .menu-sections li.active a{ color: #FFFFFF!important; } [class^=header-00] li svg *{ fill: #FFFFFF!important; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li a { background-color: #61A7DC; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:hover a, .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:focus a { background-color: #20669B !important; } .header-003 .menu-bar .navigation li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li.active a{ background-color: #20669B !important; } .show-mobile{ visibility: hidden!important; } .hide-mobile{ visibility: visible!important; } /*.header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus, .header-003 .menu-bar .menu-sections li.active a{*/ /* background: inherit;*/ /*}*/ @media only screen and (max-width: 991px) { .header-003 .toolbar.hide-mobile, .hide-mobile .social-networks{ display: none; } .show-mobile{ visibility: visible!important; } .hide-mobile{ visibility: hidden!important; } } .header-003 .menu-bar .navigation .btn-client-portal { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #347AAF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { color: #347AAF !important; } .dropdown:hover .dropdown-menu{ display: block ; margin-top: 0 ; } .dropdown-menu { margin: 0; } .dropdown-item { padding: 0.25rem 1.5rem ; } .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu, .dropdown:hover .dropdown-menu.dropdown-third { display: none; } .dropdown-submenu:hover .dropdown-menu.dropdown-third { display: block; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: 0; margin-left: -1px; } Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us .header-003 .language .idioma, .header-003 .language-toolbar li a{ color: #FFFFFF!important; } .header-003 .menu-bar .navigation .language-toolbar .language svg use, .header-003 .menu-bar .navigation li.language-toolbar a:hover svg *{ fill: #FF0000F9 !important; } .header-003 .toolbar li a>span.language svg *{ fill: #FFFFFF!important; } .header-003 li.header-search-btn a svg, .header-003 li.header-search-btn a svg *{ fill: #FFFFFF!important; } .header-mobile .logo-header, .header-mobile .navbar-default{ background-color: #347AAF; } .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color: #347AAF; } .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill: #347AAF !important; } .header-mobile .navbar-nav > li > a, .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; font-family: Arimo; } .header-mobile .navbar-nav > li > a{ } .header-mobile .navbar-nav >li>a:hover{ color: #FFFFFF !important; } .header-mobile .navbar-nav .active a, .header-mobile .navbar-nav >.open a.dropdown-toggle, .header-mobile .navbar-nav >.open a.dropdown-toggle:hover{ color: #FFFFFF !important; background-color: #20669B !important; } .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; background-color: #61A7DC !important; } .header-mobile .logo-header .social-networks li a [class^="lf-icon"], .header-mobile .logo-header .social-networks li a [class*=" lf-icon"], .header-mobile .social-networks li a span:before{ color: #FFFFFF !important; } .header-mobile a span.caret{ color: #FFFFFF !important; } .header-mobile .navbar-nav .searcher.search-mobile{ background-color: #FFFFFF; border: 0px; } .header-mobile .language .idioma, .header-mobile .navbar-nav >li>a .language svg, .header-mobile .navbar-nav >li>a .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle > svg, .header-mobile .navbar-nav li > a.dropdown-toggle > svg *{ color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.user-login-mobile .header-mobile .navbar-nav >li >a.user-login-mobile svg, .header-mobile .navbar-nav >li >a.user-login-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile a:hover .language .idioma, .header-mobile .navbar-nav >li>a:hover .language svg, .header-mobile .navbar-nav >li>a:hover .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg *, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.phone .header-mobile .navbar-nav >li >a.phone svg, .header-mobile .navbar-nav >li >a.phone svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile .header-mobile .navbar-nav >li >a.cta-text-mobile svg, .header-mobile .navbar-nav >li >a.cta-text-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile:hover .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg, .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav > li > a.btn-client-portal-mobile { color: #347AAF !important; background-color: #FFFFFF !important; border: 0; border-radius: 0px; } Toggle navigation Home Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us HomeContact Richardson Accountants ul.breadcrumb>li+li:before { content: "/ " !important; } ul.breadcrumb a{ color: #347aaf !important; } div.breadcrumb-container, ul.breadcrumb{ background-color: #ffffff !important; } if (window.addEventListener) { window.addEventListener("load", loadBreadcrumb, false); } else if (window.attachEvent) { window.attachEvent("onload", loadBreadcrumb); } else { window.onload = loadBreadcrumb; } function loadBreadcrumb () { var familyTitle = 'Arimo'; var cssParent = $('ul.breadcrumb'); if ('' !== familyTitle) { var link = document.createElement('link'); link.href="https://fonts.googleapis.com/css?family=" + familyTitle; link.rel="stylesheet"; link.type="text/css"; document.getElementsByTagName('head')[0].appendChild(link); var cssTitle = cssParent; cssTitle.css('font-family', familyTitle); } var activeTitle = cssParent.find('.active-title'); if (activeTitle.html() === '---'){ activeTitle.html($('h1').html()); } }; Contact Richardson Accountants Our Address Richardson & Co Accountants Limited Cornish & Sussex Suite House 3 Lynderswood Business Park Lynderswood Lane Black Notley CM77 8JT Telephone Us 01245 951040 Email us Send us a message by email Find us at on the map © Richardson & Co Accountants Limited. All Rights Reserved. Richardson & Co Accountants Limited is registered in England and Wales with company number 11714422. Registered Office – Cornish & Sussex Suite, House 3, Lynderswood Business Park, Lynderswood Lane, Black Notley, CM77 8JT. Privacy Policy | Cookie Policy var sc_project=12833854; var sc_invisible=1; var sc_security="beaa6002"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "customer": { "customer_id": "30028", // Client ID (required) "customer_name": "Richardson & Co Accountants Limited", // Client Name (required) "customer_segment": "" // Client Segment (optional) } }); (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://lefebvre-sarrut.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '7e9642f2-4fc8-4be4-9803-87d993d105c8'); USE OF COOKIES Privacy policy Cookies policy This website uses its own cookies, which may be technical or analytical, to ensure the correct functioning of all its contents and to track their use. Click HERE for more information.. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the "Accept" button or configure or reject their use by pressing the "Configure" button. ACCEPT SET Reject all This website uses both its own and third-party cookies to analyze our services and navigation on our website in order to improve its contents (analytical purposes: measure visits and sources of web traffic). The legal basis is the consent of the user, except in the case of basic cookies, which are essential to navigate this website. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the following button: Accept all cookies and continue browsing BASIC AND ESSENTIAL COOKIES Basic and essential cookies are necessary to navigate this website and receive the service offered through it, so they do not require consent. These are cookies intended to only allow communication between the user's equipment and the network and provide a service that has been requested by the user. ANALYSIS COOKIES Disabled Enabled They make it possible to quantify the number of users and examine their browsing, thus being able to statistically measure and analyze the use made of the web, in order to improve the content and the service through it. They can be own or third party cookies. If they are not accepted, the indicated analysis will simply not be carried out. By clicking "Save preferences and continue browsing", the selection of cookies you have made will be saved. If you have not selected any option, pressing this button will be equivalent to rejecting all cookies. Save preferences and continue browsing Reject COOKIES $eflContentMenu = {"en":{"new-flashes":1,"calendar":1,"tax-rates":1,"practical-guides":1,"newsletter-by-email":1,"documents":1,"tools-calculator":1,"monthly-focus":1,"useful-links":1,"blog":0,"podcast":0,"seminars":0}}; var APP = { url_base : 'https://www.richardson-accountants.co.uk', base_url : '/', ajax_url : '/', js_plugins: '//public/assets/js/plugins/', language: 'en', language_code: 'en-GB', language_text: 'English', cookies_site_config: '_efl_cookies_config_accepted', cookies_site_ga: '_efl_cookies_ga_accepted', cookie_expires_days: '21', allow_google_consent_mode: 0, idNavision: '', mixpanel: { mixpanelToken: '', } }; window.dataLayer = window.dataLayer || []; function gtag() {dataLayer.push(arguments);} var bcwIsLogged =0;
Emails:
View text
.st0{fill:none} ICONOS FINALES-TRAZADOS :root{ /*CSS for Main website colours*/ --theme-color-primary:#081842; /*Theme colour*/ --theme-color-secondary:#347aaf; /*for borders*/ --theme-color-lightgrey:#F7F7F7; /*for service block bg*/ --theme-color-grey:#E1E1E1; /*for service block bg*/ --theme-color-darkgrey:#BFBFBF; /*for service block bg*/ --theme-color-lightgrey:#F5F5F5; /*for service block bg*/ --theme-color-black:#000; /*for Text*/ --theme-color-white:#FFF; /*for Text*/ } /*End main colours for website*/ /*CSS For header and search box*/ input,header .top-bar a,header .top-bar a span {color:#000000 !important} input:focus {color:#000000 !important} /*End of CSS For header and search box*/ /*CSS for Header Menu */ /*Colour Change for hover effect and drop down menu*/ .header-003 .menu-bar .menu-sections li.active a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li.active a, .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li:hover a { background-color: #000000; } .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus { background-color: #081842; } /*End of CSS for Header Menu */ /*CSS for call to action buttons*/ /*Button 1 */ a.fill-btn1 { background-color: var(--theme-color-primary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; } a.fill-btn1:hover{background-color:var(--theme-color-secondary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 1*/ /*Button 2 */ a.fill-btn2 { background-color: var(--theme-color-secondary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; font-size:14px; } a.fill-btn2:hover{background-color:var(--theme-color-primary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 2*/ /*Start of CSS for About Us Page */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .aboutusflex-container { display: flex; flex-wrap: wrap; border-bottom:1px solid #ccc; text-align: justify; } .aboutusflex-item-left { padding: 10px; flex: 20%; } .aboutusflex-item-right { padding: 10px; flex: 65%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .aboutusflex-item-right, .aboutusflex-item-left { flex: 100%; } } /*For more text copy*/ .aboutus-moretext { padding: 5px 5px 5px 5px; } .aboutus-moretext h2{} .aboutus-moretext p{} /*End of CSS for About Us Page*/ /*Start of CSS for Contact Us Page */ /* Create three equal columns that floats next to each other - ALG*/ .contactusrow{border-bottom: solid 1px var(--theme-color-primary); } .contactuscolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 15px; } /* Clear floats after the columns */ .contactusrow:after { content: ""; display: table; clear: both; margin-bottom:10px; } .contactusitem{ padding-bottom:12px;} .contactustitle h3{ text-align:center; text-transform: uppercase; font-size:15px;} .contactusdesc{ height:150px; margin:auto; text-align:center;} .contactusdesc ul li {list-style:none; text-align:center;} /*End of CSS for Contact Page*/ /*Start of CSS for Accountancy Services Pages */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .servicesflex-container { display: flex; flex-wrap: wrap; border-bottom: 1px solid #ccc; text-align: justify; } .servicesflex-item-left { padding: 10px; flex: 20%; } .servicesflex-item-right { padding: 10px; flex: 65%; } .servicesflex-item-right h3{ font-size:20px; } .servicesflex-item-right p{ font-size:15px; } .servicesflex-item-right a:link {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:hover {color:#347aaf; text-decoration:underline;} .servicesflex-item-right a:active {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:visited {color:#347aaf; text-decoration:none;} /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .servicesflex-item-right, .servicesflex-item-left { flex: 100%; } } /*For more text copy*/ .services-moretext { padding: 5px 5px 5px 5px; } .services-moretext p{ font-size:15px; } /* End of CSS for Accountancy Services Pages */ /*CSS For Map Location*/ .mapflex-container-title h2{text-align:center;} .mapflex-container { display: flex; flex-wrap: wrap; text-align: left; } .mapflex-item-left { padding: 10px; flex: 50%; } .mapflex-item-left h3{color:var(--theme-color-primary);} .mapflex-item-right { padding: 10px; flex: 50%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .mapflex-item-right, .mapflex-item-left { flex: 100%; } } /*End of CSS For Map location*/ /*CSS For Meet The Team Page*/ .aboutus-text{ display:block; padding:10px} .teamrow{ display:block;} .teamcolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 14px; } .team-item{ padding-bottom:12px; } /* Clear floats after the columns */ .teamrow:after { content: ""; display: table; clear: both; } .team-picture img {margin-left:auto; margin-right:auto; display:block; border-radius:50%; border: 4px solid var(--theme-color-secondary);} .team-title h3{ text-align:center; text-transform: capitalize; font-size:14px;} .team-desc{margin:auto; text-align: justify;} @media screen and (max-width: 768px) { .teamcolumn { width: 100%; } } /* End of CSS For Meet The Team Page*/ /*CSS for Footer Disclaimer*/ .footer-002 .disclaimer { font-size: 14px; line-height:1.8; } .footer-002 .cont-disclaimer { background-color: #081842; } /*End of CSS for Footer Disclaimer*/ /*CSS For service badges and logos on Page*/ .badgesrow { text-align:center; border-top: 1px solid #CCC;} /* Clear floats after the columns */ .badgesrow:after { content: ""; display: table; clear: both; } .badgescolumn{ float: left; display:block; width: 30%; margin:10px; } .badgescolumn img {display:block; margin-left:auto; margin-right:auto; height:auto; max-width:100%; max-height:100px;} @media screen and (max-width: 768px) { .badgescolumn { width: 100%; } .badgescolumn img{ display:block; margin-left:auto; margin-right:auto;} } .badgescolumnfullwidth{ float: left; display:block; width: 100%; margin:10px; } .badgescolumnfullwidth img{ display:block; margin-left:auto; margin-right:auto;} /*End of CSS For service badges and logos on Page*/ /*CSS for UK Custom Footer 1 */ .footer-container{ padding:10px;} .footer-company-information{ text-align:center;} /*CSS for UK Custom Footer 1 */ /*CSS for Client-Link Badge*/ .CLFooterRow {padding: 2px; margin-bottom: 10px;} .client-link-badge{padding:10px; text-align:right; margin-bottom:20px;} .client-link-badge img {margin-right: auto; margin-left: auto; display:inline;} /*End CSS for Client-Link Badge*/ @import url("https://fonts.googleapis.com/css2?family=Arimo"); @import url("https://fonts.googleapis.com/css2?family=0"); .header-mobile .logo-header, .header-mobile .navbar-default, [class^=header-00] .menu-bar, .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color:#347AAF !important; } [class^=header-00] a, [class^=header-00] a span, [class^=header-00] li a, [class^=header-00] .menu-sections li a, [class^=header-00] li svg, [class^=header-00] .top-bar li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar li svg *, [class^=header-00] p, .header-mobile a, .header-mobile a span, .header-mobile li a, .header-mobile .menu-sections li a, .header-mobile li svg, .header-mobile .top-bar li svg, .header-mobile li svg *, .header-mobile .top-bar li svg *, .header-mobile p { color:#FFFFFF !important; } .header-001 a.phone, .header-002 a.phone, .header-001 a.phone span, .header-002 a.phone span, .header-001 .social-networks a, .header-002 .social-networks a, .header-001 .social-networks a span, .header-002 .social-networks a span, .header-001 .navigation a, .header-002 .navigation a, .header-001 .navigation a span, .header-002 .navigation a span { color:#347AAF !important; } .header-001 .top-bar .phone svg, .header-002 .top-bar .phone svg, .header-001 .top-bar .phone svg *, .header-002 .top-bar .phone svg *, .header-001 .top-bar .navigation li a svg, .header-002 .top-bar .navigation li a svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001.top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg * { fill:#347AAF; } .header-001 .top-bar, .header-002 .top-bar { border-bottom-color:#347AAF; } .header-001:not a, .header-001:not a span, .header-001:not li a, .header-001:not .menu-sections li a, .header-001:not li svg, .header-001:not .top-bar li svg, .header-001:not li svg *, .header-001:not .top-bar li svg *, .header-001:not p, .header-002:not a, .header-002:not a span, .header-002:not li a, .header-002:not .menu-sections li a, .header-002:not li svg, .header-002:not .top-bar li svg, .header-002:not li svg *, .header-002:not .top-bar li svg *, .header-002:not p{ color:#FFFFFF !important; } .header-mobile button{ color:#FFFFFF !important; } .header-mobile .navbar-default .navbar-toggle:hover .icon-bar, .header-mobile .navbar-default .navbar-toggle:focus .icon-bar, .header-mobile .navbar-default .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } [class^=header-00] li svg, .header-001:not li svg, .header-002:not li svg, .header-mobile li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar svg, [class^=header-00] .top-bar svg *, .header-001:not li svg *, .header-001:not .top-bar svg, .header-001:not .top-bar svg *, .header-002:not li svg *, .header-002:not .top-bar svg, .header-002:not .top-bar svg *, .header-mobile li svg *, .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill:#FFFFFF !important; } .header-mobile .navbar-nav .searcher{ border:solid 1px #347AAF !important; } /*header-001, header-002, header-003, header-004, header-005, header-006, header-008, header-009, header-010*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg *{*/ /* */ /*}*/ .header-001 .top-bar a, /*.header-001 .top-bar a span,*/ .header-001 .top-bar li a /*.header-001 .top-bar .menu-sections li a,*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ .header-002 .top-bar a, /*.header-002 .top-bar a span,*/ .header-002 .top-bar li a, /*.header-002 .top-bar .menu-sections li a,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg */ { color:#347AAF !important; } /*.header-001 .top-bar,*/ /*.header-001 .logo-header,*/ /*.header-002 .top-bar,*/ .header-003 .logo-header{ border-bottom:solid 2px #347AAF !important; } .header-004 .subheader, .header-005 .logo-header, .header-006 .logo-header, .header-008 > div, .header-008 .toolbar, .header-008 .mobile-menu-container.in{ background-color:#347AAF !important; } .header-007 .navbar-toggle .icon-bar, .header-008 .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } .header-007 .social-networks li a, .header-008 .social-networks li a{ font-size: 15px !important; } .header-008 .social-networks li a span{ } .header-008 .social-networks svg, .header-008 .social-networks svg * { fill: #fff !important; } .webwin header *, .studioInforma header * { color: #FFFFFF !important; } .header-003 .menu-bar .navigation li a svg *, .header-003 .menu-bar .navigation li a:hover svg * { fill: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #FFFFFF !important; } .header-003 .language .idioma { color: #FFFFFF !important; } .header-003 .container-fluid{ border-bottom: px solid #347AAF; } .header-003 .container-fluid.menu-bar > .container, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a{ background-color: #347AAF; } .header-003 .menu-sections li a{ border: 1px solid transparent; } .header-003 .menu-sections li.active a, .header-003 .menu-sections li a:focus, .header-003 .menu-sections li a:hover{ border: 1px solid #347AAF; } .header-003 .menu-sections li.dropdown .dropdown-menu li a{ background-color: #61A7DC !important; color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ background-color: #20669B !important; } .header-003 .menu-bar .menu-sections li.active a, .header-003 .menu-bar .menu-sections li:hover a, .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus{ background-color: #20669B !important; } .header-003 .menu-sections li a:focus, .header-003 .menu-sections li:hover a, .header-003 .menu-sections li.active a{ color: #FFFFFF!important; } [class^=header-00] li svg *{ fill: #FFFFFF!important; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li a { background-color: #61A7DC; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:hover a, .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:focus a { background-color: #20669B !important; } .header-003 .menu-bar .navigation li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li.active a{ background-color: #20669B !important; } .show-mobile{ visibility: hidden!important; } .hide-mobile{ visibility: visible!important; } /*.header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus, .header-003 .menu-bar .menu-sections li.active a{*/ /* background: inherit;*/ /*}*/ @media only screen and (max-width: 991px) { .header-003 .toolbar.hide-mobile, .hide-mobile .social-networks{ display: none; } .show-mobile{ visibility: visible!important; } .hide-mobile{ visibility: hidden!important; } } .header-003 .menu-bar .navigation .btn-client-portal { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #347AAF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { color: #347AAF !important; } .dropdown:hover .dropdown-menu{ display: block ; margin-top: 0 ; } .dropdown-menu { margin: 0; } .dropdown-item { padding: 0.25rem 1.5rem ; } .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu, .dropdown:hover .dropdown-menu.dropdown-third { display: none; } .dropdown-submenu:hover .dropdown-menu.dropdown-third { display: block; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: 0; margin-left: -1px; } Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us .header-003 .language .idioma, .header-003 .language-toolbar li a{ color: #FFFFFF!important; } .header-003 .menu-bar .navigation .language-toolbar .language svg use, .header-003 .menu-bar .navigation li.language-toolbar a:hover svg *{ fill: #FF0000F9 !important; } .header-003 .toolbar li a>span.language svg *{ fill: #FFFFFF!important; } .header-003 li.header-search-btn a svg, .header-003 li.header-search-btn a svg *{ fill: #FFFFFF!important; } .header-mobile .logo-header, .header-mobile .navbar-default{ background-color: #347AAF; } .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color: #347AAF; } .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill: #347AAF !important; } .header-mobile .navbar-nav > li > a, .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; font-family: Arimo; } .header-mobile .navbar-nav > li > a{ } .header-mobile .navbar-nav >li>a:hover{ color: #FFFFFF !important; } .header-mobile .navbar-nav .active a, .header-mobile .navbar-nav >.open a.dropdown-toggle, .header-mobile .navbar-nav >.open a.dropdown-toggle:hover{ color: #FFFFFF !important; background-color: #20669B !important; } .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; background-color: #61A7DC !important; } .header-mobile .logo-header .social-networks li a [class^="lf-icon"], .header-mobile .logo-header .social-networks li a [class*=" lf-icon"], .header-mobile .social-networks li a span:before{ color: #FFFFFF !important; } .header-mobile a span.caret{ color: #FFFFFF !important; } .header-mobile .navbar-nav .searcher.search-mobile{ background-color: #FFFFFF; border: 0px; } .header-mobile .language .idioma, .header-mobile .navbar-nav >li>a .language svg, .header-mobile .navbar-nav >li>a .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle > svg, .header-mobile .navbar-nav li > a.dropdown-toggle > svg *{ color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.user-login-mobile .header-mobile .navbar-nav >li >a.user-login-mobile svg, .header-mobile .navbar-nav >li >a.user-login-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile a:hover .language .idioma, .header-mobile .navbar-nav >li>a:hover .language svg, .header-mobile .navbar-nav >li>a:hover .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg *, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.phone .header-mobile .navbar-nav >li >a.phone svg, .header-mobile .navbar-nav >li >a.phone svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile .header-mobile .navbar-nav >li >a.cta-text-mobile svg, .header-mobile .navbar-nav >li >a.cta-text-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile:hover .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg, .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav > li > a.btn-client-portal-mobile { color: #347AAF !important; background-color: #FFFFFF !important; border: 0; border-radius: 0px; } Toggle navigation Home Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us HomeMeet The Team ul.breadcrumb>li+li:before { content: "/ " !important; } ul.breadcrumb a{ color: #347aaf !important; } div.breadcrumb-container, ul.breadcrumb{ background-color: #ffffff !important; } if (window.addEventListener) { window.addEventListener("load", loadBreadcrumb, false); } else if (window.attachEvent) { window.attachEvent("onload", loadBreadcrumb); } else { window.onload = loadBreadcrumb; } function loadBreadcrumb () { var familyTitle = 'Arimo'; var cssParent = $('ul.breadcrumb'); if ('' !== familyTitle) { var link = document.createElement('link'); link.href="https://fonts.googleapis.com/css?family=" + familyTitle; link.rel="stylesheet"; link.type="text/css"; document.getElementsByTagName('head')[0].appendChild(link); var cssTitle = cssParent; cssTitle.css('font-family', familyTitle); } var activeTitle = cssParent.find('.active-title'); if (activeTitle.html() === '---'){ activeTitle.html($('h1').html()); } }; Meet The Team We have worked together for several years now with our personalities complimenting each other to provide a strong, dependable, and reliable team which I am very proud of. Maria After working hard to bring up my four children I gained an accounting degree at Anglian Ruskin and went on to become a ACCA qualified accountant in 2005. I gained my accounting experience by training with larger firms and opened my own practice in 2018 and have never looked back. Meeting clients and building a professional relationship based on trust and mutual respect is vitally important to me, to be able to give the best services and advice. Simon I started working in practice in 1987 and have worked for a few larger practices over the years where I had a varied range of experience. My specialisms are the implementation of computerized systems; Corporate Tax; Construction Industry and VAT. I have been working in my current role since January 2018. Helen Having spent 35 years in accountancy practices there is not much I haven’t seen or heard! I honestly believe there is no such thing as a “silly” question so I am always more than happy to share my knowledge and experience in order to provide clarity and reassurance. I’d like to think that I’ve established a good relationship with our client’s and it’s always lovely when they pop in and we’ve got time for a catchup and a cuppa. Shang I gained my Accounting Advance Diploma qualification in 2014, one week before my second child was born. I have worked in accountancy for over eight years and have the responsibility of looking after our clients’ bookkeeping and VAT. I also prepare annual accounts, corporation tax and personal tax. I am the first point of contact for any Xero bookkeeping software advice. I have been working with the team in Richardson & Co for several years and we have established a professional yet friendly working environment. Lucy I deal with the administration side of the business. My role includes booking in records, VAT preparation, bookkeeping, credit control and raising invoices in additional to other administration work. I have been working in this role for the past 5 years and am continually learning and developing new skills. Debbie I previously worked for one practice starting in 1983 as an office junior and progressing to management level in the tax department. How things have changed! For many years I have specialized in the preparation and processing of personal tax returns and thrive on the challenge of meeting HMRC submission deadlines. I enjoy communicating and meeting new people and building professional relationships. I like being part of a team so look forward to having many years at Richardson & Co. © Richardson & Co Accountants Limited. All Rights Reserved. Richardson & Co Accountants Limited is registered in England and Wales with company number 11714422. Registered Office – Cornish & Sussex Suite, House 3, Lynderswood Business Park, Lynderswood Lane, Black Notley, CM77 8JT. Privacy Policy | Cookie Policy var sc_project=12833854; var sc_invisible=1; var sc_security="beaa6002"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "customer": { "customer_id": "30028", // Client ID (required) "customer_name": "Richardson & Co Accountants Limited", // Client Name (required) "customer_segment": "" // Client Segment (optional) } }); (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://lefebvre-sarrut.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '7e9642f2-4fc8-4be4-9803-87d993d105c8'); USE OF COOKIES Privacy policy Cookies policy This website uses its own cookies, which may be technical or analytical, to ensure the correct functioning of all its contents and to track their use. Click HERE for more information.. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the "Accept" button or configure or reject their use by pressing the "Configure" button. ACCEPT SET Reject all This website uses both its own and third-party cookies to analyze our services and navigation on our website in order to improve its contents (analytical purposes: measure visits and sources of web traffic). The legal basis is the consent of the user, except in the case of basic cookies, which are essential to navigate this website. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the following button: Accept all cookies and continue browsing BASIC AND ESSENTIAL COOKIES Basic and essential cookies are necessary to navigate this website and receive the service offered through it, so they do not require consent. These are cookies intended to only allow communication between the user's equipment and the network and provide a service that has been requested by the user. ANALYSIS COOKIES Disabled Enabled They make it possible to quantify the number of users and examine their browsing, thus being able to statistically measure and analyze the use made of the web, in order to improve the content and the service through it. They can be own or third party cookies. If they are not accepted, the indicated analysis will simply not be carried out. By clicking "Save preferences and continue browsing", the selection of cookies you have made will be saved. If you have not selected any option, pressing this button will be equivalent to rejecting all cookies. Save preferences and continue browsing Reject COOKIES $eflContentMenu = {"en":{"new-flashes":1,"calendar":1,"tax-rates":1,"practical-guides":1,"newsletter-by-email":1,"documents":1,"tools-calculator":1,"monthly-focus":1,"useful-links":1,"blog":0,"podcast":0,"seminars":0}}; var APP = { url_base : 'https://www.richardson-accountants.co.uk', base_url : '/', ajax_url : '/', js_plugins: '//public/assets/js/plugins/', language: 'en', language_code: 'en-GB', language_text: 'English', cookies_site_config: '_efl_cookies_config_accepted', cookies_site_ga: '_efl_cookies_ga_accepted', cookie_expires_days: '21', allow_google_consent_mode: 0, idNavision: '', mixpanel: { mixpanelToken: '', } }; window.dataLayer = window.dataLayer || []; function gtag() {dataLayer.push(arguments);} var bcwIsLogged =0;
Emails: info@richardson-accountants.co.uk
View text
.st0{fill:none} ICONOS FINALES-TRAZADOS :root{ /*CSS for Main website colours*/ --theme-color-primary:#081842; /*Theme colour*/ --theme-color-secondary:#347aaf; /*for borders*/ --theme-color-lightgrey:#F7F7F7; /*for service block bg*/ --theme-color-grey:#E1E1E1; /*for service block bg*/ --theme-color-darkgrey:#BFBFBF; /*for service block bg*/ --theme-color-lightgrey:#F5F5F5; /*for service block bg*/ --theme-color-black:#000; /*for Text*/ --theme-color-white:#FFF; /*for Text*/ } /*End main colours for website*/ /*CSS For header and search box*/ input,header .top-bar a,header .top-bar a span {color:#000000 !important} input:focus {color:#000000 !important} /*End of CSS For header and search box*/ /*CSS for Header Menu */ /*Colour Change for hover effect and drop down menu*/ .header-003 .menu-bar .menu-sections li.active a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li.active a, .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li:hover a { background-color: #000000; } .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus { background-color: #081842; } /*End of CSS for Header Menu */ /*CSS for call to action buttons*/ /*Button 1 */ a.fill-btn1 { background-color: var(--theme-color-primary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; } a.fill-btn1:hover{background-color:var(--theme-color-secondary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 1*/ /*Button 2 */ a.fill-btn2 { background-color: var(--theme-color-secondary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; font-size:14px; } a.fill-btn2:hover{background-color:var(--theme-color-primary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 2*/ /*Start of CSS for About Us Page */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .aboutusflex-container { display: flex; flex-wrap: wrap; border-bottom:1px solid #ccc; text-align: justify; } .aboutusflex-item-left { padding: 10px; flex: 20%; } .aboutusflex-item-right { padding: 10px; flex: 65%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .aboutusflex-item-right, .aboutusflex-item-left { flex: 100%; } } /*For more text copy*/ .aboutus-moretext { padding: 5px 5px 5px 5px; } .aboutus-moretext h2{} .aboutus-moretext p{} /*End of CSS for About Us Page*/ /*Start of CSS for Contact Us Page */ /* Create three equal columns that floats next to each other - ALG*/ .contactusrow{border-bottom: solid 1px var(--theme-color-primary); } .contactuscolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 15px; } /* Clear floats after the columns */ .contactusrow:after { content: ""; display: table; clear: both; margin-bottom:10px; } .contactusitem{ padding-bottom:12px;} .contactustitle h3{ text-align:center; text-transform: uppercase; font-size:15px;} .contactusdesc{ height:150px; margin:auto; text-align:center;} .contactusdesc ul li {list-style:none; text-align:center;} /*End of CSS for Contact Page*/ /*Start of CSS for Accountancy Services Pages */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .servicesflex-container { display: flex; flex-wrap: wrap; border-bottom: 1px solid #ccc; text-align: justify; } .servicesflex-item-left { padding: 10px; flex: 20%; } .servicesflex-item-right { padding: 10px; flex: 65%; } .servicesflex-item-right h3{ font-size:20px; } .servicesflex-item-right p{ font-size:15px; } .servicesflex-item-right a:link {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:hover {color:#347aaf; text-decoration:underline;} .servicesflex-item-right a:active {color:#347aaf; text-decoration: none;} .servicesflex-item-right a:visited {color:#347aaf; text-decoration:none;} /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .servicesflex-item-right, .servicesflex-item-left { flex: 100%; } } /*For more text copy*/ .services-moretext { padding: 5px 5px 5px 5px; } .services-moretext p{ font-size:15px; } /* End of CSS for Accountancy Services Pages */ /*CSS For Map Location*/ .mapflex-container-title h2{text-align:center;} .mapflex-container { display: flex; flex-wrap: wrap; text-align: left; } .mapflex-item-left { padding: 10px; flex: 50%; } .mapflex-item-left h3{color:var(--theme-color-primary);} .mapflex-item-right { padding: 10px; flex: 50%; } /* Responsive layout - makes a one column-layout instead of a two-column layout */ @media (max-width: 800px) { .mapflex-item-right, .mapflex-item-left { flex: 100%; } } /*End of CSS For Map location*/ /*CSS For Meet The Team Page*/ .aboutus-text{ display:block; padding:10px} .teamrow{ display:block;} .teamcolumn { float: left; width: 32%; display:block; margin:2px; padding: 10px; font-size: 14px; } .team-item{ padding-bottom:12px; } /* Clear floats after the columns */ .teamrow:after { content: ""; display: table; clear: both; } .team-picture img {margin-left:auto; margin-right:auto; display:block; border-radius:50%; border: 4px solid var(--theme-color-secondary);} .team-title h3{ text-align:center; text-transform: capitalize; font-size:14px;} .team-desc{margin:auto; text-align: justify;} @media screen and (max-width: 768px) { .teamcolumn { width: 100%; } } /* End of CSS For Meet The Team Page*/ /*CSS for Footer Disclaimer*/ .footer-002 .disclaimer { font-size: 14px; line-height:1.8; } .footer-002 .cont-disclaimer { background-color: #081842; } /*End of CSS for Footer Disclaimer*/ /*CSS For service badges and logos on Page*/ .badgesrow { text-align:center; border-top: 1px solid #CCC;} /* Clear floats after the columns */ .badgesrow:after { content: ""; display: table; clear: both; } .badgescolumn{ float: left; display:block; width: 30%; margin:10px; } .badgescolumn img {display:block; margin-left:auto; margin-right:auto; height:auto; max-width:100%; max-height:100px;} @media screen and (max-width: 768px) { .badgescolumn { width: 100%; } .badgescolumn img{ display:block; margin-left:auto; margin-right:auto;} } .badgescolumnfullwidth{ float: left; display:block; width: 100%; margin:10px; } .badgescolumnfullwidth img{ display:block; margin-left:auto; margin-right:auto;} /*End of CSS For service badges and logos on Page*/ /*CSS for UK Custom Footer 1 */ .footer-container{ padding:10px;} .footer-company-information{ text-align:center;} /*CSS for UK Custom Footer 1 */ /*CSS for Client-Link Badge*/ .CLFooterRow {padding: 2px; margin-bottom: 10px;} .client-link-badge{padding:10px; text-align:right; margin-bottom:20px;} .client-link-badge img {margin-right: auto; margin-left: auto; display:inline;} /*End CSS for Client-Link Badge*/ @import url("https://fonts.googleapis.com/css2?family=Arimo"); @import url("https://fonts.googleapis.com/css2?family=0"); .header-mobile .logo-header, .header-mobile .navbar-default, [class^=header-00] .menu-bar, .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color:#347AAF !important; } [class^=header-00] a, [class^=header-00] a span, [class^=header-00] li a, [class^=header-00] .menu-sections li a, [class^=header-00] li svg, [class^=header-00] .top-bar li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar li svg *, [class^=header-00] p, .header-mobile a, .header-mobile a span, .header-mobile li a, .header-mobile .menu-sections li a, .header-mobile li svg, .header-mobile .top-bar li svg, .header-mobile li svg *, .header-mobile .top-bar li svg *, .header-mobile p { color:#FFFFFF !important; } .header-001 a.phone, .header-002 a.phone, .header-001 a.phone span, .header-002 a.phone span, .header-001 .social-networks a, .header-002 .social-networks a, .header-001 .social-networks a span, .header-002 .social-networks a span, .header-001 .navigation a, .header-002 .navigation a, .header-001 .navigation a span, .header-002 .navigation a span { color:#347AAF !important; } .header-001 .top-bar .phone svg, .header-002 .top-bar .phone svg, .header-001 .top-bar .phone svg *, .header-002 .top-bar .phone svg *, .header-001 .top-bar .navigation li a svg, .header-002 .top-bar .navigation li a svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001.top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg * { fill:#347AAF; } .header-001 .top-bar, .header-002 .top-bar { border-bottom-color:#347AAF; } .header-001:not a, .header-001:not a span, .header-001:not li a, .header-001:not .menu-sections li a, .header-001:not li svg, .header-001:not .top-bar li svg, .header-001:not li svg *, .header-001:not .top-bar li svg *, .header-001:not p, .header-002:not a, .header-002:not a span, .header-002:not li a, .header-002:not .menu-sections li a, .header-002:not li svg, .header-002:not .top-bar li svg, .header-002:not li svg *, .header-002:not .top-bar li svg *, .header-002:not p{ color:#FFFFFF !important; } .header-mobile button{ color:#FFFFFF !important; } .header-mobile .navbar-default .navbar-toggle:hover .icon-bar, .header-mobile .navbar-default .navbar-toggle:focus .icon-bar, .header-mobile .navbar-default .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } [class^=header-00] li svg, .header-001:not li svg, .header-002:not li svg, .header-mobile li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar svg, [class^=header-00] .top-bar svg *, .header-001:not li svg *, .header-001:not .top-bar svg, .header-001:not .top-bar svg *, .header-002:not li svg *, .header-002:not .top-bar svg, .header-002:not .top-bar svg *, .header-mobile li svg *, .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill:#FFFFFF !important; } .header-mobile .navbar-nav .searcher{ border:solid 1px #347AAF !important; } /*header-001, header-002, header-003, header-004, header-005, header-006, header-008, header-009, header-010*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg *{*/ /* */ /*}*/ .header-001 .top-bar a, /*.header-001 .top-bar a span,*/ .header-001 .top-bar li a /*.header-001 .top-bar .menu-sections li a,*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ .header-002 .top-bar a, /*.header-002 .top-bar a span,*/ .header-002 .top-bar li a, /*.header-002 .top-bar .menu-sections li a,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg */ { color:#347AAF !important; } /*.header-001 .top-bar,*/ /*.header-001 .logo-header,*/ /*.header-002 .top-bar,*/ .header-003 .logo-header{ border-bottom:solid 2px #347AAF !important; } .header-004 .subheader, .header-005 .logo-header, .header-006 .logo-header, .header-008 > div, .header-008 .toolbar, .header-008 .mobile-menu-container.in{ background-color:#347AAF !important; } .header-007 .navbar-toggle .icon-bar, .header-008 .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } .header-007 .social-networks li a, .header-008 .social-networks li a{ font-size: 15px !important; } .header-008 .social-networks li a span{ } .header-008 .social-networks svg, .header-008 .social-networks svg * { fill: #fff !important; } .webwin header *, .studioInforma header * { color: #FFFFFF !important; } .header-003 .menu-bar .navigation li a svg *, .header-003 .menu-bar .navigation li a:hover svg * { fill: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #FFFFFF !important; } .header-003 .language .idioma { color: #FFFFFF !important; } .header-003 .container-fluid{ border-bottom: px solid #347AAF; } .header-003 .container-fluid.menu-bar > .container, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a{ background-color: #347AAF; } .header-003 .menu-sections li a{ border: 1px solid transparent; } .header-003 .menu-sections li.active a, .header-003 .menu-sections li a:focus, .header-003 .menu-sections li a:hover{ border: 1px solid #347AAF; } .header-003 .menu-sections li.dropdown .dropdown-menu li a{ background-color: #61A7DC !important; color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ background-color: #20669B !important; } .header-003 .menu-bar .menu-sections li.active a, .header-003 .menu-bar .menu-sections li:hover a, .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus{ background-color: #20669B !important; } .header-003 .menu-sections li a:focus, .header-003 .menu-sections li:hover a, .header-003 .menu-sections li.active a{ color: #FFFFFF!important; } [class^=header-00] li svg *{ fill: #FFFFFF!important; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li a { background-color: #61A7DC; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:hover a, .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:focus a { background-color: #20669B !important; } .header-003 .menu-bar .navigation li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li.active a{ background-color: #20669B !important; } .show-mobile{ visibility: hidden!important; } .hide-mobile{ visibility: visible!important; } /*.header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus, .header-003 .menu-bar .menu-sections li.active a{*/ /* background: inherit;*/ /*}*/ @media only screen and (max-width: 991px) { .header-003 .toolbar.hide-mobile, .hide-mobile .social-networks{ display: none; } .show-mobile{ visibility: visible!important; } .hide-mobile{ visibility: hidden!important; } } .header-003 .menu-bar .navigation .btn-client-portal { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #347AAF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { color: #347AAF !important; } .dropdown:hover .dropdown-menu{ display: block ; margin-top: 0 ; } .dropdown-menu { margin: 0; } .dropdown-item { padding: 0.25rem 1.5rem ; } .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu, .dropdown:hover .dropdown-menu.dropdown-third { display: none; } .dropdown-submenu:hover .dropdown-menu.dropdown-third { display: block; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: 0; margin-left: -1px; } Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us .header-003 .language .idioma, .header-003 .language-toolbar li a{ color: #FFFFFF!important; } .header-003 .menu-bar .navigation .language-toolbar .language svg use, .header-003 .menu-bar .navigation li.language-toolbar a:hover svg *{ fill: #FF0000F9 !important; } .header-003 .toolbar li a>span.language svg *{ fill: #FFFFFF!important; } .header-003 li.header-search-btn a svg, .header-003 li.header-search-btn a svg *{ fill: #FFFFFF!important; } .header-mobile .logo-header, .header-mobile .navbar-default{ background-color: #347AAF; } .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color: #347AAF; } .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill: #347AAF !important; } .header-mobile .navbar-nav > li > a, .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; font-family: Arimo; } .header-mobile .navbar-nav > li > a{ } .header-mobile .navbar-nav >li>a:hover{ color: #FFFFFF !important; } .header-mobile .navbar-nav .active a, .header-mobile .navbar-nav >.open a.dropdown-toggle, .header-mobile .navbar-nav >.open a.dropdown-toggle:hover{ color: #FFFFFF !important; background-color: #20669B !important; } .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; background-color: #61A7DC !important; } .header-mobile .logo-header .social-networks li a [class^="lf-icon"], .header-mobile .logo-header .social-networks li a [class*=" lf-icon"], .header-mobile .social-networks li a span:before{ color: #FFFFFF !important; } .header-mobile a span.caret{ color: #FFFFFF !important; } .header-mobile .navbar-nav .searcher.search-mobile{ background-color: #FFFFFF; border: 0px; } .header-mobile .language .idioma, .header-mobile .navbar-nav >li>a .language svg, .header-mobile .navbar-nav >li>a .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle > svg, .header-mobile .navbar-nav li > a.dropdown-toggle > svg *{ color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.user-login-mobile .header-mobile .navbar-nav >li >a.user-login-mobile svg, .header-mobile .navbar-nav >li >a.user-login-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile a:hover .language .idioma, .header-mobile .navbar-nav >li>a:hover .language svg, .header-mobile .navbar-nav >li>a:hover .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg *, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.phone .header-mobile .navbar-nav >li >a.phone svg, .header-mobile .navbar-nav >li >a.phone svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile .header-mobile .navbar-nav >li >a.cta-text-mobile svg, .header-mobile .navbar-nav >li >a.cta-text-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile:hover .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg, .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav > li > a.btn-client-portal-mobile { color: #347AAF !important; background-color: #FFFFFF !important; border: 0; border-radius: 0px; } Toggle navigation Home Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us HomeAbout Us ul.breadcrumb>li+li:before { content: "/ " !important; } ul.breadcrumb a{ color: #347aaf !important; } div.breadcrumb-container, ul.breadcrumb{ background-color: #ffffff !important; } if (window.addEventListener) { window.addEventListener("load", loadBreadcrumb, false); } else if (window.attachEvent) { window.attachEvent("onload", loadBreadcrumb); } else { window.onload = loadBreadcrumb; } function loadBreadcrumb () { var familyTitle = 'Arimo'; var cssParent = $('ul.breadcrumb'); if ('' !== familyTitle) { var link = document.createElement('link'); link.href="https://fonts.googleapis.com/css?family=" + familyTitle; link.rel="stylesheet"; link.type="text/css"; document.getElementsByTagName('head')[0].appendChild(link); var cssTitle = cssParent; cssTitle.css('font-family', familyTitle); } var activeTitle = cssParent.find('.active-title'); if (activeTitle.html() === '---'){ activeTitle.html($('h1').html()); } }; About Us Approachable, Relatable, and Straight Talking Richardson Accountants & Co strive to provide the very best service for our clients by using our combined knowledge and expertise. It is important to us to be approachable, relatable, and straight talking. Too many accountants make clients feel undervalued and intimidated, which we believe is unacceptable. With a wealth of experience amounting to almost 100 years, we are fully equipped to tackle most situations and many different accounting software’s such as Xero, Quickbooks, Sage and manual systems. Meet the team Richardson & Co Accountants Limited Head Office: Cornish & Sussex Suite, House 3, Lynderswood Business Park, Lynderswood Lane, Black Notley, Essex, CM77 8JT Telephone: 01245 951040 Email: info@richardson-accountants.co.uk © Richardson & Co Accountants Limited. All Rights Reserved. Richardson & Co Accountants Limited is registered in England and Wales with company number 11714422. Registered Office – Cornish & Sussex Suite, House 3, Lynderswood Business Park, Lynderswood Lane, Black Notley, CM77 8JT. Privacy Policy | Cookie Policy var sc_project=12833854; var sc_invisible=1; var sc_security="beaa6002"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "customer": { "customer_id": "30028", // Client ID (required) "customer_name": "Richardson & Co Accountants Limited", // Client Name (required) "customer_segment": "" // Client Segment (optional) } }); (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://lefebvre-sarrut.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '7e9642f2-4fc8-4be4-9803-87d993d105c8'); USE OF COOKIES Privacy policy Cookies policy This website uses its own cookies, which may be technical or analytical, to ensure the correct functioning of all its contents and to track their use. Click HERE for more information.. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the "Accept" button or configure or reject their use by pressing the "Configure" button. ACCEPT SET Reject all This website uses both its own and third-party cookies to analyze our services and navigation on our website in order to improve its contents (analytical purposes: measure visits and sources of web traffic). The legal basis is the consent of the user, except in the case of basic cookies, which are essential to navigate this website. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the following button: Accept all cookies and continue browsing BASIC AND ESSENTIAL COOKIES Basic and essential cookies are necessary to navigate this website and receive the service offered through it, so they do not require consent. These are cookies intended to only allow communication between the user's equipment and the network and provide a service that has been requested by the user. ANALYSIS COOKIES Disabled Enabled They make it possible to quantify the number of users and examine their browsing, thus being able to statistically measure and analyze the use made of the web, in order to improve the content and the service through it. They can be own or third party cookies. If they are not accepted, the indicated analysis will simply not be carried out. By clicking "Save preferences and continue browsing", the selection of cookies you have made will be saved. If you have not selected any option, pressing this button will be equivalent to rejecting all cookies. Save preferences and continue browsing Reject COOKIES $eflContentMenu = {"en":{"new-flashes":1,"calendar":1,"tax-rates":1,"practical-guides":1,"newsletter-by-email":1,"documents":1,"tools-calculator":1,"monthly-focus":1,"useful-links":1,"blog":0,"podcast":0,"seminars":0}}; var APP = { url_base : 'https://www.richardson-accountants.co.uk', base_url : '/', ajax_url : '/', js_plugins: '//public/assets/js/plugins/', language: 'en', language_code: 'en-GB', language_text: 'English', cookies_site_config: '_efl_cookies_config_accepted', cookies_site_ga: '_efl_cookies_ga_accepted', cookie_expires_days: '21', allow_google_consent_mode: 0, idNavision: '', mixpanel: { mixpanelToken: '', } }; window.dataLayer = window.dataLayer || []; function gtag() {dataLayer.push(arguments);} var bcwIsLogged =0;
http://richardson-accountants.co.uk/
Status: 200
Emails:
View text
.st0{fill:none} ICONOS FINALES-TRAZADOS :root{ /*CSS for Main website colours*/ --theme-color-primary:#081842; /*Theme colour*/ --theme-color-secondary:#347aaf; /*for borders*/ --theme-color-lightgrey:#F7F7F7; /*for service block bg*/ --theme-color-grey:#E1E1E1; /*for service block bg*/ --theme-color-darkgrey:#BFBFBF; /*for service block bg*/ --theme-color-lightgrey:#F5F5F5; /*for service block bg*/ --theme-color-black:#000; /*for Text*/ --theme-color-white:#FFF; /*for Text*/ } /*End main colours for website*/ /*CSS For header and search box*/ input,header .top-bar a,header .top-bar a span {color:#000000 !important;} input:focus {color:#000000 !important;} /*End of CSS For header and search box*/ /*CSS for Header Menu */ /*Colour Change for hover effect and drop down menu*/ .header-003 .menu-bar .menu-sections li.active a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li a { background-color: #081842; } .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li.active a, .header-003 .menu-bar .menu-sections li.dropdown .dropdown-menu li:hover a { background-color: #000000; } .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus { background-color: #081842; } /*End of CSS for Header Menu */ /*CSS for call to action buttons*/ /*Button 1 */ a.fill-btn1 { background-color: var(--theme-color-primary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; } a.fill-btn1:hover{background-color:var(--theme-color-secondary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn1 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 1*/ /*Button 2 */ a.fill-btn2 { background-color: var(--theme-color-secondary); color: var(--theme-color-white) !important; padding: 10px 30px; display: inline-block; margin-top: 10px; text-transform: capitalize; text-shadow: none; font-weight: 600; font-size:14px; } a.fill-btn2:hover{background-color:var(--theme-color-primary); text-decoration:none; color: var(--theme-color-white) !important;} @media (max-width: 992px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 768px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-size:14px; } } @media (max-width: 480px) { a.fill-btn2 { display: inline-block; padding: 10px 30px; margin-right: 20px; margin-top: 5px; text-transform:capitalize; text-shadow: none; font-weight:bold; font-size:12px; } } /*End Button 2*/ /*Home Page*/ /***************************************/ /*CSS For Services Section*/ .servicescolumn { float: left; display:block; font-size: 15px; } .services-item{ padding-bottom:12px; border-bottom: solid 1px var(--theme-color-primary);} /* Clear floats after the columns */ .servicesrow:after { content: ""; display: table; clear: both; margin-bottom:10px; } .service-picture img {margin-left:auto; margin-right:auto; display:block;} .service-title h3{ text-align:center; text-transform: uppercase; font-size:15px;} .service-desc{margin:auto; text-align:justify;} .service-findoutmore{ text-align:center; } @media (min-width: 1282px) { .servicescolumn {width: 32%; margin:6px; padding: 10px;} .service-desc{min-height:140px} } @media (min-width: 1025px) and (max-width: 1281px){ .servicescolumn {width: 32%; margin:6px; padding: 10px;} .service-desc{min-height:140px} } @media (min-width: 993px) and (max-width: 1024px){ .servicescolumn {width: 32%; margin:6px; padding: 10px;} .service-desc{min-height:160px} } @media (min-width: 768px) and (max-width: 992px){ .servicescolumn {width: 46%; margin:6px; padding: 10px;} .service-desc{min-height:160px} } @media (min-width: 481px) and (max-width: 767px) { .servicescolumn {width: 100%; margin:6px; padding: 10px;} .service-desc{min-height:160px} } @media (max-width: 480px) { .servicescolumn {width: 100%; margin:2px; padding: 10px;} .service-desc{min-height:125px} } /* End*/ /*CSS for Services Call to action */ .servicescalltoaction1{ margin-left:auto; margin-right:auto; padding:10px; text-align:center; font-weight:bold; font-size:large; background-color:#081842; color:#fff; width:250px; } .servicescalltoaction1:hover{background-color:#347aaf;} .servicescalltoaction1 a{color:#fff;} .servicescalltoaction1 a:visited{color:#fff; text-decoration: none;} .servicescalltoaction1 a:hover{color:fff;} .servicescalltoaction1 a:active{color:#fff; text-decoration: none;} .servicescalltoaction1 a:focus{color:#fff; text-decoration: none;} /*End of CSS for Services Call to action */ /*Start of CSS for Contact Us Box */ /* Create two equal columns that floats next to each other - ALG*/ * { box-sizing: border-box; } .contactusbox-flex-container { display: flex; flex-wrap: wrap; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top: 15px; } .contactusbox-flex-item-left { padding: 10px; flex: 40%; } .contactusbox-flex-item-left img{ margin-left:auto; margin-right:auto; display:block;} .contactusbox-flex-item-right { padding: 10px; flex: 40%; } .contactusbox-flex-item-right h3{ font-size: 18px; font-weight: 700; } .contactusbox-flex-item-right p{ font-size: 15px; line-height: 1.42857; margin: 0 0 10.5px; } /*CSS for Contact Us Box Call to action */ .contactusbox-calltoaction1{text-align:left;} /*End of CSS for Contact Us Box Call to action*/ @media (min-width: 1282px) { .contactusbox-flex-item-right, .contactusbox-flex-item-left {flex: 40%; text-align:left;} .contactusbox-calltoaction1{margin:0;} } @media (min-width: 1025px) and (max-width: 1281px){ .contactusbox-flex-item-right, .contactusbox-flex-item-left {flex: 40%; text-align:left;} .contactusbox-calltoaction1{margin:0;} } @media (min-width: 993px) and (max-width: 1024px){ .contactusbox-flex-item-right, .contactusbox-flex-item-left {flex: 40%; text-align:left;} .contactusbox-calltoaction1{margin:0;} } @media (min-width: 768px) and (max-width: 992px){ .contactusbox-flex-item-right, .contactusbox-flex-item-left {flex: 100%; text-align:center;} .contactusbox-calltoaction1{margin-left:auto; margin-right:auto;} } @media (min-width: 481px) and (max-width: 767px) { .contactusbox-flex-item-right, .contactusbox-flex-item-left {flex: 100%; text-align:center;} .contactusbox-calltoaction1{margin-left:auto; margin-right:auto;} } @media (max-width: 480px) { .contactusbox-flex-item-right, .contactusbox-flex-item-left {flex: 100%; text-align:center;} .contactusbox-calltoaction1{margin-left:auto; margin-right:auto;} } /*End of CSS for Contact Us Box */ /*CSS for Footer Disclaimer*/ .footer-002 .disclaimer { font-size: 14px; line-height:1.8; } .footer-002 .cont-disclaimer { background-color: #081842; } /*End of CSS for Footer Disclaimer*/ /*CSS For service badges and logos on Page*/ .badgesrow { text-align:center;} /* Clear floats after the columns */ .badgesrow:after { content: ""; display: table; clear: both; } .badgescolumn{ float: left; display:block; width: 30%; margin:10px; } .badgescolumn img {display:block; margin-left:auto; margin-right:auto; height:auto; max-width:100%; max-height:100px;} @media screen and (max-width: 768px) { .badgescolumn { width: 100%; } .badgescolumn img{ display:block; margin-left:auto; margin-right:auto;} } .badgescolumnfullwidth{ float: left; display:block; width: 100%; margin:10px; } .badgescolumnfullwidth img{ display:block; margin-left:auto; margin-right:auto;} /*End of CSS For service badges and logos on Page*/ /*CSS for UK Custom Footer 1 */ .footer-container{ padding:10px;} .footer-company-information{ text-align:center;} /*CSS for UK Custom Footer 1 */ /*CSS for Client-Link Badge*/ .CLFooterRow {padding: 2px; margin-bottom: 10px;} .client-link-badge{padding:10px; text-align:right; margin-bottom:20px;} .client-link-badge img {margin-right: auto; margin-left: auto; display:inline;} /*End CSS for Client-Link Badge*/ @import url("https://fonts.googleapis.com/css2?family=Arimo"); @import url("https://fonts.googleapis.com/css2?family=0"); .header-mobile .logo-header, .header-mobile .navbar-default, [class^=header-00] .menu-bar, .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color:#347AAF !important; } [class^=header-00] a, [class^=header-00] a span, [class^=header-00] li a, [class^=header-00] .menu-sections li a, [class^=header-00] li svg, [class^=header-00] .top-bar li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar li svg *, [class^=header-00] p, .header-mobile a, .header-mobile a span, .header-mobile li a, .header-mobile .menu-sections li a, .header-mobile li svg, .header-mobile .top-bar li svg, .header-mobile li svg *, .header-mobile .top-bar li svg *, .header-mobile p { color:#FFFFFF !important; } .header-001 a.phone, .header-002 a.phone, .header-001 a.phone span, .header-002 a.phone span, .header-001 .social-networks a, .header-002 .social-networks a, .header-001 .social-networks a span, .header-002 .social-networks a span, .header-001 .navigation a, .header-002 .navigation a, .header-001 .navigation a span, .header-002 .navigation a span { color:#347AAF !important; } .header-001 .top-bar .phone svg, .header-002 .top-bar .phone svg, .header-001 .top-bar .phone svg *, .header-002 .top-bar .phone svg *, .header-001 .top-bar .navigation li a svg, .header-002 .top-bar .navigation li a svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg, .header-001 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001.top-bar .navigation .cta-text .cta-kind-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-kind-icon svg *, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-text .cta-advance-icon svg *, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg, .header-001 .top-bar .navigation .cta-login .cta-advance-icon svg *, .header-002 .top-bar .navigation .cta-login .cta-advance-icon svg * { fill:#347AAF; } .header-001 .top-bar, .header-002 .top-bar { border-bottom-color:#347AAF; } .header-001:not a, .header-001:not a span, .header-001:not li a, .header-001:not .menu-sections li a, .header-001:not li svg, .header-001:not .top-bar li svg, .header-001:not li svg *, .header-001:not .top-bar li svg *, .header-001:not p, .header-002:not a, .header-002:not a span, .header-002:not li a, .header-002:not .menu-sections li a, .header-002:not li svg, .header-002:not .top-bar li svg, .header-002:not li svg *, .header-002:not .top-bar li svg *, .header-002:not p{ color:#FFFFFF !important; } .header-mobile button{ color:#FFFFFF !important; } .header-mobile .navbar-default .navbar-toggle:hover .icon-bar, .header-mobile .navbar-default .navbar-toggle:focus .icon-bar, .header-mobile .navbar-default .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } [class^=header-00] li svg, .header-001:not li svg, .header-002:not li svg, .header-mobile li svg, [class^=header-00] li svg *, [class^=header-00] .top-bar svg, [class^=header-00] .top-bar svg *, .header-001:not li svg *, .header-001:not .top-bar svg, .header-001:not .top-bar svg *, .header-002:not li svg *, .header-002:not .top-bar svg, .header-002:not .top-bar svg *, .header-mobile li svg *, .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill:#FFFFFF !important; } .header-mobile .navbar-nav .searcher{ border:solid 1px #347AAF !important; } /*header-001, header-002, header-003, header-004, header-005, header-006, header-008, header-009, header-010*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg *{*/ /* */ /*}*/ .header-001 .top-bar a, /*.header-001 .top-bar a span,*/ .header-001 .top-bar li a /*.header-001 .top-bar .menu-sections li a,*/ /*.header-001 .top-bar li svg,*/ /*.header-001 .top-bar li svg *,*/ /*.header-001 .top-bar a svg,*/ /*.header-001 .top-bar a svg *,*/ .header-002 .top-bar a, /*.header-002 .top-bar a span,*/ .header-002 .top-bar li a, /*.header-002 .top-bar .menu-sections li a,*/ /*.header-002 .top-bar li svg,*/ /*.header-002 .top-bar li svg *,*/ /*.header-002 .top-bar a svg,*/ /*.header-002 .top-bar a svg */ { color:#347AAF !important; } /*.header-001 .top-bar,*/ /*.header-001 .logo-header,*/ /*.header-002 .top-bar,*/ .header-003 .logo-header{ border-bottom:solid 2px #347AAF !important; } .header-004 .subheader, .header-005 .logo-header, .header-006 .logo-header, .header-008 > div, .header-008 .toolbar, .header-008 .mobile-menu-container.in{ background-color:#347AAF !important; } .header-007 .navbar-toggle .icon-bar, .header-008 .navbar-toggle .icon-bar{ background-color: #dfdfdf !important; } .header-007 .social-networks li a, .header-008 .social-networks li a{ font-size: 15px !important; } .header-008 .social-networks li a span{ } .header-008 .social-networks svg, .header-008 .social-networks svg * { fill: #fff !important; } .webwin header *, .studioInforma header * { color: #FFFFFF !important; } .header-003 .menu-bar .navigation li a svg *, .header-003 .menu-bar .navigation li a:hover svg * { fill: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #FFFFFF !important; } .header-003 .language .idioma { color: #FFFFFF !important; } .header-003 .container-fluid{ border-bottom: px solid #347AAF; } .header-003 .container-fluid.menu-bar > .container, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a{ background-color: #347AAF; } .header-003 .menu-sections li a{ border: 1px solid transparent; } .header-003 .menu-sections li.active a, .header-003 .menu-sections li a:focus, .header-003 .menu-sections li a:hover{ border: 1px solid #347AAF; } .header-003 .menu-sections li.dropdown .dropdown-menu li a{ background-color: #61A7DC !important; color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ color: #FFFFFF !important; } .header-003 .menu-sections li.dropdown .dropdown-menu li a:hover{ background-color: #20669B !important; } .header-003 .menu-bar .menu-sections li.active a, .header-003 .menu-bar .menu-sections li:hover a, .header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus{ background-color: #20669B !important; } .header-003 .menu-sections li a:focus, .header-003 .menu-sections li:hover a, .header-003 .menu-sections li.active a{ color: #FFFFFF!important; } [class^=header-00] li svg *{ fill: #FFFFFF!important; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li a { background-color: #61A7DC; } .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:hover a, .header-003 .menu-bar .navigation .dropdown .dropdown-menu li:focus a { background-color: #20669B !important; } .header-003 .menu-bar .navigation li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li a:hover, .header-003 .menu-sections li.dropdown .dropdown-menu.dropdown-third li.active a{ background-color: #20669B !important; } .show-mobile{ visibility: hidden!important; } .hide-mobile{ visibility: visible!important; } /*.header-003 .menu-bar .menu-sections li a:hover, .header-003 .menu-bar .menu-sections li a:focus, .header-003 .menu-bar .menu-sections li.active a{*/ /* background: inherit;*/ /*}*/ @media only screen and (max-width: 991px) { .header-003 .toolbar.hide-mobile, .hide-mobile .social-networks{ display: none; } .show-mobile{ visibility: visible!important; } .hide-mobile{ visibility: hidden!important; } } .header-003 .menu-bar .navigation .btn-client-portal { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal { color: #347AAF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { background-color: #FFFFFF !important; } .header-003 .menu-bar .navigation .btn-client-portal:hover { color: #347AAF !important; } Richardson & Co Accountants Limited .dropdown:hover .dropdown-menu{ display: block ; margin-top: 0 ; } .dropdown-menu { margin: 0; } .dropdown-item { padding: 0.25rem 1.5rem ; } .dropdown-submenu { position: relative; } .dropdown-submenu .dropdown-menu, .dropdown:hover .dropdown-menu.dropdown-third { display: none; } .dropdown-submenu:hover .dropdown-menu.dropdown-third { display: block; } .dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-top: 0; margin-left: -1px; } Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us .header-003 .language .idioma, .header-003 .language-toolbar li a{ color: #FFFFFF!important; } .header-003 .menu-bar .navigation .language-toolbar .language svg use, .header-003 .menu-bar .navigation li.language-toolbar a:hover svg *{ fill: #FF0000F9 !important; } .header-003 .toolbar li a>span.language svg *{ fill: #FFFFFF!important; } .header-003 li.header-search-btn a svg, .header-003 li.header-search-btn a svg *{ fill: #333333!important; } .header-mobile .logo-header, .header-mobile .navbar-default{ background-color: #347AAF; } .header-mobile .navbar-default .navbar-toggle:hover, .header-mobile .navbar-default .navbar-toggle:focus{ background-color: #347AAF; } .header-mobile .navbar-nav .searcher + button svg, .header-mobile .navbar-nav .searcher + button svg *{ fill: #347AAF !important; } .header-mobile .navbar-nav > li > a, .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; font-family: Arimo; } .header-mobile .navbar-nav > li > a{ } .header-mobile .navbar-nav >li>a:hover{ color: #FFFFFF !important; } .header-mobile .navbar-nav .active a, .header-mobile .navbar-nav >.open a.dropdown-toggle, .header-mobile .navbar-nav >.open a.dropdown-toggle:hover{ color: #FFFFFF !important; background-color: #20669B !important; } .header-mobile .dropdown > ul > li > a{ color: #FFFFFF !important; background-color: #61A7DC !important; } .header-mobile .logo-header .social-networks li a [class^="lf-icon"], .header-mobile .logo-header .social-networks li a [class*=" lf-icon"], .header-mobile .social-networks li a span:before{ color: #FFFFFF !important; } .header-mobile a span.caret{ color: #FFFFFF !important; } .header-mobile .navbar-nav .searcher.search-mobile{ background-color: #333333; border: 0px; } .header-mobile .language .idioma, .header-mobile .navbar-nav >li>a .language svg, .header-mobile .navbar-nav >li>a .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle > svg, .header-mobile .navbar-nav li > a.dropdown-toggle > svg *{ color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.user-login-mobile .header-mobile .navbar-nav >li >a.user-login-mobile svg, .header-mobile .navbar-nav >li >a.user-login-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile a:hover .language .idioma, .header-mobile .navbar-nav >li>a:hover .language svg, .header-mobile .navbar-nav >li>a:hover .language svg *, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg, .header-mobile .navbar-nav li > a.dropdown-toggle:hover > svg *, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg, .header-mobile .navbar-nav >li >a.user-login-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.phone .header-mobile .navbar-nav >li >a.phone svg, .header-mobile .navbar-nav >li >a.phone svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile .header-mobile .navbar-nav >li >a.cta-text-mobile svg, .header-mobile .navbar-nav >li >a.cta-text-mobile svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav >li >a.cta-text-mobile:hover .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg, .header-mobile .navbar-nav >li >a.cta-text-mobile:hover svg * { color: #FFFFFF !important; fill: #FFFFFF !important; } .header-mobile .navbar-nav > li > a.btn-client-portal-mobile { color: #347AAF !important; background-color: #FFFFFF !important; border: 0; border-radius: 0px; } Toggle navigation Home Home About Us About Us Meet our team Services Accountancy Software Support Tax Returns Corporation Tax Payroll VAT Bookkeeping HMRC Tax Investigation Management accounts Construction Industry Scheme Company Secretarial Services Statutory Year End Accounts & Tax Planning News Latest News Newsletters Tools & Information Tools & Calculators Tax Documents Tax Rates Calendar HMRC Links Tax Guides Monthly Focus Practical Guides Contact Us Chartered Certified Accountants in Black Notley, Essex At Richardson & Co Accountants Ltd we strive to provide the very best service for our clients by applying our extensive knowledge and expertise and by listening carefully to our client’s needs. Our team are very approachable and easily understandable. Tax Returns Richardson & Co regularly assist with the submission of tax returns on behalf of individuals, sole traders, and partnerships. Our tax team ensure that all expenses and revenues are recorded correctly and accounted for. Read more Payroll Richardson & Co can provide payroll services for all types of businesses on a weekly, monthly or annual basis. Read more VAT Our VAT services range from general assistance enabling clients to submit their VAT returns, to full preparation and submission of returns. We also advise on the most appropriate VAT schemes available and file under Making Tax Digital regime in line with HMRC regulations. Read more Bookkeeping Richardson & Co provide a wide range of bookkeeping services to a variety of businesses. Our bookkeeping team can assist with implementing the bookkeeping software, training, keeping your records up to date. Read more HMRC Tax Investigation The Richardson & Co team specialises in resolving tax investigations, disclosures, and any disputes in a cost-effective and timely manner using their extensive knowledge of HRMC investigation processes and ability to negotiate a fair solution. Read more Management Accounts In a fast-changing society, management accounts can provide accurate, timely figures to assist in the efficiency of your business. We can prepare these on a monthly, quarterly or bi-annual basis according to client requirements. Read more Get in touch with us Contact us in touch and speak to our friendly team Contact us Latest News New process for some exports starting in Northern Ireland Starting next month, businesses that import goods via Northern Ireland will need to change their processes. What do you need to know? 18.11.2025 Special payroll deadline for Christmas If you pay staff early in December because of Christmas it’s important that you enter the information on your payroll submission correctly. What do you need to know to get this right? 14.11.2025 How much VAT should you charge on festive goods? Your business makes and sells goods that are specifically designed for the Christmas trading period and you are preparing for the busy season. What are the VAT issues to consider so that you declare the correct amount of VAT on your returns? 07.11.2025 Show more... © Richardson & Co Accountants Limited. All Rights Reserved. Richardson & Co Accountants Limited is registered in England and Wales with company number 11714422. Registered Office – Cornish & Sussex Suite, House 3, Lynderswood Business Park, Lynderswood Lane, Black Notley, CM77 8JT. Privacy Policy | Cookie Policy var sc_project=12833854; var sc_invisible=1; var sc_security="beaa6002"; window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "customer": { "customer_id": "30028", // Client ID (required) "customer_name": "Richardson & Co Accountants Limited", // Client Name (required) "customer_segment": "" // Client Segment (optional) } }); (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://lefebvre-sarrut.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '7e9642f2-4fc8-4be4-9803-87d993d105c8'); USE OF COOKIES Privacy policy Cookies policy This website uses its own cookies, which may be technical or analytical, to ensure the correct functioning of all its contents and to track their use. Click HERE for more information.. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the "Accept" button or configure or reject their use by pressing the "Configure" button. ACCEPT SET Reject all This website uses both its own and third-party cookies to analyze our services and navigation on our website in order to improve its contents (analytical purposes: measure visits and sources of web traffic). The legal basis is the consent of the user, except in the case of basic cookies, which are essential to navigate this website. By accessing the cookies policy you will always be able to view this banner that allows you to configure or reject cookies. You can accept all cookies by pressing the following button: Accept all cookies and continue browsing BASIC AND ESSENTIAL COOKIES Basic and essential cookies are necessary to navigate this website and receive the service offered through it, so they do not require consent. These are cookies intended to only allow communication between the user's equipment and the network and provide a service that has been requested by the user. ANALYSIS COOKIES Disabled Enabled They make it possible to quantify the number of users and examine their browsing, thus being able to statistically measure and analyze the use made of the web, in order to improve the content and the service through it. They can be own or third party cookies. If they are not accepted, the indicated analysis will simply not be carried out. By clicking "Save preferences and continue browsing", the selection of cookies you have made will be saved. If you have not selected any option, pressing this button will be equivalent to rejecting all cookies. Save preferences and continue browsing Reject COOKIES $eflContentMenu = {"en":{"new-flashes":1,"calendar":1,"tax-rates":1,"practical-guides":1,"newsletter-by-email":1,"documents":1,"tools-calculator":1,"monthly-focus":1,"useful-links":1,"blog":0,"podcast":0,"seminars":0}}; var APP = { url_base : 'https://www.richardson-accountants.co.uk', base_url : '/', ajax_url : '/', js_plugins: '//public/assets/js/plugins/', language: 'en', language_code: 'en-GB', language_text: 'English', cookies_site_config: '_efl_cookies_config_accepted', cookies_site_ga: '_efl_cookies_ga_accepted', cookie_expires_days: '21', allow_google_consent_mode: 0, idNavision: '', mixpanel: { mixpanelToken: '', } }; window.dataLayer = window.dataLayer || []; function gtag() {dataLayer.push(arguments);} var bcwIsLogged =0;