/**
 * Styles for overriding shorthand's published css
 * Also tweaking global css when embedded
 *
 * This file is in version control:
 * https://github.com/uofa/global-environment
 *
 * Created 19 Jun 2019
 * Updated 20 Sep 2024
 *
 * Last update: T4 related changes, DC
 *
 * @author Colin Denholm
 * @author Darren Coutts
 */


/* embedding overrides
------------------------------------------------------------ */

body {
	scroll-behavior: smooth;
}

main > header {
	box-sizing: content-box;
}

body > header {
	margin-bottom: 0;
}

.section-nav-wrapper.active,
.global_header_wrapper,
.global_header,
#section_nav_wrapper.active {
	z-index: 103;
}

.priority_plus_more.active .more_list {
	z-index: 102;
}

#modal_fade {
    z-index: 103;
}

.heading_only .h1,
.breadcrumb_wrapper,
.Theme-HeaderContainer {
	display: none;
}

main .abdn_col:first-of-type {
	max-width: 100%;
	padding: 0;
}

article img {
	max-width: none;
}

.Theme-StoryTitle::after {
	display: none;
}

.Theme-Footer {
	display: none !important;
}

footer .top_level {
	text-align: center;
}

/* within-story overrides
------------------------------------------------------------ */

.Theme-Header {
	background: #1f3165;
}

.Navigation__hamburger span {
	background-color: #fff;
}

article * {
	font-family: 'Source Sans Pro', sans-serif !important;
}

#footer_shorthand_link {
    display: none;
}
