@charset "UTF-8";
/* Config */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Layouts */
.layout--onecol-section {
  padding: 0 1.25rem;
}

.layout--2col-section {
  padding: 0 1.25rem;
}

/* Responsive */
/* --------------------------------------------------
   Breakpoint Settings
   -------------------------------------------------- */
/* --------------------------------------------------
   Breakpoint Mixin
   -------------------------------------------------- */
/* Styling */
.mdl-card {
  min-height: 1px;
}

.image {
  line-height: 0;
}

/* Mixins */
@font-face {
  font-family: "MMHeadlineProWebTT";
  src: url("/themes/custom/grounded_mms/fonts/MMHeadlineProWebTT-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "MMTextProWebTT";
  src: url("/themes/custom/grounded_mms/fonts/MMTextWebTT-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MMTextProWebTT";
  src: url("/themes/custom/grounded_mms/fonts/MMTextWebTT-Bold_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MMTextProWebTT", sans-serif;
}
/* fonts */
/**
 *  REM CALCULATIONS
 *
 8px = 0.5714rem
 9px = 0.6429rem
 10px = 0.7143rem
 11px = 0.7857rem
 12px = 0.8571rem
 13px = 0.9286rem
 14px = 1rem (base)
 15px = 1.071rem
 16px = 1.143rem
 17px = 1.214rem
 18px = 1.286rem
 20px = 1.429rem
 22px = 1.571rem
 23px = 1.643rem
 24px = 1.714rem
 26px = 1.857rem
 28px = 2rem
 29px = 2.071rem
 30px = 2.143rem
 32px = 2.286rem
 34px = 2.429rem
 35px = 2.5rem
 36px = 2.571rem
 38px = 2.714rem
 40px = 2.857rem
 45px = 3.214rem
 50px = 3.571rem
 56px = 4rem
 64px = 4.571rem
 112px = 8rem
 */
body, html {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body, html {
    font-size: 14px;
    line-height: 17px;
  }
}

h1, .h1 {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 500;
  font-style: italic;
  font-weight: bold;
  line-height: 50px;
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-wrap: normal;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 20px;
    line-height: 25px;
  }
}

h1 a, .h1 a {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 45px;
  font-weight: 500;
  font-style: italic;
  font-weight: bold;
  line-height: 50px;
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-wrap: normal;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  color: #000000;
}
@media (max-width: 768px) {
  h1 a, .h1 a {
    font-size: 20px;
    line-height: 25px;
  }
}
h1 a:hover, .h1 a:hover {
  color: #000000;
}
h1 a:active, .h1 a:active {
  color: #000000;
}

h2, .h2 {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-wrap: normal;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

h2 a, .h2 a {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-wrap: normal;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  color: #000000;
}
@media (max-width: 768px) {
  h2 a, .h2 a {
    font-size: 20px;
    line-height: 25px;
  }
}
h2 a:hover, .h2 a:hover {
  color: #000000;
}
h2 a:active, .h2 a:active {
  color: #000000;
}

h3, .h3 {
  padding: 36px 0 12px 0;
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-wrap: normal;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

h3 a, .h3 a {
  padding: 36px 0 12px 0;
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-wrap: normal;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  color: #000000;
}
@media (max-width: 768px) {
  h3 a, .h3 a {
    font-size: 16px;
    line-height: 20px;
  }
}
h3 a:hover, .h3 a:hover {
  color: #000000;
}
h3 a:active, .h3 a:active {
  color: #000000;
}

h4, .h4 {
  padding: 36px 0 12px 0;
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

h4 a, .h4 a {
  padding: 36px 0 12px 0;
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 768px) {
  h4 a, .h4 a {
    font-size: 16px;
    line-height: 20px;
  }
}
h4 a:hover, .h4 a:hover {
  color: #000000;
}
h4 a:active, .h4 a:active {
  color: #000000;
}

h5, .h5 {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 36px 0 12px 0;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 14px;
    line-height: 17px;
  }
}

h5 a, .h5 a {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 36px 0 12px 0;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 768px) {
  h5 a, .h5 a {
    font-size: 14px;
    line-height: 17px;
  }
}
h5 a:hover, .h5 a:hover {
  color: #000000;
}
h5 a:active, .h5 a:active {
  color: #000000;
}

h6, .h6 {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 36px 0 12px 0;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-weight: 500;
  padding: 12px 0 12px 0;
}
@media (max-width: 768px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 17px;
  }
}

h6 a, .h6 a {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 36px 0 12px 0;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-weight: 500;
  padding: 12px 0 12px 0;
  color: #000000;
}
@media (max-width: 768px) {
  h6 a, .h6 a {
    font-size: 14px;
    line-height: 17px;
  }
}
h6 a:hover, .h6 a:hover {
  color: #000000;
}
h6 a:active, .h6 a:active {
  color: #000000;
}

header a,
#page a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
header a:hover,
#page a:hover {
  color: #000000;
}
header a:active,
#page a:active {
  color: #000000;
}
header a:hover:after, header a:focus:after, header a:active:after, header a.is-active:after,
#page a:hover:after,
#page a:focus:after,
#page a:active:after,
#page a.is-active:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -3px;
  background-color: #606060;
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

ol {
  padding: 12px 0 12px 0;
  counter-reset: item;
}
ol > li {
  padding: 0 0 0 1em;
  text-indent: -1.3em;
  list-style-type: none;
  counter-increment: item;
}
ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.3em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

ul.menu {
  margin: 0;
}

.item-list ul .menu-item,
.item-list ul li,
ul .menu-item,
ul li {
  list-style-type: none;
}

strong,
em {
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 768px) {
  strong,
em {
    font-size: 14px;
    line-height: 17px;
  }
}

article ul:not(.slick-dots) {
  padding: 12px 0 12px 0;
  list-style: none;
}
article ul:not(.slick-dots) > li {
  padding: 0 1em;
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}

h2.no-subheadline {
  margin-bottom: 30px;
}

.subheadline {
  padding: 36px 0 12px 0;
  color: #000000;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-wrap: normal;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  font-family: "MMTextProWebTT", "Arial", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .subheadline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .subheadline {
    font-size: 16px;
    line-height: 20px;
  }
}

