@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,800;1,300;1,800&display=swap');

body, html {
    --green: #0bab43;
    --yellow: #ecc735;
    --red: #dd3011;
    --white: #f3f3f3;
    --black: #121212;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    font-size: 16px;
}

body {
    background: #fff !important;
    max-width: 100%;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.col-md-8 {
    padding: 0;
}

.page {
    box-shadow: unset !important;
    border-radius: unset;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.content {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.inner img {
    margin: 0 auto;
    display: block;
}

.op-header .inner {
    padding-bottom: 0;
}

.op-header {
    background-color: #353535;
    padding: 15px;
    box-shadow: unset;
    position: sticky;
}

.runner-timer {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    line-height: 1.3;
}

#runner-closing {
    color: var(--yellow);
}

.full-width-bg {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 15px;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(31 55 175 / 18%);
}

/* ---------- FONTS & TEXT START ---------- */
.content p, .content li {
    font-family: "Merriweather", Cambria, "Times New Roman", serif;
}

.content h1, .content h2, .content h3 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.content strong {
    font-family: unset;
}

#offers label {
    font-family: unset;
}

h1 {
    font-size: 32px;
    line-height: normal;
    font-weight: 800;
}

h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: unset;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin: 20px auto;
}

strong {
    font-weight: 900;
}

figcaption {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

ul li {
    list-style: disc;
}

ul li span {
    font-weight: 400;
}

ol, ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.green-highlighted {
    background-color: #daffde;
}

.section-content a {
    color: var(--primary-color);
}

.section-content a:hover {
    color: var(--primary-color);
    text-decoration: none;
    filter: brightness(0.5);
}

.green {
    color: var(--green);
    font-weight: 600;
}

.red {
    color: var(--red);
}

.highlighted {
    background-color: #fffebc;
}

blockquote {
    font-weight: bold;
    padding: 2em 1.5em;
    margin: 20px auto;
    background: #eee;
    border-left: 5px solid var(--secondary-color);
}

blockquote p {
    font-size: 22px;
}

blockquote footer {
    text-align: right;
    font-size: 18px;
}

.top-section-content h1 {
    color: #ffce3c;
    max-width: 92%;
    margin: 0 auto;
}

.top-section-content h3,
.top-section-content p,
.top-section-content li {
    color: var(--white);
    text-align: center;
    line-height: 1.4;
}

.top-section-content a {
    text-decoration: none;
}

.fa-check-circle {
    font-size: 30px;
    color: var(--secondary-color);
}

.section-content h2 {
    margin: 0 auto 20px;
}

.section-content h2,
a {
    color: var(--primary-color);
}

#order h3 {
    font-weight: 800;
    margin: 30px auto 0 20px;
}

/* ---------- FONTS & TEXT END ---------- */

/* ---------- TOP SECTION (OLD) START---------- */
.top-section {
    background-image: url('https://g.foolcdn.com/misc-assets/abstract%20network%20background_04.jpg');
    background-color: #000;
    padding: 30px 5px 60px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bullets {
    list-style: none;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.bullets:before {
    content: "\f14a";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: var(--secondary-color);
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 20px;
    margin-left: -20px;
}

.top-section-content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0 15px 0;
}

.intro-box {
    max-width: 950px;
    border-top: 3px solid #5292e9;
    border-bottom: 3px solid #5292e9;
    margin-bottom: 50px;
}

.intro-box h3 {
    text-align: center;
    color: #000;
}

.top-bullets {
    width: 100%;
    margin: 0 auto;
    padding: 40px 10%;
    background-color: rgb(0 0 0 / 56%);
}

.top-bullets li {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 20px;
    font-size: 24px;
}

/* ---------- TOP SECTION (OLD) END---------- */

/*---------- TOP SECTION w/ FLEX BOXES START ----------*/
.top-section-flex {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
    background-color: rgb(10 9 25);
}

.top-section-one,
.top-section-two {
    width: 100%;
}

.top-section-one {
    padding: 15px 15px 100px 15px;
}

.top-section-two img {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.top-section-flex h1,
.top-section-flex h2,
.top-section-flex h3 {
    text-align: center;
}

.top-section-flex h1 {
    font-weight: 900;
    font-size: 40px;
    margin: 30px auto;
    line-height: 1;
    color: var(--yellow);
}

.top-section-flex h2 {
    color: #000;
    font-size: 25px;
}

.top-section-flex h3 {
    font-size: 16px;
    color: var(--black);
    background: var(--white);
    padding: 5px;
    text-align: center;
    letter-spacing: initial;
    width: 100%;
}

.top-section-one p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--white);
}

