@import url('https://fonts.googleapis.com/css?family=Roboto:300,700&amp;display=swap');

body {
    /*background-image: url('../images/pattern-noise.jpg');*/
    background-color: #eceaea;
    background-repeat: repeat;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body.impact{
    background-color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.underline {
    text-decoration: underline;
}

.linethrough {
    text-decoration: line-through;
}

.italic {
    font-style: italic;
}

.black {
    color: black;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
}

.impact #logo {
    background: url('../blue-matt-logo.html') no-repeat;
    background-position: center;
    background-size: contain;
    display:block;
    position:relative;
    width: 182px;
    height: 51px;
    margin: 50px auto;
}

.impact:not(.impact-evergreen) #logo {
    margin: 50px 0 50px 50px;
    width: 152px;
    height: 51px;
}

@media(max-width: 767px){
    .impact #logo,
    .impact:not(.impact-evergreen) #logo{
        height: 28px;
        width: 100px;
        margin: 20px auto;
    }
    .impact:not(.impact-evergreen) #logo {
        margin: 20px 0 20px 20px;
    }
}


.page {
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    padding: 10px 0 20px;
}

.chevrons {
    text-align: center;
}

#content {
    color: #35280d;
    font-size: 17px;
    padding: 0 10px;
    width: 700px;
    margin: 0 auto;
}

.impact__container-content {
    min-height: calc(100vh - 360px);
}

#content h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 24px;
    margin: 0 0 10px;
    color: #ed1f24;
}

.impact h1,
.impact p:not(.policy){
    max-width: 80%;
    margin: 0 auto;
    color: #04263D;
}

@media(max-width: 767px){
    .impact h1,
    .impact p:not(.policy){
        max-width: 90%;
    }
}

.impact p {
    font-size: 24px;
    line-height: 28px;
}

@media(max-width: 767px){
    .impact p{
        font-size: 14px;
        line-height: 16px;
    }
}

.impact p.easy-payment span {
    font-size: 20px;
}

@media(max-width: 767px){
    .impact p.easy-payment span {
        font-size: 12px;
    }
}

body.impact p.aligncenter.easy-payment {
    margin-bottom: 40px;
}

body.impact:not(.impact-evergreen) p.aligncenter.easy-payment {
    margin-bottom: 20px;
}

@media(max-width: 767px){
    body.impact p.aligncenter.easy-payment {
        margin-bottom: 20px;
    }
    body.impact:not(.impact-evergreen) p.aligncenter.easy-payment {
        margin-bottom: 10px;
    }
}

.impact p.red-msg {
    color: #FF3146;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
}

@media(max-width: 767px){
    .impact p.red-msg{
        line-height: 26px;
    }
}

.impact h1 {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 32px;
}

.impact:not(.impact-evergreen) h1{
    font-size: 48px;
}

@media(max-width: 767px){
    .impact h1,
    .impact:not(.impact-evergreen) h1{
        font-size: 20px;
    }
    .impact:not(.impact-evergreen) h1{
        margin-bottom: 20px;
    }
    body.impact.impact-evergreen h1 {
        margin-bottom: 20px;
    }
}

#content h2 {
    font-size: 30px;
    text-align: center;
}

#content h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0 0 5px;
    color: #ed1f24;
}

#content h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
    color: #ed1f24;
    font-weight: normal;
}

#content input.oneline {
    box-sizing: border-box;
    background-color: #f6f6f6;
    border: 1px solid #e4b2cb;
    color: #5c5b59;
    display: block;
    font-style: 15px;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 11px;
    width: 265px;
}

#content p {
    margin: 20px 60px 20px;
}

.video {
    text-align: center;
}

.impact #video-embed{
    position: relative;
    margin: 60px 0 50px 0;
}

.impact:not(.impact-evergreen) #video-embed{
    margin: 60px 0 30px 0;
}

@media(max-width: 767px){
    .impact #video-embed{
        margin: 40px 0;
    }
    .impact:not(.impact-evergreen) #video-embed{
        margin: 30px 0;
    }
    
}

.impact #video-embed:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: 50%;
    left: 0;
    background: linear-gradient(229deg, #267E85 0%, #04263D 100%);
    box-shadow: inset 3px 2px 24px rgba(1, 1, 1, 0.19);
    min-height: 298px;
    z-index: -1;
}

