/**
*  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;
*/
/* CONTAINER QUERIES */
#menu-panel .panel {
  max-width: calc(100% - 3.5rem);
}

.a11y-skip-link-container {
  position: relative;
  background-color: #f7f7f7;
  min-height: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.a11y-skip-link-container .a11y-skip-link {
  color: #277c78;
  font-size: 0.875rem;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.a11y-skip-link-container .a11y-skip-link:focus {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  box-shadow: inset 0 0 0 2px #142d3e;
}
.a11y-skip-link-container::after {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: -1px;
  background: #f7f7f7;
}

/**
*  Header CSS
*/
.header {
  display: flex;
  align-items: center;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.05);
  height: 5rem;
  background: #ffffff;
  z-index: 3010;
  position: relative;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header {
    height: 3.5rem;
  }
}
.header.sticky {
  width: 100%;
}
.header.open {
  box-shadow: none;
}
.header__home-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.header__home-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px #277c78;
}
.header__logo {
  height: 5rem;
  width: 5rem;
  padding: 0;
  margin-right: 1.5rem;
  min-width: 5rem;
}
@media (max-width: 1199.98px) {
  .header__logo {
    height: 3.5rem;
    width: 3.5rem;
    min-width: 3.5rem;
    margin-right: 1rem;
  }
}
.header__title {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  padding-right: 1rem;
}
.header__title-application {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.3px;
  color: #161618;
}
@media (max-width: 1199.98px) {
  .header__title-application {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.header__title-department {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 1199.98px) {
  .header__title-department {
    display: none;
  }
}
.header__menu {
  margin-left: auto;
  display: flex;
  height: 100%;
  align-items: center;
}
.header__menu-inline {
  display: flex;
  height: 100%;
}
.header__menu-button-container {
  border-left: 1px solid #d0d0d0;
  display: block;
}
.header__menu-button-container__display {
  display: none !important;
}
@media (min-width: 576px) {
  .header__menu-button-container__display-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .header__menu-button-container__display-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header__menu-button-container__display-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header__menu-button-container__display-xl {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .header__menu-button-container__display-xxl {
    display: none !important;
  }
}
.header__menu-button {
  font-size: 1.5rem;
  padding: 1.75rem;
  background: transparent;
  border: none;
  height: 5rem;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .header__menu-button {
    height: 3.5rem;
    width: 3.5rem;
    padding: 1rem;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .header__menu-button:hover {
    background: #eaf1f4;
    cursor: pointer;
  }
}
.header__menu-button:focus-visible {
  outline: none;
  box-shadow: inset 0px 0px 0px 2px #277c78;
  background-color: #eaf1f4;
  cursor: pointer;
}

#menu-panel::part(content) {
  padding: 0;
}
#menu-panel .scrolling {
  outline: none;
}