.top-section-one ul {
    padding-left: 0;
}

.top-section-one ul li {
    list-style: none;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: white;
    font-size: 1.1em;
}

.top-section-one ul li:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: '\f2e8';
    color: #f25929;
    display: block;
    text-align: center;
}

.fa-arrow-circle-down {
    animation: slide-bottom 1.5s ease-out infinite both;
}

.top-section-one a:hover,
.top-section-one a:focus {
    text-decoration: none;
    outline: none;
}

.top-section-flex h1 {
    -webkit-animation: slide-left 1s cubic-bezier(0, 0, 0, 1.02) 1s both;
    animation: slide-left 1s cubic-bezier(0, 0, 0, 1.02) 1s both;

}

.top-section-flex ul {
    -webkit-animation: slide-left 1s cubic-bezier(0, 0, 0, 1.02) 1.5s both;
    animation: slide-left 1s cubic-bezier(0, 0, 0, 1.02) 1.5s both;
}

.top-section-flex h3 {
    -webkit-animation: slide-left 1s cubic-bezier(0, 0, 0, 1.02) 2s both;
    animation: slide-left 1s cubic-bezier(0, 0, 0, 1.02) 2s both;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* fix for top banner sizing on Galaxy Fold */
@media only screen and (min-width: 413px) and (max-width: 767px) {
    .inner img {
        width: 23%;
    }
}

@media (min-width: 768px) {
    .top-section-flex {
        flex-direction: row;
        align-items: center;
        padding: 4em;
        gap: 30px;
    }

    .top-section-one,
    .top-section-two {
        width: 50%;
    }

    .top-section-one {
        /* padding: 4em; */
        padding: 0;
    }

    .top-section-one ul {
        padding-left: 40px;
    }

    .top-section-one ul li:before {
        display: unset;
        text-align: unset;
        margin-left: -25px;
        margin-right: 6px;
    }

    .top-section-two img {
        padding: 0 15px 0 0;
    }

    .top-section-flex h1,
    .top-section-flex h2,
    .top-section-flex h3,
    .top-section-one ul li {
        text-align: left;
    }

    .top-section-flex h1 {
        font-size: 50px;
    }

    .top-section-flex h2 {
        font-size: 24px;
    }

    .top-section-flex h3 {
        font-size: 20px;
        padding: 5px 5px 5px 20px;
    }

    .fa-arrow-circle-down {
        margin: 0 20px;
    }
}

/*---------- TOP SECTION w/ FLEX BOXES END ----------*/

/* ---------- CONTENT STYLES START ---------- */

.focus-img {
    width: 100%;
    max-width: 800px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
}

figure {
    max-width: 800px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
}

#ccpa-disclosure, .disclaimer, #order {
    padding: 0 15px;
}

.order-content {
    padding: 0;
}

.section-content, #ccpa-disclosure, .disclaimer {
    max-width: 800px;
    margin: 0 auto;
}

.section-content {
    padding: 20px 15px;
}

.johnson-box {
    max-width: 950px;
    background-color: #eee;
    margin: 40px auto;
    padding: 25px 0;
    position: relative;
}

#ironclad-guarantee {
    background-size: cover;
    position: relative;
}

#first-copy-section {
    padding: 90px 0 0;
}

.writer-headshot {
    max-width: 150px;
    display: block;
}

.signature-img {
    width: 45%;
    margin-bottom: 10px;
}

.pitch-vid {
    margin: 20px;
}

/* ---------- CONTENT STYLES END ---------- */

/* ---------- SLIDE-DOWN ANIMATION (ARROW BUTTON IN THE INTRO SECTION) START  ---------- */

.fa-arrow-circle-down {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 50px;
    color: var(--white);
    -webkit-animation: slide-bottom 2s ease-out infinite both;
    animation: slide-bottom 2s ease-out infinite both;
}

