/* Custom CSS */

.t-pop-header {
    margin: 0 0 20px 0;
}

.t-pop-p {
    line-height: 30px;
}

body.home div#mauticform_wrapper_2023miodyearreviewform {
    margin: 0 0 0 0;
    max-width: 100%;
}

body.home .mauticform-page-wrapper.mauticform-page-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

body.home div#mauticform_2023miodyearreviewform_email {
    width: max-content;
    flex-grow: 100;
}

body.home div#mauticform_2023miodyearreviewform_submit {
    /* width: min-content; */
}

body.home .mauticform-post-success .mauticform-message {
    color: white;
    background-color: #9ac58f;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
}

.mauticform-post-success .mauticform-innerform {
    display: none !important;
}

* {
    /*outline: 1px red solid;*/
}

.jupiterx-main {}

.carenav-chart-cont .e-flex {
    /* padding: 32px !important; */
    /* border-radius: 10px; */
    /* background: #ffffff; */
    /* box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff; */
}

.carenav-key-findings {
    padding: 32px !important;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
}

.carenav-chart-cont-alt .e-con-inner {
    box-shadow: 35px 26px 28px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 20px 20px 20px !important;
}

.carenav-chart-cont-alt .raven-motion-effects-element {
    position: relative;
    display: block;
}

.carenav-chart-cont-alt .raven-motion-effects-element:nth-of-type(2) {
    z-index: 99;
}

.carenav-chart-cont-alt .raven-motion-effects-element:nth-of-type(3) {
    z-index: 100;
}


.raven-site-logo img,
.raven-site-logo svg {
    /* max-width: 300px; */
    top: 2px;
    position: relative;
}

.t-shadow-large {
    filter: drop-shadow(-18px 12px 6px rgba(0, 0, 0, .1)) !important;
}

span.raven-heading-dynamic-text.raven-heading-text-active {
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .3)) !important;
}

.d-shadow {
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .3)) !important;
}

.under-shadow-medium img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
}

.under-shadow-medium-no-img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
}

.floater-shadow img {
    filter: drop-shadow(49px 38px 20px rgba(0, 0, 0, 0.1)) !important;
}

.d-shadow-large {
    filter: drop-shadow(-30px 20px 40px rgba(0, 0, 0, .45)) !important;
}

.blur-25 {
    filter: blur(5px);
    opacity: .5;
}

.blur-50 {
    filter: blur(8px);
    opacity: 1;
}

.blur-75 {
    filter: blur(10px);
}



.carenav-hero {
    /* background-color: transparent; */
    /* background-image: linear-gradient(42deg, #393d4dc7 0%, #2e393e 84%); */
    /* background-image: linear-gradient(42deg, #F2AA80 0%, #f2c777 129%); */
    background: rgb(175, 140, 182);
    background: radial-gradient(circle at 35% 1%, rgb(138 100 156) 20%, rgb(77 56 88) 68%);
    /*background: radial-gradient(circle at 33% 39%, rgb(221 165 98) 12%, rgba(113, 46, 127, 1) 82%);*/

}

.carenav-hero .mejs-controls {
    display: none !important;
}

.tab-charts .raven-tabs-title {
    background: #FFF3DC;
    text-align: center;
    width: 33%;
    border-radius: 10px 10px 0 0;
}

.tab-charts .raven-tabs-title .tab-percent {
    font-size: 2em;
    margin: 5px 0 5px 0;
}

.tab-charts .raven-tabs-title .tab-title {
    font-size: .9em;
    overflow-wrap: break-word;
    text-wrap: wrap;
    margin: 0 0 10px 0;
}

.tab-charts .raven-tabs-title.raven-tabs-active {
    background: #025373;
    color: white;
}

.tab-charts .raven-tabs-content {
    background: white;
    border-radius: 10px;
}

.tab-charts .raven-tabs-list {
    padding: 0 16px !important;
}

