<!doctype html>
<html class="no-js" lang="">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title></title>
    <link rel="stylesheet" href="css/style.css">
    <link href="https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap&#39;" type="text/css" rel="stylesheet" media="all" />
    <meta name="description" content="">

    <meta property="og:title" content="">
    <meta property="og:type" content="">
    <meta property="og:url" content="">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="">

    <link rel="icon" href="/favicon.ico" sizes="any">
    <link rel="icon" href="/icon.svg" type="image/svg+xml">
    <link rel="apple-touch-icon" href="icon.png">

    <link rel="manifest" href="site.webmanifest">
    <meta name="theme-color" content="#fafafa">
</head>
<style>
    body {
        margin: 0;
    }
    img {
        max-width: 100%;
        max-inline-size: 100%;
        max-block-size: 100%;
        border: 0;
    }
    a.nasm-primary-btn-dark {
        display: block;
        text-align: center;
        text-decoration: none;
        font-family: "Prompt", sans-serif;
        font-size: 1rem;
        letter-spacing: 0.32px;
        line-height: 50px;
        background: #123257;
        color: #fff;
        width: 100%;
        transition: all 0.2s ease-out;
    }
    .nasm-primary-btn-dark:focus,
    .nasm-primary-btn-dark:hover {
        background-color: #E9F250;
        color: #000;
    }
    .nasm-primary-btn-dark:active {
        background: #222;
        color: #fff;
    }
    .nasm-header-section {
        border-bottom: 1px solid #d4d4d4;
    }
    .nasm-header-section,
    .nasm-content-section {
        width: 90%;
        margin: 30px auto;
    }
    .nasm-header-section .nasm-blue-logo {
        width: 222px;
        margin: 30px auto;
    }
    .nasm-content-section .nasm-content {
        margin-bottom: 30px;
    }
    .nasm-content h2 {
        font-family: "Prompt", sans-serif;
        font-size: 30px;
        font-style: italic;
        font-weight: 800;
        line-height: 90%;
        text-align: center;
        text-transform: uppercase;
        color: #123257;
        margin-bottom: 30px;
    }
    .nasm-content p {
        font-family: "Prompt", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        color: #222;
        margin-bottom: 30px;
    }
    .nasm-content p .txt-highlight {
        font-weight: 700;
        background-color: #E9F250;
    }
    .nasm-content-img .nasm-content-img-mobile {
        display: block;
        margin: 0 auto;
    }
    .nasm-content-img .nasm-content-img-desktop {
        display: none;
    }
    .nasm-content-img .nasm-content-img-mobile,
    .nasm-content-img .nasm-content-img-desktop {
        border-radius: 15px;
    }

    @media only screen and (min-width: 768px) {
        .nasm-header-section, .nasm-content-section {
            width: 60%;
        }
    }

    @media only screen and (min-width: 1024px) {
        .nasm-header-section, .nasm-content-section {
            width: 95%;
            max-width: 1330px;
        }
        .nasm-header-section .nasm-blue-logo {
            margin: 30px 0;
        }
        .nasm-content-section {
            display: flex;
        }
        .nasm-content {
            margin: 0;
            padding-right: 30px;
            flex-basis: 55%;
        }
        .nasm-content h2 {
            font-size: 48px;
            text-align: left;
        }
        .nasm-content p {
            font-size: 20px;
            text-align: left;
        }
        .nasm-content .nasm-primary-btn-dark {
            max-width: 330px;
        }
        .nasm-content-img {
            flex-basis: 45%;
        }
        .nasm-content-img .nasm-content-img-mobile {
            display: none;
        }
        .nasm-content-img .nasm-content-img-desktop {
            display: block;
        }
    }
    @media only screen and (min-width: 1440px) {
        .nasm-content {
            padding-right: 0;
            flex-basis: 50%;
        }
        .nasm-content-img {
            flex-basis: 50%;
            align-self: center;
        }
        .nasm-content-img .nasm-content-img-desktop {
            margin-left: auto;
            margin-right: 30px;
        }
    }
</style>
<body>
    <section class="nasm-header-section">
        <div class="nasm-blue-logo">
            <img src="nasm-blue-transparent-logo.png" alt="NASM Logo" />
        </div>
    </section>
    <section class="nasm-content-section">
        <div class="nasm-content">
            <h2>It Looks Like We've Maxed Out...</h2>
            <p>NASM.org is down for scheduled maintenance and is expected to return by Saturday, Oct. 12th at 8:00 p.m. PDT.</p>
            <p>As a thank you for your patience, <span class="txt-highlight">we're offering Nutrition Coach FREE with any Certified Personal Training program.</span></p> 
            <p>Don't miss your chance to secure this exclusive offer.</p>
            <a href="https://trainer.nasm.org/nexus" class="nasm-primary-btn-dark">Reserve My Free Course</a>
        </div>
        <div class="nasm-content-img">
            <img class="nasm-content-img-mobile" src="nasm-trainer-holding-dumbbell-standing-with-client-mobile.jpg" alt="NASM Trainer Holding Dumbell Standing with Client" />
            <img class="nasm-content-img-desktop" src="nasm-trainer-holding-dumbbell-standing-with-client-mobile.jpg" alt="NASM Trainer Holding Dumbell Standing with Client" />
        </div>
    </section>
</body>

</html>