/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 Theme Name:   rilm.org Primary Site Theme
 Theme URI:    (none)
 Description:  Custom WordPress theme for the rilm.org primary informational site
 Author:       Andrew Horwitz, others
 Author URI:   (none)
 Version:      1.0.0
 License:      Some variant of WTFPL
 License URI:  (none)
 Tags:         (none)
*/
@font-face {
  font-family: "sarabun";
  src: url("/wp-content/themes/rilm/fonts/sarabun/Sarabun-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/rilm/fonts/sarabun/Sarabun-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: 400;
}
@font-face {
  font-family: "sarabun";
  src: url("/wp-content/themes/rilm/fonts/sarabun/Sarabun-SemiBold.woff2") format("woff2"), url("/wp-content/themes/rilm/fonts/sarabun/Sarabun-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "titillium";
  src: url("/wp-content/themes/rilm/fonts/titillium/TitilliumWeb-SemiBold.woff2") format("woff2"), url("/wp-content/themes/rilm/fonts/titillium/TitilliumWeb-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "titillium";
  src: url("/wp-content/themes/rilm/fonts/titillium/TitilliumWeb-Bold.woff2") format("woff2"), url("/wp-content/themes/rilm/fonts/titillium/TitilliumWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* autoprefixer grid: off */ /**
 * Header border mixin
 */
/*
 * This is based on the "a11y-css-reset" from https://github.com/mike-engel/a11y-css-reset.
 */
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

p {
  margin: 0;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* The idea of putting this rule in the "reset" file is that browsers should probably set it this
   way to begin with. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Re-enable list semantics for Safari with VoiceOver. See blog post for further explanation.
   https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
ol, ul {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
}

/* This is part of the EGRET DS-specific reset. That is: it's not necessary for accessibility,
   but the rest of the CSS here relies on these properties being effectively "zeroed." */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

html {
  font-size: initial;
}

body {
  font-size: 12pt;
  background-color: rgb(228, 238, 243);
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
}
main {
  font-family: sarabun, Arial;
  font-size: 1em;
  background-color: #FFFFFF;
  max-width: 1080px;
  padding: 2rem;
  padding-top: 0;
}

@media only screen and (max-width: 700px) {
  main {
    padding: 0;
  }
}
h1 {
  font-size: 3.2em;
  font-family: "titillium";
  line-height: 1.2em;
  margin: 0;
}

h2 {
  font-size: 2em;
  font-family: "titillium";
  margin: 0;
}

h3 {
  font-size: 1.5em;
  font-family: "titillium";
  margin: 0;
}

h4 {
  font-size: 1.2em;
  font-family: "titillium";
  margin: 0;
}

a {
  color: #14A7EA;
  cursor: pointer;
}

.blue-prefix {
  display: flex;
  align-items: center;
}
.blue-prefix:before {
  content: " ";
  border-bottom: 4px #14A7EA solid;
  width: 50px;
  margin-right: 1rem;
}

.rilm-action-link {
  margin-top: 1rem;
  display: inline-block;
}
.rilm-action-link .rilm-action-link-icon {
  margin-right: 0.5rem;
}

.inverting-button, *[data-as-button=true] {
  display: inline-block;
  cursor: pointer;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #171D1F;
  border: 2px #14A7EA solid;
  position: relative;
  z-index: 3;
}
.inverting-button:before, .inverting-button:after, *[data-as-button=true]:before, *[data-as-button=true]:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inverting-button:before, *[data-as-button=true]:before {
  height: 0px;
  z-index: -1;
  background-color: #14A7EA;
  transition: height 0.25s;
}
.inverting-button:after, *[data-as-button=true]:after {
  height: 100%;
  z-index: -2;
  background-color: #FFFFFF;
}
.inverting-button:hover:before, *[data-as-button=true]:hover:before {
  height: 100%;
}
.inverting-button:active, .inverting-button:focus, *[data-as-button=true]:active, *[data-as-button=true]:focus {
  border: 2px rgb(0, 142, 189) solid;
}
.inverting-button:active:before, .inverting-button:focus:before, *[data-as-button=true]:active:before, *[data-as-button=true]:focus:before {
  height: 100%;
  background-color: rgb(0, 142, 189);
}

.c-accordion__item {
  margin: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px #ECEEF1 solid;
}
.c-accordion__item .c-accordion__content img {
  float: left;
  position: relative;
  margin-right: calc(2rem + 8px);
  margin-bottom: 2rem;
  top: 3px;
}
.c-accordion__item .js-accordion-controller:focus {
  outline: 0;
}
.c-accordion__item.is-open .c-accordion__content {
  padding-top: 1rem;
}

.journal-letters, .rilm-track-chart-old-header > p:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}

.journal-letters {
  margin-left: -1rem;
  margin-top: 1rem;
}

.rilm-track-chart-old-header > p:nth-child(2) {
  margin-bottom: 1rem;
}

.journal-letter, .rilm-track-chart-old-header > p:nth-child(2) > a {
  padding: 1rem;
  color: #14A7EA;
  cursor: pointer;
  text-decoration: underline;
}

/**
 * Dropdown CSS
 */
.dropdown {
  position: relative;
}
.dropdown:not(.active) > .dropdown-options {
  display: none;
}

.dropdown:hover, .dropdown:focus {
  overflow: visible;
}
.dropdown:hover .dropdown-options, .dropdown:focus .dropdown-options {
  height: auto;
}

.dropdown-label {
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: inherit;
}
.dropdown-label > .fa:not(.dropdown-toggle) {
  padding: 0 0.5rem;
}
.dropdown-label:hover {
  background-color: #f2f7f9;
}
.dropdown-label:active {
  background-color: #ecf3f7;
}

.dropdown-toggle {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.dropdown-options {
  z-index: 100;
  position: absolute;
  left: -2px;
  right: 0px;
  top: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  box-sizing: content-box !important;
  border: 2px #9EAFBC solid;
  border-top: 0;
}

.dropdown-option {
  display: block;
  text-transform: initial;
  background-color: inherit;
  color: inherit;
  padding: 1rem;
  transition: background-color 0.25s;
}
.dropdown-option:hover {
  background-color: #ECEEF1;
}

.yearly-panel-dropdown {
  display: inline-block;
}
.yearly-panel-dropdown .dropdown-label {
  border: 2px #9EAFBC solid;
}

#site-header {
  font-family: sarabun, Arial;
  font-size: 0.8em;
  max-width: 1080px;
  background-color: inherit;
  padding-bottom: 0;
}
#site-header .dropdown-options {
  left: 0px;
  right: 0px;
  top: 100%;
  min-width: calc(100% - 2px * 2);
  max-width: calc(100% - 2px * 2);
}

#static-header {
  position: relative;
}

.header-left {
  position: absolute;
  height: 100%;
  margin-left: 4rem;
  display: flex;
  align-items: flex-end;
}
.header-left a {
  height: 100%;
}
.header-left img {
  padding: 1rem 0;
  width: 106.91px;
  height: 130px;
}
.header-left .header-left-text {
  position: absolute;
  margin-left: 8rem;
  margin-bottom: 31px;
  font-weight: bold;
  white-space: nowrap;
}
.header-left .header-left-text.f {
  opacity: 0;
  animation: french 30s linear 0s infinite;
}
.header-left .header-left-text.e {
  opacity: 0;
  animation: english 30s linear 0s infinite;
}
.header-left .header-left-text.g {
  opacity: 0;
  animation: german 30s linear 0s infinite;
}

@keyframes french {
  0% {
    opacity: 1;
  }
  31% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes english {
  0% {
    opacity: 0;
  }
  31% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  64% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes german {
  0% {
    opacity: 0;
  }
  64% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header-right {
  text-transform: uppercase;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #171D1F;
  background-color: rgb(228, 238, 243);
  padding: 1rem 4rem;
}
.header-top .header-top-label {
  display: inline-block;
  font-weight: bold;
  font-size: inherit;
  margin-right: 1rem;
}
.header-top .header-top-link:not(:last-child):after {
  display: inline-block;
  content: "/";
  color: #14A7EA;
  text-decoration: none;
  padding: 0 1rem;
}
.header-top .header-top-link {
  display: inline-block;
  color: #171D1F;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #171D1F;
  background-color: #FFFFFF;
  padding: 1rem 4rem;
  font-weight: bold;
}
.header-bottom .header-bottom-link {
  padding: 1rem;
}
.header-bottom .dropdown-label, .header-bottom .header-bottom-link {
  color: #171D1F;
}
.header-bottom .dropdown-label:last-child, .header-bottom .header-bottom-link:last-child {
  padding-right: 0;
}
.header-bottom .information-dropdown {
  margin: 0 auto;
}

#sticky-header {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 1080px;
  background-color: #FFFFFF;
  top: 0;
  z-index: 101;
  text-transform: uppercase;
}
#sticky-header .header-left-text {
  display: none;
  margin-left: 2rem;
  text-transform: none;
  font-size: 1.4em;
}
#sticky-header .header-spacer {
  flex-grow: 1;
}
#sticky-header .header-bottom {
  margin: 0 2rem;
  padding: 0 2rem;
}
#sticky-header .header-bottom-link {
  padding: 1rem;
}
#sticky-header .sticky-logo img {
  max-height: 40px;
}
@media screen and (min-width: 950px) {
  #sticky-header .header-bottom {
    padding-left: 2rem;
  }
  #sticky-header .header-bottom > .dropdown-label .dropdown-toggle {
    display: none;
  }
  #sticky-header .header-bottom > .dropdown-options {
    flex: 1 0 auto;
    display: inline-flex;
    position: relative;
    height: auto;
    border: none;
    right: 0;
    top: initial;
    min-width: auto;
    flex-direction: row;
  }
  #sticky-header .header-bottom > .dropdown-options > .dropdown {
    display: flex;
    justify-content: center;
    align-self: center;
  }
}
#sticky-header .dropdown-label, #sticky-header .header-bottom-link {
  color: #171D1F;
}
#sticky-header .dropdown-label:last-child, #sticky-header .header-bottom-link:last-child {
  padding-right: 0;
}
#sticky-header .mobile-menu-toggle {
  display: none;
}

