/* #ctl00_Content_lblText>.is-section>.is-container { */
.is-section--home>.is-container {
    max-width: 1100px;
    margin: 0 auto;
}

body a.cta-home-t4,
body a.cta-home-t4:visited,
body a.cta-home-t4:active,
body a.cta-home-t4:focus,
body a.cta-home-t4:link {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: inherit;
    line-height: 1.5;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
}

body a.cta-home-t4:hover {
    text-decoration: none;
}

body a.cta-home-t4--solid,
body a.cta-home-t4--solid:visited,
body a.cta-home-t4--solid:active,
body a.cta-home-t4--solid:focus,
body a.cta-home-t4--solid:link {
    color: #495057;
    background-color: #fbdd40;
    border-color: #fbdd40;
}

body a.cta-home-t4--solid:hover {
    color: #495057;
    background-color: #f8C81E;
    border-color: #f8C81E;
}

body a.cta-home-t4--outline,
body a.cta-home-t4--outline:visited,
body a.cta-home-t4--outline:active,
body a.cta-home-t4--outline:focus,
body a.cta-home-t4--outline:link {
    background-color: transparent;
    border-color: #001996;
    color: #001996;
}

body a.cta-home-t4--outline:hover {
    color: #fff;
    background-color: #001996;
    border-color: #001996;
}

:is(p, div):has(> .cta-home-t4) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

ul.checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.checklist li {
    background: url("/uploads/images/icon-checkWhite.png") no-repeat left center;
    padding-left: 32px;
    background-size: 24px 24px;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}

ul.checklist li:last-child {
    margin-bottom: 0;
}