@charset "UTF-8";
:root {
  --l: 50%;
  --white: #fff;
  --black: #000;
  --rm-green: #44e5b9;
  --rm-blue-light: #528bfc;
  --rm-blue: #0156fc;
  --rm-red: #e0152b;
  --rm-yellow: #fad442;
  --rm-black: #151215;
  --rm-gray: #edf0f3;
  --rm-gray-neutral: #dbdbdb;
  --rm-gray--100: #8b8f92;
  --rm-gray--200: #8b9ba0;
  --rm-gray--300: #607075;
  --rm-gray--dark: #252b2d;
  --rm-accent--lime: #6bebb6;
  --rm-accent--yellow: #fad442;
  --rm-accent--ramsalt: #00507e;
  --rm-accent: var(--rm-accent--lime);
  --rm-accent--secondary: var(--rm-green);
  --primary: #151215;
  --primary-accent: #2e2e2e;
  --primary-100: hsl(var(--primary), calc(var(--l) + 30%));
  --primary-900: hsl(var(--primary), calc(var(--l) - 30%));
  --secondary: #6bebb6;
  --rm-footer-bg: #151215;
  --rm-footer-text: #ffffff; }

:root {
  --l: 50%;
  --white: #fff;
  --black: #000;
  --rm-green: #44e5b9;
  --rm-blue-light: #528bfc;
  --rm-blue: #0156fc;
  --rm-red: #e0152b;
  --rm-yellow: #fad442;
  --rm-black: #151215;
  --rm-gray: #edf0f3;
  --rm-gray-neutral: #dbdbdb;
  --rm-gray--100: #8b8f92;
  --rm-gray--200: #8b9ba0;
  --rm-gray--300: #607075;
  --rm-gray--dark: #252b2d;
  --rm-accent--lime: #6bebb6;
  --rm-accent--yellow: #fad442;
  --rm-accent--ramsalt: #00507e;
  --rm-accent: var(--rm-accent--lime);
  --rm-accent--secondary: var(--rm-green);
  --primary: #151215;
  --primary-accent: #2e2e2e;
  --primary-100: hsl(var(--primary), calc(var(--l) + 30%));
  --primary-900: hsl(var(--primary), calc(var(--l) - 30%));
  --secondary: #6bebb6;
  --rm-footer-bg: #151215;
  --rm-footer-text: #ffffff; }

::-moz-selection {
  color: var(--rm-black);
  background: var(--rm-accent); }

::selection {
  color: var(--rm-black);
  background: var(--rm-accent); }

.font-heading {
  font-family: "Playfair Display", serif; }

/* Focusing the button with a keyboard will show a dashed black line. */
button:focus-visible {
  outline: 1px dashed var(--rm-accent); }

/* Focusing the button with a mouse, touch, or stylus will show a subtle drop shadow. */
button:focus:not(:focus-visible) {
  outline: none; }

.container-sm {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .container-sm {
      max-width: 720px; } }

.article--list {
  position: relative; }
  .article--list a {
    color: inherit; }

.article--list__title {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.25rem; }

.article--list__date {
  color: var(--rm-gray--100);
  font-size: 0.75rem;
  font-weight: 700; }

.article--list__link {
  display: block;
  border-bottom: 1px solid #E6E6E7;
  padding: 1.25rem 0 1rem;
  text-decoration: none !important; }
  .article--list__link:hover {
    border-color: var(--primary); }
    .article--list__link:hover .article--list__link-hover {
      display: block; }

/* The additional element is used for the hover effect, which does not work with only one pseudo-class */
.article--list__link-hover {
  background: var(--primary);
  color: #fff;
  display: none;
  font-size: 1.25rem;
  height: 100%;
  position: absolute;
  right: -1.5625rem;
  top: 0;
  text-align: center;
  width: 1.5625rem; }
  .article--list__link-hover:after {
    content: '›';
    margin-top: -1.25rem;
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%; }

/* Views listing. Might need to get modularized */
.listing--articles-list__list {
  margin: 0;
  padding: 0; }

.listing--articles-list__item {
  display: block;
  list-style: none;
  padding: 0 1.5625rem;
  position: relative; }
  .listing--articles-list__item:last-child .article--list__link {
    border-bottom: 0; }

/* Quicktabs. Might need to get modularized */
.block-quicktabs-blockmost-popular-latest-articles {
  border: 1px solid #E6E6E7;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .block-quicktabs-blockmost-popular-latest-articles {
      margin-bottom: 3.125rem; } }
  .block-quicktabs-blockmost-popular-latest-articles .quicktabs-tabs {
    background: #E6E6E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    .block-quicktabs-blockmost-popular-latest-articles .quicktabs-tabs li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 50%; }
      .block-quicktabs-blockmost-popular-latest-articles .quicktabs-tabs li.active {
        background: #fff; }
        .block-quicktabs-blockmost-popular-latest-articles .quicktabs-tabs li.active a {
          color: var(--primary); }
    .block-quicktabs-blockmost-popular-latest-articles .quicktabs-tabs a {
      color: var(--rm-gray--300);
      display: inline-block;
      font-size: 0.875rem;
      font-weight: 700;
      padding: 0.625rem 0;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%; }

/* Article listing */
/* TODO: Rethink if that's going to be an own component */
.listing--articles__item {
  margin-bottom: 1.625rem; }
  @media (min-width: 768px) {
    .listing--articles__item {
      margin-bottom: 2.5rem; }
      .listing--articles__item.col-md-6 {
        margin-bottom: 3.125rem; } }