table {
  width: 100%;
}
table tr th,
table tr td {
  padding: 0.5rem;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}

blockquote {
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  background-color: #f7f7f7;
  background-image: url("/themes/custom/grounded_mms/images/quote.webp");
  background-repeat: no-repeat;
  background-position: 90% -40px;
}
blockquote strong {
  display: block;
  position: relative;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  margin-top: 2.5rem;
}
blockquote strong:before {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 1px;
  background-color: #d9d9d9;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-element:hover {
  box-shadow: none;
}

* {
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

img {
  max-width: 100%;
  height: auto;
}

body.adminimal-admin-toolbar.toolbar-horizontal {
  padding-top: 39px !important;
}

body.adminimal-admin-toolbar.toolbar-horizontal.toolbar-tray-open {
  padding-top: 79px !important;
}

#burger-menu .block {
  height: 1px;
}

#breadcrumb ol > li:before {
  display: none;
}
#breadcrumb ol > li:after {
  content: "»";
  padding: 0 0.5rem;
}
#breadcrumb ol > li:last-child:after {
  display: none;
  content: "";
}
#breadcrumb li {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  text-indent: 0;
  padding: 0;
}
#breadcrumb a {
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: none;
  font-weight: bold;
}

/* Hides nested breadcrumb */
.layout--section #breadcrumb {
  display: none;
}

#cboxOverlay {
  background: #333333;
  opacity: 0.5;
}

#cboxLoadedContent {
  padding: 0;
  background-color: #ffffff;
}
#cboxLoadedContent img {
  max-width: 80vw;
  max-height: 80vh;
}

#cboxClose {
  width: 20px;
  height: 20px;
  top: -30px;
  background: url("/themes/custom/grounded_mms/images/icon_close.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cboxClose:hover {
  background-position: 0 0;
  opacity: 0.7;
}

.colorbox-link {
  cursor: pointer;
}

#cookie-site-lock {
  display: none;
}
#cookie-site-lock.active {
  display: block;
}