@media(max-width: 767px){
    .impact #video-embed:before{
        height: 80%;
        max-height: 100%;
        min-height: 0;
        background: linear-gradient(194deg, #58BCC4 0%, #04263D 100%);
    }
}

.impact #video-embed iframe {
    box-shadow: 2px 0 24px rgba(0,0,0,0.51);
    background: #fff;
}

@media(max-width: 480px){
    .impact #video-embed iframe{
        width: 294px;
    }
}

@media(min-width: 480px) and (max-width: 767px){
    .impact #video-embed iframe{
        width: 400px;
    }
}


#content .disclaimer {
    color: #5c5b59;
    font-size: 12px;
    margin: 0 auto;
    width: 255px;
}

#content .disclaimer i.fa {
    float: left;
    font-size: 32px;
    padding-right: 0.25em;
}

footer .policy {
    color: #a8a8a8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    padding: 15px;
    text-align: center;
    line-height: 1.5em;
}

footer .policy a {
    color: #a8a8a8;
    text-decoration: none;
}

.impact footer .policy {
    color: #ffffff;
    margin: 0px;
}

.impact footer .policy a {
    color: #ffffff;
}

footer .policy a:hover {
    text-decoration: underline;
}

/* ----- VSL ----- */
.vsl-buy-button {
    background-image: url("../png/button-vsl.png");
    width: 395px;
    height: 95px;
    margin: 0 auto;
    display: block;
}

.vsl-buy-button:hover {
    background-position: 0px -95px;
}

#content p.impact-headline {
    font-family: 'Caveat', cursive;
    font-size: 40px;
    color: #000;
    letter-spacing: 2.2px;
    font-weight: bold;
}

#content p.impact-headline.secrets {
    padding-left: 50px;
    padding-right: 50px;
}

#content p.impact-headline.title {
    font-weight: normal;
    padding-left: 40px;
    padding-right: 40px;
}

#content p.impact-headline-text {
    font-size: 16px;
    color: #a4a3a3;
    line-height: 1.4;
}

/*#content  p.impact-headline.title{
   font-weight: normal;
  padding-left: 40px;
  padding-right: 40px;
}*/

/* ----- Bundle ----- */
.products {
    background-color: #ffffcc;
    border: 1px solid #999;
    padding: 20px;
}

.image {
    /*
    width: 200px;
    height: 200px;
     */
    margin: 10px 0 0 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.image.right img {
    float: right;
}

ul li {
    margin: 0 0 10px;
    font-size: 14px;
}

.list.right {
    margin: 15px 0 0 220px;
    float: none;
}

#buy-button {
    background-image: url("../png/button-bundle.png");
    width: 395px;
    height: 79px;
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
}

#buy-button:hover {
    background-position: 0px -84px;
}

#product5 {
    position: relative;
}

#product5 h3:after {
    content: url("../png/not-available.png");
    width: 167px;
    height: 109px;
    position: absolute;
    top: -25px;
}

.customize-order {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
}

.customize-order .order {
    list-style: none;
    border: 1px solid #c5c3c3;
    margin: 0px;
    background-color: #eceaea;
    display: table;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.order-step.first {
    width: 28%;
    padding-right: 10px;
}

.order-step {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    padding: 8px;
    font-family: Arial, sans-serif;
    display: table-cell;
    position: relative;
    line-height: 1.2;
    color: #8f8f8f;
}

.order-step.middle {
    width: 38%;
    background-color: #26a4b6;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
}

.customize-order .order .order-step.first:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.75px 0 15.75px 15px;
    border-color: transparent transparent transparent #eceaea;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 2;
}

.customize-order .order .order-step.middle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15.75px 0 15.75px 15px;
    border-color: transparent transparent transparent #eceaea;
    top: 0;
    right: -15px;
    position: absolute;
    z-index: 2;
    border-color: transparent transparent transparent #26a4b6;
}

.special-page-header .clear:before, .special-page-header .clear:after {
    content: " ";
    display: table;
}


/* ----- Exit-POP: Audio Page ----- */
body.audio-special {
    background: #f8f8f8 url("../png/pattern-stripe-dark.png") repeat 0 0;
}

body.audio-special.light {
    background: #f8f8f8 url("../png/pattern-stripe-light.png") repeat 0 0;
}

.audio-special #content h1 {
    font-size: 36px;
}

