: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; }

.landingpage {
  background-color: white;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

: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; }

.landingpage {
  background-color: white;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

::-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; } }

body {
  background-color: var(--rm-gray); }

a,
a:hover {
  color: inherit; }

h2.has-huge-font-size,
.h2.has-huge-font-size {
  font-size: 60px !important; }

h2.has-big-font-size,
.h2.has-big-font-size {
  font-size: 48px !important; }

h2.has-small-font-size,
.h2.has-small-font-size {
  font-size: 12px; }

.zone-element-container {
  position: relative; }
  .zone-element-container .term {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ccc;
    padding: 2px 11px;
    font-size: 10px;
    text-transform: uppercase; }

.layout {
  margin-bottom: 1rem;
  position: relative; }
  @media (min-width: 768px) {
    .layout {
      margin-left: -1rem;
      margin-right: -1rem; } }

.layout__region {
  padding: 0 0 1rem 0; }
  @media (min-width: 768px) {
    .layout__region {
      padding: 0 1rem 0; } }

.block-quicktabs-blockmost-popular-latest-articles {
  margin-bottom: 1rem !important; }

.landingpage__content {
  padding-bottom: 1.875rem; }

.landingpage nav.local-tasks {
  position: relative;
  z-index: 40;
  width: 96%; }

.landingpage.contextual-region.focus {
  outline-offset: 10px; }

.landingpage.contextual-region > .contextual {
  top: -57px;
  right: 0px;
  z-index: 30;
  height: 60px; }
  .landingpage.contextual-region > .contextual > button {
    display: none; }

nav.local-tasks ul.nav-tabs li a {
  padding: 0.5rem 1rem;
  display: inline-block;
  min-height: 32px; }

nav.local-tasks ul.nav-tabs li.manage-frontpage a {
  background-image: url("../images/front-sorting.svg"); }

nav.local-tasks ul.nav-tabs li.local-task__entityqueue {
  margin-left: auto; }
  nav.local-tasks ul.nav-tabs li.local-task__entityqueue a {
    padding: 0.5rem 0 0.5rem 2.25rem;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 4px center;
    font-weight: bold;
    color: white;
    font-size: 0; }

body:has(.block-views-blocksearch-index-search-results) {
  background: white !important; }