.products-dropdown {
  margin-right: 1rem;
}

.product-header-short {
  display: none;
  position: relative;
  z-index: 1;
}
.product-header-short.encyclopedias {
  background-color: rgb(164, 40, 48);
}
.product-header-short.encyclopedias:after {
  background-image: url(/wp-content/themes/rilm/assets/products/encyclopedias-title.png);
}
.product-header-short.abstracts {
  background-color: rgb(219, 130, 38);
}
.product-header-short.abstracts:after {
  background-image: url(/wp-content/themes/rilm/assets/products/abstracts-title.png);
}
.product-header-short.deumm-online {
  background-color: rgb(206, 69, 40);
}
.product-header-short.deumm-online:after {
  background-image: url(/wp-content/themes/rilm/assets/products/deumm-online-title.png);
}
.product-header-short.rise {
  background-color: rgb(77, 145, 71);
}
.product-header-short.rise:after {
  background-image: url(/wp-content/themes/rilm/assets/products/rise-title.png);
}
.product-header-short.publications {
  background-color: rgb(126, 145, 151);
}
.product-header-short.publications:after {
  background-image: url(/wp-content/themes/rilm/assets/products/publications-title.png);
}
.product-header-short.mgg-online {
  background-color: rgb(43, 83, 121);
}
.product-header-short.mgg-online:after {
  background-image: url(/wp-content/themes/rilm/assets/products/mgg-online-title.png);
}
.product-header-short.rapmm {
  background-color: rgb(242, 32, 113);
}
.product-header-short.rapmm:after {
  background-image: url(/wp-content/themes/rilm/assets/products/rapmm-title.png);
}
.product-header-short.rilm {
  background-color: rgb(0, 142, 189);
}
.product-header-short.rilm:after {
  background-image: url(/wp-content/themes/rilm/assets/products/rilm-title.png);
}
.product-header-short h1 {
  font-size: 1.5rem;
  text-transform: none;
  color: #FFFFFF;
  padding: 1rem;
  position: relative;
  z-index: 3;
}
.product-header-short:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 500px;
  z-index: 2;
}

body.scrolled #sticky-header {
  display: block;
}

body.body-scrolled .product-header-short {
  display: block;
}

