

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <script type="text/javascript" src="/localinc/CookieService.js"></script>
    <script src="/localinc/popup.js?v=0.1.1"></script>
    <script type="text/javascript" src="/scripts/getstarted.js?v=3.19.3"></script>
    <script src="https://www.google.com/recaptcha/api.js"></script>
    <!-- Google Tag Manager -->
    <script type="text/javascript">
        const analyticsCookieValue = CookieService.getCookie('analytics');
        console.log(analyticsCookieValue == 'accepted');
        if (analyticsCookieValue == 'accepted') {
            (function (w, d, s, l, i) {
                w[l] = w[l] || []; w[l].push({
                    'gtm.start':
                        new Date().getTime(), event: 'gtm.js'
                }); var f = d.getElementsByTagName(s)[0],
                    j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
                        'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
            })(window, document, 'script', 'dataLayer', 'GTM-NQW26FJ');
        }
    </script>
    <!-- End Google Tag Manager -->
    <meta https-equiv="X-UA-Compatible" content="IE=edge" /><title>
	Tom James Company | Custom Suits | Custom Shirts | Custom Clothing | Personal Tailor
</title><link href="https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic|Raleway:400,300,700|Poiret+One" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&amp;display=swap" rel="stylesheet" /><link rel="icon" type="image/vnd.microsoft.icon" href="/localpics/tom-james-company-favicon.ico" /><link rel="icon" type="image/png" href="/localpics/tom-james-company-favicon.png" /><link rel="apple-touch-icon" href="/localpics/tom-james-company-favicon.png" /><link rel="shortcut icon" href="/localpics/tom-james-company-favicon.ico" /><meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" /><link href="/localinc/tomjames.css?version=7.6" rel="stylesheet" type="text/css" /><link rel="stylesheet" type="text/css" href="/localinc/cookie-consent.css?v1" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /><link rel="stylesheet" type="text/css" href="/localinc/jquery.fancybox.css" />
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
    <script type="text/javascript" src="/localinc/CoverPop.js"></script>
    <script type="text/javascript" src="/Scripts/jquery.anyslider.js"></script>
    <script type="text/javascript" src="/scripts/modernizr.custom.js"></script>
    <script type="text/javascript" src="/scripts/jquery.sticky.js"></script>
    <script src="//cdn.bc0a.com/autopilot/f00000000277693/autopilot_sdk.js"></script>
    <script type="text/javascript">

        CheckRegion();

        function getCookie(cname) {
            var name = cname + "=";
            var ca = document.cookie.split(';');
            for (var i = 0; i < ca.length; i++) {
                var c = ca[i];
                while (c.charAt(0) == ' ') c = c.substring(1);
                if (c.indexOf(name) == 0) return c.substring(name.length, c.length);
            }
            return "";
        }

        function getParamValuesByName(querystring) {
            var returnVal = '';
            var qstring = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
            for (var i = 0; i < qstring.length; i++) {
                var urlparam = qstring[i].split('=');
                if (returnVal == '') {
                    if (urlparam[0].toUpperCase() == querystring.toUpperCase()) {
                        returnVal = urlparam[1];
                    }

                }

            }
            return returnVal;
        }


        function CheckRegion() {
            var region = getCookie("tjregion");

            // A querystring region trumps all
            var qsRegion = getParamValuesByName("region");
            if (qsRegion != "") {
                if (region != qsRegion) {
                    SetRegion(qsRegion, true);
                }
            }
            else {
                // Check for no region and ask for one if necessary
                if (!region) {
                    CoverPop.start();
                }
            }
        }

        function SetRegion(pRegion, pReload) {
            var exdate = new Date();
            exdate.setDate(exdate.getDate() + 365);
            document.cookie = "tjregion=" + pRegion + "; expires=" + exdate + "; path=/";

            // Delete the price factor and exchange rate cookies by setting their expiration dates in the past.
            // The code behind will reset them when the page reloads
            document.cookie = "prcfct=1; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/";
            document.cookie = "excrat=1; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/";

            if (pReload) {
                location.reload();
            }

        }

    </script>
    <script type="text/javascript">
        //$(document).ready(function () {
        //    // Target your .container, .wrapper, .post, etc.
        //    $(".container").fitVids();
        //});
        $(function () {
            $('a[href*="#"]:not([href="#"])').click(function () {
                if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
                    var target = $(this.hash);
                    target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
                    if (target.length) {
                        $('html,body').animate({
                            scrollTop: target.offset().top - 20
                        }, 1000);
                        return false;
                    }
                }
            });
        });
        // The function actually applying the offset
        function offsetAnchor() {
            if (location.hash.length !== 0) {
                window.scrollTo(window.scrollX, window.scrollY - 100);
            }
        }

        // This will capture hash changes while on the page
        $(window).on("hashchange", function () {
            offsetAnchor();
        });

        // This is here so that when you enter the page with a hash,
        // it can provide the offset in that case too. Having a timeout
        // seems necessary to allow the browser to jump to the anchor first.
        window.setTimeout(function () {
            offsetAnchor();
        }, 1); // The delay of 1 is arbitrary and may not always work right (although it did in my testing).
    </script>


    <meta name="p:domain_verify" content="50552b05f9fbf25a4b9c5da1a853aaf2" />
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "Organization",
          "@id": "https://www.tomjames.com/#organization",
          "name": "Tom James Company",
          "url": "https://www.tomjames.com",
          "logo": {
            "@type": "ImageObject",
            "url": "https://www.tomjames.com/localpics/TJ_Logo_Horiz.svg"
          },
          "sameAs": [
            "https://www.facebook.com/tomjamescompany",
            "https://www.instagram.com/tomjamescompany",
            "https://www.linkedin.com/company/tom-james-company"
          ]
        },
        {
          "@type": "WebSite",
          "@id": "https://www.tomjames.com/#website",
          "url": "https://www.tomjames.com",
          "publisher": {
            "@id": "https://www.tomjames.com/#organization"
          }
        }
      ]
    }
    </script>

    
    <meta name="description" content=" | TomTalks Blog is your resource for how to dress professionally, care for your custom suits, and accessorize your wardrobe with the professional servicse of a personal clothier." />
    <meta id="HeadContent_FBPageTitle" property="og:title" content="&lt;%= _Title %>"></meta>
    <meta property="og:type" content="article" />
    <meta id="HeadContent_FBLink" property="og:url" content=""></meta>
    <meta id="HeadContent_FBImage" property="og:image" content="&lt;%= _MetaImg %>"></meta>
    <meta property="og:site_name" content="Tom James Company" />
    <meta id="HeadContent_FBDesc" property="og:description" content="&lt;%= _MetaDescr %>"></meta>
    <meta id="HeadContent_PropKeywords" property="keywords" content=""></meta>
    <script type="text/javascript">
        function removeImg() {
            $(this).hide()
        }
    </script>
    <style type="text/css">
        .hero{display:none;}
       
        body {
            font-size: 16px !important !important;
        }
        #imgMain {
                width:100%;
                margin:25px 0px;
            }
        .div_posts p {
            font-size: inherit !important;
            line-height:36px !important;

        }
        .blogsubtitle {
            font-size: .65em;
            font-style:italic;
        }  
        h1, h2, h3, h4, h5 {
            color: inherit;
            font-family: 'Raleway', Arial, sans-serif !important;
        }
        h1 {
            text-transform:inherit;
            letter-spacing:2px;
            font-family: 'Raleway', Arial, sans-serif !important;
        }
        .div_posts {
            font-family: 'Lora', "Palatino Linotype", "Times New Roman", Times, serif;
            margin:auto;
            max-width:1080px;
            text-align:left;
            padding-bottom:15px;
            margin-top: 25px;
            }
        .div_posts blockquote {
            background-color:#d5d5d5;
            color:#75808a;
            text-align:left;
            font-weight:100;
            font-style:italic;
            padding:40px;
            margin-left:auto;
            margin-right:auto;
        }
        .div_posts blockquote p {
            text-align:left;
            font-style:italic;
        }
        .div_posts blockquote p:only-child {
            text-align:left !important;
            font-style:italic !important;
        }
        .div_posts blockquote .author, .div_posts blockquote p:last-child {
            font-weight:100;
            font-style:normal;
            text-align:right;
            display:block;
            padding-top:10px;
        }
        .blog_copy{
            display:inline-block;
            width:100%;
            text-align:left;
            vertical-align:top;
        }
        .blog_img {
            display:inline-block;
            margin-right:15px;
            vertical-align:middle;
            max-width:600px;
            
        }
        .blog_title {
            width:400px;
            display:inline-block;
            vertical-align:middle;
        }
        .blog_img img {
          max-height: 400px;
          }
        .div_posts h3 {
            font-size:1.5em;
            font-weight:400;
            text-align:left;
            margin:0px 5px 15px !important;
            line-height:24px !important;
        }
        .div_posts h2 {

            font-size:1.9em;
            font-weight:400;
            text-align:left;
            /*border-top: 1px solid #75808a;*/
            padding-top:10px;
            margin-top:15px;
        }
        .div_posts h1 {

            font-size:2.5em;
            text-align:left;
            padding-top:10px;
            margin:15px 0px 0px 0px !important;
        }
        a span {
            color: inherit !important;
        }
        .blog_copy a:link
        {
            color:#696969 !important;
            }
        .blog_copy a:hover
        {
            color:#696969 !important;
            }
        .blog_copy a:active
        {
            color:#696969 !important;
            }
        .blog_copy a:visited
        {
            color:#696969 !important;
            }
        .blog_copy h2{
            clear:both;
        }
        .gallery-thumb-menu {
            width:calc(33% - 7px);
        }
        .gallery-thumb-menu img{display:inline-block; height:100%; text-align:center; object-fit: cover;}

        @media only screen and (min-width: 769px) {
            .blog_head {
                display: inline-block;
                width:100%;
            }
            .div_posts {
                width:70%;
            }
            .div_posts blockquote {  
                width:25%;  
                margin-top:20px;
                margin-bottom:20px;
                margin-left:20px;
                float:right;
            }
        }
        @media only screen and (max-width: 1300px) {
            .gallery-thumb-menu {
            width:400px;
        }  
        @media only screen and (max-width: 769px) {
            .div_posts h1 {
            font-size:1.9em;
            }
            .div_posts {
            text-align:left;
            }
            #imgMain {
                width: 100%;
                margin:25px 0px 10px 0px;
            }
            .div_posts {
                width:90%;
            }
            .div_posts blockquote {    
                margin:20px;
                width:auto;
            }

        }  
    </style>