#cookiesjsr .cookiesjsr-banner {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4666666667);
}
#cookiesjsr .cookiesjsr-banner a {
  display: inline;
}
#cookiesjsr .cookiesjsr-btn {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #e30413;
  border: none;
}
#cookiesjsr .cookiesjsr-btn:hover, #cookiesjsr .cookiesjsr-btn:focus, #cookiesjsr .cookiesjsr-btn:active, #cookiesjsr .cookiesjsr-btn.is-active {
  transform: none;
  background-color: #000000;
}
#cookiesjsr .cookiesjsr-service-group.active .cookiesjsr-service-group--content,
#cookiesjsr .cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  background-color: #f7f7f7;
}
#cookiesjsr .cookiesjsr-service-group--tab:hover {
  background-color: #f7f7f7;
}
#cookiesjsr .cookiesjsr-service-group--intro,
#cookiesjsr .cookiesjsr-service--description h3,
#cookiesjsr .cookiesjsr-service-group.active .cookiesjsr-service-group--tab,
#cookiesjsr .cookiesjsr-layer--label-all {
  color: #000000;
}
#cookiesjsr .cookiesjsr-switch:after {
  background-color: #f7f7f7;
}

#page .download a {
  font-weight: normal;
  text-decoration: underline;
}
#page .download a:hover:after, #page .download a:focus:after, #page .download a:active:after, #page .download a.is-active:after {
  display: none;
}
#page .download .file {
  position: relative;
  padding: 10px 0 0 40px;
}
#page .download .file:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 10px;
  content: " ";
  background-color: transparent;
  background-image: url("/themes/custom/grounded_mms/images/icon_download.webp");
  background-repeat: no-repeat;
}

.adminimal-admin-toolbar #drawer {
  padding-top: 39px !important;
}
.adminimal-admin-toolbar.toolbar-tray-open #drawer {
  padding-top: 79px !important;
}

#drawer {
  transition: all 0.5s ease-in-out;
}

.drawer-open #drawer {
  left: 0;
  padding: 1.25rem;
  padding-top: 0;
}

.drawer-open #backdrop {
  opacity: 0.5;
  pointer-events: all;
  transition: all 0.5s ease-in-out;
}

#content {
  left: 0;
  transition: all 0.5s ease-in-out;
}

.drawer-open #content {
  left: 33.333333%;
}

#drawer-close:before,
#drawer-close:after {
  position: absolute;
  left: 15px;
  top: 0;
  content: " ";
  height: 33px;
  width: 1px;
  background-color: #333;
}

#drawer-close:before {
  transform: rotate(45deg);
}

#drawer-close:after {
  transform: rotate(-45deg);
}

#drawer ul {
  margin: 48px 88px 88px 88px;
  font-size: 26px;
  line-height: 62px;
}

#drawer ul ul {
  margin: 16px 0;
  font-size: 16px;
  line-height: 30px;
}
#drawer ul ul a {
  font-weight: normal;
}

#drawer #drawer-menu-footer ul {
  font-size: 12px;
  line-height: 30px;
}
#drawer #drawer-menu-footer ul a {
  font-weight: normal;
}

#page #drawer .menu-item--active-trail > a {
  color: #e30413;
}
#page #drawer .menu-item--active-trail > a:after {
  display: none;
}
#page #drawer a:hover, #page #drawer a:focus, #page #drawer a:active, #page #drawer a.is-active {
  color: #e30413;
}
#page #drawer a:hover:after, #page #drawer a:focus:after, #page #drawer a:active:after, #page #drawer a.is-active:after {
  display: none;
}