.hard-shadow-y img {
    filter: drop-shadow(25px 25px 0px #F2C777);
}

.hearts-section {
    opacity: .7;
}

#contact-form .mauticform-page-wrapper.mauticform-page-1 {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
}

#contact-form .mauticform-page-wrapper.mauticform-page-1 div {
    display: block;
    position: relative;
    width: 100%;
}

input#mauticform_input_websitecontactform_first_name {}

div#mauticform_websitecontactform_first_name,
div#mauticform_websitecontactform_last_name,
div#mauticform_scheduledemoform_first_name,
div#mauticform_scheduledemoform_last_name {
    width: 47% !important;
}

#contact-form button#mauticform_input_websitecontactform_submit {
    width: 70%;
    height: 50px;
    margin: 20px auto;
    position: relative;
    display: block;
    background: #025373;
    color: white;
    font-size: 18px;
    font-family: 'Quicksand';
    border-radius: 7px;
}

#contact-form .mauticform-page-wrapper.mauticform-page-1 div#mauticform_scheduledemoform_interest {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#contact-form .mauticform-page-wrapper.mauticform-page-1 div.mauticform-checkboxgrp-row {
    width: 30%;
    /* display: contents; */
    margin: 29px 0 0 0px;
    position: relative;
}

div#mauticform_scheduledemoform_interest label.mauticform-label {
    width: 100%;
}

#contact-form button#mauticform_input_scheduledemoform_submit {
    background: #025373;
    color: white;
    font-size: 16px;
    font-family: 'Quicksand';
    padding: 15px 75px;
    border-radius: 8px;
    margin: 10px auto auto 0;
    position: relative;
    display: block;
    min-width: 50%;
    margin: 10px auto;
    text-align: center;
}

.jupiterx-site {
    overflow-x: hidden;
}

.elementor-element.mobile-hero-image.elementor-widget.elementor-widget-image {
    right: -36px;
    position: relative;
}

.inline-video {
    overflow: hidden;
}

.mautic-squeeze-form label {
    font-size: .9em;
}

.mautic-squeeze-form button {
    background: #f29087 !important;
    width: 100%;
    height: 52px;
    margin: 10px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d67e76 !important;
    border-radius: 12px 12px 12px 12px !important;
    color: white !important;
}

.mautic-squeeze-form .mauticform-message {
    color: #5f5f5f;
}

.elementor-element.elementor-element-1ce7815d.e-con-full.e-flex.e-con.e-child {
    transition: all .25s ease;
}

.built-with-calconic {
    display: none !important;
}

div.telos-header {

    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .3));
}

div#hero-rotator .slick-slide div.jet-carousel__item-text {
    margin: 0;
    padding: 0;
}

div#mauticform_scheduledemoform_message {
    background: #73b773 !important;
    color: white !important;
    text-align: center !important;
    line-height: 40px !important;

}

div#mauticform_websitecontactform_message {

    background: #73b773 !important;
    color: white !important;
    text-align: center !important;
    line-height: 40px !important;
}

.hero-sub-box {
    margin: 0px 0 0 2px;
    color: #878787 !important
}

.hero-sub-box-cont {
    /*border:none !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
    background: #fffcf8 !important;
    font-size: 15px !important;
    text-align: justify !important;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 25px 20px -20px;
    word-spacing: -1px !important;
    /* box-shadow: 0px 0px 50px 0px rgb(95 124 155); */
    border: 1px solid #f0f0f0 !important;
}

body.home h2.elementor-heading-title {
    color: #616f7d !important;
}

.elementor-element.mix-burn h2.elementor-heading-title {
    /* mix-blend-mode: overlay;*/
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1); */
}

.elementor-element.sub-hero-box-title h2.elementor-heading-title {
    font-size: 35px;
    color: #616f7d !important;
    text-shadow: 0px 0px 40px rgb(255 255 255);
    font-weight: 400 !important;

}

.elementor-1316 .elementor-element.elementor-element-07db27a:not(.elementor-motion-effects-element-type-background),
.elementor-1316 .elementor-element.elementor-element-07db27a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: none !important;
}