</head>
<body>
    <!-- Google Tag Manager (noscript) -->
    <noscript>
        <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NQW26FJ"
            height="0" width="0" style="display: none; visibility: hidden"></iframe>
    </noscript>
    <!-- End Google Tag Manager (noscript) -->
    <form method="post" action="./?url=rss.xml" id="ctl01">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE0OTkyMzI2NTNkZHocbH7sXJMIz1ntEPZR8ko42auDrBa5zJXQ9dBxGWQe" />

<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="0E3BA9D5" />

        <style type="text/css">
            html, body {
                overflow-x: hidden;
            }
        </style>
        

        <div class="nav-container">
            <div class="topnav">
                <span itemscope itemtype="https://schema.org/ImageObject">
                    <a href="/">
                        <img itemprop="contentUrl" class="moblogo" src="/localpics/TJ_Logo_Horiz.svg" alt="Tom James Company makers of Custom Suits and Custom Dress Shirts" /></a>
                </span>
                <!-- Navigation links (hidden by default) -->
                <div id="myLinks">
                    <div class="Mobnavlinks">
                        <a href="/mens-custom-clothing/">Men</a>
                        <a href="/womens-custom-clothing/">Women</a>
                        <a href="/shop/giftcards/">Gift Cards</a>
                        <a href="/how-it-works/">How It Works</a>
                        <a href="/locations/">Locations</a>

                        <a href="/shop/">Ready-to-Wear</a>
                        <a href="/accessibilty.aspx" style="width: 1px; height: 1px; padding: 0px; overflow: hidden;">Accessibilty</a>
                        
                        <a class="lightgreyback" href="/contact/Get-started.aspx">Get Started</a>
                        <hr />
                        
                        
                    </div>
                </div>
                <!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
                <a href="javascript:void(0);" class="icon" onclick="myMobileFunction()" aria-label="open navigation links">
                    <i class="fa fa-bars" alt="menu icon"></i>
                </a>
            </div>
        </div>
        <div class="container">
            <div class="ipadheader">
                <div style="float: left; margin-top: -4px;">
                    <a href="javascript:history.go(-1)">
                        <img src="/localpics/left_large.png" alt="navigate back" /></a>
                </div>

                <div style="float: right; margin-right: 25px;">
                    <a href="javascript:location.reload()">
                        <img src="/localpics/refresh.png" alt="refresh this page" /></a>
                </div>
                <div class="clear"></div>
            </div>
            <div id="divHeader" class="header">
                <div id="divNavigation" class="nav">
                    <div style="position: relative; top: 0px; left: 0px; z-index: 2; margin: auto; text-align: center;">
                        <div class="navleft">
                            <a href="/">
                                <img itemprop="contentUrl" class="logo" src="/localpics/TJ_Logo_Horiz.svg" alt="Tom James Company makers of Custom Suits and Custom Dress Shirts" /></a>
                            <div class="navlink">Men
                                <div class="navlink-drop">
                                    <a href="/mens-custom-clothing/mens-look-book/"><strong>New Arrivals</strong></a>
                                    <a href="/mens-custom-clothing/"><strong>Men's Custom Clothing</strong></a>
                                    <blockquote>
                                        <a href="/mens-custom-clothing/custom-suits/">Suits</a>
                                        <a href="/mens-custom-clothing/custom-blazers-and-sport-coats/">Sport Coats & Blazers</a>
                                        <a href="/mens-custom-clothing/custom-dress-shirts/">Dress Shirts</a>
                                        <a href="/mens-custom-clothing/custom-casual-shirts/">Casual Shirts</a>
                                        <a href="/mens-custom-clothing/custom-tuxedos/">Tuxedos &amp; Formalwear </a>
                                        <a href="/mens-custom-clothing/custom-outerwear/">Outerwear</a>
                                    </blockquote>
                                    <a href="/shop/">Ready-to-Wear & Accessories</a>
                                </div>

                            </div>
                            <div class="navlink">Women
                                <div class="navlink-drop">
                                    <a href="/womens-custom-clothing/womens-look-book/"><strong>New Arrivals</strong></a>
                                    <a href="/womens-custom-clothing/"><strong>Women's Custom Clothing</strong></a>
                                    <blockquote>
                                        <a href="/womens-custom-clothing/custom-suits/">Suits</a>
                                        <a href="/womens-custom-clothing/custom-blazers-and-sport-coats/">Jackets</a>
                                        <a href="/womens-custom-clothing/custom-trousers/">Trousers</a>
                                        <a href="/womens-custom-clothing/custom-skirts/">Skirts</a>
                                        <a href="/womens-custom-clothing/custom-dresses/">Dresses</a>
                                        <a href="/womens-custom-clothing/custom-outerwear/">Outerwear</a>
                                    </blockquote>
                                </div>

                            </div>
                            <a class="navlink" href="/shop/giftcards/">Gift Cards</a>
                            <a class="navlink" href="/how-it-works/">How It Works</a>
                            <a class="navlink" href="/locations/">Locations</a>
                        </div>
                    </div>
                    <div style="position: relative; top: 0px; right: 0px; z-index: 2; margin: auto; text-align: center;">
                        <div class="navright">
                            <a class="navlink" href="/accessibilty.aspx" style="width: 1px; height: 1px; padding: 0px; overflow: hidden;">Accessibilty</a>
                            <a id="GSBUtton" class="navlink lightgreyback" href="/contact/Get-started.aspx">Get Started</a>
                            
                        </div>
                    </div>

                </div>
                <div class="clear"></div>
            </div>
        <script type="text/javascript" src="/scripts/gallery.js?v=2.92"></script>
            <div class="PageBody">
                
                <div id="subnavigation" class="subnavigation">
                    <a href="/TRUNKSHOWS/">
                        Take advantage of the best values of the season at a Trunk Show in your area.
                    </a>
                </div>
                <div id="hero" class="hero">
                    
                    <div class="heroCopy">
                        

                    </div>
                </div>
                <div class="clear"></div>
                <div class="content">
                    
    <div class="div_posts serif">
            <div class="blog_img">
            <img id="imgMain" src="" />
            </div>
            <div class="blog_title">
                <h1 class="blue alignleft">
                    
                </h1>
                <h3 class="blue alignleft">
                    <h4>Unable to locate blog post,<br /><a href='/blog/'>click here to return to all posts</a>.</h4>
                </h3>    
            <p class="alignleft">
                <br />
            </p>
            </div>
        <div class="blog_copy alignleft serif">
            <iframe id="MainContent_iframeVideo" onerror="removeImg()" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe> 
            <p></p>
        </div>        
        <div class="cta">
            <a href="/contact/get-started.aspx?source=blog">Find A Clothing Consultant & Get Started</a>
        </div>
        <div class="clear"></div>
    </div>

                    <div class="clear"></div>
                </div>
                <div id="divGetStarted" class="lightgreyback">
                    <div class="section-title center">
                    </div>
                    <div class="clear"></div>
                    <div class="section-copy middle alignright">
                        <h3 class="black left">Get Started Today!</h3>
                            <p class="left black">Learn more about our product &amp; services from a world-class clothier and see if a professional wardrobe service fits your lifestyle.</p>
                            <p class="left black">If we're a good fit, our clothier will meet with you in your home or office at your convenience.</p>
                            <p class="left career black"><em>We use your zip code to align you with the nearest Tom James Clothier. We use your email and phone number to contact you and schedule your wardrobe consultation. See our <a href="/Privacy-Policy.aspx">Privacy Policy</a> for details.</em></p>
                    </div>
                    <div id="FootSAT" class="section-copy blue middle margintop20" style="display: inline-block;">
                        <script type="text/javascript">
                            BuildContactForm("FootSAT", "Footer")
                        </script>
                    </div>

                </div>
                <div class="clear"></div>

            </div>
            <div id="bottomreview" style="display: block; width: 90%; margin: auto; margin-top: 40px;">
                <div class="section-title center">
                    <h3 class="black">WHAT OUR CUSTOMERS SAY</h3>
                </div>
                <div class="white-section ">
                    <div class='section-copy justify margin20' itemscope itemtype='http://schema.org/Review'><p  itemprop='reviewBody'><em>"Sarina does great work and knows her stuff! She made my husband and I look amazing at our wedding. In addition to her talent, she is very personable and enjoyable to work with."</em></p><p itemprop='author'><strong>Jonathan Fox-Haines</strong><br />Marketing Coordinator at Data Dimensions</p><div class='review-copy right'><a href="/SarinaBrion"'><div class='bio-small'><img src='/pics/people/67749.jpg' class:'clip150' style='width:inherit' alt='Custom Clothier Sarina Brion' /></div></a><div class='review-data'><p style='text-transform:uppercase; text-align:left; font-size:14px; letter-spacing: .05em;'>Clothier:</p><p style='text-transform:uppercase; text-align:left; font-size:1.3vw; letter-spacing: .05em; font-weight:100; margin:0px!important; padding:0px!important;' runat='server' class='left' itemprop='itemReviewed'><a href="/SarinaBrion">Sarina Brion</a></p><p style='text-transform:uppercase; text-align:left; font-size:14px; letter-spacing: .05em;'> Tom James of Madison          </p></div></div></div><div class='section-copy justify margin20' itemscope itemtype='http://schema.org/Review'><p  itemprop='reviewBody'><em>"[Jeff] is an excellent listener [and] guided me to clothes that make me feel great and boost my confidence. For anyone who's ever considered upgrading their wardrobe, I strongly suggest meeting with Jeff. He's knowledgeable, patient and cares about making sure your expectations are exceeded."</em></p><p itemprop='author'><strong>Nick Isasi</strong><br />Executive Vice President, DM Transportation</p><div class='review-copy right'><a href="/JeffreyHarden"'><div class='bio-small'><img src='/pics/people/67691.jpg' class:'clip150' style='width:inherit' alt='Custom Clothier Jeff Harden' /></div></a><div class='review-data'><p style='text-transform:uppercase; text-align:left; font-size:14px; letter-spacing: .05em;'>Clothier:</p><p style='text-transform:uppercase; text-align:left; font-size:1.3vw; letter-spacing: .05em; font-weight:100; margin:0px!important; padding:0px!important;' runat='server' class='left' itemprop='itemReviewed'><a href="/JeffreyHarden">Jeff Harden</a></p><p style='text-transform:uppercase; text-align:left; font-size:14px; letter-spacing: .05em;'> Tom James of Jacksonville     </p></div></div></div>
                    <div class="clear"></div>
                </div>
            </div>
            
        </div>
        <div id="divFooter" class="tj-footer footer lightgreyback">
            <div class="footernav">


                <div class="navcolumn">
                    <a href="/contact/">Contact</a>
                    <a href="/locations/">Locations</a>

                    <a href="/Shop/giftcards/">Gift Cards</a>
                    <a href="/mens-custom-clothing/custom-wedding-suits-and-tuxedos/">Weddings</a>
                    <a href="/blog/">Blog</a>
                </div>
                <div class="navcolumn">
                    <a href="/heritage/">Our Story</a>
                    <a href="/contact/your-personal-clothier.aspx">Find Your Clothier</a>
                    <a href="/news/">News</a>
                    <a href="/reviews/">Client Reviews</a>
                    <a href="http://careers.tomjames.com/" target="_blank">Sales Careers</a>
                </div>
                <div class="navcolumn">
                    <div class="be-ix-link-block">
                        <!--Link Block Target Div-->
                    </div>
                    <a onclick="CoverPop.start();" href="javascript:;">Change Region: </a>
                </div>
                <div class="social">
                    <a href="http://www.youtube.com/TomJamesCo" target="_blank">
                        <img src="/localpics/tom-james-youtube-dark.png?version=1234" alt="Tom James on Youtube" title="Tom James on Youtube" /></a>
                    <a href="http://www.linkedin.com/company/tom-james-company" target="_blank">
                        <img src="/localpics/tom-james-linkedin-dark.png?version=1234" alt="Tom James on LinkedIn" title="Tom James on LinkedIn" /></a>
                    <a href="https://www.facebook.com/tomjames" target="_blank">
                        <img src="/localpics/tom-james-facebook-dark.png?version=1234" alt="Tom James on Facebook" title="Tom James on Facebook" /></a>
                    <a href="https://www.instagram.com/tomjamesclothing/" target="_blank">
                        <img src="/localpics/tom-james-instagram-dark.png?version=1234" alt="Tom James on Instagram" title="Tom James on Instagram" /></a>
                </div>
                <div class="clear"></div>
            </div>
        </div>

        <div id="divSubfooter" class="subfooter">
            <div class="sub-copy" style="margin-top: 10px;">&copy; 2026 Tom James Company</div>
            <div class="sub-image-links">
                <a href="http://www.bbb.org/nashville/business-reviews/mens-clothing-and-furnishings-retail/tom-james-company-in-franklin-tn-13730#bbblogo" target="_blank">
                    <img src="/localpics/bbb.jpg" alt="Tom James is a member of the Better Business Bureau" />
                </a>
            </div>
            <div class="sub-links">
                <a href="/terms-of-use.aspx">Terms of Use </a>| 
                <a href="/Privacy-Policy.aspx">Privacy Policy</a>| 
                <a href="/accessibilty.aspx">Accessibility</a>|
                <a aria-label="Change Cookies Preferences" href="javascript:void(0);" id="linkopenmodal" onclick="openModal()" title="Change Cookies Preferences">Cookie Preferences</a>
            </div>
            <div class="clear"></div>
        </div>
        </div>
    <div id="CoverPop-cover" class="splash">
        <div id="CoverPop-content" class="splash-center center">
            <div class="splash-top">
                <img src="/localpics/tom-james-company-logo-dark.png" alt="Tom James Company Logo" />
                <h4 class="margintop20">Please Select a Region</h4>
            </div>
            <a onclick="SetRegion('US', true);" href="javascript:;" class="button-white sans">USA</a>
            <a onclick="SetRegion('GB', true);" href="javascript:;" class="button-white sans">Great Britain</a>
            <a onclick="SetRegion('AU', true);" href="javascript:;" class="button-white sans">Australia</a>
            <a onclick="SetRegion('CA', true);" href="javascript:;" class="button-white sans">Canada</a>
        </div>
        <!--end .splash-center -->
    </div>
        <!--end .splash -->
        <div class="exit-intent-popup">
            <div class="newsletter">
                <div class="exit-left">
                    <img src="/localpics/how-it-works-measurement.jpg" alt="A Tom James clothier measuring a client's chest." />
                </div>
                <div class="exit-right">
                    <h5 class="alignleft">Get a Free Wardrobe Consultation</h5>
                    <p class="career">
                        If you are wondering if our service is a good fit, our clothiers would be happy to talk with you and evaluate your current and future wardrobe needs.<br />
                        <br />
                        We serve busy, successful professionals by meeting them in their homes or offices, on the go, or wherever is convenient.
                    </p>
                    <span class="close">x</span>
                    <div class="cta">
                        <a href="/contact/get-started.aspx?source=popup">FIND A CLOTHIER IN YOUR AREA</a>
                    </div>
                </div>
            </div>
        </div>


        

        
        <div id="customConsentOverlay" class="modal-overlay">
            <!-- Modal content -->
            <div class="custom-consent-container" style="position: relative; margin: 0 auto;">
                <div class="custom-consent-content">
                    <div class="consent-logo">
                        <img alt="Tom James Logo" src="/localpics/TJ_Logo_Horiz.svg" style="max-width: 200px;" />
                    </div>
                    <div class="custom-consent-info">
                        <div style="margin-top: 0px;" aria-label="We use cookies">We use cookies.</div>
                        <p>
                            We use essential cookies to ensure our website functions properly. Analytic cookies help us improve content and personalize your experience.
                        <a href="/privacy-policy.aspx#cookies">Learn more about our cookie policy. </a>
                        </p>
                        <div class="custom-consent-options">
                            <label>Essential Cookies</label>
                            <label class="switch" for="tj-consent-essential" aria-label="Essential cookie switch">
                                <input type="checkbox" id="tj-consent-essential" checked="" disabled="" />
                                <span class="slider" style="background-color: #ccc; cursor: not-allowed;"></span>
                            </label>
                            <label>Analytics</label>
                            <label class="switch" for="tj-consent-gahs" aria-label="Analytic cookie switch">
                                <input type="checkbox" id="tj-consent-gahs" checked="checked"/>
                                <span class="slider"></span>
                            </label>
                        </div>
                    </div>
                    <div class="consent-actions">
                        <button class="btn accept text-sm" id="allowAll">Accept</button>
                        <button class="btn decline text-sm close-cookies" id="rejectAll">Decline</button>
                    </div>
                </div>
            </div>
        </div>

        <script type="text/javascript">

            (function () {
                function openModal() {
                    // Get the modal
                    const modal = document.getElementById("customConsentOverlay");

                    //const modal = document.getElementById('cookieModal');
                    const gaCheckbox = document.getElementById('tj-consent-gahs');

                    if (modal) {
                        // Set checkbox based on cookie
                        const cookies = document.cookie.split(';').reduce((acc, cookie) => {
                            const [key, value] = cookie.split('=');
                            acc[key.trim()] = value;
                            return acc;
                        }, {});

                        let statusCookiesGoogle = checkAnalyticsCookie()
                        if (statusCookiesGoogle == 'accepted' || statusCookiesGoogle == null) {
                            gaCheckbox.checked = true
                        } else {
                            gaCheckbox.checked = cookies.analytics == 'accepted';
                        }

                        modal.style.display = "block";
                    }

                    document.body.style.overflow = 'hidden';
                }

                function closeModal(event) {
                    const modal = document.getElementById('customConsentOverlay');
                    if (modal) {
                        modal.style.display = "none";
                    }
                    document.body.style.overflow = 'auto';

                    event.preventDefault();
                }

                function setCookie(name, value, days) {
                    let expires = "";
                    if (days) {
                        const date = new Date();
                        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
                        expires = "; expires=" + date.toUTCString();
                    }
                    document.cookie = name + "=" + (value || "") + expires + "; path=/";
                }


                function handleAllowAll(event) {
                    setCookie('essentialcookie', 'accepted', 365);
                    const gaCheckbox = document.getElementById('tj-consent-gahs');
                    if (gaCheckbox.checked) {
                        setCookie('analytics', 'accepted', 365);
                        loadAnalyticsCookies(0)
                    }
                    else {
                        setCookie('analytics', 'rejected', 365);
                    }
                    closeModal(event);
                }

                function handleRejectAll(event) {
                    setCookie('essentialcookie', 'accepted', 365);

                    removeAnalyticsCookies();

                    setCookie('analytics', 'rejected', 365);
                    const gaCheckbox = document.getElementById('tj-consent-gahs');
                    gaCheckbox.checked = false;
                    closeModal(event);
                }

                //new function for google analytics
                function loadAnalyticsCookies(template) {
                    (function (w, d, s, l, i) {
                        w[l] = w[l] || []; w[l].push({
                            'gtm.start':
                                new Date().getTime(), event: 'gtm.js'
                        }); var f = d.getElementsByTagName(s)[0],
                            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
                                'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
                    })(window, document, 'script', 'dataLayer', 'GTM-NQW26FJ');

                    const script = document.createElement('script');
                    script.async = true;
                    if (template == 0) {
                        script.src = "https://www.googletagmanager.com/gtag/js?id=GTM-NQW26FJ-4";
                    } else {
                        script.src = "https://www.googletagmanager.com/gtag/js?id=GTM-NQW26FJ-3";
                    }
                    document.head.appendChild(script);

                    script.onload = function () {
                        window.dataLayer = window.dataLayer || [];
                        function gtag() { dataLayer.push(arguments); }
                        gtag('js', new Date());

                        if (template == 0) {
                            gtag('config', 'GTM-NQW26FJ-4');
                        } else {
                            gtag('config', 'GTM-NQW26FJ-3');
                        }
                    };
                }

                function removeAnalyticsCookies() {
                    let cookieNames = ['_ga', '_ga_357819016', '_ga_E220M1QFKZ', '_ga_PMMDSPNJNX', '_ga_TVGRK25BHB', '_gcl_au', '_gid', 'usid'];

                    // Set every cookie to expired
                    cookieNames.forEach(cookieName => {
                        document.cookie = cookieName + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;";
                    });

                }


                function checkEssentialCookie() {
                    const essentialCookieValue = getCookie('essentialcookie');
                    if (essentialCookieValue == 'accepted') {
                        return 'accepted';
                    } else {
                        return null;
                    }
                }

                function checkAnalyticsCookie() {
                    const analyticsCookieValue = getCookie('analytics');
                    if (analyticsCookieValue == 'accepted') {
                        return 'accepted';

                    } else if (analyticsCookieValue == 'rejected') {
                        return 'rejected';
                    } else {
                        return null;
                    }
                }

                //document.getElementById('allowAll').addEventListener('click', handleAllowAll);

                $("#allowAll").on("click", function (event) {
                    handleAllowAll(event);
                });


                $("#rejectAll").on("click", function (event) {
                    handleRejectAll(event);
                });

                document.addEventListener('keydown', function (event) {
                    let statusCookies = checkEssentialCookie()
                    if (event.key == "Escape" && statusCookies != null) {
                        closeModal(event);
                    }
                });

                // Check cookie on page load
                window.addEventListener('load', function () {
                    let statusEssential = checkEssentialCookie()
                    if (statusEssential == 'accepted') {
                        console.log('essential cookie accepted.');
                    } else {
                        console.log('essential analytics cookie ' + statusEssential);
                        openModal();
                    }
                });

                // Make functions globally available
                window.openModal = openModal;
                window.closeModal = closeModal;
            })();
        </script>

        



        <!-- Listrak Analytics - Submit Tracking Click -->
        <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
        <script src="/localinc/jquery.fancybox.js"></script>

        <script type="text/javascript">
            function useAnalyticsCookie() {
                const analyticsCookieValue = getCookie('analytics');
                if (analyticsCookieValue == 'accepted') {
                    return true;

                } else if (analyticsCookieValue == 'rejected') {
                    return false;
                } else {
                    return false;
                }
            }

            (function (d) {
                if (useAnalyticsCookie()) {
                    if (document.addEventListener) document.addEventListener('ltkAsyncListener', d);
                    else {
                        e = document.documentElement; e.ltkAsyncProperty = 0; e.attachEvent('onpropertychange', function (e) {
                            if (e.propertyName == 'ltkAsyncProperty') { d(); }
                        });
                    }
                }

            })(function () {
                /********** Begin Custom Code **********/
                if (useAnalyticsCookie()) {
                    _ltk.Click.Submit();
                }
                /********** End Custom Code **********/
            });

            if (useAnalyticsCookie()) {
                var biJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
                (function (d, s, id, tid, vid) {
                    var js, ljs = d.getElementsByTagName(s)[0];
                    if (d.getElementById(id)) return; js = d.createElement(s); js.id = id;
                    js.src = biJsHost + "cdn.listrakbi.com/scripts/script.js?m=" + tid + "&v=" + vid;
                    ljs.parentNode.insertBefore(js, ljs);
                })(document, 'script', 'ltkSDK', 'KWWNBIgcQLGC', '1');
            }

            function myMobileFunction() {
                var x = document.getElementById("myLinks");
                if (x.style.display === "block") {
                    x.style.display = "none";
                } else {
                    x.style.display = "block";
                }
            }

        </script>


    </form>

</body>
</html>