@media screen and (max-width: 950px) {
  #static-header {
    display: none;
  }
  #sticky-header {
    display: block;
    position: relative;
    top: 0;
    padding-bottom: 2rem;
  }
  #sticky-header .header-left-text {
    display: block;
  }
  #sticky-header .products-dropdown {
    margin-right: 0;
  }
  #sticky-header .header-bottom {
    padding: 0.5rem 1rem;
    background-color: rgb(228, 238, 243);
  }
  #sticky-header .header-bottom > .dropdown-label {
    justify-content: space-between;
    width: 100%;
  }
  #sticky-header .header-bottom > .dropdown-label > .dropdown-toggle {
    font-size: 2rem;
  }
  #sticky-header .header-bottom > .dropdown-options .dropdown .dropdown-label span {
    padding-left: 1rem;
  }
  #sticky-header .header-bottom .header-bottom-link {
    padding: 1rem;
  }
  #sticky-header .header-bottom .information-dropdown .dropdown-label > *, #sticky-header .header-bottom .products-dropdown .dropdown-label > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #sticky-header .dropdown-options {
    background-color: rgb(228, 238, 243);
  }
  #sticky-header .dropdown-options > * {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  #sticky-header .dropdown-options .dropdown {
    flex-direction: column;
  }
  #sticky-header .dropdown-options .dropdown-label {
    padding: 0.5rem;
    justify-content: center;
  }
  #sticky-header .dropdown-options .dropdown-options {
    margin-bottom: 2rem;
    position: relative;
    border: none;
    right: 0;
  }
}
@media only screen and (max-width: 700px) {
  #sticky-header {
    padding-bottom: 0;
  }
  #sticky-header .header-bottom {
    margin: 0;
  }
}
#site-footer {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "logo left-top right" "logo left-bottom right";
  max-width: 1080px;
  background-color: inherit;
  padding: 0;
  font-family: sarabun, Arial;
  font-size: 0.8em;
}

.gc-logo {
  grid-area: logo;
  width: 150px;
  margin: 1rem;
  background-image: url("/wp-content/themes/rilm/assets/gc_logo_new.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-left-top {
  grid-area: left-top;
  border-bottom: 2px rgba(0, 0, 0, 0.1) solid;
}
.footer-left-top .footer-left-top-link {
  padding-left: 0.75rem;
  color: #171D1F;
  font-weight: bold;
}
.footer-left-top .footer-left-top-link:not(:last-child):after {
  display: inline-block;
  content: "/";
  color: #14A7EA;
  text-decoration: none;
  padding-left: 0.75rem;
}

@media screen and (max-width: 610px) {
  .gc-logo {
    height: unset;
  }
  #site-footer {
    justify-items: center;
  }
  .footer-left-top {
    align-items: center;
  }
  .footer-left-top-links {
    padding-left: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-left-top-links .footer-left-top-link {
    padding: 1rem;
  }
  .footer-left-top-links .footer-left-top-link:not(:last-child):after {
    display: none;
  }
}
.footer-left-bottom {
  grid-area: left-bottom;
}

.footer-left-bottom-text:not(:last-child):after {
  display: inline-block;
  content: "/";
  color: #14A7EA;
  text-decoration: none;
  padding: 0 0.75rem;
}

.footer-left-top, .footer-left-bottom {
  display: flex;
  align-items: center;
  padding: 1rem 0.75rem;
}

.footer-right {
  grid-area: right;
}

.footer-right-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-right-top label {
  margin: 1rem 0;
  margin-right: 0.75rem;
  font-size: inherit;
  font-weight: bold;
}
.footer-right-top a {
  margin: 0.75rem;
  color: #14A7EA;
}
.footer-right-top img {
  max-height: 70px;
}

@media screen and (max-width: 950px) {
  #site-footer {
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". logo logo ." ". left-top left-top ." ". left-bottom left-bottom ." ". right right .";
    margin: 0.75rem 0;
  }
  .gc-logo {
    height: 80px;
  }
  .footer-left-top {
    border-bottom: none;
    justify-content: flex-end;
  }
  .footer-right-top {
    justify-content: center;
  }
  .footer-right-top img {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .footer-left-bottom {
    display: block;
  }
  .footer-left-bottom .footer-left-bottom-text {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .footer-left-bottom .footer-left-bottom-text:not(:last-child):after {
    display: none;
  }
}
.rilm-sidebar {
  box-shadow: 0 0.5rem 2rem 0 rgba(10, 24, 33, 0.14);
}
.rilm-sidebar > .rilm-sidebar-level {
  padding: 1rem;
}
.rilm-sidebar > .rilm-sidebar-level > .rilm-sidebar-item {
  margin-left: 1rem;
}
.rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  margin: 0.5rem 0;
  padding: 0 0.5rem;
}
.rilm-sidebar ul {
  list-style: none;
}

.rilm-sidebar-title {
  width: 100%;
  position: relative;
  display: flex;
}

.rilm-sidebar-title-text, .rilm-sidebar-title-toggle {
  color: white;
}

.rilm-sidebar-title-text {
  flex: 0 1 auto;
  align-self: flex-start;
  font-size: 1.4em;
  width: calc(100% - 1rem);
  padding: 1rem;
  margin-bottom: calc(1rem + 0.7rem);
}

.rilm-sidebar-title-toggle {
  color: transparent;
  align-self: flex-end;
  font-size: 0.7rem;
  padding: 0.5rem;
  background-color: inherit;
}

.rilm-sidebar-item {
  position: relative;
}
.rilm-sidebar-item a {
  color: #171D1F;
}
.rilm-sidebar-item .rilm-sidebar-item-title {
  display: flex;
  align-items: center;
}
.rilm-sidebar-item.current {
  margin-left: 1rem;
}
.rilm-sidebar-item.current > .rilm-sidebar-item-title {
  font-weight: bold;
}
.rilm-sidebar-item.current > .rilm-sidebar-item-title:before {
  position: absolute;
  right: 100%;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.5em;
  content: "▪";
  color: #14A7EA;
}
.rilm-sidebar-item:not(:first-child) {
  margin-top: 1rem;
}

@media only screen and (max-width: 700px) {
  .rilm-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    background-color: #FFFFFF;
    margin-left: 2rem;
    border-left: none !important;
    transition: width 0.5s;
  }
  .rilm-sidebar .rilm-sidebar-title-text {
    margin-right: 2rem;
  }
  .rilm-sidebar .rilm-sidebar-title-toggle {
    position: absolute;
    left: -2rem;
  }
  .rilm-sidebar > * {
    width: 100vw;
  }
  .rilm-sidebar.mobile-visible {
    width: 100%;
  }
  .rilm-sidebar.mobile-visible .rilm-sidebar-title-toggle {
    right: 0;
    left: unset;
  }
  .rilm-sidebar-title-text {
    margin-bottom: 2rem;
  }
  .rilm-sidebar-title-toggle {
    font-size: 1em;
    text-align: center;
    color: #FFFFFF;
    height: 2rem;
    width: 2rem;
  }
}
.rilm-sidebar-back {
  display: flex;
  align-items: center;
}
.rilm-sidebar-back a, .rilm-sidebar-back span {
  padding: 1rem;
  color: #FFFFFF;
}
.rilm-sidebar-back a {
  padding-left: 0;
}

