Hi
You can simply change the brand primary color like this:
// Brand colors
// -------------------------
@brand-primary: #006a8b;
in the variables.less file
Then access template style of JA Mason in backend of your site >> compile LESS to CSS to see the changes.
Remember to backup your site first as when you click to compile LESS to CSS, all of CSS files will be overridden.
Regards