
*,
*::before,
*::after {
    box-sizing: border-box;
}


html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}


body {
    margin: 0;
    font-family: 'Merriweather', 'Inter','Open+Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    accent-color: black;
}

header {
    background: #e3027c;
    border-bottom: 0px;
}


.headerwrap, .boxrestrict {
    margin: 0 auto;
    padding: 0 25px;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 15px 0px 10px 0px;
}

.header-logo {
    background-image: url('https://mcgraphics.blob.core.windows.net/campaignsite/jmag/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; /* keeps aspect ratio */
    width: 150px;
    height:36px;
    display: inline-block;
    margin-top: 5px;
}




footer {
    background-color: #333333;
}

.jmagfooter {
    color: white;
    text-align: left;
    line-height: 20px;
    padding: 0px 0px 40px 0px;
    max-width: 549px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 25px;
}

    .jmagfooter .footlinks {
        display: flex;
        flex-direction: row;
    }

        .jmagfooter a {
            color: #fff;
        }

    .jmagfooter a:hover {
        text-decoration: underline;
    }

        .footlinks span {
            font-weight: 600;
            font-size: 15px;
        }

.jmagfooter .footlinks > * {
    display: flex;
    flex-direction: column;
}

    .jmagfooter .footlinks > *:first-child {
        margin-right: 50px;
    }

    .jmagfooterlink {
        color: white;
        text-decoration: none;
        line-height: 25px;
        font-size: 12px;
    }

        .jmagfooterlink:hover {
            color: #e98900;
        }

.footer-logo{
    margin-bottom:10px;
}

.campaignfootertext {
    text-align: center;
}

.main-navigation {
    display:none;
    padding-bottom: 10px;
}
    .main-navigation a, .main-navigation a:visited{
        cursor: pointer;
        text-decoration: none;
        font-family: 'open sans';
        font-size: 15px;
        font-weight: 600;
        margin-right: 30px;
        color: #fff;
    }



.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;

    padding: 0 25px;
}

header, .ribbon {
    position: sticky;
    top: 26px;
    z-index: 100;
}

.ribbon {
    display: flex;
    background-color: #202d3d;
    font-size: 14px;
    font-weight: 600;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-family: 'open sans';
    top: 0;
    z-index: 101;
}


    .ribbon .boxrestrict {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .ribbon header img {
        float: right;
        height: 19px;
    }




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Inter', arial, sans-serif;
}
h1{
    font-weight:400;
    font-size:16px;
    line-height:20px;
}
h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 15px;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
p b, p strong {
    font-weight: 600;
}

a{
    color: #216a92;
    text-decoration: none;
    cursor: pointer;
}


    a:visited {
        text-decoration: inherit;
    }

.vh{
    visibility:hidden;
}



/*PAGE BLOCKS STARTS*/
.page-blocks, .footer-page {
    margin: 30px 0;
    font-family: 'Merriweather';
    flex-grow: 1;
}

    .page-blocks p, .footer-page p {
        font-size: 16px;
    }

    .page-blocks h1, .footer-page h1 {
        color: #000000;
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
        font-family: 'Rasa';
        text-align: center;
    }

    .page-blocks h2, .footer-page h2 {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-family: 'Merriweather', serif;
    }


        .page-blocks h2.home, .footer-page h2.home {
            font-size: 22px;
            line-height: 28px;
            font-family: 'Rasa';
        }


    .page-blocks .body, .footer-page .body {
        color: #000000;
        font-size: 16px;
        text-align: center;
        font-family: 'Merriweather', serif;
        margin-top: 20px;
    }

    .page-blocks .hr, .footer-page .hr {
        border-bottom: 1px #cdcdcd solid;
        margin-top: 30px;
        margin-bottom: 30px;
        clear: both;
    }

    .footer-page ul {
        text-align: left;
        width: 70%;
        margin-left: 15%;
        padding: 10px;
    }

    .footer-page li {
        margin-top: 10px;
        list-style: disclosure-closed;
        margin-bottom: 10px;
    }

    .page-blocks a:visited, .footer-page a:visited{
    }

    .footer-page table {
        padding: 10px;
        border: 1px solid black;
        border-collapse: collapse;
    }

        .footer-page th, .footer-page table td {
            padding: 10px;
            border: 1px solid black;
            vertical-align: top;
        }

/* GRID STYLE OFFER BLOCK */

.issue-offer-grid {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
    gap: 10px;
}


.issue-offer-grid > * {
}

    .issue-offer-grid .cover {
        grid-row: span 1;
        width:120px;
    }

    .issue-offer-grid .offer-cta {
        grid-column: span 2;
    }
    .issue-offer-grid .offer-cta a {
        padding: 0 20px;
        width:100%;
    }

    /* END GRID STYLE OFFER BLOCK */

    .issue-offer-info {
        display: flex;
        flex-direction: column;
    }

        .issue-offer-info > *{
            margin-bottom: 0px;
        }

        .issue-offer-info .offer-head{
            font-weight:600;
            font-size:18px;
        }

        .issue-offer-info .offer-summary {
            font-weight: 600;
            font-size: 14px;
        }

        .issue-offer-info .offer-saving {
            font-weight: 400;
            font-size: 16px;
        }

        .issue-offer-info .offer-price {
            font-weight: 600;
            line-height: 50px;
            font-size: 22px;
            color: red;
        }

a.cta-buy {
    height: 40px;
    line-height: 40px;
    margin-left: unset;
    margin-top: 10px;
    background-color: #e3027c;
    border: 0;
    font-weight: 600;
    display: inline-block;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    font-family: 'open sans';
    text-transform: uppercase;
    text-decoration: none;
}


