﻿/* Copyright 2023-2024 Epic Systems Corporation  */
.shortcutButtons {
  max-width: calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding: 0.25rem 2rem;
  overflow-x: clip;
  padding-bottom: 2rem;
  min-height: 5.5rem;
  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;
  }
}
@media print {
  .shortcutButtons {
    margin-left: 0;
    width: 100%;
  }
}
body.branded .shortcutButtons {
  overflow-x: visible;
}
.shortcutButtons > * {
  position: relative;
  z-index: 1;
}
.shortcutButtons:before {
  background: #dfeaf4;
  content: "";
  position: absolute;
  left: -2rem;
  width: calc(100% + 4rem);
  border-radius: 3px 3px 50% 50%/3px 3px 50px 50px;
}
body.branded .shortcutButtons:before {
  left: calc(-55vw + 50%);
  margin-left: 0;
  width: 110vw;
  max-width: 110vw;
}
.shortcutButtons:before {
  top: 0;
  height: 100%;
}
.shortcutButtons.swoopText, .shortcutButtons .swoopText {
  color: #363636;
}
.shortcutButtons.swoopText h1, .shortcutButtons.swoopText h2, .shortcutButtons.swoopText h3, .shortcutButtons.swoopText h4, .shortcutButtons.swoopText.header, .shortcutButtons.swoopText .header, .shortcutButtons.swoopText.heading, .shortcutButtons.swoopText .heading, .shortcutButtons.swoopText._PageHeading, .shortcutButtons.swoopText ._PageHeading, .shortcutButtons.swoopText._heading, .shortcutButtons.swoopText ._heading, .shortcutButtons .swoopText h1, .shortcutButtons .swoopText h2, .shortcutButtons .swoopText h3, .shortcutButtons .swoopText h4, .shortcutButtons .swoopText.header, .shortcutButtons .swoopText .header, .shortcutButtons .swoopText.heading, .shortcutButtons .swoopText .heading, .shortcutButtons .swoopText._PageHeading, .shortcutButtons .swoopText ._PageHeading, .shortcutButtons .swoopText._heading, .shortcutButtons .swoopText ._heading {
  color: #246fb5;
}
.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: #246fb5;
  content: "";
  position: absolute;
  left: -2rem;
  width: calc(100% + 4rem);
  border-radius: 3px 3px 50% 50%/3px 3px 50px 50px;
}
body.branded .shortcutButtons:after {
  left: calc(-55vw + 50%);
  margin-left: 0;
  width: 110vw;
  max-width: 110vw;
}
.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%;
  }
}
.shortcutButtons#sticky-shortcut-buttons:before {
  background: #246fb5;
  -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: #dee9f4;
  filter: saturate(1.75);
}
.shortcutButtons#shortcut-buttons:before {
  background-image: linear-gradient(#e9f1f8 0%, #d3e2f0 30%, #246fb5 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 only 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 {
  display: inline;
  width: initial;
  text-align: center;
  line-height: initial;
  padding: 0.25rem 0 0 0;
  font-size: 1.75em;
  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;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.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;
  }
}
.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: none;
  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 {
  word-break: break-word;
  color: #000000;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  hyphens: auto;
}
.shortcutButtons .shortcutButtonList .shortcutButton a:hover, .shortcutButtons .shortcutButtonList .shortcutButton a:focus {
  background-color: #edf3f9;
}
@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;
  }
}
