html,
html.simulated {
	font-family: 'Figtree', 'Poppins', Inter, 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

/* Read More Links */
.news-feed-post-teaser .news-feed-post-link .read-more.branch-colored {
    color: #00205B;
    font-weight: 400;
    text-decoration: underline;
}

.news-feed-post-teaser .news-feed-post-link .read-more.branch-colored::after {
    color: #00205B;
}
.news-feed-post-headline, .branch-colored, a, a:visited{
color: #00205b !important
}
.css-earyfc-LinkButton-LinkButton.css-earyfc-LinkButton-LinkButton{
color: #fff !important
}

/* SIGN IN MASK */

.signin .signin-view button, 
.signin .signin-view button:focus{
    background: #FFF;
    color: #00205B; 
}
.signin .signin-view button:active, 
.signin .signin-view button:hover{
    background: #f5f6f5;
    color: #00205B; 
}


/* Nav + Menu Item Adjustment */

nav a[data-menu-item-id="6a57daf27dd3607ef155a6c9"] {
  max-width: none !important;
}

nav a[data-menu-item-id="6a57daf27dd3607ef155a6c9"] span {
  overflow: visible !important;
  text-overflow: clip !important;
}

.sb-designer-content .bg-success-weak-hover {
    background-color: #58be8a !important;
}