

<!DOCTYPE html>

<html>
    <head>
        <meta name="viewport" content="width=device-width" />
        <meta charset="utf-8">
        <meta name="description" content="MackinFunds is an innovative online donation program to raise money for districts, schools, libraries, and classrooms. 100% of your donation will be used to purchase new library materials for any school you choose.">
        <link rel="icon" type="image/png" href="/favicon.png" />
        <title>MackinFunds</title>

        <script src="/Scripts/Libs/angular-1.6.1.js"></script>

        <script src="/Scripts/Libs/angular-cookies-1.6.1.js"></script>

        <script src="/Scripts/Libs/angular-route-1.6.1.js"></script>


        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
        <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
        <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">

        <link href="/Styles/MyFontsWebfontsKit.css" rel="stylesheet"/>
<link href="/Styles/styles.css" rel="stylesheet"/>
<link href="/Styles/odometer-theme-car.css" rel="stylesheet"/>
<link href="/Styles/odometer-overrides.css" rel="stylesheet"/>
<link href="/Content/font-awesome.min.css" rel="stylesheet"/>


        <script src="/Client/Components/Header/App.js"></script>
<script src="/Client/Components/Header/Boot.js"></script>

    </head>
    <body>
        <div id="header">
            <app>HeaderApp is loading...</app>
            <hr class="clear" />
        </div>
        <div class="nav navbar-default">
            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#nav_container">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
            </button>
            <nav id="nav_container" class="collapse navbar-collapse">
                <ul id="nav" class="nav navbar-nav hidden-xs">
                    <li><a href="/">Home</a></li>
                    <li><a href="/About">About</a></li>
                    <li><a href="/DisasterRelief" class="wrap-menu-item disaster-relief">Disaster Relief</a></li>
                    <li><a href="/Video">Video</a></li>
                    <li><a href="/PromotionalMaterials" class="wrap-menu-item promotional-materials">Promotional Materials</a></li>
                    <li><a href="/FAQ" target="_blank">FAQs</a></li>
                </ul>
                <ul id="nav-xs" class="nav navbar-nav visible-xs">
                    <li class="row"><a href="/">Home</a></li>
                    <li class="row"><a href="/About">About</a></li>
                    <li class="row"><a href="/DisasterRelief" style="color:red">Disaster Relief</a></li>
                    <li class="row"><a href="/Video">Video</a></li>
                    <li class="row"><a href="/PromotionalMaterials">Promotional Materials</a></li>
                    <li><a href="/FAQ" target="_blank">FAQs</a></li>
                </ul>
            </nav>
        </div>
        <div>
            


<div id="wrapper">
    <div class="content">
        <div id="banner_disrel"></div>
        <div id="contentContainer">
            <div class="intro">
                <h5 style="color: #232323;font-weight: bold;margin: 35px 0 30px 0;">
                    100% of EVERY DONATION is used to purchase educational resources available on Mackin.com.
                </h5>
                <p>
                    The MackinFunds Disaster Relief Program helps to replace school and library collections that
                    have been damaged or destroyed by adversities such as rain, floods, tornadoes or hurricanes.
                </p>
                <p>
                    Mackin ships materials free of charge and shelf-ready with spine labels, barcodes, and downloadable
                    information for the libraries’ circulation systems – ensuring that schools get the most value from
                    every donation.
                </p>
            </div>
            <hr />
            <h3 class="lg centered">Donate Now!</h3>
            <h4 class="centered">Texas and Florida</h4>
            <h4 class="centered">Hurricanes Harvey and Irma Relief Funds</h4>
            <div class="disaster-relief-campaign">
                <div class="float upper-left">
                    <img src="images/disaster_relief/tx-houston.png" class="disaster-relief-state-image">
                    <a href="/donate?code=365c" class="disaster-relief-donor-link">
                        Donate Now
                    </a>
                </div>
                <div class="float upper-right">
                    <img src="images/disaster_relief/Florida.png" class="disaster-relief-state-image">
                    <a href="/donate?code=a5ea" class="disaster-relief-donor-link">
                        Donate Now
                    </a>
                </div>
                <p>
                    It's during times of tragedy when our community, and our country, show the strength and depth of our true character.
                    The catastrophic floods and aftermath of August 2017’s historic rain event in Texas and the incredibly powerful and
                    destructive 150 mile per hour winds of Hurricane Irma in Florida has all of us at Mackin, like you all, wanting to
                    help in whatever way we can.
                </p>
                <p>
                    This website has been designed to collect donations from all across the country and around the world. The MackinFunds
                    program was created to gather and then <em><u>give back 100% of all the funds that are collected</u></em> to help
                    rebuild the damaged and decimated library collections in those schools that have been adversely affected by Hurricanes
                    Harvey and Irma.
                </p>
                <p>
                    MackinFunds.com will accept donations of any size and allow you to donate to a general fund or choose a specific
                    damaged school library. Mackin will also donate an additional 10% of all funds collected.
                </p>
                <p>
                    We recognize that this endeavor of healing and rebuilding is a marathon, not a sprint. True to our sense of compassion,
                    and our nature, we will be here for the long haul, helping our friends and families in Texas and Florida to once again
                    stand tall.
                </p>
                <p>
                    Working together, we can all quickly help rebuild these damaged or lost collections.
                </p>
            </div>
        </div>
    </div>
    <div class="push"></div>
