body {
    font-feature-settings: normal;
}
.cog-container {
    max-width: 1220px;
    padding: 0 20px;
}
.wd_pageid_14091 .cog-container {
    padding-bottom: 0 !important;
}
.wd_pageid_14091 .dotcom-bluebar .cog-container {
    padding-bottom: 10px !important;
}
.cmp-container-full .cog-container {
    padding-left: 20px !important; 
    padding-right: 20px !important; 
}
header ul.topmost_nav_desktop {
    display: inline-block;
    padding-left: 0;
    padding-top: 13px;
    padding-bottom: 16px;
    line-height: 0;
    font-size: 0;
}
ul.topmost_nav_desktop li {
    display: inline-block;
    padding: 0 12px;
    padding-left: 12px;
    position: relative;
}
ul.topmost_nav_desktop li:first-child {
    padding-left: 0;
}
ul.topmost_nav_desktop li.item-separator::before {
    position: absolute;
    content: "|";
    left: -2px;
    top: -3px;
    font-size: 15px;
    line-height: 19.5px;
}
ul.topmost_nav_desktop li.item-dot::before {
    position: absolute;
    content: "";
    background: #000048;
    height: 4px;
    width: 4px;
    left: -1px;
    top: 7px;
    border-radius: 50%;
}
ul.topmost_nav_desktop li a {
    color: #000048;
    font-size: 15px;
    line-height: 1;
}

header .cog-header__main .cog-container {
    justify-content: flex-start;
}
header .cog-header__logo {
    flex: unset;
    margin-top: 6px;
}

ul.mr_nav_desktop li {
    display: inline-block;
    padding-top: 10px;
}
ul.mr_nav_desktop li:first-child {
    position: relative;
}
ul.mr_nav_desktop li a {
    display: block;
    padding: 15px 5px 20px 13px;
    text-transform: capitalize;
    color: #000048;
    font-size: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
}
ul.mr_nav_desktop li.active a:before {
    position: absolute;
    content: "";
    background: #6AA2DC;
    height: 4px;
    bottom: 15px;
    left: 13px;
    right: 13px;
    display: none;
    display: block;
}
ul.mr_nav_desktop li:hover a {
    background: #000048;
    color: #ffffff;
}
header #mobileOffcanvasMenu + .mobile_panel_close,
header #mobileOffcanvasMenu.show + .mobile_panel_close,
header .offcanvas-backdrop.show {
    display: none;
}

header.fixed_nav .cog-header__ribbon {
    /* display: none !important; */
}
header .cog-header__main {
    width: 100%;
    background: white;
    z-index: 1000;
}
header.fixed_nav .cog-header__main {
    position: fixed !important;
    top: 0;
}

.contact-us:before {
    content: '';
    background-image: url('../images/bubblechat.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-right: 4px !important;
    margin-top: -2px;
}
.contact-us:after {
    display: none;
}

.wd_searchbar {
    background: #000048;
    padding: 10px 0;
}
.wd_searchbar .wd_search_form_container {
    max-width: 475px;
}
.wd_searchbar form {
    display: flex;
    border: 1px solid #98999b;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.wd_searchbar form input[type="text"] {
    flex: 1;
    border: none;
    border-radius: 0;
    color: #98999b;
    padding: 0 15px;
}
.wd_searchbar form input[type="submit"] {
    background-color: #e8e8e6;
    border: none;
    border-radius: 0;
    margin: 0;
    background-image: url('../images/Search.svg');
}
.wd_searchbar .email_alert_container a {
    background: #26efe9;
    border: none;
    color: #2f3088;
    display: inline-block;
    text-transform: lowercase;
}
.wd_searchbar .email_alert_container a::first-letter {
    text-transform: capitalize;
}
.wd_searchbar .search_social_icons {
    display: flex;
    flex-direction: column;
    flex: 20%;
    max-width: 250px;
}
.wd_searchbar .search_social_icons span {
    color: white;
    margin-bottom: 8px;
}
.wd_searchbar .search_social_icons ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}
.wd_searchbar .search_social_icons ul li img {
    height: 20px;
    width: 20px;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail img {
    object-fit: cover;
    object-position: center;
}

div.wd_newsfeed_releases .wd_search_count + .wd_layout-simple.wd_item_list .wd_item:first-child, 
div.wd_news_headlines .wd_search_count + .wd_layout-simple.wd_item_list .wd_item:first-child, 
div.wd_articles .wd_search_count + .wd_layout-simple.wd_item_list .wd_item:first-child {
    display: flex;
}

.wd_articles #wd_category_groups ~ .wd_form_field {
    display: none;
}

