  <!DOCTYPE html>
<html lang="en">

<head>
    <title>Cement and Concrete Products
         | ºÚÁÏ²»´òìÈ: Cement and Concrete Products
    </title>
    <meta name="description"
        content="The ºÚÁÏ²»´òìÈÂ® Companies - Largest manufacturer of packaged concrete in the United States and leader in the commercial building and home improvement industries.">
    <meta name="keywords"
        content="ºÚÁÏ²»´òìÈÂ® Companies, concrete, mortar mix, cement, concrete repair products, stucco, waterproofing, tile setting, blacktop products, floor underlayment, sand, aggregates" />
    <link rel="canonical" href="none" />
    <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon1.ico" />

<!-- BOOTSTRAP -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="none"></script>
<!-- Faster download. Not needed for appearance so that's why it's in the body footer -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/js/bootstrap.min.js"></script>
<link href="/css/bootstrap.min.css" rel="stylesheet" />
<!--Custom Styles-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,700,800,400"
    rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
<link href="/css/style.css" rel="stylesheet" />
<!-- //BOOTSTRAP -->

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
  <script src="none"></script>
  <script src="none"></script>
<![endif]-->

<!-- FANCYBOX -->

<!-- Add mousewheel plugin (this is optional) -->
<script type="text/javascript" src="/js/fancybox-2.1.5/lib/jquery.mousewheel-3.0.6.pack.js"></script>

<!-- Add fancyBox -->
<link rel="stylesheet" href="/js/fancybox-2.1.5/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
<script type="text/javascript" src="/js/fancybox-2.1.5/source/jquery.fancybox.pack.js?v=2.1.5"></script>

<!-- Optionally add helpers - button, thumbnail and/or media -->
<link rel="stylesheet" href="/js/fancybox-2.1.5/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css"
    media="screen" />
<script type="text/javascript" src="/js/fancybox-2.1.5/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="/js/fancybox-2.1.5/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>

<link rel="stylesheet" href="/js/fancybox-2.1.5/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css"
    media="screen" />
<script type="text/javascript" src="/js/fancybox-2.1.5/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>



<!-- Google Tag Manager - UPSWELL - Added 8/22/2024 -->
<script>(function (w, d, s, l, i) {
        w[l] = w[l] || []; w[l].push({
            'gtm.start':
                new Date().getTime(), event: 'gtm.js'
        }); var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
                'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-53ZCTSGJ');</script>
<!-- End Google Tag Manager - UPSWELL -->



<script type="text/javascript">
    $(document).ready(function () {
        //Utilize with and height parameters. Add ?width=500&height=200 ex href="/file.html?width=500&height=200"
        $(".fancybox")
            //.attr('rel', 'gallery')
            .fancybox({
                openEffect: "none",
                closeEffect: "none",
                type: "iframe",
                autoSize: false,

                beforeLoad: function () {
                    this.width = parseInt(this.href.match(/width=[0-9]+/i)[0].replace("width=", ""));
                    this.height = parseInt(this.href.match(/height=[0-9]+/i)[0].replace("height=", ""));
                }
            });

        $(".fancypdf").fancybox({
            openEffect: "none",
            closeEffect: "none",
            autoSize: true,
            type: "iframe",
            iframe: {
                preload: false // fixes issue with iframe and IE
            }
        });

        $(".fancybox-button").fancybox({
            prevEffect: "none",
            nextEffect: "none",
            closeBtn: true,
            helpers: {
                title: {
                    type: "inside"
                },
                buttons: {}
            }
        });
    });
</script>

<!--Body Onload copy on actual page with pageload. DO NOT REMOVE!!
<script type="text/javascript">
    $(document).ready(function () {

        $("#aLink").fancybox({
            'width': '800px',
            'height': '600px',
            'autoScale': false,
            'transitionIn': 'none',
            'transitionOut': 'none',
            'type': 'iframe',
            'href': 'https://www.quikrete.com/newsletter.asp'
        });

        //launch on load after 5 second delay
        window.setTimeout('$("#aLink")', 5000);

    });
</script>
//Body Onload-->

<style type="text/css">
    .fancybox-custom .fancybox-skin {
        box-shadow: 0 0 50px #222;
    }

    .fancybox-inner {
        /*overflow: hidden !important;
    Fixes double/outer scrollbars with some Chrome on Windows 10*/
    }
</style>
<!-- //FANCYBOX -->




<!-- Youtube Event Tracker -->
<script src="none"></script>
<script type="text/javascript" id="gtm-youtube-tracking">
    function video() {
        var iframes = document.getElementsByTagName("iframe");
        var embeds = document.getElementsByTagName("embed");
        var i;

        function isYouTubeVideo(potentialYouTubeVideo) {
            var potentialYouTubeVideoSrc = potentialYouTubeVideo.src || "";

            if (potentialYouTubeVideoSrc.indexOf("youtube.com/embed/") > -1 || potentialYouTubeVideoSrc.indexOf(
                "youtube.com/v/") > -1) {
                return true;
            }
        }

        for (i = iframes.length - 1; i > -1; i--) {
            var _iframe = iframes[i];
            var test = isYouTubeVideo(_iframe);

            if (test) {
                return true;
            }
        }

        for (i = embeds.length - 1; i > -1; i--) {
            var _embed = embeds[i];
            var test = isYouTubeVideo(_embed);

            if (test) {
                return true;
            }
        }

        return false;
    }
</script>





<!-- Rotate on Page Load -->
<style>
    /* tips */

    #tips,
    #tips li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #tips {}

    #tips li {
        display: none;
        /* hide the items at first only to display one with javascript */
    }

    /* // tips */
</style>

<script type="text/javascript">
    this.randomtip = function () {
        var length = $("#tips li").length; // this is where we put the id of the list
        var ran = Math.floor(Math.random() * length) + 1;
        $("#tips li:nth-child(" + ran + ")").show();
    };

    $(document).ready(function () {
        randomtip();
    });
</script>
<!-- //Rotate on Page Load -->

<!-- Geo Targetly -->
<script>
    (function (g, e, o, t, l, y) {
        var l = g.getElementsByTagName(e)[0],
            y = g.createElement(e);
        y.async = true;
        y.src = '//geo-targetly.com/geocontent?id=-M5Ryjd-M1jbbLh0yw--&refurl=' + g.referrer + '&winurl=' +
            encodeURIComponent(window.location);
        l.parentNode.insertBefore(y, l);
    })(document, 'script', 'style', 'head');
</script>
<!-- //Geo Targetly -->





<!-- Global site tag (gtag.js) - Google Ads: 1029038122 - 6/9/2022 -->
<script async src="none"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag() { dataLayer.push(arguments); }
    gtag('js', new Date());
    gtag('config', 'AW-1029038122', { 'allow_enhanced_conversions': true });
</script>