.audio-special #content button {
    background: #04c23a;
    background: -moz-linear-gradient(top, #04c23a 0%, #00972b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04c23a), color-stop(100%, #00972b));
    background: -webkit-linear-gradient(top, #04c23a 0%, #00972b 100%);
    background: -o-linear-gradient(top, #04c23a 0%, #00972b 100%);
    background: -ms-linear-gradient(top, #04c23a 0%, #00972b 100%);
    background: linear-gradient(to bottom, #04c23a 0%, #00972b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04c23a', endColorstr='#00972b', GradientType=0);
    border-radius: 0;
    border: 1px solid #028026;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff;
    cursor: pointer;
}

.btn-large {
    padding: 15px 30px;
    margin: 0 0 5px;
}

footer p {
    margin: 20px 60px 20px;
}


/* ==================== Responsive ======================= */

@media (min-width: 1200px) {

}


/*Desktop Screen 1024px  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}


/* Tablet Layout: 991px.  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper.res_wrapper {
        width: 740px;
    }

}


/* Mobile Layout: 767px.  */

@media only screen and (max-width: 767px) {
    .wrapper.res_wrapper {
        width: 100%;
    }

    .wrapper.res_wrapper img {
        max-width: 100%;
    }

    .video iframe {
        height: 235px;
        width: 100%;
    }

    #content.res_content {
        width: 85%;
    }

    .width_100 {
        margin: 0 0 20px !important;
        width: 100% !important;
    }

    .audio-special #content h1 {
        line-height: 2;
    }

    .wrapper.res_wrapper .products .image.left, .wrapper.res_wrapper .products .image.right {
        float: none;
    }

    .wrapper.res_wrapper .products p {
        margin: 18px 0 16px !important;
    }

    .wrapper.res_wrapper .products .list {
        margin: 15px 0 0 20px !important;
        padding: 0;
    }

    #product5 h3:after {
        right: -30px;
        background-image: url("../png/not-available.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        content: "";
        height: 71px;
        top: -14px;
        width: 110px;
    }

    .image {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .recent-customer-section {
        display: flex;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-flow: column;
        -webkit-flex-flow: column;
    }

    .recent-customer-part {
        order: 2;
    }

    .protect-part {
        order: 1;
    }

    #content p.impact-headline.secrets {
        padding-left: 5px;
        padding-right: 5px;
    }

    #content.res_content p.easy-payment {
        margin: 15px;
        font-size: 18px !important;
    }

    #content p.impact-headline.title {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* Wide Mobile Layout: 620px.  */
@media only screen and (max-width: 620px) {
    .customize-order .order .order-step.first:after {
        border-style: none;
        border-width: 0px;
    }

    .customize-order .order .order-step.middle:after {
        border-style: none;
        border-width: 0px;
    }

    .customize-order {
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

@media only screen and (max-width: 479px) {
    .video iframe {
        height: 160px;
    }

    #content.res_content p {
        margin: 20px;
    }

    .vsl-buy-button {
        background-repeat: no-repeat;
        background-size: cover;
        height: 65px;
        width: 280px;
    }

    .vsl-buy-button:hover {
        background-position: 0 -67px;
    }

    .audio-special #content h1 {
        font-size: 28px;
    }

    .audio-special #content button {
        font-size: 18px;
    }

    #product5 h3:after {
        right: -15px;
        top: -50px;
    }

    #buy-button {
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 63px;
        max-width: 310px;
        width: 100%;
        margin-bottom: 20px;
    }

    #buy-button:hover {
        background-position: 0 -66px;
    }

    #content p.impact-headline {
        font-size: 30px;
    }

    .wrapper.res_wrapper img.no-thanks-btn {
        max-width: 310px;
        width: 100%;
    }
}


/* Wide Mobile Layout: 380px.  */

@media only screen and (max-width: 380px) {
    .vsl-buy-button {
        width: 270px;
        height: 60px;
    }

    .vsl-buy-button:hover {
        background-position: 0 -65px;
    }

    /* ----- Bundle ----- */
    .image {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .image.right img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    #buy-button {
        height: 55px;
        max-width: 280px;
    }

    #buy-button:hover {
        background-position: 0 -60px;
    }

    .wrapper.res_wrapper img.no-thanks-btn {
        max-width: 270px;
        width: 100%;
    }
}

/* Wide Mobile Layout: 340px.  */
@media only screen and (max-width: 340px) {
    #buy-button {
        height: 53px;
        width: 270px;
    }

    #buy-button:hover {
        background-position: 0 -57px;
    }
}

