#mobile-panel--menu .menu--main {
  position: relative;
}

#mobile-panel--menu .menu--main .menu__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
  white-space: nowrap;
  line-height: 1;
  background-color: transparent;
  color: #4c4d4f;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.25rem;
  margin: 0 1em;
  border-bottom: 2px solid transparent;
}
#mobile-panel--menu .menu--main .menu__item:hover, #mobile-panel--menu .menu--main .menu__item:active, #mobile-panel--menu .menu--main .menu__item:focus {
  background-color: transparent;
  color: #007E9E;
}
@media (min-width: 62rem) {
  #mobile-panel--menu .menu--main .menu__item {
    font-size: 1.5rem;
  }
}
@media (min-width: 62rem) and (max-width: 74.99875rem) {
  #mobile-panel--menu .menu--main .menu__item {
    margin: 0 0.5em;
  }
}

.main-menu__panel[aria-hidden=true] {
  display: none;
}

.main-menu__panel[aria-hidden=false] {
  display: flex;
  flex-direction: column;
}

.header-mobile .menu--main .menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  order: 3;
  flex-grow: 0;
  margin: 0;
  grid-row-gap: 5px;
  row-gap: 5px;
  padding-left: 0;
}
.header-mobile .menu--main .menu .menu__item {
  display: block;
  line-height: 1.2;
}
.header-mobile .menu--main .menu > * + * {
  margin-top: 0.5em;
}
.header-mobile .menu--main .menu > * + * > span {
  padding-top: 1em;
}
.header-mobile .menu--main .menu .header-desktop__secondary-menu-link {
  color: #4c4d4f;
  display: block;
  text-decoration: none;
  position: static;
  left: 0;
  top: 0;
  bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
@media (min-width: 75rem) {
  .header-mobile .menu--main .menu .header-desktop__secondary-menu-link {
    font-size: 1.125rem;
  }
}
.header-mobile .menu--main .menu .header-desktop__secondary-menu-link.menu--heading-group-lower {
  font-weight: 700;
  cursor: none;
  pointer-events: none;
}
.header-mobile .menu--main .menu .header-desktop__secondary-menu-link.menu--heading-group-lower,
.header-mobile .menu--main .menu .menu__item.menu__item--expanded > span {
  font-weight: 700;
  cursor: none;
  pointer-events: none;
}
.header-mobile .menu--main .menu li a:hover {
  color: #D13400;
}
.header-mobile .menu--main .menu li > .caps {
  text-transform: uppercase;
  font-weight: bold;
}
.header-mobile .menu--main .menu li > .link-external:after {
  display: inline-flex;
  content: " ";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='external-link-square-alt' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-external-link-square-alt fa-w-14 fa-2x'%3E%3Cpath fill='%23007E9E' d='M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  height: 13px;
  color: #03a9f4;
  width: 40px;
}
.header-mobile .menu--main .menu li span.no-link {
  /* text */
  position: static;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 25px;
  color: #4c4d4f;
  flex: none;
  order: 0;
  flex-grow: 1;
  margin: 0 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.header-mobile .menu--main .menu[data-depth="1"] {
  list-style-type: none;
  margin-top: 12px;
  padding-left: 0;
}

#mobile-panel--menu .menu--main .menu {
  align-items: stretch;
}
#mobile-panel--menu .menu--main .menu__item {
  display: block;
  margin-top: 0;
}
#mobile-panel--menu .menu--main .menu__item > .header-desktop__secondary-menu-link {
  border-bottom: 2px dotted #C4C7CA;
  display: block;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 20px;
  margin: 0;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
  width: 100%;
}

.header-desktop .region--primary-menu__content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header-desktop #mobile-panel--menu .menu--main .menu__item {
  border-bottom: 2px solid transparent;
}
.header-desktop #mobile-panel--menu .menu--main .menu__item[aria-selected=true] {
  border-bottom-color: #007E9E;
}
.header-desktop .main-menu__panel {
  padding: 48px;
  position: absolute;
  top: calc(100% + 18px);
  width: 415px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ECEFF2;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15);
}
.header-desktop .menu .header-desktop__secondary-menu-link.menu--right-arrow {
  font-size: 1rem;
}

.header-mobile .region--primary-menu__content {
  flex-direction: column;
}
.header-mobile #mobile-panel--menu .menu--main .menu__item {
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
.header-mobile * + .main-menu {
  border-top: 2px dotted #C4C7CA;
}
.header-mobile .main-menu__panel {
  padding-bottom: 1em;
}
.header-mobile .main-menu__panel * + li {
  margin-top: 1em;
}
.header-mobile .main-menu__panel .header-desktop__secondary-menu-link {
  padding-left: 20px;
  padding-right: 20px;
}