#wd_printable_content .wd_subscribe2 label {
    margin: 0;
    vertical-align: middle;
}

#wd_printable_content .wd_search_form a,
#wd_printable_content .wd_search_form label,
#wd_printable_content .wd_search_form legend {
    display: inline-block;
    text-transform: lowercase;
}

#wd_printable_content .wd_search_form a:first-letter,
#wd_printable_content .wd_search_form label:first-letter,
#wd_printable_content .wd_search_form legend:first-letter {
    text-transform: uppercase;
}

/* Featureboxes */
div.wd_featurebox_title {
    text-align: left;
}

.fbox_featured_headlines_wrapper .cog-container {
    padding-top: 0 !important;
    margin-bottom: 25px;
}
.wd_featureboxes_featured_headlines {
    display: flex;
    gap: 10px;
}
.wd_featureboxes_featured_headlines .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_featured_headlines img {
    width: 100%;
    margin-bottom: 20px;
}
.wd_featureboxes_featured_headlines a {
    text-decoration: none;
}
.wd_featureboxes_featured_headlines p.more a:after {
    content: '';
    background-image: url('../images/Right.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: 2px;
}
.wd_featureboxes_featured_headlines .title a {
    font-size: 24px;
}
.wd_featureboxes_featured_headlines .left_column {
    flex-basis: 100%;
}
.wd_featureboxes_featured_headlines .left_column .wd_featurebox {
    border: 1px solid #ccc;
}
.wd_featureboxes_featured_headlines .left_column .wd_featurebox > *:not(img) {
    padding: 0 20px;
}
.wd_featureboxes_featured_headlines .left_column .date {
    margin-bottom: 10px;
}
.wd_featureboxes_featured_headlines .right_column {
    padding: 20px;
}
.wd_featureboxes_featured_headlines .right_column .wd_featurebox_container {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2f78c4;
}
.wd_featureboxes_featured_headlines .right_column .wd_featurebox_container:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.wd_featureboxes_featured_headlines .right_column .date {
    margin-bottom: 0px;
    font-size: 17px;
}
.wd_featureboxes_featured_headlines .right_column .title a {
    font-size: 20px;
}
.wd_featureboxes_featured_headlines .right_column p.more {
    margin-bottom: 5px;
}
.wd_featureboxes_featured_headlines .right_column p.more a {
    font-size: 17px;
}
.wd_featureboxes_featured_headlines .right_column p.more a:after {
    height: 15px;
    width: 15px;
}

.wd_news_announcements-wrapper {
    position: relative;
}
.wd_news_announcements-wrapper:before {
    content: '';
    background: #e8e8e6;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
}
.wd_featureboxes_news_announcements {
    padding-bottom: 50px;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item {
    flex: 31%;
    background-color: white;
    border: 0;
    display: flex;
    flex-direction: column;
    min-width: 300px;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item > div:not(.wd_thumbnail) {
    padding: 0 15px;
    order: initial;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .wd_thumbnail {
    aspect-ratio: 2/1;
    min-width: initial !important;
    max-width: initial !important;
    height: auto !important;
    order: unset;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .wd_thumbnail img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .wd_date {
    margin: 20px 0 15px;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .wd_title {
    margin: 0;
    margin-bottom: 20px;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .wd_title a {
    font-size: 24px;
}
.wd_featureboxes_news_announcements .wd_asset_icon_link_list,
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .wd_summary {
    display: none;
}

.wd_featureboxes_in_the_news {
    display: flex;
    column-gap: 2%;
}
.wd_featureboxes_in_the_news div.wd_featurebox_container {
    width: 49%;
}
.wd_featureboxes_in_the_news .item {
    border: none;
    border-bottom: 1px solid #2F78C4;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.wd_featureboxes_in_the_news .item .item_name {
    margin: 0;
    display: flex;
    gap: 10px;
}
.wd_featureboxes_in_the_news .item .item_date {
    /* min-width: fit-content;
    text-align: right;
    color: #aaa;
    font-weight: bold;
    margin-top: 6px; */
    font-size: .65rem;
    display: inline-block;
    padding-right: 10px;
    margin: 0;
    margin-right: 10px;
    border-right: 1px solid #000048;
}
.wd_featureboxes_in_the_news .item .item_publication {
    font-size: .65rem;
    display: inline-block;
}
.wd_featureboxes_in_the_news .item .item_more,
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .item_more {
    width: fit-content;
    margin: 15px 0 12px;
    color: #2F78C4;
    font-size: .85rem;
}
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .item_more {
    margin-top: auto;
    margin-bottom: 20px;
    padding-left: 15px;
}
.wd_featureboxes_in_the_news .item .item_more:after,
.wd_featureboxes_news_announcements .wd_newsfeed_releases-teaser .item .item_more:after {
    content: '';
    background-image: url('../images/Right.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: 4px;
}
.wd_featureboxes_in_the_news p.more a,
.wd_featureboxes_news_announcements p.more a {
    border: 2px solid #2F78C4;
    border-radius: 22px;
    padding: 10px 20px;
    text-decoration: none;
    color: #2F78C4;
}
.wd_featureboxes_in_the_news p.more a:after,
.wd_featureboxes_news_announcements p.more a:after {
    content: '';
    background-image: url('../images/Right.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: 2px;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_577 {
    display: flex;
    flex-direction: column;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_577 .wd_featurebox {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_577 .item .item_more {
    margin-bottom: 15px;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_577 p.more {
    margin-top: auto;
    margin-bottom: 0;
    display: inline-flex;
    height: 47px;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_577 p.more a {
    padding: 8px 20px 12px;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .wd_featurebox {
    display: flex;
    height: 100%;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .wd_featurebox_title {
    display: none;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item {
    /* margin-top: 85px; */
    margin: 0;
    padding-top: 85px;
    height: 100%;
    border: none;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item img {
    aspect-ratio: 5/3;
    object-fit: cover;
    object-position: center;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item .item_content {
    padding: 0 16px;
    border: 1px solid #aaa;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item .date_publisher {
    margin-bottom: 10px;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item_date {
    text-align: left;
    margin-top: 20px;
    color: black;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item_name a {
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item_more {
    font-size: 1rem;
    margin-top: auto;
}
.wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item_more:after {
    height: 20px;
    width: 20px;
    margin-top: 2px;
}

.wd_fb_resources .cog-container {
    /* padding-bottom: 0 !important; */
}
.wd_featureboxes_resources {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.wd_featureboxes_resources:before {
    content: '';
    background: url(../images/media_resources_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
}
.wd_featureboxes_resources table.wd_imagetable {
    display: none;
}
.wd_featureboxes_resources ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.wd_featureboxes_resources li {
    /* width: 32%; */
    flex: 31%;
    background-color: rgba(255, 255, 255, .7);
    padding: 15px;
}
.wd_featureboxes_resources li a {
    text-decoration: none;
}
.wd_featureboxes_resources li a.image {
    display: inline-block;
    max-width: 80px;
}
.wd_featureboxes_resources li p {
    margin: 0;
}
.wd_featureboxes_resources li p.title a {
    color: #2F78C4;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    text-transform: lowercase;
}
.wd_featureboxes_resources li p.title a:first-letter {
    text-transform: uppercase;
}
.wd_featureboxes_resources li p.description a {
    color: black;
    display: block;
    margin: 20px 0;
}
.wd_featureboxes_resources li p.more a {
    display: inline-block;
    text-transform: lowercase;
}
.wd_featureboxes_resources li p.more a:first-letter {
    text-transform: capitalize;
}
.wd_featureboxes_resources li p.more a:after {
    content: '';
    background-image: url('../images/Right.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: 2px;
}
.wd_featureboxes_resources ul.two_columns {
    /* flex-wrap: nowrap; */
}
.wd_featureboxes_resources ul.two_columns li {
    /* width: 49%; */
    flex: 1;
}
.wd_featureboxes_resources ul.two_columns li a.image {
    float: left;
}
.wd_featureboxes_resources ul.two_columns li p {
    margin-left: 100px;
}

@media only screen and (max-width: 1069px) {
    ul.mr_nav_desktop li a {
        /* font-size: 14px;
        padding-left: 10px; */
        padding-right: 0px;
    }
}
/* @media only screen and (max-width: 1024px) { */
@media only screen and (max-width: 1023px) {
    .cog-header__logo.hide {
        visibility: hidden;
    }
    header .mobile_panel_close {
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        width: calc(100% - 250px);
        background: white;
        height: 77px;
        z-index: 2000;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform .5s ease;
    }
    header .mobile_panel_close span {
        position: absolute;
        top: 25%;
        right: 10px;
        font-weight: 600;
        font-size: 30px;
        color: #2f78c4;
        pointer-events: initial;
        cursor: pointer;
    }
    header #mobileOffcanvasMenu.show + .mobile_panel_close {
        display: block;
        transform: translateX(0%);
    }
    header #mobileOffcanvasMenu.show {
        transform: translateX(0%);
        visibility: visible;
    }
    header .offcanvas-backdrop.show {
        pointer-events: none;
    }
    header .cog-header__logo {
        margin: 0;
    }
    header .cog-header__main .cog-container {
        padding: 24px 20px 19px !important; /* override inline */
        justify-content: space-between;
    }
    header .cog-header__main .cog-header__hamburger {
        padding: 0 !important; /* override inline */
        cursor: pointer;
    }
    header .cog-header__hamburger-icon {
        position: relative;
        margin-top: -4px;
        margin-right: 5px;
    }
    #mobileOffcanvasMenu {
        box-shadow: none;
    }
    ul.mr_nav_desktop {
        display: none;
    }
    ul.mr_nav_mobile {
        margin-bottom: 200px;
    }
    ul.cog-header__mobile-ribbon-menu {
        position: relative;
        margin-bottom: 100px;
    }
    ul.cog-header__mobile-ribbon-menu:before {
        position: absolute;
        content: "";
        top: 0;
        left: 20px;
        right: 20px;
        height: 1px;
        background: rgba(255, 255, 255, .5);
    }
    .cog-header__mobile ul li a {
        padding: 0 20px;
        line-height: 55px;
        font-size: 20px;
        text-transform: capitalize;
    }
    .cog-header__mobile ul.cog-header__mobile-ribbon-menu li a {
        line-height: 45px;
    }
    .cog-header__mobile ul li a:hover {
        background: rgba(0, 177, 64, .2);
    }
    .cog-header__mobile ul li a:focus, 
    .cog-header__mobile ul li a:focus-visible {
        outline: none !important;
    }

    .wd_searchbar .wd_search_form_container {
        max-width: 100%;
        flex-basis: 100%;
    }
    .wd_searchbar .email_alert_container {
        flex-basis: 100%;
        margin: 20px 0 25px;
    }
    .wd_searchbar .search_social_icons {
        max-width: 300px;
    }

    .wd_featureboxes_in_the_news {
        flex-direction: column-reverse;
        align-items: center;
    }
    .wd_featureboxes_in_the_news div.wd_featurebox_container {
        width: 100%;
    }
    .wd_featureboxes_in_the_news #wd_featurebox-teaser_577 .wd_featurebox_title {
        display: none;
    }
    .wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .wd_featurebox_title {
        display: block;
    }
    .wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .wd_featurebox {
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    .wd_featureboxes_in_the_news #wd_featurebox-teaser_578 .item {
        padding: 0;
        margin: 0;
        margin-bottom: 25px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .wd_featureboxes_featured_headlines img {
        min-height: 600px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 767px) {
    .wd_featureboxes_featured_headlines {
        flex-direction: column;
    }
    .wd_featureboxes_resources ul.two_columns li {
        flex: 100%;
    }
    .wd_featureboxes_resources ul.three_columns li {
        text-align: center;
    }
}