.wp-block-group.rilm-info-panel {
  background-color: #ECEEF1;
  margin-left: 8rem;
  padding: 2rem 2rem 2rem 10rem;
  min-height: calc(13.36rem + 4rem);
}
@media only screen and (max-width: 610px) {
  .wp-block-group.rilm-info-panel {
    padding: 1rem;
    margin: 0 1rem;
  }
  .wp-block-group.rilm-info-panel .wp-block-group__inner-container, .wp-block-group.rilm-info-panel .wp-block-group {
    width: 100%;
  }
  .wp-block-group.rilm-info-panel .rilm-brochure[data-has-description=false] {
    margin-top: 2rem;
    align-items: flex-start;
  }
}
.product-content .wp-block-group.rilm-info-panel h2, .editor-styles-wrapper .wp-block-group.rilm-info-panel h2 {
  font-family: sarabun, Arial;
  font-size: 2em;
  color: #171D1F;
  padding-bottom: 2rem;
}
.product-content .wp-block-group.rilm-info-panel h2:after, .editor-styles-wrapper .wp-block-group.rilm-info-panel h2:after {
  border-bottom: unset;
  margin-left: 0;
}
.product-content .wp-block-group.rilm-info-panel h3:first-of-type, .editor-styles-wrapper .wp-block-group.rilm-info-panel h3:first-of-type {
  margin: 0;
  margin-bottom: 2rem;
}
.product-content .wp-block-group.rilm-info-panel h3:not(:first-of-type), .editor-styles-wrapper .wp-block-group.rilm-info-panel h3:not(:first-of-type) {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 610px) {
  .product-content .wp-block-group.rilm-info-panel h3, .editor-styles-wrapper .wp-block-group.rilm-info-panel h3 {
    margin-top: 2rem;
  }
}
.wp-block-group.rilm-info-panel h3 {
  text-transform: uppercase;
  margin: 1rem 0;
  font-family: titillium;
  color: #0B6788;
  display: flex;
  align-items: center;
}
.wp-block-group.rilm-info-panel h3:after {
  content: " ";
  display: inline-block;
  flex: 1 0 auto;
  height: 2px;
  border-bottom: 2px #FFFFFF solid;
  margin-left: 0.5rem;
}
.wp-block-group.rilm-info-panel h3:empty {
  height: 2px;
}
.wp-block-group.rilm-info-panel h3:empty:after {
  margin-left: 0;
}
.wp-block-group.rilm-info-panel h4 {
  padding-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 610px) {
  .wp-block-group.rilm-info-panel {
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
    /*
        This is a tricky one I'm sorta proud of.

        - The images should be lined up vertically with the top of the first `h3` in the info panel.
        - The `h3` requires the border line to the right, so position this relative to the `h2` above the first `h3`.
        - They should be horizontally positioned to straddle the gray bounding box.
        - Use a :before and :after to match DfC's original request with two separate images.
        - `pos:absolute` to make them both line up since we know how tall they should be.
    */
  }
  .wp-block-group.rilm-info-panel.encyclopedias h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.encyclopedias h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/encyclopedias-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.encyclopedias h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/encyclopedias.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.abstracts h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.abstracts h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/abstracts-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.abstracts h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/abstracts.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.deumm-online h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.deumm-online h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/deumm-online-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.deumm-online h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/deumm-online.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.rise h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.rise h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/rise-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.rise h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/rise.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.publications h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.publications h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/publications-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.publications h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/publications.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.mgg-online h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.mgg-online h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/mgg-online-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.mgg-online h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/mgg-online.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.rapmm h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.rapmm h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/rapmm-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.rapmm h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/rapmm.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.rilm h2:first-of-type {
    position: relative;
  }
  .wp-block-group.rilm-info-panel.rilm h2:first-of-type:before {
    content: " ";
    width: 16rem;
    height: 4rem;
    background-image: url("/wp-content/themes/rilm/assets/products/rilm-squares.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: calc(-2 * 8rem - 2rem);
  }
  .wp-block-group.rilm-info-panel.rilm h2:first-of-type:after {
    content: " ";
    width: 16rem;
    height: 9.36rem;
    background-image: url("/wp-content/themes/rilm/assets/products/rilm.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(100% + 4rem);
    left: calc(-2 * 8rem - 2rem);
  }
}
@media only screen and (max-width: 610px) {
  .wp-block-group.rilm-info-panel.encyclopedias h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/encyclopedias-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-group.rilm-info-panel.abstracts h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/abstracts-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-group.rilm-info-panel.deumm-online h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/deumm-online-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-group.rilm-info-panel.rise h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/rise-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-group.rilm-info-panel.publications h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/publications-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-group.rilm-info-panel.mgg-online h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/mgg-online-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-group.rilm-info-panel.rapmm h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/rapmm-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .wp-block-group.rilm-info-panel.rilm h2:first-of-type {
    min-height: 20vw;
    background-image: url("/wp-content/themes/rilm/assets/products/rilm-squares.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.rilm-track-chart-old table {
  font-size: 0.8em;
  width: 100% !important;
}
.rilm-track-chart-old td {
  min-height: 0.5rem;
}
.rilm-track-chart-old td[colspan="7"] {
  font-size: 1.4em;
  padding: 1rem;
}
.rilm-track-chart-old .rilm-track-chart-old-header p {
  padding-bottom: 0.5rem;
}
.rilm-track-chart-old .rilm-track-chart-old-header p:first-child {
  font-weight: bold;
}
.rilm-track-chart-old .rilm-track-chart-old-header p:last-child a:not(:last-child) {
  margin-right: 0.5rem;
}

.wp-block-column > *:not(:first-child), .post-inner > *:not(:first-child), .rilm-post-content > *:not(:first-child) {
  margin-top: 1rem;
}
.wp-block-column h2:not(:first-child), .post-inner h2:not(:first-child), .rilm-post-content h2:not(:first-child) {
  margin-top: 2rem;
}
.wp-block-column h3:not(:first-child), .post-inner h3:not(:first-child), .rilm-post-content h3:not(:first-child) {
  margin-top: 2rem;
}
.wp-block-column h4:not(:first-child), .post-inner h4:not(:first-child), .rilm-post-content h4:not(:first-child) {
  margin-top: 1rem;
}
.wp-block-column ul, .post-inner ul, .rilm-post-content ul {
  list-style: url("/wp-content/themes/rilm/assets/list-favicon.png");
  padding-left: 1rem;
}
.wp-block-column ul ul, .post-inner ul ul, .rilm-post-content ul ul {
  margin-top: 0.5rem;
  list-style: "– ";
}
.wp-block-column ul li:not(:first-child), .post-inner ul li:not(:first-child), .rilm-post-content ul li:not(:first-child) {
  padding-top: 0.5rem;
}

@media (max-width: 700px) {
  .rilm-post-publication, .rilm-post-content {
    padding: 2rem;
    padding-top: 0;
  }
}
h1[id], h2[id], h3[id], h4[id], p[id] {
  scroll-margin-top: 10rem;
}

.wp-rilm-centered {
  display: table;
  margin: 0 auto;
}

.wp-block-columns {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-column {
    margin: 0 1rem;
  }
  .wp-block-image .alignright,
.wp-block-image .alignleft {
    float: none;
    display: block;
    text-align: center;
    margin: 1rem 0;
  }
}
.wp-block-image figure {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-image img {
  height: auto;
}

figcaption {
  font-size: 0.8em;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: block;
}

.rilm-post {
  margin-bottom: 2rem;
}

.rilm-post-header {
  padding: 2rem 0;
}

.rilm-post-publication {
  margin-bottom: 2rem;
}

/*
 * Hero section
 */
.hero {
  height: 300px;
  display: flex;
  align-items: center;
  background-color: #0B6788;
}

.hero-teal {
  position: relative;
  flex: 0 1 auto;
  max-width: calc(1080px - 600px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 2rem;
}
.hero-teal h1 {
  z-index: 2;
}
.hero-teal .hero-teal-link {
  margin-top: 2rem;
  z-index: 2;
  text-transform: uppercase;
  color: white;
  font-family: sarabun, Arial;
}
.hero-teal:before {
  z-index: 1;
  content: " ";
  background-color: rgb(0, 123, 152);
  position: absolute;
  height: 33%;
  width: 50%;
  left: 12.5%;
  top: 17%;
}
.hero-teal:after {
  z-index: 1;
  content: " ";
  background-color: rgb(0, 123, 152);
  position: absolute;
  height: 33%;
  width: 25%;
  left: 62.5%;
  top: 50%;
}

.hero-complement {
  height: 100%;
  flex: 1 1 600px;
  max-width: 600px;
}

/*
 * Products section
 */
#site-content .featured-post {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 90px;
  color: #FFFFFF;
}
#site-content .featured-post:hover {
  cursor: pointer;
  text-decoration: underline;
}
#site-content .featured-post img {
  height: 90px;
}
#site-content .featured-post[data-id="3627"] {
  padding-right: 2rem;
}
#site-content .featured-post[data-id="3627"] img {
  transform: rotate(-6deg);
}
#site-content .products {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  grid-gap: 1rem;
  margin: 1rem 0;
}
#site-content .product.encyclopedias {
  background-color: rgb(164, 40, 48);
}
#site-content .product.abstracts {
  background-color: rgb(219, 130, 38);
}
#site-content .product.deumm-online {
  background-color: rgb(206, 69, 40);
}
#site-content .product.rise {
  background-color: rgb(77, 145, 71);
}
#site-content .product.publications {
  background-color: rgb(126, 145, 151);
}
#site-content .product.mgg-online {
  background-color: rgb(43, 83, 121);
}
#site-content .product.rapmm {
  background-color: rgb(242, 32, 113);
}
#site-content .product.rilm {
  background-color: rgb(0, 142, 189);
}
#site-content .product-header {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
}
#site-content .product-header img {
  max-width: 100%;
}
#site-content .product-header .product-header-text {
  display: block;
  padding: 1rem;
  position: absolute;
  width: 100%;
  color: white;
  text-decoration: none;
}
#site-content .product-header .product-header-text h3 {
  display: inline;
}
#site-content .product-header .product-header-text:hover {
  cursor: pointer;
  text-decoration: underline;
}
#site-content .product-subheader {
  position: relative;
  top: -1px;
  background-color: inherit;
  color: white;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  min-height: 2rem;
}
#site-content .product-subheader .record-count {
  margin-right: 0.5rem;
}
#site-content .product-subheader .record-count:after {
  display: inline-block;
  content: "|";
  margin-left: 0.5rem;
}
#site-content .product-subheader .record-type {
  text-transform: uppercase;
  font-size: 0.8em;
}
#site-content .product-learn-more {
  max-width: 100%;
  position: relative;
  background-color: inherit;
}
#site-content .product-learn-more img {
  width: 100%;
  max-width: 100%;
}
#site-content .product-learn-more .product-learn-more-links {
  background-color: inherit;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 3rem;
}
#site-content .product-learn-more .product-learn-more-link {
  margin-left: 1rem;
  padding: 1rem;
  background-color: inherit;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  transition: background-color 0.2s;
}
#site-content .product-learn-more .product-learn-more-link:hover {
  background-color: rgb(0, 123, 152);
}
#site-content .product-learn-more .product-learn-more-link:active {
  background-color: #0B6788;
}
#site-content .product-image-credits {
  min-height: 1rem;
  margin-bottom: 4px;
  background-color: inherit;
  color: white;
  font-size: 0.8em;
}
#site-content .product-image-credits .dropdown-label {
  padding: 0.5rem 1rem;
  transition: background-color 0.2s;
}
#site-content .product-image-credits .dropdown-label:hover {
  background-color: rgb(0, 123, 152);
}
#site-content .product-image-credits .dropdown-label:active {
  background-color: #0B6788;
}
#site-content .product-image-credits .dropdown-options {
  background-color: inherit;
  padding: 1rem;
  border: none;
  left: 0;
  box-sizing: border-box !important;
}

