@font-face {
    font-family: 'Vintage';
    src: url('../assets/fonts/vintage-webfont.woff2') format('woff2'),
         url('../assets/fonts/vintage-webfont.woff') format('woff'),
         url('../assets/fonts/Vintage.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --dark-blue: #204285;
  --green: #8dc63f;
  --pink: #ad267a;
  --grey: #f3f5f9;
  --dark-grey: #dae0ee;
}

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

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

.sidebar a.black-font  {
    color: #333 !important;
}

nav.navigation {
    position: sticky;
    top: 0;
    background: #fefefe;
    border-radius: 1rem 1rem 0 0;
    margin: 0.75rem 0.75rem 0 0.75rem;
    z-index: 1000;
    margin-top: 0.5rem;
}

.rounded-nav nav.navigation {
    border-radius: 1rem !important;
}

nav.navigation.nav-shadow {
    box-shadow: 0px 0px 10px rgb(99 99 99 / 50%);
    border-radius: 0 0 1rem 1rem;
    transition: box-shadow 0.3s ease, border-radius 0.3s ease;
}

nav.navigation .container-fluid {
    padding: 1.5rem;
}

nav.navigation .primary a.nav-link {
    font-weight: 600;
    color: #333;
}

nav.navigation .secondary a.nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.25px;
    color: #204285;
}

.footer-menu a {
    color: #333;
    font-weight: 500;
}

nav.navigation a.nav-link:hover, .footer .credits li.nav-item a.nav-link:hover, .footer-menu a:hover {
    color: var(--pink);
}

.logo img {
    max-height: 42px;
    width: 100%;
    max-width: 200px;
}

.hp-header {
    background: #B9E7B6;
    background: linear-gradient(165deg, rgba(185, 231, 182, 1) 0%, rgba(197, 206, 227, 1) 12%);
}

.gradient-header {
    background: #B9E7B6;
    background: linear-gradient(81deg, rgba(185, 231, 182, 1) 0%, rgba(197, 206, 227, 1) 90%);
}

