/* main nav menu items */
.main-nav a:not(.btn) {
font-weight: 600;
}

/* profile access search box width
input, optgroup, select, textarea {
width: 100%;
} */

/* profile entitlements widget link color */
.entitlements a {
color: #237d84;
}

/* 2FA verification widget link color */
.twofa a {
color: #237d84;
}

/* details tab taxonomy topics list */
.subjects ul {
list-style: none;
color: #237d84;
margin-top: 15px;
}

/* non-publication custom pages link color and list style*/
.custom-page a {
color: #237d84;
}

.custom-page ul {
list-style-type: none;
}