</div>
        </div>
    
        <style>
            .footer {
                text-align: center;
            }
            .footer address {
                font-size: 18px;
                line-height: 19px;
                font-family: BandaRegular, 'Century Gothic', sans-serif;
                font-weight: normal;
                color: white;
            }
            .footer address a:hover {
                color: #e0e0e0;
                text-decoration: none;
            }
            .footer address > span {
                display: block;
                margin: 4px 0!important;
            }
            .footer address > span, .footer address > span * {
                margin: 0 3px;
                font-size: 20px;
                line-height: 26px;
                color: white;
            }
        </style>
        <div class="footer">
            <h4 class="white" style="margin-top: 10px;display: inline-block;">Contact Us</h4>
            <address>
                <span>800.245.9540</span>
                <span><a href="mailto:info@mackinfunds.com">info@mackinfunds.com</a></span>
                <small style="margin-top: 10px;display: block;">
                    Mackin Educational Resources<br />
                    3505 County Road 42 West<br />
                    Burnsville, MN 55306<br />
                    800-245-9540
                </small>
            </address>
            <span class="small">&#169;2018 Mackin Educational Resources.
                <a data-toggle="modal" data-target="#privacy-refund-policy">Privacy/Refund Policy</a>
            </span>
        </div>

        <div class="modal fade" id="privacy-refund-policy" tabindex="-1" role="dialog" aria-labelledby="privacy-refund-policy" aria-hidden="true">
            <div class="modal-dialog">
                <div class="modal-content">
                    <div class="modal-header">
                        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
                        <a href="/Home" class="logo-link-small"></a>
                    </div>
                    <div class="modal-body">
                        <h3 class="blue-text">Privacy Policy</h3>
                        <section id="privacy-policy">
                            <p>
                                MackinFunds.com is a free service provided by Mackin Educational Resources to its customers for the sole purpose of raising funds for new books and materials.
                            </p>
                            <p>
                                The following statement explains our information-gathering and dissemination practices for our website at www.MackinFunds.com. 
                                This policy may change from time to time, so please check back periodically. Throughout this policy, "we", "us", and "our" will mean 
                                MackinFunds.com and/or Mackin Educational Resources.
                            </p>
                            <p>
                                We are committed to protecting your privacy. We use industry standard security measures to protect against the loss, misuse and alteration 
                                of the information under our control. All information is stored in a secure database. Payment information entered on our website and at our 
                                affiliated credit card processor is protected by encryption so that all of your personal information is safeguarded over Internet channels. 
                                Your credit card information will not be released to any other party. We have access to only a limited part of your credit card number when 
                                confirming a donation.
                            </p>
                            <p>
                                With your permission, your name, contact information and donation amount are provided to the school or district so your contribution can be 
                                recognized. We encourage our fundraisers to send thank you letters or emails acknowledging the generosity of their donors. We offer all donors 
                                the option of anonymity during the payment process. If you opt to use our "Invite a Friend to Donate" option, we collect your name and e-mail 
                                address for the purpose of sending your message. This information is not used for any other purpose.
                            </p>
                        </section>
                        <h3 class="blue-text">Refund Policy</h3>
                        <section id="refund-policy">
                            <p>
                                Donations through MackinFunds.com cannot be cancelled or returned. If you believe there has been an error in processing, please call us at 800-245-9540.
                            </p>
                        </section>
                    </div>
                    <div class="modal-footer"></div>
                </div>
            </div>
        </div>
        <script>
            (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
            })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

            ga('create', 'UA-51065614-1', 'auto');
            ga('send', 'pageview');
        </script>
        <script>
            var data = {"fundraiserEmailAddress":"info@mackinfunds.com"};
        </script>
        <script src="/Scripts/Libs/jquery.placeholder.min.js"></script>
<script src="/Client/Shared/placeholder.js"></script>

        <script src="/Client/Services/AjaxService.js"></script>
<script src="/Client/Services/FundraiserService.js"></script>
<script src="/Client/Services/QueryParamService.js"></script>
<script src="/Client/Services/BootstrapService.js"></script>
<script src="/Client/Shared/Directives/validation.js"></script>
<script src="/Client/Services/ErrorService.js"></script>

    </body>
</html>