.hamburger .line {
    width: 35px;
    height: 2px;
    background-color: var(--dark-blue);
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

.mobile-nav {
    display: none;
}



h1 {
    font-family: 'Vintage', Arial, sans-serif;
    font-size: clamp(32px, 16px + 2vw, 50px);
    color: #ad2579;
}

h1 span.sub {
    display: block;
    font-size: clamp(20px, 10.7px + 1.33vw, 33px);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #204285;
}

.lead, .btn {
    font-size: clamp(16px, 9px + 0.85vw, 28px);
}

p {
    font-size: clamp(15px, 7px + 0.88vw, 18px);
}

p.small {
    font-size: clamp(15px, 7px + 0.88vw, 16px);
}


.header-box {
    border-radius: 0 0 1rem 1rem;
    background: #fefefe;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    overflow: hidden;
}

.hp-segmentation {
    background: #fefefe;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 10.7px + 1.33vw, 36px);
}

h2 span.alt-pink {
    font-family: 'Vintage', Arial, sans-serif;
    color: #ad2579;
}

.card.segment, .card.hp-form-container {
    border-radius: 1rem;
    border-color: #8dc63f;
    background: #f3f5f9;
    margin-top: 4rem;
}

.card.segment .card-body {
    padding: 1.25rem 2.5rem 2.5rem;
}

.card.segment .icon {
    border: 1px solid #204285;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    justify-self: center;
    margin-top: -60px;
    background: #fefefe;
    margin-left: auto;
    margin-right: auto;
}

.card.segment .icon img {
    max-width: 60%;
}

.card.segment h3 {
    font-family: 'Vintage';
    font-size: clamp(20px, 10.7px + 1.33vw, 33.5px);
    margin-top: 0.8rem;
    color: #204285;
}

.card.segment p {
    font-size: clamp(13px, 7px + 0.88vw, 16px);
}

.card.segment h3 span.alt-pink {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(20px, 10.7px + 1.33vw, 33.5px);
    margin-top: 0.8rem;
    font-weight: 700;
    color: #ad2579;
}

@media (max-width: 1070px) {

    .card.segment .card-body {
        padding: 1rem;
    }

}

.btn-primary {
    color: #fff;
    background-color: #204285;
    border-color: #204285;
}

.btn {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(15px, 7px + 0.88vw, 18px);
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 1.25rem;
}

.connect-container {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.hp-header-graphic, .lets-connect-container {
    position: relative;
    padding-top: 1rem;
    width: 35%;
}

.hp-header-content, .lets-connect-content {
    width: 50%;
    margin: 0 auto;
    align-items: center;
    display: flex;
}

.hp-header-content div {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.lets-connect-container {
    position: relative;
    width: 35%;
}

.lets-connect-container {
    position: relative;
    height: 100%;
}

.lets-connect-container h2 {
    font-family: "Montserrat", sans-serif;
    color: #ad2579;
    font-weight: 800;
    position: absolute;
    bottom: 5%;
    left: 7%;
    width: 30%;
    font-size: 3.5rem;
    line-height: 0.95;
    z-index: 6;
}

img.connect-person {
    width: 65%;
    position: absolute;
    right: -10%;
    bottom: 0;
    z-index: 5;
}

.lets-connect-content {
    padding-right: 12%;
}


.connect-icon {
    border: 1px solid #204285;
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    justify-self: center;
    background: #fefefe;
    position: absolute;
    z-index: 7;
    top: -100%;
    right: -15%;
}

.connect-icon img.icon {
    width: 75%;
}

.hp-header-container {
    display: flex;
}

.lets-connect-content div {
    padding: 1.5rem 0;
    z-index: 5;
}

img.connect-dots {
    height: 85%;
    position: absolute;
    right: 0;
    top: 7.5%;
    z-index: 0;
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

img.connect-section-icon {
    height: 110%;
    position: absolute;
    right: 5%;
    z-index: 5;
    bottom: -30%;
}

@media (max-width: 1559px) {

    .hp-header-graphic, .lets-connect-container {
        width: 35%;
    }

    .hp-header-content, .lets-connect-content {
        width: 55%;
        margin: 0 3rem 0 auto;
    }

    img.connect-section-icon {
        height: 90%;
        right: 2%;
        bottom: -30%;
    }

}

@media (max-width: 1491px) {

    img.connect-person {
        right: -7%;
    }

    .connect-icon {
        right: -10%;
        width: 100px;
        height: 100px;
        top: -50%;
    }

    .lets-connect-container h2 {
        font-size: 3rem;
    }

}

@media (max-width: 1285px) {

    img.connect-section-icon {
        height: 70%;
        right: 3%;
        bottom: -35%;
    }

    img.connect-dots {
        height: 70%;
        top: 15%;
    }

}



@media (max-width: 1201px) {

    .hp-header-graphic, .lets-connect-container {
        width: 40%;
    }

    .hp-header-content, .lets-connect-content {
        width: 55%;
        margin: 0 0 0 auto;
    }

    img.connect-person {
        right: 0%;
        width: 60%;
    }

    .connect-icon {
        right: -5%;
        width: 90px;
        height: 90px;
        top: -38%;
    }

}

@media (max-width: 1095px) {

    img.connect-section-icon {
        display: none;
    }

}

@media (max-width: 941px) {

    img.connect-person {
        width: 70%;
    }

    .lets-connect-content {
        padding-right: 5%;
    }

    .lets-connect-container h2 {
        left: 0%;
        font-size: 2.5rem;
    }

}

@media (max-width: 799px) {

    .hp-header-container {
        flex-wrap: wrap;
    }

    .hp-header-content {
        width: 90%;
        margin: 0 auto 0 auto;
        order: 1;
    }

    .lets-connect-content {
        padding-right: 0;
        width: 90%;
        margin: 0 auto;
    }

    .lets-connect-content div {
        padding: 0 0 1.5rem 0;
    }

    .lets-connect-container {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding-top: 2rem;
        padding-bottom: 0.5rem;
    }

    .hp-header-graphic {
        width: 90%;
        margin: 0 auto;
        order: 2;
    }

    .hp-header-graphic img.circle {
        width: 90%;
    }

    img.connect-person, .connect-icon {
        display: none;
    }

    .lets-connect-container h2 {
        left: 0%;
        width: 100%;
        position: relative;
        bottom: 0;
        color: var(--dark-blue);
    }

}

@media (max-width: 599px) {

    .hp-header-graphic img.circle {
        width: 100%;
    }

    .hp-header-graphic img.person {
        left: 0;
        width: 80%;
    }

    img.connect-dots {
        display: none;
    }
}

img.dots {
    position: absolute;
    width: 50%;
    right: 12%;
    top: 12%;
    z-index: 2;
}

img.person {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 70%;
    z-index: 3;
}

.floating-list {
    position: absolute;
    background: #fefefe;
    border-radius: 10px;
    border: 1px solid #dae1ee;
    padding: 0.75rem;
    right: 0;
    top: 15%;
    z-index: 4;
}

.floating-list span.list-item {
    font-family: "Montserrat", sans-serif;
    color: #204285;
    font-weight: 700;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.35rem;
}

.floating-list span.list-item:last-child {
    margin-bottom: 0;
}

.list-item {
  position: relative;
  padding-left: 28px; /* space for the image */
  display: inline-block;
}

.list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;      /* size of bullet */
  height: 18px;
  background: url('../img/list-bullet.png') no-repeat center center;
  background-size: contain;
}

.checks .list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../img/green-check.png) no-repeat center center;
    background-size: contain;
}

img.circle {
  width: 90%;
  padding-bottom: 8%;
  animation: bounceY 7s ease-in-out infinite;
  animation-delay: 0.8s;
}

.floating-list {
  position: absolute;
  background: #fefefe;
  border-radius: 10px;
  border: 1px solid #dae1ee;
  padding: 0.75rem;
  right: 0;
  top: 15%;
  z-index: 4;
  animation: bounceY 6.5s ease-in-out infinite;
  animation-delay: 0.6s;
}

.cta-insights {
    background: #fefefe;
}

.insights-container {
    border-radius: 1rem 0 0 1rem;
    background: #dae0ee;
    padding: 1.25rem;
}

.insight-item {
    border-radius: 1rem;
    border: 1px solid var(--dark-blue);
    margin-top: 1rem;
    aspect-ratio: 16 / 9;
    background: #fefefe;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 0.5rem;
}

.insight-btn.btn {
    background: var(--green);
    border: 1px solid var(--dark-blue);
    border-radius: 0.5rem;
    padding: .4rem 1rem;
    font-size: 16px;
}

.insight-btn.btn:hover {
    color: #fefefe;
    background: var(--dark-blue);
}

p.disclaimer {
    font-size: 0.85rem;
    line-height: 1.1;
    color: var(--dark-blue);
    margin-bottom: 3rem;
}

.nav.primary, .nav.secondary {
    display: inline-flex !important;
}

@media (max-width: 1068px) {
    
    .logo img {
        max-height: 32px;
        max-width: 145px;
    }

    nav.navigation .primary a.nav-link {
        font-size: 0.9rem !important;
        padding: 0.5rem 0.75rem;
    }

    nav.navigation .secondary a.nav-link {
        font-size: 0.7rem;
    }

}

@media (max-width: 926px) {

    nav.navigation .container-fluid {
        padding: 1rem 1.5rem;
    }
    
    .logo img {
        max-height: 30px;
    }

    nav.navigation .primary a.nav-link {
        display: none;
    }

    nav.navigation .secondary a.nav-link, nav.navigation .secondary li.nav-item  {
        display: none;
    }

    .mobile-nav {
        display: inline-flex;
    }

    .nav.primary, .nav.secondary {
        display: none;
    }

}

.cta-flex-box {
    display: flex;
    position: relative;
    aspect-ratio: 8 / 3.25;
    margin-top: 3rem;
}

@media (max-width: 1650px) {

    .cta-flex-box {
        aspect-ratio: 6 / 2;
    }

}

img.cta-circle {
    position: absolute;
    width: 32%;
    right: -0.75%;
    top: -20%;
    z-index: 3;
}

img.cta-dots {
    width: 20%;
    position: absolute;
    right: 14%;
    top: -7.5%;
    z-index: 4;
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

img.cta-person {
    position: absolute;
    z-index: 5;
    right: 0%;
    bottom: 0;
    width: 30%;
}

img.cta-photo {
    position: absolute;
    width: 42%;
    right: 24%;
    z-index: 1;
    bottom: 17%;
}

img.cta-icon {
    position: absolute;
    z-index: 2;
    right: 62%;
    top: 5%;
    width: 150px;
}

.cta-flex-box h2 {
    font-family: "Montserrat", sans-serif;
    color: #ad2579;
    font-weight: 800;
    position: absolute;
    bottom: 30%;
    left: 2%;
    width: 30%;
    font-size: 3.5rem;
    line-height: 0.95;
    z-index: 6;
}

@media (max-width: 1350px) {

    .cta-flex-box h2 {
        font-size: 2.5rem;
        bottom: 20%;
    }

}

@media (max-width: 1110px) {

    .cta-flex-box {
        display: none;
    }

    .card.hp-form-container {
        margin-bottom: 2.5rem;
    }

}

.footer {
    background: #B9E7B6;
    background: linear-gradient(81deg, rgba(185, 231, 182, 1) 0%, rgba(197, 206, 227, 1) 90%);
    padding-top: 3rem;
    border-radius: 0 1rem 1rem 0;
    margin-left: calc(-1.5rem - 15px);
    padding-left: calc(1.5rem + 15px);
    position: relative;
    padding-bottom: 1rem;
}

.footer img.dots {
    position: absolute;
    width: auto;
    left: 0;
    right: unset;
    top: 35%;
    width: 100px;
    z-index: 0;
}

.footer hr {
    border-color: var(--dark-blue);
}

.bottom-bar {
    background: var(--dark-blue);
    height: 2.5rem;
    z-index: -1;
    margin-top: -2rem;
}

.footer .credits li.nav-item a.nav-link, .footer .credits li.nav-item  {
    font-size: clamp(10px, 7px + 0.88vw, 12px);
    font-weight: 600;
    color: var(--dark-blue);
}

img.form-icon {
    position: absolute;
    top: -4%;
    right: 10%;
    width: 20%;
}



@media (max-width: 1350px) {

    img.form-icon {
        right: 9%;
        width: 18%;
    }

}

@media (max-width: 1285px) {
    img.form-icon {
        right: 3%;
        width: 30%;
    }
}

@media (max-width: 1200px) {
    img.form-icon {
        right: 14%;
        width: 28%;
        top: unset;
        bottom: 4%;
    }
}

@media (max-width: 991px) {
    img.form-icon {
        right: 14%;
        width: 28%;
        top: unset;
        bottom: 4%;
    }
}

.insights-container h2 {
    font-family: 'Vintage', Arial, sans-serif;
    color: #ad2579;
    font-size: 2rem;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .insights-container {
        border-radius: 1rem;
    }
}

img.services-header {
    position: absolute;
    left: -24%;
    top: 50%;
    width: 60%;
    transform: translateY(-50%);
}

.service-header-content-container {
    width: 64%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.services-header-list {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.services-header-list .list-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    font-size: clamp(18px, 10.7px + 1.33vw, 24px);
    padding-bottom: 7px;
    color: var(--pink);
}

.lets-connect-services-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.service-header-connect h2 {
    font-size: clamp(50px, 10.7px + 1.33vw, 55px);
    color: var(--dark-blue);
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
    z-index: 10;
    position: relative;
}

.services-header-icon {
    margin-left: auto;
    margin-right: auto;
}

.service-header-disclaimer {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 10%;
}

.disclaimer-mobile {
    display: none;
}

@media (max-width: 1120px) {
    .services-header-list, .service-header-disclaimer {
        width: 80%;
    }
}


@media (max-width: 791px) {

    .disclaimer-mobile {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0rem;
    }

    .services-header-list, .service-header-disclaimer {
        width: 94%;
    }

    .disclaimer-mobile {
        display: block;
    }

    .lets-connect-services-header-container.desktop, .service-header-disclaimer {
        display: none;
    }

    .service-header-connect h2 {
        margin-left: 0;
    }
}

@media (max-width: 650px) {
    .service-header-container {
        flex-direction: column;
    }

    img.services-header {
        top: 0;
        position: relative;
        transform: translateY(0);
        left: 0;
        width: 75%;
        align-self: center;
        display: block;
    }

    .service-header-content-container {
        width: 85%;
        margin-right: auto;
        margin-top: 5%;
    }

    .disclaimer-mobile .service-header-connect h2 {
        font-size: clamp(28px, 10.7px + 1.33vw, 55px);
    }

    .lets-connect-services-header-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-list .list-item {
    position: relative;
    padding-left: 28px;
    display: block;
    margin-bottom: 10px;
}

.white-bg {
    background: #fefefe !important;
}

.grey-bg {
    background: var(--grey);
}

.padding {
    padding: 5rem 0;
}

.blue-text {
    color: var(--dark-blue);
}

.green-text {
    color: var(--green);
}

.services-cobra-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.services-cobra-image img {
    position: absolute;
    height: 90%;
    width: auto;
    left: 0;
    bottom: 0;
}

.individual-family-img {
    background: url(../img/services-ind-family.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}


.individual-family-img.cobra {
    background: url('../img/ind-cobra-alt.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.brokers-split-img {
    background: url('../img/brokers-05.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.individual-family-img img.dots {
    position: absolute;
    width: 30%;
    left: 0;
    top: unset;
    right: unset;
    bottom: 5%;
    z-index: 2;
}

.individual-family-img.cobra .floating-list {
    bottom: 35%;
    top: unset;
    left: -5%;
    right: unset;
}

.individual-family-img .floating-list {
    bottom: 10%;
    top: unset;
    left: 40%;
    right: unset;
}


@media (max-width: 991px) {
    .services-cobra-image img {
        position: relative;
        height: 400px;
        text-align: center;
        transform: none;
        margin-left: auto;
        margin-right: auto;
    }

    .brokers-split-img {
        height: 500px;
    }

    .individual-family-img.cobra {
        background-position: 50% 20%;
        height: 500px;
    }

    .individual-family-img {
        height: 400px;
    }

    .individual-family-img.cobra .floating-list {
        bottom: 5%;
        left: 45%;
    }
}

a.nav-link.active {
    position: relative;
}

a.nav-link.active::after {
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 60%;
    background: var(--pink);
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

.secondary a.nav-link.active::after {
    height: 2px;
    content: '';
    position: absolute;
    bottom: -5px;
    width: 90%;
    background: var(--pink);
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

.hp-header-graphic.ind {
    position: relative;
    padding-top: 1rem;
    width: 100%;
}

.offset-container {
    position: relative;
    height: 100%;
    width: 100%;
}

img.offset-photo {
    position: absolute;
    height: 100%;
    width: auto;
    z-index: 1;
}

.offset-container.bottom img.circle {
    width: auto;
    height: 100%;
    padding-bottom: unset;
    position: absolute;
    z-index: 0;
    bottom: -4%;
    left: 1%;
}

.offset-container img.dots {
    width: 30%;
    top: unset;
    right: unset;
    left: 0;
    bottom: 20%;
}

.offset-container .floating-list {
    right: unset;
    bottom: 10%;
    top: unset;
}

.offset-container.medicare {
    transform: translateY(-6rem);
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    margin-left: -5%;
}

.offset-container.medicare.no-t {
    transform: translateY(0);
    margin-left: 0;
}

.offset-container.medicare img.offset-photo {
    position: relative;
    height: auto;
    width: 95%;
    z-index: 1;
}

.offset-container.medicare img.circle {
    width: 95%;
    height: auto;
    padding-bottom: unset;
    position: absolute;
    z-index: 0;
    bottom: unset;
    left: 0rem;
    top: -1rem;
}

.offset-container.medicare.no-t img.offset-photo {
    top: 0.75rem;
}
.offset-container.medicare.no-t img.circle {
    top: 0;
}

.offset-container.medicare img.dots {
    width: 40%;
    height: auto;
    top: unset;
    right: 0;
    bottom: 0;
    left: unset;
}

.offset-container.medicare .connect-icon {
    top: unset;
    bottom: 0;
    right: unset;
    left: -15%;
    width: 220px;
    height: 220px;
}

.offset-container.medicare.no-t .connect-icon {
    bottom: 5%;
}

.extra-protection-img-container {
    position: relative;
}

img.ep-icon {
    position: absolute;
    bottom: -11%;
    right: 3%;
    width: 30%;
}

img.dots.ep {
    width: 25%;
    right: unset;
    left: 0;
    top: unset;
    bottom: 3%;
}

.floating-list.ep {
    right: unset;
    left: -8%;
}

@media (max-width: 1200px) {
    img.offset-photo, .offset-container.bottom img.circle, .offset-container.bottom {
        max-height: 600px;
    }

    .offset-container.bottom {
        transform: translateY(10%);
    }

}

@media (max-width: 991px) {
    .offset-container.bottom {
        position: relative;
        height: 400px;
        width: 420px;
        transform: translateY(0);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
        max-height: 400px;
    }

    .offset-container.medicare {
        transform: translateY(-2rem);
        margin-left: unset;
    }

    .extra-protection-img-container {
        margin-bottom: 5rem;
    }

    .offset-container.medicare .connect-icon {
        top: unset;
        bottom: 5%;
        right: unset;
        left: 5%;
        width: 100px;
        height: 100px;
        display: flex;
    }

    .offset-container.medicare.no-t {
        margin-bottom: 3rem;
    }

    img.offset-photo {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .offset-container.bottom {
        height: 400px;
        width: 100%;
    }

    img.services-header.ind {
        top: 0;
        position: relative;
        transform: translateY(0);
        left: 0;
        width: 75%;
        align-self: center;
        display: block;
    }

    img.offset-photo {
        height: auto;
        width: 100%;
    }

    .offset-container.bottom img.circle {
        width: 100%;
        height: auto;
        bottom: 7%;
    }

    .service-header-container.ind {
        flex-direction: column;
    }

    .extra-protection-img-container {
        margin-bottom: 10rem;
    }

    .floating-list.ep {
        top: 90%;
    }

    img.ep-icon {
        position: absolute;
        bottom: -1%;
        right: -3%;
        width: 40%;
    }
}

.pink-text {
    color: var(--pink);
}

h2.ind-heading {
    font-size: clamp(18px, 10.7px + 1.33vw, 24px);
}


.about-header {
    position: relative;
    width: 100%;
    height: 100%;
}

img.about-img {
    max-height: 700px;
    right: -25%;
    position: relative;
}

.about-header .floating-list {
    right: unset;
    left: 20%;
    top: unset;
    bottom: 40%;
}

span.about-text {
    position: absolute;
    top: 15%;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--dark-blue);
    left: 20%;
    z-index: 3;
    line-height: 1.25;
}

@media (max-width: 1299px) {

    img.about-img {
        max-height: 650px;
        right: -20%;
    }

    span.about-text, .about-header .floating-list {
        left: 10%;
    }

}

@media (max-width: 1165px) {

    img.about-img {
        max-height: 600px;
        right: -15%;
    }

}

@media (max-width: 991px) {

    img.about-img {
        max-height: 500px;
        max-width: 100%;
        right: 0;
    }

    .about-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .about-header .floating-list {
        bottom: 20%;
        left: 5%;
    }

    span.about-text {
        left: 5%;
        text-align: left;
        top: 12%;
    }

}

@media (max-width: 875px) {
    span.about-text {
        left: unset;
        right: 0;
        text-align: left;
        top: 30%;
    }

    .about-header .floating-list {
        bottom: 5%;
        left: 0%;
    }
}

.parallax {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 600;
  overflow: hidden;
}

.parallax img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 120%;
  height: auto;
  will-change: transform;
}

@media (max-width: 991px) {

    .parallax {
      height: 400px;
    }

    .parallax img {
        transform: translate(0, 0);
        width: 120%;
    }

}

@media (max-width: 500px) {

    .parallax {
        height: 300px;
    }

}
img.state-icon {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
}

p.state {
    font-size: clamp(12px, 7px + 0.88vw, 14px);
    font-weight: 700;
    line-height: 1.2;
}

.alt-pink.blue-text {
    color: var(--dark-blue);
}

.team-photo-container {
    position: relative;
    margin-bottom: 1.5rem;
}

img.default-photo {
    width: 100%;
    background: #e5e5e5;
    border-radius: 5%;
}

img.hover-photo {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: #e3e3e3;
    border-radius: 5%;
    opacity: 0;
    visibility: hidden;
}

.team-photo-container:hover, .team-photo-container:focus, .team-photo-container:active {
    -webkit-transform: scale(1.05) rotate(-2deg);
    transform: scale(1.05) rotate(-2deg);
}

.team-photo-container:hover img.hover-photo, .team-photo-container:focus img.hover-photo, .team-photo-container:active img.hover-photo {
    visibility: visible;
    opacity: 1;
    transition-property: all;
    transition-duration: 300ms;
}

h3.name {
    font-family: 'Vintage', Arial, sans-serif;
    color: #ad2579;
    font-size: 1.6rem;
}

span.title {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--dark-blue);
}

.excerpt p {
    font-size: clamp(14px, 7px + 0.88vw, 18px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.segment p {
    font-size: clamp(14px, 7px + 0.88vw, 18px);
}

img.card-img-top {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    object-position: center;
    border-radius: 1rem 1rem 0 0;
}

.blue-text {
    color: var(--dark-blue) !important;
}

.sidebar a {
    color: var(--pink) !important;
}

img.featured-img {
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

/* ===== WP core alignments (images, blocks, classic editor) ===== */
.alignnone { margin: 0; }
.alignleft  { float: left;  margin: 0.25rem 1rem 1rem 0; }
.alignright { float: right; margin: 0.25rem 0 1rem 1rem; }
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* Gutenberg alignments inside content area with Bootstrap containers */
.wp-block-image img,
.wp-block-embed,
.wp-block-video,
.wp-block-table {
  max-width: 100%;
  height: auto;
}

.alignwide {
  max-width: min(100vw, 1320px); /* tweak to your design */
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* Captions (classic + block) */
.wp-caption,
.wp-block-image figcaption {
  color: rgba(0,0,0,.65);
  font-size: .875rem; /* ~14px */
  line-height: 1.4;
  margin-top: .5rem;
  text-align: center;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Make core embeds responsive even if Bootstrap’s .ratio isn’t used */
.wp-block-embed__wrapper,
.wp-block-video {
  position: relative;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.wp-block-video video,
.embed-responsive iframe {
  width: 100%;
  height: auto;
}

/* Core block buttons -> Bootstrap-like look without changing markup */
.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: .375rem;
  text-decoration: none;
  background-color: var(--bs-primary, #0d6efd);
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--bs-primary, #0d6efd);
  color: var(--bs-primary, #0d6efd);
}
.wp-block-button .wp-block-button__link:hover {
  filter: brightness(.95);
}

/* Images inside content should never overflow Bootstrap columns */
.entry-content img,
.block-editor-block-list__block img {
  max-width: 100%;
  height: auto;
}

/* Classic editor lists spacing (Bootstrap sometimes tightens these) */
.entry-content ul,
.entry-content ol {
  margin: 0 0 1rem 1.25rem;
}

/* Pullquotes & quotes */
.wp-block-pullquote {
  border-left: .25rem solid var(--bs-primary, #0d6efd);
  padding-left: 1rem;
  margin: 1.5rem 0;
}
.wp-block-quote {
  border-left: .25rem solid rgba(0,0,0,.1);
  padding-left: 1rem;
  color: rgba(0,0,0,.8);
}

/* Tables */
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid rgba(0,0,0,.1);
  padding: .5rem;
}

/* Restrict editor content width to mimic your container */
.block-editor-writing-flow,
.editor-styles-wrapper {
  --content-max: 760px; /* match your design / .container widths */
  font-family: var(--bs-body-font-family, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif);
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block {
  max-width: var(--content-max);
}
.editor-styles-wrapper .wp-block[data-align="wide"] { max-width: 1100px; }
.editor-styles-wrapper .wp-block[data-align="full"] { max-width: none; }

.insight-callout {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%, #ffffff 100%), linear-gradient(-158deg, #dae0ee, #a6e5cb);
    position: relative;
}

.insight-callout img.dots {
    position: absolute;
    width: 10%;
    right: unset;
    top: 2%;
    z-index: 0;
    left: 0;
}

img.insight-img {
    position: absolute;
    height: 110%;
    top: -7%;
    left: -5%;
}

@media (max-width: 1410px) {

    img.insight-img {
        height: 110%;
        left: -10%;
    }

}

@media (max-width: 1280px) {

    img.insight-img {
        position: absolute;
        height: 100%;
        top: 3%;
        left: -10%;
    }

    .insight-callout img.dots {
        width: 15%;
    }


}

@media (max-width: 991px) {

    img.insight-img {
        position: absolute;
        height: 80%;
        top: 5%;
        left: -12%;
    }

    .insight-callout img.dots {
        width: 20%;
    }

}

@media (max-width: 767px) {

    img.insight-img {
        display: none;
    }

    .insight-callout img.dots {
        display: none;
    }

}

/* Prevent scroll when menu open */
.no-scroll { overflow: hidden; }

/* menu panel */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 100vh;
  background: linear-gradient(-158deg, #dae0ee, #a6e5cb);
  transform: translateY(-100%);
  transition: transform .3s ease;
  z-index: 999;
  padding: 20px;
}
.mobile-menu.active { transform: translateY(0); }

.mobile-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 70px;
}

.mobile-links a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--dark-blue)
}

.no-scroll nav.navigation {
    box-shadow: none !important;
    border-radius: none;
    background: transparent;
    transition: all 0.3s ease;
}

.p-list.descriptions .list-item {
    margin-bottom: 1.2rem;
}

.p-list.descriptions .list-item::before {
    top: 11px;
}

.brokers-image-container {
    max-width: 80%;
    margin-top: -5rem;
    padding-bottom: 5rem;
}

.broker-header-content {
    margin-top: -10rem;
}

.broker-header-container img.circle {
    width: 100%;
}

.broker-header-container img.dots {
    width: 40%;
    right: -5%;
    top: 3%;
}

.broker-header-container img.person {
    bottom: unset;
    top: 10%;
    width: 80%;
    left: unset;
    right: 0;
}

.broker-header-container .floating-list {
    right: unset;
    left: 10%;
    top: 15%;
}

.broker-header-container .floating-list span.list-item {
    font-size: 1rem;
}

.broker-header-container {
    margin-right: -30%;
    padding-left: 15%;
}

.broker-header-container .broker-icon {
    width: 40%;
    position: absolute;
    bottom: 10%;
    left: 0%;
}

.negative-margin {
    margin-top: -8rem;
}

.broker-header-content h2 span.alt-pink {
    font-family: 'Vintage', Arial, sans-serif;
    color: #ad2579;
    font-size: clamp(32px, 12.7px + 2.33vw, 45px);
    margin-bottom: 1rem;
    display: block;
}

h2.bolder {
    font-weight: 800;
}

.btn-secondary {
    color: var(--dark-blue) !important;
    background-color: #8dc63f;
    border-color: #8dc63f;
}

.btn-secondary:hover, .btn-secondary:active  {
    color: var(--dark-blue) !important;
    background-color: #8dc63f !important;
    border-color: #8dc63f !important;
}

@media (max-width: 1350px) {
    .negative-margin {
        margin-top: -6rem;
    }

    .brokers-image-container {
        max-width: 90%;
        margin-top: -2rem;
    }
}

@media (max-width: 1350px) {
    .negative-margin {
        margin-top: -4rem;
    }

    .brokers-image-container {
        max-width: 90%;
        margin-top: -1rem;
    }
}

@media (max-width: 991px) {
    .negative-margin {
        margin-top: 0rem;
    }

    .brokers-image-container {
        max-width: 90%;
        margin-top: 5rem;
    }

    .broker-header-container .broker-icon {
        display: none;
    }

    .broker-header-container img.circle {
        width: 80%;
        margin-left: auto;
    }

    .broker-header-container .floating-list {
        right: unset;
        left: 2%;
        top: 40%;
    }

    .broker-header-content {
        margin-top: 0rem;
        padding-bottom: 5rem;
    }

    .negative-margin .insights-container {
        border-radius: 1rem;
    }
}

img.broker-icon-list {
    width: 50px;
}

.lead.bold {
    font-weight: 600;
}

.card h2 {
    font-size: 1.75rem;
}

.insights-container.h2-fix h2 {
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    font-size: 1.75rem;
    margin-bottom: 8px;
}

img.contact-logo {
    max-width: 250px;
    width: 100%;
}


.btn-primary:hover {
    color: var(--dark-blue);
    background-color: var(--green);
    border-color: var(--green);
}

.btn-secondary:hover {
    color: #fefefe !important;
    background-color: var(--dark-blue) !important;
    border-color: var(--dark-blue) !important;
}

.gradient-top {
    position: relative;
    background: #B9E7B6;
    background: linear-gradient(165deg, rgba(185, 231, 182, 1) 0%, rgba(197, 206, 227, 1) 50%);
}

.gradient-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, white 30%);
  pointer-events: none; /* so it doesn’t block interactions */
}

.insight-content {
  position: relative;
  z-index: 1;
}

.insight-item {
  position: relative;
}

.insight-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6); /* overlay for readability */
  border-radius: 12px;
}

.insight-item h4 {
    font-size: 1.2rem;
}

.footer .form-control {
    height: calc(1.5em + .75rem + 10px);
}

.single-post h1 {
    font-family: 'Vintage', Arial, sans-serif;
    font-size: clamp(24px, 16px + 2vw, 36px);
    color: var(--dark-blue);
}

.insight-padding {
    padding: 50px 0 30px;
}

#mycarepro-form {
  height: 635px;
}

.card.service-01 {
    width: 100%;
}

#service-form-one, #service-form-two, #ind-form-one, #ind-form-two, #contact-form {
    height: 635px;
}

@media (max-width: 1577px) {
    #mycarepro-form {
      height: 660px;
    }
}

@media (max-width: 1426px) {
    #ind-form-one, #ind-form-two {
        height: 660px;
    }
}

@media (max-width: 1421px) {
    #service-form-one, #service-form-two {
        height: 660px;
    }
}

@media (max-width: 1381px) {
    .offset-container.medicare .connect-icon {
        top: unset;
        bottom: 0;
        right: unset;
        left: -5%;
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 1163px) {
    #ind-form-two {
        height: 700px;
    }
}

@media (max-width: 1163px) {
    #contact-form {
        height: 700px;
    }
}

@media (max-width: 1114px) {
    #ind-form-two {
        height: 1100px;
    }
}

@media (max-width: 991px) {
    #ind-form-two {
        height: 690px;
    }

    #contact-form {
        height: 1100px;
    }

    .hp-header-graphic .floating-list {
        display: none;
    }

}