.fa-arrow-circle-down:hover {
    filter: brightness(0.7);
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

/* ---------- SLIDE-DOWN ANIMATION (ARROW BUTTON IN THE INTRO SECTION) END  ---------- */

/* ---------- 'READY TO JOIN' BUTTON START ---------- */
.rdy-to-join {
    display: flex;
    flex-direction: column;
    padding: 0.7em 1.4em;
    margin: 30px auto;
    border-radius: 0.6em;
    box-sizing: border-box;
    background-color: var(--secondary-color);
    box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
    transition: transform 0.4s ease;
}

.rdy-to-join:hover {
    transform: scale(1.05);
}

.rdy-to-join-a:hover {
    text-decoration: none;
}

.button-icon {
    opacity: 0.7;
    width: 3%;
    text-align: end;
    margin: 5px auto;
}

.button-icon::after {
    content: "\f322";
    font-family: 'Font Awesome 6 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 33px;
    color: #fff;
}

.button-text p {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    width: 95%;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin: 0 auto;
}

.button-text a:hover {
    text-decoration: none;
}

/* ---------- 'READY TO JOIN' BUTTON END ---------- */

/* ---------- PRICE CHART START ---------- */
.pricingdiv {
    margin: 0 auto;
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    background-color: var(--primary-color);
    overflow-wrap: break-word;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.table-list {
    list-style-type: none;
}

.pricing-table-title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.pricing-table {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    max-width: 95%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    position: relative;
}

.overlay2 {
    background: rgba(51, 51, 51, 0.7);
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
}

.pc-price {
    color: #fff;
    font-weight: 700;
    width: 30%;
    padding: 1em 0;
    z-index: 9;
    position: relative;
}

.item-price {
    font-size: 16px;
}

.total-price {
    font-size: 22px;
}

.final-end-price {
    color: #ffff4a;
    font-size: 1.5em;
    padding: 0;
}

.description {
    padding: 30px 10px 30px 15px;
    width: 73%;
    text-align: left;
    font-size: 16px;
    color: var(--black);
}

.table-list {
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
    background: #FFF;
}

.table-list li {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    align-items: center;
    margin: 0;
    display: flex;
    justify-content: space-between;
    color: var(--yellow);
}

.table-list span.description:before {
    content: "\f138";
    font-family: 'Font Awesome 6 Pro';
    color: var(--secondary-color);
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 18px;
}

.table-list span.total:before {
    display: none;
}

.table-list span.total {
    font-weight: 700;
    font-size: 18px;
    color: var(--black);
}

.table-list li span {
    line-height: 22px;
    font-weight: 800;
}

.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.pc-discount-bars {
    background-color: #a20202 !important;
    color: #fff !important;
}

.final-price {
    background-color: var(--black) !important;
    color: #fff !important;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: inherit;
    width: 50%;
    margin: 0 auto;
    color: var(--red);

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.fp-1 {
    padding-top: 15px;
}

.fp-3 {
    padding-bottom: 15px;
}

@media only screen and (min-width: 856px) {
    .pricing-table {
        display: block;
        margin: 0 20px 20px;
    }

    .description {
        max-width: 65%;
        text-align: left;
        padding: 10px 0 10px 20px;
        font-size: 18px;
    }

    .pc-price {
        width: 25%;
    }

    .item-price {
        font-size: 18px;
    }

    .table-list span.total {
        font-size: 22px;
    }
}
/* ---------- PRICE CHART END ---------- */

/* ---------- FAQ START ---------- */
.ms-faq {
    padding-bottom: 50px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

td, th {
    padding-left: 10px;
}

.accordion:hover, .accordion:active {
    background-color: var(--primary-color);
    color: #eee;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.panel:last-of-type {
    margin-bottom: 30px;
}

/* ---------- FAQ END ---------- */

/*---------- DISCLOSURE & FORM START ----------*/
#ccpa-disclosure {
    margin: 1.25em 0;
}

#no-refund {
    background-color: rgba(255, 255, 255, 0);
    margin: 25px 15px;
}

.disclaimer {
    margin: 20px 0;
}

#offers ul.disclaimers li, .disclaimer p {
    font-size: 15px !important;
}

/*---------- DISCLOSURE & FORM END ----------*/

/*---------- BACK-TO-TOP BUTTON START ----------*/
#backtotop-button {
    display: inline-block;
    background-color: var(--secondary-color);
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtotop-button::after {
    content: "\f077";
    font-family: 'Font Awesome 6 Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 33px;
    color: #fff;
}

#backtotop-button:hover {
    cursor: pointer;
    background-color: #333;
    text-decoration: none !important;
}

