body, p, li, blockquote, cite, dd, dl, dt {
  font-family: 'Inter',sans-serif;
}

h1, h2, h3, h4, h5, h6, legend {
  font-family: 'Inter',sans-serif;
}

h3.label {
  margin: 2rem 0 1.5rem 0;
}

a {
    color: #041469;
    text-decoration-line: underline !important;
}

a::after {
    border-bottom: none !important;
}



h2 > a::after {
    border-bottom: none;
}

h4 > a {
    text-decoration:none !important
}


.main-footer {
  padding: 4vh 0;
}


.main-footer li {
  font-family: 'Inter',sans-serif;
  font-size: 1rem;
}

.main-footer h2, .main-footer p {
  font-family: 'Inter',sans-serif;
}


.main-header {
  background-color: #041469;
  padding-top: 3rem;
}

.container-fluid {
  padding-right:0;
  padding-left:0;
}

.navbar-expand-sm {
  background-color: #24b6cd;
}

.main-header__nav-link {
  color:white;
  background-color: #24b6cd;
  border: 1px solid #24b6cd !important; 
  padding: 10px 8px 8px 8px;
}

.main-header__nav-link:hover {
  color:white;
  background-color: #24a5b9;
  border: 1px solid #ffffff  !important;
}

.main-header__nav-link:focus, .main-header__nav-link:active {
    color: #FFFFFF;
    background-color: #24a5b9;
}

.main-header__title {
  margin-bottom: 2rem;
}

#navigationPrimary .dropdown-menu.show {
  background-color:#e8e8e8;
}

#navigationPrimary .dropdown-item a {
  color:#1b8798;
  border: 1px solid #e8e8e8;
}

#navigationPrimary .dropdown-item a:focus, #navigationPrimary .dropdown-item a:hover {
  background-color: #f2f2f2;
  border: 1px solid #1b8798;
}

.journal-description {
  padding: 4vh 0 3vh 0;
}

.announcements {
  padding: 2vh 0 3vh 0;
  background-color: #e8e8e8 !important;
}


section.announcements > div > ul > li > p  {
  display:none;
}

p.announcement__date {
  display:block !important;
}

#immersion_content_main > section.journal-description > div > header > h3 {
  display:none;
}

#immersion_content_main > section.journal-description > div > div > div > p > a.btn {
  display:none;
}

#immersion_content_main > section > div {
  min-height:10vh; 
}

.issue-section {
  padding: 5vh 0 3vh 0;
}

.issue__title span:last-of-type {
  display: inline;
}

.issue__title span:last-of-type::before {
  content: none;
}



.issue__number {
  font-weight: 400 !important;
}


.article-page {
  background-color: #f2f2f2;
  color: #000000;
}

.article-page a {
    color: #041469;
}

.article-page__title {
  font-size: 2rem;
}

.article-page__galleys {
    margin: 2vh 0;
}

.list-galleys a {
    background-color: #24B6CD;
    border: 1px solid #24B6CD;
    font-weight: 600;
    color: #000;
    padding: 6px 12px;
}

aside{
  background-color:white;
}

.item li {
  margin-bottom: 1.25rem;
  list-style-type: none;
}

.copyright-info {
  margin-top: 2.5rem;
}


.page_index:not(.indexSite) .main-header__title {
  margin: 2vh auto 6vh auto;
}

.issue {
  padding-top: 3.25vh;
  background-color: #86dcea;
  color: #000000;
}

.issue__meta {
  padding-bottom: 1rem;
}

p.affiliation {
  font-size:1rem;
  margin:0;
  padding:0;
  margin-bottom:1rem;
}

aside a:after {
  content: none;
}

a.mimage {
  border-bottom: none !important;
}

a.mimage:hover {
  border-bottom: none !important;
}

a.mimage:after {
  border-bottom: none !important;
}

.img-fluid {
  object-fit:cover;
  height:180px;
  width:180px;
  object-position: 50% 50%;
}

.search__form {
	background-color: #041469;
}

.btn-primary {
	background-color: #041469;
	border: 1px solid #041469;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color: #f2f2f2;
}

#immersion_content_main > section > section.issue-section > div > div > div > ol > li > article > div > div.col-md-4 {
  flex: 0 0 25%;
  max-width: 25%;  
}

#immersion_content_main > section > section.issue-section > div > div > div > ol > li > article > div > div.col-md-8 {
  flex: 0 0 75%;
  max-width: 75%;  
}

#immersion_content_main > section > section.issue-section > div > div > div > ol > li > article > div > div.offset-md-4 {
  margin-left:0;
}

.references {
  font-size:16px;
}

.notes dd, dd > p {
  margin-bottom:6px;
}

#navigationPrimary .dropdown-menu.show {
  justify-content:space-evenly;
}


h1.main__title {
  font-size:2rem !important;
}

#articlesBySameAuthorList {
  font-size:1rem;  
}

.exlink a {
  text-decoration: none !important;
}

.article__btn {
    text-decoration: none !important;
}

.btn-secondary, .btn-secondary {
    text-decoration: none !important;
}

.main-header__nav-link {
    text-decoration: none !important;
}


.sidetoc a {
    text-decoration: none !important;
}

.pictureCopyright {
    font-size:.7rem;
    color:darkgrey;
}