#page #footer-first {
  padding: 35px 45px;
  background-color: #f7f7f7;
}
#page #footer-first .menu-item--active-trail > a {
  color: #e30413;
}
#page #footer-first .menu-item--active-trail > a:after {
  display: none;
}
#page #footer-first > ul {
  display: flex;
}
#page #footer-first > ul > li:first-child {
  display: none; /* Hides /home link in footer menu */
}
#page #footer-first > ul > li {
  flex: 1;
  padding: 20px 30px;
}
#page #footer-first > ul > li a {
  font-weight: normal;
}
#page #footer-first > ul > li a:hover, #page #footer-first > ul > li a:focus, #page #footer-first > ul > li a:active, #page #footer-first > ul > li a.is-active {
  color: #e30413;
}
#page #footer-first > ul > li a:hover:after, #page #footer-first > ul > li a:focus:after, #page #footer-first > ul > li a:active:after, #page #footer-first > ul > li a.is-active:after {
  display: none;
}
#page #footer-first > ul > li > a {
  font-family: MMHeadlineProWebTT;
  font-size: 20px;
}
#page #footer-first > ul > li > ul {
  padding-top: 25px;
}
#page #footer-first > ul > li > ul li {
  padding: 13px 0;
}
#page #footer-first > ul > li > ul li:last-child {
  padding-bottom: 0;
}
#page #footer-first > ul > li > ul li a {
  font-family: MMTextProWebTT;
  font-size: 16px;
}
#page #footer-first > ul > li > ul li ul {
  padding-top: 13px;
}

#page #footer-second {
  text-align: center;
}
#page #footer-second ul {
  display: inline-block;
}
#page #footer-second li {
  float: left;
  padding: 20px 30px;
}
#page #footer-second a {
  font-size: 12px;
  font-weight: normal;
}
#page #footer-second a:hover, #page #footer-second a:focus, #page #footer-second a:active, #page #footer-second a.is-active {
  color: #e30413;
}
#page #footer-second a:hover:after, #page #footer-second a:focus:after, #page #footer-second a:active:after, #page #footer-second a.is-active:after {
  display: none;
}

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  z-index: 1;
  pointer-events: none;
}

#drupal-off-canvas {
  background: #f7f7f7;
}
#drupal-off-canvas details {
  background: #f7f7f7;
}
#drupal-off-canvas details a {
  color: #000000;
  font-family: "MMTextProWebTT";
  display: block;
}
#drupal-off-canvas .layout-selection li a {
  color: #000000;
  font-family: "MMTextProWebTT";
  display: flex;
}
#drupal-off-canvas .layout-selection svg {
  margin-right: 10px;
}

#drupal-off-canvas details > summary {
  background: #f7f7f7 !important;
  color: #000000 !important;
  font-family: "MMHeadlineProWebTT";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
#drupal-off-canvas details > summary::marker {
  color: #f7f7f7;
}

.ui-dialog {
  max-height: 80vh;
}

.link-arrow {
  display: block;
  width: 36px;
  height: 9px;
  padding: 20px 40px;
  margin-top: 10px;
  margin-left: -20px;
  text-indent: -9999em;
  background: url("/themes/custom/grounded_mms/images/icon_link_arrow.svg") no-repeat center;
}
.link-arrow:hover:after, .link-arrow:focus:after, .link-arrow:active:after, .link-arrow.is-active:after {
  display: none;
}
.link-arrow.inverted {
  background: url("/themes/custom/grounded_mms/images/icon_link_arrow_white.svg") no-repeat center;
}

#logo a:after {
  display: none;
}

[aria-label~=message] {
  padding-top: 20px;
}

#page .pager {
  text-align: center;
  padding-bottom: 60px;
}
#page .pager ul {
  display: inline-flex;
}
#page .pager li {
  padding: 5px 0px;
}
#page .pager a {
  padding: 5px 10px;
  font-family: MMHeadlineProWebTT;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
}
#page .pager a:hover, #page .pager a:focus, #page .pager a:active, #page .pager a.is-active {
  color: #e30413;
}
#page .pager a:hover:after, #page .pager a:focus:after, #page .pager a:active:after, #page .pager a.is-active:after {
  display: none;
}
#page .pager .is-active a {
  color: #e30413;
}
#page .pager .is-active a::after {
  display: none;
}

#page article .pager ul li:before {
  display: none;
}

#search-icon {
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/grounded_mms/images/icon_search.png");
  background-repeat: no-repeat;
}

#search-container {
  position: fixed;
  transition: all 0.5s ease;
  overflow-x: hidden;
}
#search-container.open {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}
#search-container.open #search-backdrop {
  opacity: 0.95;
}

