@media screen and (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.header-image .site-title a {
    max-width: 154px;
}

.uppercase {
	text-transform: uppercase;
}

.no-wrap {
	white-space: nowrap;
}

.indented {
	margin-left: 4rem;
}

.entry-content .marginless {
	margin: 0;
}

.marginless-horizontally {
	margin-left: 0;
	margin-right: 0;
}

.marginless-vertically {
	margin-top: 0;
	margin-bottom: 0;
}

.juxtaposed.left,
.space-between.right {
	margin-right: 0;
}

.juxtaposed.right,
.space-between.left {
	margin-left: 0;
}

.space-after {
	margin-bottom: 2.6rem;
}

.center-justified {
	text-align: center;
}

.right-justified {
	text-align: right;
}

.wrap-left {
	max-width: 40rem;
	float: right;
	clear: both;
	text-align: center;
	font-size: 0.9em;
}

.smaller {
	font-size: 0.87em;
}

.byline {
    font-style: italic;
}

.reset-line-height {
	line-height: 1;
}

.side-by-side {
	display: flex;
  justify-content: space-around;
	align-items: center;
}

.side-by-side > .no-shrink {
	flex-shrink: 0;
}

.side-by-side > .allow-growth {
	flex-grow: 1;
}

.aligned-top {
	align-items: flex-start;
}

.grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.grid.three-column > * {
	flex: 0 1 32rem;
}

.note {
	margin: 1rem 1rem 1.6rem;
	padding: 1.6rem;
	background-color: #f0f0f0;
	border: 1px solid #dddddd;
}

.note p:last-of-type {
	margin-bottom: 0;
}

address {
	font-style: normal;
}

cite {
	font-style: italic;
}

cite.non-italic {
	font-style: normal;
	quotes: '“' '”' '‘' '’';
}

cite.non-italic::before {
    content: open-quote;
}

cite.non-italic::after {
    content: close-quote;
}

kbd {
    padding: 2px 5px;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 2px 2px 5px -5px #000000;
}

details {
	margin-bottom: 2.6rem;
}

summary {
	cursor: pointer;
	font-weight: 700;
}

dl {
	margin-bottom: 2.6rem;
}

dt {
	font-weight: 700;
}

dl.non-indented dd {
	margin: 0 0 2.6rem;
}

dl.non-indented dd + dd {
	margin-top: -1.3rem;
}

dl.glossary figure {
  margin: 0 0 0.5rem 1rem;
}

h1,
.entry-title {
	font-size: 5.6rem;
}

h2 {
	font-size: 4.2rem;
}

nav h2,
.collapsible-nav summary {
	font-size: 2rem;
}

h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2.4rem;
}

h5 {
	font-size: 2rem;
}

h6 {
	font-size: 1.6rem;
}

.proposed {
	background-color: rgba(224, 75, 75, 0.3);
	box-shadow: 0 0 0 1.6rem rgba(224, 75, 75, 0.3);
}

span.proposed {
	box-shadow: none;
}

q {
	quotes: '“' '”' '‘' '’';
}

q[lang="fr"] {
	quotes: '« ' ' »' '‹ ' ' ›';
}

q.no-quotes::before {
    content: no-open-quote;
}
q.no-quotes::after {
    content: no-close-quote;
}

.jump-list {
	display: flex;
	justify-content: space-between;
	width: 70%;
	list-style: none;
}

ol.jump-list li,
ul.jump-list li {
	margin: 0;
}

table {
	border-style: hidden;
	border-color: #dddddd;
}

tbody {
	border-bottom: none;
}

thead th,
th.row-header {
	background-color: #eeeeee;
}

tr.highlight-row td {
	background-color: #eeeeee;
}

th.no-transform {
	text-transform: none;
}

th,
td {
	padding: 0.6rem;
	text-align: inherit;
}

th.empty,
td.empty {
	border: none;
}

td {
	border-top-width: 2px;
}

td.juxtaposed.left {
	padding-right: 0;
}

td.juxtaposed.right {
	padding-left: 0;
}

tr.summation td,
tfoot td {
	border-top-width: 6px;
}

table.natural-width {
	width: auto;
}

table.center-aligned {
	margin: 0 auto;
}

table.bordered th,
table.bordered td {
	border: 2px solid #dddddd;
}

table.borderless td {
	border-top: none;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 3%;
	right: 2%;
	padding: 1rem 1.2rem;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

#back-to-top.visible {
    opacity: 0.4;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s 0s;
}

#back-to-top.visible:hover {
	opacity: 1;
}

#back-to-top svg {
	width: 2.2rem;
}

@media only screen and (min-width: 50rem) {
	#back-to-top {
		display: block;
	}
}

/*
 * Browser upgrade notification
 */

body .buorg {
	border-bottom-color: #e04b4b;
	background-color: #ffffff;
	font: inherit;
}
body .buorg-buttons {
	margin: 1rem 0;
}
body #buorgig, body #buorgul, body #buorgpermanent {
	padding: 0.6rem 1.8rem;
	background: #ebe9eb;
	color: #515151;
	font-weight: 700;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	cursor: pointer;
}
body #buorgig:hover, body #buorgul:hover, body #buorgpermanent:hover {
	background: #dfdcde;
}
body #buorgul {
	color: #ffffff;
    background: #e04b4b;
}
body #buorgul:hover {
    background: #b42e28;
}


/*
 * Site notification
 */

.site-notification {
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid #b42e28;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50px);
	transition: visibility 0s 1.01s, opacity 1s ease-out, transform 1s ease-out;
}

.site-notification:target {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: visibility 0s, opacity 1s ease-out, transform 1s ease-out;
}

.site-notification-stage {
	max-width: 114rem;
	margin: 0 auto;
	padding: 0.3rem 1rem;
	line-height: 1.3em;
}

.site-notification-message-container {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.site-notification-message {
	text-align: left;
	margin: 0;
}

.site-notification-icon {
	display: none;
	margin: 0 0.8rem;
	font-size: 5rem;
	line-height: 1;
}

.site-notification-buttons {
	display: block;
	text-align: center;
	margin: 1rem 0;
}

.site-notification-button {
	padding: 1rem 2rem;
}

@media only screen and (min-width: 50rem) {
	.site-notification .site-notification-stage {
		padding: 0.6rem;
		line-height: 1.7em;
	}
	
	.site-notification .site-notification-icon {
	    display: inline-block;
	}
}
