.breadcrumbs li {
    font-weight: 400;
}

.breadcrumbs li .breadcrumb_last {
    font-weight: 700;
}

.hero-image img {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
}

.wp-block-separator {
    border-top: none;
    border-left: none;
    border-right: none;
}

.wysiwyg .wp-block-buttons+.wp-block-image {
    margin-top: 2rem;
}

.wysiwyg .wp-block-buttons+.wp-block-image img {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.wysiwyg .wp-caption {
    margin-bottom: 2rem;
}

.wysiwyg .wp-caption img {
    margin-bottom: 1.25rem;
}

.wysiwyg .wp-caption .wp-caption-text {
    position: relative;
    padding-left: 1rem;
    font-size: .95rem;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.wysiwyg .wp-caption .wp-caption-text:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #258dc2;
    position: absolute;
    left: 0;
    top: 0;
}

/* Split box content after a split content needs no padding-top */
.zsty-block-sc+.zsty-block-sbc>.wrapper-section.section-padder-l.light-grey,
/* Split content after a large quote needs no padding-top */
.zsty-block-lq+.zsty-block-sc>.wrapper-section.section-padder-l {
    padding-top: 0 !important;
}

.wrapper-section.light-blue .pagination a,
.wrapper-section.light-blue .pagination button {
    border-color: #fff;
}

.wrapper-section.light-blue .pagination a.is-current,
.wrapper-section.light-blue .pagination button.is-current {
    background-color: #fff;
}

.nav-submenu>li>ul {
    background: none;
}

.newsletter-block .wpcf7 {
    margin-bottom: 0;
}

.newsletter-form {
    position: relative;
}

.newsletter-form .newsletter-field .entry {
    background-color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 1.125rem !important;
    color: #151515 !important;
}

.newsletter-form .newsletter-field .entry.wpcf7-not-valid {
    border: solid 1px #91071a !important;
}

.newsletter-form .cta {
    background-color: #001e62 !important;
    border: 2px solid #001e62 !important;
    color: #fff !important;
    font-size: 1.125rem !important;
}

.newsletter-form .cta:hover,
.newsletter-form .cta:focus {
    color: #001e62 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.newsletter-field .wpcf7 label,
.newsletter-field .wpcf7-list-item-label {
    font-size: .875rem !important;
    color: #000 !important;
    font-weight: normal !important;
}

.wpcf7-spinner {
    position: absolute;
    left: 100%;
    top: 13px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    padding-left: 25px !important;
    padding-bottom: 0.45rem !important;
    margin-bottom: 0 !important;
    position: relative;
    font-size: 0.875rem;
    cursor: pointer;
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    cursor: pointer;
    margin: 0 auto;
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label span {
    padding-left: 25px !important;
    padding-bottom: 0.45rem !important;
    position: relative;
    display: block;
    font-weight: 500;
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label span:before,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 0.285rem;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 1px;
    border: 1px solid #000;
    transition: background-color .2s;
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label span:after,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 5.5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label input[type="checkbox"],
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label input[type="checkbox"]:checked+span:before,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
    background: #001e62 !important;
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label input[type="checkbox"]:checked+span:after,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    display: block;
}

.wp-block-table td,
.wp-block-table th {
    border: none;
    padding: 0.5rem 0.625rem 0.625rem;
}

.wp-block-table thead,
.wp-block-table tfoot {
    border: solid 1px #f1f1f1;
}

figure.wp-block-image>img {
    margin-bottom: 0;
}

#maincontent article figure.wp-block-image.alignright {
    float: right;
    width: 45%;
    margin-left: 2rem !important;
}

#maincontent article figure.wp-block-image.alignleft {
    float: left;
    width: 45%;
    margin-right: 2rem !important;
}

@media only screen and (max-width: 40em) {
    .pagination li {
        display: none !important;
    }

    .pagination li.prev-arr,
    .pagination li.next-arr {
        display: inline-block !important;
    }
}

/* html,
html>body {
    overflow-x: hidden;
} */

html,
html>body {
    contain: paint;
}

@media screen and (max-width: 39.9375em) {
    .wp-block-gallery.has-nested-images {
        gap: 0 !important;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image {
        width: 100% !important;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 190px !important;
        max-height: 190px;
        min-height: 190px;
        object-fit: cover !important;
        object-position: center !important;
    }
}

.zsty-block-content+.zsty-block-sl .wrapper-section.top-padder-l {
    padding-top: 0;
}

.bio-card .bio-text {
    margin-bottom: 1em;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignnone {
    float: none;
    margin: 20px auto;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.wp-block-image .alignright {
    margin: 0 0 20px 20px;
}

.wp-block-image .alignleft {
    margin: 0 20px 20px 0;
}

@media only screen and (max-width: 768px) {

    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        margin: 20px 0 !important;
        float: none;
        width: 100%;
    }

    .wp-block-image .alignleft img,
    .wp-block-image .alignright img {
        width: 100%;
    }
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.wp-block-columns .wp-block-column .wrapper-section {
    padding: 0 !important;
}

.wp-block-columns .wp-block-column .wrapper-section .img-grid {
    padding-top: 0 !important;
}

.top-padder-s {
    padding-top: 3.5rem !important;
}

.top-padder-m {
    padding-top: 4.5rem !important;
}

.top-padder-l {
    padding-top: 6.5rem !important;
}

.top-padder-xl {
    padding-top: 19.5rem !important;
}

.top-padder-0 {
    padding-top: 0 !important;
}

.bottom-padder-s {
    padding-bottom: 3.5rem !important;
}

.bottom-padder-m {
    padding-bottom: 4.5rem !important;
}

.bottom-padder-l {
    padding-bottom: 6.5rem !important;
}

.bottom-padder-xl {
    padding-bottom: 19.5rem !important;
}

.bottom-padder-0 {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 638px) {
    .top-padder-xl {
        padding-top: 9.5rem !important;
    }

    .bottom-padder-xl {
        padding-bottom: 9.5rem !important;
    }

    html {
        margin-top: 0 !important;
    }
}

.page-template-page-full .wysiwyg .wrapper-section,
.page-template-template-20-80 .wysiwyg .wrapper-section {
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
}

.page-template-page-full .wysiwyg .wrapper-section.light-blue,
.page-template-template-20-80 .wysiwyg .wrapper-section.light-blue {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
    margin-bottom: 4.5rem;
}

figure.wp-block-embed {
    margin: 4.5rem auto;
    max-width: 870px;
    padding: 0 0.5rem;
}

figure.wp-block-embed .wp-block-embed__wrapper {
    padding-top: 56.25%;
    position: relative;
}

figure.wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.zsty-block-content+figure.wp-block-embed,
figure.wp-block-embed+figure.wp-block-embed {
    padding-top: 0;
}

.feature-modal {
    height: 100vh;
}