#search-close {
  position: absolute;
  right: 34px;
  top: 47px;
}

body.adminimal-admin-toolbar.toolbar-horizontal #search-close {
  top: 87px;
}

body.adminimal-admin-toolbar.toolbar-horizontal.toolbar-tray-open #search-close {
  top: 127px;
}

body.search-open {
  overflow: hidden;
}

#search-close:before,
#search-close:after {
  position: absolute;
  left: 15px;
  top: 0;
  content: " ";
  height: 33px;
  width: 1px;
  background-color: #333;
}

#search-close:before {
  transform: rotate(45deg);
}

#search-close:after {
  transform: rotate(-45deg);
}

#search-block {
  width: 100vw;
  top: 20vh;
}

.tabs {
  font-size: 12px;
  letter-spacing: 2px;
  border: none;
  box-shadow: none;
}
.tabs::before {
  content: " ";
  display: table;
}
.tabs:after {
  content: " ";
  display: table;
  clear: both;
}
.tabs ul {
  margin-left: -10px;
}
.tabs li {
  float: left;
}
.tabs a {
  margin: 5px 10px;
}

.is-horizontal .tabs__tab .tabs__link.is-active::before {
  display: none;
}

.tabs .tabs__link.is-active {
  color: #000000;
}

.tabs .tabs__link {
  display: inline;
  color: #000000;
  padding: 0;
  border-bottom: 2px solid transparent;
}
.tabs .tabs__link:hover, .tabs .tabs__link:focus, .tabs .tabs__link:active {
  color: #000000;
  background: transparent;
}

.overline-label {
  display: inline-block;
  padding: 5px 5px 4px 6px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #e20613;
}

#language-switch {
  font-size: 12px;
  letter-spacing: 2px;
}
#language-switch ul {
  float: right;
  margin-right: -5px;
}
#language-switch li {
  float: left;
}
#language-switch a {
  margin: 5px;
}

#page .press-release-brands {
  display: block;
  margin-bottom: 40px;
}
#page .press-release-brands a {
  display: inline-block;
  padding: 5px 5px 4px 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #e20613;
  color: #fff;
  text-decoration: none;
}
#page .press-release-brands a:hover:after, #page .press-release-brands a:focus:after, #page .press-release-brands a:active:after, #page .press-release-brands a.is-active:after {
  display: none;
}

#page .page-category {
  display: block;
  margin-bottom: 40px;
}
#page .page-category a {
  display: inline-block;
  padding: 3px 5px 2px 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #e20613;
  color: #fff;
  text-decoration: none;
}
#page .page-category a:hover:after, #page .page-category a:focus:after, #page .page-category a:active:after, #page .page-category a.is-active:after {
  display: none;
}

/* Autofill styling */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-box-shadow: 0 0 0 30px var(#ffffff) inset !important;
  -webkit-text-fill-color: #000000;
  -webkit-text-fill-color: var(#000000);
}

textarea,
select,
input,
button,
:focus {
  outline: none;
}

.throbber,
.ajax-progress {
  display: none;
}

::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

::placeholder {
  color: #000000;
  opacity: 1;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.select2-container .select2-selection {
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
}
select.error,
textarea.error,
input[type=text].error,
input[type=password].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=date].error,
input[type=month].error,
input[type=time].error,
input[type=week].error,
input[type=number].error,
input[type=email].error,
input[type=url].error,
input[type=search].error,
input[type=tel].error,
input[type=color].error,
.select2-container .select2-selection.error {
  border: 1px solid #000000;
}
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
.select2-container .select2-selection:-webkit-autofill,
.select2-container .select2-selection:-webkit-autofill:hover,
.select2-container .select2-selection:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  background-color: #ffffff;
}

