<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Country First PAC</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    <link rel="stylesheet" href="css/custom_gen2.css" />
    <link rel="stylesheet" href="css/faq_Temp11.css" />
    <link rel="stylesheet" href="css/anim.css" />
    <link href="https://fonts.googleapis.com/css?family=Belleza" rel="stylesheet">

    <meta property="og:url" content="http://www.countryfirstpac.com/" />
    <meta property="og:title" content="Country First PAC" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Country First PAC" />
    <meta property="og:image" content="http://www.countryfirstpac.com/images/fbshare.jpg" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="628" />
    <meta property="og:description" content="Country First PAC was formed with the purpose of supporting candidates who will stop at nothing in their fight for our country and her future." />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:description" content="Country First PAC" />
    <meta name="twitter:title" content="Country First PAC" />
    <meta name="twitter:site" content="@JohnMcCain" />
    <meta name="twitter:image" content="http://www.countryfirstpac.com/images/fbshare.jpg" />

    <script src="js/jquery.min.js"></script>
    <script src="js/bootstrap.js"></script>
    <script src="js/jquery-1.9.1.js"></script>
    <script src="js/jquery.validate.min.js"></script>
    <script src="js/jquery.maskedinput.min.js" type="text/javascript"></script>
    <script src="js/jquery.number.js" type="text/javascript"></script>
    <script src="js/jquery.html5-placeholder-shim.js"></script>
    <script src="js/jquery.blockUI.js"></script>

    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script defer type='text/javascript' src="js/html5shiv.js"></script>
    <script defer type='text/javascript' src="js/respond.js"></script>
    <![endif]-->

    <script>
        $(document).ready(function () {
            // Setup form validation on the #boots element
            $("#boots").validate({
                // Specify the validation rules
                rules: {
                    email: {
                        required: true,
                        email: true
                    }
                },
                // Specify the validation error messages
                messages: {
                    email: ""
                },
                errorPlacement: function (error, element) {
                    element.focus(function () {
                        $("span").html(error);
                    }).blur(function () {
                        $("span").html('');
                    });

                }
            });

        });
    </script>

    <script>
        $(document).ready(function () {

            //Set BG dynamically
            if ($(window).width() < 992) {
                $('#mainbody').addClass("mainbodymobile");
                $('#mainbody').removeClass("mainbodydesktop");
                $("#formrow1").removeClass("no-gutter");
                $("#formrow2").removeClass("no-gutter");
                $("#textareafix").attr('style', 'padding-left:0px;padding-right:0px;');
            }
            else {
                $('#mainbody').removeClass("mainbodymobile");
                $('#mainbody').addClass("mainbodydesktop");
                $("#formrow1").addClass("no-gutter");
                $("#formrow2").addClass("no-gutter");
                $("#textareafix").attr('style', 'padding-left:5px;padding-right:5px;');
            }

            $(window).resize(function () {
                if ($(window).width() < 992) {
                    $('#mainbody').addClass("mainbodymobile");
                    $('#mainbody').removeClass("mainbodydesktop");
                    $("#formrow1").removeClass("no-gutter");
                    $("#formrow2").removeClass("no-gutter");
                    $("#textareafix").attr('style', 'padding-left:0px;padding-right:0px;');
                }
                else {
                    $('#mainbody').removeClass("mainbodymobile");
                    $('#mainbody').addClass("mainbodydesktop");
                    $("#formrow1").addClass("no-gutter");
                    $("#formrow2").addClass("no-gutter");
                    $("#textareafix").attr('style', 'padding-left:5px;padding-right:5px;');
                }
            });

            //Donate Font
            if ($(window).width() < 384) {
                $('#donatebutton').addClass("btn-primary");
            }
            else {
                $('#donatebutton').addClass("btn-primary2");
            }

            $(window).resize(function () {
                if ($(window).width() < 992) {
                    $('#donatebutton').addClass("btn-primary");
                }
                else {
                    $('#donatebutton').addClass("btn-primary2");
                }
            });

        });
    </script>

    <style>
        .container {
            overflow-x: hidden;
        }

        .mainbodydesktop {
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            background-image: url('images/desktopstatement.jpg');
            background-repeat: no-repeat;
            background-position: top center;
            overflow-x: hidden;
            background-color: #05113f;
            color: #000000;
            background-attachment: fixed;
        }

        .mainbodymobile {
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            background-repeat: no-repeat;
            background-position: top center;
            overflow-x: hidden;
            background-color: #58657f;
            color: #000000;
        }

        /* remove spacing between middle columns */
        .row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
            padding-right: 5px;
            padding-left: 5px;
        }
        /* remove right padding from first column */
        .row.no-gutter [class*='col-']:first-child {
            padding-right: 5px;
        }
        /* remove left padding from first column */
        .row.no-gutter [class*='col-']:last-child {
            padding-left: 5px;
        }


        .mybody {
            overflow-x: hidden;
        }

        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            padding-top: 0px;
            height: 0;
            overflow: hidden;
        }

            .video-container iframe,
            .video-container object,
            .video-container embed {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        a {
            color: #000000;
            font-weight: bold;
        }
    </style>


</head>
<body id="mainbody" class="mybody">

<!-- Google Tag Manager -->
<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-WWWRQX');</script>
<!-- End Google Tag Manager �>

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWWRQX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

    <form name="boots" id="boots" method="post" action="http://paracom.paramountcommunication.com/phase2/bullseye/contactupdate1.php3" novalidate>

        <div style="background-color: #02163c;">
            <center><img src="images/logo.jpg" border=0 class="img-responsive"></center>
        </div>

        <div style="background-color: #e7e7e7;" class="visible-sm visible-md visible-lg">
            <center>
                <div class="container">
                    <div class="row">

                        <div class="col-md-1 col-lg-1"></div>

                        <div class="col-md-10 col-lg-10" style="color:#000000;padding-top:10px;padding-bottom:10px;">
                            <a href="index.php">HOME</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
                            <a href="aboutjohn.php">ABOUT JOHN</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
                            <a href="aboutcfp.php">ABOUT COUNTRY FIRST PAC</a>&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
                            <a href="donate.php">DONATE</a>
                            <a class="hide" href="/get-well" style="color:#cc0000;">GET WELL CARD</a>
                        </div>

                        <div class="col-md-1 col-lg-1"></div>

                    </div>
                </div>
            </center>
        </div>

        <nav class="navbar navbar-default visible-xs" style="background-color: #ffffff;padding:0px;margin:0px;">
            <div class="container-fluid">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                </div>
                <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                    <ul class="nav navbar-nav">
                        <li class="active"><a href="index.php">HOME</a></li>
                        <li><a href="aboutjohn.php">ABOUT JOHN</a></li>
                        <li><a href="aboutcfp.php">ABOUT COUNTRY FIRST PAC</a></li>
                        <li><a href="donate.php">DONATE</a></li>
                        <li><a class="hide" href="/get-well" style="color=#cc0000;">GET WELL CARD</a></li>
                    </ul>
                </div>
            </div>
        </nav>

        <center><img src="images/mobile.jpg" border=0 class="img-responsive visible-xs visible-sm"></center>

        <br class="visible-md visible-lg" />

        <div class="container">

            <div class="row">

                <div class="col-md-5 col-lg-5"></div>

                <div class="col-md-7 col-lg-7 form-group" style="overflow-x:hidden;overflow-y:hidden;">

                    <img src="images/spacer.png" border="0" class="visible-xs visible-sm" width="0" height="10">

                    <div style="background-color: #ffffff; background: rgba(255, 255, 255, 1); overflow-x: hidden; padding: 20px; padding-bottom: 15px;" class="img-rounded">
                        <div id="formrow1" class="row">
                            <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
                                <div class="instruct" style="color:#000000;font-size:1em;padding-bottom:15px;font-weight:normal;text-align:left;">


<strong><font style="font-side:1.5em">STATEMENT FROM THE OFFICE OF SENATOR JOHN McCAIN ON MONDAY JULY 24, 2017</font></strong>
<br><br>
Washington, D.C. - The office of Senator John McCain (R-AZ) released the following statement today:
<br><br>
"Senator McCain looks forward to returning to the United States Senate tomorrow to continue working on important legislation, including health care reform, the National Defense Authorization Act, and new sanctions on Russia, Iran and North Korea."



<br><br>
<strong><font style="font-side:1.5em">STATEMENT FROM THE OFFICE OF SENATOR JOHN McCAIN</font></strong>
<br><br>
Washington, D.C. - At the request of Senator John McCain (R-AZ) and his family, Mayo Clinic released the following statement today:
<br><br>
"On Friday, July 14, Sen. John McCain underwent a procedure to remove a blood clot from above his left eye at Mayo Clinic Hospital in Phoenix. Subsequent tissue pathology revealed that a primary brain tumor known as a glioblastoma was associated with the blood clot.
<br><br>
"Scanning done since the procedure (a minimally invasive craniotomy with an eyebrow incision) shows that the tissue of concern was completely resected by imaging criteria.
<br><br>
"The Senator and his family are reviewing further treatment options with his Mayo Clinic care team. Treatment options may include a combination of chemotherapy and radiation.
<br><br>
"The Senator's doctors say he is recovering from his surgery 'amazingly well' and his underlying health is excellent."
<br><br>
The office of Senator John McCain also released the following statement:
<br><br>
"Senator McCain appreciates the outpouring of support he has received over the last few days. He is in good spirits as he continues to recover at home with his family in Arizona. He is grateful to the doctors and staff at Mayo Clinic for their outstanding care, and is confident that any future treatment will be effective. Further consultations with Senator McCain's Mayo Clinic care team will indicate when he will return to the United States Senate."
                                </div>
                            </div>
                        </div>






                    </div>

                    <div class="col-md-6 col-lg-6"></div>

                </div>

            </div>

        </div>

        <img src="images/spacer.png" width="0" height="20" border=0 class="visible-md visible-lg">
        <img src="images/spacer.png" width="0" height="50" border=0 class="visible-xs visible-sm">

        <div class="footer" style="color: #ffffff; overflow-x: hidden;padding-top:20px;">

            <div class="container">
                <div class="row">

                    <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 text-center"></div>

                    <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 text-center">
                        <img src="images/spacer.png" width="0" height="0" border=0>

                        <div class="paid-for-by" style="padding-top:10px;">
                            <p class="footerdis">
                                &nbsp;Paid for by Country First PAC<br />
                                Not authorized by any candidate or candidate's committee<br />
                                www.CountryFirstPAC.com&nbsp;
                            </p>
                            <br class="visible-xs visible-sm" />
                        </div>
                        <br />
                        <div style="font-size: 12px; line-height: 16px;padding-bottom:20px;">
                            <center>
                                Contributions to County First PAC are not tax deductible.
                                <br /><br />
                                <a href="privacy.php" style="color:#ffffff;">Privacy Policy</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="contact.php" style="color:#ffffff;">Contact Us</a>
                            </center>
                        </div>

                    </div>

                    <div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 text-center"></div>

                </div>
            </div>

        </div>

    </form>

</body>
</html>
