﻿/* Copyright 2023-2025 Epic Systems Corporation */
.shortcutButtons {
  max-width: calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  text-align: center;
  position: relative;
  padding: 0.25rem 2rem;
  overflow-x: clip;
  padding-bottom: 2rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .shortcutButtons {
    max-width: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
  .mobile .shortcutButtons {
    max-width: calc(100% + 1rem);
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
@media print {
  .shortcutButtons {
    margin-left: 0;
    width: 100%;
  }
}
@media screen {
  .shortcutButtons {
    min-height: 1px;
  }
}
body.branded .shortcutButtons {
  overflow-x: visible;
}
.shortcutButtons > * {
  position: relative;
  z-index: 1;
}
.shortcutButtons:before {
  background: var(--wptheme_swoop-background);
  content: "";
  position: absolute;
  left: -2rem;
  width: calc(100% + 4rem);
  border-radius: 3px 3px 50% 50%/3px 3px 50px 50px;
}
@media only screen and (min-width: 1025px) {
  body.branded .shortcutButtons:before {
    left: calc(-55vw + 50%);
    margin-left: 0;
    width: 110vw;
    max-width: 110vw;
  }
}
body.branded .shortcutButtons:before > .swoopText {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen {
  .shortcutButtons {
    min-height: 5.5rem;
  }
}
.shortcutButtons:before {
  top: 0;
  height: 100%;
}
.shortcutButtons.swoopText a, .shortcutButtons.swoopText._Link,
.shortcutButtons.swoopText ._Link,
.shortcutButtons .swoopText a,
.shortcutButtons .swoopText._Link,
.shortcutButtons .swoopText ._Link {
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.2rem 0.4rem;
}
.shortcutButtons:after {
  background: #00583f;
  content: "";
  position: absolute;
  left: -2rem;
  width: calc(100% + 4rem);
  border-radius: 3px 3px 50% 50%/3px 3px 50px 50px;
}
@media only screen and (min-width: 1025px) {
  body.branded .shortcutButtons:after {
    left: calc(-55vw + 50%);
    margin-left: 0;
    width: 110vw;
    max-width: 110vw;
  }
}
body.branded .shortcutButtons:after > .swoopText {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
}
.shortcutButtons:before {
  height: 115%;
  top: -3.5rem;
  filter: saturate(1.75);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
}
@media only screen and (max-width: 1300px) {
  .shortcutButtons:before {
    top: -1.5rem;
    height: 95%;
  }
}
@media print {
  .shortcutButtons:before {
    display: none;
  }
}
.shortcutButtons#sticky-shortcut-buttons:before {
  background: #00583f;
  -webkit-mask-image: url("../images/background.svg");
  mask-image: url("../images/background.svg");
  z-index: 1;
}
.shortcutButtons#sticky-shortcut-buttons:after {
  top: -0.8rem;
  height: 95%;
  background-color: #d9e6e2;
  filter: saturate(1.75);
}
@media screen {
  .shortcutButtons#shortcut-buttons:before {
    background-image: linear-gradient(#e6eeec 0%, #ccded9 30%, #00583f 60%);
    -webkit-mask-image: url("../images/background.svg"), -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    mask-image: url("../images/background.svg"), linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  }
}
@media screen and (min-width: 1441px) {
  .shortcutButtons#shortcut-buttons:before {
    -webkit-mask-image: none;
    mask-image: none;
    background-image: none;
    filter: none;
  }
}
.shortcutButtons .homepageHeadingRow {
  margin-bottom: 0.75rem;
}
.shortcutButtons h1 {
  font-size: var(--wptheme_font-size_5);
  display: inline;
  width: initial;
  text-align: center;
  line-height: initial;
  padding: 0.25rem 0 0 0;
  word-break: break-word;
}
@media only screen and (min-width: 1301px) {
  .shortcutButtons h1 {
    padding-top: 0.5rem;
  }
}
.shortcutButtons h1 span {
  margin-right: 0.75rem;
}
.shortcutButtons .changeShortcutsButton {
  display: inline-block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  top: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.shortcutButtons .changeShortcutsButton:hover, .shortcutButtons .changeShortcutsButton:focus {
  background-color: #ebf2f0;
}
.shortcutButtons .shortcutButtonList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 48rem) {
  .shortcutButtons .shortcutButtonList {
    max-width: 23rem;
  }
}
@media print {
  .shortcutButtons .shortcutButtonList {
    display: none !important;
  }
}
.shortcutButtons .shortcutButtonList .shortcutButton {
  width: 5.5rem;
  height: 5.5rem;
}
.shortcutButtons .shortcutButtonList .shortcutButton svg {
  width: 2.8rem;
  height: 2.8rem;
}
.shortcutButtons .shortcutButtonList .shortcutButton a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin: 0.25rem 0.5%;
  border-radius: 0.75rem;
  height: 100%;
  min-height: 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem;
}
.shortcutButtons .shortcutButtonList .shortcutButton a span {
  font-size: var(--wptheme_font-size_-2);
  word-break: break-word;
  color: #000000;
  margin: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  hyphens: auto;
}
.shortcutButtons .shortcutButtonList .shortcutButton a:hover, .shortcutButtons .shortcutButtonList .shortcutButton a:focus {
  background-color: #ebf2f0;
}
@media only screen and (min-width: 769px) {
  .shortcutButtons#sticky-shortcut-buttons {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .shortcutButtons#sticky-shortcut-buttons {
    z-index: 9999;
    padding: 0;
    min-height: unset;
    position: fixed;
    left: 0;
    top: var(--wp-header-height);
    padding-bottom: 0.5rem;
  }
  .shortcutButtons#sticky-shortcut-buttons .homepageHeadingRow {
    display: none;
  }
  .shortcutButtons#sticky-shortcut-buttons .homepageHeadingRow {
    display: none;
  }
  .shortcutButtons#sticky-shortcut-buttons h1,
  .shortcutButtons#sticky-shortcut-buttons .shortcutHeader {
    display: none;
  }
  .shortcutButtons#sticky-shortcut-buttons:before {
    top: -1.5rem;
    height: 115%;
  }
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList {
    column-gap: unset;
    max-width: unset;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 265px) {
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton {
    height: 2.25rem;
    width: 2.25rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 321px) {
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton {
    height: 1.75rem;
    width: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton a {
    border-radius: 50%;
    padding: 0.25rem;
  }
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton a svg.shortcutEmblem {
    display: none;
  }
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton a svg.shortcutFlatIcon {
    display: initial;
  }
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton a span {
    display: none;
  }
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(1):nth-last-child(6), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(6):nth-last-child(1) {
    margin-top: 0rem;
  }
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(2):nth-last-child(2), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(2):nth-last-child(3), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(3):nth-last-child(2), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(2):nth-last-child(4), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(4):nth-last-child(2), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(2):nth-last-child(5), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(5):nth-last-child(2) {
    margin-top: 0.4rem;
  }
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(3):nth-last-child(3), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(3):nth-last-child(4), .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList .shortcutButton:nth-child(4):nth-last-child(3) {
    margin-top: 0.75rem;
  }
}

@keyframes ShortcutButtons-animateOpaque {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ShortcutButtons-animateTransparent {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes ShortcutButtons-slideStickyShortcutsDown {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@keyframes ShortcutButtons-slideStickyShortcutsUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -100%;
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .shortcutButtonList,
  .shortcutButtons {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .shortcutButtons.opaqueBigShortcuts .shortcutButtonList {
    animation-name: ShortcutButtons-animateOpaque;
  }
  .shortcutButtons.transparentBigShortcuts .shortcutButtonList {
    animation-name: ShortcutButtons-animateTransparent;
  }
  .shortcutButtons#sticky-shortcut-buttons {
    margin-top: -10rem;
  }
  .shortcutButtons#sticky-shortcut-buttons.slideStickyShortcutsDown {
    animation-name: ShortcutButtons-slideStickyShortcutsDown;
  }
  .shortcutButtons#sticky-shortcut-buttons.slideStickyShortcutsUp {
    animation-name: ShortcutButtons-slideStickyShortcutsUp;
  }
}