#page .js-form-type-select a {
  display: inline-block;
  padding: 10px 10px 9px 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #000000;
}
#page .js-form-type-select a:hover, #page .js-form-type-select a:focus, #page .js-form-type-select a:active, #page .js-form-type-select a.is-active, #page .js-form-type-select a.bef-link--selected {
  background-color: #e20613;
}
#page .js-form-type-select a:hover:after, #page .js-form-type-select a:focus:after, #page .js-form-type-select a:active:after, #page .js-form-type-select a.is-active:after, #page .js-form-type-select a.bef-link--selected:after {
  display: none;
}
#page .js-form-type-select ul {
  margin-bottom: 40px;
}
#page .js-form-type-select ul li {
  float: left;
  margin-right: 20px;
  padding: 0;
}
#page .js-form-type-select ul li:last-child {
  margin-right: 0;
}
#page .js-form-type-select ul:after {
  display: block;
  content: " ";
  clear: left;
}
#page .js-form-type-select ul li:before {
  display: none;
}

input[data-drupal-selector=edit-search-api-fulltext] {
  font-family: MMHeadlineProWebTT;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  text-indent: 3px;
  padding-bottom: 20px;
  height: 60px;
}

#page .block--download-list a {
  font-weight: normal;
  text-decoration: underline;
}
#page .block--download-list a:hover:after, #page .block--download-list a:focus:after, #page .block--download-list a:active:after, #page .block--download-list a.is-active:after {
  display: none;
}
#page .block--download-list li {
  position: relative;
  padding: 10px 0 0 40px;
}
#page .block--download-list li:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 13px;
  content: " ";
  background-color: transparent;
  background-image: url("/themes/custom/grounded_mms/images/icon_download.webp");
  background-repeat: no-repeat;
}

.block.block--gallery img {
  max-width: 100%;
  height: auto;
}

#page .block--link-list a {
  font-weight: normal;
  text-decoration: underline;
}
#page .block--link-list a:hover:after, #page .block--link-list a:focus:after, #page .block--link-list a:active:after, #page .block--link-list a.is-active:after {
  display: none;
}
#page .block--link-list li {
  position: relative;
  padding: 10px 0 0 40px;
}
#page .block--link-list li:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 13px;
  content: " ";
  background-color: transparent;
  background-image: url("/themes/custom/grounded_mms/images/icon_link.png");
  background-repeat: no-repeat;
}

.block--reference-contact {
  display: flex;
}
.block--reference-contact > div {
  flex: 1;
}

.block--short-info .content {
  background-color: #f7f7f7;
}
.block--short-info .content h3 {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
.block--short-info .content p {
  padding: 0;
}

.block--slider {
  background-color: #f7f7f7;
}
.block--slider .cta {
  display: inline-block;
  margin-top: 15px;
}

.block--teaser-large {
  max-width: 1140px;
  margin: auto;
}
.block--teaser-large .content {
  max-width: 100%;
  width: 600px;
  min-height: 380px;
}
.block--teaser-large p {
  padding: 30px 0;
}

.block--teaser-large.image_left .image {
  left: 0;
}
.block--teaser-large.image_left .content {
  margin-left: auto;
}

.block--teaser-large.image_right .image {
  right: 0;
}

.block--teaser-large.image_left_2 .content {
  width: 1040px;
  margin-top: 26rem;
  margin-left: auto;
}

.block--teaser-small {
  max-width: 519px;
  margin: auto;
}
.block--teaser-small .content {
  width: 85%;
}
.block--teaser-small p {
  padding: 30px 0;
}

#page .block--teaser-image a, #page .block--teaser-image h2 {
  color: #ffffff;
}
#page .block--teaser-image img {
  width: 100%;
  height: auto;
}
#page .block--teaser-image .text {
  z-index: 10;
}
#page .block--teaser-image .link-arrow {
  background: url("/themes/custom/grounded_mms/images/icon_link_arrow_white.svg") no-repeat center;
}

