/**
 * == Slideout toggle ==
 */
 /*.slideout-side-right .slideout-toggle {*/
 /* display: none;*/
 /*}*/
 .slideout-toggle .fa.fa-align-justify {
  display: none;
 }
 @media( max-width: 767px ) {
  .slideout-toggle .fa.fa-align-justify {
    width: 40px;
    height: 49px;
    background-color: #fff;
    -webkit-mask: url('/themes/custom/mtemc_enterprise/assets/icons/icons8-menu-48.png') no-repeat center / contain;
    mask: url('/themes/custom/mtemc_enterprise/assets/icons/icons8-menu-48.png') no-repeat center / contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.3s;
  }
  .slideout-side-right .slideout-toggle {
    left: auto;
    right: 0;
    margin: 12px 0;
    top: 0;
    padding: 4px 10px 4px 4px;
    height: 53px;
  }
}
/**
 * == Mobile header ==
 */
#block-mobileheader {
  background-color: #19264F;
  width: 100%;
  padding: 0;
}
#block-mobileheader .paragraph__column {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
}
#block-mobileheader .paragraph__column .paragraph--type--bp-columns-two-uneven__2col-column1 {
  max-width: 33%;
}
#block-mobileheader .paragraph__column .paragraph--type--bp-columns-two-uneven__2col-column2 {
  width: auto;
}
#block-mobileheader .site-branding__logo img {
  width: 100%;
  height: auto;
}
#block-mobileheader ul#superfish-mymtemc {
  background: none;
  background-color: transparent;
  margin: 0;
}
.block-superfishmymtemc ul.sf-menu.sf-style-white li {
  background: none;
  background-color: transparent;
}
.block-superfishmymtemc ul.sf-menu.sf-style-white li > span {
  background-color: #42B6F0;
  color: #fff;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: 13px;
}
.block-superfishmymtemc ul.sf-menu.sf-style-white li > span::before {
  content: '';
}
#block-menuheader {
  padding-bottom: 0;
}
.region-slideout .mtemc-content-search--search-form-block.hidden-xs {
  display: block !important;
}

/**
 * == Menu ==
 */
html body .slideout-menu {
  background-color: #F3F1ED;
}
html body .slideout ul.menu.sf-accordion,
html body .slideout ul.menu.sf-accordion ul {
  background: transparent;
}
html body .slideout {
  padding: 0;
}
.slideout .sf-main-menu-v2 li:not(.sf-depth-1) {
  background-color: #fff;
}
.slideout ul.menu.sf-accordion.sf-main-menu-v2 li > a {
  padding-left: 22px;
}
html body .region-slideout ul.menu.sf-accordion li a {
  font-size: 22px;
  color: #19264F;
}
html body .slideout ul.sf-accordion ul li a.menuparent::after,
html body .slideout ul.sf-accordion li a.menuparent::after {
  content: '⌃';
  font-size: 2em;
  color: #42B6F0;
  line-height: 2em;
  right: 22px;
}
html body .slideout ul.sf-accordion ul li.sf-expanded a.menuparent::after,
html body .slideout ul.sf-accordion li.sf-expanded > a.menuparent::after {
  content: '⌄';
  top: -50%;
}
.slideout .sf-main-menu-v2 .sf-depth-1 {
  border-bottom: 1px solid #ccc;
}
html body .region-slideout ul.menu.sf-accordion li.sf-depth-2 a,
html body .region-slideout ul.menu.sf-accordion li.sf-depth-2 span {
  font-weight: 900;
  font-size: 16px;
  padding-bottom: 0;
}
/*.sf-main-menu-v2 .cwb-menu-li.sf-depth-2 a {*/
/*  font-weight: 900;*/
/*  font-size: 16px;*/
/*  padding-bottom: 0;*/
/*}*/
html body .region-slideout ul.menu.sf-accordion li.sf-depth-3 a,
html body .region-slideout ul.menu.sf-accordion li.sf-depth-4 a,
html body .region-slideout ul.menu.sf-accordion li.sf-depth-5 a {
  font-size: 16px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

.region-slideout .mtemc-content-search--search-form-block {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
}
#block-contentsearchform input[type="text"] {
  border: 2px solid #000;
  color: #000 !important;
  border-radius: 5px;
}
#block-contentsearchform input[type="text"]::placeholder {
  color: #000;
}

/**
 * == Footer (primary) menu ==
 */
.menu--primary ul.menu li > a {
  color: #19264F;
}
.menu--primary ul.menu li > a::before {
  content: '';
}
.slideout__section .primary-menu--mobile {
  padding-bottom: 0;
}
.gtranslate_wrapper {
  margin: 0 22px;
}
/* Hide strange duplicate gtranslate widget */
.gt_selector.notranslate ~ .gt_selector.notranslate {
  display: none;
}

/**
 * == Scrollable ==
 */
.region-slideout {
  overflow-y: auto !important;
  max-height: 100vh !important;
  -webkit-overflow-scrolling: touch !important;
  padding-bottom: 50px;
}
/* Ensure the superfish accordion menu is scrollable */
.sf-main-menu-v2 {
  overflow-y: visible !important;
  max-height: none !important;
}
/* Fix for smooth scrolling on iOS devices */
.region-slideout, .sf-main-menu-v2 {
  -webkit-overflow-scrolling: touch !important;
}
/* Ensure content doesn't get cut off */
.sf-main-menu-v2 li {
  word-break: break-word !important;
}
/* Fix any potential overflow issues with expanded submenus */
.sf-main-menu-v2 ul.sf-expanded {
  overflow-y: visible !important;
  max-height: none !important;
}

html body .slideout ul.menu .sf-depth-1 > ul {
  padding-bottom: 2em;
  background: #fff;
}
html body ul.menu li > a::before, 
html body ul.menu li > span::before {
  content: none;
}