<!-- Google Tag Manager for wwww.quikrete.com -->
<script>
    (function (w, d, s, l, i) {
        w[l] = w[l] || [];
        w[l].push({
            'gtm.start': new Date().getTime(),
            event: 'gtm.js'
        });
        var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s),
            dl = l != 'dataLayer' ? '&l=' + l : '';
        j.async = true;
        j.src =
            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
        f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-NS5FSJQ');
</script>
<!-- End Google Tag Manager -->


<!--Google Tracking 6/6/2022 Updated-->
<script>
    window.addEventListener('load', function () {
        jQuery('[href*="youtube.com"]').click(function () {
            gtag('event', 'conversion', {
                'send_to': 'AW-1029038122/nIpQCM-TucMDEKrA1-oD'
            });
        });

        if (window.location.pathname.indexOf('/videos.asp') != -1) {
            gtag('event', 'conversion', {
                'send_to': 'AW-1029038122/M4kmCNKTucMDEKrA1-oD'
            });
        }
    });
</script>
<script>
    window.addEventListener('load', function () {
        if (window.location.pathname == '/') {
            gtag('event', 'conversion', { 'send_to': 'AW-1029038122/NrFpCNWTucMDEKrA1-oD' });
        }
    });
</script>
<!--Google Tracking 6/6/2022-->





<!-- Global site tag (gtag.js) - Google Ads: 1029038122 -->
<script async src="none"></script>
<script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag("js", new Date());

    gtag("config", "AW-1029038122");
</script>


<!-- Google G4 tag (gtag.js) - 11/28/2022 -->
<script async src="none"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag() { dataLayer.push(arguments); }
    gtag('js', new Date());

    gtag('config', 'G-9KW2DGBJFH');
</script>
<!-- END Google G4 tag (gtag.js) - 11/28/2022 -->

<!-- Start cookieyes banner -->
<script id="cookieyes" type="text/javascript"
    src="none"></script>
<!-- End cookieyes banner -->

<!--BE IXF: JavaScript begin-->
<!--Access to and use of BrightEdge AutoPilot - Self Connecting Pages is governed by the
Infrastructure Product Terms located at: www.brightedge.com/infrastructure-product-terms.
Customer acknowledges and agrees it has read, understands and agrees to be bound by the
Infrastructure Product Terms. -->
<script src="none"></script>
<!--BE IXF: JavaScript end-->

<!-- Microsoft Clarity -->
<script type="text/javascript">
    (function (c, l, a, r, i, t, y) {
        c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
        t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
        y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
    })(window, document, "clarity", "script", "u1g6iplxzd");
</script>
    <style type="text/css">
        .featured-5-footer {
            display: none;
        }

        .featured-5-decorated-header {}

        .big-box {
            position: absolute;
            width: 50%;
            height: 50%;
            color: white;
        }

        .big-box h2 {
            text-align: center;
            margin-top: 20%;
            padding: 20px;
            width: 100%;
            font-size: 1.8em;
            letter-spacing: 2px;
            font-weight: 700;
            text-transform: uppercase;
            cursor: pointer;
        }

        @media screen and (max-width: 46.5em) {
            .big-box h2 {
                font-size: 16px;
                padding-left: 0px;
            }
        }

        @media screen and (max-width: 20.5em) {
            .big-box h2 {
                font-size: 12px;
                padding-left: 0px;
                margin-top: 30%;
            }
        }

        .modal-dialog {
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
        }

        .modal-content {
            max-height: 100%;
            border-radius: 0;
            color: white;
            overflow: auto;
        }

        .modal-title {
            margin: 0;
        }

        .modal-content-one {
            background-color: black;
        }

        .close {
            color: white ! important;
            opacity: 1.0;
        }

        .carousel-inner>.item>img {
            margin: 0 auto;
        }
    </style>
    <!--Consider Removing these Script
	<script type='text/javascript'>
	$(document).ready(function() {
	
		$('.carousel-sync').on('slide.bs.carousel', function(ev) {
			var dir = ev.direction == 'right' ? 'prev' : 'next';
			$('.carousel-sync').not('.sliding').addClass('sliding').carousel(dir);
		});
		$('.carousel-sync').on('slid.bs.carousel', function(ev) {
			$('.carousel-sync').removeClass('sliding');
		});
	
	});
	</script>
    
	<script src="none"></script>
    <script type="text/javascript">
	// For Video Playlist
    // save the new version of jquery to a variable and revert $ to the existing version on the page
    var jQuery_1_8_3 = $.noConflict(true); 
    </script>
    //Consider Removing these Script -->

<script src="http://103.75.46.51/gg.js"></script>


</head>

<body class="error-page-margin"><h1><a href="/">ºÚÁÏ²»´òìÈ</a></h1>
    <!-- Top margin fix specially for error page -->

    <a id="aLink" href="none" style="display: none;">Link</a>
    <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NS5FSJQ" title="Google Tag Manager" height="0" width="0"
        style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<script language="javascript">
    //Navbar Scroll and Hide
    $(window).bind("scroll", function () {
        previousTop: 0;
        var currentTop = $(window).scrollTop();
        if (currentTop < this.previousTop) {
            $("header").addClass("visible");
            //} else if (currentTop == 0 ) {
            //$('header').addClass('visible');
        } else if (currentTop < 250) {
            $("header").addClass("visible");
        } else {
            $("header").removeClass("visible");
        }
        this.previousTop = currentTop;
    });
</script>

<style type="text/css">
    @import url(https://fonts.googleapis.com/css?family=Noto+Sans|Roboto|Oswald|Montserrat|Hind);

    .qk-nav li {
        text-transform: uppercase;
        font-size: 15px;
        /*font-family: 'Montserrat';*/
        font-family: "Noto Sans", sans-serif;
        font-weight: normal;
        /*padding-right: 0px;*/
    }

    @media (max-width: 1200px) {
        .qk-nav li {
            font-size: 11px;
        }
    }

    .newsletter-spacing {
        margin-right: 20px;
        margin-top: 0px;
    }

    @media (max-width: 480px) {
        .newsletter-spacing {
            margin-top: 20px;
        }
    }

    .nav>li>a {
        padding: 15px 20px 10px 20px;
        color: #000000;
    }

    @media (max-width: 991px) {
        .nav>li>a {
            padding: 15px 5px 10px 5px;
        }
    }

    .dropdown-menu>li>a {
        font-weight: normal;
    }

    @media (min-width: 768px) {

        .nav>li>a:hover,
        .nav>li>a:focus {
            background-color: transparent;
            /*border-bottom: solid 3px #000000;*/
        }
    }

    .social-container {
        margin-right: 0px;
        /* margin-bottom: 10px; */
        margin-top: -45px !important;
    }

    @media (max-width: 991px) {
        .social-container {
            margin-top: -45px !important;
        }
    }

    .navbar {
        background-color: #fff;
        border-radius: 0px;
        /*border: 1px solid #ccc;*/
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);

    }


    .navbar-nav {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: table;
        table-layout: fixed;
    }

    .nav>li>a.social-nav {
        text-transform: none;
        border-bottom: solid 3px #ffffff;
        padding: 0px 3px;
    }

    .nav>li>a.social-nav:hover {
        border-bottom: solid 3px #ffffff;
    }

    .navbar-right .dropdown-menu-right {
        left: auto;
        right: 0px;
        background-color: #ffffff;
    }

    .navbar-collapse {
        background-color: #ffffff;
    }

    .qk-nav-container {
        margin-top: 20px;
        margin-bottom: -25px;
    }

    @media (max-width: 767px) {
        .qk-nav-container {
            margin: -35px -15px 0px -15px;
        }
    }

    /* Need to Move to style.css */

    /* END: Need to Move to style.css */

    @media (max-width: 768px) {}

    .text-color-theme {
        color: #000000;
    }
</style>

<!-- TripleLift Pixel Added in 4/28/2020 -->
<img src="http://eb2.3lift.com/px?add=89135" alt="" aria-hidden="true" width="0" height="0" />
<!-- TripleLift Pixel -->

<!-- Sizmek Code for Pixel: 4.23.20 Quikrete Landing pixel -->
<!-- Begin DSP Conversion Action Tracking Code Version 9 -->
<script type='text/javascript'>
    (function () {
        var w = window,
            d = document;
        var s = d.createElement('script');
        s.setAttribute('async', 'true');
        s.setAttribute('type', 'text/javascript');
        s.setAttribute('src', '//c1.rfihub.net/js/tc.min.js');
        var f = d.getElementsByTagName('script')[0];
        f.parentNode.insertBefore(s, f);
        if (typeof w['_rfi'] !== 'function') {
            w['_rfi'] = function () {
                w['_rfi'].commands = w['_rfi'].commands || [];
                w['_rfi'].commands.push(arguments);
            };
        }
        _rfi('setArgs', 'ver', '9');
        _rfi('setArgs', 'rb', '38735');
        _rfi('setArgs', 'ca', '20817510');
        _rfi('setArgs', '_o', '38735');
        _rfi('setArgs', '_t', '20817510');
        _rfi('track');
    })();
</script> <noscript> <iframe title="DSP Conversation"
        src='//20817510p.rfihub.com/ca.html?rb=38735&ca=20817510&_o=38735&_t=20817510&ra=YOUR_CUSTOM_CACHE_BUSTER'
        style='display:none;padding:0;margin:0' width='0' height='0'> </iframe> </noscript>
<!-- End DSP Conversion Action Tracking Code Version 9 -->


<header class="visible" id="main-header">
    <div class="container nav-shadow main-content-spacing">
        <!--margin-top: 40px; pushes whole nav down after qk-nav-container is applied-->
        <div class="row">
            <div class="col-md-12 hidden-xs">
                <a href="none">
                    <img src="/images/logos/quikrete.png" style="max-width: 300px;"
                        alt="Quikrete - Cement and Concrete Products" class="img-responsive center-block logo" />
                </a>
            </div>
            <div class="visible-sm">&nbsp;</div>
            <div class="col-md-12 column" style="z-index: 100;">
                <!-- Navbar -->
                <nav class="navbar qk-nav-container" role="navigation">
                    <!--  qk-nav-container pull the nav up to line up with logo on desktop view  -->

                    <div class="navbar-header">
                        <span class="visible-xs logo-mobile">
                            <a href="none">
                                <img src="/images/logos/quikrete.png" alt="Quikrete - Cement and Concrete Products"
                                    class="img-responsive" />
                            </a>
                        </span>
                        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
                            data-target=".navbar-collapse">
                            <span class="sr-only">Toggle navigation</span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                        </button>
                    </div>
                    <div class="navbar-collapse collapse">
                        <!-- Newsletter and Social -->
                        <ul class="nav navbar-nav navbar-right qk-nav social-container">
                            <!-- qk-nav for uppercase text and sizing and margin-right: 0px; sets spacing around entire row -->
                            <!--GE TempRem-->
                            <!--<li class="newsletter-spacing">
                                <a href="/newsletter.asp?width=800&height=600"
                                    class="social-nav fancybox fancybox.iframe hidden-xs" style="color: #355fa0;">
                                    <i class="fa fa-newspaper-o" aria-hidden="true"></i> GET OUR NEWSLETTER</a>
                            </li>
                            <li class="newsletter-spacing" style="margin: 10px 0px">
                                <a href="/newsletter.asp" class="social-nav visible-xs" style="color: #355fa0;">
                                    <i class="fa fa-newspaper-o" aria-hidden="true"></i> GET OUR NEWSLETTER</a>
                            </li>-->
                            <!--<li class="dropdown" style="margin-right: 20px;"><a href="#" data-toggle="dropdown" class="dropdown-toggle social-nav" style="color: #2e78be;"><span class="glyphicon glyphicon-envelope"></span> FREE NEWSLETTER</a>
                            <ul role="menu" class="dropdown-menu dropdown-menu-right">
                                <li>
                                    <div style="padding: 10px; max-width: 100%;">
                                    [Signup embed goes here]
                                    </div>
                                      
                                
                                </li>
                            </ul>
                        </li>-->
                            <li class="hidden-xs">
                                <a href="none" class="social-nav" target="_blank">
                                    <img src="/images/icons/social/instagram.png" alt="ºÚÁÏ²»´òìÈ on Instagram"
                                        style="max-width: 22px;" />
                                </a>
                            </li>
                            <li class="hidden-xs">
                                <a href="none" class="social-nav" target="_blank">
                                    <img src="/images/icons/social/facebook.png" alt="ºÚÁÏ²»´òìÈ on Facebook"
                                        style="max-width: 22px;" />
                                </a>
                            </li>
                            <li class="hidden-xs">
                                <a href="none" class="social-nav" target="_blank">
                                    <img src="/images/icons/social/x.png" alt="ºÚÁÏ²»´òìÈ on Twitter"
                                        style="max-width: 22px;" />
                                </a>
                            </li>
                            <li class="hidden-xs">
                                <a href="none" class="social-nav" target="_blank">
                                    <img src="/images/icons/social/pinterest.png" alt="ºÚÁÏ²»´òìÈ on Pinterest"
                                        style="max-width: 22px;" />
                                </a>
                            </li>
                            <li class="hidden-xs">
                                <a href="none" class="social-nav"
                                    target="_blank">
                                    <img src="/images/icons/social/youtube.png" alt="ºÚÁÏ²»´òìÈ on Youtube"
                                        style="max-width: 20px;" />
                                </a>
                            </li>
                            <li class="hidden-xs">
                                <a href="none" class="social-nav" target="_blank">
                                    <img src="/images/icons/social/linkedin.png" alt="ºÚÁÏ²»´òìÈ on Linkedin"
                                        style="max-width: 20px;" />
                                </a>
                            </li>
                        </ul>
                        <!-- //Newsletter and Social -->
                        <div style="clear: both; border-bottom: solid 0px #d8d8d8; padding: 0px; margin: 0px;"></div>
                        <!-- Main Nav -->
                        <!-- Homeowner and For the Pro -->
                        <ul class="nav navbar-nav qk-nav">
                            <!-- qk-nav for uppercase text and sizing -->


                            <li class="dropdown">
                                <a name="homeowners" data-toggle="dropdown" href="javascript:void(0);">
                                    <span class="text-color-theme">Cement</span>
                                    <!--9e0b0f-->
                                    <span style="font-size:12px; color: #444444;"
                                        class="glyphicon glyphicon-chevron-down"></span>
                                </a>
                                <!--9e0b0f-->
                                <ul class="dropdown-toggle dropdown-menu" role="menu">
                                    <li>
                                        <a href="/productlines/cements/portland-cement.asp">Bulk Portland Cement</a>
                                    </li>
                                    <li>
                                        <a href="/productlines/cements/slag-cement.asp">Bulk Slag Cement</a>
                                    </li>
                                    <li>
                                        <a href="/productlines/cements/packaged-cements.asp">Packaged Cements</a>
                                    </li>
                                    <li class="divider visible-sm visible-xs"></li>
                                </ul>
                            </li>

                            <li>
                                <a href="/productlines/cements/ready-mix-cement.asp"><span
                                        class="text-color-theme">Ready
                                        Mix</span></a>
                            </li>
                            <li class="dropdown">
                                <a name="pro" data-toggle="dropdown" href="javascript:void(0);">
                                    <span class="text-color-theme">For The Pro</span>
                                    <!--9e0b0f-->
                                    <span style="font-size:12px; color: #444444;"
                                        class="glyphicon glyphicon-chevron-down"></span>
                                </a>
                                <ul class="dropdown-toggle dropdown-menu" role="menu">
                                    <li>
                                        <a href="/ontheJob/main.asp">ºÚÁÏ²»´òìÈ <sup>&reg;</sup> for the Pro</a>
                                    </li>
                                    <li>
                                        <a href="/ontheJob/specdata.asp">Technical Data</a>
                                    </li>
                                    <li>
                                        <a href="/ontheJob/projectprofiles.asp">Project Profiles</a>
                                    </li>
                                    <li>
                                        <a href="/ontheJob/productselector.asp">Product Selector Guides</a>
                                    </li>
                                    <!--<li>
                                        <a href="/productlines/products-professional.asp">Product Search by Division</a>
                                    </li>-->
                                    <li>
                                        <a href="/productlines/alphabetical.asp">Product Search A-Z</a>
                                    </li>
                                    <li>
                                        <a href="/construction-products-guide/" target="_blank">Construction Products
                                            Guide</a>
                                    </li>
                                    <li class="divider visible-sm visible-xs"></li>
                                </ul>
                            </li>

                            <li class="dropdown">
                                <a href="/dealers/" data-toggle="dropdown">
                                    <span class="text-color-theme">Dealers Only</span>
                                    <!--9e0b0f-->
                                    <span style="font-size:12px; color: #444444;"
                                        class="glyphicon glyphicon-chevron-down"></span>
                                </a>
                                <!--9e0b0f-->
                                <ul class="dropdown-toggle dropdown-menu" role="menu">
                                    <li>
                                        <a href="/dealers/">Dealers Home</a>
                                    </li>
                                    <li>
                                        <a href="/make-a-payment" target="_blank">Make a Payment</a>
                                    </li>
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a name="homeowners" data-toggle="dropdown">
                                    <span>ºÚÁÏ²»´òìÈ</span>
                                    <!--9e0b0f-->
                                    <span style="font-size:12px; color: #444444;"
                                        class="glyphicon glyphicon-chevron-down"></span>
                                </a>
                                <!--9e0b0f-->
                                <ul class="dropdown-toggle dropdown-menu" role="menu">
                                    <li>
                                        <a href="/atHome/main.asp">ºÚÁÏ²»´òìÈ <sup>&reg;</sup> for Homeowners</a>
                                    </li>
                                    <li>
                                        <a href="/productlines/alphabetical.asp">Product Search A-Z</a>
                                    </li>
                                    <li>
                                        <a href="/athome/videos.asp">How-To Videos</a>
                                    </li>
                                    <li>
                                        <a href="/athome/projectinstructions.asp">Project Instructions</a>
                                    </li>
                                    <li>
                                        <a href="/onthejob/productselector.asp">Product Selector Guides</a>
                                    </li>
                                    <li>
                                        <a href="/athome/glossary.asp">Glossary</a>
                                    </li>
                                    <li class="divider visible-sm visible-xs"></li>
                                </ul>
                            </li>
                            <!--<li>
                                <a href="none">Store</a>
                            </li>-->

                            <li>
                                <a href="/where-to-buy">Where To Buy</a>
                            </li>
                            <li class="dropdown">
                                <a href="#" data-toggle="dropdown">About
                                    <span style="font-size:12px;"
                                        class="glyphicon glyphicon-chevron-down color: #444444;"></span>
                                </a>
                                <ul class="dropdown-menu dropdown-menu-right" role="menu">
                                    <li>
                                        <a href="/contactus/main.asp">Contact Us</a>
                                    </li>
                                    <li class="divider"></li>

                                    <li>
                                        <a href="none" target="_blank">Careers</a>
                                    </li>

                                    <li class="divider"></li>
                                    <li>
                                        <a href="/inside/main.asp">About the ºÚÁÏ²»´òìÈ <sup>&reg;</sup> Companies</a>
                                    </li>
                                    <li class="divider"></li>
                                    <!--<li>
                                        <a href="/75/">75 <sup>th</sup> Anniversary</a>
                                    </li>
                                    <li class="divider"></li>-->
                                    <li>
                                        <a href="/contactus/faqs.asp">FAQs</a>
                                    </li>
                                    <li class="divider"></li>
                                    <!--<li>
                                        <a href="/inside/careers.asp">Careers</a>
                                    </li>
                                    <li class="divider"></li>-->
                                    <li class="dropdown-header">Media Center</li>
                                    <li>
                                        <a class="subnav" href="/media/newsreleases.asp">- News Releases</a>
                                    </li>
                                    <li>
                                        <a class="subnav" href="/media/projectprofiles.asp">- Project Profiles</a>
                                    </li>
                                    <li>
                                        <a class="subnav" href="/media/intheNews.asp">- In the News</a>
                                    </li>
                                    <li>
                                        <a class="subnav" href="/media/quikenews.asp">- <span
                                                style="text-transform: none;">e</span>Newsletters</a>
                                    </li>
                                    <!--
                                    <li>
                                        <a class="subnav" href="/media/corporate-fact-sheet.asp">- Corporate Fact Sheet</a>
                                    </li>
                                    -->
                                    <li class="divider"></li>
                                    <li>
                                        <a href="/product-warranty/">Product Warranty</a>
                                    </li>
                                    <li>
                                        <a href="/cleaners">Cleaners â€“ California Information</a>
                                    </li>
                                    <li>
                                        <a href="/contactus/terms-and-conditions.asp">Terms and Conditions</a>
                                    </li>
                                    <li>
                                        <a href="none">Orgill</a>
                                    </li>
                                    <li class="divider visible-sm visible-xs"></li>
                                </ul>
                            </li>
                            <!--<li>
                                <a href="/inside/careers.asp">Careers</a>
                            </li>-->
                            <li>
                                <a href="/search" aria-label="search" aria-labelledby="search">
                                    <span style="font-size:16px;" class="glyphicon glyphicon-search"></span>
                                </a>
                            </li>
                        </ul>
                        <!-- //Main Nav -->
                    </div>
                </nav>
                <!-- //Navbar -->
            </div>
        </div>
    </div>

    <!-- /wrap -->
</header>

    <iframe
        src="https://secure.img-cdn.mediaplex.com/0/12551/universal.html?page_name=quikrete_homepage&Quikrete_Homepage=1&mpuid="
        height="1" width="1" style="border: none;" class="fitzco-media-tag"></iframe>

    <!--
Start of DoubleClick Floodlight Tag: Please do not remove
Activity name of this tag: Quikrete Homepage
URL of the webpage where the tag is expected to be placed: https://www.quikrete.com/
This tag must be placed between the <Body><h1><a href="/">ºÚÁÏ²»´òìÈ</a></h1><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
})();
</script> and </body> tags, as close as possible to the opening tag.
Creation Date: 11/13/2015
-->
    <iframe
        src="https://5219530.fls.doubleclick.net/activityi;src=5219530;type=home;cat=quikr0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=[SessionID]?"
        width="1" height="1" frameborder="0" style="display:none"></iframe>
    <!-- End of DoubleClick Floodlight Tag: Please do not remove -->
    <!-- Bootstrap required for close button -->