/* Wide Mobile Layout: 320px.  */
@media only screen and (max-width: 320px) {
    .vsl-buy-button {
        max-width: 240px;
        width: 100%;
        height: 53px;
    }

    .vsl-buy-button:hover {
        background-position: 0 -58px;
    }

    #buy-button {
        height: 50px;
        width: 240px;
    }

    #buy-button:hover {
        background-position: 0 -51px;
    }

    .wrapper.res_wrapper img.no-thanks-btn {
        width: 240px;
    }
}

.form-group a.submit_one_click {
    background: url(../png/btn_purchase_impact.png) no-repeat 0 0;
    width: 371px;
    height: 82px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.form-group a.submit_one_click.vip {
    background: url(../png/btn_purchase_impact_vip.png) no-repeat 0 0;
}

.form-group a.submit_one_click:hover {
    background-position: 0px -82px;
}

@media screen and (max-width: 479px) {
    .form-group a.submit_one_click {
        background-size: 100% 200%;
        width: 100%;
    }

    .form-group a.submit_one_click:hover {
        background-position: 0 100%;
    }
}

p.instant_access {
    max-width: 460px;
    font-style: italic;
    margin: auto !important;
    font-size: 15px;
    text-align: center;
}

.impact p.aligncenter.bonus {
    margin: 10px auto 20px;
    font-size: 20px;
}

@media(max-width: 767px){
    .impact p.aligncenter.bonus{
        font-size: 14px;
    }
}

p.instant_access strong {
    font-weight: bold !important;
    font-style: italic !important;
}

.impact ol {
    color: #04263D;
    text-align: center;
    list-style-position: inside;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
}

@media(max-width: 767px){
    .impact ol {
        font-size: 14px;
        line-height: 16px;
        padding: 0 15px;
    }
}

.impact label.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

input#inf_field_Email {
    display: block;
    width: 100%;
    max-width: 375px;
    background: transparent;
    font-size: 14px;
    padding: 10px;
    border: 0px;
    border-bottom: 2px solid #07273a;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #07273a;
    margin: 0 auto;
    text-align: center;
}
@media(max-width: 767px){
    input#inf_field_Email{
        font-size: .8125em;
        padding: 10px 5px;
        max-width: 68%;
    }
}

input#inf_field_Email::placeholder {
    color: #07273a;
}

.impact .impact__container-download {
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 4px;
    color: #ffffff;
    padding: 20px;
    margin: 20px auto;
    background: #FF3146;
    border-radius: 3px;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
}

.impact.impact-evergreen .impact__container-download {
    margin-bottom: 0px;
}

@media(max-width: 767px){
    .impact.impact-evergreen .impact__container-download{
        margin: 15px auto;
    }
    .impact .impact__container-download {
        max-width: 68%;
        font-size: 18px;
        padding: 15px;
    }
}

div#hid[style="display: none;"] {
    display: block !important;
    margin: 100px 0;
}

@media(max-width: 767px){
    div#hid[style="display: none;"] {
        display: block !important;
        margin: 50px 0;
    }
}

div#hid[style="display: none;"] * {
    display: none;
}

.impact .impact__container-download:hover{
    text-decoration: none;
    background: #fb8c97;
}

/*Recent Customers*/
.impact .recent-customers {
    background-color: #fff;
    border-top: 1px solid #04263D;
    border-bottom: 1px solid #04263D;
    display: flex;
    color: #04263D;
    font-size: 16px;
    bottom: -55px;
    position: relative;
}

.impact .recent-customers__title {
    font-weight: bold;
}

.impact .recent-customers__inner {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 35px;
}

.impact .recent-customers__scroller {
    overflow: hidden;
    width: 810px;
    position: relative;
}

.impact .recent-customers__scroller:before,
.impact .recent-customers__scroller:after {
    content: '';
    position: absolute;
    width: 60px;
    bottom: 1px;
    top: 0;
    z-index: 50;
    background: rgb(255, 255, 255);
}

.impact .recent-customers__scroller:before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.impact .recent-customers__scroller:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.impact .recent-customers__scroller-inner {
    display: inline-flex;
    animation: marquee 200s linear infinite;
    position: relative;
}

.impact .recent-customers__scroller-inner div {
    margin-right: 25px;
    flex: 0 0 auto;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -15242px;
    }
}