@media only screen and (max-width: 700px) {
  #site-content .products {
    margin: 1rem;
  }
}
/*
 * Post lists sections
 */
.post-lists {
  display: flex;
  align-items: stretch;
}
.post-lists .news {
  flex: 0 0 33%;
  background-color: #ECEEF1;
}
.post-lists .news .news-header {
  text-transform: uppercase;
}
.post-lists .bibliolore {
  flex: 1 0 66%;
}
.post-lists > * {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 4rem 1rem;
}

.post-lists-goto {
  align-self: center;
  margin-top: 1rem;
}

.news-posts {
  margin-top: 2rem;
  font-size: 0.8em;
}

.news-post-body {
  margin-top: 1rem;
}

.news-post-title {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.bibliolore-header-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.bibliolore-header-line > * {
  padding-bottom: 1rem;
}
.bibliolore-header-line .bibliolore-header {
  flex: 1 0 auto;
  padding-right: 1rem;
}
.bibliolore-header-line .bibliolore-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bibliolore-header-line .bibliolore-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bibliolore-header-line .bibliolore-stat:not(:last-child) {
  margin-right: 1rem;
}
.bibliolore-header-line .bibliolore-count {
  font-size: 1.4em;
}
.bibliolore-header-line .bibliolore-count-name {
  margin: 0 0.5rem;
  font-size: 0.8em;
  text-transform: uppercase;
}

.bibliolore-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1rem;
  margin: 1rem 0;
  font-size: 0.8em;
}

