.blockContent.block_fdc3174a1c144e188a7ca9567417a5e5.blockContentBleed .blockInnerContent,
.blockContent.block_bf8b624876d8452fb75848353121b87f.blockContentBleed .blockInnerContent,
.blockContent.block_f7f92a6e62c84930bccf2cb35c100bc4.blockContentBleed .blockInnerContent,
.blockContent.block_e7b82b879bd847fbab0ee8ec001c89b0.blockContentBleed .blockInnerContent{
    text-align: center;
}



.blockContent.block_fdc3174a1c144e188a7ca9567417a5e5.blockContentBleed img[slot],
.blockContent.block_bf8b624876d8452fb75848353121b87f.blockContentBleed img[slot],
.blockContent.block_f7f92a6e62c84930bccf2cb35c100bc4.blockContentBleed img[slot],
.blockContent.block_e7b82b879bd847fbab0ee8ec001c89b0.blockContentBleed img[slot]{
    width: 100%;
}

.handle {
    background: #1d6e8999;
    padding: 14px 3px;
    border-radius: 20px;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/*home plan cta styles*/
.home-plans-buttons .home-plan img {
    max-width: 100%;
}
.home-plans-buttons .home-plan {
    flex-basis: 22%;
    margin: 10px;
    text-align: center;
}
.home-plans-buttons {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

.home-plans-buttons .home-plan a {
    text-decoration: none;
    font-weight: bold;
}

.home-plan.active img {
    border: 6px solid #1d6e89;
}

@media screen and (max-width: 768px){
.home-plans-buttons .home-plan {
    flex-basis: 43%;
}
}