@media(max-width:1023px) {
    .impact .recent-customers,
    .impact .recent-customers__inner {
        height: auto;
        font-size: 14px;
    }

    .impact .recent-customers__inner {
        width: 95%;
        flex-direction: column;
        padding: 5px 0;
    }

    .impact .recent-customers__scroller {
        width: 98%;
        margin-top: 5px;
    }
    }

    @media(max-width:767px) {
    .impact .recent-customers {
        bottom: -20px;
    }
}

/*Satisfaction Guarantee*/
.impact .satisfaction-guarantee {
    color: #04263D;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Tahoma, sans‑serif;
    background-color: #EBEBEB;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px 0 0;
}

@media only screen and (max-width: 767px) {
    .impact .satisfaction-guarantee {
        height: 87px;
        margin: 20px 0 0;
    }
}

.impact .satisfaction-guarantee__badge {
    width: 115px;
    height: 115px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .impact .satisfaction-guarantee__badge {
        width: 58px;
        height: 58px;
        margin-right: 12px;
    }
}

.impact .satisfaction-guarantee__header {
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .impact .satisfaction-guarantee__header {
        font-size: 14px;
    }
}

.impact .satisfaction-guarantee__description {
    font-size: 22px;
    font-weight: 200;
}

@media only screen and (max-width: 767px) {
    .impact .satisfaction-guarantee__description {
        font-size: 14px;
        font-weight: 400;
        max-width: 200px;
    }
}

.impact .dot {
    height: 5px;
    width: 5px;
    background-color: #04263D;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px 5px;
}

@media only screen and (max-width: 767px) {
    .impact .dot {
        margin-bottom: 2px;
    }
}

/*Value props as seen on section*/
.impact .value-props {
    background: #58BCC4;
    width: 100%;
}
.impact .value-props .row{
    text-align: center;
    margin: 0px;
}
@media(max-width: 767px){
    .impact .value-props .row {
        display: flex;
        width: fit-content;
        margin: 0 auto;
    }
}
@media (min-width: 1024px){
    .impact .value-props .flex-column {
        flex-direction: row;
        display: inline-block;
    }
}

@media(max-width: 767px){
    .impact .value-props .flex-column {
        display: flex;
        flex-direction: column;
    }
}

.impact .value-award {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 30px;
}
@media(max-width: 767px){
    .impact .value-props picture img {
        max-width: 100%;
    }
}
.impact footer {
    background: #04263D;
}

/* 
==============
Impact rl updates
==============
*/

header#logo-wrapper.header-blue {
  background-color: #04273C;
  padding: 21px 0 0;
  z-index: 5000;
}

.impact .inner-header{
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-items:center;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.impact .header-blue #logo {
  margin: 0!important;
  background: url(../mhlogo_circleonly_white.html);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: none;
}
.impact .header-blue p{
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  max-width: 216px;
  margin: 0 auto 15px auto;
}

.header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cd-timer {
  box-sizing: border-box;
  display: flex;
  color: #fff;
  justify-content: center;
}

.cd-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 2px;
  align-items: center;
  width: 46px;
}

.cd-timer__colon {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}

span.cd-time__numbers {
  font-size: 20px;
  font-weight: bold;
}

span.cd-time_text {
  font-size: 12px;
}
.header-timer__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
.header-timer__holder a{
  display: block;
  width: 100%;
  max-width: 180px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 17px 5px;
  margin-left: 15px;
  background: #FF3146;
  border-radius: 3px;
  font-weight: bold;
}
.irl-new h1 {
  max-width: 270px;
  margin: 20px auto 78px;
  line-height: 28px;
}

.impact .aligncenter.easy-payment.green-bg {
  max-width: initial;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 12px!important;
}

.impact p.easy-payment span {
  font-size: inherit;
}
.impact .aligncenter.easy-payment.green-bg span {
  background-color: #59BCC4;
  padding: 5px 14px;
}

.timer-body span.cd-time__numbers {
  font-size: 20px;
}

.timer-body .cd-timer {
  box-sizing: border-box;
  width: 260px;
  margin: 0 auto 10px;
  padding: 6px 15px;
}

.timer-body span.cd-time_text {
  font-size: 12px;
}

.timer-body .cd-time {
  width: 46px;
  color: #04273C;
}

.timer-body .cd-timer__colon {
  color: #04273C;
  font-size: 20px;
  margin-top: -2px;
}

.impact .timer-body p {
  color: #04273C;
  font-family: Roboto;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  max-width: 295px;
}