.bibliolore-post {
  display: flex;
  align-items: center;
}

.bibliolore-post-thumbnail {
  width: 100px;
  height: auto;
  margin-right: 1rem;
}

.bibliolore-post-title {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #14A7EA;
}

.bibliolore-post-blurb {
  font-family: sarabun, Arial;
  font-size: 1em;
}

.aboutus-langs {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #809197;
  padding: 4rem 2rem;
}
.aboutus-langs .watermark {
  background-image: url("/wp-content/themes/rilm/assets/rilm-watermark.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.aboutus-langs-left {
  flex: 0 0 30%;
  color: #FFFFFF;
}
.aboutus-langs-left .aboutus-langs-header {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.aboutus-langs-left .aboutus-langs-description {
  font-size: 0.8em;
}

.aboutus-langs-collection {
  flex: 0 1 70%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 1rem;
  padding-left: 2rem;
}
.aboutus-langs-collection a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .hero {
    display: block;
    height: auto;
  }
  .hero-teal {
    max-width: unset;
    padding: 4rem;
  }
  .hero-complement {
    width: 100%;
    height: auto;
    max-width: unset;
    min-height: 350px;
  }
  .post-lists {
    flex-direction: column;
  }
  .post-lists .news, .post-lists .bibliolore {
    padding: 2rem;
  }
}
@media only screen and (max-width: 610px) {
  .aboutus-langs {
    padding: 2rem;
    flex-direction: column;
    align-items: stretch;
  }
  .aboutus-langs-left {
    padding-bottom: 2rem;
  }
  .aboutus-langs-collection {
    padding-left: 0;
  }
}
.notfound {
  padding: 4rem;
}

h1.notfound-header {
  text-align: center;
  padding-bottom: 4rem;
}

.notfound h4 {
  text-align: center;
}
.notfound h4:not(:first-of-type) {
  padding-top: 2rem;
}

.product-content, .editor-styles-wrapper {
  color: #171D1F;
}
.product-content.encyclopedias .rilm-stats-entry-count, .product-content.encyclopedias h2, .editor-styles-wrapper.encyclopedias .rilm-stats-entry-count, .editor-styles-wrapper.encyclopedias h2 {
  color: rgb(164, 40, 48);
}
.product-content.encyclopedias .product-header:not(.custom), .product-content.encyclopedias .rilm-pagetop-blurb:before,
.product-content.encyclopedias .rilm-sidebar-title-text, .product-content.encyclopedias .rilm-sidebar-title-toggle,
.product-content.encyclopedias .rilm-sidebar-back, .editor-styles-wrapper.encyclopedias .product-header:not(.custom), .editor-styles-wrapper.encyclopedias .rilm-pagetop-blurb:before,
.editor-styles-wrapper.encyclopedias .rilm-sidebar-title-text, .editor-styles-wrapper.encyclopedias .rilm-sidebar-title-toggle,
.editor-styles-wrapper.encyclopedias .rilm-sidebar-back {
  background-color: rgb(164, 40, 48);
}
.product-content.encyclopedias .rilm-sidebar,
.product-content.encyclopedias .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.encyclopedias .rilm-sidebar,
.editor-styles-wrapper.encyclopedias .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(164, 40, 48) solid;
}
.product-content.abstracts .rilm-stats-entry-count, .product-content.abstracts h2, .editor-styles-wrapper.abstracts .rilm-stats-entry-count, .editor-styles-wrapper.abstracts h2 {
  color: rgb(219, 130, 38);
}
.product-content.abstracts .product-header:not(.custom), .product-content.abstracts .rilm-pagetop-blurb:before,
.product-content.abstracts .rilm-sidebar-title-text, .product-content.abstracts .rilm-sidebar-title-toggle,
.product-content.abstracts .rilm-sidebar-back, .editor-styles-wrapper.abstracts .product-header:not(.custom), .editor-styles-wrapper.abstracts .rilm-pagetop-blurb:before,
.editor-styles-wrapper.abstracts .rilm-sidebar-title-text, .editor-styles-wrapper.abstracts .rilm-sidebar-title-toggle,
.editor-styles-wrapper.abstracts .rilm-sidebar-back {
  background-color: rgb(219, 130, 38);
}
.product-content.abstracts .rilm-sidebar,
.product-content.abstracts .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.abstracts .rilm-sidebar,
.editor-styles-wrapper.abstracts .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(219, 130, 38) solid;
}
.product-content.deumm-online .rilm-stats-entry-count, .product-content.deumm-online h2, .editor-styles-wrapper.deumm-online .rilm-stats-entry-count, .editor-styles-wrapper.deumm-online h2 {
  color: rgb(206, 69, 40);
}
.product-content.deumm-online .product-header:not(.custom), .product-content.deumm-online .rilm-pagetop-blurb:before,
.product-content.deumm-online .rilm-sidebar-title-text, .product-content.deumm-online .rilm-sidebar-title-toggle,
.product-content.deumm-online .rilm-sidebar-back, .editor-styles-wrapper.deumm-online .product-header:not(.custom), .editor-styles-wrapper.deumm-online .rilm-pagetop-blurb:before,
.editor-styles-wrapper.deumm-online .rilm-sidebar-title-text, .editor-styles-wrapper.deumm-online .rilm-sidebar-title-toggle,
.editor-styles-wrapper.deumm-online .rilm-sidebar-back {
  background-color: rgb(206, 69, 40);
}
.product-content.deumm-online .rilm-sidebar,
.product-content.deumm-online .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.deumm-online .rilm-sidebar,
.editor-styles-wrapper.deumm-online .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(206, 69, 40) solid;
}
.product-content.rise .rilm-stats-entry-count, .product-content.rise h2, .editor-styles-wrapper.rise .rilm-stats-entry-count, .editor-styles-wrapper.rise h2 {
  color: rgb(77, 145, 71);
}
.product-content.rise .product-header:not(.custom), .product-content.rise .rilm-pagetop-blurb:before,
.product-content.rise .rilm-sidebar-title-text, .product-content.rise .rilm-sidebar-title-toggle,
.product-content.rise .rilm-sidebar-back, .editor-styles-wrapper.rise .product-header:not(.custom), .editor-styles-wrapper.rise .rilm-pagetop-blurb:before,
.editor-styles-wrapper.rise .rilm-sidebar-title-text, .editor-styles-wrapper.rise .rilm-sidebar-title-toggle,
.editor-styles-wrapper.rise .rilm-sidebar-back {
  background-color: rgb(77, 145, 71);
}
.product-content.rise .rilm-sidebar,
.product-content.rise .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.rise .rilm-sidebar,
.editor-styles-wrapper.rise .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(77, 145, 71) solid;
}
.product-content.publications .rilm-stats-entry-count, .product-content.publications h2, .editor-styles-wrapper.publications .rilm-stats-entry-count, .editor-styles-wrapper.publications h2 {
  color: rgb(126, 145, 151);
}
.product-content.publications .product-header:not(.custom), .product-content.publications .rilm-pagetop-blurb:before,
.product-content.publications .rilm-sidebar-title-text, .product-content.publications .rilm-sidebar-title-toggle,
.product-content.publications .rilm-sidebar-back, .editor-styles-wrapper.publications .product-header:not(.custom), .editor-styles-wrapper.publications .rilm-pagetop-blurb:before,
.editor-styles-wrapper.publications .rilm-sidebar-title-text, .editor-styles-wrapper.publications .rilm-sidebar-title-toggle,
.editor-styles-wrapper.publications .rilm-sidebar-back {
  background-color: rgb(126, 145, 151);
}
.product-content.publications .rilm-sidebar,
.product-content.publications .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.publications .rilm-sidebar,
.editor-styles-wrapper.publications .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(126, 145, 151) solid;
}
.product-content.mgg-online .rilm-stats-entry-count, .product-content.mgg-online h2, .editor-styles-wrapper.mgg-online .rilm-stats-entry-count, .editor-styles-wrapper.mgg-online h2 {
  color: rgb(43, 83, 121);
}
.product-content.mgg-online .product-header:not(.custom), .product-content.mgg-online .rilm-pagetop-blurb:before,
.product-content.mgg-online .rilm-sidebar-title-text, .product-content.mgg-online .rilm-sidebar-title-toggle,
.product-content.mgg-online .rilm-sidebar-back, .editor-styles-wrapper.mgg-online .product-header:not(.custom), .editor-styles-wrapper.mgg-online .rilm-pagetop-blurb:before,
.editor-styles-wrapper.mgg-online .rilm-sidebar-title-text, .editor-styles-wrapper.mgg-online .rilm-sidebar-title-toggle,
.editor-styles-wrapper.mgg-online .rilm-sidebar-back {
  background-color: rgb(43, 83, 121);
}
.product-content.mgg-online .rilm-sidebar,
.product-content.mgg-online .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.mgg-online .rilm-sidebar,
.editor-styles-wrapper.mgg-online .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(43, 83, 121) solid;
}
.product-content.rapmm .rilm-stats-entry-count, .product-content.rapmm h2, .editor-styles-wrapper.rapmm .rilm-stats-entry-count, .editor-styles-wrapper.rapmm h2 {
  color: rgb(242, 32, 113);
}
.product-content.rapmm .product-header:not(.custom), .product-content.rapmm .rilm-pagetop-blurb:before,
.product-content.rapmm .rilm-sidebar-title-text, .product-content.rapmm .rilm-sidebar-title-toggle,
.product-content.rapmm .rilm-sidebar-back, .editor-styles-wrapper.rapmm .product-header:not(.custom), .editor-styles-wrapper.rapmm .rilm-pagetop-blurb:before,
.editor-styles-wrapper.rapmm .rilm-sidebar-title-text, .editor-styles-wrapper.rapmm .rilm-sidebar-title-toggle,
.editor-styles-wrapper.rapmm .rilm-sidebar-back {
  background-color: rgb(242, 32, 113);
}
.product-content.rapmm .rilm-sidebar,
.product-content.rapmm .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.rapmm .rilm-sidebar,
.editor-styles-wrapper.rapmm .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(242, 32, 113) solid;
}
.product-content.rilm .rilm-stats-entry-count, .product-content.rilm h2, .editor-styles-wrapper.rilm .rilm-stats-entry-count, .editor-styles-wrapper.rilm h2 {
  color: rgb(0, 142, 189);
}
.product-content.rilm .product-header:not(.custom), .product-content.rilm .rilm-pagetop-blurb:before,
.product-content.rilm .rilm-sidebar-title-text, .product-content.rilm .rilm-sidebar-title-toggle,
.product-content.rilm .rilm-sidebar-back, .editor-styles-wrapper.rilm .product-header:not(.custom), .editor-styles-wrapper.rilm .rilm-pagetop-blurb:before,
.editor-styles-wrapper.rilm .rilm-sidebar-title-text, .editor-styles-wrapper.rilm .rilm-sidebar-title-toggle,
.editor-styles-wrapper.rilm .rilm-sidebar-back {
  background-color: rgb(0, 142, 189);
}
.product-content.rilm .rilm-sidebar,
.product-content.rilm .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level, .editor-styles-wrapper.rilm .rilm-sidebar,
.editor-styles-wrapper.rilm .rilm-sidebar > .rilm-sidebar-level .rilm-sidebar-level {
  border-left: 1px rgb(0, 142, 189) solid;
}
.product-content h2, .editor-styles-wrapper h2 {
  font-size: 1.5em;
}
.product-content h2:not(.c-accordion__title), .editor-styles-wrapper h2:not(.c-accordion__title) {
  display: flex;
  align-items: center;
}
.product-content h2:not(.c-accordion__title):after, .editor-styles-wrapper h2:not(.c-accordion__title):after {
  content: " ";
  display: inline-block;
  flex: 1 0 auto;
  height: 2px;
  border-bottom: 2px #ECEEF1 solid;
  margin-left: 0.5rem;
}