.block--media.video-bundle {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.block--media.remote-video-bundle {
  width: auto;
  min-height: 480px;
  margin: 0 auto;
  text-align: center;
}
.block--media.remote-video-bundle iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

#page article.asset.teaser-image {
  min-height: 300px;
}
#page article.asset.teaser-image .content {
  min-height: 300px;
}
#page article.asset.teaser-image a,
#page article.asset.teaser-image h2 {
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #ffffff;
  font-size: 20px;
}
#page article.asset.teaser-image img {
  width: 100%;
  height: auto;
}
#page article.asset.teaser-image .text {
  z-index: 10;
}
#page article.asset.teaser-image .link-arrow {
  background: url("/themes/custom/grounded_mms/images/icon_link_arrow_white.svg") no-repeat center;
}
#page article.asset.teaser-image .page-category {
  margin: 0;
}
#page article.asset.teaser-image .asset-download {
  z-index: 50;
}
#page article.asset.teaser-image .asset-download:hover:after, #page article.asset.teaser-image .asset-download:active:after, #page article.asset.teaser-image .asset-download:focus:after {
  display: none;
}

.social-media-platform--icon:hover:after, .social-media-platform--icon:focus:after, .social-media-platform--icon:active:after, .social-media-platform--icon.is-active:after {
  display: none;
}

.node {
  overflow: hidden;
}

.node.teaser-large {
  max-width: 1140px;
  margin: 0 auto;
}
.node.teaser-large .content {
  width: 600px;
  min-height: 380px;
}
.node.teaser-large p {
  padding: 30px 0;
}

.grid .node.teaser-large {
  max-width: 100%;
}

.node.teaser-large.image-left .image {
  left: 0;
}
.node.teaser-large.image-left .content {
  margin-left: auto;
}

.node.teaser-large.image-right .image {
  right: 0;
}

#page .node.teaser-large .press-release-brands {
  margin: 0;
}
#page .node.teaser-large .press-release-brands .overline-label {
  margin: 0;
  padding: 1px 0px 1px 1px;
}
#page .node.teaser-large .press-release-brands .overline-label a {
  padding: 0;
}

#page article.contact-person {
  max-width: 460px;
}
#page article.contact-person .overline-label {
  margin-bottom: 30px;
}
#page article.contact-person .contact-person-content {
  background-color: #f7f7f7;
}
#page article.contact-person .details {
  font-family: MMTextProWebTT;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#page article.contact-person a {
  text-decoration: underline;
}
#page article.contact-person a:hover, #page article.contact-person a:focus, #page article.contact-person a:active, #page article.contact-person a.is-active {
  color: #e30413;
}
#page article.contact-person a:hover:after, #page article.contact-person a:focus:after, #page article.contact-person a:active:after, #page article.contact-person a.is-active:after {
  display: none;
}

article.page .page-header {
  position: relative;
  max-height: 605px;
  overflow: hidden;
  line-height: 0;
}
article.page .page-header img {
  width: 100%;
}
article.page .page-header-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
article.page .page-header-description-text {
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 0;
  margin: auto;
  margin-left: 140px;
  font-size: 16px;
  z-index: 10;
}
@media (max-width: 768px) {
  article.page .page-header-description-text {
    font-size: 25px;
    line-height: 30px;
    margin-left: 1.25rem;
  }
}
article.page .page-header.page-front .page-header-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}
article.page .page-header.page-front .page-header-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
article.page .page-header.page-front .page-header-text {
  margin: auto;
  margin-left: 140px;
  position: relative;
  font-family: MMHeadlineProWebTT;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  z-index: 10;
}
@media (max-width: 768px) {
  article.page .page-header.page-front .page-header-text {
    font-size: 25px;
    line-height: 30px;
    margin-left: 1.25rem;
  }
}
article.page .page-header.page-front .page-header-description {
  margin: 0;
}
article.page ul li {
  position: relative;
  padding: 15px 0 15px 40px;
}
article.page ul li:before {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 26px;
  content: " ";
  background-color: #e20613;
}
article.page p {
  padding: 12px 0 12px 0;
  font-size: 20px;
  line-height: 30px;
}
article.page li {
  font-size: 20px;
  line-height: 30px;
}

#page article.page.teaser-image a,
#page article.page.teaser-image h2 {
  color: #ffffff;
}
#page article.page.teaser-image img {
  width: 100%;
  height: auto;
}
#page article.page.teaser-image .text {
  z-index: 10;
}
#page article.page.teaser-image .link-arrow {
  background: url("/themes/custom/grounded_mms/images/icon_link_arrow_white.svg") no-repeat center;
}
#page article.page.teaser-image .page-category {
  margin: 0;
}

