@import url(normalize.css);
.hidden {
  display: none; }

/* New styles */
@font-face {
  font-family: 'MatObFont';
  src: url("../fonts/matobfont.woff") format("woff"); }
/* Some basic styles */
html {
  font-size: 10px; }

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  background-color: #f4f7f9; }

.wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1056px) {
    .wrapper {
      padding: 0 16px; } }

h1,
h2,
h3 {
  margin-top: 0;
  padding: 0; }

.simple_link {
  color: #16819C;
  text-decoration: underline;
  font-weight: 600; }
  .simple_link:hover {
    color: #00566b;
    transition: all 400ms ease-out; }
  .simple_link:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(30, 170, 206, 0.5); }

.pageHeading {
  margin: 24px 0;
  background-image: url("../img/heading_background.svg");
  background-repeat: no-repeat;
  background-size: auto 64px;
  font-size: 2em;
  color: #474747; }
  @media (max-width: 1056px) {
    .pageHeading {
      font-size: 1.75em; } }
  @media (max-width: 768px) {
    .pageHeading {
      font-size: 1.5em;
      background-size: contain;
      margin: 16px 0; } }

.pageDescription {
  padding: 0;
  margin: 16px 0; }

.menu {
  box-sizing: border-box;
  background-color: #296c7b;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 760px) {
    .menu {
      flex-direction: column; } }
  .menu_items {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    @media (max-width: 760px) {
      .menu_items {
        display: none; } }
    .menu_items.responsive {
      display: block; }
  .menu_item {
    display: inline-block;
    flex: 1 1 0;
    border-right: 1px solid #225b67;
    border-left: 1px solid #2f7c8e; }
    @media (max-width: 760px) {
      .menu_item {
        display: block;
        border-bottom: 1px solid #225b67;
        border-top: 1px solid #2f7c8e;
        border-right: none;
        border-left: none; } }
    .menu_item:first-child {
      border-left: none; }
    .menu_item:last-child {
      border-right: none; }
  .menu_link {
    box-sizing: border-box;
    display: inline-block;
    padding: 1.5em 1em;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px; }
    .menu_link:hover {
      color: white;
      background-color: #2f7c8e; }
    .menu_link:focus {
      outline: none;
      box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.8); }
    .menu_link:active {
      background-color: #215763; }
    @media (max-width: 760px) {
      .menu_link {
        width: 100%;
        font-size: 1em;
        padding: 16px;
        text-align: left; } }
  .menu_button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px;
    color: white;
    background-color: #296c7b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border: none; }
    .menu_button:hover {
      cursor: pointer;
      background-color: #2f7c8e;
      transition: background-color 400ms ease-out; }
    .menu_button:focus {
      outline: none;
      box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.8); }
    .menu_button:active {
      background-color: #215763; }
    @media (min-width: 761px) {
      .menu_button {
        display: none; } }
  .menu_text {
    display: inline-block;
    margin-left: 8px;
    line-height: 1; }
  .menu_hamburger {
    width: 16px;
    height: 16px;
    fill: #ffffff; }

/* Highlight current page in menu */
#index #nav-home,
#archive #nav-archive,
#supplement #nav-supplement,
#editorial #nav-editorial,
#for_authors #nav-authors {
  background-color: #368da1; }

#index #nav-home a,
#archive #nav-archive a,
#supplement #nav-supplement a,
#editorial #nav-editorial a,
#for_authors #nav-authors a {
  color: white;
  font-weight: bold; }

.navDecor {
  background: linear-gradient(180deg, rgba(26, 152, 183, 0.25) 100%, rgba(26, 152, 183, 0.25) 100%), url("../img/bg-header.jpg");
  padding-top: 8px;
  padding-bottom: 56px; }
  .navDecor_heading {
    font-family: MatObFont;
    color: white;
    text-align: center;
    font-size: 5em;
    font-weight: normal;
    margin: 0;
    line-height: 100%; }
    @media (max-width: 760px) {
      .navDecor_heading {
        font-size: 3em; } }

.indexCards {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 24px;
  padding-top: 16px; }
  @media (max-width: 768px) {
    .indexCards {
      grid-template-columns: 1fr; } }

.indexCard {
  box-sizing: border-box;
  padding: 24px;
  border-top: 4px solid #1dbb90;
  background-color: #ffffff;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1); }
  .indexCard_heading {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1.25;
    word-break: break-word;
    color: #545454; }
  .indexCard_iconWrapper {
    width: 56px;
    height: 56px;
    background-color: #1eaace;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 16px;
    flex-shrink: 0; }
  .indexCard_icon {
    width: 32px;
    height: 32px;
    fill: white; }
  .indexCard_date {
    color: #565C65;
    font-weight: bold; }
  .indexCard_content {
    margin-bottom: 0; }

.actionBlock {
  box-sizing: border-box;
  display: flex;
  padding: 16px;
  margin: 16px 0;
  justify-content: center;
  border-top: 4px solid #1dbb90;
  background-color: #ffffff;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.07); }
  .actionBlock_actionBtn {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    width: 50%;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #1dbb90;
    border-radius: 8px;
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 700px) {
      .actionBlock_actionBtn {
        width: 100%; } }
    .actionBlock_actionBtn:hover {
      background-color: #1aa881; }
    .actionBlock_actionBtn:focus {
      outline: none;
      box-shadow: 0 0 0 6px rgba(29, 187, 144, 0.5); }
  .actionBlock_mainAction {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1; }
  .actionBlock_icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    fill: white; }

.issuesList {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  grid-row-gap: 16px;
  grid-column-gap: 16px; }
  @media (max-width: 700px) {
    .issuesList {
      grid-template-columns: 1fr; } }
  .issuesList_item {
    display: block;
    box-sizing: border-box;
    padding: 16px;
    border-top: 4px solid #1dbb90;
    background-color: #ffffff;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1); }
  .issuesList_itemHeader {
    font-size: 24px;
    color: #545454; }
  .issuesList_itemsWrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 8px; }
  .issuesList_issueLink {
    width: calc(25% - 8px);
    margin-right: 8px; }

/* Styling tables of contents*/
.issueContent {
  margin: 24px 0; }

.issueContent tbody tr:first-child td {
  padding-right: 0; }

.contents-page .contents-top {
  table-layout: fixed;
  margin: 0 1rem; }
  .contents-page .contents-top tr td:first-child {
    width: 4em; }
.contents-page table {
  line-height: 130%;
  border-bottom: 2px solid #A4A4A4;
  width: 100%;
  font-size: 1em;
  padding-bottom: 8px; }
  .contents-page table td {
    padding: 0 8px 8px 0; }
  .contents-page table td.pagenum {
    width: 10%;
    text-align: right;
    padding-right: 0;
  vertical-align: top;}
  .contents-page table:last-child {
    border-bottom: none; }

.downloadIssueLink {
  background-color: #1dbb90;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
  color: white;
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 600px) {
    .downloadIssueLink {
      width: 50%; } }

.downloadIssueLink::before {
  content: url("../img/downloadIcon.svg");
  width: 16px;
  height: 16px;
  fill: white;
  display: inline-block;
  margin-right: 4px; }

.downloadIssueLink:hover {
  background-color: #1aa881; }

.downloadIssueLink:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(29, 187, 144, 0.5); }

.issueHeading {
  font-weight: bold;
  padding: 4px 0 8px 0;
  box-sizing: border-box; }

.issueSectionHeading {
  text-align: left;
  width: 100%;
  display: block;
  color: #545454;
  margin-top: 8px;
  font-size: 1.25em;
  font-weight: normal;
  margin-left: 40px; }
  @media (max-width: 768px) {
    .issueSectionHeading {
      text-align: center;
      margin-left: 0; } }

.issueHeadingWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .issueHeadingWrapper {
      flex-direction: column;
      row-gap: 16px; } }

.supplementList {
  list-style: none;
  padding: 0;
  margin: 0; }
  .supplementList_item {
    margin: 8px 0 0 0; }

.supplementPage_subHeading {
  text-transform: none;
  text-align: left;
  margin: 16px 0;
  padding: 0;
  font-size: 1.75em;
  color: #545454; }
  @media (max-width: 1056px) {
    .supplementPage_subHeading {
      font-size: 1.5em; } }

.supplementCard {
  box-sizing: border-box;
  padding: 24px;
  border-top: 4px solid #1dbb90;
  background-color: #ffffff;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px; }
  .supplementCard_heading {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1.25;
    word-break: break-word;
    color: #545454;
    font-size: 24px; }

/* Editors */
.editors {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 16px 0 24px 0; }
  @media (max-width: 960px) {
    .editors {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 650px) {
    .editors {
      grid-template-columns: 1fr; } }

.editor {
  box-sizing: border-box;
  border-top: 4px solid #1dbb90;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07); }
  .editor_header {
    height: 88px;
    position: relative; }
  .editor_image {
    box-sizing: border-box;
    height: 128px;
    width: 128px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #EDEFF0;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0; }
  .editor_name {
    padding: 72px 0 1rem 0;
    color: #16819C;
    margin: 0;
    text-transform: none;
    text-align: center; }
  .editor_description {
    padding: 0 1em 1em 1em;
    margin: 0;
    color: #2D2E2F;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .editor_description svg {
      width: 24px;
      height: 24px;
      margin-right: 1rem;
      flex-shrink: 0;
      fill: #424242; }

.lifeDates {
  font-size: 1.6rem;
  color: #424242; }

.authorCards {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 24px;
  padding-top: 16px; }
  @media (max-width: 768px) {
    .authorCards {
      grid-template-columns: 1fr; } }

.authorCard {
  box-sizing: border-box;
  padding: 24px;
  border-top: 4px solid #1dbb90;
  background-color: #ffffff;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1); }
  .authorCard_heading {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1.25;
    word-break: break-word;
    color: #545454; }
  .authorCard_iconWrapper {
    width: 56px;
    height: 56px;
    background-color: #1eaace;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 16px;
    flex-shrink: 0; }
  .authorCard_icon {
    width: 32px;
    height: 32px;
    fill: white; }

/* Footer */
footer {
  color: white;
  background-color: #2f332f;
  padding: 24px 0; }

.footerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px; }
  @media (max-width: 840px) {
    .footerWrapper {
      flex-direction: column; } }

.footerContent {
  padding: 0;
  margin: 0; }
  @media (max-width: 840px) {
    .footerContent {
      text-align: center; } }
  .footerContent img {
    height: 16px;
    width: auto;
    vertical-align: text-bottom; }
  .footerContent a {
    color: white; }
    .footerContent a:hover {
      color: #CECECE; }
    .footerContent a:focus {
      outline: none;
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.7); }

/*# sourceMappingURL=style.css.map */