#site-content .product-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#site-content .product-header:not(.custom) .product-header-background {
  height: 200px;
}
#site-content .product-header.custom.fullwidth .product-header-background {
  position: relative;
  left: 2rem;
  max-width: calc(100% + 4rem);
}
#site-content .product-header .entry-title {
  position: absolute;
  left: 0;
  color: #FFFFFF;
  padding: 0 4rem;
}

@media only screen and (max-width: 700px) {
  .product-header-background {
    display: none;
  }
  #site-content .product-header .entry-title {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.product-inner {
  padding-top: 2rem;
}

/**
 * Forcing the phrase "WITH FULL TEXT" to be on header-like references to RA, even
 * when they're immediately followed by references to the regular one
 *
 * Nope. Didn't make sense to me either.
 */
.page-template-product-template #site-content.abstracts .entry-title:after {
  display: block;
  content: "WITH FULL TEXT";
  font-size: 75%;
}
.page-template-product-template #site-header .product-header-short.abstracts h1:after {
  content: "WITH FULL TEXT";
  font-size: 75%;
  margin-left: 0.5rem;
  position: relative;
  top: -0.15rem;
}

#site-content .products .product.abstracts .product-header-text h3:after {
  color: white;
  content: "WITH FULL TEXT";
  font-size: 75%;
  margin-left: 0.5rem;
  position: relative;
  top: -0.05rem;
}