#backtotop-button:active {
    background-color: #555;
}

#backtotop-button.show {
    opacity: 1;
    visibility: visible;
}

.active {
    background-color: #fff !important;
}

/*---------- BACK-TO-TOP BUTTON END ----------*/

/* ---------- WISTIA STYLES START ---------- */
.hero-block, a.hero-block {
    float: left;
    height: 300px;
    margin: 0 2% 30px;
    overflow: hidden;
    text-decoration: none;
    width: 46%;
}

a.hero-block {
    cursor: pointer;
}

.report-video {
    display: block;
    height: auto;
    width: 100%;
}

.tg-ep-block {
    display: block;
    height: auto;
    margin-bottom: 40px;
    margin-top: 30px;
    width: 100%;
}

.hero-thumbnail {
    background-color: #000000;
    height: 62%;
    overflow: hidden;
}

.new-icon {
    position: absolute;
    z-index: 100;
}

.play-icon {
    display: block;
    margin: 24% auto -50%;
    position: relative;
    z-index: 100;
}

.hero-image {
    margin-top: -8%;
    opacity: 0.8;
    position: relative;
    width: 150%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    z-index: 1;
}

.hero-image-closed {
    margin-left: -10%;
    margin-top: -6%;
    opacity: 0.4;
    position: relative;
    width: 150%;
    z-index: 1;
}

.hero-image:hover {
    opacity: 1;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
}

.hero-description {
    background-color: #f7f7f7;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    height: 38%;
    padding: 8px;
}

.hero-title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.tg-ep-block .item-title, .report-video .item-title {
    color: #222;
    font-family: "ProximaNova-Regular", arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 26px;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
}

.tg-ep-block .item-meta, .report-video .item-meta {
    color: #222;
    font-family: "ProximaNova-Regular", arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
}

.sma-icons {
    margin-top: -10% !important;
    width: 120% !important;
}

.stillshot {
    margin-left: -10%;
    max-width: 120%;
}

.thirds {
    width: 29% !important;
}

.wistia_embed {
    height: auto;
    margin: 0 auto 20px;
    width: 640px;
}

/* ---------- WISTIA STYLES END ---------- */

/*---------- VIP SECTION START ----------*/
.vip-box {
    border-color: var(--yellow);
    background-color: #f5f0df;
    border-style: solid;
    border-width: 8px 0;
}

.vip-badge {
    height: auto;
    width: 200px;
    margin: 0 auto 2rem;
    display: block;
}

.vip-bullets {
    list-style: none;
    text-align: center;
    margin: 30px 0;
}

.vip-bullets h3 {
    margin: 10px auto;
}

.vip-exclusive-bar {
    background-color: var(--yellow);
    padding: 3px 80px;
    display: inline-block;
    font-weight: 700;
    margin: 8px auto;
}

.report-img {
    max-width: 175px;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
}

.vip-description-content {
    text-align: center;
}

/*---------- VIP SECTION START END ----------*/

/*---------- FROM THE DESK START ---------- */
.from-the-desk {
    text-align: center;
    margin-bottom: 30px;
}

.from-the-desk img {
    margin: 0 auto 10px;
    max-width: 120px;
}

.ftd-first-line {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ftd-name {
    flex-grow: 0;
}

.ftd-divider {
    flex-grow: 1;
    height: 1px;
    background-color: #858585;
}

.from-the-desk h4 {
    margin: 10px;
    letter-spacing: 7px;
}

.from-the-desk h4,
.from-the-desk span:last-of-type {
    font-size: 1em;
    text-transform: uppercase;
    color: #858585;
    font-weight: 500;
}

.from-the-desk span:first-of-type {
    font-family: "Merriweather", Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    color: rgb(48, 48, 48);
}

.from-the-desk span:last-of-type {
    letter-spacing: 2px;
}

.from-the-desk span {
    display: block;
}

/*---------- FROM THE DESK END ---------- */

/*---------- from Marketpass.css START ----------*/
.no-check {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

#order {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

#order fieldset {
    border-radius: 8px;
    font-size: 20px;
}

.control-label.logged-in {
    text-align: center;
    padding-top: 0;
}

.control-label.logged-in label {
    cursor: auto;
}

#email-address {
    margin-top: 30px;
}

.control-field.email input, .control-field.confirm-email input {
    width: 100%;
}

.control-field.email {
    float: left;
    width: 49%;
}