.impact .timer-body {
  padding: 0;
}

.impact .bottom-form {
  padding: 0 0 20px;
}

body.impact .bottom-form p.aligncenter.easy-payment {
  color: #04273C;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  max-width: 290px;
}

.impact .bottom-form form#LaunchSales-form {
  margin-top: 10px;
}

.impact .bottom-form input#inf_field_Email {
  text-align: left;
  color: #04273C;
  font-family: Roboto;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 3px solid #07273a;
  margin-bottom: 34px;
}

.impact .irl-new .recent-customers {
  display: none;
}

.impact .irl-new .satisfaction-guarantee {
  display: none;
}
.desktop-only {
  display: none;
}
.mobile-only,.w_768 {
  display: block;
}
@media(min-width:768px) {
  .irl {
    padding-top: 114px;
  }
  
  header#logo-wrapper.header-blue {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
  }
  .impact .inner-header {
    flex-direction: row;
    padding: 0 10px;
  }
  .impact .header-blue #logo {
    width: 50px;
    height: 50px;
    display: block;
  }
  header#logo-wrapper.header-blue {
    padding: 27px 0;
  }
  .header-right {
    flex-direction: row;
    width: 88%;
  }
  .impact .header-blue p {
    font-size: 20px;
    line-height: 20px;
    margin: 0 30px 0;
    max-width: 42%;
    margin: 25px auto 15px auto;
  }
  .header-timer__holder {
    width: 50%;
    padding: 0;
  }
  .cd-timer {
    width: initial;
    justify-content: initial;
  }
  .cd-timer__colon {
    margin-top: -2px;
  }
  .irl-new h1 {
    max-width: 752px;
    margin: 120px auto 78px;
    line-height: normal;
  }
  .impact .timer-body {
    /* padding: 70px 0; */
    padding: 20px 0;
  }
  .impact .aligncenter.easy-payment.green-bg {
    font-size: 28px;
    line-height: 48px;
  }
  .timer-body .cd-timer {
    width: 370px;
    margin: 0 auto 32px;
    padding: 6px 49px;
  }
  .timer-body span.cd-time__numbers {
    font-size: 34px;
  }
  .timer-body .cd-timer__colon {
    font-size: 34px;
  }
  .timer-body span.cd-time_text {
    font-size: 14px;
  }
  .timer-body .cd-time {
    width: 58px;
  }
  .impact .timer-body p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
    max-width: initial;
  }

  body.impact .bottom-form p.aligncenter.easy-payment {
    font-size: 28px;
    line-height: 38px;
    max-width: 575px;
  }
  .desktop-only {
    display: block;
  }
  .mobile-only,w_768 {
    display: none;
  }
}
.impact .impact__container-download {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  -webkit-appearance: initial;
}  
@media (max-width: 767px){
  .impact .impact__container-download {
      max-width: 300px;
      font-size: 20px;
      letter-spacing: initial;
  }  
  .impact .bottom-form input#inf_field_Email {
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px 3px;
    max-width: 300px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .impact .inner-header {
      align-items: initial;
      position: relative;
  }
  .header-right {
      flex-direction: column;
      align-items: center;
      width: 100%;
  }
  .impact .header-blue #logo {
      position:absolute;
      left: 10px;
      top: 0;
  }
  .impact .header-blue p {
      max-width: 100%;
      margin-bottom:20px
  }
  .header-timer__holder {
      width: 100%;
      justify-content: center;
  }
}

@media(min-width:1025px) {
  .header-timer__holder {
    justify-content: space-between;
  }
}
@media(max-width:767px){
  body.impact.timer-fixed {
      padding-top: 70px;
  }
  .timer-fixed .header-timer__holder {
      position:fixed;
      top:0;
      left:0;
      width:100%;
      background-color: #04273C;
      z-index: 6000;
  }

}
@media(max-width:450px){
  body.impact.timer-fixed {
    padding-top: 58px;
  }
  .header-timer__holder a{
      width: auto;
      font-size: 12px;
      letter-spacing: 1px;
      padding: 12px 6px;
      margin-left: 10px;
      font-weight: bold;
  }

  .cd-time {
      margin: 0px 1px;
      width: 32px;
  }
  span.cd-time__numbers {
      font-size: 18px;
  }
  span.cd-time_text {
      font-size: 8px;
  }
  .impact .header-blue p {
      color: #FFFFFF;
      margin: 0 auto;
  }

}