.rilm-brochure {
  display: flex;
  flex-wrap: wrap;
}
.rilm-brochure[data-has-description=true] {
  align-items: flex-start;
}
.rilm-brochure[data-has-description=true] .rilm-brochure-preview {
  margin-right: 2rem;
}
.rilm-brochure[data-has-description=true] .rilm-brochure-right {
  flex: 1 1 250px;
}
.rilm-brochure[data-has-description=false] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rilm-brochure[data-top-border=true] {
  border-top: 2px #ECEEF1 solid;
  padding-top: 2rem;
}
.rilm-brochure .dropdown-label {
  padding: 1rem;
}

.rilm-brochure-header {
  flex: 0 0 100%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.rilm-brochure-preview {
  max-width: 180px;
  box-shadow: 0 0.5rem 2rem 0 rgba(10, 24, 33, 0.14);
}

.rilm-brochure-description {
  margin-bottom: 1rem;
}

.rilm-brochure-download {
  display: inline-block;
  border: 2px #9EAFBC solid;
  color: #14A7EA;
}

.rilm-pagetop-blurb {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.rilm-pagetop-blurb:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
  margin-top: 0.25rem;
}

.rilm-readmore {
  display: inline-flex;
  align-items: baseline;
  color: #14A7EA;
  padding: 1rem;
  margin: 1rem 0 1rem 0;
  border: 2px #9EAFBC solid;
}
.rilm-readmore .rilm-readmore-icon {
  margin-right: 1rem;
}
.rilm-readmore .rilm-readmore-text {
  display: none;
}

.rilm-stats-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  align-items: center;
  position: relative;
  border-top: 2px #ECEEF1 solid;
  border-bottom: 2px #ECEEF1 solid;
  margin: 1rem 0;
  padding: 1rem;
  padding-left: 3rem;
}
.rilm-stats-panel:before {
  display: block;
  transform: rotate(-90deg);
  position: absolute;
  left: -1rem;
  color: #9EAFBC;
  content: "Stats";
  text-transform: uppercase;
  font-size: 1.4em;
}

.rilm-stats-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem 0;
}
.rilm-stats-entry > .rilm-stats-entry-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.5rem;
}
.rilm-stats-entry > .rilm-stats-entry-count:after {
  font-size: 1.4em;
  display: inline-block;
  content: "";
  width: 30px;
  padding-bottom: 0.5rem;
  border-bottom: 2px #ECEEF1 solid;
}
.rilm-stats-entry .rilm-stats-entry-label {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 0.7em;
}
.rilm-stats-entry .rilm-stats-entry-count {
  font-size: 1.4em;
}
.rilm-stats-entry .rilm-stats-entry-type {
  text-transform: uppercase;
  font-size: 0.8em;
}

.rilm-products-table td {
  box-sizing: border-box;
  padding: 1rem;
}
.rilm-products-table td:nth-child(2) {
  width: 35%;
}
.rilm-products-table td:nth-child(5) img {
  max-width: 100px;
}
.rilm-products-table td:nth-child(5) img:not(:first-child) {
  margin-top: 1rem;
}

.rapmm_title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
}

.sitemap {
  margin: 2% 5%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2em;
}
.sitemap .sitemap-column {
  flex: 0 0 30%;
}
.sitemap .sitemap-column-title {
  margin-bottom: 1rem;
}
.sitemap .sitemap-item {
  padding-bottom: 0.25rem;
}
.sitemap .sitemap-level, .sitemap > .sitemap-level > .sitemap-item {
  padding-bottom: 0.5rem;
}
.sitemap ul {
  list-style: none;
}

.singular-wrapper {
  position: relative;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.rilm-sidebar {
  flex: 0 0 30%;
}

.singular-inner:first-child {
  flex: 0 0 100%;
}
.singular-inner:not(:first-child) {
  flex: 0 1 70%;
  margin-left: 4rem;
}

@media only screen and (max-width: 700px) {
  .singular-inner:not(:first-child) {
    flex: 0 0 100%;
    margin-left: 0;
  }
}

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