.control-field.confirm-email {
    float: right;
    width: 49%;
}

.clarification {
    padding: 0;
}

#sign-out.form-group, #sign-in.alert.alert-info {
    border: 1px solid #29abe1;
    margin: 20px auto 0;
    max-width: 450px;
    padding: 20px 10px;
    width: 100%;
}

#sign-in.alert.alert-info {
    background-color: #fff;
    border-radius: 0;
    text-align: center;
}

#order #sign-out .email {
    font-size: 22px;
}

#order #sign-out p {
    line-height: 16px;
    margin-bottom: 0;
}

.user-email {
    text-align: center;
}

.form-horizontal .control-label {
    padding-top: 21px;
}

/*---------- from Marketpass.css END ----------*/


/*---------- VALIDATION ERROR START ----------*/
#form-errors {
    max-width: 950px;
    margin: 0 15px 30px;
}

#member-service-information {
    max-width: 85%;
}

div#member-service-information p {
    display: none;
}

/*---------- VALIDATION ERROR END ----------*/

/*---------- DESKTOP MEDIA QUERY START ----------*/
@media (min-width: 767px) {
    body {
        font-size: 18px;
    }

    .inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .inner img {
        display: inline-block;
        margin: unset;
    }

    .runner-timer {
        padding: unset;
        display: inline-block;
    }

    .page {
        margin-top: 0;
        background-color: unset;
        box-shadow: unset;
    }

    .top-section {
        padding: unset;
    }

    .top-section-content {
        padding: 70px 0 110px;
    }

    #first-copy-section {
        padding: 100px 0 40px;
    }

    .section-content {
        padding: unset;
    }

    .disclaimer {
        width: auto;
        margin: 1.25em 25px;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 24px;
    }

    ol, ul {
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .form-horizontal {
        background-color: rgba(255, 255, 255, 1);
        max-width: 950px !important;
        padding: 4em 2em;
        border: 5px solid #429f46;
        margin: 0 auto;
    }

    #form {
        padding: unset;
    }

    #ccpa-disclosure {
        margin: 1.25em auto;
    }

    #no-refund {
        margin: 25px auto;
    }

    .disclaimer {
        width: auto;
        margin: 1.25em auto;
    }

    .runner-closing {
        font-size: 27px;
        padding-bottom: 15px;
        color: #f1f5c9;
    }

    .intro-box {
        margin-bottom: 30px;
    }

    .johnson-box {
        width: 950px;
        margin: 0 auto;
        padding: 50px 0;
        background-color: #f5f0df;
        position: relative;
    }

    .reports {
        display: flex;
        flex-direction: row;
    }

    .reports img {
        width: 15%;
        height: 100%;
        margin: 0em 1em 0 0;
    }

    .reports-text {
        width: 70%;
    }

    .reports-text h3 {
        margin: 0;
    }

    #backtotop-button {
        width: 50px;
        height: 50px;
    }

    #backtotop-button::after {
        font-size: 2em;
        line-height: 50px;
    }

    #backtobottom-button {
        width: 50px;
        height: 50px;
        right: 90px;
    }

    #backtobottom-button::after {
        font-size: 2em;
        line-height: 50px;
    }

    .order-content {
        padding: 40px 0;
    }

    .faq {
        padding-top: 0;
    }

    .rdy-to-join {
        flex-direction: row;
        align-items: center;
        padding: 0.4em 1em;
    }

    .button-icon {
        margin: 7px auto;
        flex-grow: 1;
    }

    .button-text {
        flex-grow: 2;
    }

    .button-text p {
        padding: 5px 10px;
    }

    blockquote {
        margin: 2em 4em;
        padding: 2em;
    }

    .rdy-to-join {
        flex-direction: row;
    }

    .button-icon {
        margin: 7px auto;
    }

    #couponCodeDiv {
        margin: 0 auto 30px;
    }

    .signature-img {
        width: 25%;
    }

    .vip-description-content {
        max-width: 750px;
    }

    .report-img {
        max-width: 150px;
    }

    #form-errors {
        margin: 0 auto 30px;
    }

    .vip-description-content h1 {
        color: black;
        background-color: var(--yellow);
        padding: 15px 0;
    }
    .fa-arrow-circle-down {
        text-align: left;
    }
}

/*---------- DESKTOP MEDIA QUERY END ----------*/
