
div.section-metadata {
	font-style: oblique;
	color: #767676; 
	padding-bottom: 1.2rem;
}
.promobox__subtitle span,
.content-summary__byline,
.tree__narrow-value,
.alphabet__text-link--disabled {
    color: #767676 !important; 
}

.company,
.footer-nav__item-link,
.vertically-centered__object,
.bookmark_button {
    color: #333333 !important;
}


div.section-metadata p {
	padding: 0;
}

.alphabet__text-link {
    color: #006699;
}

.article-content .ref-list a {
    color: #006699; 
    text-decoration: underline; /* No underline by default */
}

/* Add underline on hover AND focus (for keyboard navigation) */
.article-content .ref-list a:hover,
.article-content .ref-list a:focus {
    color: #00476B; /* A darker hover color for contrast  */
    text-decoration: underline; /* Crucial for visual distinction */
    outline: none; /* Only if you provide custom focus styling */
}

.prop-carousel-tabnav-list-item a {
    color: #00476B;
}

.prop-carousel-tabnav-list-item--active,
.bookmark_button {
    color: #001f2d;
}

.toolbar__button:active,
.toolbar__button {
    color: #000000;
}

.text-box-with-internal-link a {
     color: #00476B !important;
}
.link-style-2:visited, .text-box-with-internal-link a:visited, .page-content a:visited {
    color: #954B61 !important;
}

a.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
 
a.skip-link:focus,
a.skip-link:active {
  color: #fff;
  background-color: #000;
  left: 0;
  right: 0;
  top: 5px;
  max-width: 155px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  overflow: auto;
  text-decoration: underline;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  z-index: 999;
}

.system-message .system-message-content {
    color: #974960 !important;
}

.form-btn-search,
.search-bar__advanced a,
.filter-list__link,
.form-btn-cbx-selectall {
    color: #000 !important;
}

.form-btn-cbx-deselectall {
    color: #2B2B2B;
    background: #C5D0DD;
}

.article-content a:hover,
.article-content a:focus,
.form-content a, .form-content a.btn-primary:link,
.section a {
    text-decoration: underline;
}

.form-btn-submit, .form-btn-search, .js .form-btn-show-password, .form-btn-cbx-selectall, .form-btn-cbx-deselectall, .toolbar__button, .cite__download-button, .access-personal__button, .access-institution__button, .search-bar__btn, .animated-search-bar__btn, .pagination__button, html.js [data-prop-back-to-top] .back-to-top__btn, .modal__footer-button, .prop-carousel-adjacent-btn {
    background-color: #6CA2E0 !important;
    background: linear-gradient(to top, #6CA2E0, #6CA2E0) !important;
}

.access-institution__button:focus,
.search-bar__btn:focus,
.form-select:focus,
.search-bar__q:focus,
.pagination__button:focus,
.connect__link:focus,
.toolbar__button:focus,
.form-btn-submit:focus,
.form-btn-search:focus,
.form-btn-cbx-selectall:focus,
.form-btn-cbx-deselectall:focus,
.cite__download-button:focus{
    box-shadow: 0 0 0 2px #000;
    border: 0px solid #000;
}
 
/* Hide the attrib content for RC10-3903 */
.section .attrib, .article-content .attrib {
	display:none;
}

/*
	Non-print styles to go above this comment, we want the print styles to be the last to load
	so they are not overwritten.
*/

/*
	General print styles taken from GitHub:
	https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
*/
@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
}

@media print {
    .primary-nav,
    .header-container,
    .top-bar, .page-foot,
    .back-to-top,
    .animated-promobox,
    .toolbar,
    .keywords {
    	display: none !important;
    }

	.article-content {
  		float: none;
  		width: 100%;
  		left:0;
	}

    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}