@charset "UTF-8";
/****** Elad Shechter"s RESET *******/
/*** box sizing border-box for all elements ***/
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
button {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    cursor: pointer;
}
ul, ol, dd {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}
li, p, figure {
    margin: 0 0 1.2rem;
}
cite {
    font-style: normal;
}
fieldset {
    border-width: 0;
    padding: 0;
    margin: 0;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}
ul li::marker {
    content: "\25CF";
    color: #c0c0c0;
}
ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1em;
}
.romanList {
    list-style-type: lower-roman;
}
ul li, ol li {
    padding-left: 1em;
}
/* References */
.apa-ref p {
    margin-left: 2em;
    text-indent: -2em;
    margin-top: 1em;
    margin-bottom: 1em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* HTML */
html {
    font-size: min(max(1rem, 3vw), 16px);
}
/* Body */
body {
    font-family: "Roboto", sans-serif;
    /* font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1326 - 320)));
	line-height: calc(1.5em + (1.7 - 1.5) * ((100vw - 20em)/(48 - 20))); */
    font-size: calc(16px + 4 * ((100vw - 320px) / 1006));
    line-height: calc(1.5em + 0.2 * ((100vw - 20em)/28));
    background-color: #fff2;
    margin: auto;
}
/* Container */
.container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 10px 5%;
}
h1, h2, h3, h4, h5, h6 {
    color: #111;
    font-family: "Crimson Pro", serif;
    font-weight: 800;
    margin: calc(12px + .8vw) 0 0.5rem; /* Responsive margins */
}
h1.title_en, h1.title_fr {
    font-size: 1.5rem;
    line-height: calc(1em + 1.2vw);
    text-align: center;
    color: #006400
}
h1.title_fr {
    color: #37588a;
}
h1 {
    font-size: 1.594rem;
    line-height: calc(1em + 1.8vw); /* Responsive Vertical Rhythm */
}
h2 {
    font-size: 1.4rem;
    line-height: calc(1em + 1.2vw); /* Responsive Vertical Rhythm */
}
h3 {
    font-size: 1.285rem;
    line-height: calc(1em + .8vw); /* Responsive Vertical Rhythm */
}
h4 {
    font-size: 1.138rem;
    line-height: calc(1em + .2vw); /* Responsive Vertical Rhythm */
}
h5 {
    font-size: 1rem;
    line-height: calc(12px + .2vw); /* Responsive Vertical Rhythm */
}
h6 {
    font-size: 1rem;
    line-height: calc(12px + .2vw); /* Responsive Vertical Rhythm */
}
/* Tables */
table {
    font-family: "Roboto Condensed", sans-serif;
    border-collapse: collapse;
    width: 100%;
}
caption, figcaption {	
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: left;
}
table tr:nth-child(even) {
    background-color: #f2f2f2;
}
table tr:nth-last-child(1) {
    border-bottom: thin solid #000000;
}
table tr:hover {
    background-color: #ddd;
}
td, th {
    padding: 0.65em 0.5em;
    line-height: 1.3;
}
th, .totalRows {
    text-align: left;
    border-top: thin solid #000000;
    border-bottom: thin solid #000000;
}
.totalRows {
    font-weight: 700;
}
.fig-table {
    max-width: 100%;
    overflow-x: auto;
}
.fig-table img{
	width: 100%;
    max-width: 100%;
}
table td, table th {
    text-align: center;
}
table td:first-child, table th:first-child {
    text-align: left;
}
.alignLeft th:nth-child(2), .alignLeft td:nth-child(2), td.alignLeft {
    text-align: left;
}
.centerFirstColumn td:first-child, .centerFirstColumn th:first-child {
    text-align: center;
}
/* Abstract */
section.abstract {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #f2f2f2;
    border: thin solid #f2f2f2;
    padding: 20px;
}
section.abstract p {
    font-size: .85em;
    line-height: calc(1.25em + 0.2 * ((100vw - 20em)/28));
}
.abstract > :first-child {
    margin-top: 0;
    line-height: 1;
}
.issue {
    position: relative;
    z-index: 1;
    padding: 5px;
    border-top: 5px solid #c0c0c0;
    border-bottom: 5px solid #c0c0c0;
    display: inline-block;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
	line-height: 1.8;
}
.issue:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 5px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0
}
.issue span, .notes, .cursive {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-style: italic;
}
blockquote {
    border-left: 5px solid #c0c0c0;
    padding-left: 10px;
    margin-block-start: .5em;
    margin-block-end: .5em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}
details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
}
@keyframes open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
details summary::-webkit-details-marker {
    display: none;
}
details summary {
    width: 100%;
    padding: 0.5rem 0;
    border-top: 1px solid black;
    position: relative;
    cursor: pointer;
    font-size: 14px; /*1.25rem;*/
    font-weight: 400;
    list-style: none;
}
details summary:after {
    content: "+";
    color: black;
    position: absolute;
    font-size: 14px; /*1.75rem;*/
    line-height: 0;
    margin-top: 0.75rem;
    right: 0;
    font-weight: 400;
    transform-origin: center;
    transition: 200ms linear;
}
details[open] summary:after {
    transform: rotate(45deg);
    font-size: 16px; /*2rem; */
}
details summary {
    outline: 0;
}
details li {
    font-size: 0.95rem;
    margin: 0;
    padding: 0;
}
details {
    padding-bottom: 38px;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.5;
}
.pageHead {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap-reverse;
	align-items: center;
	align-content: center;
}

.pageHead > div {
	padding: 10px 0;
}