.page-header-text-block a.cta-buy{
    width: auto;
    padding: 0 20px;

}
/*PAGE BLOCKS ENDS*/
.cover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.hero-banner {
    background: #0094db;
    display: flex;
    flex-direction: row;
}

.hero-left {
    padding-left: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #0094db;
}

.hero-right {
    padding-right: 20px;
    width: 50%;
    clip-path: ellipse(85% 215% at 100% 0%);
    background: #d5e0fd;
    overflow: hidden;
    position: relative;
}


    /*.hero-banner .headerwrap {
        display: flex;
        flex-direction: row;
        position: relative;*/ /* establishes containing block for absolutely positioned children */
        /*overflow: hidden;*/ /* hides anything that extends outside */
    /*}*/

    .hero-banner .leftblock {
        width: auto;
    }
    .hero-banner .rightblock {
        background: #d5e0fd;
        width: 50%;
    }


    .hero-banner .hero-head {
        font-family: 'Rasa';
        font-size:  25px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -1px;
        margin-top: 20px;
    }

    .hero-banner .hero-subhead {
        font-family: 'Open Sans';
        font-size: 18px;
        font-weight: 300;
        margin-top: 0px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        margin-right: 20px;
    }


    .hero-banner .hero-cta {
        border-radius: 20px;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 15px;
        padding: 0px 20px;
        height: 40px;
        line-height: 39px;
        display: inline-block;
        background-color: #ffe316;
        color: #000;
        text-decoration: none;
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

.hero-banner .ctacovers {
    position: absolute;
    width: 235px;
    height: 250px;
    margin-left: 80px;
}

.offerblockcovertop1, .offerblockcovertop2, .offerblockcovertop3 {
    position: absolute;
    height: 300px;
    top: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.offerblockcovertop1 {
    z-index: 3;
    transform: rotate(-3deg);
    left: 0px;
}

.offerblockcovertop2, .offerblockcovertop3 {
    display: none;
}


.grid3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
}



.what-inside-block, .review-block {
    margin-top: 30px;
    text-align: center;
}

.what-inside-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

    .review-block .review-star {
        display: block;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .review-block .icon-svg.star {
        fill: orange;
        height: 30px;
        width: 30px;
    }


    .inside-title {
        display: block;
        font-weight: 600;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

.what-inside-block p, .review-block p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}






    .red-bright-text {
        color: red;
        font-weight: 700;
    }


.mt0 { margin-top: 0; }
.mt2 { margin-top: 2px; }
.mt3 { margin-top: 3px; }
.mt5 { margin-top: 5px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt17 { margin-top: 17px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr0 { margin-right: 0px; }

.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }

.dynamic-page-layout{
    display: flex; 
    flex-direction: row-reverse;
}

    .dynamic-page-layout.coverfloat {
        display: block;
    }

.side-cover {
    display: none;
}
.dynamic-page-layout.coverfloat .side-cover {
    float: right;
}


.benefit-bar {
    background-color: #f9f9f9;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    display: grid;
    padding: 15px 20px;
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-radius: 8px;
}


    .benefit-bar i {
        margin-right:8px;
    }
    .benefit-bar span {
    }

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0 auto;
    margin-top: 80px;
}

.pricing-card {
    border: 2px solid #ddd;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
}

    .pricing-card h2 {
        font-family: 'Rasa';
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .pricing-card h3 {
        font-family: 'Rasa';
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 10px;
        margin-bottom: 5px;
    }

    .pricing-card p {
        font-family: 'Rasa';
        margin: 5px 0;
        font-size: 16px;
        line-height: 22px;
    }

    .pricing-card .cta-buy{
        align-self: center;
    }

.sub-text {
    font-family: 'Rasa';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}

.buy-btn {
    background: #e3027c; 
    color: #fff;
    border: none;
    padding: 12px 20px;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease;
    width:auto;
}

    .buy-btn:hover {
        background: #a81f5d;
    }
.pricing-card {
    position: relative;
}

    .pricing-card .box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .best-offer {
        border: 2px solid #e3027c;
        position: relative;
    }

.pricing-card .box {
    width: 100%;
    height: 100%;
}

.pricing-grid .offer-label {
    display: none;
    background: #e3027c;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans';
    padding: 3px;
    text-transform: uppercase;
    position: absolute;
    top: -36px;
    left: -2px;
    right: -2px;
}

.pricing-grid .best-offer .offer-label {
    display: block;
}
    /*HAMBURGER MENU*/
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 28px;
        height: 22px;
        cursor: pointer;
        margin-right: 10px;
    }

    .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #fff;
        border-radius: 2px;
    }
.main-content {
    transition: margin-left 0.3s ease;
    width: 100%;
}

/* Slide-out menu */
.slide-menu {
    position: fixed;
    top: 0;
    left: -350px; /* hidden by default */
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    padding: 40px 20px;
    transition: left 0.3s ease;
    z-index: 1000;
    background: #000;
    display: flex;
    flex-direction: column;
    color: white;
    cursor: pointer;
    font-family: 'Merriweather'
}

.nav-name {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}

.slide-menu a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    color:#fff;
}
    /* When menu is active, push the menu out and content */
    .slide-menu.active {
        left: 0;
    }

        .slide-menu.active ~ .main-content {
            margin-left: 350px; /* push content to the right */
        }

.slide-menu .close-btn {
    position: absolute; /* adjust if you want it elsewhere */
    top: 20px; /* position inside your left nav */
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

    .slide-menu .close-btn::before,
    .slide-menu .close-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 2px;
        background-color: white; /* white cross */
        transform-origin: center;
    }

    .slide-menu .close-btn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .slide-menu .close-btn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

.icon-svg {
    vertical-align: -0.35em; /* tweak alignment with text */
    margin-right: 5px;
    display: inline-block;
}