.e-con-inner {}

.elementor-element.three-box-container:before {
    content: "";
    width: 500px;
    height: 400px;
    position: absolute;
    left: 98%;
    top: 60%;
    background: radial-gradient(circle farthest-corner at center center, #5f7c9b 0%, #e0eaf5 127%);
    filter: blur(150px);
    mix-blend-mode: multiply;
}

.elementor-element.three-box-container {
    /* overflow:hidden;*/
}

.elementor-element.three-box-container:after {
    content: "";
    width: 163px;
    height: 608px;

    position: absolute;
    bottom: -170%;
    left: -4%;
    background: #f2c777cc;
    filter: blur(132px);
    border-radius: 54%;
    z-index: -1;
}

div#animation-cont {
    bottom: -11px;
    right: -11px;
    max-width: 800px;
}

.elementor-element.elementor-element-419b38a.raven-video-hosted-autoplay-yes.elementor-absolute.elementor-widget__width-initial.raven-player-style1.elementor-widget.elementor-widget-raven-video {
    bottom: 0%;
}

.elementor-element.elementor-element-b2a3126.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded:after {
    content: "";
    width: 588px;
    height: 1208px;
    /* box-shadow: 0px 0px 50px 0px rgb(0 0 0); */
    position: absolute;
    top: -500px;
    right: -18%;
    background: #5b58b52b;
    filter: blur(140px);
    border-radius: 54%;
    z-index: -1;
    /* mix-blend-mode: saturation; */
}

/* Post-discharge landing page (/post-discharge/) — matches landing.html */

body.elementor-page-4686 {
    color: #241B2B;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6;
}

body.elementor-page-4686 .elementor-widget-heading .elementor-heading-title {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    line-height: 1.15;
}

body.elementor-page-4686 .pd-why .elementor-widget-heading .elementor-heading-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

body.elementor-page-4686 .pd-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #C99A3E;
    margin: 0;
}

body.elementor-page-4686 .pd-hero .pd-eyebrow,
body.elementor-page-4686 .pd-roi .pd-eyebrow {
    color: #F1C677;
}

body.elementor-page-4686 .pd-hero-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.15;
    font-weight: 400;
    margin: 0 0 22px;
    color: #fff;
}

body.elementor-page-4686 .pd-hero-title em {
    font-style: italic;
    color: #F1C677;
}

body.elementor-page-4686 .pd-hero-lede {
    font-size: 19px;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 0 34px;
    color: #E6DCEF !important;
}

body.elementor-page-4686 .pd-src {
    font-size: 12px;
    margin-top: 14px;
}

body.elementor-page-4686 .pd-stats .elementor-element-bcede5f,
body.elementor-page-4686 .pd-stats .elementor-element-89f40ae,
body.elementor-page-4686 .pd-stats .elementor-element-bd28613,
body.elementor-page-4686 .pd-timeline .elementor-element-f00c37e,
body.elementor-page-4686 .pd-timeline .elementor-element-8b3d9a9,
body.elementor-page-4686 .pd-timeline .elementor-element-e350f15 {
    max-width: 640px;
}

body.elementor-page-4686 .pd-stats .elementor-element-89f40ae .elementor-heading-title,
body.elementor-page-4686 .pd-timeline .elementor-widget-heading .elementor-heading-title,
body.elementor-page-4686 .pd-why .elementor-element-2730f74 .elementor-heading-title,
body.elementor-page-4686 .pd-cta-form .elementor-element-f72228c .elementor-heading-title {
    font-size: clamp(28px, 3.6vw, 40px);
    color: #2E1B3A;
    margin-bottom: 14px;
}

body.elementor-page-4686 .pd-stat-grid {
    --display: grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    width: 100%;
}

body.elementor-page-4686 .pd-stat-grid>.e-con,
body.elementor-page-4686 .pd-stat-grid>.e-con>.e-con-inner {
    width: 100% !important;
    max-width: none !important;
}

body.elementor-page-4686 .pd-timeline-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 8px;
    position: relative;
}

