html {
    scroll-behavior: smooth;
    display: block;
}
* {
    box-sizing: border-box;
}
img {
    display: block;
}
body.impactnext {
    margin: 0;

    background-color: #00bae7;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;

    padding: 0;

    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;

    background-image: url(images/bg.png);
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

@media (max-width: 320px) {
    body.impactnext {
        font-size: 14px;
    }
}

.impactnext_splash{
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;

    position: relative;

    max-width: 600px;
}

.header, 
.footer  {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}


a, a:visited, a:hover, a:active {
    text-decoration: none;
}

a.close {
    display: block;
    position: absolute;
    top: 34px;
    right: 18px;

    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.4;
    color: #fff;
}
    a.close span {
        position: relative;
        height: 18px; /* this can be anything */
        width: 18px;  /* ...but maintain 1:1 aspect ratio */
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        margin-bottom: -11px;
        margin-right: 3px;
    }
    a.close span::before,
    a.close span::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px; /* cross thickness */
        background-color: #fff;
    }
    a.close span::before {
        transform: rotate(45deg);
    }
    a.close span::after {
        transform: rotate(-45deg);
    }
    a.close:hover {
        color: #fdb813;
    }
    a.close:hover span::before,
    a.close:hover span::after {
        background-color: #fdb813;
    }


.content {
    padding: 0;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1em;
    padding-bottom: 1em;
}
    .content p {
        margin-top: 0 !important;
        margin-bottom: 1em;
    }
    .content p:last-child {
        margin-bottom: 0;
    }
    .content strong {
        font-weight: 700;
    }

.message {
    background-color: #fff;
    color: #5e6367;
    padding-bottom: 0;
}
    .message h1.headline {
        font-size: 1.7em;
        font-weight: 700;
        margin: 0;
        margin-bottom: .5em;
        color: #0072bc;
    }
    .message h1.headline .date {
        display: block;
    }
    .message p.subhead {
        font-weight: 700;
        color: #0072bc;
    }
    .message p.subhead strong {
        font-weight: 900;
    }
.cta {
    background-color: #fff;
    color: #0072bc;

    padding-left: 0;
    padding-right: 0;
}
    .cta p {
        margin-left: 25px;
        margin-right: 25px
    }
    .cta a.signup {
        display: block;
        background-color: #ffdd54;
        color: #007dc3;
        padding: 7px;
        padding-left: 14px;
        padding-right: 14px;
        border-radius: 21px;
        font-weight: 700;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .cta a.signup:hover {
        background-color: #007dc3;
        color: #ffdd54;
    }
    .cta a.continue {
        display: block;
        text-align: center;
        color: #5e6367;
        padding: 7px;
    }
.info {
    background-color: #00bae7;
    color: #fff;
}
    .info a {
        color: #fff;
        white-space: nowrap;
    }
    .info a:hover {
        color: #0072bc;
    }

.wide-footer {
    display: none;
}
.wide {
    display: none;
}


@media (min-width: 600px) {
    .wide {
        display: initial;
    }
    .narrow {
        display: none;
    }

    body.impactnext {
        font-size: 27px;
    }
    img.wide, 
    img.wide {
        display: block;
    }


    .header.wide {
        margin-bottom: 20px;
    }

    body.impactnext {
        background-image: url(images/wide-bg.jpg);
        /*background-size: cover;*/
        background-size: 1920px auto;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-color: #0b7fb7;
    }

    .impactnext_splash {
        max-width: 1064px;
        padding-left: 25px;
        padding-right: 25px;
    }

    a.close {
        /*font-size: 27px;*/
        top: 95px;
    }
    a.close span {
        height: 26px;
        width: 26px;
        margin-bottom: -15px;
    }

    .content {
        background-color: transparent;
        color: #fff;
        padding-left: 0;
        padding-right: 0;
    }
    .message {
        padding-top: 236px;         
    }

    .message h1.headline {
        color: #fff;
        font-size: 2.06em;
        font-weight: 700;
        margin-bottom: 7px;
    }
    .message p {
        margin-bottom: 1.1em;
    }
    .message p.subhead {
        color: #fff;
        font-weight: 400;
        color: #ffdd55;
    }

    .message p.subhead strong {
        font-weight: 700;
    }

    .message h1.headline .date {
        display: inline;
        white-space: nowrap;
    }
    .message {
        overflow: auto;
    }
    .message:after {
      content: "";
      clear: both;
      display: table;
    }

    img.phone {
        width: 320px;
        height: auto;
        float: right;
        margin-left: 40px;
    }
    .cta {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 1.8em;
        /*margin-bottom: em;*/
    }
    .cta p {
        margin: 0;
    }
    .cta a.continue {
        color: #fff;
    }
    .cta a.continue:hover {
        color: #ffdd55;
    }
    .info {
        display: none;
    }

    .wide-footer {
        display: block;
        height: 183px;
        background-image: url(images/wide-footer.png);
        background-size: 1920px auto;
        background-position: 50% 0;
        background-repeat: no-repeat;
        /*position: fixed;*/
        /*bottom: 0;*/
        /*width: 100%;*/
        /*max-width: 1920px;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    }
    .wide-footer .wrapper {
        max-width: 1064px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
    }
    .wide-footer .questions {
        max-width: 730px;
        margin-left: 0;
        margin-right: auto;
        font-size: .8em;
    }
    .wide-footer .questions a {
        color: #fff;
    }
    .wide-footer .questions a:hover {
        color: #ffdd55;
    }
    .wide-footer .questions .logo {
        float: left;
        margin-right: 30px;
        width: 255px;
        height: auto;
    }
}
@media (min-width: 600px) and (max-width: 900px) and (max-height: 1073px) {
    body.impactnext {
        /*background-color: #48cfed;*/
    }
    .wide-footer {
        background-image: none;
        background-color: #0071bb;
    }
}
@media (min-width: 600px) and (max-width: 1064px) {
    .wide-footer {
        padding-left: 25px;
    }
}
@media (min-width: 1000px) and (min-height: 1073px) {
    .wide-footer {
        position: absolute;
        /*top: 964px;*/
        top: calc(100vh - 183px);
        width: 100%;
    }
}
@media (min-width: 1000px) and (min-height: 1148px) {
    .wide-footer {
        top: 964px;
    }
}