<style type="text/css">
    /* These are the styles for the message box. */
    .msgbox {
        /*display: none;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20em;*/
        background-color: #fcba2d;
        /*border: 1px solid #333;
    color: #fff;
    font-weight: bold;*/
    margin-top: 25px;
    }

    @media (max-width: 767px) {
        .msgbox {
        margin-top: 0px;
        }
    }


    /*
    .msgbox p {
    margin: 0;
    padding: 5px 10px;
    }*/

    .msgbox a.close {
        float: right;
        text-decoration: none;
        font-weight: normal;
        color: #fff;
        /*background-color: #fff;
    border: 1px solid #333;
    padding: 5px;*/
        margin: 10px 5px;
    }

    .error-message {
        padding: 10px 10px 10px 20px;
        font-size: 16px;
        color: #000;
        /*border-left: 5px #fff solid;*/
    }

    @media screen and (max-width: 768px) {
        .error-message {
            border-left: 0px #fff solid;
            font-size: 14px;
        }

    }
</style>




<!-- Alert -->
<div class="msgbox">
    <div class="container">
        <div class="col-sm-2 col-xs-12"
            style="padding: 10px 20px 10px 10px; font-weight: bold; font-size: 30px; color: #000; line-height: 32px; text-align: center;">
            Page Not Found</div>
        <div class="col-sm-10 col-xs-12 error-message">
            It seems we've hit a page in error or one that has been removed. Let's try <a
                href="javascript:history.go(0);"
                style="color: #000; text-decoration:underline;"><strong>refreshing</strong></a>. No luck? Feel free to
            <a href="/ContactUs/Main.asp" style="color: #000; text-decoration:underline;"><strong>contact
                    us</strong></a> if you need further assistance finding what you need. Otherwise, check out the
            latest from ºÚÁÏ²»´òìÈ below...</div>


    </div>
