/**
*  Header Variables
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
/*
$btn-focus-width: 0.2rem !default;
$btn-focus-color: $focus-color !default;
$btn-focus-box-shadow: 0 0 0 $btn-focus-width $btn-focus-color !default;
*/
/* CONTAINER QUERIES */
/**
*  List Parent Item Mixins
*/
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
/**
*  Sidebar Styles
**/
:host[type=sidebar] som-accordion::part(label) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  color: #161618;
}
:host[type=sidebar] som-accordion::part(button) {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  margin: 0;
}
:host[type=sidebar] som-accordion::part(button):focus-visible {
  background-color: #eaf1f4;
}
:host[type=sidebar] som-accordion::part(button-open) {
  background: none;
}
:host[type=sidebar] som-accordion::part(button-open):hover {
  background-color: #eaf1f4;
}
:host[type=sidebar] som-accordion::part(accordion) {
  border: none;
}
:host[type=sidebar] som-accordion::part(arrow) {
  font-size: 1.25rem;
}

:host[type=panel] som-accordion::part(label) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 550;
  font-variation-settings: "wght" 550;
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  color: #161618;
}
:host[type=panel] som-accordion::part(button) {
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  margin: 0;
}
:host[type=panel] som-accordion::part(button):focus-visible {
  background-color: #eaf1f4;
}
:host[type=panel] som-accordion::part(button-open) {
  background: none;
}
:host[type=panel] som-accordion::part(button-open):hover {
  background-color: #eaf1f4;
}
:host[type=panel] som-accordion::part(accordion) {
  border: none;
}
:host[type=panel] som-accordion::part(arrow) {
  font-size: 1.25rem;
}
:host[type=panel] .panel-child-container {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

/**
* List Parent Item Styles
*/
.list-parent-item.header {
  display: flex;
  align-items: center;
  height: 100%;
}
.list-parent-item__link {
  font-weight: 550;
  font-variation-settings: "wght" 550;
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  color: #353535;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  transition: background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 100ms ease-out;
  width: 100%;
  display: block;
  text-decoration: none;
}
.list-parent-item__link:hover, .list-parent-item__link:focus {
  background-color: #eaf1f4;
  text-decoration: none;
}
.list-parent-item__link:focus-visible {
  box-shadow: inset 0px 0px 0px 2px #277c78;
  color: #161618;
  outline: 0;
}
.list-parent-item__link {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
}
.list-parent-item__children {
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: white;
}