#page article.page.teaser-slider {
  width: 343px;
  height: 455px;
  max-width: 100%;
  color: #ffffff;
}
#page article.page.teaser-slider h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}
#page article.page.teaser-slider .arrow-container {
  position: relative;
  height: 40px;
}
#page article.page.teaser-slider .link-arrow {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page article.page.teaser-slider .link-arrow.inverted {
  opacity: 1;
}

article.press-release {
  font-size: 20px;
  line-height: 30px;
}
article.press-release.teaser-large p {
  font-size: 16px;
}
article.press-release .press-release-header {
  position: relative;
  max-height: 605px;
  overflow: hidden;
  line-height: 0;
}
article.press-release .press-release-header img {
  width: 100%;
}
article.press-release .page-header-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
article.press-release .page-header-description-text {
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 0;
  margin: auto;
  margin-left: 140px;
  font-size: 16px;
  z-index: 10;
}
@media (max-width: 768px) {
  article.press-release .page-header-description-text {
    font-size: 25px;
    line-height: 30px;
    margin-left: 1.25rem;
  }
}
article.press-release ul li {
  position: relative;
  padding: 15px 0 15px 40px;
}
article.press-release ul li:before {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 26px;
  content: " ";
  background-color: #e20613;
}
article.press-release p {
  padding: 12px 0 12px 0;
  font-size: 20px;
  line-height: 30px;
}
article.press-release li {
  font-size: 20px;
  line-height: 30px;
}

#page article.press-release.teaser-slider {
  width: 343px;
  height: 455px;
  max-width: 100%;
  color: #ffffff;
}
#page article.press-release.teaser-slider h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}
#page article.press-release.teaser-slider .arrow-container {
  position: relative;
  height: 40px;
}
#page article.press-release.teaser-slider .link-arrow {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page article.press-release.teaser-slider .link-arrow.inverted {
  opacity: 1;
}

#page article.press-release.teaser-latest-content .content {
  width: 1040px;
  max-width: 100%;
  margin-top: 26rem;
  font-size: 16px;
  line-height: 1.5;
}

#page .grid article.press-release.teaser-latest-content {
  margin: 0 8px;
}
#page .grid article.press-release.teaser-latest-content .image {
  position: static;
}
#page .grid article.press-release.teaser-latest-content .content {
  margin-top: 0;
}

#page .slider {
  overflow: hidden;
  transition: all 0.5s ease;
}
#page .slider * {
  transition: all 0.5s ease;
}
#page .slider .pager-item {
  cursor: pointer;
}
#page .slider .pager-item div {
  width: 100px;
  height: 3px;
  background-color: #d9d9d9;
}
#page .slider .pager-item.active div {
  background-color: #000;
}
#page .slider .slides {
  left: 0;
}
#page .slider .slide {
  margin-top: 76px;
  width: 283px;
  height: 379px;
}
#page .slider .slide article {
  width: 283px;
  height: 379px;
  background-color: #ffffff;
}
#page .slider .slide article h2,
#page .slider .slide article .created-date {
  color: #000000;
}
#page .slider .slide article .image,
#page .slider .slide article .gradient {
  opacity: 0;
}
#page .slider .slide article .link-arrow {
  opacity: 1;
}
#page .slider .slide article .link-arrow.inverted {
  opacity: 0;
}
#page .slider .slide.active {
  margin-top: 0px;
  width: 343px;
  height: 455px;
}
#page .slider .slide.active article {
  width: 343px;
  height: 455px;
}
#page .slider .slide.active article h2,
#page .slider .slide.active article .created-date {
  color: #ffffff;
}
#page .slider .slide.active article .image,
#page .slider .slide.active article .gradient {
  opacity: 1;
}
#page .slider .slide.active article .link-arrow {
  opacity: 0;
}
#page .slider .slide.active article .link-arrow.inverted {
  opacity: 1;
}

#edit-field-brands-target-id-4,
#edit-field-brands-target-id-5 {
  display: none !important;
}

[name="field_brands_target_id[4]"],
[name="field_brands_target_id[5]"] {
  display: none !important;
}
