/*
 * MMQB-107 - Custom Topbar Content width
 */
.mh-topbar > .mh-container {
  max-width: 1124px;
}
.mh-topbar .mh-nav > ul {
  width: 100%;
}

/* MMQB-112 */
.mh-topbar {
  padding-top: 1em;
}

@media only screen and (max-width: 75em) {
  .mh-topbar {
    padding-bottom: 1em;
  }

  .mh-topbar .mh-nav {
    max-width: calc(100% - 56px);
  }

  .mh-header {
    margin-top: -56px
  }
}

@media only screen and (max-width: 48em) {
  body.home #mh_main > .mh-slider--align-full:first-child .mh-slider-navigation {
    display: none;
  }

  .mh-topbar .mh-nav > ul {
    display: block;
  }
  .mh-topbar .mh-nav > ul li {
    width: 100%;
  }
}

/*
 * Just an Help
 */
.mh-header.mh-header--header-8 .mh-nav > ul > li > a {
    white-space: pre;
}


/*
 * MMQB-103 - Custom List Style
 */
.editor-styles-wrapper ul.wp-block-list li::before, .editor-styles-wrapper ul.wp-block-list ul li::before, .editor-styles-wrapper ol.wp-block-list ul li::before, ul.wp-block-list li::before, ul.wp-block-list ul li::before, ol.wp-block-list ul li::before {
    background-color: #0a8a89;
    height: 14px;
    left: 0;
    width: 14px;
    margin: 0;
    border-radius: 50%;
    top: 9px;
}
.editor-styles-wrapper ul.wp-block-list li, .editor-styles-wrapper ul.wp-block-list ul li, .editor-styles-wrapper ol.wp-block-list ul li, ul.wp-block-list li, ul.wp-block-list ul li, ol.wp-block-list ul li {
  padding-left: 1em;
}

/*
 * MMQB-104 - Flex alignment
 */
.mh-flex-h-content-aligned {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mh-flex-h-content-aligned--with-gap-xs {
  column-gap: var(--global-vspacing-xs);
}

.mh-flex-h-content-aligned--start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* MMQB-409 */
.mh-accordion-molecule-header__icon {
  flex-shrink: 0;
}

/* MMQB-467 */

body.home .mh-breadcrumb {
  display: none;
}

/* MMQB-556 */

.mh-topbar .mh-nav a {
  position: relative;
  z-index: 3;
}

body.custom-background {
  background-color: #edf7f7;
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.space-between {
  --topbar-content-justification: space-between;
}

.supervision-size {
  --mh-paragraph-font-size--l: 0.8125rem;
  --mh-paragraph-font-size--m: 0.8125rem;
  --mh-paragraph-font-size--s: 0.8125rem;
  margin-bottom: 0;
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 48em) {
  .pc_none {
    display: block;
  }
}
