:root {
    --ioes-blue: #4857a6;
    --ioes-dark-blue: #181c48;
    --ioes-light-green: #0cb9a2;
    --ioes-white: #ffffff;
    --ioes-purple: #70489d;
}
h1.inner_page_main_taglines{
    display:block !important;
}
.ioes-update-service-hero-block,
.ioes-update-split-callout-block {
    position: relative;
    font-family: Ubuntu, Helvetica, sans-serif;
}

.ioes-update-service-hero-block .inner_hero_section {
    height: var(--ioes-hero-height, 75svh);
}

.ioes-update-service-hero-block .inner_hero_img_div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ioes-update-service-hero-block .inner_hero_img {
    object-fit: cover;
    object-position: var(--ioes-hero-image-position, 50% 0%);
    width: 100%;
    height: 100%;
    display: block;
}

.ioes-update-service-hero-block .inner_hero_taglines_wrapper {
    z-index: 30;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: var(--ioes-hero-text-width, 40%);
    height: var(--ioes-hero-height, 75svh);
    padding-top: 140px;
    display: flex;
    position: absolute;
    inset: 0 auto auto 10%;
}

.ioes-update-service-hero-block .breadcrumbs_wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
    display: flex;
}

.ioes-update-service-hero-block .breadcrumbs_link {
    font-size: .9rem;
    font-weight: 500;
}

.ioes-update-service-hero-block .breadcrumbs_link.w--current {
    color: var(--ioes-dark-blue);
}

.ioes-update-service-hero-block .divider_text {
    margin-left: 5px;
    margin-right: 5px;
}

.ioes-update-service-hero-block .inner_page_main_taglines {
    color: var(--ioes-hero-heading-color, var(--ioes-dark-blue));
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3rem;
}

.ioes-update-service-hero-block .inner_page_main_taglines.margin10 {
    margin-bottom: 10px;
}

.ioes-update-service-hero-block .innerpage_main_subheadline {
    color: var(--ioes-hero-subheadline-color, var(--ioes-blue));
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.ioes-update-service-hero-block .ioes-update-hero-content {
    color: var(--ioes-hero-content-color, #333333);
}

.ioes-update-service-hero-block .ioes-update-hero-content p,
.ioes-update-split-callout-block .ioes-update-callout-content p {
    margin-top: 0;
    margin-bottom: 15px;
}

.ioes-update-service-hero-block .ioes-update-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.ioes-update-button {
    border: 2px solid var(--ioes-button-border, var(--ioes-dark-blue));
    background-color: var(--ioes-button-bg, var(--ioes-dark-blue));
    color: var(--ioes-button-color, var(--ioes-white));
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    padding: 17px 21px 17px 31px;
    display: flex;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.ioes-update-button:hover,
.ioes-update-button:focus {
    border-color: var(--ioes-button-hover-border, var(--ioes-blue));
    background-color: var(--ioes-button-hover-bg, var(--ioes-blue));
    color: var(--ioes-button-hover-color, var(--ioes-white));
}

.ioes-update-button .arrow_icon {
    width: 20px;
    margin-left: 10px;
}

.ioes-update-split-callout-block .innerpage_callout {
    background-color: var(--ioes-callout-base, #eaf2fb);
    background-image: linear-gradient(to bottom, #00000021, #00000021), radial-gradient(circle farthest-corner at 50% 0%, var(--ioes-callout-radial, var(--ioes-purple)), #fff0), linear-gradient(127deg, var(--ioes-callout-gradient-start, var(--ioes-blue)), var(--ioes-callout-gradient-end, var(--ioes-light-green)));
    color: var(--ioes-callout-text, var(--ioes-white));
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5% 10%;
    display: flex;
    position: relative;
}

.ioes-update-split-callout-block .inner_two_columns_grid.footer_callout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.ioes-update-split-callout-block .w-layout-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.ioes-update-split-callout-block .consult_cell {
    border-right: 1px solid var(--ioes-callout-divider, #ffffff2e);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0% 10% 0% 0%;
}
.consult_cell a.button, .relief_cell a.button{
    background-color:transparent !important;
    border:2px solid #fff !important;
}
.consult_cell a.button:hover, .relief_cell a.button:hover{
    background-color:#181c48 !important;
    color:#fff !important;
    border:2px solid #181c48 !important;
}
.ioes-update-split-callout-block .relief_cell {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0% 0% 0% 14%;
}

.ioes-update-split-callout-block .innerpage_headline.white.bold {
    color: var(--ioes-callout-text, var(--ioes-white));
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.2rem;
}

.ioes-update-split-callout-block .ioes-update-callout-content {
    color: var(--ioes-callout-text, var(--ioes-white));
}

.ioes-update-split-callout-block .ioes-update-callout-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.ioes-update-split-callout-block .ioes-update-callout-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ioes-update-split-callout-block .ioes-update-button.white {
    margin-top: auto;
}

@media screen and (max-width: 991px) {
    .ioes-update-service-hero-block .inner_hero_img {
        object-position: 100% 0%;
    }

    .ioes-update-service-hero-block .inner_hero_taglines_wrapper {
        background-color: #ffffffe3;
        width: 90%;
        height: auto;
        padding: 3%;
        top: 469px;
        left: 5%;
    }

    .ioes-update-service-hero-block .inner_page_main_taglines {
        margin-bottom: 20px;
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

    .ioes-update-split-callout-block .innerpage_callout {
        flex-flow: column;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 767px) {
    .ioes-update-service-hero-block .inner_hero_section {
        height: 300px;
    }

    .ioes-update-service-hero-block .inner_hero_taglines_wrapper {
        background-color: #0000000d;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 6%;
        position: static;
        inset: auto;
    }

    .ioes-update-service-hero-block .inner_page_main_taglines {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }

    .ioes-update-service-hero-block .innerpage_main_subheadline {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .ioes-update-button {
        padding: 15px 15px 15px 23px;
        font-size: .9rem;
    }

    .ioes-update-split-callout-block .inner_two_columns_grid.footer_callout {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .ioes-update-split-callout-block .relief_cell {
        padding-top: 7%;
        padding-left: 0%;
    }

    .ioes-update-split-callout-block .consult_cell {
        border-bottom: 1px solid var(--ioes-callout-divider, #ffffff66);
        border-right-style: none;
        padding-right: 0;
        padding-bottom: 9%;
    }
}

@media screen and (max-width: 479px) {
    .ioes-update-service-hero-block .inner_hero_taglines_wrapper {
        padding: 9%;
    }

    .ioes-update-service-hero-block .inner_page_main_taglines {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .ioes-update-split-callout-block .innerpage_callout {
        padding: 10% 8%;
    }

    .ioes-update-split-callout-block .innerpage_headline.white.bold {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}
