p.eyebrow {
    color: rgba(2, 11, 40, 0.6);
    font-size: 12px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.blue {
    color: #004381 !important;
}
.node-news .meta-summary .tag.blog-post {
    background: #004381;
    color: white;
}

.node-news .meta-summary .tag {
    margin-top: 45px;
    padding: 6px 18px;
    border-radius: 22px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    display: inline-block;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.node-news .meta-summary {
    padding: 60px 0;
    text-align: center;
}

.paragraph-baby-blue {
    background: #eef7f7;
}

.paragraph-image-feature {
    position: relative;
}

.paragraph-image-feature .paragraph-image {
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.paragraph-image-feature .paragraph-image::before {
    content: "";
    padding-bottom: calc(9 / 18 * 100%);
    display: block;
}

.paragraph-image-feature .paragraph-image img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.paragraph-image-feature .paragraph-image-feature-secondary-background {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.paragraph-image-feature .paragraph-image-feature-secondary-background.white {
    background: white;
}

* {
    margin: 0;
    padding: 0;
}

:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    outline: none;
}

:focus-visible {
    position: relative;
    -webkit-box-shadow: 0 0 0 0.1875rem #699dcf !important;
    box-shadow: 0 0 0 0.1875rem #699dcf !important;
    z-index: 1;
}

.wysiwyg-text img {
    max-width: 100%;
}

a.teal {
    padding: 15px 45px 15px 25px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

a.teal::after {
    content: "";
    height: 12px;
    width: 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
}

a.teal:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    a.teal:hover {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    }
}

a.teal {
    background: #439d9d;
    color: white;
}

a.teal:hover {
    background: #64b8b9;
}

@media (max-width: 991px) {
    a.teal:hover {
        background: #439d9d;
    }
}

.get-a-short-code-anchor {
    padding: 120px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}

@media (max-width: 1199px) {
    .get-a-short-code-anchor {
        padding: 30px 0;
    }
}

.paragraph-baby-blue {
    background: #eef7f7;
}

.paragraph-image-feature {
    position: relative;
}

.paragraph-image-feature .paragraph-image {
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.paragraph-image-feature .paragraph-image::before {
    content: "";
    padding-bottom: calc(9 / 18 * 100%);
    display: block;
}

.paragraph-image-feature .paragraph-image img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.paragraph-image-feature .paragraph-image-feature-secondary-background {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.paragraph-image-feature .paragraph-image-feature-secondary-background.white {
    background: white;
}

.node-news .meta-summary {
    padding: 60px 0;
    text-align: center;
}

.node-news .meta-summary h1 {
    margin-bottom: 20px;
    font-size: clamp(36px, 4.25vw, 52px);
    font-weight: bold;
}

.node-news .meta-summary h1+p {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .node-news .meta-summary {
        padding: 30px 0;
    }

    .node-news .meta-summary .col-7 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.node-news .meta-summary .tag {
    margin-top: 45px;
    padding: 6px 18px;
    border-radius: 22px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    display: inline-block;
}

@media (max-width: 991px) {
    .node-news .meta-summary .tag {
        margin-top: 30px;
    }
}

.node-news .meta-summary .tag.blog-post {
    background: #004381;
    color: white;
}

.node-news .description {
    padding: 60px 0;
}

.node-news .description h2 {
    margin: 60px 0 15px 0;
    font-size: clamp(25px, 4.25vw, 35px);
    font-weight: bold;
}

.node-news .description a {
    color: #439d9d;
}

@media (max-width: 1199px) {
    .node-news .description .col-7 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.tag.blog-post {
    background: #004381;
    color: #fff;
}

.tag.article {
    background: #439d9d;
    color: #fff;
}

.site-header {
    background: #eef7f7;
}