@media (max-width: 880px) {
    #mycarepro-form {
      height: 790px;
    }
}

@media (max-width: 844px) {
    #mycarepro-form {
      height: 1200px;
    }
}

@media (max-width: 767px) {
    #contact-form {
      height: 800px;
    }

    .floating-list span.list-item {
        font-size: 0.8rem !important;
    }

    .brokers-image-container {
        max-width: 100%;
    }

    .brokers-image-container img {
        max-width: 135%;
        height: auto;
        margin-left: -17.5%;
    }
}

@media (max-width: 581px) {
    #service-form-one, #service-form-two, #ind-form-one {
        height: 800px;
    }
}

@media (max-width: 560px) {
    #ind-form-one {
        height: 1200px;
    }
}

@media (max-width: 557px) {
    #service-form-one, #service-form-two, #ind-form-two {
        height: 1200px;
    }
}

@media (max-width: 555px) {
    #contact-form {
      height: 1200px;
    }
}

.wpcf7-response-output {
    margin-top: 0 !important;
    margin-left: 0 !important;
    border-radius: 0.25rem;
    font-weight: bold;
}

p.grey-text {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0.75rem;
    font-weight: 700;
    color: #a8a8a8;
}

.footer-logos img {
    margin-bottom: 0.5rem;
    text-align: center;
}

.footer-logos {
    margin-bottom: 1rem;
}