body.elementor-page-4686 .pd-timeline-strip::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: #E5DCEB;
}

body.elementor-page-4686 .pd-t-node {
    text-align: center;
    padding: 0 14px;
    position: relative;
}

body.elementor-page-4686 .pd-t-dot {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F3EDF6;
    border: 2px solid #785788;
    color: #4E3360;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
    z-index: 1;
}

body.elementor-page-4686 .pd-t-node h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    color: #2E1B3A;
    margin: 0 0 8px;
    font-weight: 400;
}

body.elementor-page-4686 .pd-t-node p {
    font-size: 14px;
    color: #6E6678;
    margin: 0;
    line-height: 1.6;
}

body.elementor-page-4686 .pd-why-mark {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #FCF4E3;
    color: #C99A3E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

body.elementor-page-4686 .pd-roi .e-con-inner {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.elementor-page-4686 .pd-roi-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 400;
    margin: 0 0 20px;
    color: #fff;
}

body.elementor-page-4686 .pd-roi-title em {
    font-style: italic;
    color: #F1C677;
}

body.elementor-page-4686 .pd-roi-math {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin: 44px 0;
}

body.elementor-page-4686 .pd-roi-box {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(241, 198, 119, .35);
    border-radius: 16px;
    padding: 28px 18px;
    text-align: center;
}

body.elementor-page-4686 .pd-roi-big {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    color: #F1C677;
    line-height: 1.05;
}

body.elementor-page-4686 .pd-roi-lbl {
    font-size: 13px;
    color: #DCCDE8;
    margin-top: 8px;
}

body.elementor-page-4686 .pd-roi-op {
    font-family: 'DM Serif Display', serif;
    font-size: 36px;
    color: #F1C677;
    text-align: center;
}

body.elementor-page-4686 .pd-roi-fine {
    font-size: 17px;
    max-width: 680px;
    margin: 0 auto 36px;
    color: #E6DCEF !important;
}

body.elementor-page-4686 .pd-roi-fine strong {
    color: #F1C677;
}

body.elementor-page-4686 .pd-privacy {
    margin-top: 14px;
}

body.elementor-page-4686 .elementor-button {
    font-size: 16px;
    font-weight: 700;
    transition: transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 6px 20px rgba(241, 198, 119, .45);
}

body.elementor-page-4686 .elementor-button:hover {
    transform: translateY(-2px);
}

body.elementor-page-4686 .pd-hero-bottom p {
    letter-spacing: 0.02em;
}

/* Desktop layout — landing.html uses 860px breakpoint for mobile */
@media (min-width: 861px) {
    body.elementor-page-4686 .elementor-element-f1c1907 {
        --flex-wrap: nowrap !important;
    }

    body.elementor-page-4686 .elementor-element-f1c1907>.e-con-inner {
        flex-wrap: nowrap !important;
    }

    body.elementor-page-4686 .elementor-element-029a484 {
        --width: 55% !important;
        flex: 0 0 55% !important;
        width: 55% !important;
        max-width: 55% !important;
    }

    body.elementor-page-4686 .elementor-element-a161a1b {
        --width: 40% !important;
        flex: 0 0 40% !important;
        width: 40% !important;
        max-width: 40% !important;
    }

    body.elementor-page-4686 .elementor-element-2f4bf1f {
        --flex-wrap: nowrap !important;
    }

    body.elementor-page-4686 .elementor-element-2f4bf1f>.e-con-inner {
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }

    body.elementor-page-4686 .elementor-element-2730f74 {
        --width: 48% !important;
        flex: 0 0 48% !important;
        width: 48% !important;
        max-width: 48% !important;
    }

    body.elementor-page-4686 .elementor-element-6b7ada2 {
        --width: 48% !important;
        flex: 0 0 48% !important;
        width: 48% !important;
        max-width: 48% !important;
    }

    body.elementor-page-4686 .elementor-element-0f91e76 {
        --flex-wrap: nowrap !important;
    }

    body.elementor-page-4686 .elementor-element-0f91e76>.e-con-inner {
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    body.elementor-page-4686 .elementor-element-f72228c {
        --width: 48% !important;
        flex: 0 0 48% !important;
        width: 48% !important;
        max-width: 48% !important;
    }

    body.elementor-page-4686 .elementor-element-cef4035 {
        --width: 48% !important;
        flex: 0 0 48% !important;
        width: 48% !important;
        max-width: 48% !important;
    }
}

@media (max-width: 860px) {
    body.elementor-page-4686 .pd-stat-grid {
        grid-template-columns: 1fr;
    }

    body.elementor-page-4686 .pd-timeline-strip {
        grid-template-columns: 1fr 1fr;
        gap: 32px 0;
    }

    body.elementor-page-4686 .pd-timeline-strip::before {
        display: none;
    }

    body.elementor-page-4686 .pd-roi-math {
        grid-template-columns: 1fr;
    }

    body.elementor-page-4686 .pd-roi-op {
        display: none;
    }

    body.elementor-page-4686 .elementor-element-029a484,
    body.elementor-page-4686 .elementor-element-a161a1b,
    body.elementor-page-4686 .elementor-element-2730f74,
    body.elementor-page-4686 .elementor-element-6b7ada2,
    body.elementor-page-4686 .elementor-element-f72228c,
    body.elementor-page-4686 .elementor-element-cef4035 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
}

.reduced-width-header {
    max-width: 640px;
}

.gform-body.gform_body input,
.gform-body.gform_body select,
.gform-body.gform_body textarea {
    border-radius: 10px !important;
    border-color: #ccc !important;
    padding: 13px 14px !important;
}

.gform-body.gform_body .field input:focus,
.gform-body.gform_body .field select:focus,
.gform-body.gform_body .field textarea:focus {
    outline: 2px solid #2e1b3a !important;
    border-color: #2e1b3a !important;
}

.gform-footer input.gform_button.button {
    background: #f1c677 !important;
    color: #2e1b3a !important;
    box-shadow: 0 6px 20px rgba(241, 198, 119, .45) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    width: 100% !important;
    padding: 16px 34px !important;
    top: 0 !important;
    margin-top: 15px !important;
    transition: all .15s ease !important;
}

.gform-footer input.gform_button.button:hover {
    background: #ffce74 !important;
    color: #2e1b3a !important;
    top: -2.5px !important;
    position: relative !important;
}

.gform-footer input.gform_button.button:focus {
    background: #2e1b3a !important;
    color: #f1c677 !important;
}

.gform-footer input.gform_button.button:active {
    /*     background: #2e1b3a !important;
    color: #f1c677 !important; */
}


.gform-body.gform_body .gform_fields {
    row-gap: 5px !important
}

.copy-paste h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #2e1b3a;
    margin: 50px 0 25px 0;
}

.copy-paste h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #5a595b;
    margin: 10px 0 10px 0px;
}

.copy-paste strong {
    color: #763c96;
}

a.wp-block-latest-posts__post-title {
    margin: 14px 0 15px 0;
    color: darkblue;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 15px 0;
}

h1.jupiterx-main-header-post-title {
    margin: 30px 0 0 0;
}

.fake-blog-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    /* margin: 10px 0 10px 0px; */
    /* display: block; */
    border-bottom: 1px solid #e3e3e3;
    /* padding: 0 0 15px 0; */
    cursor: pointer;
}

.fake-blog-link:hover {
    color: #005f85;
    text-decoration: underline;
}

body.single-post .jupiterx-post-header {
    display: none;
}

#vbh-top-menu ul.submenu.submenu-shown {
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    overflow: auto;
    /* background: #411818 !important; */
    background-color: #ffffffb8 !important;
    backdrop-filter: blur(5px);
    transform: translateY(10px);
}

#vbh-top-menu ul.submenu.submenu-shown li.menu-item a {
    background: transparent !important;
}

#header-cta-btn.schedule-demo-btn a {
    transition: all .15s ease !important;
}