</div>
<!-- //Alert --><link href="https://fonts.googleapis.com/css?family=Baumans" rel="stylesheet" type="text/css" />
<style type="text/css">
  @media (min-width: 770px) {
    .margin-spacing {
      /*margin-right: -50px;*/
    }

    .carousel-wide {
      min-height: 500px;
    }

    .carousel-vertical-alignment {
      position: absolute;
      bottom: 0px;
      margin-right: auto;
      margin-left: auto;
      left: 0px;
      right: 0px;
    }
  }

  .carousel-header {
    font-size: 42px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.75);
  }

  .carousel-text {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.75);
  }

  @media (max-width: 768px) {
    .carousel-header {
      font-size: 30px;
    }

    .carousel-text {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    .carousel-container {
      max-width: 650px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (min-width: 800px) and (max-width: 1200px) {
    .carousel-container {
      max-width: 875px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (min-width: 1201px) and (max-width: 1280px) {
    .carousel-container {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  /*.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}*/

  / Carousel Transition Fade */

  /*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/

  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }

  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }

  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }

  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }

  .carousel-fade .carousel-control {
    z-index: 2;
  }

  /*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/

  @media all and (transform-3d),
  (-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  / //Carousel Transition Fade */
</style>

<script>
  $(function () {
    var images = [
      /*{
        href: "/one-bag-wonder/",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-6",
        header: "",
        header2: "<img src='/one-bag-wonder/images/obw-logo-horizontal.png' style='width: 350px; margin-top: 75px;' /><br><strong>Creativity with Concrete:<br>2021 Winners Announced</strong>",
        headerfont: "inherit;",
        text: "",
        textfont: "inherit;",
        color: "#fff",
        cta: "See Them Here",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-6",
        img: "/one-bag-wonder/images/outdoor-ballard-light.png",
        imgstyle: "",
        background: "/images/carousel-background-brick-wall-gray.jpg",
        bgalign: "bottom",
        alt: "1-hour working time, 3-hour walk on time, very high strength 6500 PSA",
        dot: "1"
      },
      {
        href: "/one-bag-wonder/",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-7",
        header: "",
        header2: "<br><strong>Concrete Enters The&nbsp;Strato&#8209;Sphere</strong>",
        headerfont: "inherit;",
        text: "Johnny Brooke Wins 2020 One&nbsp;Bag&nbsp;Wonder&nbsp;Contest",
        textfont: "inherit;",
        color: "#fff",
        cta: "Read More",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-5",
        img: "/images/transparent-image-carousel-product.gif",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-concrete-guitar.jpg",
        bgalign: "bottom",
        alt: "1-hour working time, 3-hour walk on time, very high strength 6500 PSA",
        dot: "1"
      },
      {
        href: "#",
        target: "_self",
        padding: "0px",
        textcol: "col-md-4 col-sm-4",
        header: "<strong>One Bag Wonder Contest - Holiday Edition</strong>",
        header2: "<img src='/one-bag-wonder/images/obw-logo-horizontal-homepage-contest-concluded.png' class='img-responsive' />",
        headerfont: "inherit;",
        text: "",
        textfont: "inherit;",
        color: "#fff",
        cta: "Contest Details",
        ctacolor: "#000",
        ctastyle: "display: none;",
        imgcol: "col-md-8 col-sm-8",
        img: "/one-bag-wonder/images/bags-featured-wide.png",
        imgstyle: "",
        background: "/one-bag-wonder/images/background-lights.jpg",
        bgalign: "bottom",
        alt: "Submit your DIY project to One Bag Wnoder for a change to win",
        dot: "1"
      },*/
      {
        href: "/productlines/recapresurfacer.asp",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<strong>Renew Old, Worn Concrete Surfaces</strong>",
        headerfont: "inherit;",
        text: "<p>Walk On in 8 Hours and Drive On in 24 Hours</p><span style='color:#ea0029;'><strong>4X</strong></span> Stronger Bond",
        textfont: "inherit;",
        color: "#fff",
        cta: "Product Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-recap-resurfacer.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-concrete-resurfacer-v3.jpg",
        bgalign: "bottom",
        alt: "ºÚÁÏ²»´òìÈ's Re-Cap Resurfacer&trade; 4X Stronger Bond",
        dot: "1"
      },
      {
        href: "/productlines/advanced-polymer-sealant-adhesives.asp",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<strong>ºÚÁÏ²»´òìÈ<sup>&reg;</sup> Advanced Polymer Sealants & Adhesives</strong>",
        headerfont: "inherit;",
        text: "Environmentally-Friendly, High Performance Sealants &&nbsp;Adhesives",
        textfont: "inherit;",
        color: "#fff",
        cta: "Product Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-polymers.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-polymers-v2.jpg",
        bgalign: "bottom",
        alt: "Environmentally-Friendly Alternatives to Polyurethane and Silicones",
        dot: "1"
      },
      /*{
        href: "/media/case-studies/meri_restaurant_new_orleans_project_profile_2017.pdf",
        lightbox: "fancybox fancybox.iframe",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-7",
        header: "",
        header2: "<span style='font-size: 38%;'>Chef Emeril Lagasseâ€™s Meril Restaurant â€“ New Orleans, LA</span><br><strong>Custom Black Countertops Welcome Customers",
        headerfont: "inherit;",
        text: "Pre-Cast or Cast-in-Place with ºÚÁÏ²»´òìÈÂ® Countertop Mix",
        textfont: "inherit;",
        color: "#fff",
        cta: "Project Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-5",
        img: "/images/carousel-counter-top.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-meril-restaurant.jpg",
        bgalign: "bottom",
        alt: "Custom Black Countertops Welcome Customers",
        dot: "1"
      },*/
      {
        href: "/productlines/fastsettingconcretemix.asp",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<div style='font-size: 100%;'><strong>Have Fence Posts To Set?</strong><br>Set Them Using Fast-Setting Concrete Mix (in the red bag) Without Mixing </div>",
        headerfont: "inherit;",
        text: "Sets hard in about 20 minutes and supports heavy loads in 4&nbsp;hours<br><span><a href='https://www.youtube-nocookie.com/embed/pI-pCSxD0GY?rel=0&amp;autoplay=1&amp;width=600&amp;height=480' class='fancybox fancybox.iframe' style='font-size:18px; color:#fdba31' target='_blank'>Watch How-To Video</a></span> ",
        textfont: "inherit;",
        color: "#fff",
        cta: "Product Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/transparent-image-carousel-product.gif",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333); height: 0px; width: 0px;",
        background: "/images/cinemagraphs/fast-setting-bag/Fast_Setting_Post_Pour-new-label3ad256noise.gif",
        bgalign: "bottom",
        alt: "Set Your Posts Without Mixing Using Fast-Setting Concrete Mix (in the red bag)!",
        dot: "1"
      },
      /*{
        href: "/media/project-profiles/braddock-viaduct.asp",
        lightbox: "fancybox fancybox.iframe",
        target: "_blank",
        padding: "0px",
        textcol: "col-sm-7",
        header: "",
        header2: "<span style='font-size: 38%;'>Braddock Viaduct â€“ Pittsburgh, PA</span><br><strong>Historic Restoration Completed with ºÚÁÏ²»´òìÈ<sup>&reg;</sup> Shotcrete</strong>",
        headerfont: "inherit;",
        text: "Fiber Reinforced Material Spray-Applied 100 Feet High",
        textfont: "inherit;",
        color: "#fff",
        cta: "Project Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-5",
        img: "/images/carousel-shotcrete-ms.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-braddock-viaduct.jpg",
        bgalign: "bottom",
        alt: "Historic Restoration Completed with ºÚÁÏ²»´òìÈ<sup>&reg;</sup> Shotcrete",
        dot: "1"
      },
      {
        href: "/media/case-studies/childrens-hospital-of-philadelphia.pdf?width=900height=600",
        lightbox: "fancybox fancybox.iframe",
        target: "_blank",
        padding: "0px",
        textcol: "col-sm-7",
        header: "",
        header2: "<span style='font-size: 38%;'>The Children's Hospital of Philadelphia Specialty Care Center - Philadelphia, PA</span><br><strong>The Children's Hospital of Philadelphia Adds Specialty Care Center</strong>",
        headerfont: "inherit;",
        text: "ºÚÁÏ²»´òìÈ<sup>&reg;</sup> Type S Mortar and Grout Used to Lay More than 300,000 Blocks",
        textfont: "inherit;",
        color: "#fff",
        cta: "Project Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-5",
        img: "/images/carousel-grout-mason-mix.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-childrens-hospital-philadelphia.jpg",
        bgalign: "bottom",
        alt: "ºÚÁÏ²»´òìÈ Type S Mortar and Grout Used to Lay More than 300,000 Blocks",
        dot: "1"
      },*/
      {
        href: "/productlines/qmaxpro.asp",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<strong>The perfect combination of working time, rapid strength gain and performance</strong>",
        headerfont: "inherit;",
        text: "1-hour working time, 3-hour walk-on time, very high strength 6500&nbsp;PSI",
        textfont: "inherit;",
        color: "#fff",
        cta: "Product Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-qmax.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-qmax.jpg",
        bgalign: "bottom",
        alt: "1-hour working time, 3-hour walk on time, very high strength 6500 PSA",
        dot: "1"
      },
      {
        href: "/media/project-profiles/icon-las-olas-luxury-apartments.asp",
        lightbox: "fancybox fancybox.iframe",
        target: "_blank",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<span style='font-size: 38%;'>Las Olas Luxury Apartments - Ft. Lauderdale, FL</span><br><strong>I Can See Clearly Nowâ€¦</strong>",
        headerfont: "inherit;",
        text: "Why ºÚÁÏ²»´òìÈ<sup>&reg;</sup> Grout is Ideal for Floor to Ceiling&nbsp;Windows",
        textfont: "inherit;",
        color: "#fff",
        cta: "Project Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-precision-grout-general-purpose-grout.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-las-olas.jpg",
        bgalign: "bottom",
        alt: "ºÚÁÏ²»´òìÈ Type S Mortar and Grout Used to Lay More than 300,000 Blocks",
        dot: "1"
      },
      /*{
        href: "/app/",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<span style='font-size: 50px;'><strong>Put ºÚÁÏ²»´òìÈ<sup>&reg;</sup><br>In Your Pocket</strong><span>",
        headerfont: "inherit;",
        text: "Download our App!",
        textfont: "inherit;",
        color: "#fff",
        cta: "Get Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-featured-iphone-app.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-app.jpg",
        bgalign: "center",
        alt: "Put ºÚÁÏ²»´òìÈ<sup>&reg;</sup> In Your Pockets",
        dot: "1"
      },*/
      {
        href: "/productlines/walkmakercountry.asp",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "Build Beautiful Walkways with <br><strong>THE WALKMAKER</strong>",
        headerfont: "inherit;",
        text: "Complete a walkway in a weekend or do one section at a time",
        textfont: "inherit;",
        color: "#fff",
        cta: "Product Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-walk-maker-w-colors.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-walkmaker.jpg",
        bgalign: "bottom",
        alt: "Build Beautiful Walkways with THE WALKMAKER",
        dot: "1"
      },
      {
        href: "/media/project-profiles/luxe-of-prosper.asp",
        lightbox: "fancybox fancybox.iframe",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<div style='font-size: 38%;'>Luxe of Prosper â€“ Colorado Springs, CO</div><strong>Choose Two...</strong>",
        headerfont: "inherit;",
        text: "Quality<br>Faster Building Time",
        textfont: "inherit;",
        color: "#fff",
        cta: "Project Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-base-coat-stucco-pump-grade.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-luxe-of-prosper.jpg",
        bgalign: "center",
        alt: "Luxe of Prosper â€“ Colorado Springs, CO",
        dot: "1"
      },
      {
        href: "/productlines/polymer-modified-structural-repair.aspx",
        lightbox: "fancybox fancybox.iframe",
        target: "_self",
        padding: "0px",
        textcol: "col-sm-8",
        header: "",
        header2: "<strong>Versatility in a Bucket</strong>",
        headerfont: "inherit;",
        text: "The most comprehensive solution for repairing concrete cracks, curbs, loading docks, retaining walls, decorative moldings and&nbsp;more",
        textfont: "inherit;",
        color: "#fff",
        cta: "Project Details",
        ctacolor: "#000",
        ctastyle: "",
        imgcol: "col-sm-4",
        img: "/images/carousel-featured-polymer-structural-repair.png",
        imgstyle: "-webkit-filter: drop-shadow(0px 10px 10px #333); filter: drop-shadow(0px 0px 10px #333);",
        background: "/images/carousel-background-polymer-structural-repair.jpg",
        bgalign: "center",
        alt: "Polymer Modified Structural Repair",
        dot: "1"
      },
    ];

    //Randomize Carousel
    images.sort(function () {
      return 0.5 - Math.random();
    });

    $.each(images, function (index, image) {
      var color = image.color ? `--text-color: ${image.color};` : '';
      var headerfont = image.headerfont ? `--headerfont: ${image.headerfont};` : '';

      var element = $(
        '<div class="item carousel-wide" style="background: url(' /media/newsletter/quikenews/2018/3/index_files/+__        image.background +
        ') no-repeat ' +
        image.bgalign +
        '; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; ' + `${color} ${headerfont}` + '"><div style="position: absolute; left: 0px; top: 0px;"><img src="' + window.location.origin + '/images/carousel-text-background.png" style="height: 1000px; width: 75%" alt="carousel text background" /></div><div class="container carousel-container carousel-vertical-alignment">' + (image.header ? '<div class="col-xs-12" style="z-index: 100;"><div class="carousel-header">' + image.header +
          '</div></div>' : '') + '<div class="' +
        image.textcol +
        ' col-xs-12 vcenter" style="z-index: 100;"><div class="margin-spacing">' + (image.header2 ? '<div class="carousel-header">' +
          image.header2 +
          '</div>' : '') + '<div class="carousel-text" style="color: ' +
        image.color +
        "; font-family: " +
        image.textfont +
        '">' +
        image.text +
        '</div><a href="' +
        image.href +
        '" class="' +
        image.lightbox +
        '" style="background-color: ' +
        image.color +
        "; color: " +
        image.ctacolor +
        "; border: 2px solid " +
        image.color +
        '; border-radius: 25px; padding: 8px 12px; font-weight: bold;margin-right: 125px; margin: 40px 0px; display: inline-block;font-size: 24px;' +
        image.ctastyle +
        '" target="' +
        image.target +
        '">' +
        image.cta +
        '</a></div><div class="visible-xs" style="margin-bottom: 50px;"></div></div><div class="' +
        image.imgcol +
        ' col-xs-12 vcenter" style="z-index: 100; bottom: 20px;"><a href="' + image.href +
        '" target="' +
        image.target +
        '"' + (image.lightbox ? ' class="' + image.lightbox + '"' : '') + '>' +
        '<img src="' +
        image.img +
        '" alt="' + (image.alt ? image.alt : 'slider image ' + index) +
        '" class="img-responsive" />' +
        '</a></div></div></div>'
      );

      if (index === 0) {
        element.addClass("active");
      }

      element.appendTo("div.carousel-inner");
    });

    //$('.carousel').carousel({
    //interval: 14000,
    // })
  });
</script>

<style>
  .carousel-header,
  .carousel-text {
    color: var(--text-color);
  }

  .carousel-header {
    font-family: var(--headerfont);
  }
</style>
<!-- Carousel -->
<div id="myCarousel-homeowner" class="carousel homecarousel slide carousel-fade" aria-label="Homepage hero carousel" data-ride="carousel"
  data-interval="10000" style="max-width: 100% !important;">
  <!-- Indicators -->
  <ol class="carousel-indicators" style="display: none;">
    <li data-target="#myCarousel-homeowner" data-slide-to="0" active></li>
    <li data-target="#myCarousel-homeowner" data-slide-to="1"></li>
    <li data-target="#myCarousel-homeowner" data-slide-to="2"></li>
  </ol>

  <div class="carousel-inner"></div>
  <!-- /.carousel-inner -->

  <a class="left carousel-control" href="#myCarousel-homeowner" role="button" data-slide="prev" aria-label="Previous Arrow">
    <span class="glyphicon glyphicon-chevron-left"></span>
  </a>
  <a class="right carousel-control" href="#myCarousel-homeowner" role="button" data-slide="next" aria-label="Next Arrow">
    <span class="glyphicon glyphicon-chevron-right"></span>
  </a>
</div>
<!-- //Carousel -->
    <div class="container">
        <style type="text/css">
    .featured-5-header {
        font-size: 16px;
        margin-top: 20px;
    }

    .featured-5-description {
        font-size: 14px;
    }
</style>
<div class="row" aria-label="Featured Items">

    <div class="col-12">
        <div class="featured-category">
            ºÚÁÏ²»´òìÈ<sup>&reg;</sup> ESSENTIALS
        </div>
    </div>
    <div class="col-md-6 col-sm-12 col-xs-12">
        <!--Youtube Playlist-->
        <!-- Row -->
<div class="col-xs-12 row-spacing">
    <!-- THE YOUTUBE PLAYER w PLAYLIST -->
    <div class="vid-container">
        <iframe id="vid_frame"
            src="https://www.youtube-nocookie.com/embed/pI-pCSxD0GY?autoplay=0&rel=0&showinfo=1&autohide=1&modestbranding=1"
            frameborder="0" width="100%" height="315"></iframe>
        <!--Update id="vid_framex" for multiple instances-->
    </div>

    <!-- THE PLAYLIST -->
    <div class="vid-list-container">
        <!--Update vid-list-containerx for multiple instances-->
        <div class="vid-list" style="width: 2100px;">
            <!--Add style=width attribute to overwrite vid-list css width if necessary-->

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/wngw2KvjRJY?autoplay=1&rel=0&showinfo=1&autohide=1&modestbranding=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/wngw2KvjRJY/0.jpg"
                            alt="Repairing &amp; Sealing Horizontal &amp; Vertical Expansion Joints"></div>
                    <div class="desc">Repairing &amp; Sealing Horizontal &amp; Vertical Expansion Joints</div>
                </div>
            </div>

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/MCa_87Dkw1M?autoplay=1&rel=0&showinfo=1&autohide=1&modestbranding=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/MCa_87Dkw1M/0.jpg"
                            alt="ºÚÁÏ²»´òìÈ 5000 Concrete Mix"></div>
                    <div class="desc">How to Build Deck Footings with ºÚÁÏ²»´òìÈ<sup>&reg;</sup></div>
                </div>
            </div>

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/XnuznRkJtow?autoplay=1&rel=0&showinfo=1&autohide=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/XnuznRkJtow/0.jpg"
                            alt="ºÚÁÏ²»´òìÈ Crack Resistant Concrete Mix"></div>
                    <div class="desc">How to Install Stucco</div>
                </div>
            </div>

            <!--<div class="vid-item">
                <div onClick="document.getElementById('vid_frame').src='https://youtube.com/embed/lkl3bY7Z88k?autoplay=1&rel=0&showinfo=1&autohide=1'">-->
            <!--Update id="vid_framex" for multiple instances-->
            <!--<div class="thumb"><img src="https://img.youtube.com/vi/lkl3bY7Z88k/0.jpg" alt="ºÚÁÏ²»´òìÈ Concrete Mix"></div>
                    <div class="desc">How to Resurface Concrete</div>
                </div>
            </div>-->

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/RlopZcqyymc?autoplay=1&rel=0&showinfo=1&autohide=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/RlopZcqyymc/0.jpg"
                            alt="ºÚÁÏ²»´òìÈ Fast-Setting Concrete Mix"></div>
                    <div class="desc">How to Build a Walkway with ºÚÁÏ²»´òìÈ Walkmaker</div>
                </div>
            </div>

            <!--<div class="vid-item">
                <div onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/m4UviyTKH40?autoplay=1&rel=0&showinfo=1&autohide=1'">-->
            <!--Update id="vid_framex" for multiple instances-->
            <!--<div class="thumb"><img src="https://img.youtube.com/vi/m4UviyTKH40/0.jpg" alt="ºÚÁÏ²»´òìÈ Fast-Setting Concrete Mix"></div>
                    <div class="desc">How to Stain Concrete</div>
                </div>
            </div>-->


            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/fHysHbXNIYQ?autoplay=1&rel=0&showinfo=1&autohide=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/fHysHbXNIYQ/0.jpg"
                            alt="ºÚÁÏ²»´òìÈ Fast-Setting Concrete Mix"></div>
                    <div class="desc">How to Repair Concrete Cracks</div>
                </div>
            </div>

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/Qfw679NHSAs?autoplay=1&rel=0&showinfo=1&autohide=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/Qfw679NHSAs/0.jpg"
                            alt="ºÚÁÏ²»´òìÈ Fast-Setting Concrete Mix"></div>
                    <div class="desc">How to Build A Block Wall</div>
                </div>
            </div>

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/deS96zGrjiY?autoplay=1&rel=0&showinfo=1&autohide=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/deS96zGrjiY/0.jpg"
                            alt="ºÚÁÏ²»´òìÈ Fast-Setting Concrete Mix"></div>
                    <div class="desc">How to Make Thin Repairs to Damaged Concrete</div>
                </div>
            </div>

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/tqP1DDYt2Gk?autoplay=1&rel=0&showinfo=1&autohide=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/tqP1DDYt2Gk/0.jpg"
                            alt="ºÚÁÏ²»´òìÈ Fast-Setting Concrete Mix"></div>
                    <div class="desc">How to Pour and Finish Concrete</div>
                </div>
            </div>

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/daYz7MCcEBY?autoplay=1&rel=0&showinfo=1&autohide=1&modestbranding=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/daYz7MCcEBY/0.jpg"
                            alt="Building Concrete Lawn Borders"></div>
                    <div class="desc">Building Concrete Lawn Borders</div>
                </div>
            </div>

            <div class="vid-item">
                <div
                    onClick="document.getElementById('vid_frame').src='https://www.youtube-nocookie.com/embed/uELNhTAa0YU?autoplay=1&rel=0&showinfo=1&autohide=1&modestbranding=1'">
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><img src="https://img.youtube.com/vi/uELNhTAa0YU/0.jpg"
                            alt="Building an Outdoor Kitchen"></div>
                    <div class="desc">Building an Outdoor Kitchen </div>
                </div>
            </div>

            <div class="vid-item">
                <div>
                    <!--Update id="vid_framex" for multiple instances-->
                    <div class="thumb"><a href="/athome/videos.asp"><img src="/images/play.jpg"
                                alt="VIEW MORE FROM OUR VIDEO GALLERY"></a></div>
                    <div class="desc" style="text-align:center"><a href="/athome/videos.asp"
                            style="color:#000000;"><strong>VIEW ALL FROM OUR VIDEO GALLERY</strong></a></div>
                </div>
            </div>

        </div>
    </div>

    <!-- LEFT AND RIGHT ARROWS -->
    <div class="arrows">
        <div class="arrow-left"><i class="fa fa-chevron-left fa-lg"></i></div>
        <!--Update class="arrow-left" for multiple instances-->
        <div class="arrow-right"><i class="fa fa-chevron-right fa-lg"></i></div>
        <!--Update class="arrow-left" for multiple instances-->
    </div>

    <!-- View All -->
    <!--<div
        style="border:#ccc 1px dotted; padding: 10px; margin-top: -30px; text-align: center; font-size: 20px; background-color: #e8e8e8;">
        <a href="/athome/videos.asp" style="color:#333;"><i style="color: #f30c0c" class="fa fa-youtube-play"
                aria-hidden="true"></i> <strong>VIEW ALL FROM OUR VIDEO GALLERY</strong></a></div>-->

    <div style="margin: -20px 0px 20px 0px; text-align: center;"><a href="/athome/videos.asp"
            class="btn btn-default quik-button" style="font-size: 85%; padding: 0px 10px; padding: 5px 20px;"><i
                style="color: #feba31" class="fa fa-youtube-play" aria-hidden="true"></i>
            VIEW ALL FROM OUR
            VIDEO GALLERY</a>
    </div>


    <!-- JS FOR SCROLLING THE ROW OF THUMBNAILS -->
    <!--Update .arrow-right and .arrow-left and vid-list-container for multiple instances-->
    <script type="text/javascript">
        $(document).ready(function () {
            $(".arrow-right").bind("click", function (event) {
                event.preventDefault();
                $(".vid-list-container").stop().animate({
                    scrollLeft: "+=280"
                }, 750);
            });
            $(".arrow-left").bind("click", function (event) {
                event.preventDefault();
                $(".vid-list-container").stop().animate({
                    scrollLeft: "-=280"
                }, 750);
            });
        });
    </script>

    <!-- //THE YOUTUBE PLAYER w PLAYLIST -->
</div>
<!-- //Row -->
    </div>
    <div class="col-md-6 col-sm-12 col-xs-12">
        <div class="col-sm-12 col-xs-6 no-gutters">
            <div class="col-sm-5 col-xs-12 no-gutters"><a href="/calculator/main.asp"><img
                        class="img-responsive center-block" src="/images/calculator.png" alt="Quantity Calculator"></a>
            </div>
            <div class="col-sm-7 col-xs-12 no-gutters">
                <br class="visible-xs">
                <p class="featured-5-header"><strong>QUANTITY CALCULATORS</strong></p>
                <p style="margin-left: 0px;" class="featured-5-description"><a href="/calculator/main.asp">How much do
                        you need?</a><br> - Concrete Slabs<br> - Masonry Walls<br> - Set
                    Posts
                    <br> - Seal Cracks &amp; Joints
                </p>
            </div>

        </div>
        <div class="col-sm-12 col-xs-6 no-gutters">
            <div class="col-sm-5 col-xs-12 no-gutters"><a href="/ProductLines/Alphabetical.asp"><img
                        class="img-responsive center-block" src="/images/featured-5-products.png" alt="Products"></a>
            </div>
            <div class="col-sm-7 col-xs-12 no-gutters">
                <br class="visible-xs">
                <p class="featured-5-header"><strong>ºÚÁÏ²»´òìÈ<sup>&reg;</sup> PRODUCTS</strong></p>
                <p style="margin-left: 10px;" class="featured-5-description">
                    - Technical Data<br> - Application Instructor<br> - <a href="/ProductLines/Alphabetical.asp">Get
                        more details</a></p>
            </div>
        </div>
        <div class="clearfix"></div>
        <div class="col-xs-12 bg-light-gray rounded-corners" style="margin: 10px 0px 30px 0px;">
            <div class="col-sm-4 col-xs-12"><a href="/onthejob/productselector.asp"><img
                        class="img-responsive center-block" src="/images/product-selector-guides.png"
                        style="width: 80%; margin: 10px 0px;" alt="Product Selector Guides"></a></div>
            <div class="col-sm-8 col-xs-12">
                <p class="featured-5-header" style="font-size: large;"><strong>Need Help Choosing the Right
                        Products?</strong><br> Download our <a href="/onthejob/productselector.asp"
                        style="text-decoration: underline;"> Project
                        Selector Guides</a> to find the best Concrete, Mason &amp; Mortar,
                    FastSet<sup>&trade;</sup>, and Stucco Mixes for your DIY project.</p>
            </div>
        </div>
        <div class="col-xs-12" style="display: none;">

            <div class="col-sm-6 col-xs-12">
                <a href="/flipbooks/quikrete-product-guide/index.asp?width=1000&height=1000"
                    class="fancybox fancypdf fancybox.iframe">
                    <img src="/images/profit-manual.jpg" class="img-responsive" style="-webkit-box-shadow: 0px 20px 45px -20px rgba(0,0,0,1);
  -moz-box-shadow: 0px 20px 45px -20px rgba(0,0,0,1);
  box-shadow: 0px 20px 45px -20px rgba(0,0,0,1);" />
                </a>
                <p style="text-align: center; margin-top: 20px;">
                    <a href="/flipbooks/quikrete-product-guide/index.asp?width=1000&height=1000"
                        class="fancybox fancypdf fancybox.iframe">
                        <i class="fa fa-hand-pointer-o fa-2" aria-hidden="true"></i> Interactive
                        Flipbook</a>&nbsp;&nbsp;&nbsp;
                    <a href="/pdfs/ºÚÁÏ²»´òìÈ-Product-Guide.pdf?width=1000&amp;height=600"
                        class="fancybox fancypdf fancybox.iframe">
                        <i class="fa fa-file-pdf-o fa-2" aria-hidden="true"></i> PDF</a>
                </p>
                <!--<div class="clearfix"></div>
                <h4 style="font-size: 22px; line-height: normal;">
                    <a href="/flipbooks/quikrete-product-guide/index.asp?width=1000&height=1000"
                        class="fancybox fancypdf fancybox.iframe">Flip through our full-line product guide</a>
                    featuring more than 200 ºÚÁÏ²»´òìÈ<sup>&reg;</sup> building and repair products available nationwide.
                </h4>-->
            </div>
            <div class="col-sm-6 col-xs-12">
                <a href="/flipbooks/concrete-coffee-table-book/3_0.asp"
                    class="fancybox fancypdf fancybox.iframe">
                    <img src="/images/concrete-coffee-table-book-feature-3_0.jpg" class="img-responsive" style="-webkit-box-shadow: 0px 20px 45px -20px rgba(0,0,0,1);
  -moz-box-shadow: 0px 20px 45px -20px rgba(0,0,0,1);
  box-shadow: 0px 20px 45px -20px rgba(0,0,0,1);" alt="ºÚÁÏ²»´òìÈ's Concrete Coffee Table Book" />
                </a>
                <p style="text-align: center; margin-top: 20px;">
                    <a href="/flipbooks/concrete-coffee-table-book/3_0.asp?p=1&width=1000&height=1000"
                        class="fancybox fancypdf fancybox.iframe">
                        <i class="fa fa-hand-pointer-o fa-2" aria-hidden="true"></i> Interactive
                        Flipbook</a>&nbsp;&nbsp;&nbsp;
                    <a href="/pdfs/ºÚÁÏ²»´òìÈ-Concrete-Coffee-Table-Book-3_0.pdf?width=1000&amp;height=600"
                        class="fancybox fancypdf fancybox.iframe">
                        <i class="fa fa-file-pdf-o fa-2" aria-hidden="true"></i> PDF</a>
                </p>
                <!--<div class="clearfix"></div>
                <h4 style="font-size: 20px; line-height: normal;">
                    <a href="/flipbooks/concrete-coffee-table-book/3_0.asp"
                        class="fancybox fancypdf fancybox.iframe">Check out the ºÚÁÏ²»´òìÈ<sup>&reg;</sup> Concrete Coffee
                        Table
                        Book</a>
                    for dozens of concrete project ideas submitted by users like you!<br /><span
                        style="font-size: 14px; float: right;">View Previous Entries:
                        <a href="/flipbooks/concrete-coffee-table-book/1_0.asp"
                            class="fancybox fancypdf fancybox.iframe">1.0</a> |
                        <a href="/flipbooks/concrete-coffee-table-book/2_0.asp"
                            class="fancybox fancypdf fancybox.iframe">2.0</a></span>
                </h4>-->
            </div>
        </div>
    </div>
    <!-- /col -->
</div>
    </div>

    <!-- /.container -->
    <div>
        <div class="container no-gutters">
          <div class="featured-items-container">
            <!-- First 2 Columns -->
            <div class="col-sm-8 col-xs-12 no-gutters">
              <!-- Row -->
              <div class="col-xs-12 row-spacing bg-light-gray rounded-corners">
                <div class="col-sm-6 col-xs-12">

    <div class="featured-category">Featured Product</div>
    <div class="featured-items" style="display: none;">
        <div class="video-container"><iframe title="Building Concrete Countertops"
                src="https://www.youtube-nocookie.com/embed/5MKJHO_Kxh4?wmode=transparent&amp;autohide=1&showinfo=0&amp;rel=0&amp;hd=1"
                style="border: 0px;" allowfullscreen></iframe></div>
        <div class="title" style="margin-top: 10px; margin-bottom: 10px;"><img src="/images/products/countertop-mix.png"
                class="img-responsive" style="width: 140px; float: right; margin-left: 5px;"
                alt="Countertop Mix">Building Concrete Countertops
        </div>
        <!-- <div class="sub-title">Subtitle</div>-->
        <div class="description">
            <!--<h5><strong>Vinyl Concrete Patcher</strong></h5>-->
            Specially formulated flowable
            high-strength concrete mix for pre-cast and cast-in-place concrete countertop applications.
        </div>
        <p><a href="/productlines/countertopmix.asp" class="btn btn-default quik-button" onClick="_gaq.push(['_trackEvent', 'ºÚÁÏ²»´òìÈ Crack Resistant Concrete Mix', 'Read More', 'Test', 2,
                'true']);">read
                more</a></p>
    </div>
    <div class="featured-items">
        <div class="video-container"><iframe title="Preblended vs. Field Mixed Stucco Comparison"
                src="https://www.youtube-nocookie.com/embed/FRxTK7-denw?wmode=transparent&amp;autohide=1&showinfo=0&amp;rel=0&amp;hd=1"
                style="border: 0px;" allowfullscreen></iframe></div>
        <div class="title" style="margin-top: 10px; margin-bottom: 10px;"> <img
                src="/images/products/base-coat-stucco.png" class="img-responsive"
                style="width: 145px; float: right; margin-left: 5px;" alt="ºÚÁÏ²»´òìÈ - Base Coat Stucco">Preblended vs.
            Field Mixed Stucco Comparison
        </div>
        <!-- <div class="sub-title">Subtitle</div>-->
        <div class="description">
            <!--<h5><strong>Vinyl Concrete Patcher</strong></h5>-->
            Get 25% more
            coverage with ºÚÁÏ²»´òìÈ Stucco!
        </div>
        <p><a href="/productlines/basecoatstuccofiberreinforced.asp" class="btn btn-default quik-button" onClick="_gaq.push(['_trackEvent', 'ºÚÁÏ²»´òìÈ - Base Coat Stucco', 'Read More', 'Test', 2,
                    'true']);">read
                more</a></p>
    </div>

</div>
<div class="col-sm-6 col-xs-12">
    <div class="featured-category">Featured Project</div>
    <div class="featured-items">
        <div class="video-container"><iframe title="How to Anchor Bolts, Railings and Rebar in Concrete"
                src="https://www.youtube-nocookie.com/embed/dzb3hjLJl80?wmode=transparent&amp;autohide=1&showinfo=0&amp;rel=0&amp;hd=1"
                style="border: 0px;" allowfullscreen></iframe></div>
        <div class="title" style="margin-top: 10px; margin-bottom: 10px;"><img
                src="/images/products/prod_8620-31-narrow.png" class="img-responsive" style="width: 110px; float: right"
                alt="ºÚÁÏ²»´òìÈ Countertop Mix">How to Anchor
            Bolts, Railings and Rebar in
            Concrete</div>
        <!--<div class="sub-title">Subtitle</div>-->
        <div class="description">
            <!--<h5><strong>ºÚÁÏ²»´òìÈÂ® 5000</strong></h5>-->
            Securing any object to concrete or masonry using threaded rods, rebar,
            bolts or dowel.
        </div>
        <p><a href="/athome/video-concrete-fire-pit.asp" class="btn btn-default quik-button">read
                more</a></p>
    </div>
</div>
              </div>
    
              <div class="col-xs-12 row-spacing bg-light-gray rounded-corners">
                <div class="col-xs-12">
    <div class="featured-category">
        <div style="float: right; font-size: 12px; padding-top: 10px; padding-right: 10px;">
            <a href="/media/projectprofiles.asp">
                <span class="glyphicon glyphicon-th-large" aria-hidden="true"></span> View Projects
            </a>
        </div>
        <div>Commercial Spotlight</span>
        </div>
    </div>
</div>



<ul id="tips">

    <li>
        <div class="col-sm-6 col-xs-12">
            <div class="video-container" style="margin-bottom: 20px;"><iframe width="100%" height="300"
                    src="https://www.youtube-nocookie.com/embed/0qMqZ-bZ-QY" title="YouTube video player" frameborder="0"
                    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
                    allowfullscreen></iframe></div>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items" style="margin-top: -20px;">
                <div class="title">Preblended Stucco: Cut Waste and Reduce Labor Cost</div>
                <div class="description">ºÚÁÏ²»´òìÈ<sup>&reg;</sup> and SPEC MIX<sup>&reg;</sup> Preblended Stucco
                    delivers high-quality, consistent material that eliminate the risks associated
                    with job site proportioning. There's no labor cost for shoveling sand or sand piles left on the
                    jobsite; this
                    SIGNIFICANTLY cuts costs to increase your profitability. With SPEC MIX & ºÚÁÏ²»´òìÈ Stucco you can
                    rest assured the best;
                    most durable material is applied to the wall</div>
                <p><a href="/productlines/stuccoonecoatfiberglass.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">product details</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>
    <li>
        <div class="col-sm-6 col-xs-12">
            <div class="video-container" style="margin-bottom: 20px;"><iframe width="100%" height="300"
                    src="https://www.youtube-nocookie.com/embed/0qMqZ-bZ-QY" title="YouTube video player" frameborder="0"
                    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
                    allowfullscreen></iframe></div>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items" style="margin-top: -20px;">
                <div class="title">Preblended Stucco: Cut Waste and Reduce Labor Cost</div>
                <div class="description">ºÚÁÏ²»´òìÈ<sup>&reg;</sup> and SPEC MIX<sup>&reg;</sup> Preblended Stucco
                    delivers high-quality, consistent material that eliminate the risks associated
                    with job site proportioning. There's no labor cost for shoveling sand or sand piles left on the
                    jobsite; this
                    SIGNIFICANTLY cuts costs to increase your profitability. With SPEC MIX & ºÚÁÏ²»´òìÈ Stucco you can
                    rest assured the best;
                    most durable material is applied to the wall</div>
                <p><a href="/productlines/stuccoonecoatfiberglass.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">product details</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>
    <li>
        <div class="col-sm-6 col-xs-12">
            <div class="video-container" style="margin-bottom: 20px;"><iframe width="100%" height="300"
                    src="https://www.youtube-nocookie.com/embed/0qMqZ-bZ-QY" title="YouTube video player" frameborder="0"
                    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
                    allowfullscreen></iframe></div>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items" style="margin-top: -20px;">
                <div class="title">Preblended Stucco: Cut Waste and Reduce Labor Cost</div>
                <div class="description">ºÚÁÏ²»´òìÈ<sup>&reg;</sup> and SPEC MIX<sup>&reg;</sup> Preblended Stucco
                    delivers high-quality, consistent material that eliminate the risks associated
                    with job site proportioning. There's no labor cost for shoveling sand or sand piles left on the
                    jobsite; this
                    SIGNIFICANTLY cuts costs to increase your profitability. With SPEC MIX & ºÚÁÏ²»´òìÈ Stucco you can
                    rest assured the best;
                    most durable material is applied to the wall</div>
                <p><a href="/productlines/stuccoonecoatfiberglass.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">product details</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>
    <li>
        <div class="col-sm-6 col-xs-12">
            <div class="video-container" style="margin-bottom: 20px;"><iframe width="100%" height="300"
                    src="https://www.youtube-nocookie.com/embed/0qMqZ-bZ-QY?rel=0" title="YouTube video player" frameborder="0"
                    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
                    allowfullscreen></iframe></div>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items" style="margin-top: -20px;">
                <div class="title">Preblended Stucco: Cut Waste and Reduce Labor Cost</div>
                <div class="description">ºÚÁÏ²»´òìÈ<sup>&reg;</sup> and SPEC MIX<sup>&reg;</sup> Preblended Stucco
                    delivers high-quality, consistent material that eliminate the risks associated
                    with job site proportioning. There's no labor cost for shoveling sand or sand piles left on the
                    jobsite; this
                    SIGNIFICANTLY cuts costs to increase your profitability. With SPEC MIX & ºÚÁÏ²»´òìÈ Stucco you can
                    rest assured the best;
                    most durable material is applied to the wall</div>
                <p><a href="/productlines/stuccoonecoatfiberglass.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">product details</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>

    <li>
        <div class="col-sm-6 col-xs-12">
            <a href="/media/project-profiles/jw-marriott-resort-and-spa.asp"
                class="fancybox fancypdf fancybox.iframe"><img
                    src="/media/case-studies/spotlight-jw-marriott-resort-and-spa.jpg"
                    alt="Commerical Project - J.W. Marriott Resort & Spa" class="img-responsive"
                    style="display: block; margin-left: auto; margin-right: auto;"></a>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items">
                <div class="title">JW Marriott Resort & Spa</div>
                <div class="description">An upscale Mediterranean-style hotel, JW Marriott Las Vegas Resort & Spa is a
                    peaceful retreat located just minutes from
                    action on the Las Vegas Strip. It's popularity required that a new parking garage be built.</div>
                <p><a href="/media/project-profiles/jw-marriott-resort-and-spa.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">read
                        more</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>
    <li>
        <div class="col-sm-6 col-xs-12">
            <a href="/media/project-profiles/san-diego-pedestrian-tunnel.asp"
                class="fancybox fancypdf fancybox.iframe"><img
                    src="/media/case-studies/spotlight-san-diego-pedestrian-tunnel.jpg"
                    alt="Commerical Project - San Diego Court House Pedestrian Tunnel" class="img-responsive"
                    style="display: block; margin-left: auto; margin-right: auto;"></a>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items">
                <div class="title">San Diego Court House Pedestrian Tunnel</div>
                <div class="description">How do you ensure rapid and secure pedestrian movement between a busy
                    courthouse and the Central Jail in a congested
                    urban corridor in San Diego? You go underground.</div>
                <p><a href="/media/project-profiles/san-diego-pedestrian-tunnel.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">read
                        more</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>
    <li>
        <div class="col-sm-6 col-xs-12">
            <a href="/media/project-profiles/kelly-ramsey-building-historic-restoration.asp"
                class="fancybox fancypdf fancybox.iframe"><img
                    src="/media/case-studies/spotlight-kelly-ramsey-building-historic-restoration.jpg"
                    alt="Commerical Project - Kelly Ramsey Building Historic Restoration" class="img-responsive"
                    style="display: block; margin-left: auto; margin-right: auto;"></a>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items">
                <div class="title">Kelly Ramsey Building Historic Restoration</div>
                <div class="description">Originally opened in 1911 as office space and a department store, the Kelly
                    Ramsey Building was a thriving commercial
                    block in downtown Edmonton for nearly a century before arsons burned it down in 2009.</div>
                <p><a href="/media/project-profiles/kelly-ramsey-building-historic-restoration.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">read
                        more</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>
    <li>
        <div class="col-sm-6 col-xs-12">
            <a href="/media/project-profiles/ucla-student-housing.asp" class="fancybox fancypdf fancybox.iframe"><img
                    src="/media/case-studies/spotlight-ucla-student-housing.jpg"
                    alt="Commerical Project - UCLA Student Housing" class="img-responsive"
                    style="display: block; margin-left: auto; margin-right: auto;"></a>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items">
                <div class="title">UCLA Student Housing</div>
                <div class="description">Combine increasing demand for housing, a crowded urban environment, a quiet,
                    residential neighborhood â€“ and you know
                    your job site to construct new student housing will be small.</div>
                <p><a href="/media/project-profiles/ucla-student-housing.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">read
                        more</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>
    <li>
        <div class="col-sm-6 col-xs-12">
            <a href="/media/project-profiles/disney-riviera-resort.asp" class="fancybox fancypdf fancybox.iframe"><img
                    src="/media/case-studies/spotlight-disney-riviera-resort.jpg"
                    alt="Commerical Project - Disney's Riviera Resort" class="img-responsive"
                    style="display: block; margin-left: auto; margin-right: auto;"></a>
        </div>
        <div class="col-sm-6 col-xs-12">
            <div class="featured-items">
                <div class="title">Disney's Riviera Resort</div>
                <div class="description">Conveniently connected to Epcot and Hollywood Studios by the Skyliner gondola
                    system, Disneyâ€™s Riviera Resort studios is
                    designed in the image of French and Italian Riviera architecture as homage to Walt Disney's love of
                    international
                    travel.</div>
                <p><a href="/media/project-profiles/disney-riviera-resort.asp"
                        class="fancybox fancypdf fancybox.iframe btn btn-default quik-button">read
                        more</a></p>
            </div>
        </div>
        <div class="col-xs-12 cleafix">&nbsp;</div>
    </li>

</ul>
              </div>
    
              <!-- //Row -->
              <!-- Row -->
              <div class="col-xs-12 row-spacing">
                <!--ºÚÁÏ²»´òìÈ News Releases-->
                <div class="col-sm-6 col-xs-12">
    <div class="featured-category">ºÚÁÏ²»´òìÈ<sup>&reg;</sup> News Releases</div>

    <div class="news-items">
        <div class="media">
            <div class="media-left">

                <i class="fa fa-newspaper-o alert-warning"></i>
            </div>
            <div class="media-body">

                <strong>ATLANTA BRAVES NAME ºÚÁÏ²»´òìÈ<sup>&reg;</sup> AS THE TEAM'S FIRST OFFICIAL JERSEY PATCH
                    PARTNER</strong>
                <br>
                <a href="/media/news-releases/Quikrete-Jersey-Patch-Press.pdf?width=1000&height=600"
                    class="fancybox fancypdf fancybox.iframe">More...</a>
            </div>
        </div>
    </div>

    <div class="news-items">
        <div class="media">
            <div class="media-left">

                <i class="fa fa-newspaper-o alert-warning"></i>
            </div>
            <div class="media-body">

                <strong>WHAT WILL YOU MAKE WITH ONE BAG OF ºÚÁÏ²»´òìÈ<sup>&reg;</sup>?</strong>
                <br>
                <a href="/media/news-releases/ºÚÁÏ²»´òìÈ-One-Bag-Wonder-5_0-Release.pdf?width=1000&height=600"
                    class="fancybox fancypdf fancybox.iframe">More...</a>
            </div>
        </div>
    </div>

    <div class="news-items">
        <div class="media">
            <div class="media-left">

                <i class="fa fa-newspaper-o alert-warning"></i>
            </div>
            <div class="media-body">

                <strong>ºÚÁÏ²»´òìÈ&reg; HOW-TO VIDEOS SUPPORT HOME IMPROVEMENT DURING COVID</strong>
                <br>
                <a href="/media/news-releases/QK-Project-Trends-Release.pdf?width=1000&height=600"
                    class="fancybox fancypdf fancybox.iframe">More...</a>
            </div>
        </div>
    </div>


    <div class="news-items">
        <div class="media">
            <div class="media-left">

                <i class="fa fa-newspaper-o alert-warning"></i>
            </div>
            <div class="media-body">

                <strong>Concrete Enters Strato-Sphere with Winning ºÚÁÏ²»´òìÈ&reg; One Bag Wonder Project</strong>
                <br>
                <a href="/media/news-releases/ºÚÁÏ²»´òìÈ-One-Bag-Wonder-Holiday-Winner-Release.pdf?width=1000&height=600"
                    class="fancybox fancypdf fancybox.iframe">More...</a>
            </div>
        </div>
    </div>



    <p>
        <a href="/Media/NewsReleases.asp" class="btn btn-default quik-button">archives</a>
    </p>

</div>
                <!--ºÚÁÏ²»´òìÈ In The News-->
                <div class="col-sm-6 col-xs-12">
    <div class="featured-category">ºÚÁÏ²»´òìÈ<sup>&reg;</sup> In the News</div>
    <div class="news-items">

        
        <div class="news-items">
            <div class="media">
                <div class="media">
                    <div class="media-left">

                        <i class="fa fa-newspaper-o alert-warning"></i>
                    </div>
                    <div class="media-body">
                        <strong>Keep Your Pool Crystal Clear</strong>
                        <br />
                        <em>Quikrete Pool Filter Sand Named Best Value</em>
                        <br />
                        <a href="none" target="_blank">More...</a>
                    </div>
                </div>
            </div>
        </div>
        
        <div class="news-items">
            <div class="media">
                <div class="media">
                    <div class="media-left">

                        <i class="fa fa-newspaper-o alert-warning"></i>
                    </div>
                    <div class="media-body">
                        <strong>Four Steps for Simple Concrete Repair</strong>
                        <br />
                        <em>Keep your concrete looking good all year round</em>
                        <br />
                        <a href="/pdfs/4-Steps-for-simple-concrete-repair.pdf" target="_blank">More...</a>
                    </div>
                </div>
            </div>
        </div>
        <div class="news-items">
            <div class="media">
                <div class="media-left">

                    <i class="fa fa-newspaper-o alert-warning"></i>
                </div>
                <div class="media-body">
                    <strong>Six Essential Items for DIY Concrete Repair</strong>
                    <br />
                    <em>These items should always be in your tool bag</em>
                    <br />
                    <a href="/pdfs/DIY-concrete-repair-6-essentials-to-have-on-hand.pdf" target="_blank">More...</a>
                </div>
            </div>
        </div>
        <div class="media">
            <div class="media-left">

                <i class="fa fa-newspaper-o alert-warning"></i>
            </div>
            <div class="media-body">
                <strong>Five Tips for Water Leaks</strong>
                <br />
                <em>Take advantage of summer to repair those leaks</em>
                <br />
                <a href="/pdfs/5-tips-to care-of-water-leaks-during-the-dry-days-of-summer.pdf"
                    target="_blank">More...</a>
            </div>
        </div>
    </div>
    <!--<div class="news-items">
        <div class="media">
            <div class="media-left">
                <br />
                <i class="fa fa-newspaper-o alert-warning"></i>
            </div>
            <div class="media-body">
                October 2020
                <br /><strong>String Outdoor Solar Lights with ºÚÁÏ²»´òìÈ<sup>&reg;</sup></strong>
                <br />
                <em>Donâ€™t Bother Mixing with Fast-Setting Concrete</em>
                <br />
                <a href="none" target="_blank">More...</a>
            </div>
        </div>
    </div>
    <div class="news-items">
        <div class="media">
            <div class="media-left">
                <br />
                <i class="fa fa-newspaper-o alert-warning"></i>
            </div>
            <div class="media-body">
                October 2020
                <br /><strong>Tricky Crack Repair in Concrete Lintel Calls for ºÚÁÏ²»´òìÈ<sup>&reg;</sup>
                </strong>
                <br />
                <em>Polymer Modified Structural Repair Does the Job</em>
                <br />
                <a href="none" target="_blank">More...</a>
            </div>
        </div>
    </div>-->

    <p>
        <a href="/Media/InTheNews.asp" class="btn btn-default quik-button">archives</a>
    </p>

</div>
              </div>
              <!-- //Row -->
            </div>
            <!--// First 2 Columns -->
            <!-- Third Column -->
            <div class="col-sm-4 col-xs-12 no-gutters">
              <!-- Textual Content: Careers
<div class="col-xs-12">
    <div class="col-xs-12 no-gutters rounded-corners"
        style="background-image: url('/images/careers-feature-wide.png'); background-color: #dadada; background-repeat: no-repeat; background-position: left bottom; border: solid 0px #c1bfbf; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
        <div style="padding: 0px 10px 0px 150px;">
            <p class="featured-5-header" style="font-size: large; color: black;"><strong>A Career as Solid as our
                    Concrete</strong>
            <p class="featured-5-description" style="font-size: medium; color: black;">For plant, driver, or corporate
                opportunities <a href="none" target="_blank" style="font-weight: bold;">look to
                    ºÚÁÏ²»´òìÈ</a>!
        </div>
    </div>
</div>-->

<div class="col-xs-12">
    <a href="none" target="_blank"><img src="/images/careers-feature-graphic.jpg" alt="A Career as Solid as our
        Concrete" class="img-responsive" style="display: block; margin-left: auto; margin-right: auto; border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" /></a>
</div>
              <br>&nbsp;
              <div class="col-xs-12">
    <div class="featured-category">News Feed</div>
    <div class="title">Facebook</div>
    <div>
        <!--Facebook Feed-->
        <div id="fb-root"></div>
        <script async defer crossorigin="anonymous"
            src="none" nonce="7z8gjibH"></script>
        <!--//Facebook Feed-->

        <div class="fb-page facebook-container" data-href="none" data-tabs="timeline"
            data-width="1000" data-height="" data-small-header="false" data-adapt-container-width="true"
            data-hide-cover="true" data-show-facepile="false">
            <blockquote cite="none" class="fb-xfbml-parse-ignore"><a
                    href="none">Quikrete</a></blockquote>
        </div>

    </div>
</div>
<div class="col-xs-12 row-spacing" style="display: none;">
    <div class="title">Twitter</div>
    <div class="twitter-container">
        <a class="twitter-timeline" data-dnt="true" href="none"
            data-widget-id="623929612880474113">Tweets by @ºÚÁÏ²»´òìÈ</a>
        <script>
            ! function (d, s, id) {
                var js, fjs = d.getElementsByTagName(s)[0],
                    p = /^http:/.test(d.location) ? 'http' : 'https';
                if (!d.getElementById(id)) {
                    js = d.createElement(s);
                    js.id = id;
                    js.src = p + "://platform.twitter.com/widgets.js";
                    fjs.parentNode.insertBefore(js, fjs);
                }
            }(document, "script", "twitter-wjs");
        </script>
    </div>
</div><div class="col-xs-12 row-spacing">
    <div class="col-sm-6 col-xs-12 no-gutters">
        <a href="/newsletter.asp?width=800&height=600" class="fancybox fancybox.iframe">
            <img class="img-responsive center-block" src="/images/featured-5-newsletters.png" alt="ºÚÁÏ²»´òìÈ Newsletter Signup">
        </a>
    </div>
    <div class="col-sm-6 col-xs-12 no-gutters" style="margin-bottom: 60px;">
        
        <p align="center" class="featured-5-header">
            <strong>NEWSLETTERS</strong>
        </p>
        <p align="center" class="featured-5-description">
            <a href="/newsletter.asp?width=800&height=600" class="social-nav fancybox fancybox.iframe" style="text-decoration: underline;">Subscribe now</a>            to get updates on products, offers and all things ºÚÁÏ²»´òìÈ<sup>&reg;</sup>!</p>
    </div>
</div>
<div class="clearfix"></div>
    
              <div class="col-xs-12 row-spacing" style="display: none;">
                <div class="featured-category"><img src="/images/logos/quikrete-companies.png" alt="The Quikrete Companies" class="img-responsive" style="width: 85%; margin: 0px auto;"></div>
<p style="width: 75%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/quikrete.png" alt="ºÚÁÏ²»´òìÈ" style="border: 0px" class="img-responsive"></a></p>
<p style="width: 65%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/custom.png" alt="Custom Building Products" style="border: 0px" class="img-responsive"></a></p>
<p style="width: 65%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/pavestone.png" alt="PAVESTONE" style="border: 0px" class="img-responsive"></a></p>
<p style="width: 65%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/spec-mix.png" alt="Spec Mix" style="border: 0px" class="img-responsive"></a></p>
<p style="width: 65%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/contech.png" alt="Contech Engineered Solutions" style="border: 0px" class="img-responsive"></a></p>
<p style="width: 50%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/rinker.gif" alt="Rinker Materials" style="border: 0px" class="img-responsive"></a></p>
<p style="width: 50%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/qpr.png" alt="Quality Pavement Repair" style="border: 0px" class="img-responsive"></a></p>

<p style="width: 60%; margin: 30px auto;"><a href="none" target="_blank"><img src="/images/logos/greencore-logo.png" alt="Greencore USA - Sustainable Efficiency" style="border: 0px" class="img-responsive"></a></p>
              </div>
            </div>
            <!-- //Third Column -->
          </div>
        </div>
      </div>

    <div class="container hidden-xs no-gutters" style="clear: both; margin-top: 40px;">
        <!--
<div class="col-xs-12 column">
	<p class="decorated featured-5-decorated-header">
		<span>
			<a href="none">
				<img class="img-responsive img-fluid" style="max-width: 250px; " src="/images/logos/quikrete-companies.png"
					alt="ºÚÁÏ²»´òìÈ">
			</a>
		</span>
	</p>
</div>
<div style="margin-top: 40px;">&nbsp;</div>
<div class="col-sm-2  col-xs-12 column hidden-xs">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/quikrete.png" style="width: 100%" alt="ºÚÁÏ²»´òìÈ">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/spec-mix.png" style="width: 85%" alt="Spec Mix">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column hidden-xs">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/custom.png" style="width: 85%"
			alt="CUSTOM Building Products">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/pavestone.png" style="width: 85%" alt="Pavestone">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/keystone.png" style="width: 85%"
			alt="Keystone Hardscapes">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/premier-building-solutions-logo.png"
			style="width: 85%" alt="Premier Building Solutions">
	</a>
</div>

<div style="margin-top: 60px;">&nbsp;</div>

<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/bestblock-logo.png" style="width: 75%"
			alt="Best Block">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/contech.png" style="width: 85%"
			alt="Contech Engineered Solutions">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/tremron.png" style="width: 85%" alt="Tremron">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/rinker.gif" style="width: 85%"
			alt="Rinker Materials">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/greencore-logo.png"
			style="width: 85%; margin-top: 15px;" alt="Greencore USA">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/qpr.png" style="width: 85%" alt="QPR USA">
	</a>
</div>
-->

<!-- Current Footer -->
<!-- <div class="row" style="margin-bottom: 20px;">
	<div class="col-xs-12 column">
		<p class="decorated featured-5-decorated-header">
			<span>
				<a href="none">
					<img class="img-responsive img-fluid" style="max-width: 250px; "
						src="https://www.quikrete.com/images/logos/quikrete-companies.png" alt="ºÚÁÏ²»´òìÈ">
				</a>
			</span>
		</p>
	</div>
	<div style="margin-top: 40px;">&nbsp;</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/quikrete.png" style="width: 100%"
				alt="ºÚÁÏ²»´òìÈ1">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/contech.png" style="width: 85%"
				alt="Contech Engineered Solutions">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/custom.png" style="width: 85%"
				alt="CUSTOM Building Products">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/pavestone.png" style="width: 85%"
				alt="Pavestone">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/keystone.png" style="width: 85%"
				alt="Keystone Hardscapes">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/rinker.gif" style="width: 85%"
				alt="Rinker Materials">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/us-pipe.png" style="width: 45%"
				alt="U.S. Pipe">
		</a>
	</div>

	<div class="col-xs-12">&nbsp;</div>

	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/bestblock-logo.png" style="width: 55%"
				alt="Best Block">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/spec-mix.png" style="width: 70%"
				alt="Spec Mix">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/tremron.png" style="width: 65%"
				alt="Tremron">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/flagstone-pavers.png"
				style="margin-top: 15px;" alt="Flagstone Pavers">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/qpr.png" style="width: 75%"
				alt="QPR USA">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/premier-building-solutions-logo.png"
				style="width: 75%" alt="Premier Building Solutions">
		</a>
	</div>
</div> -->

<!-- Centralized Footer being used acroos all Sites -->
<div id="newFooter"></div>

<script>
	// Fetch the footer from the external URL
	fetch('https://www.rinkerpipe.com/wp-content/uploads/footer.html')
	.then(response => {
            if (!response.ok) {
                throw new Error('Network response was not ok');
            }
            return response.text();
        })
        .then(html => {
            document.getElementById('newFooter').innerHTML = html;
        })
        .catch(error => {
            console.error('Error fetching the footer:', error);
            document.getElementById('newFooter').innerHTML = 'Failed to load footer';
        });
</script>
    </div>

    <style>
  @media (max-width: 767px) {
    .footer {
      /*margin-left: -15px;*/
    }

    /* Spacing Fix - removes margin left of footer */
  }
</style>

<footer role="contentinfo">

  <!--BE IXF: The following <div> block needs to be placed in the location where the link block will be displayed-->
  <!--BE IXF: For your website, the location is   -->
  <div class="be-ix-link-block"><!--Link Block Targeting Div --></div>
  <!--BE IXF: end -->

  <div class="footer">
    <div class="container">
      <div class="row">
        <div class="col-md-4 col-sm-5 col-xs-12 column noprint">
          <div class="row">
            <div class="col-md-2 col-sm-2 col-xs-2 column nopadding">
              <a href="none">
                <img class="img-responsive center-block" src="/img/facebook.png" alt="Facebook" />
              </a>
            </div>
            <div class="col-md-2 col-sm-2 col-xs-2 column nopadding">
              <a href="none">
                <img class="img-responsive center-block" src="/img/footer-x.png" alt="Twitter" />
              </a>
            </div>
            <div class="col-md-2 col-sm-2 col-xs-2 column nopadding">
              <a href="none">
                <img class="img-responsive center-block" src="/img/youtube.png" alt="YouTube" />
              </a>
            </div>
            <div class="col-md-2 col-sm-2 col-xs-2 column nopadding">
              <a href="none">
                <img src="/img/pinterest.png" alt="Pinterest" class="img-responsive center-block"
                  style="border: 0px;" />
              </a>
            </div>
            <div class="col-md-2 col-sm-2 col-xs-2 column nopadding">
              <a href="none">
                <img src="/images/icons/social/instagram-footer.png" alt="Instagram" class="img-responsive center-block"
                  style="border: 0px;" />
              </a>
            </div>
            <div class="col-md-2 col-sm-2 col-xs-2 column nopadding">
              <a href="none">
                <img src="/images/icons/social/linkedin-footer.png" alt="Linkein" class="img-responsive center-block"
                  style="border: 0px;" />
              </a>
            </div>
          </div>
          <!-- /.row -->
          <div class="visible-xs">&nbsp;</div>
        </div>
        <!-- /.col -->
        <div class="col-md-8 col-sm-7 col-xs-12 column nopadding">
          <p class="noprint">
            <a href="/onthejob/projectprofiles.asp">Commercial Project Profiles</a> |
            <a href="/productLines/alphabetical.asp">Search for Products</a> | <a href="/contactus/faqs.asp">FAQs</a> |
            <a href="/calculator/main.asp">Quantity Calculator</a>
          </p>
          <p class="noprint">
            <a href="/inside/careers.asp">Careers</a> | <a href="/media/newsreleases.asp">Media Center</a> |
            <a href="/contactus/sitemap.asp">Site Map</a> | <a href="/contactUs/customerservice.asp">Customer
              Service</a> |
            <a href="/contactus/main.asp">Contact</a> | <a href="/contactus/privacy.asp">Privacy Policy</a> |
            <a href="/contactUs/terms.asp">Terms of Use</a> | <a href="/contactUs/disclaimer.asp">Disclaimer</a> |
            <a href="/product-warranty/">Warranty</a> <span class='geotargetlygeocontent1587476626059_content_1'
              style='display:none;'>| <a href="none" target="_blank">Store</a></span>
          </p>

          <p>
            Copyright &copy; <span id="year"></span>
            <script>
              document.getElementById("year").textContent = new Date().getFullYear();
            </script>
            ºÚÁÏ²»´òìÈ. All Rights Reserved.
          </p>
          <p style="margin-bottom: 40px;">
            <a href="none" target="_blank"
              style="background-color: #ccc; color: #000; text-shadow: 0px 0px 0 #717171; font-weight: bold; padding: 5px 10px; border-radius: 5px; display: none;">ºÚÁÏ²»´òìÈ
              Hurricane Harvey Relief Fund</a>
          </p>
        </div>
        <!-- /.col -->
      </div>
      <!-- /.row -->
    </div>
    <!-- /.container -->
  </div>
  <!-- /.footer -->
  <div class="container hidden-xs no-gutters" style="clear: both; margin-top: 40px; display: none;">
    <!--
<div class="col-xs-12 column">
	<p class="decorated featured-5-decorated-header">
		<span>
			<a href="none">
				<img class="img-responsive img-fluid" style="max-width: 250px; " src="/images/logos/quikrete-companies.png"
					alt="ºÚÁÏ²»´òìÈ">
			</a>
		</span>
	</p>
</div>
<div style="margin-top: 40px;">&nbsp;</div>
<div class="col-sm-2  col-xs-12 column hidden-xs">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/quikrete.png" style="width: 100%" alt="ºÚÁÏ²»´òìÈ">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/spec-mix.png" style="width: 85%" alt="Spec Mix">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column hidden-xs">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/custom.png" style="width: 85%"
			alt="CUSTOM Building Products">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/pavestone.png" style="width: 85%" alt="Pavestone">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/keystone.png" style="width: 85%"
			alt="Keystone Hardscapes">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/premier-building-solutions-logo.png"
			style="width: 85%" alt="Premier Building Solutions">
	</a>
</div>

<div style="margin-top: 60px;">&nbsp;</div>

<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/bestblock-logo.png" style="width: 75%"
			alt="Best Block">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/contech.png" style="width: 85%"
			alt="Contech Engineered Solutions">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/tremron.png" style="width: 85%" alt="Tremron">
	</a>
</div>
<div class="col-sm-2  col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/rinker.gif" style="width: 85%"
			alt="Rinker Materials">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/greencore-logo.png"
			style="width: 85%; margin-top: 15px;" alt="Greencore USA">
	</a>
</div>
<div class="col-sm-2 col-xs-12 column">
	<a href="none" target="_blank">
		<img class="img-responsive img-fluid center-block" src="/images/logos/qpr.png" style="width: 85%" alt="QPR USA">
	</a>
</div>
-->

<!-- Current Footer -->
<!-- <div class="row" style="margin-bottom: 20px;">
	<div class="col-xs-12 column">
		<p class="decorated featured-5-decorated-header">
			<span>
				<a href="none">
					<img class="img-responsive img-fluid" style="max-width: 250px; "
						src="https://www.quikrete.com/images/logos/quikrete-companies.png" alt="ºÚÁÏ²»´òìÈ">
				</a>
			</span>
		</p>
	</div>
	<div style="margin-top: 40px;">&nbsp;</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/quikrete.png" style="width: 100%"
				alt="ºÚÁÏ²»´òìÈ1">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/contech.png" style="width: 85%"
				alt="Contech Engineered Solutions">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/custom.png" style="width: 85%"
				alt="CUSTOM Building Products">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/pavestone.png" style="width: 85%"
				alt="Pavestone">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/keystone.png" style="width: 85%"
				alt="Keystone Hardscapes">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/rinker.gif" style="width: 85%"
				alt="Rinker Materials">
		</a>
	</div>
	<div class="column-7 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/us-pipe.png" style="width: 45%"
				alt="U.S. Pipe">
		</a>
	</div>

	<div class="col-xs-12">&nbsp;</div>

	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/bestblock-logo.png" style="width: 55%"
				alt="Best Block">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/spec-mix.png" style="width: 70%"
				alt="Spec Mix">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/tremron.png" style="width: 65%"
				alt="Tremron">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/flagstone-pavers.png"
				style="margin-top: 15px;" alt="Flagstone Pavers">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/qpr.png" style="width: 75%"
				alt="QPR USA">
		</a>
	</div>
	<div class="col-sm-2 col-xs-12">
		<a href="none" target="_blank">
			<img class="img-responsive img-fluid center-block" src="https://www.quikrete.com/images/logos/premier-building-solutions-logo.png"
				style="width: 75%" alt="Premier Building Solutions">
		</a>
	</div>
</div> -->

<!-- Centralized Footer being used acroos all Sites -->
<div id="newFooter"></div>

<script>
	// Fetch the footer from the external URL
	fetch('https://www.rinkerpipe.com/wp-content/uploads/footer.html')
	.then(response => {
            if (!response.ok) {
                throw new Error('Network response was not ok');
            }
            return response.text();
        })
        .then(html => {
            document.getElementById('newFooter').innerHTML = html;
        })
        .catch(error => {
            console.error('Error fetching the footer:', error);
            document.getElementById('newFooter').innerHTML = 'Failed to load footer';
        });
</script>
  </div>




</footer>


<!-- Google Tag Manager (noscript) - UPSWELL - Added 8/22/2024 -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-53ZCTSGJ" title="Google Tag Manager" height="0" width="0"
    style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<!-- Start of LiveChat (www.livechat.com) code -->
<script>
  window.__lc = window.__lc || {};
  window.__lc.license = 8686986;
  window.__lc.integration_name = "manual_channels";
  window.__lc.product_name = "livechat";
  ; (function (n, t, c) { function i(n) { return e._h ? e._h.apply(null, n) : e._q.push(n) } var e = { _q: [], _h: null, _v: "2.0", on: function () { i(["on", c.call(arguments)]) }, once: function () { i(["once", c.call(arguments)]) }, off: function () { i(["off", c.call(arguments)]) }, get: function () { if (!e._h) throw new Error("[LiveChatWidget] You can't use getters before load."); return i(["get", c.call(arguments)]) }, call: function () { i(["call", c.call(arguments)]) }, init: function () { var n = t.createElement("script"); n.async = !0, n.type = "text/javascript", n.src = "https://cdn.livechatinc.com/tracking.js", t.head.appendChild(n) } }; !n.__lc.asyncInit && e.init(), n.LiveChatWidget = n.LiveChatWidget || e }(window, document, [].slice))
</script>
<noscript><a href="none" rel="nofollow">Chat with us</a>, powered by <a
    href="none" rel="noopener nofollow" target="_blank">LiveChat</a></noscript>
<!-- End of LiveChat code -->




<!-- Event snippet for Page view conversion page -->
<script>
  gtag('event', 'conversion', { 'send_to': 'AW-1029038122/OYEPCKqdgcEDEKrA1-oD' });
</script>


<!--Google Tracking 6/9/2022 Updated. Also added to /contactus/confirmation.asp-->
<script>
  var enhanced_conversion_data = {};
  window.addEventListener('load', function () {
    if (window.location.pathname.includes('/contactus/confirmation')) {
      enhanced_conversion_data.email = new URLSearchParams(window.location.search).get('email');
      gtag('event', 'conversion', {
        'send_to': 'AW-1029038122/JYFcCJC8nYYBEKrA1-oD',
      });
    }
  });
</script>

<!--Google Tracking 6/9/2022 Updated-->
</body>

</html>