.pfblue-color {
  color: #25aae1;
}
.pfblue-color-bg {
  background-color: #25aae1;
}
#mini-clndr,
#full-clndr {
  font-family: Asap, Helvetica, Arial;
  margin: 0;
  width: 100%;
  max-width: 500px;
  -moz-box-shadow: 1px 1px 0 #BBB;
  -webkit-box-shadow: 1px 1px 0 #BBB;
  box-shadow: 1px 1px 0 #BBB;
}
#mini-clndr .clndr,
#full-clndr .clndr {
  border-bottom: 7px solid #444;
  overflow: hidden;
}
#mini-clndr .clndr .controls,
#full-clndr .clndr .controls {
  background-color: #444;
  color: #FFFFFF;
}
#mini-clndr .clndr .controls .clndr-previous-button,
#full-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button,
#full-clndr .clndr .controls .clndr-next-button {
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  transition: background-color 0.5s ease 0s;
  width: 15%;
}
#mini-clndr .clndr .controls .clndr-previous-button:hover,
#full-clndr .clndr .controls .clndr-previous-button:hover,
#mini-clndr .clndr .controls .clndr-next-button:hover,
#full-clndr .clndr .controls .clndr-next-button:hover {
  background-color: #666;
}
#mini-clndr .clndr .controls .month,
#full-clndr .clndr .controls .month {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
}
#mini-clndr .clndr .days-container,
#full-clndr .clndr .days-container {
  display: inline-block;
  height: 216px;
  position: relative;
  width: 100%;
}
#mini-clndr .clndr .days-container .days,
#full-clndr .clndr .days-container .days {
  background-color: #EBEBEB;
  height: 100%;
  left: 0;
  position: absolute;
  transition: left 0.5s ease 0s;
  width: 100%;
}
#mini-clndr .clndr .days-container .days .day,
#full-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty,
#full-clndr .clndr .days-container .days .empty {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: #212121;
  display: inline-block;
  font-size: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  width: 14.2%;
  line-height: normal;
  cursor: default;
  text-decoration: none;
}
#mini-clndr .clndr .days-container .days .day.event,
#full-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event,
#full-clndr .clndr .days-container .days .empty.event {
  background-color: #00AEEF;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
}
#mini-clndr .clndr .days-container .days .day.today,
#full-clndr .clndr .days-container .days .day.today {
  background-color: #FFF;
}
#mini-clndr .clndr .days-container .days .day.past,
#full-clndr .clndr .days-container .days .day.past {
  background-color: #DDD;
}
#mini-clndr .clndr .days-container .days .day.event:hover,
#full-clndr .clndr .days-container .days .day.event:hover,
#mini-clndr .clndr .days-container .days .empty.event:hover,
#full-clndr .clndr .days-container .days .empty.event:hover {
  background-color: #999;
}
#mini-clndr .clndr .days-container .days .day.adjacent-month,
#full-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month,
#full-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
#mini-clndr .clndr .days-container .days .empty,
#full-clndr .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
#mini-clndr .clndr .days-container .days .headers,
#full-clndr .clndr .days-container .days .headers {
  background-color: #999;
  padding-bottom: 5px;
  padding-top: 5px;
}
#mini-clndr .clndr .days-container .days .headers .day-header,
#full-clndr .clndr .days-container .days .headers .day-header {
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  width: 14.2%;
}
#mini-clndr .clndr .days-container .events,
#full-clndr .clndr .days-container .events {
  background-color: #EBEBEB;
  height: 186px;
  left: 100%;
  position: absolute;
  transition: left 0.5s ease 0s;
  width: 100%;
}
#mini-clndr .clndr .days-container .events .headers,
#full-clndr .clndr .days-container .events .headers {
  position: relative;
}
#mini-clndr .clndr .days-container .events .event-header,
#full-clndr .clndr .days-container .events .event-header {
  background-color: #BBB;
  color: #FFFFFF;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}
#mini-clndr .clndr .days-container .events .x-button,
#full-clndr .clndr .days-container .events .x-button {
  cursor: pointer;
  font-size: 80%;
  left: 20px;
  position: absolute;
  top: 7px;
  transition: color 0.25s ease 0s;
}
#mini-clndr .clndr .days-container .events .x-button:hover,
#full-clndr .clndr .days-container .events .x-button:hover {
  color: #FFFFFF;
}
#mini-clndr .clndr .days-container .events .events-list,
#full-clndr .clndr .days-container .events .events-list {
  height: 155px;
  overflow: scroll;
}
#mini-clndr .clndr .days-container .events .events-list .event,
#full-clndr .clndr .days-container .events .events-list .event {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
  padding-left: 10px;
  padding-top: 8px;
  transition: background-color 0.25s ease 0s;
}
#mini-clndr .clndr .days-container .events .events-list .event:hover,
#full-clndr .clndr .days-container .events .events-list .event:hover {
  background-color: #F5F5F5;
}
#mini-clndr .clndr .days-container .events .events-list .event a,
#full-clndr .clndr .days-container .events .events-list .event a {
  background-color: rgba(0, 0, 0, 0);
  color: #212121;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease 0s;
}
#mini-clndr .clndr .days-container .events .events-list .event a:hover,
#full-clndr .clndr .days-container .events .events-list .event a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #AAA;
}
#mini-clndr .clndr .days-container.show-events .days,
#full-clndr .clndr .days-container.show-events .days {
  left: -100%;
}
#mini-clndr .clndr .days-container.show-events .events,
#full-clndr .clndr .days-container.show-events .events {
  left: 0;
}
#mini-clndr .clndr .event-details,
#full-clndr .clndr .event-details {
  background: #333;
  padding: 4px;
  color: #00AEEF;
  font-weight: bold;
}
#full-clndr {
  max-width: 800px;
}
#full-clndr .clndr {
  overflow: visible;
}
#full-clndr .clndr .controls .month {
  width: 100%;
  display: block;
  font-size: 21px;
}
#full-clndr .clndr .days-container {
  height: auto;
  background: #ebebeb;
}
#full-clndr .clndr .days-container .day-header {
  font-size: 21px;
}
#full-clndr .clndr .days-container .days {
  height: auto;
  position: relative;
}
#full-clndr .clndr .days-container .days .day,
#full-clndr .clndr .days-container .days .empty {
  height: 40px;
  float: left;
  position: relative;
  color: #999;
}
#full-clndr .clndr .days-container .days .day:last-child:after,
#full-clndr .clndr .days-container .days .empty:last-child:after {
  content: "";
  display: block;
  clear: left;
}
#full-clndr .clndr .days-container .days .day.event,
#full-clndr .clndr .days-container .days .empty.event {
  height: 45px;
  margin-top: -5px;
  text-align: left;
  font-size: 21px;
  color: #FFF;
  z-index: 10;
  padding-top: 2px;
  padding-left: 2px;
  padding-bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#full-clndr .clndr .days-container .days .day .logo,
#full-clndr .clndr .days-container .days .empty .logo {
  position: absolute;
  bottom: 5px;
  right: 2%;
  width: 70%;
  max-width: 100px;
  display: block;
}
#full-clndr .clndr .days-container .days .day img,
#full-clndr .clndr .days-container .days .empty img {
  max-height: 72px;
  max-width: 100%;
}
#full-clndr .clndr .days-container .days .day.has-2 .logo,
#full-clndr .clndr .days-container .days .empty.has-2 .logo {
  width: 35%;
}
#full-clndr .clndr .days-container .days .day.has-2 .logo:last-child,
#full-clndr .clndr .days-container .days .empty.has-2 .logo:last-child {
  right: 40%;
}
#full-clndr .clndr .days-container .days .day.has-3 .logo,
#full-clndr .clndr .days-container .days .empty.has-3 .logo {
  width: 20%;
  bottom: 10px;
}
#full-clndr .clndr .days-container .days .day.has-3 .logo:nth-child(2),
#full-clndr .clndr .days-container .days .empty.has-3 .logo:nth-child(2) {
  right: 25%;
}
#full-clndr .clndr .days-container .days .day.has-3 .logo:last-child,
#full-clndr .clndr .days-container .days .empty.has-3 .logo:last-child {
  right: 50%;
}
#full-clndr.hide-midweek .day-header {
  width: 25% !important;
}
#full-clndr.hide-midweek .day-header:nth-child(7n+3),
#full-clndr.hide-midweek .day-header:nth-child(7n+4),
#full-clndr.hide-midweek .day-header:nth-child(7n+5) {
  display: none !important;
}
#full-clndr.hide-midweek .day,
#full-clndr.hide-midweek .empty {
  width: 25% !important;
}
#full-clndr.hide-midweek .day:nth-child(7n+4),
#full-clndr.hide-midweek .empty:nth-child(7n+4),
#full-clndr.hide-midweek .day:nth-child(7n+5),
#full-clndr.hide-midweek .empty:nth-child(7n+5),
#full-clndr.hide-midweek .day:nth-child(7n+6),
#full-clndr.hide-midweek .empty:nth-child(7n+6) {
  display: none !important;
}
.finder [data-step] {
  display: none;
}
.finder [data-step='1'] {
  display: block;
}
.finder.secondary section {
  background: #F8F8F8;
}
.finder.secondary section li {
  opacity: 0.9;
}
.finder section {
  display: block;
  background: #D8D8D8;
  padding: 20px;
}
.finder section li {
  display: block;
  padding: 0;
  border: none;
  margin-bottom: 4px;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}
.finder section li a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  background: #0d5ba9;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.finder section li a:hover {
  background: #062c52;
}
.finder section li a span {
  display: inline-block;
  color: #000;
  padding-left: 10px;
}
ul.related-events:after {
  content: "";
  clear: left;
  display: block;
}
ul.related-events li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 5px;
  float: left;
  border: none;
  height: 250px;
}
ul.related-events li:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
ul.related-events li:last-child:after {
  clear: left;
  content: "";
  display: block;
}
ul.related-events li a {
  padding: 10px;
  text-decoration: none;
  display: block;
}
ul.related-events li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
ul.related-events li .date,
ul.related-events li .location,
ul.related-events li div {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
}
ul.related-events li .date,
ul.related-events li div {
  font-weight: bold;
}
ul.related-events li .image {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
  display: block;
}
ul.related-events li img {
  position: absolute;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100% !important;
  margin: auto;
  left: 0;
  right: 0;
}
@media all and (max-width: 870px) {
  ul.related-events li {
    display: block;
    float: none;
    height: auto;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  ul.related-events li .image {
    max-height: 150px;
    padding-bottom: 60%;
  }
  ul.related-events li .image img {
    height: auto !important;
    max-height: 150px;
  }
  ul.related-events li .date,
  ul.related-events li .location {
    font-size: 21px;
  }
}
.flex {
  display: flex;
  align-items: center;
}
.flex > * {
  flex: 1;
}
.flex > *:not(:last-child) {
  margin-right: 10px;
}
.flex.top {
  align-items: flex-start;
}
.flex.flex-relative {
  position: relative;
}
.flex.flex-relative > *:not(:last-child) {
  margin-right: 0;
}
@media all and (max-width: 870px) {
  .flex:not(.mobile-flex) {
    display: block;
  }
  .flex:not(.mobile-flex) > * > label:first-child {
    margin-top: 5px;
  }
  .flex:not(.mobile-flex) > *:not(:last-child) {
    margin-right: 0;
  }
  .mobile-hidden {
    position: absolute !important;
    left: -10000px !important;
  }
  .mobile-auto-width {
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
  }
}
@media all and (min-width: 871px) {
  .desktop-hidden {
    position: absolute !important;
    left: -10000px !important;
  }
}
.confirmation-input-controls {
  background: #EEE;
  padding: 5px;
  margin: 0;
  list-style: none;
}
.smp-slider {
  margin: 45px 25px;
}
.bg-gray-light {
  background-color: #e0e0e0;
}
.bg-gray-pale {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #fff;
}
.f-row {
  display: flex;
  flex-direction: row;
}
.f-column {
  display: flex;
  flex-direction: column;
}
.grow {
  flex-grow: 1;
}
.shrink {
  flex-shrink: 1;
}
.wrap {
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-start {
  align-self: flex-start;
}
.block {
  display: block;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.gap-xxs {
  gap: calc(8px / 2);
}
.gap-xs {
  gap: 8px;
}
.gap-sm {
  gap: calc(8px * 1.5);
}
.gap-m {
  gap: calc(8px * 2);
}
.gap-lg {
  gap: calc(8px * 3);
}
.gap-xl {
  gap: calc(8px * 4);
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 4px;
}
.p-2 {
  padding: calc(4px * 2);
}
.p-3 {
  padding: calc(4px * 3);
}
.p-4 {
  padding: calc(4px * 4);
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 4px;
}
.pt-2 {
  padding-top: calc(4px * 2);
}
.pt-3 {
  padding-top: calc(4px * 3);
}
.pt-4 {
  padding-top: calc(4px * 4);
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 4px;
}
.pr-2 {
  padding-right: calc(4px * 2);
}
.pr-3 {
  padding-right: calc(4px * 3);
}
.pr-4 {
  padding-right: calc(4px * 4);
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: calc(4px * 2);
}
.pb-3 {
  padding-bottom: calc(4px * 3);
}
.pb-4 {
  padding-bottom: calc(4px * 4);
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 4px;
}
.pl-2 {
  padding-left: calc(4px * 2);
}
.pl-3 {
  padding-left: calc(4px * 3);
}
.pl-4 {
  padding-left: calc(4px * 4);
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: calc(4px * 2) !important;
}
.mb-3 {
  margin-bottom: calc(4px * 3) !important;
}
.mb-4 {
  margin-bottom: calc(4px * 4) !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: calc(4px * 2) !important;
}
.mt-3 {
  margin-top: calc(4px * 3) !important;
}
.mt-4 {
  margin-top: calc(4px * 4) !important;
}
.elevation-1 {
  box-shadow: 0px 1px 1px 0px #00000013, 0px 2px 2px 0px #00000013, 0px 4px 4px 0px #00000013, 0px 0px 8px 0px #00000013, 0px 0px 16px 0px #00000013;
}
.elevation-2 {
  box-shadow: 0px 0px 24px 0px #00000033;
}
.elevation-3 {
  box-shadow: 0px 0px 36px 0px #00000040;
}
.radius-rounded {
  border-radius: 8px;
}
.radius-full {
  border-radius: 24px;
}
.radius-circle {
  border-radius: 50%;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.grit-disabled {
  color: #a6a6a6;
  pointer-events: none;
}
.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root {
  --primary-nav-height: 88px;
  --secondary-nav-height: 48px;
  --subNav-height: 64px;
}
.ProgramTeamList {
  display: flex;
  flex-wrap: wrap;
}
.ProgramTeamList .TeamList {
  flex: 1;
  min-width: 50%;
  padding: 10px;
}
.ProgramTeamList .TeamList .BoxTop {
  margin-top: 0;
}
.ProgramTeamList .TeamList .BoxTop a {
  font-size: 1rem;
}
.svg-bracket-table {
  width: 100%;
  overflow: initial;
  overflow-x: auto !important;
}
.bracket-table table,
.svg-bracket-table table {
  width: 100%;
}
.bracket-table .game,
.svg-bracket-table .game {
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  display: inline-table;
  width: 100%;
}
.bracket-table .game td,
.svg-bracket-table .game td {
  padding: 5px;
}
.bracket-table .team,
.svg-bracket-table .team {
  width: 50%;
  min-width: 120px;
}
.bracket-table .score,
.svg-bracket-table .score {
  width: 5%;
}
.bracket-table .winner,
.svg-bracket-table .winner {
  font-weight: bold;
}
.bracket-table .team.winner::before,
.svg-bracket-table .team.winner::before {
  content: "▸";
  display: inline-block;
  padding-right: 3px;
}
.bracket-table .loser,
.svg-bracket-table .loser {
  color: #999;
}
.bracket-table .time,
.svg-bracket-table .time,
.bracket-table .title,
.svg-bracket-table .title {
  border-left: 1px solid #ccc;
}
.bracket-table .time,
.svg-bracket-table .time {
  white-space: nowrap;
}
.bracket-table .team-logo img,
.svg-bracket-table .team-logo img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.team-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: calc(8px * 2);
}
.team-gallery .gallery-item {
  display: flex;
  flex-direction: column;
  height: 340px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.team-gallery .gallery-item img {
  max-width: 100%;
  max-height: 260px;
}
.team-gallery .gallery-item figure {
  flex: 1 1 auto;
  text-align: center;
}
.team-gallery .gallery-item figcaption {
  text-align: start;
  padding: 12px;
}
.team-gallery .gallery-item .gallery-footer {
  flex: 0 0 auto;
}
.TeamSchedule {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 2);
}
.goldColor {
  color: #C9B037;
}
.hidden-label {
  display: block;
  position: absolute;
  left: -10000px;
}
.single-line-text {
  resize: none;
}
.Confirmation,
.Warning,
.Error,
.Notification,
.Notice {
  padding: 10px;
  font-weight: bold;
  line-height: 1.5;
  margin: 4px 0;
  color: #333 !important;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}
.Confirmation::before,
.Warning::before,
.Error::before,
.Notification::before,
.Notice::before {
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 10px;
}
.Confirmation:not(.block)::after,
.Warning:not(.block)::after,
.Error:not(.block)::after,
.Notification:not(.block)::after,
.Notice:not(.block)::after {
  content: "\00A0";
}
.input-rows label + div .Confirmation,
.input-rows label + div .Warning,
.input-rows label + div .Error,
.input-rows label + div .Notification,
.input-rows label + div .Notice {
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  flex-grow: 0 !important;
}
.Confirmation.block,
.Warning.block,
.Error.block,
.Notification.block,
.Notice.block {
  display: block;
}
.Confirmation ul,
.Warning ul,
.Error ul,
.Notification ul,
.Notice ul {
  margin: 0;
}
.Notification,
.Notice {
  background: rgba(37, 170, 225, 0.1);
}
.Notification::before,
.Notice::before {
  content: "\f05a";
  color: #25aae1;
}
.Confirmation {
  background: rgba(0, 150, 0, 0.2);
}
.Confirmation::before {
  content: "\f058";
  color: #009600;
}
.Warning {
  background: rgba(255, 106, 0, 0.2);
}
.Warning::before {
  content: "\f071";
  color: #ff6a00;
}
.Error {
  background: rgba(255, 0, 0, 0.2);
}
.Error::before {
  content: "\f057";
  color: #ff0000;
}
.BoldLink {
  color: #25aae1 !important;
  font-size: 1.2rem !important;
}
.PhoneDiv {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.PhoneDiv span {
  flex: 1;
  padding-right: 5px;
}
.as-admin::after {
  content: "Admin Only";
  text-transform: uppercase;
  background: #DDD;
  color: #555;
  font-size: 12px;
  padding: 3px;
  white-space: nowrap;
  border-radius: 4px;
  margin-left: 4px;
  flex-grow: 0;
}
.CartItemName {
  font-weight: bold;
}
.Required input {
  background-color: #FFD;
}
input.UnderlineOnly {
  border-radius: 0 !important;
  border-width: 0 0 1px 0 !important;
  background-color: transparent;
  padding: 0 0 3px 0 !important;
  outline: none;
}
.baseRow {
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}
.baseRowCell {
  flex: 3;
  padding: 3px;
}
.arrowCell {
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-item {
  display: grid;
  grid-template-columns: 200px repeat(2, minmax(200px, 1fr));
  gap: calc(8px * 2);
  padding: 8px 0;
  border-top: 1px solid #e0e0e0;
}
.schedule-item .schedule-item-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 870px) {
  .schedule-item {
    grid-template-columns: 1fr;
  }
  .schedule-item .schedule-item-logo {
    width: 32px;
    height: 32px;
  }
}
.scheduleStatusIndicator {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.scheduleStatusIndicator .fa-times {
  color: red;
}
.scheduleStatusIndicator .fa-exclamation-triangle {
  color: orange;
}
.icon-autocolor .fa-times,
.icon-autocolor .fa-times-circle {
  color: red;
}
.icon-autocolor .fa-check,
.icon-autocolor .fa-check-circle {
  color: green;
}
.icon-autocolor .fa-question,
.icon-autocolor .fa-question-circle {
  color: #666;
}
.scheduleScore {
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
}
.scheduleTeamName {
  padding-top: 4px;
  font-size: 14px;
  display: block;
  line-height: 1;
}
.scheduleScoreWinner {
  font-weight: bold;
}
.scheduleScoreLoset {
  color: #999;
}
#UrgentAlert {
  background-color: #333;
  color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
#UrgentAlert > div {
  max-width: 1100px;
  padding: 10px 10px 10px 100px;
  text-align: right;
  margin: auto;
}
#UrgentAlert > div p {
  padding-bottom: 0;
  margin-bottom: 0;
}
body ul.input-rows > li > div .Button,
body ul.input-rows > li > div button {
  max-height: none;
}
.tag-wrapper {
  display: block;
}
.tag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  color: #333;
  font-size: 1rem;
  line-height: 1;
}
.tag.gray {
  background-color: rgba(0, 0, 0, 0.05);
}
.tag.bold {
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  font-weight: bold;
}
a.tag.gray:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.smp-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(148px, 1fr));
  justify-content: space-between;
}
.smp-calendar .day {
  padding: 0.25rem;
  font-size: 1rem;
  flex: 1;
  min-width: 14.2%;
  height: 152px;
  text-align: right;
  border: 0.5px solid #e0e0e0;
}
.smp-calendar .day.event-date {
  background-color: #25aae1;
  color: white;
}
.smp-calendar .day.orange {
  background: orange;
  color: white;
}
.smp-calendar .day.green {
  background: green;
  color: white;
}
.smp-calendar .day-of-week {
  font-weight: bold;
  height: auto;
}
.smp-calendar .other-month {
  opacity: 0.5;
  background-color: #a6a6a6;
}
.smp-calendar .current-day {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background-color: #219ad9;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  margin-bottom: 4px;
}
.smp-calendar .cal-content-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: start;
  padding: 8px 12px;
  background-color: #f2f2f2;
  border: 1px solid #a6a6a6;
}
.radial-progress {
  display: block;
  height: 50px;
  width: 50px;
  margin: auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: relative;
}
.radial-progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.radial-progress circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 6px;
  width: 100%;
  height: 100%;
}
.radial-progress .radial-progress-label {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
}
.arc-progress-gauge {
  display: block;
  height: 25px;
  width: 50px;
  margin: auto;
  position: relative;
}
.arc-progress-gauge svg {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.arc-progress-gauge circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 6px;
  width: 100%;
  height: 100%;
}
.arc-progress-gauge .arc-progress-gauge-label {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #444;
}
.radial-progress-gauge {
  display: block;
  margin: auto;
  position: relative;
}
.radial-progress-gauge svg {
  width: 100%;
  height: 100%;
}
.radial-progress-gauge .radial-progress-gauge-label {
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  font-size: 15px;
  fill: #25aae1;
  text-anchor: middle;
  font-weight: bold;
  transform: translateY(5px);
}
.sortable-table .radial-progress-gauge-label {
  fill: #494949;
}
.fancy-select-wrapper {
  position: relative;
}
.fancy-select-wrapper span {
  position: absolute;
  left: 0;
  z-index: 0;
  background: #333;
  color: #FFF;
  width: 100%;
  padding: 10px 8px;
  cursor: pointer;
}
.fancy-select-wrapper select {
  opacity: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding: 12px 0;
}
.Button,
.ForwardButton,
.ForwardButtonShort,
.AcceptButton,
.AcceptButtonShort,
.DeclineButton,
.DeclineButtonShort,
.decline-button,
.BackButton,
.BackButtonShort,
.DeleteButton,
.DeleteButtonShort,
.DisabledButton,
.DisabledButtonShort,
.DivisionSubDivisionRow a,
.link-row a {
  color: #000;
  background-color: #FFF;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  box-shadow: none;
  text-decoration: none;
  margin: 5px 0;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-size: 1.25rem;
  -webkit-appearance: none;
  text-align: center;
}
.Button.selected,
.ForwardButton.selected,
.ForwardButtonShort.selected,
.AcceptButton.selected,
.AcceptButtonShort.selected,
.DeclineButton.selected,
.DeclineButtonShort.selected,
.decline-button.selected,
.BackButton.selected,
.BackButtonShort.selected,
.DeleteButton.selected,
.DeleteButtonShort.selected,
.DisabledButton.selected,
.DisabledButtonShort.selected,
.DivisionSubDivisionRow a.selected,
.link-row a.selected {
  background-color: #25aae1;
  color: white;
}
.Button:hover,
.ForwardButton:hover,
.ForwardButtonShort:hover,
.AcceptButton:hover,
.AcceptButtonShort:hover,
.DeclineButton:hover,
.DeclineButtonShort:hover,
.decline-button:hover,
.BackButton:hover,
.BackButtonShort:hover,
.DeleteButton:hover,
.DeleteButtonShort:hover,
.DisabledButton:hover,
.DisabledButtonShort:hover,
.DivisionSubDivisionRow a:hover,
.link-row a:hover {
  background-color: #FFF;
  color: #000;
  border-color: #000;
}
.Button[disabled],
.ForwardButton[disabled],
.ForwardButtonShort[disabled],
.AcceptButton[disabled],
.AcceptButtonShort[disabled],
.DeclineButton[disabled],
.DeclineButtonShort[disabled],
.decline-button[disabled],
.BackButton[disabled],
.BackButtonShort[disabled],
.DeleteButton[disabled],
.DeleteButtonShort[disabled],
.DisabledButton[disabled],
.DisabledButtonShort[disabled],
.DivisionSubDivisionRow a[disabled],
.link-row a[disabled],
.Button.disabled,
.ForwardButton.disabled,
.ForwardButtonShort.disabled,
.AcceptButton.disabled,
.AcceptButtonShort.disabled,
.DeclineButton.disabled,
.DeclineButtonShort.disabled,
.decline-button.disabled,
.BackButton.disabled,
.BackButtonShort.disabled,
.DeleteButton.disabled,
.DeleteButtonShort.disabled,
.DisabledButton.disabled,
.DisabledButtonShort.disabled,
.DivisionSubDivisionRow a.disabled,
.link-row a.disabled {
  color: #BBB;
  background: #f8f8f8;
  border-color: #BBB;
  cursor: default;
  pointer-events: none;
}
.message-tip,
.team-manager-message-tip {
  font-size: 1rem !important;
  position: absolute !important;
  right: -2px;
  bottom: -2px;
  line-height: 1 !important;
}
.spinnerDialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.loader {
  border: 12px solid #f3f3f3;
  /* Light grey */
  border-top: 12px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Warn {
  color: #F24822;
  border-color: #F24822;
}
.ui-dialog .ui-dialog-titlebar {
  background: #25AAE1;
  color: white;
}
.ui-dialog .ui-dialog-content {
  background: lightblue;
  color: white;
}
.ui-progressbar {
  height: 20px;
}
.ui-progressbar .ui-progressbar-value {
  background: #25AAE1;
}
.ui-progress-label {
  position: absolute;
  left: 50%;
  top: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.RoundButton {
  font-size: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 2rem;
  min-width: 2.5rem !important;
  max-width: 2.5rem !important;
}
.ForwardButtonShort,
.AcceptButtonShort,
.DeclineButtonShort,
.BackButtonShort,
.DeleteButtonShort,
.DisabledButtonShort {
  padding: 2px 20px;
  font-size: 1rem;
}
.LinkButton {
  color: #000;
  background: transparent;
  border: none;
  padding: 0 3px;
  margin: 0;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
}
.link-row table,
.link-row tbody,
.link-row tr,
.link-row td,
.link-row ul,
.link-row li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.link-row a,
.link-row.heading {
  display: block;
  padding: 10px;
  margin: 5px 0;
  color: #000 !important;
  font-weight: bold;
  text-align: left;
  text-decoration: none !important;
  position: relative;
}
.link-row.heading {
  font-size: 16px;
  color: #000 !important;
  font-family: 'bebas';
  padding: 2px 10px;
}
.link-row.child a {
  color: #666 !important;
  background: #EEE;
}
.link-row a:hover {
  background: #0d5ba9;
  color: #FFF;
}
.link-row.arrow a::after {
  top: 10px;
  display: block;
  content: "\f054";
  position: absolute;
  right: 10px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
body input.DisabledButton,
body button.DisabledButton,
body a.DisabledButton,
body span.DisabledButton,
body input.DisabledButtonShort,
body button.DisabledButtonShort,
body a.DisabledButtonShort,
body span.DisabledButtonShort {
  background-color: #F8F8F8;
  color: #999;
  border-color: #999;
  text-decoration: none;
  cursor: default;
}
body input.ForwardButton,
body button.ForwardButton,
body a.ForwardButton,
body span.ForwardButton,
body input.ForwardButtonShort,
body button.ForwardButtonShort,
body a.ForwardButtonShort,
body span.ForwardButtonShort {
  background-color: #FFF;
  color: #25aae1;
  border-color: #25aae1;
  text-decoration: none;
}
body input.ForwardButton:hover:not([disabled]),
body button.ForwardButton:hover:not([disabled]),
body a.ForwardButton:hover:not([disabled]),
body span.ForwardButton:hover:not([disabled]),
body input.ForwardButtonShort:hover:not([disabled]),
body button.ForwardButtonShort:hover:not([disabled]),
body a.ForwardButtonShort:hover:not([disabled]),
body span.ForwardButtonShort:hover:not([disabled]) {
  background-color: #c2e5f6;
  border-color: #25aae1;
  color: #25aae1;
}
body input.ForwardButton:active:not([disabled]),
body button.ForwardButton:active:not([disabled]),
body a.ForwardButton:active:not([disabled]),
body span.ForwardButton:active:not([disabled]),
body input.ForwardButtonShort:active:not([disabled]),
body button.ForwardButtonShort:active:not([disabled]),
body a.ForwardButtonShort:active:not([disabled]),
body span.ForwardButtonShort:active:not([disabled]) {
  background-color: #35a8e0;
  border-color: #2d9cd2;
  color: #fff;
}
body input.ForwardButton.active,
body button.ForwardButton.active,
body a.ForwardButton.active,
body span.ForwardButton.active,
body input.ForwardButtonShort.active,
body button.ForwardButtonShort.active,
body a.ForwardButtonShort.active,
body span.ForwardButtonShort.active {
  background-color: #35a8e0;
  border-color: #2d9cd2;
  color: #fff;
}
body input.secondary-button,
body button.secondary-button,
body a.secondary-button,
body span.secondary-button,
body input.secondary-button-short,
body button.secondary-button-short,
body a.secondary-button-short,
body span.secondary-button-short {
  background-color: #FFF;
  color: #a9a9a9;
  border-color: #a9a9a9;
  text-decoration: none;
}
body input.secondary-button:hover:not([disabled]),
body button.secondary-button:hover:not([disabled]),
body a.secondary-button:hover:not([disabled]),
body span.secondary-button:hover:not([disabled]),
body input.secondary-button-short:hover:not([disabled]),
body button.secondary-button-short:hover:not([disabled]),
body a.secondary-button-short:hover:not([disabled]),
body span.secondary-button-short:hover:not([disabled]) {
  background-color: #e5e5e5;
  border-color: #494949;
  color: #494949;
}
body input.secondary-button:active:not([disabled]),
body button.secondary-button:active:not([disabled]),
body a.secondary-button:active:not([disabled]),
body span.secondary-button:active:not([disabled]),
body input.secondary-button-short:active:not([disabled]),
body button.secondary-button-short:active:not([disabled]),
body a.secondary-button-short:active:not([disabled]),
body span.secondary-button-short:active:not([disabled]) {
  background-color: #a9a9a9;
  border-color: #494949;
  color: #fff;
}
body input.accept-button,
body button.accept-button,
body a.accept-button,
body span.accept-button,
body input.accept-button-short,
body button.accept-button-short,
body a.accept-button-short,
body span.accept-button-short {
  color: #000;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  box-shadow: none;
  margin: 5px 0;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-size: 1.25rem;
  -webkit-appearance: none;
  text-align: center;
  background-color: #FFF;
  color: #91cc00;
  border-color: #91cc00;
  text-decoration: none;
}
body input.accept-button.selected,
body button.accept-button.selected,
body a.accept-button.selected,
body span.accept-button.selected,
body input.accept-button-short.selected,
body button.accept-button-short.selected,
body a.accept-button-short.selected,
body span.accept-button-short.selected {
  background-color: #25aae1;
  color: white;
}
body input.accept-button:hover,
body button.accept-button:hover,
body a.accept-button:hover,
body span.accept-button:hover,
body input.accept-button-short:hover,
body button.accept-button-short:hover,
body a.accept-button-short:hover,
body span.accept-button-short:hover {
  background-color: #FFF;
  color: #000;
  border-color: #000;
}
body input.accept-button[disabled],
body button.accept-button[disabled],
body a.accept-button[disabled],
body span.accept-button[disabled],
body input.accept-button-short[disabled],
body button.accept-button-short[disabled],
body a.accept-button-short[disabled],
body span.accept-button-short[disabled],
body input.accept-button.disabled,
body button.accept-button.disabled,
body a.accept-button.disabled,
body span.accept-button.disabled,
body input.accept-button-short.disabled,
body button.accept-button-short.disabled,
body a.accept-button-short.disabled,
body span.accept-button-short.disabled {
  color: #BBB;
  background: #f8f8f8;
  border-color: #BBB;
  cursor: default;
  pointer-events: none;
}
body input.accept-button:hover:not([disabled]),
body button.accept-button:hover:not([disabled]),
body a.accept-button:hover:not([disabled]),
body span.accept-button:hover:not([disabled]),
body input.accept-button-short:hover:not([disabled]),
body button.accept-button-short:hover:not([disabled]),
body a.accept-button-short:hover:not([disabled]),
body span.accept-button-short:hover:not([disabled]) {
  background-color: #cbe6a7;
  border-color: #91cc00;
  color: #91cc00;
}
body input.accept-button:active:not([disabled]),
body button.accept-button:active:not([disabled]),
body a.accept-button:active:not([disabled]),
body span.accept-button:active:not([disabled]),
body input.accept-button-short:active:not([disabled]),
body button.accept-button-short:active:not([disabled]),
body a.accept-button-short:active:not([disabled]),
body span.accept-button-short:active:not([disabled]) {
  background-color: #91cc00;
  border-color: #76ab30;
  color: #fff;
}
body input.decline-button,
body button.decline-button,
body a.decline-button,
body span.decline-button,
body input.decline-button-short,
body button.decline-button-short,
body a.decline-button-short,
body span.decline-button-short {
  color: #000;
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  box-shadow: none;
  margin: 5px 0;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-size: 1.25rem;
  -webkit-appearance: none;
  text-align: center;
  background-color: #FFF;
  color: #dd0000;
  border-color: #dd0000;
  text-decoration: none;
}
body input.decline-button.selected,
body button.decline-button.selected,
body a.decline-button.selected,
body span.decline-button.selected,
body input.decline-button-short.selected,
body button.decline-button-short.selected,
body a.decline-button-short.selected,
body span.decline-button-short.selected {
  background-color: #25aae1;
  color: white;
}
body input.decline-button:hover,
body button.decline-button:hover,
body a.decline-button:hover,
body span.decline-button:hover,
body input.decline-button-short:hover,
body button.decline-button-short:hover,
body a.decline-button-short:hover,
body span.decline-button-short:hover {
  background-color: #FFF;
  color: #000;
  border-color: #000;
}
body input.decline-button[disabled],
body button.decline-button[disabled],
body a.decline-button[disabled],
body span.decline-button[disabled],
body input.decline-button-short[disabled],
body button.decline-button-short[disabled],
body a.decline-button-short[disabled],
body span.decline-button-short[disabled],
body input.decline-button.disabled,
body button.decline-button.disabled,
body a.decline-button.disabled,
body span.decline-button.disabled,
body input.decline-button-short.disabled,
body button.decline-button-short.disabled,
body a.decline-button-short.disabled,
body span.decline-button-short.disabled {
  color: #BBB;
  background: #f8f8f8;
  border-color: #BBB;
  cursor: default;
  pointer-events: none;
}
body input.decline-button:hover:not([disabled]),
body button.decline-button:hover:not([disabled]),
body a.decline-button:hover:not([disabled]),
body span.decline-button:hover:not([disabled]),
body input.decline-button-short:hover:not([disabled]),
body button.decline-button-short:hover:not([disabled]),
body a.decline-button-short:hover:not([disabled]),
body span.decline-button-short:hover:not([disabled]) {
  background-color: #f5b2b2;
  border-color: #dd0000;
  color: #dd0000;
}
body input.decline-button:active:not([disabled]),
body button.decline-button:active:not([disabled]),
body a.decline-button:active:not([disabled]),
body span.decline-button:active:not([disabled]),
body input.decline-button-short:active:not([disabled]),
body button.decline-button-short:active:not([disabled]),
body a.decline-button-short:active:not([disabled]),
body span.decline-button-short:active:not([disabled]) {
  background-color: #dd0000;
  border-color: #750000;
  color: #fff;
}
body input.BackButton,
body button.BackButton,
body a.BackButton,
body span.BackButton,
body input.BackButtonShort,
body button.BackButtonShort,
body a.BackButtonShort,
body span.BackButtonShort {
  background-color: #FFF;
  color: #999;
  border-color: #999;
  text-decoration: none;
}
body input.BackButton:hover:not([disabled]),
body button.BackButton:hover:not([disabled]),
body a.BackButton:hover:not([disabled]),
body span.BackButton:hover:not([disabled]),
body input.BackButtonShort:hover:not([disabled]),
body button.BackButtonShort:hover:not([disabled]),
body a.BackButtonShort:hover:not([disabled]),
body span.BackButtonShort:hover:not([disabled]) {
  border-color: #e8e8e8;
}
body input.DeleteButton,
body button.DeleteButton,
body a.DeleteButton,
body span.DeleteButton,
body input.DeleteButtonShort,
body button.DeleteButtonShort,
body a.DeleteButtonShort,
body span.DeleteButtonShort {
  background-color: #FFF;
  color: #444;
  border-color: #444;
  text-decoration: none;
}
body input.DeleteButton.red,
body button.DeleteButton.red,
body a.DeleteButton.red,
body span.DeleteButton.red,
body input.DeleteButtonShort.red,
body button.DeleteButtonShort.red,
body a.DeleteButtonShort.red,
body span.DeleteButtonShort.red {
  border-color: #C00;
  color: #C00;
}
body input.DeleteButton:hover:not([disabled]),
body button.DeleteButton:hover:not([disabled]),
body a.DeleteButton:hover:not([disabled]),
body span.DeleteButton:hover:not([disabled]),
body input.DeleteButtonShort:hover:not([disabled]),
body button.DeleteButtonShort:hover:not([disabled]),
body a.DeleteButtonShort:hover:not([disabled]),
body span.DeleteButtonShort:hover:not([disabled]) {
  background-color: #f5b2b2;
  border-color: #dd0000;
  color: #dd0000;
}
body input.DeleteButton:active:not([disabled]),
body button.DeleteButton:active:not([disabled]),
body a.DeleteButton:active:not([disabled]),
body span.DeleteButton:active:not([disabled]),
body input.DeleteButtonShort:active:not([disabled]),
body button.DeleteButtonShort:active:not([disabled]),
body a.DeleteButtonShort:active:not([disabled]),
body span.DeleteButtonShort:active:not([disabled]) {
  background-color: #dd0000;
  border-color: #750000;
  color: #fff;
}
input:not([type]):not(.grit-input):not(.MuiInput-input),
input[type=text]:not(.grit-input):not(.MuiInput-input),
input[type=search]:not(.grit-input):not(.MuiInput-input),
input[type=password]:not(.grit-input):not(.MuiInput-input),
input[type=email]:not(.grit-input):not(.MuiInput-input),
textarea:not(.MuiInput-input),
select {
  border-radius: 10px;
  font-size: 1rem;
  padding: 5px 10px;
  border: 1px solid #AAA;
  font-family: sans-serif;
  background-color: white;
}
input:not([type]):not(.grit-input):not(.MuiInput-input).validated-input-invalid,
input[type=text]:not(.grit-input):not(.MuiInput-input).validated-input-invalid,
input[type=search]:not(.grit-input):not(.MuiInput-input).validated-input-invalid,
input[type=password]:not(.grit-input):not(.MuiInput-input).validated-input-invalid,
input[type=email]:not(.grit-input):not(.MuiInput-input).validated-input-invalid,
textarea:not(.MuiInput-input).validated-input-invalid,
select.validated-input-invalid {
  border-color: red;
}
input:not([type]):not(.grit-input):not(.MuiInput-input):disabled,
input[type=text]:not(.grit-input):not(.MuiInput-input):disabled,
input[type=search]:not(.grit-input):not(.MuiInput-input):disabled,
input[type=password]:not(.grit-input):not(.MuiInput-input):disabled,
input[type=email]:not(.grit-input):not(.MuiInput-input):disabled,
textarea:not(.MuiInput-input):disabled,
select:disabled {
  background-color: gainsboro;
}
.validated-input-wrapper {
  position: relative;
}
.validated-input-hint {
  display: inline-block;
  position: absolute;
  padding: 5px;
  border: 1px solid red;
  border-radius: 10px;
  background: #ffbdbd;
  color: red;
  font-weight: bold;
  top: 30px;
  right: 8px;
}
.validated-input-hint::before {
  background: #ffbdbd;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid red;
  border-radius: 3px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -5px;
  left: 12px;
  border-bottom: none;
  border-right: none;
}
.validated-input-hint::after {
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  content: "\f057";
  padding-left: 5px;
}
.validated-input-label {
  display: block !important;
  padding-top: 6px;
}
.validated-input-label::after {
  content: "*";
  display: inline;
  padding-left: 3px;
  color: red;
  font-weight: bold;
}
.SmpToolTip {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 90000;
}
.SmpToolTip a {
  display: inline-block !important;
}
.environment-badge {
  font-weight: normal;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
  padding: 10px 6px 10px 35px;
  display: block;
  color: #FFF !important;
}
.code-input {
  font-family: monospace;
  background: #333;
  color: #FFF;
}
.smp-tooltip {
  color: #25aae1;
  margin-left: 5px;
}
.smp-tooltip.text-tooltip {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background: #25aae1;
  text-align: center;
  color: #FFF;
  display: inline-block;
}
.tooltip-panel {
  text-align: left !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  pointer-events: none;
  border: 1px solid #EEE;
  background: #FFF;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  z-index: 2000;
  width: 180px;
  white-space: normal;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: fit-content;
}
.tooltip-panel.wider-tooltip {
  width: 360px !important;
}
ul.horizontal-menu,
.horizontal-menu {
  padding: 10px 10px 7px 14px;
  font-weight: bold;
  font-family: 'bebas';
  font-size: 1.25rem;
  display: flex;
  list-style: none;
}
ul.horizontal-menu.seperated,
.horizontal-menu.seperated {
  background: #fefefe;
  margin-top: 10px;
  margin-bottom: 40px;
  border-radius: 10px;
}
ul.horizontal-menu li,
.horizontal-menu li {
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: end;
}
ul.horizontal-menu li a:not(.Button),
.horizontal-menu li a:not(.Button) {
  padding: 0 6px;
  text-align: center;
  color: #444;
  display: inline-block;
}
ul.horizontal-menu li a:not(.Button):hover,
.horizontal-menu li a:not(.Button):hover {
  background-color: transparent;
}
ul.horizontal-menu li.selected,
.horizontal-menu li.selected {
  border-bottom: 1px solid #25aae1;
}
ul.horizontal-menu li.selected a,
.horizontal-menu li.selected a {
  color: #000;
}
ul.horizontal-menu li.disabled a,
.horizontal-menu li.disabled a {
  pointer-events: none;
  cursor: auto;
  color: #ccc;
}
ul.horizontal-menu.sub,
.horizontal-menu.sub {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #FFF;
  font-size: 1rem;
}
ul.horizontal-menu.timeline,
.horizontal-menu.timeline {
  margin: 0;
}
.progress-list {
  /* this is used temp for div container around items before moving over to actual progress list */
}
.progress-list .LinkButton {
  background: transparent !important;
  font-size: 1.25rem;
}
.progress-list .LinkButton .icon {
  display: inline-block;
  padding: 0;
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  background: white;
  color: #91cc00;
  border: 2px solid #91cc00;
  border-radius: 20px;
}
.progress-list .LinkButton .fa-circle-check {
  position: absolute;
  left: 27px;
  bottom: -2px;
  color: #91cc00;
  background: white;
  border-radius: 50%;
}
.progress-list .LinkButton .progress-item {
  display: inline-block;
  min-width: 125px;
  text-align: left;
  border-bottom: 2px solid #91cc00;
}
.progress-list .LinkButton .progress-item.no-text {
  min-width: 0px;
}
.progress-list .LinkButton.active {
  border-color: #25aae1;
}
.progress-list .LinkButton.active .icon {
  background: #25aae1;
  color: white;
  border: 2px solid #25aae1;
}
.progress-list .LinkButton.active .progress-item {
  border-bottom: 2px solid #25aae1;
}
.progress-list .LinkButton:disabled {
  color: #999;
}
.progress-list .LinkButton:disabled .icon {
  background: #999;
  color: white;
  border: 2px solid #999;
}
.progress-list .LinkButton:disabled .progress-item {
  border-bottom: 2px solid #999;
}
.progress-list .action-row {
  padding: 0;
}
.progress-list .div-container {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  min-width: max-content;
}
.progress-list .div-container li a {
  pointer-events: none !important;
}
.as-container .input-rows.uneditable {
  pointer-events: none !important;
}
.as-container .input-rows.uneditable ul {
  background: none;
}
.as-container .input-rows.uneditable ul li.as-selection-item .as-close {
  display: none !important;
}
.as-container .input-rows.uneditable ul input {
  display: none !important;
}
.image-selector {
  display: inline-block;
  width: 36px;
  height: 36px;
  flex-grow: 0 !important;
  background-size: cover;
  background-position: center center;
  border: 1px solid #DDD;
  border-radius: 4px;
  background-color: #EEE;
  cursor: pointer;
}
.pfLogoContainer {
  text-align: center;
}
.pfLogoContainer .pfLogoName {
  content: url('https://smpfiles.blob.core.windows.net/site-content/PlayerFirst-name.svg');
  display: inline-block;
  top: 14px;
  height: 24px;
  filter: invert(74%) sepia(87%) saturate(3425%) hue-rotate(164deg) brightness(91%) contrast(92%);
}
.pfLogoContainer .pfLogo {
  height: 48px;
  display: inline-block;
}
.success {
  color: #449d44;
}
.data-extra-margin {
  margin-top: 60px;
}
.pie-gauge {
  font-family: 'Roboto Condensed', Arial, Sans-Serif;
  font-weight: 300;
}
.pie-gauge svg {
  display: block;
  margin: auto;
}
.pie-gauge .inner-value,
.pie-gauge .inner-label {
  text-anchor: middle;
}
.pie-gauge .inner-value {
  font-size: 30px;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  font-weight: bold;
}
.pie-gauge .inner-label {
  font-size: 12px;
  fill: #999;
}
.html-key {
  display: flex;
  font-size: 12px;
  color: #666;
  padding-top: 18px;
}
.html-key > div {
  flex: 1;
  text-align: center;
}
.html-key .value {
  font-size: 30px;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  font-weight: bold;
}
.d3.line .html-key {
  padding-top: 0;
}
.pagination-info .record-count {
  font-size: 12px;
}
.pagination {
  font-size: 16px;
  margin: 20px 0 20px 2px;
  display: flex;
  justify-content: end;
  gap: 0 3px;
}
.pagination .hidden {
  display: none;
}
.pagination button,
.pagination .pagination-ellipsis {
  padding: 6px 12px;
  border: none;
  border-radius: 2.2rem;
  font-size: 1rem;
  cursor: pointer;
  height: 2.2rem;
  min-width: 2.2rem;
  color: #25aae1;
  font-weight: bold;
}
.pagination .pagination-ellipsis {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination button:not(.disabled):not([disabled]):hover {
  background: #eee !important;
}
.pagination button.disabled,
.pagination button[disabled] {
  background-color: #fff !important;
  cursor: default;
}
.pagination button.active {
  color: #fff !important;
  background: #0085b6 !important;
}
.pagination .pagination-numbers {
  display: flex;
}
/* prevent Microsoft Edge from displaying Eye on password inputs. MWD */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.smp-multi-page {
  position: relative;
}
.smp-multi-page > div {
  position: relative;
}
.smp-multi-page .smp-multi-page-hidden {
  position: absolute;
  top: 0;
  left: -10000px;
  max-width: 5000px;
}
/* Toast */
.custom-toast {
  display: flex;
  align-items: center;
}
.custom-toast img {
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
}
.custom-toast p {
  font-size: 14px;
  padding: 10px;
}
#toasts {
  min-height: 0;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 400px;
  z-index: 1111;
}
#toasts .toast {
  background: #d6d8d9;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  cursor: default;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  padding: 20px;
  transform: translateY(15%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1100;
}
#toasts .toast.success {
  background: #26d68a;
  border: 2px solid #1ca56a;
}
#toasts .toast.warning {
  background: #ffa533;
  border: 2px solid #e59400;
}
#toasts .toast.info {
  background: #2cbcff;
  border: 2px solid #1c9ee0;
}
#toasts .toast.error {
  background: #f44336;
  border: 2px solid #d32f2f;
}
#toasts .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#toasts .toast.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}
#toasts .toast .close {
  cursor: pointer;
  font-size: 24px;
  height: 16px;
  margin-top: -15px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
}
.brandOptInContainer h3::after {
  content: "*";
  display: inline;
  padding-left: 3px;
  color: red;
  font-weight: bold;
}
.brandOptInContainer .card {
  padding: 25px 25px 30px 25px !important;
}
.brandOptInContainer .radioContainer {
  margin: 20px 0 30px 0;
}
.brandOptInContainer .radioContainer label {
  padding-left: 5px;
  margin-right: 10px;
  font-weight: 500;
}
.brandOptInContainer .radioContainer input {
  margin: 0;
}
.brandOptInContainer .listContainer {
  margin-bottom: 45px;
  line-height: 0.8rem;
}
.brandOptInContainer .logoContainer {
  margin-bottom: 30px;
}
.brandOptInContainer .logoContainer img {
  width: 300px;
  object-fit: contain;
}
.brandOptInContainer .logoContainer p {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: 400;
  line-height: 1.2rem;
  color: #005DA7;
}
.brandOptInContainer .footer {
  width: 80%;
}
.numeric-text-box-wrapper {
  display: inline-flex;
  max-width: 200px;
}
.numeric-text-box-wrapper input {
  max-width: 60px;
  text-align: center;
  border-radius: 0 !important;
  border-right: none !important;
  border-left: none !important;
}
.numeric-text-box-wrapper .increment {
  border-radius: 0 10px 10px 0;
  margin-left: 0 !important;
}
.numeric-text-box-wrapper .decrement {
  border-radius: 10px 0 0 10px;
}
.otp-code-inputs input {
  width: 32px !important;
  font-size: 30px !important;
  padding: 2px !important;
  margin-left: 8px !important;
  text-align: center !important;
}
.qr-code-timer-info {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
.qr-code-timer-info .qr-code-activate-all-button {
  position: absolute;
  top: 0;
  right: 0;
}
.qr-code-card {
  padding: 10px;
  margin: 10px 0 40px;
  page-break-inside: avoid;
  max-height: 500px;
  position: relative;
  display: block !important;
}
.qr-code-card .qr-code-table {
  display: flex;
  flex-direction: row;
}
.qr-code-card .qr-code-table .qr-code-image {
  width: 235px;
}
.qr-code-card .qr-code-table .qr-code-image .countdown-text {
  color: red;
  text-align: center;
}
.qr-code-card .qr-code-table .qr-code-image .countdown-text br {
  display: none;
}
.qr-code-card .qr-code-table .qr-code-image .countdown-text.no-qr-code {
  position: relative;
  top: -160px;
  height: 0px;
}
.qr-code-card .qr-code-table .qr-code-image .countdown-text.no-qr-code .countdown-num {
  font-size: 90px;
  font-weight: bold;
  line-height: 65px;
}
.qr-code-card .qr-code-table .qr-code-image .countdown-text.no-qr-code br {
  display: unset !important;
}
.qr-code-card .qr-code-table .qr-code-text {
  width: 42%;
  text-align: left;
  padding-left: 10px;
  font-size: 15px;
}
.qr-code-card .qr-code-table .qr-code-text .date-text {
  margin-bottom: 15px;
  font-size: 15px;
}
.qr-code-card .qr-code-border {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 223px;
  bottom: 0px;
  position: relative;
  flex-direction: column;
  border: 2px solid var(--brand-color);
  border-radius: 4px;
}
.qr-code-card .qr-code-border.activated {
  border: 2px solid red;
}
.qr-code-card .qr-code-border.expired {
  border: 0px;
  background-color: #f2f2f2;
}
.qr-code-card .qr-code-program-table {
  width: 36%;
  text-align: right;
}
.qr-code-card .qr-code-program-table .qr-code-program-image {
  height: 100px;
  max-width: 100px;
  object-fit: cover;
  margin-top: 50px;
}
.qr-code-card .qr-code-share-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 728px) {
  .qr-code-timer-info {
    height: 90px;
    font-size: 13px;
  }
  .qr-code-timer-info .qr-code-activate-all-button {
    margin-top: 8px;
    top: unset !important;
    right: unset !important;
  }
  .qr-code-card {
    max-width: 310px;
    max-height: unset !important;
    display: block !important;
  }
  .qr-code-card .qr-code-table {
    display: flex;
    flex-direction: column !important;
  }
  .qr-code-card .qr-code-table .qr-code-image {
    width: 235px;
    align-self: center;
  }
  .qr-code-card .qr-code-table .qr-code-text {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
  .qr-code-card .qr-code-table .qr-code-program-table {
    position: absolute;
    right: 10px;
    bottom: 80px;
  }
  .qr-code-share-link {
    position: unset !important;
    top: unset !important;
    right: unset !important;
    display: flex;
    justify-content: space-evenly;
  }
}
#MainContent .lodging-rooms {
  list-style: none;
  padding: 0;
  margin: 0;
}
#MainContent .lodging-rooms li {
  background: #F8F8F8;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 6px;
}
#MainContent .lodging-rooms .label {
  display: inline-block;
  width: 85px;
  color: #888;
}
.hotel-sold-out {
  background: #F8F8F8;
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 6px;
}
#MainContent .lodging-list {
  padding: 0;
}
#MainContent .lodging-list > li {
  display: flex;
  background: #FFF;
  padding: 0;
}
#MainContent .lodging-list > li,
#MainContent .lodging-list > li:last-child {
  border: 1px solid #e8e8e8;
}
#MainContent .lodging-list > li h2 {
  margin-top: 0;
}
#MainContent .lodging-list > li h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: "bebas";
}
#MainContent .lodging-list .lodging-rating-score {
  font-weight: bold;
  font-size: 130%;
}
#MainContent .lodging-list .lodging-info {
  flex: 2;
  padding: 10px;
  overflow: hidden;
}
#MainContent .lodging-list .review-list,
#MainContent .lodging-list .lodging-image-list {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
}
#MainContent .lodging-list .review-list li,
#MainContent .lodging-list .lodging-image-list li {
  font-size: 13px;
  line-height: normal;
  margin: 5px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  flex: 1;
  width: 70vw;
  min-width: 320px;
  max-width: 320px;
  list-style: none;
}
#MainContent .lodging-list .lodging-image-list {
  min-width: 300px;
  max-width: 300px;
  max-height: 300px;
  padding: 0;
  margin: 0;
}
#MainContent .lodging-list .lodging-image-list li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
#MainContent .lodging-list .lodging-image-list li img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: auto;
}
#MainContent .lodging-list iframe {
  border: none;
  width: 100%;
  height: 200px;
}
#MainContent .lodging-hotel-header {
  display: flex;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
}
#MainContent .lodging-hotel-header img {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
#MainContent .lodging-hotel-header .lodging-hotel-header-affiliation {
  flex: 1;
  max-width: 300px;
  text-align: center;
  background: #cfcfcf;
  padding: 10px;
}
#MainContent .lodging-hotel-header .lodging-hotel-header-affiliation img {
  margin: auto;
}
#MainContent .lodging-hotel-header .lodging-hotel-header-program {
  flex: 2;
  padding: 10px;
}
#MainContent .lodging-hotel-header .lodging-hotel-header-program img {
  float: left;
  padding-right: 20px;
}
#MainContent .lodging-hotel-header h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: "bebas";
}
@media (max-width: 767px) {
  #MainContent .lodging-list .lodging-image-list {
    max-width: none;
  }
  #MainContent .lodging-list > li {
    display: block;
  }
  #MainContent .lodging-list > li .lodging-image,
  #MainContent .lodging-list > li .lodging-info {
    max-width: none;
    display: block;
    flex: none;
  }
  #MainContent .lodging-hotel-header .lodging-hotel-header-affiliation {
    max-width: none;
  }
  #MainContent .lodging-hotel-header .lodging-hotel-header-program,
  #MainContent .lodging-hotel-header .lodging-hotel-header-program h2 {
    text-align: center !important;
    margin-top: 0;
  }
  #MainContent .lodging-hotel-header .lodging-hotel-header-program img {
    padding-right: 0;
  }
  #MainContent .lodging-hotel-header img {
    max-height: 100px;
    float: none !important;
    margin: auto;
  }
  #MainContent .lodging-hotel-long-promo {
    display: none;
  }
}
figure {
  margin: 0 !important;
}
figure.table {
  display: flex !important;
  justify-content: center;
}
figure.table[style*="float:left"] {
  float: none !important;
  justify-content: flex-start;
}
figure.table[style*="float:right"] {
  float: none !important;
  justify-content: flex-end;
}
figure.table > table {
  width: 100%;
  display: inline-table;
}
figure.table > table td {
  vertical-align: middle;
}
figure.image-style-align-left {
  float: left;
}
.ck-content figure.image {
  display: block;
  text-align: inherit;
  margin: 0 0;
}
figure.image img {
  max-width: 100%;
}
.ck.ck-voice-label {
  display: none !important;
}
.ck-template-row-cell-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.ck-template-row-cell-content > p {
  text-align: left;
}
.composeMessagePanel {
  margin-bottom: 100px !important;
}
.toggle-content-button {
  background-color: #fff;
  width: 50%;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  border-color: #666;
}
.toggle-content-button:hover {
  border-color: #666 !important;
}
.active-content-button {
  background-color: #333 !important;
  color: #fff !important;
}
.tab-button {
  flex: 1;
  border: 0px;
  border-radius: 0px;
  opacity: 0.75;
  background-color: #f2f2f2;
  padding: 8px;
  cursor: pointer;
  color: #202124;
}
.tab-button:hover {
  opacity: 1;
  background-color: #e0e0e0;
}
.active-tab {
  opacity: 1;
  color: #219ad9;
  background-color: #fff;
}
.ck-template-row {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
}
.ck-template-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.social-icons-container {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  background-color: transparent;
  margin: 0 auto;
  text-align: center;
}
.social-icon {
  line-height: 1 !important;
  text-decoration: none !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}
.ck-editor__nested-editable.nonEditable:focus {
  background-color: transparent !important;
}
.show-social {
  display: inline-block !important;
}
.hide-social {
  display: none !important;
}
.ck-widget__type-around__button {
  display: none !important;
}
.ck-template-row-cell-calendar h3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
.ck-template-row-cell-banner h3 {
  padding: 10px !important;
  margin: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  color: #fff !important;
}
.smp-ck-editor {
  border: 1px solid #ddd !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 5px;
}
input[type="color"].open-choice-input {
  width: unset;
  height: unset;
  border: none;
}
input[type="color"].open-choice-input::after {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Font Awesome 6 Pro";
  content: "\f304";
  font-weight: 700;
  font-size: 16px;
}
input[type="color"].open-choice-input:hover::after {
  border-color: #202124;
}
.color-choice {
  flex-grow: 0 !important;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #202124;
  cursor: pointer;
}
.color-choice.selected,
.color-choice.selected-color {
  outline: 2px solid #202124;
  outline-offset: 2px;
}
.color-option,
.color-option-global,
.button-color-option,
.link-color-option,
.buttoncolor-option,
.bannercolor-option,
.backgroundcolor-option,
.headingcolor-option,
.alertcolor-option,
.alertbackground-option,
.headlinecolor-option,
.headlinebackground-option,
.subtitlecolor-option,
.hrcolor-option,
.subheadingcolor-option,
.bordercolor-option,
.imagebackground-option,
.commitcolor-option {
  flex-grow: 0 !important;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #202124;
  cursor: pointer;
}
.color-option.selected,
.color-option-global.selected,
.button-color-option.selected,
.link-color-option.selected,
.buttoncolor-option.selected,
.bannercolor-option.selected,
.backgroundcolor-option.selected,
.headingcolor-option.selected,
.alertcolor-option.selected,
.alertbackground-option.selected,
.headlinecolor-option.selected,
.headlinebackground-option.selected,
.subtitlecolor-option.selected,
.hrcolor-option.selected,
.subheadingcolor-option.selected,
.bordercolor-option.selected,
.imagebackground-option.selected,
.commitcolor-option.selected,
.color-option.selected-color,
.color-option-global.selected-color,
.button-color-option.selected-color,
.link-color-option.selected-color,
.buttoncolor-option.selected-color,
.bannercolor-option.selected-color,
.backgroundcolor-option.selected-color,
.headingcolor-option.selected-color,
.alertcolor-option.selected-color,
.alertbackground-option.selected-color,
.headlinecolor-option.selected-color,
.headlinebackground-option.selected-color,
.subtitlecolor-option.selected-color,
.hrcolor-option.selected-color,
.subheadingcolor-option.selected-color,
.bordercolor-option.selected-color,
.imagebackground-option.selected-color,
.commitcolor-option.selected-color {
  outline: 2px solid #202124;
  outline-offset: 2px;
}
#float-upspace {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 4px;
  margin-left: 2px;
}
#float-downspace {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 4px;
  margin-right: 2px;
}
.ck-heading-dropdown {
  max-width: 70px;
}
.ck-template-row-cell-blank {
  cursor: pointer;
}
.floatingBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  color: #25aae1;
  background-color: #fff;
  border: 2px solid #25aae1;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
.floatingBtn:hover {
  color: #4d4d4d;
  background-color: #fff;
  border-color: #a6a6a6;
}
.floatingBtn:active {
  color: #fff;
  background-color: #202124;
  border-color: #202124;
}
.floatingBtnExpanded {
  color: #fff;
  background-color: #25aae1;
}
#openChoiceButton {
  margin-top: 4px;
  width: 25px;
  height: 23px;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid black;
  padding: 0;
}
.ck-template-row-cards .locked-h3 {
  border-radius: 8px 8px 0px 0px;
}
.ck-template-row-cell-banner[bannericon]:not([bannericon="none"]):not(
    [subheading]
  ),
.ck-template-row-cell-banner[bannericon]:not([bannericon="none"])[subheading=""] > .ck-template-row-cell-content {
  height: calc(100% - 58px);
}
.ck-template-row-cell-banner:not([bannericon]):not([subheading]),
.ck-template-row-cell-banner[bannericon="none"]:not([subheading]),
.ck-template-row-cell-banner:not([bannericon])[subheading=""],
.ck-template-row-cell-banner[bannericon="none"][subheading=""] > .ck-template-row-cell-content {
  height: calc(100% - 40px);
}
.ck-template-row-cell-banner[bannericon]:not(
    [bannericon="none"]
  )[subheading]:not([subheading=""]) > .ck-template-row-cell-content {
  height: calc(100% - 120px);
}
.ck-template-row-cell-banner:not([bannericon]):not(
    [bannericon="none"]
  )[subheading]:not([subheading=""]),
.ck-template-row-cell-banner[bannericon="none"][subheading]:not([subheading=""]) > .ck-template-row-cell-content {
  height: calc(100% - 95px);
}
.ck-editor__nested-editable:focus {
  background-color: transparent !important;
}
#mainCard.as-container {
  padding-bottom: 53px;
}
.ck.ck-dropdown__panel {
  max-height: 70vh;
  overflow-y: auto;
}
.smp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none;
}
.smp-modal .smp-modal-element {
  max-height: calc(100vh - 20px);
  background: #FFF;
  padding: 10px;
  max-width: 800px;
  margin: 10px auto;
  overflow: auto;
  border-radius: 10px;
  text-align: left;
  position: relative;
}
.smp-modal.confirm .smp-modal-element {
  font-size: 115%;
  line-height: 1.5;
}
.smp-modal > button:not(.action-button),
.smp-modal button[smp-modal-close]:not(.action-button),
.smp-modal button.smp-modal-close:not(.action-button) {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: #FFF;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1002;
  cursor: pointer;
}
.smp-modal > button:not(.action-button):hover,
.smp-modal button[smp-modal-close]:not(.action-button):hover,
.smp-modal button.smp-modal-close:not(.action-button):hover {
  background: #EEE !important;
}
.smp-modal iframe {
  display: block;
  border: none;
  margin: 10px auto;
  background: #FFF;
  border-radius: 10px;
}
.smp-modal.warning h2::before {
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  padding-right: 5px;
  content: "\f071";
  color: #ff6a00;
}
.smp-modal.warning [smp-modal-confirm-confirm] {
  color: #ff6a00;
  border-color: #ff6a00;
}
.smp-modal.delete h2::before {
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  padding-right: 5px;
  content: "\f071";
  color: red;
}
.smp-modal.delete [smp-modal-confirm-confirm] {
  color: red;
  border-color: red;
}
.smp-modal .main-header {
  margin-top: 6px;
}
.smp-modal .as-container ul.as-list {
  position: fixed;
}
.modal {
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal aside {
  max-width: 400px;
  background: #FFF;
  padding: 20px;
  margin: 20px auto;
}
/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


.ui-selectmenu-menu { border: 1px solid #aaaaaa; background: #ffffff url(/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-selectmenu-menu a { color: #222222; }
.ui-selectmenu-menu .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-selectmenu-menu .ui-widget-header a { color: #222222; }


.ui-autocomplete { border: 1px solid #aaaaaa; background: #ffffff url(/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-autocomplete a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #8AE; background: #ACF; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/css/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/css/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/css/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/css/jquery-ui/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/css/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/css/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/css/jquery-ui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; background-color:#999; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }


/*
 * jQuery UI Progressbar 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }



/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
.ui-datepicker {
  z-index: 2000 !important;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.DatePicker,
.TimePicker,
.DateTimePicker {
  background-repeat: no-repeat;
  background-position: 98% center;
}
.sortable-table .hasDatepicker {
  width: 135px;
}
.DatePicker {
  background-image: url(/javascript/timepicker/datepicker.png);
}
.TimePicker {
  background-image: url(/javascript/timepicker/timepicker.png);
}
.DateTimePicker {
  background-image: url(/javascript/timepicker/datetimepicker.png);
}
.as-container {
  display: block !important;
}
.as-container ul.as-selections {
  list-style-type: none;
  border-top: 1px solid #888;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-radius: 10px;
  padding: 1px;
  margin: 0 !important;
  overflow: auto;
  background-color: #fff;
}
.as-container ul.as-selections.search-disabled {
  pointer-events: none;
  background-color: gainsboro;
}
.as-container ul.as-selections.search-disabled li.as-original input {
  background-color: unset;
}
.as-container ul.as-selections ul.as-selections {
  border: none;
}
.as-container ul.as-selections.loading {
  background-color: #eee;
}
.as-container ul.as-selections li {
  float: left;
  margin: 0 4px 0 0;
}
.as-container ul.as-selections li.as-selection-item {
  color: #2b3840;
  text-shadow: 0 1px 1px #fff;
  background-color: #ddeefe;
  border: 1px solid #acc3ec;
  border-top-color: #c0d9e9;
  padding: 3px 10px;
  box-shadow: 0 1px 1px #e4edf2;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.as-container ul.as-selections li.as-selection-item:last-child {
  margin-left: 30px;
}
.as-container ul.as-selections li.as-selection-item .as-close {
  cursor: pointer;
  color: #5491be;
  width: 14px;
  height: 14px;
}
.as-container ul.as-selections li.as-selection-item.blur {
  color: #666666;
  background-color: #f4f4f4;
  border-color: #bbb;
  border-top-color: #ccc;
  box-shadow: 0 1px 1px #e9e9e9;
}
.as-container ul.as-selections li.as-selection-item.blur .as-close {
  color: #999;
}
.as-container ul.as-selections li:hover.as-selection-item {
  color: #2b3840;
  background-color: #bbd4f1;
  border-color: #6da0e0;
  border-top-color: #8bb7ed;
}
.as-container ul.as-selections li:hover.as-selection-item .as-close {
  color: #4d70b0;
}
.as-container ul.as-selections li.as-selection-item.selected {
  border-color: #1f30e4;
}
.as-container ul.as-selections li.as-selection-item :hover.as-close {
  color: #1b3c65;
}
.as-container ul.as-selections li.as-selection-item :active.as-close {
  color: #4d70b0;
}
.as-container ul.as-selections li.as-original {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.as-container ul.as-selections li.as-original input {
  border: none !important;
  outline: none;
  min-width: 150px;
  padding-top: 3px;
  box-shadow: none;
}
.as-results ul.as-list {
  position: absolute;
  min-width: 300px;
  list-style-type: none;
  margin: 3px 0 3px 0;
  padding: 0 0 0 0;
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  box-shadow: 0 2px 12px #222;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 10px;
  text-align: left;
}
.as-results ul.as-list li.as-result-item,
.as-results ul.as-list li.as-message {
  margin: 0 0 0 0;
  padding: 5px 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
}
.as-results ul.as-list li:first-child.as-result-item {
  margin: 0;
}
.as-results ul.as-list li.as-message {
  margin: 0;
  cursor: default;
}
.as-results ul.as-list li.as-result-item.active {
  background-color: #3668d9;
  border-color: #3342e8;
  color: #fff;
  text-shadow: 0 1px 2px #122042;
}
.as-results ul.as-list li.as-result-item em {
  font-style: normal;
  background: #444;
  padding: 0 2px;
  color: #fff;
}
.as-results ul.as-list li.as-result-item.active em {
  background: #253f7a;
  color: #fff;
}
@font-face {
    font-family: 'bebas';
    src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAPAIAAAwBwRkZUTWzfNVUAANPsAAAAHEdERUYAJwHrAAC1sAAAAB5HUE9T8CgemwAAt0QAABymR1NVQpjRhvoAALXQAAABdE9TLzJtUDqyAAABeAAAAGBjbWFwKtpLkwAACWwAAAOGZ2FzcP//AAMAALWoAAAACGdseWby2MA3AAAQwAAAg5RoZWFk+blSwQAAAPwAAAA2aGhlYQZQBEsAAAE0AAAAJGhtdHjbijMuAAAB2AAAB5Rsb2NhImRDOAAADPQAAAPMbWF4cAIuAE8AAAFYAAAAIG5hbWWkwsfZAACUVAAAFRJwb3N03SzR5AAAqWgAAAw9AAEAAAABAMUbzvqUXw889QALA+gAAAAAyEBBTAAAAADO+s0A/3f/TQPoA34AAAAIAAIAAAAAAAAAAQAAAu7/BgAAA+j/d/93A+gAAQAAAAAAAAAAAAAAAAAAAeUAAQAAAeUATAAHAAAAAAACAAAAAQABAAAAQAAAAAAAAAADAYQCvAAFAAACigJYAAAASwKKAlgAAAFeADIBpAAAAgsGBgICAgUCAaAAAi8AAABbAAAAAAAAAABESFJNAAAAICJIAu7/BgAAA4QBLCAAAJcAAAAAArwCvAAAACAAAgIkADIAAAAAAU0AAACbAAAAvgAoAUUAKAGaAA8BjAAiAnMAIgGeACkAtAAlAPsALwD7ABABjAACAYwAGQC6ACgBDgAjALoAKAF9AAUBjAAfAYwAbAGMACgBjAAiAYwADgGMACMBjAAhAYwAIQGMABoBjAAdALoAKAC6ACgBjAAeAYwAIwGMACgBaAAUArEAGAGXAAsBlgAoAYIAHwGYACgBcAAoAVgAKAGGAB8BqwAoAL4AKAEAAAoBngAoAVMAKAIdACcBqwAnAYwAHwF+ACgBjAAfAZIAKAF2ABcBZAAIAY4AIwGSAAsCMwAPAa4ADwGMAAQBcgAXAPsALwF9AAUA+wAWAYwAFAH0AAAA+gAsAZcACwGWACgBggAfAZgAKAFwACgBWAAoAYYAHwGrACgAvgAoAQAACgGeACgBUwAoAh0AJwGrACcBjAAfAXkAKAGMAB8BkgAoAXYAFwFkAAgBjgAjAZIACwIzAA8BrgAPAYwABAFyABcBAQALAfQA0gEBABABjAAIAJsAAAC+ACgBjAAkAYwAHgGMACABjAAHAfQA0gGMACMA+gABAuAAFAEWAB4BYwAQAYwAGQEOACMC4AAUAPoACgDkAA8BjAAjARgAKgEYACQA+gAbAYwAHwGMAA4AugAoAPoAGgDIABkBGAAiAWMAEAJzAEECcwBBAnMAJAFoABABlwALAZcACwGXAAsBlwALAZcACwGXAAsCRAAEAYIAHwFwACgBcAAoAXAAKAFwACgAvv/nAL4AJQC+/9UAvv/jAZgABAGrACcBjAAfAYwAHwGMAB8BjAAfAYwAHwGMACYBjAAfAY4AIwGOACMBjgAjAY4AIwGMAAQBeQAoAuwAFwGXAAsBlwALAZcACwGXAAsBlwALAZcACwJEAAQBggAfAXAAKAFwACgBcAAoAXAAKAC+/+cAvgAlAL7/1QC+/+MBmAAEAasAJwGMAB8BjAAfAYwAHwGMAB8BjAAfAYwAGQGMAB8BjgAjAY4AIwGOACMBjgAjAYwABAF5ACgBjAAEAZcACwGXAAsBlwALAZcACwGXAAsBlwALAYIAHwGCAB8BggAfAYIAHwGCAB8BggAfAYIAHwGCAB8BmAAoAZgAKAGYAAQBmAAEAXAAKAFwACgBcAAoAXAAKAFwACgBcAAoAXAAKAFwACgBcAAoAXAAKAGGAB8BhgAfAYYAHwGGAB8BhgAfAYYAHwGGAB8BhgAfAasAKAGrACgBtQAKAbUACgC+/9gAvv/YAL7/7AC+/+wAvv/vAL7/7wC+ABAAvgAQAL4AKAC+ACgBvgAoAb4AKAEAAAkBAAAJAZ4AKAGeACgBngAoAVMAKAFTACgBUwAoAVMAKAFTACgBUwAoAVMAKAFTACgBXAAAAVwAAAGrACcBqwAnAasAJwGrACcBqwAnAasAJwIfAAUBjAAfAYwAHwGMAB8BjAAfAYwAHwGMAB8CSgAeAkoAHgGSACgBkgAoAZIAKAGSACgBkgAoAZIAKAF2ABcBdgAXAXYAFwF2ABcBdgAXAXYAFwF2ABcBdgAXAWQACAFkAAgBZAAIAWQACAFkAAgBZAAIAY4AIwGOACMBjgAjAY4AIwGOACMBjgAjAY4AIwGOACMBjgAjAY4AIwGOACMBjgAjAjMADwIzAA8BjAAEAYwABAGMAAQBcgAXAXIAFwFyABcBcgAXAXIAFwFyABcCRAAEAkQABAGMAB8BjAAfAXYAFwF2ABcBZAAIAWQACAEAAAoAugAoAPr/8wD6//MA+gANAPoATQD6AC0A+gAvAPr/9gD6/+cBcAAoAZcACwGfACkBlgAoAW0AKQHoABABcAAoAlwACAGMACIBqwAoAa0AKAGeACgBwgAJAh0AJwGrACgBjAAfAasAKAF5ACgBggAfAWQACAGYAAgCRwAfAa4ADwHHACgBnwAhAlgAKAJ1ACgBtwAIAkMAKAGIACgBggAaAlcAKAGSABQBlwALAZ8AKQGWACgBbQApAegAEAFwACgCXAAIAYwAIgGrACgBrQAoAZ4AKAHCAAkCHQAnAasAKAGMAB8BqwAoAXkAKAGCAB8BZAAIAZgACAJHAB8BrgAPAccAKAGfACECWAAoAnUAKAG3AAgCQwAoAYgAKAGCABoCVwAoAZIAFAFwACgBlgAoAZYAKAGYACgBmAAoAVgAKAFYACgCHQAnAh0AJwF5ACgBeQAoAXYAFwF2ABcBZAAIAWQACAIzAA8CMwAPAjMADwIzAA8CMwAPAjMADwGMAAQBjAAEAYwAAAH0AAAD6AAAALoAKAC6ACgAugAoAUwAKAFMACgBTAAoAYwAGQGMABkBjAA7Ad4AKANzACIAxAAQAMQAEABD/3cBGAAiARgAGAEYACUBGAAkARgAIwEYAB8BGAAgARgAIgDIABkBGAAqARgAJAEYABgBGAAlARgAJAEYACMBGAAfARgAIAGMABMBjAAaAuAAFAJKAAoCcwBBAnMAKgJzAEECcwAkAnMAJQJzACMBjAAZAlgAJgGMAAgAAAAAAJsAAAD6AE8BjAAfAPoADwFxABoBfgAbAY0ADgF/ABwBiAAfAVQACgGOABsBiAAbAAAAAwAAAAMAAAAcAAEAAAAAAXwAAwABAAAAHAAEAWAAAABUAEAABQAUAH4BSQF+Af8CGwI3ArwCxwLdBAEETwRRHgMeCx4fHkEeVx5hHmsehR7zIBQgGiAeICIgJiAwIDogRCBwIHkgiSCsILkhFyEiIVQhXiISIh4iSP//AAAAIACgAUwB/AIYAjcCvALGAtgEAQQQBFEeAh4KHh4eQB5WHmAeah6AHvIgEiAYIBwgICAmIDAgOSBEIHAgdCCAIKwguSEXISIhUyFbIhIiHiJI////4//C/8D/Q/8r/xD+jP6D/nP9UP1C/UHjkeOL43njWeNF4z3jNeMh4rXhl+GU4ZPhkuGP4YbhfuF14UrhR+FB4R/hE+C24KzgfOB238PfuN+PAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgIKAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAABAAIAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMARABFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AXwBgAGEAAACGAIcAiQCLAJMAmACeAKMAogCkAKYApQCnAKkAqwCqAKwArQCvAK4AsACxALMAtQC0ALYAuAC3ALwAuwC9AL4BsgByAGQAZQBpAbQAeAChAHAAawHOAHYAagAAAIgAmgHWAHMAAAAAAGcAdwAAAAAAAAAAAAAAbAB8AAAAqAC6AIEAYwBuAAAAAAHXAAAAbQB9AbUAYgCCAIUAlwESARMBqgGrAa8BsAGsAa0AuQAAAMEBOAG5AcsBtwG4AAAAAAGzAHkBrgGxAbYAhACMAIMAjQCKAI8AkACRAI4AlQCWAAAAlACcAJ0AmwDzAUkBTwBxAUsBTAFNAHoBUAFOAUoAAAAAACAAIAAgACAANgBKAHwAsAD0AS4BPAFcAXwBmgGuAb4BygHWAeQCBgIaAkYCfgKYAr4C7AL+AzYDZgN4A44DoAO0A8gD9ARQBGoEnATABNwE8gUGBSwFRAVQBWYFgAWOBaoFwAXiBgIGLgZcBowGnga4BswG6gcGBxoHMAdAB1AHYgd0B4AHjgeoB9oH/ggaCDAIRAhqCIIIjgikCL4IzAjoCP4JIAlACWwJmgnKCdwJ9goKCigKRApYCm4KogqwCuQLBgsGCxwLRAt0C6wL0AvkDDIMRAx6DKwMyAzYDOQNKA00DVINag2ODboNyA3kDf4OCg4oDjwOYg5+Dq4O6A8wD1wPfA+cD8AP8BAWEEYQZhCgELwQ2BD4ERoRLhFCEVoRchGWEcIR7BIWEkQSfBKqEsQS/BMcEzwTYBOEE6ATwhQeFD4UXhSCFLIU2BUIFSoVZBWAFZwVvBXeFfIWBhYeFjYWWhaGFrAW2hcIF0AXbheGF8AX4BgAGCQYSBhkGIYYphjGGOYZEhk+GWoZlhnAGeoaGBpGGnAamhrIGvYbHBtCG2YbihumG8Ib6hwSHC4cShxyHJocuhzaHQodOh1yHaod1h4CHjIeYh6EHqYeyh7uHxAfMh9EH1YfdB+SH7If0h/kH/AgDCAoIEggaCCKIKwgxiDcIPIhCiEiITohUiFmIXohkiGqIcYh4iICIiIiRCJmIoYiriLWIwojPiNuI54jxCPqJB4kUiSKJMIk+iUyJWoloiXeJhomYCamJuInHidIJ3InjieqJ8Qn3igOKD4oXih+KKoo1ikGKTYpXCmCKbAp3ioGKi4qTipuKo4qqirGKuIq/iseKz4rZCuKK8osCixELH4smiy2LMws3CzuLQAtGC0kLUItXC14LYwtri3ILeouHC4qLk4uZC6MLsQu3i8KLyQvQC9cL3Qvli+qL8ov7jAAMCAwUDBsMIIwojC6MNYw+DEeMT4xZDGQMb4x2DH6MiwyOjJeMnQynDLUMu4zGjM0M1AzbDOEM6YzujPaM/40EDQwNGA0fDSSNLI0yjTmNQg1LjVONXQ1oDXONfA2KDZgNoI2pDa+Ntg2+DcYNz43ZDeaN9A36DgAOCQ4SDhsOJA4ujjkOQA5HDkoOTQ5QDlQOWA5cDmKOaQ5vDnSOe46ADoYOnY6iDqaOqg6yDriOwg7NjtIO347rDvMO+A8BDwwPEo8cDyePLA85D0SPUQ9bj2kPcg+Cj5cPqg/DD9qP7Q/wj/8QDhAOEA4QEhAakB+QKhA4ED6QSBBTkFiQZpBygACADIAAAHyArwAAwAPAAAzESERAyMHJyMTAzM3FzMDMgHAUk1AP1ZXXU1FRFhdArz9RAJnw8P+/v7w0tIBEAAAAgAoAAAAlgK8AAUACQAANyMnETMRAzMVI4hSDm5samqb/QEk/tz+0moAAAACACgB7gEdArwAAwAHAAATJzMHMyczBzcPahBAD2oQAe7Ozs7OAAAAAgAPAAABiwK8ABsAHwAAMzcjByM3IzczNyM3MzczBzM3MwczByMHMwcjBwMHMzfGFUEVWhUxCDETMggyEVoR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FAcWFQcUMzI3NTQiFREVFDI9ATQiAXNZpllERFmmWURE6j49AXx8fKhUXFxUN2wmJWgWVFxcVBZnJiZsNE9PQU9PASQnSkonUAAAAAACABv/+AFpAsQAGAAgAAABERQjIiY9ATMVFDMyNj0BBiMiPQE0NjIWAjI9ATQiHQEBaahQVGg5Hx4dSXpWolbgcnICFP6atltVEhlFJjCAPqCAVFxc/vBFfkREfgAAAAAAACABhgABAAAAAAAAAD0AfAABAAAAAAABAA8A2gABAAAAAAACAAcA+gABAAAAAAADACIBSAABAAAAAAAEAA0BhwABAAAAAAAFAA0BsQABAAAAAAAGAA0B2wABAAAAAAAHAC8CSQABAAAAAAAIABECnQABAAAAAAAJABEC0wABAAAAAAAKAD0DYQABAAAAAAAMABUDywABAAAAAAANBRIOBwABAAAAAAAOABUTRgABAAAAAAAQAAoTcgABAAAAAAARAAQThwADAAEECQAAAHoAAAADAAEECQABAB4AugADAAEECQACAA4A6gADAAEECQADAEQBAgADAAEECQAEABoBawADAAEECQAFABoBlQADAAEECQAGABoBvwADAAEECQAHAF4B6QADAAEECQAIACICeQADAAEECQAJACICrwADAAEECQAKAHoC5QADAAEECQAMACoDnwADAAEECQANCiQD4QADAAEECQAOACoTGgADAAEECQAQABQTXAADAAEECQARAAgTfQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAYwApACAAMgAwADEAMAAgAGIAeQAgAFIAeQBvAGkAYwBoAGkAIABUAHMAdQBuAGUAawBhAHcAYQAuACAAQQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAABDb3B5cmlnaHQgKGMpIDIwMTAgYnkgUnlvaWNoaSBUc3VuZWthd2EuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABCAGUAYgBhAHMAIABOAGUAdQBlACAAQgBvAGwAZAAAQmViYXMgTmV1ZSBCb2xkAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABSAHkAbwBpAGMAaABpAFQAcwB1AG4AZQBrAGEAdwBhADoAIABCAGUAYgBhAHMAIABOAGUAdQBlADoAIAAyADAAMQAwAABSeW9pY2hpVHN1bmVrYXdhOiBCZWJhcyBOZXVlOiAyMDEwAABCAGUAYgBhAHMATgBlAHUAZQBCAG8AbABkAABCZWJhc05ldWVCb2xkAABWAGUAcgBzAGkAbwBuACAAMQAuADMAMAAwAABWZXJzaW9uIDEuMzAwAABCAGUAYgBhAHMATgBlAHUAZQBCAG8AbABkAABCZWJhc05ldWVCb2xkAABCAGUAYgBhAHMAIABOAGUAdQBlACAAaQBzACAAYQAgAHQAcgBhAGQAZQBtAGEAcgBrACAAbwBmACAAUgB5AG8AaQBjAGgAaQAgAFQAcwB1AG4AZQBrAGEAdwBhAC4AAEJlYmFzIE5ldWUgaXMgYSB0cmFkZW1hcmsgb2YgUnlvaWNoaSBUc3VuZWthd2EuAABSAHkAbwBpAGMAaABpACAAVABzAHUAbgBlAGsAYQB3AGEAAFJ5b2ljaGkgVHN1bmVrYXdhAABSAHkAbwBpAGMAaABpACAAVABzAHUAbgBlAGsAYQB3AGEAAFJ5b2ljaGkgVHN1bmVrYXdhAABDAG8AcAB5AHIAaQBnAGgAdAAgACgAYwApACAAMgAwADEAMAAgAGIAeQAgAFIAeQBvAGkAYwBoAGkAIABUAHMAdQBuAGUAawBhAHcAYQAuACAAQQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAABDb3B5cmlnaHQgKGMpIDIwMTAgYnkgUnlvaWNoaSBUc3VuZWthd2EuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABoAHQAdABwADoALwAvAGQAaABhAHIAbQBhAHQAeQBwAGUALgBjAG8AbQAAaHR0cDovL2RoYXJtYXR5cGUuY29tAABfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAAoAIAAgACAAIABfAF8AXwBfAF8AIAAgACAAIAAgAF8AIAAgACAAIAAgAF8AIAAgACAAIABfAF8AIAAgACAAIAAgACAAXwBfAF8AXwAgACAAIAAgACAAIABfACAAIAAgAF8AIAAgACAAIAAgAF8AXwAgACAAIAAgACAAIAAgACAAXwBfAF8AXwBfAF8AIAAgACAAIABfACAAIAAgACAAIABfACAAIAAgACAAXwBfAF8AXwAgACAAIAAgACAAIABfAF8AXwBfAF8AIAAKACAAIAAgACAALwAgACAAIAAgACkAIAAgACAAIAAvACAAIAAgACAALwAgACAAIAAgACAALwAgAHwAIAAgACAAIAAgAC8AIAAgACAAIAApACAAIAAgACAALwAgACAALwB8ACAAIAAgACAAIAAvACAAfAAgACAAIAAgACAAIAAgACAAIAAvACAAIAAgACAAIAAgACAAfAAgACAAIAAgAC8AIAAgACAAIAAgAC8AIAAgACAAIAApACAAIAAgACAALwAgACAAIAAgACcACgAtAC0ALQAvAC0ALQAtAC0ALwAtAC0ALQAtAC8AXwBfAF8AIAAvAC0ALQAtAC0ALQAvAF8AXwB8AC0ALQAtAC0ALwBfAF8AXwAgAC8ALQAtAC0ALQAvAHwAIAAvAC0AfAAtAC0ALQAtAC8AXwBfAHwALQAtAC0ALQAtAC0ALQAtAC8ALQAtAC0ALQAtAC0ALQAtAHwALQAtAC0ALwAtAC0ALQAtAC0ALwBfAF8AXwBfAC8ALQAtAC0ALQAvAF8AXwAtAC0ALQAtAAoAIAAgAC8AIAAgACAAIAAvACAAIAAgACAALwAgACAAIAAgAC8AIAAgACAAIAAgAC8AIAAgACAAfAAgACAAIAAvACAAIAAgACAAfAAgACAAIAAgAC8AIAB8AC8AIAAgAHwAIAAgACAALwAgACAAIAB8ACAAIAAgACAAIAAgACAALwAgACAAIAAgACAAIAAgACAAIAB8ACAAIAAvACAAIAAgACAAIAAvACAAIAAgACAAIAAgACAAIAAgAC8AIAAgACAAIAAgACAAIAAKAF8ALwBfAF8AXwBfAC8AXwBfAF8AXwAvAF8AXwBfAF8ALwBfAF8AXwBfAF8ALwBfAF8AXwBfAHwAXwBfAC8AXwBfAF8AXwBfAHwAXwBfAF8ALwBfAF8ALwBfAF8AXwB8AF8AXwAvAF8AXwBfAF8AfABfAF8AXwBfAF8AXwAvAF8AXwBfAF8AXwBfAF8AXwBfAF8AfABfAC8AXwBfAF8AXwBfAC8AXwBfAF8AXwBfAF8AXwBfAF8ALwBfAF8AXwBfACAAXwBfAF8ACgAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAALwAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAAoAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAoAF8AIAAvACAAIAAgACAAIABEAEgAQQBSAE0AQQAgAFQAWQBQAEUAIABGAFIARQBFACAARgBPAE4AVABzAAoACgAKAFQAaABpAHMAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAaQBzACAAbABpAGMAZQBuAHMAZQBkACAAdQBuAGQAZQByACAAdABoAGUAIABTAEkATAAgAE8AcABlAG4AIABGAG8AbgB0ACAATABpAGMAZQBuAHMAZQAsACAAVgBlAHIAcwBpAG8AbgAgADEALgAxAAoACgBGAEEAUQAKAAoAUQBfACAAQwBhAG4AIABJACAAdQBzAGUAIAB0AGgAaQBzACAAZgBvAHIAIABhACAAYwBvAG0AbQBlAHIAYwBpAGEAbAAgAHAAcgBvAGQAdQBjAHQAPwAKAEEAXwAgAFkAZQBzAAoACgBRAF8AIABDAGEAbgAgAEkAIAB1AHMAZQAgAHQAaABpAHMAIABvAG4AIABhACAAdwBlAGIAIABwAGEAZwBlACAAdgBpAGEAIABjAHMAcwAgAEAAZgBvAG4AdAAtAGYAYQBjAGUAPwAKAEEAXwAgAFkAZQBzAAoACgBRAF8AIABDAGEAbgAgAEkAIABkAG8AbgBhAHQAZQAgACQAIAB0AG8AIAB5AG8AdQA/AAoAQQBfACAAWQBlAHMALAAgAFkAbwB1ACAAYwBhAG4AIQAgACgAIABQAGEAeQBwAGEAbAA6ACAAaQBuAGYAbwBAAGQAaABhAHIAbQBhAHQAeQBwAGUALgBjAG8AbQAgACkACgAKAAoACgBDAG8AbgB0AGEAYwB0AF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8ACgAKAGkAbgBmAG8AQABkAGgAYQByAG0AYQB0AHkAcABlAC4AYwBvAG0ACgAKAEQAaABhAHIAbQBhACAAVAB5AHAAZQAgACgAaAB0AHQAcAA6AC8ALwBkAGgAYQByAG0AYQB0AHkAcABlAC4AYwBvAG0AKQAKACAAIAB8AAoAIAAgAHwAXwBfAF8AIABGAGwAYQB0ACAAaQB0ACAAdAB5AHAAZQAgAGYAbwB1AG4AZAByAHkACgAgACAAfAAKACAAIAB8AF8AXwBfACAAUAByAG8AcAAtAGEALQBnAGEAbgBkAGEACgAgACAAfAAKACAAIAB8AF8AXwBfACAASABvAGwAaQBkAGEAeQAgAFQAeQBwAGUACgBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AAF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KICAgIF9fX19fICAgICBfICAgICBfICAgIF9fICAgICAgX19fXyAgICAgIF8gICBfICAgICBfXyAgICAgICAgX19fX19fICAgIF8gICAgIF8gICAgX19fXyAgICAgIF9fX19fIAogICAgLyAgICApICAgIC8gICAgLyAgICAgLyB8ICAgICAvICAgICkgICAgLyAgL3wgICAgIC8gfCAgICAgICAgIC8gICAgICAgfCAgICAvICAgICAvICAgICkgICAgLyAgICAnCi0tLS8tLS0tLy0tLS0vX19fIC8tLS0tLS9fX3wtLS0tL19fXyAvLS0tLS98IC8tfC0tLS0vX198LS0tLS0tLS0vLS0tLS0tLS18LS0tLy0tLS0tL19fX18vLS0tLS9fXy0tLS0KICAvICAgIC8gICAgLyAgICAvICAgICAvICAgfCAgIC8gICAgfCAgICAvIHwvICB8ICAgLyAgIHwgICAgICAgLyAgICAgICAgIHwgIC8gICAgIC8gICAgICAgICAvICAgICAgIApfL19fX18vX19fXy9fX19fL19fX19fL19fX198X18vX19fX198X19fL19fL19fX3xfXy9fX19ffF9fX19fXy9fX19fX19fX19ffF8vX19fX18vX19fX19fX19fL19fX18gX19fCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLyAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChfIC8gICAgIERIQVJNQSBUWVBFIEZSRUUgRk9OVHMKCgpUaGlzIEZvbnQgU29mdHdhcmUgaXMgbGljZW5zZWQgdW5kZXIgdGhlIFNJTCBPcGVuIEZvbnQgTGljZW5zZSwgVmVyc2lvbiAxLjEKCkZBUQoKUV8gQ2FuIEkgdXNlIHRoaXMgZm9yIGEgY29tbWVyY2lhbCBwcm9kdWN0PwpBXyBZZXMKClFfIENhbiBJIHVzZSB0aGlzIG9uIGEgd2ViIHBhZ2UgdmlhIGNzcyBAZm9udC1mYWNlPwpBXyBZZXMKClFfIENhbiBJIGRvbmF0ZSAkIHRvIHlvdT8KQV8gWWVzLCBZb3UgY2FuISAoIFBheXBhbDogaW5mb0BkaGFybWF0eXBlLmNvbSApCgoKCkNvbnRhY3RfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCgppbmZvQGRoYXJtYXR5cGUuY29tCgpEaGFybWEgVHlwZSAoaHR0cDovL2RoYXJtYXR5cGUuY29tKQogIHwKICB8X19fIEZsYXQgaXQgdHlwZSBmb3VuZHJ5CiAgfAogIHxfX18gUHJvcC1hLWdhbmRhCiAgfAogIHxfX18gSG9saWRheSBUeXBlCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fAABoAHQAdABwADoALwAvAGQAaABhAHIAbQBhAHQAeQBwAGUALgBjAG8AbQAAaHR0cDovL2RoYXJtYXR5cGUuY29tAABCAGUAYgBhAHMAIABOAGUAdQBlAABCZWJhcyBOZXVlAABCAG8AbABkAABCb2xkAAAAAAIAAAAAAAD/RwAyAAAAAAAAAAAAAAAAAAAAAAAAAAAB5QAAAAEAAgADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMARABFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AXwBgAGEBAgCjAIQAhQC9AJYA6ACGAI4AiwCdAKkApAEDAIoA2gCDAJMA8gDzAI0BBACIAMMA3gDxAJ4AqgD1APQA9gCiAK0AyQDHAK4AYgBjAJAAZADLAGUAyADKAM8AzADNAM4A6QBmANMA0ADRAK8AZwDwAJEA1gDUANUAaADrAO0AiQBqAGkAawBtAGwAbgCgAG8AcQBwAHIAcwB1AHQAdgB3AOoAeAB6AHkAewB9AHwAuAChAH8AfgCAAIEA7ADuALoBBQEGAQcBCAEJAQoA/QD+AQsBDAENAQ4A/wEAAQ8BEAERAQEBEgETARQBFQEWARcBGAEZARoBGwEcAR0A+AD5AR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0A+gDXAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AOIA4wE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJALAAsQFKAUsBTAFNAU4BTwFQAVEBUgFTAPsA/ADkAOUBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQC7AWoBawFsAW0A5gDnAW4BbwFwAXEBcgFzAXQBdQF2AXcA2ADhANsA3ADdAOAA2QDfAXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0ACyALMAtgC3AMQAtAC1AMUAggDCAIcAqwDGAL4AvwC8AdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5ACMAeUB5gHnAegB6QHqAO8AkgCnAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcHdW5pMDBBMAd1bmkwMEFEB3VuaTAwQjUHQW1hY3JvbgdhbWFjcm9uBkFicmV2ZQZhYnJldmUHQW9nb25lawdhb2dvbmVrC0NjaXJjdW1mbGV4C2NjaXJjdW1mbGV4CkNkb3RhY2NlbnQKY2RvdGFjY2VudAZEY2Fyb24GZGNhcm9uBkRjcm9hdAdFbWFjcm9uB2VtYWNyb24GRWJyZXZlBmVicmV2ZQpFZG90YWNjZW50CmVkb3RhY2NlbnQHRW9nb25lawdlb2dvbmVrBkVjYXJvbgZlY2Fyb24LR2NpcmN1bWZsZXgLZ2NpcmN1bWZsZXgKR2RvdGFjY2VudApnZG90YWNjZW50B3VuaTAxMjIHdW5pMDEyMwtIY2lyY3VtZmxleAtoY2lyY3VtZmxleARIYmFyBGhiYXIGSXRpbGRlBml0aWxkZQdJbWFjcm9uB2ltYWNyb24GSWJyZXZlBmlicmV2ZQdJb2dvbmVrB2lvZ29uZWsCSUoCaWoLSmNpcmN1bWZsZXgLamNpcmN1bWZsZXgHdW5pMDEzNgd1bmkwMTM3DGtncmVlbmxhbmRpYwZMYWN1dGUGbGFjdXRlB3VuaTAxM0IHdW5pMDEzQwZMY2Fyb24GbGNhcm9uBExkb3QEbGRvdAZOYWN1dGUGbmFjdXRlB3VuaTAxNDUHdW5pMDE0NgZOY2Fyb24GbmNhcm9uC25hcG9zdHJvcGhlB09tYWNyb24Hb21hY3JvbgZPYnJldmUGb2JyZXZlDU9odW5nYXJ1bWxhdXQNb2h1bmdhcnVtbGF1dAZSYWN1dGUGcmFjdXRlB3VuaTAxNTYHdW5pMDE1NwZSY2Fyb24GcmNhcm9uBlNhY3V0ZQZzYWN1dGULU2NpcmN1bWZsZXgLc2NpcmN1bWZsZXgHdW5pMDE2Mgd1bmkwMTYzBlRjYXJvbgZ0Y2Fyb24EVGJhcgR0YmFyBlV0aWxkZQZ1dGlsZGUHVW1hY3Jvbgd1bWFjcm9uBlVicmV2ZQZ1YnJldmUFVXJpbmcFdXJpbmcNVWh1bmdhcnVtbGF1dA11aHVuZ2FydW1sYXV0B1VvZ29uZWsHdW9nb25lawtXY2lyY3VtZmxleAt3Y2lyY3VtZmxleAtZY2lyY3VtZmxleAt5Y2lyY3VtZmxleAZaYWN1dGUGemFjdXRlClpkb3RhY2NlbnQKemRvdGFjY2VudAdBRWFjdXRlB2FlYWN1dGULT3NsYXNoYWN1dGULb3NsYXNoYWN1dGUHdW5pMDIxOAd1bmkwMjE5B3VuaTAyMUEHdW5pMDIxQgd1bmkwMjM3B3VuaTAyQkMHdW5pMDQwMQd1bmkwNDEwB3VuaTA0MTEHdW5pMDQxMgd1bmkwNDEzB3VuaTA0MTQHdW5pMDQxNQd1bmkwNDE2B3VuaTA0MTcHdW5pMDQxOAd1bmkwNDE5B3VuaTA0MUEHdW5pMDQxQgd1bmkwNDFDB3VuaTA0MUQHdW5pMDQxRQd1bmkwNDFGB3VuaTA0MjAHdW5pMDQyMQd1bmkwNDIyB3VuaTA0MjMHdW5pMDQyNAd1bmkwNDI1B3VuaTA0MjYHdW5pMDQyNwd1bmkwNDI4B3VuaTA0MjkHdW5pMDQyQQd1bmkwNDJCB3VuaTA0MkMHdW5pMDQyRAd1bmkwNDJFB3VuaTA0MkYHdW5pMDQzMAd1bmkwNDMxB3VuaTA0MzIHdW5pMDQzMwd1bmkwNDM0B3VuaTA0MzUHdW5pMDQzNgd1bmkwNDM3B3VuaTA0MzgHdW5pMDQzOQd1bmkwNDNBB3VuaTA0M0IHdW5pMDQzQwd1bmkwNDNEB3VuaTA0M0UHdW5pMDQzRgd1bmkwNDQwB3VuaTA0NDEHdW5pMDQ0Mgd1bmkwNDQzB3VuaTA0NDQHdW5pMDQ0NQd1bmkwNDQ2B3VuaTA0NDcHdW5pMDQ0OAd1bmkwNDQ5B3VuaTA0NEEHdW5pMDQ0Qgd1bmkwNDRDB3VuaTA0NEQHdW5pMDQ0RQd1bmkwNDRGB3VuaTA0NTEHdW5pMUUwMgd1bmkxRTAzB3VuaTFFMEEHdW5pMUUwQgd1bmkxRTFFB3VuaTFFMUYHdW5pMUU0MAd1bmkxRTQxB3VuaTFFNTYHdW5pMUU1Nwd1bmkxRTYwB3VuaTFFNjEHdW5pMUU2QQd1bmkxRTZCBldncmF2ZQZ3Z3JhdmUGV2FjdXRlBndhY3V0ZQlXZGllcmVzaXMJd2RpZXJlc2lzBllncmF2ZQZ5Z3JhdmUKZmlndXJlZGFzaAx6ZXJvc3VwZXJpb3IMZm91cnN1cGVyaW9yDGZpdmVzdXBlcmlvcgtzaXhzdXBlcmlvcg1zZXZlbnN1cGVyaW9yDWVpZ2h0c3VwZXJpb3IMbmluZXN1cGVyaW9yDHplcm9pbmZlcmlvcgtvbmVpbmZlcmlvcgt0d29pbmZlcmlvcg10aHJlZWluZmVyaW9yDGZvdXJpbmZlcmlvcgxmaXZlaW5mZXJpb3ILc2l4aW5mZXJpb3INc2V2ZW5pbmZlcmlvcg1laWdodGluZmVyaW9yDG5pbmVpbmZlcmlvcgRFdXJvB3VuaTIwQjkHdW5pMjExNwhvbmV0aGlyZAl0d290aGlyZHMJb25lZWlnaHRoDHRocmVlZWlnaHRocwtmaXZlZWlnaHRocwxzZXZlbmVpZ2h0aHMETlVMTAJDUgtjb21tYWFjY2VudAh6ZXJvLmFsdAdvbmUuYWx0B3R3by5hbHQJdGhyZWUuYWx0CGZvdXIuYWx0CGZpdmUuYWx0B3NpeC5hbHQJc2V2ZW4uYWx0CWVpZ2h0LmFsdAhuaW5lLmFsdAAAAAAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQABAeQAAQAEAAAAAgAAAAAAAQAAAAoAWACaAAJERkxUAA5sYXRuABwABAAAAAD//wACAAAAAwAQAAJNT0wgABpST00gACYAAP//AAIAAAAEAAD//wADAAAAAQAEAAD//wADAAAAAgAEAAVhYWx0ACBsb2NsACZsb2NsACxwbnVtADJwbnVtADgAAAABAAAAAAABAAEAAAABAAIAAAABAAMAAAADAAMABAAFAAYADgAWAB4AJgAuADYAAQAAAAEAMAABAAAAAQBgAAEAAAABAHIAAQAAAAEAhAABAAAAAQCMAAEAAAABAJQAAgAiAA4B2wHcAd0B3gHfAeAB4QHiAeMB5AFDAUQBRQFGAAIAAwAT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AFn//wBb//gBrP/7Aa7/+wGv//sBsP/7AbH/+wG1//sACgAMAAgAD//EABH/xAAd/90AHv/dAEAACABgAAgBrv/EAbH/xAG1/8QAWQAMAAMAD//EABD/9gAR/8QAJP/nACb//wAq//8ALf/nADL//wA0//8AQAADAET/5wBG//8ASv//AE3/5wBS//8AVP//AGAAAwBv//YAgv/nAIP/5wCE/+cAhf/nAIb/5wCH/+cAiP/SAIn//wCU//8Alf//AJb//wCX//8AmP//AJr//wCi/+cAo//nAKT/5wCl/+cApv/nAKf/5wCo/9IAqf//ALT//wC1//8Atv//ALf//wC4//8Auv//AML/5wDD/+cAxP/nAMX/5wDG/+cAx//nAMj//wDJ//8Ayv//AMv//wDM//8Azf//AM7//wDP//8A3v//AN///wDg//8A4f//AOL//wDj//8A5P//AOX//wD0/+cA9f/nAPb/5wD3/+cBDP//AQ3//wEO//8BD///ARD//wER//8BEv//ARP//wE//9IBQP/SAUH//wFC//8BR//nAa7/xAGx/8QBtf/EAAgADAADAA//2AAR/9gAQAADAGAAAwGu/9gBsf/YAbX/2ABGABD/8QAm//EAKv/xADL/8QA0//EANv/4AEb/8QBK//EAUv/xAFT/8QBW//gAb//xAIn/8QCU//EAlf/xAJb/8QCX//EAmP/xAJr/8QCh//gAqf/xALT/8QC1//EAtv/xALf/8QC4//EAuv/xAMj/8QDJ//EAyv/xAMv/8QDM//EAzf/xAM7/8QDP//EA3v/xAN//8QDg//EA4f/xAOL/8QDj//EA5P/xAOX/8QEM//EBDf/xAQ7/8QEP//EBEP/xARH/8QES//EBE//xARr/+AEb//gBHP/4AR3/+AEe//gBH//4ASD/+AEh//gBQf/xAUL/8QFD//gBRP/4AUj//gGd//gBnv/4Aaz//gGt//4Br//+AbD//gAOAAwABQAP/7AAEf+wAB3/7AAe/+wANP/xAEAABQBU//EAYAAFARL/8QET//EBrv+wAbH/sAG1/7AAIgA3/9YAOf/iADr/7AA8/+IAV//WAFn/4gBa/+wAXP/iAJ//4gC//+IAwf/iASL/1gEj/9YBJP/WASX/1gEm/9YBJ//WATT/7AE1/+wBNv/iATf/4gE4/+IBRf/W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//wAAP/PAAAAAAAAAAD/zwAAAAAAAAAAAAD/wf/B/93/3f/x//H/8f/5AAD/8f/x//H/+QAA/+4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//EAAAAA/9r/8f/PAAAAAP/a//H/zwAA/8QAAAAAAAAAAP///////wAAAAD///////8AAAAA//YAAAAAAAD////xAAAAAAAA////8QAA//YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/1AAAAAAAAAAD/9QAA//oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//AAAAAP/xAAD//wAAAAD/8QAA//b//v/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/zAAAAAAAA//b/8wAAAAAAAP/2AAD/2P/Y/+z/7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//AAAAAP/xAAD//wAAAAD/8QAA//b//v/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//P/8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/5//n/+f/7//z/+f/5//n/+//8AAAAAAAA/87/7//CAAAAAP/O/+//wgAA/7UAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAA/9gAAP//AAAAAP/xAAD//wAAAAD/8QAA//b//v/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/zAAAAAP/+AAD/8wAAAAD//gAAAAD/4v/i/+7/7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/2AAAAAAAAAAD/9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/5AAAAAAAAAAD/+QAA//v//v/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/aAAAAAAAAAAD/2gAAAAAAAAAAAAD/zv/O/+L/4gAAAAAAAAAAAAAAAAAAAAAAAAAA/+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//P/8AAAAAAAA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) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bebas';
    src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAPAIAAAwBwRkZUTXOdJ8MAANcEAAAAHEdERUYAJwHuAAC44AAAAB5HUE9T8GEfewAAulgAABysR1NVQpbFhf4AALkAAAABWE9TLzJl5RyMAAABeAAAAGBjbWFw+sF0XAAACXQAAAOOZ2FzcP//AAMAALjYAAAACGdseWahLxnYAAAQ2AAAhhhoZWFkAAhFKAAAAPwAAAA2aGhlYQXhA8cAAAE0AAAAJGhtdHjMuTlkAAAB2AAAB5xsb2NhQAkeYgAADQQAAAPSbWF4cAIxAFUAAAFYAAAAIG5hbWXFMft9AACW8AAAFYRwb3N0/XwijAAArHQAAAxiAAEAAAABAMV5aYWJXw889QALA+gAAAAAzvmBEAAAAADO/3+q/7H/TQM/A3cAAAAIAAIAAAAAAAAAAQAAAu7/BgAAA2P/sf93Az8AAQAAAAAAAAAAAAAAAAAAAeYAAQAAAegAUgAHAAAAAAACAAAAAQABAAAAQAAAAAAAAAADAXwBkAAFAAACigJYAAAASwKKAlgAAAFeADIBpAAAAAAFAAAAAAAAAKAAAi8QAABbAAAAAAAAAABESFJNAEAAIPbDAu7/BgAAA7YA+iAAAJcAAAAAArwCvAAAACAAAgIkADIAAAAAAU0AAACbAAAAngAoAQkAKAGcABcBgwAkAmgAJAGYACkAlwAmAPEALQDxABgBiwASAYgAHgCgAC0BCQAlAJsAKAF4ABABhQAiAVIAVgGDACgBgwAkAZAAFgGDACUBhQAjAYMAIwGIAB8BhQAhAJsAKACgAC0BfwAhAV4AJQF/ACgBaQAbArEAHQGmABQBiAAoAXwAIgGMACgBaAAoAVQAKAF/ACIBmAAoAJ4AKAD/ABQBmQAoAVEAKAILACcBmQAnAYUAIgF2ACgBkgAiAYoAKAF0AB0BawANAYMAJQGiABQCRwAXAbMAFwGWABABewAdAPIALQF4ABAA8gAcAZMAGwH7AA0A3wArAaYAFAGIACgBfAAiAYwAKAFoACgBVAAoAX8AIgGYACgAngAoAP8AFAGZACgBUQAoAgsAJwGZACcBhQAiAXMAKAGIACIBigAoAXQAHQFoAAwBgwAlAaIAFAJHABcBswAXAZYAEAF7AB0BAQAUAXUAngEBABgBjAASAJsAAACeACgBgwAlAYcAIQF0ACMBngASAXYAngGDACUA2wAjAuYAGwETACEBQAAYAYQAHgEJACUC5gAbAPsAFADbABcBiAAlARMAKQETACUA3wAfAY4AJwGMABMAmwAoAPkAHwC9AB4BFQAkAUAAGAJBADkCVwA5AloAJQFpABgBpgAUAaYAFAGmABQBpgAUAaYAFAGmABQCSQAQAXwAIgFoACgBaAAoAWgAKAFoACgAnv/nAJ4AHwCe/9YAnv/vAYz//wGZACcBhQAiAYUAIgGFACIBhQAiAYUAIgFuACcBhQAiAYMAJQGDACUBgwAlAYMAJQGWABABeQAoAtkAGwGmABQBpgAUAaYAFAGmABQBpgAUAaYAFAJJABABfAAiAWgAKAFoACgBaAAoAWgAKACe/+cAngAfAJ7/1gCe/+8BjAABAZkAJwGFACIBhQAiAYUAIgGFACIBhQAiAV4AHgGFACIBgwAlAYMAJQGDACUBgwAlAZYAEAF5ACgBlgAQAaYAFAGmABQBpgAUAaYAFAGmABQBpgAUAXwAIgF8ACIBfAAiAXwAIgF8ACIBfAAiAXwAIgF8ACIBjAAoAYwAKAGMAAEBjAABAWgAKAFoACgBaAAoAWgAKAFoACgBaAAoAWgAKAFoACgBaAAoAWgAKAF/ACIBfwAiAX8AIgF/ACIBfwAiAX8AIgF/ACIBfwAiAZgAKAGYACgBnwAHAZ8ABwCe/9UAnv/VAJ7/6wCe/+sAnv/nAJ7/5wCeAAYAngAGAJ4AKACeACgBnAAoAZwAKAD/ABQA/wAUAZkAKAGZACgBmQAoAVEAKAFRACgBUQAoAVEAKAFRACgBUQAoAVEAKAFRACgBXAAAAVwAAAGZACcBmQAnAZkAJwGZACcBmQAnAZkAJwH3AAsBhQAiAYUAIgGFACIBhQAiAYUAIgGFACICQQAhAkEAIQGKACgBigAoAYoAKAGKACgBigAoAYoAKAF0AB0BdAAdAXQAHQF0AB0BdAAdAXQAHQF0AB0BdAAdAXQAEgF0ABIBdAASAXQAEgF0ABIBdAASAYMAJQGDACUBgwAlAYMAJQGDACUBgwAlAYMAJQGDACUBgwAlAYMAJQGDACUBgwAlAkcAFwJHABcBlgAQAZYAEAGWABABewAdAXsAHQF7AB0BewAdAXsAHQF7AB0CSQAQAkkAEAGFACIBhQAiAXQAHQF0AB0BdAASAXQAEgD/ABQAoAAtAPoABAD6AAQA/AAW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EGgQjBDCEOQRIhE+EVoRehGcEbARxBHcEfQSGhJGEm4SlhLCEvwTKhNEE34ToBPCE+gUDhQqFEoUqBTIFOgVDBU8FWAVlhW4FfYWEhYuFk4WcBaEFpgWsBbIFu4XGhdCF2oXlhfQF/4YFhhQGHIYlBi6GOAY/BkcGT4ZXhl+GagZ0hn8GiYaUhp+Gq4a3hsKGzYbZhuWG74b5hwMHDIcThxqHJActhzSHO4dFB06HVodeh2sHd4eFB5KHngeph7YHwofLB9OH3Iflh+4H9of7B/+IBwgOiBaIHogjCCaILog2iD+ISIhRiFqIYQhnCG0Ic4h6CICIhwiMiJIImIifCKYIrQi1CL0IxQjNCNUI3wjpCPWJAgkNiRkJIoksCTkJRglUCWIJcAl+CYwJmgmpCbgJygncCesJ+goEig8KFgodCiOKKgo2ikMKS4pUCl8Kagp2ioMKjQqXCqMKrwq5CsMKywrTCtuK4orpivCK94r/iweLEYsbiyuLO4tKi1mLYAtmi2yLcIt1C3mLf4uCi4qLkQuYC50LpYusC7SLwQvFC86L1AveC+sL8Yv7jAIMCYwQjBaMH4wkjCyMNgw6DEIMTYxUjFqMYgxoDG8Md4yBDIkMkoydjKkMr4y4DMSMyIzSDNeM4YzujPUM/w0FjQ0NFA0aDSMNKA0wDTmNPY1FjVENWA1eDWWNa41yjXsNhI2MjZYNoQ2sjbUNww3RDdoN4w3pjfAN+A4ADgmOEw4gji4ONA46DkMOTA5VDl4OaA5yDnkOgA6DjocOio6OjpKOlo6dDqOOqg6vjrcOu47BjtiO3Q7hjuUO7Q7zjv4PCY8ODxwPJ48vjzUPP49Mj1MPXY9pD22Pe4+HD5OPnY+sD7WPyA/fj/MQDZAmkDkQPJBMEFuQX5BfkF+QaJBuEHgQhZCMkJeQo5CoELcQwxDDEMMQwwAAAACADIAAAHyArwAAwAPAAAzESERARMDMzcXMwMTIwcnMgHA/o9nbjdcXD5uZzdWVQK8/UQCbv74/ufs7AEZAQja2gAAAAIAKAAAAHYCvAAFAAkAADcnETMRDwEzFSMyCk4KQ0tLm9gBSf632DphAAAAAgAoAf8A4QK8AAMABwAAEzMHIzczByMoSws2ZEsLNgK8vb29AAAAAAIAFwAAAYUCvAAbAB8AAAEjBzMHIwcjNyMHIzcjNzM3Izcz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AGgAdAAgAHMAZQBjAHQAaQBvAG4AIABmAG8AcgAgAHQAaABlACAAZgBvAG4AdAAgAHQAcgBhAGQAZQBtAGEAcgBrACAAYQB0AHQAcgBpAGIAdQB0AGkAbwBuACAAbgBvAHQAaQBjAGUAcwAuAABQbGVhc2UgcmVmZXIgdG8gdGhlIENvcHlyaWdodCBzZWN0aW9uIGZvciB0aGUgZm9udCB0cmFkZW1hcmsgYXR0cmlidXRpb24gbm90aWNlcy4AAFIAeQBvAGkAYwBoAGkAIABUAHMAdQBuAGUAawBhAHcAYQAAUnlvaWNoaSBUc3VuZWthd2EAAFIAeQBvAGkAYwBoAGkAIABUAHMAdQBuAGUAawBhAHcAYQAAUnlvaWNoaSBUc3VuZWthd2EAAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABjACkAIAAyADAAMQAwACAAYgB5ACAAUgB5AG8AaQBjAGgAaQAgAFQAcwB1AG4AZQBrAGEAdwBhAC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAENvcHlyaWdodCAoYykgMjAxMCBieSBSeW9pY2hpIFRzdW5la2F3YS4gQWxsIHJpZ2h0cyByZXNlcnZlZC4AAGgAdAB0AHAAOgAvAC8AZABoAGEAcgBtAGEAdAB5AHAAZQAuAGMAbwBtAABodHRwOi8vZGhhcm1hdHlwZS5jb20AAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8ACgAgACAAIAAgAF8AXwBfAF8AXwAgACAAIAAgACAAXwAgACAAIAAgACAAXwAgACAAIAAgAF8AXwAgACAAIAAgACAAIABfAF8AXwBfACAAIAAgACAAIAAgAF8AIAAgACAAXwAgACAAIAAgACAAXwBfACAAIAAgACAAIAAgACAAIABfAF8AXwBfAF8AXwAgACAAIAAgAF8AIAAgACAAIAAgAF8AIAAgACAAIABfAF8AXwBfACAAIAAgACAAIAAgAF8AXwBfAF8AXwAgAAoAIAAgACAAIAAvACAAIAAgACAAKQAgACAAIAAgAC8AIAAgACAAIAAvACAAIAAgACAAIAAvACAAfAAgACAAIAAgACAALwAgACAAIAAgACkAIAAgACAAIAAvACAAIAAvAHwAIAAgACAAIAAgAC8AIAB8ACAAIAAgACAAIAAgACAAIAAgAC8AIAAgACAAIAAgACAAIAB8ACAAIAAgACAALwAgACAAIAAgACAALwAgACAAIAAgACkAIAAgACAAIAAvACAAIAAgACAAJwAKAC0ALQAtAC8ALQAtAC0ALQAvAC0ALQAtAC0ALwBfAF8AXwAgAC8ALQAtAC0ALQAtAC8AXwBfAHwALQAtAC0ALQAvAF8AXwBfACAALwAtAC0ALQAtAC8AfAAgAC8ALQB8AC0ALQAtAC0ALwBfAF8AfAAtAC0ALQAtAC0ALQAtAC0ALwAtAC0ALQAtAC0ALQAtAC0AfAAtAC0ALQAvAC0ALQAtAC0ALQAvAF8AXwBfAF8ALwAtAC0ALQAtAC8AXwBfAC0ALQAtAC0ACgAgACAALwAgACAAIAAgAC8AIAAgACAAIAAvACAAIAAgACAALwAgACAAIAAgACAALwAgACAAIAB8ACAAIAAgAC8AIAAgACAAIAB8ACAAIAAgACAALwAgAHwALwAgACAAfAAgACAAIAAvACAAIAAgAHwAIAAgACAAIAAgACAAIAAvACAAIAAgACAAIAAgACAAIAAgAHwAIAAgAC8AIAAgACAAIAAgAC8AIAAgACAAIAAgACAAIAAgACAALwAgACAAIAAgACAAIAAgAAoAXwAvAF8AXwBfAF8ALwBfAF8AXwBfAC8AXwBfAF8AXwAvAF8AXwBfAF8AXwAvAF8AXwBfAF8AfABfAF8ALwBfAF8AXwBfAF8AfABfAF8AXwAvAF8AXwAvAF8AXwBfAHwAXwBfAC8AXwBfAF8AXwB8AF8AXwBfAF8AXwBfAC8AXwBfAF8AXwBfAF8AXwBfAF8AXwB8AF8ALwBfAF8AXwBfAF8ALwBfAF8AXwBfAF8AXwBfAF8AXwAvAF8AXwBfAF8AIABfAF8AXwAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAvACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAACgAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACgAXwAgAC8AIAAgACAAIAAgAEQASABBAFIATQBBACAAVABZAFAARQAgAEYAUgBFAEUAIABGAE8ATgBUAHMACgAKAAoAVABoAGkAcwAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABpAHMAIABsAGkAYwBlAG4AcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAFMASQBMACAATwBwAGUAbgAgAEYAbwBuAHQAIABMAGkAYwBlAG4AcwBlACwAIABWAGUAcgBzAGkAbwBuACAAMQAuADEACgAKAEYAQQBRAAoACgBRAF8AIABDAGEAbgAgAEkAIAB1AHMAZQAgAHQAaABpAHMAIABmAG8AcgAgAGEAIABjAG8AbQBtAGUAcgBjAGkAYQBsACAAcAByAG8AZAB1AGMAdAA/AAoAQQBfACAAWQBlAHMACgAKAFEAXwAgAEMAYQBuACAASQAgAHUAcwBlACAAdABoAGkAcwAgAG8AbgAgAGEAIAB3AGUAYgAgAHAAYQBnAGUAIAB2AGkAYQAgAGMAcwBzACAAQABmAG8AbgB0AC0AZgBhAGMAZQA/AAoAQQBfACAAWQBlAHMACgAKAFEAXwAgAEMAYQBuACAASQAgAGQAbwBuAGEAdABlACAAJAAgAHQAbwAgAHkAbwB1AD8ACgBBAF8AIABZAGUAcwAsACAAWQBvAHUAIABjAGEAbgAhACAAKAAgAFAAYQB5AHAAYQBsADoAIABpAG4AZgBvAEAAZABoAGEAcgBtAGEAdAB5AHAAZQAuAGMAbwBtACAAKQAKAAoACgAKAEMAbwBuAHQAYQBjAHQAXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwAKAAoAaQBuAGYAbwBAAGQAaABhAHIAbQBhAHQAeQBwAGUALgBjAG8AbQAKAAoARABoAGEAcgBtAGEAIABUAHkAcABlACAAKABoAHQAdABwADoALwAvAGQAaABhAHIAbQBhAHQAeQBwAGUALgBjAG8AbQApAAoAIAAgAHwACgAgACAAfABfAF8AXwAgAEYAbABhAHQAIABpAHQAIAB0AHkAcABlACAAZgBvAHUAbgBkAHIAeQAKACAAIAB8AAoAIAAgAHwAXwBfAF8AIABQAHIAbwBwAC0AYQAtAGcAYQBuAGQAYQAKACAAIAB8AAoAIAAgAHwAXwBfAF8AIABIAG8AbABpAGQAYQB5ACAAVAB5AHAAZQAKAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwAAX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwogICAgX19fX18gICAgIF8gICAgIF8gICAgX18gICAgICBfX19fICAgICAgXyAgIF8gICAgIF9fICAgICAgICBfX19fX18gICAgXyAgICAgXyAgICBfX19fICAgICAgX19fX18gCiAgICAvICAgICkgICAgLyAgICAvICAgICAvIHwgICAgIC8gICAgKSAgICAvICAvfCAgICAgLyB8ICAgICAgICAgLyAgICAgICB8ICAgIC8gICAgIC8gICAgKSAgICAvICAgICcKLS0tLy0tLS0vLS0tLS9fX18gLy0tLS0tL19ffC0tLS0vX19fIC8tLS0tL3wgLy18LS0tLS9fX3wtLS0tLS0tLS8tLS0tLS0tLXwtLS0vLS0tLS0vX19fXy8tLS0tL19fLS0tLQogIC8gICAgLyAgICAvICAgIC8gICAgIC8gICB8ICAgLyAgICB8ICAgIC8gfC8gIHwgICAvICAgfCAgICAgICAvICAgICAgICAgfCAgLyAgICAgLyAgICAgICAgIC8gICAgICAgCl8vX19fXy9fX19fL19fX18vX19fX18vX19fX3xfXy9fX19fX3xfX18vX18vX19ffF9fL19fX198X19fX19fL19fX19fX19fX198Xy9fX19fXy9fX19fX19fX18vX19fXyBfX18KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKF8gLyAgICAgREhBUk1BIFRZUEUgRlJFRSBGT05UcwoKClRoaXMgRm9udCBTb2Z0d2FyZSBpcyBsaWNlbnNlZCB1bmRlciB0aGUgU0lMIE9wZW4gRm9udCBMaWNlbnNlLCBWZXJzaW9uIDEuMQoKRkFRCgpRXyBDYW4gSSB1c2UgdGhpcyBmb3IgYSBjb21tZXJjaWFsIHByb2R1Y3Q/CkFfIFllcwoKUV8gQ2FuIEkgdXNlIHRoaXMgb24gYSB3ZWIgcGFnZSB2aWEgY3NzIEBmb250LWZhY2U/CkFfIFllcwoKUV8gQ2FuIEkgZG9uYXRlICQgdG8geW91PwpBXyBZZXMsIFlvdSBjYW4hICggUGF5cGFsOiBpbmZvQGRoYXJtYXR5cGUuY29tICkKCgoKQ29udGFjdF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KCmluZm9AZGhhcm1hdHlwZS5jb20KCkRoYXJtYSBUeXBlIChodHRwOi8vZGhhcm1hdHlwZS5jb20pCiAgfAogIHxfX18gRmxhdCBpdCB0eXBlIGZvdW5kcnkKICB8CiAgfF9fXyBQcm9wLWEtZ2FuZGEKICB8CiAgfF9fXyBIb2xpZGF5IFR5cGUKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18AAGgAdAB0AHAAOgAvAC8AZABoAGEAcgBtAGEAdAB5AHAAZQAuAGMAbwBtAABodHRwOi8vZGhhcm1hdHlwZS5jb20AAEIAZQBiAGEAcwAgAE4AZQB1AGUAAEJlYmFzIE5ldWUAAAIAAAAAAAD/RwAyAAAAAAAAAAAAAAAAAAAAAAAAAAAB6AAAAAEAAgADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMARABFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AXwBgAGEBAgCjAIQAhQC9AJYA6ACGAI4AiwCdAKkApAEDAIoA2gCDAJMA8gDzAI0BBACIAMMA3gDxAJ4AqgD1APQA9gCiAK0AyQDHAK4AYgBjAJAAZADLAGUAyADKAM8AzADNAM4A6QBmANMA0ADRAK8AZwDwAJEA1gDUANUAaADrAO0AiQBqAGkAawBtAGwAbgCgAG8AcQBwAHIAcwB1AHQAdgB3AOoAeAB6AHkAewB9AHwAuAChAH8AfgCAAIEA7ADuALoBBQEGAQcBCAEJAQoA/QD+AQsBDAENAQ4A/wEAAQ8BEAERAQEBEgETARQBFQEWARcBGAEZARoBGwEcAR0A+AD5AR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0A+gDXAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AOIA4wE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJALAAsQFKAUsBTAFNAU4BTwFQAVEBUgFTAPsA/ADkAOUBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQC7AWoBawFsAW0A5gDnAW4BbwFwAXEBcgFzAXQBdQF2AXcA2ADhANsA3ADdAOAA2QDfAXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0ACyALMAtgC3AMQAtAC1AMUAggDCAIcAqwDGAL4AvwC8AdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5ACMAeUB5gHnAegB6QHqAO8AkgCnAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoHdW5pMDBBMAd1bmkwMEFEB3VuaTAwQjUHQW1hY3JvbgdhbWFjcm9uBkFicmV2ZQZhYnJldmUHQW9nb25lawdhb2dvbmVrC0NjaXJjdW1mbGV4C2NjaXJjdW1mbGV4CkNkb3RhY2NlbnQKY2RvdGFjY2VudAZEY2Fyb24GZGNhcm9uBkRjcm9hdAdFbWFjcm9uB2VtYWNyb24GRWJyZXZlBmVicmV2ZQpFZG90YWNjZW50CmVkb3RhY2NlbnQHRW9nb25lawdlb2dvbmVrBkVjYXJvbgZlY2Fyb24LR2NpcmN1bWZsZXgLZ2NpcmN1bWZsZXgKR2RvdGFjY2VudApnZG90YWNjZW50B3VuaTAxMjIHdW5pMDEyMwtIY2lyY3VtZmxleAtoY2lyY3VtZmxleARIYmFyBGhiYXIGSXRpbGRlBml0aWxkZQdJbWFjcm9uB2ltYWNyb24GSWJyZXZlBmlicmV2ZQdJb2dvbmVrB2lvZ29uZWsCSUoCaWoLSmNpcmN1bWZsZXgLamNpcmN1bWZsZXgHdW5pMDEzNgd1bmkwMTM3DGtncmVlbmxhbmRpYwZMYWN1dGUGbGFjdXRlB3VuaTAxM0IHdW5pMDEzQwZMY2Fyb24GbGNhcm9uBExkb3QEbGRvdAZOYWN1dGUGbmFjdXRlB3VuaTAxNDUHdW5pMDE0NgZOY2Fyb24GbmNhcm9uC25hcG9zdHJvcGhlB09tYWNyb24Hb21hY3JvbgZPYnJldmUGb2JyZXZlDU9odW5nYXJ1bWxhdXQNb2h1bmdhcnVtbGF1dAZSYWN1dGUGcmFjdXRlB3VuaTAxNTYHdW5pMDE1NwZSY2Fyb24GcmNhcm9uBlNhY3V0ZQZzYWN1dGULU2NpcmN1bWZsZXgLc2NpcmN1bWZsZXgHdW5pMDE2Mgd1bmkwMTYzBlRjYXJvbgZ0Y2Fyb24EVGJhcgR0YmFyBlV0aWxkZQZ1dGlsZGUHVW1hY3Jvbgd1bWFjcm9uBlVicmV2ZQZ1YnJldmUFVXJpbmcFdXJpbmcNVWh1bmdhcnVtbGF1dA11aHVuZ2FydW1sYXV0B1VvZ29uZWsHdW9nb25lawtXY2lyY3VtZmxleAt3Y2lyY3VtZmxleAtZY2lyY3VtZmxleAt5Y2lyY3VtZmxleAZaYWN1dGUGemFjdXRlClpkb3RhY2NlbnQKemRvdGFjY2VudAdBRWFjdXRlB2FlYWN1dGULT3NsYXNoYWN1dGULb3NsYXNoYWN1dGUHdW5pMDIxOAd1bmkwMjE5B3VuaTAyMUEHdW5pMDIxQgd1bmkwMjM3B3VuaTAyQkMHdW5pMDQwMQd1bmkwNDEwB3VuaTA0MTEHdW5pMDQxMgd1bmkwNDEzB3VuaTA0MTQHdW5pMDQxNQd1bmkwNDE2B3VuaTA0MTcHdW5pMDQxOAd1bmkwNDE5B3VuaTA0MUEHdW5pMDQxQgd1bmkwNDFDB3VuaTA0MUQHdW5pMDQxRQd1bmkwNDFGB3VuaTA0MjAHdW5pMDQyMQd1bmkwNDIyB3VuaTA0MjMHdW5pMDQyNAd1bmkwNDI1B3VuaTA0MjYHdW5pMDQyNwd1bmkwNDI4B3VuaTA0MjkHdW5pMDQyQQd1bmkwNDJCB3VuaTA0MkMHdW5pMDQyRAd1bmkwNDJFB3VuaTA0MkYHdW5pMDQzMAd1bmkwNDMxB3VuaTA0MzIHdW5pMDQzMwd1bmkwNDM0B3VuaTA0MzUHdW5pMDQzNgd1bmkwNDM3B3VuaTA0MzgHdW5pMDQzOQd1bmkwNDNBB3VuaTA0M0IHdW5pMDQzQwd1bmkwNDNEB3VuaTA0M0UHdW5pMDQzRgd1bmkwNDQwB3VuaTA0NDEHdW5pMDQ0Mgd1bmkwNDQzB3VuaTA0NDQHdW5pMDQ0NQd1bmkwNDQ2B3VuaTA0NDcHdW5pMDQ0OAd1bmkwNDQ5B3VuaTA0NEEHdW5pMDQ0Qgd1bmkwNDRDB3VuaTA0NEQHdW5pMDQ0RQd1bmkwNDRGB3VuaTA0NTEHdW5pMUUwMgd1bmkxRTAzB3VuaTFFMEEHdW5pMUUwQgd1bmkxRTFFB3VuaTFFMUYHdW5pMUU0MAd1bmkxRTQxB3VuaTFFNTYHdW5pMUU1Nwd1bmkxRTYwB3VuaTFFNjEHdW5pMUU2QQd1bmkxRTZCBldncmF2ZQZ3Z3JhdmUGV2FjdXRlBndhY3V0ZQlXZGllcmVzaXMJd2RpZXJlc2lzBllncmF2ZQZ5Z3JhdmUKZmlndXJlZGFzaAx6ZXJvc3VwZXJpb3IMZm91cnN1cGVyaW9yDGZpdmVzdXBlcmlvcgtzaXhzdXBlcmlvcg1zZXZlbnN1cGVyaW9yDWVpZ2h0c3VwZXJpb3IMbmluZXN1cGVyaW9yDHplcm9pbmZlcmlvcgtvbmVpbmZlcmlvcgt0d29pbmZlcmlvcg10aHJlZWluZmVyaW9yDGZvdXJpbmZlcmlvcgxmaXZlaW5mZXJpb3ILc2l4aW5mZXJpb3INc2V2ZW5pbmZlcmlvcg1laWdodGluZmVyaW9yDG5pbmVpbmZlcmlvcgRFdXJvB3VuaTIwQjkHdW5pMjExNwd1bmkyMTUzB3VuaTIxNTQJb25lZWlnaHRoDHRocmVlZWlnaHRocwtmaXZlZWlnaHRocwxzZXZlbmVpZ2h0aHMPY29tbWFhY2NlbnRjb21iBE5VTEwCQ1IIemVyby5hbHQHb25lLmFsdAd0d28uYWx0CXRocmVlLmFsdAhmb3VyLmFsdAhmaXZlLmFsdAdzaXguYWx0CXNldmVuLmFsdAllaWdodC5hbHQIbmluZS5hbHQLRWRvdGFhY2NlbnQLZWRvdGFhY2NlbnQFbGN1dGUAAAAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQABAecAAQAEAAAAAgAAAAAAAQAAAAoAWACYAAJERkxUAA5sYXRuABwABAAAAAD//wACAAAAAwAQAAJNT0wgABpST00gACYAAP//AAIAAAAEAAD//wADAAAAAQAEAAD//wADAAAAAgAEAAVhYWx0ACBsb2NsACZsb2NsACxwbnVtADJwbnVtADgAAAABAAAAAAABAAEAAAABAAIAAAABAAMAAAACAAMABAAFAAwAFAAcACQALAABAAAAAQAoAAEAAAABAFgAAQAAAAEAagABAAAAAQB8AAEAAAABAIQAAgAiAA4B2wHcAd0B3gHfAeAB4QHiAeMB5AFDAUQBRQFGAAIAAwATABwAAAEeAR8ACgEiASMADAACAA4ABAFDAUQBRQFGAAEABAEeAR8BIgEjAAIADgAEAUMBRAFFAUYAAQAEAR4BHwEiASMAAQAGAcgAAgABABMAHAAAAAEABgHIAAIAAQAT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ADT//wBAAAMARP/nAEb//wBK//8ATf/nAFL//wBU//8AYAADAG//9gCC/+cAg//nAIT/5wCF/+cAhv/nAIf/5wCI/9IAif//AJT//wCV//8Alv//AJf//wCY//8Amv//AKL/5wCj/+cApP/nAKX/5wCm/+cAp//nAKj/0gCp//8AtP//ALX//wC2//8At///ALj//wC6//8Awv/nAMP/5wDE/+cAxf/nAMb/5wDH/+cAyP//AMn//wDK//8Ay///AMz//wDN//8Azv//AM///wDe//8A3///AOD//wDh//8A4v//AOP//wDk//8A5f//APT/5wD1/+cA9v/nAPf/5wEM//8BDf//AQ7//wEP//8BEP//ARH//wES//8BE///AT//0gFA/9IBQf//AUL//wFH/+cBrv/EAbH/xAG1/8QACAAMAAMAD//YABH/2ABAAAMAYAADAa7/2AGx/9gBtf/YAEYAEP/xACb/8QAq//EAMv/xADT/8QA2//gARv/xAEr/8QBS//EAVP/xAFb/+ABv//EAif/xAJT/8QCV//EAlv/xAJf/8QCY//EAmv/xAKH/+ACp//EAtP/xALX/8QC2//EAt//xALj/8QC6//EAyP/xAMn/8QDK//EAy//xAMz/8QDN//EAzv/xAM//8QDe//EA3//xAOD/8QDh//EA4v/xAOP/8QDk//EA5f/xAQz/8QEN//EBDv/xAQ//8QEQ//EBEf/xARL/8QET//EBGv/4ARv/+AEc//gBHf/4AR7/+AEf//gBIP/4ASH/+AFB//EBQv/xAUP/+AFE//gBSP/+AZ3/+AGe//gBrP/+Aa3//gGv//4BsP/+AA4ADAAFAA//sAAR/7AAHf/sAB7/7AA0//EAQAAFAFT/8QBgAAUBEv/xARP/8QGu/7ABsf+wAbX/sAAiADf/1gA5/+IAOv/sADz/4gBX/9YAWf/iAFr/7ABc/+IAn//iAL//4gDB/+IBIv/WASP/1gEk/9YBJf/WASb/1gEn/9YBNP/sATX/7AE2/+IBN//iATj/4gFF/9YBRv/WAZ//1gGg/9YBof/sAaL/7AGj/+wBpP/sAaX/7AGm/+wBp//iAaj/4gA4AA//sAAR/7AAJP/+AC3/+AA7/+wAPP/3AD3/9gBE//4ATf/4AFv/7ABc//cAXf/2AIL//gCD//4AhP/+AIX//gCG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) format('truetype');
    font-weight: normal;
    font-style: normal;
}
#smp-source-editor {
  font-family: monospace;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 50vh;
}
.ck.ck-editor__main > .ck-editor__editable {
  background: transparent;
  padding: 8px;
}
.smp-image-dropdown .ck-dropdown__panel_se {
  left: auto !important;
  right: 0 !important;
}
.theme-bg,
.ck-content.ck-editor__editable {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% auto !important;
}
.theme-dark .theme-bg,
.theme-dark .ck-content.ck-editor__editable {
  background-color: #333 !important;
}
.theme-winter .theme-bg,
.theme-winter .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Winter.jpg) !important;
}
.theme-spring .theme-bg,
.theme-spring .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Spring.jpg) !important;
}
.theme-summer .theme-bg,
.theme-summer .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Summer.jpg) !important;
}
.theme-fall .theme-bg,
.theme-fall .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Fall.jpg) !important;
}
.theme-brand .theme-bg,
.theme-brand .ck-content.ck-editor__editable {
  background-color: var(--brand-color) !important;
}
.theme-brandchoice .theme-bg,
.theme-brandchoice .ck-content.ck-editor__editable {
  background-color: var(--brand-choice) !important;
}
.theme-openchoice .theme-bg,
.theme-openchoice .ck-content.ck-editor__editable {
  background-color: var(--open-color) !important;
}
.theme-blue .theme-bg,
.theme-blue .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Blue.png) !important;
  background-size: cover !important;
}
.theme-green .theme-bg,
.theme-green .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Green.png) !important;
  background-size: cover !important;
}
.theme-red .theme-bg,
.theme-red .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Red.png) !important;
  background-size: cover !important;
}
.theme-purple .theme-bg,
.theme-purple .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Purple.png) !important;
  background-size: cover !important;
}
.theme-yellow .theme-bg,
.theme-yellow .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Yellow.png) !important;
  background-size: cover !important;
}
.theme-chalkboard .theme-bg,
.theme-chalkboard .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Chalkboard.png) !important;
  background-size: cover !important;
}
.theme-slate .theme-bg,
.theme-slate .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Slate.png) !important;
  background-size: cover !important;
}
.theme-marble .theme-bg,
.theme-marble .ck-content.ck-editor__editable {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Marble.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  padding: 10px;
}
#fe-ckeditor-wrapper.theme-dark {
  background-color: #333 !important;
}
#fe-ckeditor-wrapper.theme-winter {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Winter.jpg) !important;
}
#fe-ckeditor-wrapper.theme-spring {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Spring.jpg) !important;
}
#fe-ckeditor-wrapper.theme-summer {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Summer.jpg) !important;
}
#fe-ckeditor-wrapper.theme-fall {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Fall.jpg) !important;
}
#fe-ckeditor-wrapper.theme-brand {
  background-color: var(--brand-color) !important;
}
#fe-ckeditor-wrapper.theme-brandchoice {
  background-color: var(--brand-choice) !important;
}
#fe-ckeditor-wrapper.theme-openchoice {
  background-color: var(--open-color) !important;
}
#fe-ckeditor-wrapper.theme-blue {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Blue.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper.theme-green {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Green.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper.theme-red {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Red.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper.theme-purple {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Purple.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper.theme-yellow {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Yellow.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper.theme-chalkboard {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Chalkboard.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper.theme-slate {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Slate.png) !important;
  background-size: cover !important;
}
#fe-ckeditor-wrapper.theme-marble {
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_MarketingEmailBG_Marble.png) !important;
  background-size: cover !important;
}
.ck-editor-simple .ck-content.ck-editor__editable {
  background-image: none !important;
  background-color: transparent !important;
}
.sidecar-container {
  display: flex;
  gap: 8px;
}
.sidecar-container .content-container {
  flex: 1 1 auto;
  min-width: 0;
}
.sidecar-container .ck-actions {
  text-align: end;
}
#OutWrapper:has(#TopNav.scrolled) .ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  top: var(--primary-nav-height);
}
html.PinSubNav #OutWrapper:has(#TopNav.scrolled) .ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  top: calc(var(--primary-nav-height) + var(--subNav-height));
}
.taller-editor .ck-editor .ck-editor__main .ck-content {
  min-height: 400px;
  padding-top: 8px;
}
.ck-content:not(.ck-focused) {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ck-balloon-panel .ck-responsive-form label {
  line-height: 28px;
  font-size: 12px;
}
.ck-content h1 > p,
.ck-content h2 > p,
.ck-content h3 > p,
.ck-content h4 > p,
.ck-content h5 > p,
.ck-content h6 > p {
  display: inline;
  margin: 0;
  padding: 0;
}
.ck-editor-simple p,
.ck-editor-simple ul,
.ck-editor-simple ol {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.input-rows .smp-ck-wrapper {
  display: block;
  width: 200px;
}
figure.image > img {
  display: block;
}
figure[style*="100%"].image > img {
  width: 100%;
}
figure[style*="75%"].image > img {
  width: 100%;
}
figure[style*="50%"].image > img {
  width: 100%;
}
figure[style*="25%"].image > img {
  width: 100%;
}
.image-style-align-center {
  margin: auto !important;
}
.image-style-align-center img {
  width: auto !important;
  margin: auto;
  display: block;
}
.image-style-align-right {
  float: none;
  margin: 0 0 0 auto;
}
.image-style-align-right img {
  float: none;
  margin: 0 0 0 auto;
}
.flex .card-no-flex + .ck-reset_all {
  display: none;
}
.ck-template-row,
.ck-template-main-header {
  background: #FFF;
}
.ck-template-row {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ck-template-row.ck-template-row-highlighted {
  border: 2px solid var(--brand-color);
  border-radius: 10px;
}
.ck-template-row.ck-template-row-defaultrow {
  border: 2px solid #DDD;
  border-radius: 10px;
}
.ck-template-row.ck-template-row-cards {
  border: none;
  background: transparent;
  gap: 10px;
}
.ck-template-row.ck-template-row-cards .ck-template-row-cell {
  border: 2px solid #DDD;
  border-radius: 10px;
}
.ck-template-row .ck-template-row-cell {
  flex: 1;
  vertical-align: top;
}
.ck-template-row .ck-template-row-cell.ck-template-row-cell-image-fill .ck-template-row-cell-content {
  width: 100%;
  height: 100%;
}
.ck-template-row .ck-template-row-cell.ck-template-row-cell-image-fill .ck-template-row-cell-content figure {
  width: 100%;
  height: 100%;
}
.ck-template-row .ck-template-row-cell.ck-template-row-cell-image-fill .ck-template-row-cell-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ck-template-row .ck-template-row-cell *::marker {
  color: inherit;
}
.ck-template-row .ck-template-row-cell-text {
  padding: 10px;
}
.ck-template-row .ck-template-row-cell-calendar h3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
.ck-template-row .ck-template-row-cell-banner {
  padding-bottom: 20px !important;
}
.ck-template-row .ck-template-row-cell-banner h3,
.ck-template-row .ck-template-row-cell-banner h4 {
  padding: 10px !important;
  margin: 0 !important;
  /*background-color: var(--brand-choice) !important;*/
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  color: #FFF !important;
}
.ck-template-row .ck-template-row-cell-banner .ck-template-row-cell-content {
  padding-left: 5px !important;
}
.ck-template-row .ck-template-row-cell-image img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.ck-template-multi-row {
  border: 2px solid #DDD;
  padding-left: 10px;
  padding-right: 10px;
}
.ck-template-button {
  text-align: center;
}
.ck-template-button a {
  font-family: inherit;
  display: inline-flex !important;
}
.ck-template-button i {
  padding-left: 4px;
  margin-right: 0 !important;
}
.ck-template-button i.circle {
  padding: 1px 0;
  text-align: center;
  margin-left: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  border-radius: 20px;
  background-color: #25aae1;
  color: #FFF;
  position: relative;
  bottom: 1px;
  font-size: 0.9rem;
}
.ck-template-button-large a {
  font-size: 36px;
  line-height: 1;
  border-radius: 36px;
  padding: 10px 20px;
}
.ck-template-button-large a i {
  padding-left: 10px;
}
.ck-template-button-large a i.circle {
  margin-left: 10px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  max-height: 36px;
  font-size: 36px;
}
.ck-template-button-xl a {
  font-size: 60px;
  line-height: 1;
  border-radius: 60px;
  padding: 10px 20px;
}
.ck-template-button-xl a i {
  padding-left: 10px;
}
.ck-template-button-xl a i.circle {
  margin-left: 10px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  max-height: 60px;
  font-size: 60px;
}
.ck-template-button-align-left {
  text-align: left !important;
  padding-left: 5px;
}
.ck-template-button-align-right {
  text-align: right !important;
  padding-right: 5px;
}
.ck-template-button {
  background-color: rgba(0, 0, 0, 0) !important;
}
.ck-template-button-transparent > a {
  background-color: rgba(0, 0, 0, 0) !important;
}
.ck-responsive-form select.ck-input {
  min-width: 0;
  border-radius: 10px;
  border-color: #AAAA;
}
.ck-template-main-header {
  border: 2px solid #DDD;
  border-radius: 10px;
  margin-bottom: 10px;
}
.ck-template-main-header .ck-template-main-header-alert {
  display: block;
  background: var(--brand-color);
  color: #FFF;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center !important;
  line-height: 1;
  border-radius: 7px 7px 0 0;
}
.ck-template-main-header .ck-template-main-header-art {
  background: #EEE;
  text-align: center;
  min-height: 100px;
  padding: 10px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}
.ck-template-main-header .ck-template-main-header-art-normal {
  min-height: 200px !important;
}
.ck-template-main-header .ck-template-main-header-art-large {
  min-height: 500px !important;
}
.ck-template-main-header .ck-template-main-header-art-xl {
  min-height: 1000px !important;
}
.ck-template-main-header .logo-image {
  border: 2px solid #CCC;
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  object-fit: contain;
  background: #FFF;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.ck-template-main-header .square-logo-image {
  border-radius: 0 !important;
}
.ck-template-main-header .hidden-logo-image {
  display: none !important;
}
.ck-template-main-header.ck-template-main-header-diagonal .ck-template-main-header-art img {
  margin: 0;
}
.ck-template-main-header.ck-template-main-header-logobottom h2 {
  margin-bottom: 30px;
}
.ck-template-main-header.ck-template-main-header-imageright .ck-template-main-header-2nd-row {
  display: flex;
}
.ck-template-main-header.ck-template-main-header-imageright .ck-template-main-header-2nd-row .ck-template-main-header-left {
  flex: 1;
  padding: 10px;
}
.ck-template-main-header.ck-template-main-header-imageright .ck-template-main-header-2nd-row .ck-template-main-header-art {
  flex: 1;
}
.ck-template-main-header.ck-template-main-header-3stripe .ck-template-main-header-alert {
  background: #FFF;
  color: var(--brand-color);
}
.ck-template-main-header.ck-template-main-header-3stripe h1 {
  padding: 20px 0 !important;
  margin: 0;
  background: var(--brand-color);
  color: #FFF;
}
.ck-template-main-header.ck-template-main-header-3stripe .ck-template-main-header-art {
  min-height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  margin-top: 0;
}
.ck-template-main-header.ck-template-main-header-3stripe .ck-template-main-header-art-normal {
  min-height: 200px !important;
}
.ck-template-main-header.ck-template-main-header-3stripe .ck-template-main-header-art-large {
  min-height: 500px !important;
}
.ck-template-main-header.ck-template-main-header-3stripe .ck-template-main-header-art-xl {
  min-height: 1000px !important;
}
.ck-template-main-header.ck-template-main-header-bar .ck-template-main-header-art {
  padding-left: 0;
}
.ck-template-main-header.ck-template-main-header-bar .ck-template-main-header-bar-bar {
  background-color: var(--brand-color);
  padding: 10px;
  display: flex;
  gap: 10px;
  margin-right: 50px;
  margin-bottom: 150px;
}
.ck-template-main-header.ck-template-main-header-bar .ck-template-main-header-bar-bar h1 {
  color: #FFF;
}
.ck-template-main-header.ck-template-main-header-bar .ck-template-main-header-bar-bar h1,
.ck-template-main-header.ck-template-main-header-bar .ck-template-main-header-bar-bar h2 {
  margin: 0;
  text-align: left !important;
}
.ck-template-main-header.ck-template-main-header-bar .ck-template-main-header-bar-bar img {
  min-width: 64px;
  height: 64px;
  flex: 1;
  flex-grow: 0;
}
.ck-template-main-header.ck-template-main-header-bar .ck-template-main-header-bar-bar .ck-template-main-header-bar-right {
  flex: 1;
}
.ck-template-main-header.ck-template-main-header-imagetop .flex {
  padding: 10px 0;
}
.ck-template-main-header.ck-template-main-header-imagetop .logo-image {
  width: 128px;
  height: 128px;
}
.ck-template-main-header .ck-template-main-header-headline {
  color: black;
  margin: 20px 0 0 0;
  font-size: 48px;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1;
}
.ck-template-main-header .ck-template-main-header-subtitle {
  color: var(--brand-color);
  margin: 0;
  margin-top: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 36px;
  line-height: 1;
}
.ck-template-main-header .full-image {
  display: block;
  width: 100%;
  height: auto;
}
h1.ck-template-main-header-headline,
h2.ck-template-main-header-subtitle {
  text-transform: uppercase !important;
}
.ck-template-main-header-theme-dark {
  background: #000;
}
.ck-template-main-header-theme-dark .ck-template-main-header-headline {
  color: #FFF;
}
.ck-template-main-header-theme-dark .ck-template-main-header-subtitle {
  filter: brightness(3);
}
.ck-template-main-header-theme-dark .ck-template-main-header-logobottom .ck-template-main-header-subtitle {
  filter: none;
  color: #CCC;
}
body.theme-brand .ck.ck-editor__main > .ck-editor__editable {
  background: var(--brand-color);
}
body.theme-brand .ck.ck-editor__main > .ck-editor__editable .ck-template-main-header-headline,
body.theme-brand .ck.ck-editor__main > .ck-editor__editable .ck-template-main-header-subtitle {
  color: #FFF;
}
.ck-template-row-pb-0px {
  padding-bottom: 0px !important;
}
.ck-template-row-pb-2px {
  padding-bottom: 2px !important;
}
.ck-template-row-pb-5px {
  padding-bottom: 5px !important;
}
.ck-template-row-pb-10px {
  padding-bottom: 10px !important;
}
.ck-template-row-pt-0px {
  padding-top: 0px !important;
}
.ck-template-row-pt-2px {
  padding-top: 2px !important;
}
.ck-template-row-pt-5px {
  padding-top: 5px !important;
}
.ck-template-row-pt-10px {
  padding-top: 10px !important;
}
.ck-template-button-square a {
  border-radius: 0px;
}
.ck-template-button-rounded a {
  border-radius: 36px;
}
.ck-template-button-1px a {
  border-width: 1px;
}
.ck-template-button-2px a {
  border-width: 2px;
}
.ck-template-button-3px a {
  border-width: 3px;
}
.ck-template-row-cell-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.ck-template-row-cell-blank {
  min-height: 160px;
  background-image: url(https://smpfiles.blob.core.windows.net/site-content/PF_blank.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.ck-template-row-presetsize-normal .ck-template-row-cell {
  height: 200px;
  max-height: 200px !important;
  overflow: hidden;
}
.ck-template-row-presetsize-normal .ck-template-row-cell .ck-template-row-cell-content {
  min-height: 100px;
}
.ck-template-row-presetsize-large .ck-template-row-cell {
  height: 350px;
  max-height: 350px !important;
  overflow: hidden;
}
.ck-template-row-presetsize-large .ck-template-row-cell .ck-template-row-cell-content {
  min-height: 250px;
}
.ck-template-row-presetsize-xl .ck-template-row-cell {
  height: 500px;
  max-height: 500px !important;
  overflow: hidden;
}
.ck-template-row-presetsize-xl .ck-template-row-cell .ck-template-row-cell-content {
  min-height: 400px;
}
.ck-balloon-panel {
  z-index: 99 !important;
}
@media (max-height: 1080px) {
  .cropper-bg {
    max-height: 80vh;
  }
}
.locked-h4 {
  font-size: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ck-video-anchor {
  height: 100px;
  width: 100px;
}
.ck-template-row-cell-videolink .ck-template-row-cell-content {
  height: 100%;
  width: 100%;
}
.ck-template-row-cell-videolink .ck-template-row-cell-content .ck-template-video-link {
  min-height: 300px;
  height: 100%;
  width: 100%;
}
.ck-template-video-link {
  padding-top: 100px;
}
.ck-template-row-presetsize-normal .ck-template-video-link {
  min-height: 200px !important;
  padding-top: 58px;
}
.ck-template-row-presetsize-large .ck-template-video-link {
  padding-top: 128px;
}
.ck-template-row-presetsize-xl .ck-template-video-link {
  padding-top: 200px;
}
.collapsible-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 8px;
}
.collapsible-header:hover {
  background-color: #f0f0f0;
}
.collapsible-header:active {
  background-color: #e0e0e0;
}
.collapsible-header i {
  transition: transform 0.2s ease;
}
.collapsible-header.collapsed i {
  transform: rotate(180deg);
}
.collapsible.collapsed {
  padding: 0 !important;
  max-height: 0;
  overflow: hidden;
}
.ck-template-row-cell-bannerbar {
  border: none !important;
}
#fe-ckeditor-wrapper .ck-multi-college-commit-1-var-5-img {
  height: 560px !important;
}
#fe-ckeditor-wrapper .ck-multi-college-commit-1-var-m1-img {
  height: 412px !important;
}
#fe-ckeditor-wrapper .ck-multi-college-commit-1-var-m2-img {
  height: 271px !important;
}
#fe-ckeditor-wrapper .ck-multi-college-commit-1-var-m3-img {
  height: 200px !important;
}
#fe-ckeditor-wrapper .ck-multi-college-commit-1-var-m6-img {
  height: 412px !important;
}
#floating-tool-anchor {
  position: fixed;
  visibility: hidden;
  z-index: 900;
}
#floating-tool-anchor #floatingTool {
  width: 70px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border: 2px solid #25aae1;
  border-radius: 4px;
  padding: 10px;
}
.tile {
  min-height: 24px;
}
.smp-ck-button {
  margin: 0;
  line-height: normal;
  height: 36px;
  padding: 0 16px;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
.smp-ck-button:hover {
  border: none;
  box-shadow: 0px 6px 12px 0px #00000033;
}
.smp-ck-button:active {
  box-shadow: none;
}
.smp-ck-button span.button-content {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
}
.smp-ck-button span.centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0 !important;
}
.smp-ck-button.outlined {
  border: 2px solid;
}
.smp-ck-button.sm {
  height: 32px;
  padding: 0 12px;
  font-size: 0.875rem;
}
.smp-ck-button.lg {
  height: 44px;
  padding: 0 24px;
  font-size: 1.25rem;
}
.smp-ck-button.full {
  width: 100%;
  max-width: 400px;
  height: 56px;
  font-size: 1.5rem;
}
.smp-ck-button .button-content {
  min-width: 8px;
}
#fe-ckeditor-wrapper p,
.ck-content p,
#fe-ckeditor-wrapper ol,
.ck-content ol,
#fe-ckeditor-wrapper ul,
.ck-content ul,
#fe-ckeditor-wrapper li,
.ck-content li,
#fe-ckeditor-wrapper h1.ck-h1,
.ck-content h1.ck-h1,
#fe-ckeditor-wrapper h2.ck-h2,
.ck-content h2.ck-h2,
#fe-ckeditor-wrapper h3.ck-h3,
.ck-content h3.ck-h3,
#fe-ckeditor-wrapper h4.ck-h4,
.ck-content h4.ck-h4 {
  color: var(--custom-font-color);
  font-family: var(--custom-font);
  margin: 0;
  text-transform: none;
  line-height: normal;
}
#fe-ckeditor-wrapper h1.ck-h1,
.ck-content h1.ck-h1,
#fe-ckeditor-wrapper .ck-h1,
.ck-content .ck-h1 {
  font-size: 42px;
  line-height: normal;
}
#fe-ckeditor-wrapper h2.ck-h2,
.ck-content h2.ck-h2,
#fe-ckeditor-wrapper .ck-h2,
.ck-content .ck-h2 {
  font-size: 36px;
  line-height: normal;
}
#fe-ckeditor-wrapper h3.ck-h3,
.ck-content h3.ck-h3,
#fe-ckeditor-wrapper .ck-h3,
.ck-content .ck-h3 {
  font-size: 30px;
  line-height: normal;
}
#fe-ckeditor-wrapper h4.ck-h4,
.ck-content h4.ck-h4,
#fe-ckeditor-wrapper .ck-h4,
.ck-content .ck-h4 {
  font-size: 24px;
  line-height: normal;
}
#fe-ckeditor-wrapper p,
.ck-content p,
#fe-ckeditor-wrapper li,
.ck-content li {
  font-size: var(--custom-font-size);
}
#fe-ckeditor-wrapper p.caption,
.ck-content p.caption,
#fe-ckeditor-wrapper .caption,
.ck-content .caption {
  font-size: 13px;
}
#fe-ckeditor-wrapper .ck-global-font-exempt p,
.ck-content .ck-global-font-exempt p,
#fe-ckeditor-wrapper .ck-global-font-exempt li,
.ck-content .ck-global-font-exempt li {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.ck.ck-reset .ck-toolbar p,
.ck.ck-reset .ck-toolbar ol,
.ck.ck-reset .ck-toolbar ul,
.ck.ck-reset .ck-toolbar li,
.ck.ck-reset .ck-toolbar h1.ck-h1,
.ck.ck-reset .ck-toolbar h2.ck-h2,
.ck.ck-reset .ck-toolbar h3.ck-h3,
.ck.ck-reset .ck-toolbar h4.ck-h4 {
  color: var(--custom-font-color);
  font-family: var(--custom-font);
  margin: 0;
  text-transform: none;
  line-height: normal;
}
.ck.ck-reset .ck-toolbar h1.ck-h1,
.ck.ck-reset .ck-toolbar .ck-h1 {
  font-size: 42px;
  line-height: normal;
}
.ck.ck-reset .ck-toolbar h2.ck-h2,
.ck.ck-reset .ck-toolbar .ck-h2 {
  font-size: 36px;
  line-height: normal;
}
.ck.ck-reset .ck-toolbar h3.ck-h3,
.ck.ck-reset .ck-toolbar .ck-h3 {
  font-size: 30px;
  line-height: normal;
}
.ck.ck-reset .ck-toolbar h4.ck-h4,
.ck.ck-reset .ck-toolbar .ck-h4 {
  font-size: 24px;
  line-height: normal;
}
.ck.ck-reset .ck-toolbar p,
.ck.ck-reset .ck-toolbar li {
  font-size: var(--custom-font-size);
}
.ck.ck-reset .ck-toolbar p.caption,
.ck.ck-reset .ck-toolbar .caption {
  font-size: 13px;
}
.ck.ck-reset .ck-content p,
.ck.ck-reset .ck-content ol,
.ck.ck-reset .ck-content ul,
.ck.ck-reset .ck-content li,
.ck.ck-reset .ck-content h1.ck-h1,
.ck.ck-reset .ck-content h2.ck-h2,
.ck.ck-reset .ck-content h3.ck-h3,
.ck.ck-reset .ck-content h4.ck-h4 {
  color: var(--custom-font-color);
  font-family: var(--custom-font);
  margin: 0;
  text-transform: none;
  line-height: normal;
}
.ck.ck-reset .ck-content h1.ck-h1,
.ck.ck-reset .ck-content .ck-h1 {
  font-size: 42px;
  line-height: normal;
}
.ck.ck-reset .ck-content h2.ck-h2,
.ck.ck-reset .ck-content .ck-h2 {
  font-size: 36px;
  line-height: normal;
}
.ck.ck-reset .ck-content h3.ck-h3,
.ck.ck-reset .ck-content .ck-h3 {
  font-size: 30px;
  line-height: normal;
}
.ck.ck-reset .ck-content h4.ck-h4,
.ck.ck-reset .ck-content .ck-h4 {
  font-size: 24px;
  line-height: normal;
}
.ck.ck-reset .ck-content p,
.ck.ck-reset .ck-content li {
  font-size: var(--custom-font-size);
}
.ck.ck-reset .ck-content p.caption,
.ck.ck-reset .ck-content .caption {
  font-size: 13px;
}
.ck.ck-reset .ck-content .ck-global-font-exempt p,
.ck.ck-reset .ck-content .ck-global-font-exempt li {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.sidecar-wrapper {
  height: fit-content;
  max-height: calc(100vh - 16px);
  flex: 0 0 auto;
  width: 400px;
  overflow: hidden;
  position: sticky;
  top: 8px;
}
#OutWrapper:has(#MainNav) .sidecar-wrapper {
  max-height: calc(100vh - calc(var(--primary-nav-height) + 8px) - 8px);
  top: calc(var(--primary-nav-height) + 8px);
}
html.PinSubNav #OutWrapper:has(#MainNav) .sidecar-wrapper {
  max-height: calc(100vh - calc(var(--primary-nav-height) + 8px) - var(--subNav-height) - 8px);
  top: calc(calc(var(--primary-nav-height) + 8px) + var(--subNav-height));
}
.ck-editor-sidecar {
  height: 100%;
  max-height: inherit;
}
.ck-editor-sidecar #mainCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: inherit;
  padding: 0;
  margin: 0;
  align-items: unset;
}
.ck-editor-sidecar #mainCard #SidecarTabs {
  flex: 0 0 auto;
}
.ck-editor-sidecar #mainCard .tab-content-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.ck-editor-sidecar #mainCard .tab-content-wrapper .tab-content {
  overflow: auto;
  padding: 8px;
}
.ck-editor-sidecar .sidecar-footer {
  display: flex;
  gap: 8px;
  justify-content: end;
  margin-top: 8px;
  padding: 8px;
  border-top: 2px solid #f2f2f2;
}
.ck-editor-sidecar ul.button-list {
  padding: 8px;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 115px);
  gap: 4px;
  justify-items: center;
}
.ck-editor-sidecar ul.button-list li {
  width: 100%;
  height: 100px;
}
.ck-editor-sidecar ul.button-list button.sidecar-button {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px;
  justify-content: center;
  color: #000;
  background: #fff;
  border: 1px solid;
  border-color: #e8e8e8;
  font-size: 1rem;
  font-family: 'Roboto Condensed', Arial, Sans-Serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  font-weight: bold;
  border-radius: 10%;
}
.ck-editor-sidecar ul.button-list button.sidecar-button:hover {
  border-color: #666;
}
.ck-editor-sidecar ul.button-list button.sidecar-button span {
  color: #999;
  display: block;
  font-size: 1.5rem;
  height: 36px;
}
.ck-editor-sidecar ul.button-list button.sidecar-button span img {
  height: 100%;
  width: 100%;
}
.ck-editor-sidecar #design button {
  min-width: 145px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}
.ck-editor-sidecar #design button.selected {
  border-color: #25aae1;
}
.ck-editor-sidecar #design button img {
  width: 100%;
}
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
.roster-edit-page .fa-check-circle,
.roster-edit-page td .fa-check {
  color: green;
}
.roster-edit-page .fa-times-circle,
.roster-edit-page td .fa-times {
  color: red;
}
.roster-edit-page tr.inactive {
  font-style: italic;
}
.roster-edit-page td.inactive {
  color: red;
}
.roster-edit-page tr.valid td {
  background: #d5ffcb;
}
.roster-edit-page tr.invalid td {
  background: #ffcbcb;
}
.roster-edit-page a {
  cursor: pointer;
}
.roster-edit-page input.invalid {
  background: #FDD !important;
}
.roster-edit-page .key {
  padding: 0;
  margin: 0;
}
.roster-edit-page .key li {
  display: inline-block;
  width: 45%;
}
.roster-edit-page .key li strong {
  display: inline-block;
  padding-left: 10px;
}
.sortable-table {
  text-align: left;
  display: block;
}
.sortable-table > .card {
  padding: 0;
}
.sortable-table > .card.as-container {
  overflow: hidden;
}
.sortable-table .fa-question-circle {
  color: #25aae1;
}
.sortable-table .fa-question.fa-gray {
  color: lightgrey;
}
.sortable-table .ForwardButtonShort.gray-circle {
  border-color: lightgray;
}
.sortable-table button i,
.sortable-table button img.custom-button-img {
  position: relative;
  font-size: 1.5rem;
  line-height: 36px;
  transform: translateY(-2px);
}
.sortable-table button.custom-svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sortable-table button img.custom-svg-icon {
  filter: invert(56%) sepia(75%) saturate(1283%) hue-rotate(164deg) brightness(94%) contrast(87%);
  width: 20px;
  height: 20px;
}
.sortable-table button.fa-icon-container {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 32px;
  height: 32px;
}
.sortable-table button.fa-icon-container i.fa {
  color: #FFF;
}
.sortable-table button.fa-icon-container.xmark,
.sortable-table button.fa-icon-container.xmark:hover {
  background-color: #DD0000 !important;
}
.sortable-table button.fa-icon-container.check,
.sortable-table button.fa-icon-container.check:hover {
  background-color: #91CC00 !important;
}
.sortable-table button.fa-icon-container:disabled:hover {
  cursor: not-allowed;
}
.sortable-table .insert-arrow {
  left: -10000px;
  display: block;
  position: absolute;
  top: 40px;
  color: #666;
  z-index: 100;
  width: 14px;
  height: 14px;
}
.sortable-table .insert-arrow::after {
  display: block;
  font-size: 14px;
  line-height: 1;
  content: "\f30c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
}
.sortable-table .arrow-icon {
  font-size: 18px;
  font-weight: 900;
  color: #333;
  pointer-events: none;
}
.sortable-table td .checkbox label {
  margin-right: 0px !important;
}
.sortable-table td .radio {
  content: "\f111";
}
.sortable-table td .radio:checked {
  content: "\f192";
}
.sortable-table th.checkbox label {
  margin-right: -16px !important;
}
.sortable-table .icon-circle {
  margin: 3px auto 0px auto;
}
.sortable-table .top-nav {
  position: relative;
  z-index: 2;
  display: flex;
  height: 38px;
  align-items: flex-end;
}
.sortable-table .top-nav .controls {
  justify-content: flex-end;
  gap: 9px;
}
.sortable-table .top-nav .header-div {
  flex: 1;
  align-items: flex-end;
}
.sortable-table .top-nav .header-tooltip {
  margin: 18px 0 9px;
}
.sortable-table .top-nav .record-count {
  font-size: 12px;
  display: inline-block;
  padding-left: 9px;
  padding-bottom: 3px;
}
.sortable-table .top-nav > * {
  flex: 1;
  display: flex;
}
.sortable-table .top-nav .menu-modal {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #EEE;
  background: #FFF;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 45px;
  right: -5px;
  filter: drop-shadow(5px 5px 4px #ccc);
}
.sortable-table .top-nav .menu-modal button {
  width: 100%;
  display: flex;
}
.sortable-table .top-nav .menu-modal button i {
  padding-right: 9px;
  width: 25px;
  line-height: 1;
}
.sortable-table .top-nav .menu-modal button span {
  line-height: 21px;
}
.sortable-table .top-nav .menu-modal::before {
  background: #FFF;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #EEE;
  border-radius: 3px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -5px;
  right: 17px;
  border-bottom: none;
  border-right: none;
}
.sortable-table .top-nav .table-search-container {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 11px;
  padding-bottom: 5px;
}
.sortable-table .top-nav .table-search-container .table-search-bar {
  width: 100%;
  height: 31px;
}
.sortable-table .top-nav .table-search-container .table-search-bar[disabled] {
  opacity: 0.5;
}
.sortable-table .top-nav .table-search-container .search-bar-icon {
  position: absolute;
  font-size: 12px;
  white-space: pre-wrap;
  font-weight: 900;
  color: #CCC;
  z-index: 2;
  padding-top: 5px;
  padding-right: 5px;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sortable-table .top-nav .menu-button {
  margin-top: 9px;
  padding: 0;
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
}
.sortable-table .top-nav .inverted-menu-button {
  color: #fff !important;
  background-color: #25aae1 !important;
}
.sortable-table .top-nav .inverted-menu-button > .custom-svg-icon {
  filter: invert(100%) sepia(0%) saturate(7454%) hue-rotate(52deg) brightness(103%) contrast(103%);
}
.sortable-table table {
  display: block;
  border: none;
  border-spacing: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  max-height: calc(100vh - 147px);
  position: relative;
  z-index: 1;
}
.sortable-table table .ForwardButton,
.sortable-table table .DeleteButton,
.sortable-table table .DisabledButton,
.sortable-table table button {
  margin-right: 5px;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.sortable-table table .ForwardButton.text-button,
.sortable-table table .DeleteButton.text-button,
.sortable-table table .DisabledButton.text-button,
.sortable-table table button.text-button {
  padding: 0px 10px;
  width: unset;
  line-height: 33px;
}
.sortable-table table .ForwardButton .svg-icon,
.sortable-table table .DeleteButton .svg-icon,
.sortable-table table .DisabledButton .svg-icon,
.sortable-table table button .svg-icon {
  filter: invert(66%) sepia(90%) saturate(2411%) hue-rotate(164deg) brightness(91%) contrast(93%);
  width: 22px;
  vertical-align: middle;
}
.sortable-table table .ForwardButton:hover:not(.DisabledButton):not(.DisabledButtonShort):not([disabled]):not(.disabled) .svg-icon,
.sortable-table table .DeleteButton:hover:not(.DisabledButton):not(.DisabledButtonShort):not([disabled]):not(.disabled) .svg-icon,
.sortable-table table .DisabledButton:hover:not(.DisabledButton):not(.DisabledButtonShort):not([disabled]):not(.disabled) .svg-icon,
.sortable-table table button:hover:not(.DisabledButton):not(.DisabledButtonShort):not([disabled]):not(.disabled) .svg-icon {
  filter: unset;
}
.sortable-table thead th {
  min-width: 48px;
  border-bottom: 2px solid #CCC;
  background: #FFF;
  font-weight: bold;
  color: #333;
  padding: 12px 24px 12px 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  white-space: nowrap;
  height: 48px;
}
.sortable-table thead th:last-child {
  border-right: 1px solid #CCC;
}
.sortable-table thead th:last-child .right-border {
  display: none;
}
.sortable-table thead th.sortable::after {
  font-size: 10px;
  content: "\f077\A\f078";
  white-space: pre-wrap;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 8px;
  bottom: calc(50% - 11px);
  color: #CCC;
}
.sortable-table thead th.sorted.descending::after {
  content: "\f077\A\00a0";
  color: #333;
  white-space: pre-wrap;
}
.sortable-table thead th.sorted.ascending::after {
  content: "\f078";
  color: #333;
}
.sortable-table thead th.highlight {
  background-color: #E1F2FA;
}
.sortable-table thead th.highlight.green {
  background-color: #edffe4;
}
.sortable-table thead th.highlight.yellow {
  background-color: #fffde8;
}
.sortable-table thead th.highlight.red,
.sortable-table thead th.redlight {
  background-color: #ffe5e4;
}
.sortable-table thead th.highlight.redder {
  background-color: #ffd0ce;
}
.sortable-table thead th[draggable] {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.sortable-table thead th[draggable].dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.sortable-table thead th[draggable]::before {
  font-size: 12px;
  content: "\f141";
  white-space: pre-wrap;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  opacity: 0;
  color: #CCC;
  z-index: -1;
  text-align: center;
}
.sortable-table thead th[draggable]:hover::before {
  opacity: 1;
}
.sortable-table thead th.is-locked {
  position: sticky;
  left: 0;
  background: #F8F8F8;
  z-index: 2;
  white-space: nowrap;
}
.sortable-table thead th.is-locked .right-border {
  width: 2px;
}
.sortable-table thead th.is-locked:last-child {
  border-right: none;
}
.sortable-table thead th.empty-column {
  color: #999;
}
.sortable-table thead th .right-border {
  top: 10%;
  background: #CCC;
  width: 1px;
  position: absolute;
  height: 80%;
  display: block;
  right: 0;
}
.sortable-table thead th .fa-sliders {
  margin-left: 2px;
  color: #25aae1;
}
.sortable-table tbody td {
  border-bottom: 1px solid #EEE;
  padding: 0px 10px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}
.sortable-table tbody td.checkbox.disabled {
  background-color: #e1e1e1 !important;
}
.sortable-table tbody td.checkbox.disabled:hover {
  cursor: not-allowed !important;
}
.sortable-table tbody td.highlight,
.sortable-table tbody td.selected {
  background-color: #E1F2FA;
}
.sortable-table tbody td.highlight .sortable-table tbody td.selected {
  background-color: #C7E7F6;
}
.sortable-table tbody td.highlight.green {
  background-color: #edffe4;
}
.sortable-table tbody td.highlight.yellow {
  background-color: #fffde8;
}
.sortable-table tbody td.highlight.red {
  background-color: #ffe5e4;
}
.sortable-table tbody td.highlight.redder {
  background-color: #ffd0ce;
}
.sortable-table tbody td.is-locked {
  background: #F8F8F8;
  border-right: 2px solid #CCC;
  position: sticky;
  left: 0;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  max-width: 400px;
}
.sortable-table tbody td.is-locked.selected {
  background-color: #E1F2FA;
}
.sortable-table tbody td.is-locked:last-child {
  border-right: none;
}
.sortable-table tbody td.empty-column {
  background: #cccccc4f;
}
.sortable-table tbody td.no-max-width {
  max-width: unset;
}
.sortable-table tbody td.card-item {
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
.sortable-table tbody td:last-child {
  border-right: 1px solid #EEE;
}
.sortable-table tbody td.child-item {
  background-color: #F6FBFE;
}
.sortable-table tbody td.child-item.is-locked {
  background-color: #EEEFF1;
}
.sortable-table tbody tr.card-hidden {
  display: none;
}
.sortable-table tbody tr.selected td {
  background: #E1F2FA;
}
.sortable-table tbody tr.selected td.highlight {
  background: #C7E7F6;
}
.sortable-table tbody tr.selected td.is-locked {
  background: #E1F2FA;
}
.sortable-table tbody tr:hover td {
  background: #E1F2FA;
}
.sortable-table tbody tr:hover td.highlight {
  background: #C7E7F6;
}
.sortable-table tbody tr:hover td.is-locked {
  background: #E1F2FA;
}
.sortable-table tbody tr.selected:hover td {
  background: #C7E7F6;
}
.sortable-table tbody tr.selected:hover td.highlight {
  background: #B1DEF3;
}
.sortable-table tbody tr.empty-row {
  background-color: #EEE;
  font-weight: bold;
  color: #888;
}
.sortable-table tbody tr.row-deleted {
  background: #FFDCDC;
}
.sortable-table tbody tr.row-deleted:hover td {
  background: #FFD2D2;
}
.sortable-table tbody tr.row-deleted:hover td.is-locked {
  background: #FFD2D2;
}
.sortable-table tbody tr.row-deleted td.is-locked {
  background: #F0D7D7;
  border-right: 2px solid #FFBDBD;
}
.sortable-table tbody tr.row-warning {
  background: hsl(60, 60%, 90%);
}
.sortable-table tbody tr.row-warning:hover td {
  background: hsl(60, 80%, 90%);
}
.sortable-table tbody tr.row-warning:hover td.is-locked {
  background: hsl(60, 40%, 85%);
}
.sortable-table tbody tr.row-warning td.is-locked {
  background: hsl(60, 40%, 80%);
  border-right: 2px solid hsl(60, 5%, 90%);
}
.sortable-table tfoot td {
  padding: 8px 10px;
  font-weight: bold;
  color: #333;
  border-top: 2px solid #CCC;
  height: 48px;
}
.sortable-table tfoot td.highlight {
  background-color: #E1F2FA;
}
.sortable-table tfoot td.highlight.green {
  background-color: #edffe4;
}
.sortable-table tfoot td.highlight.yellow {
  background-color: #fffde8;
}
.sortable-table tfoot td.highlight.red {
  background-color: #ffe5e4;
}
.sortable-table tfoot td.highlight.redder {
  background-color: #ffd0ce;
}
.sortable-table tfoot td.is-locked {
  position: sticky;
  left: 0;
  background: #F8F8F8;
  z-index: 1;
  border-right: 2px solid #CCC;
}
.sortable-table tfoot td.is-locked:last-child {
  border-right: none;
}
.sortable-table tfoot td:last-child {
  border-right: 1px solid #EEE;
}
.sortable-table .circle-image {
  object-fit: cover;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  color: #000;
  vertical-align: middle;
  display: block;
  margin: auto;
  margin-top: -5px;
}
.sortable-table .circle-image.editable {
  border: 2px solid #FFF;
  cursor: pointer;
}
.sortable-table .circle-image.editable:hover {
  border-color: #25aae1;
}
@media only screen and (max-width: 728px) {
  .sortable-table {
    text-align: left;
  }
  .sortable-table .top-nav .table-search-container {
    flex: 1 1 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sortable-table table {
    max-height: unset;
  }
  .sortable-table table thead {
    display: inline-block;
    width: 100%;
  }
  .sortable-table table thead .mobile-header-bar {
    display: flex;
    justify-content: flex-start;
    position: relative;
    background: #F8F8F8;
    border: 1px solid #CCC;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .sortable-table table thead .mobile-header-bar .mobile-header {
    font-weight: 900;
    white-space: nowrap;
  }
  .sortable-table table tbody {
    display: inline-block;
    width: 100%;
  }
  .sortable-table table tbody .mobile-entry {
    display: flex;
    justify-content: flex-start;
    position: relative;
    background: #F8F8F8;
    border: 1px solid #EEE;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    white-space: nowrap;
  }
  .sortable-table table tbody .mobile-entry .accordion-arrow {
    position: absolute;
    right: 10px;
  }
  .sortable-table table tbody .mobile-entry .accordion-arrow .arrow-icon {
    font-size: 18px;
    font-weight: 900;
    color: #333;
    pointer-events: none;
  }
  .sortable-table table tbody .item-accordion {
    border: 1px solid #EEE;
    padding: 15px;
  }
  .sortable-table table tbody .item-accordion.accordion-hidden {
    display: none;
  }
  .sortable-table table tbody .item-accordion .accordion-entry {
    display: flex;
    justify-content: space-between;
    padding: 4px;
  }
  .sortable-table table tbody .item-accordion .accordion-entry .accordion-label {
    font-weight: bold;
  }
}
.table-dropdown-modal {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #EEE;
  background: #FFF;
  color: #000;
  padding: 3px 10px;
  border-radius: 10px;
  display: block;
  position: absolute;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
  margin-left: -2px;
  z-index: 5;
}
.table-dropdown-modal::before {
  background: #FFF;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #EEE;
  border-radius: 3px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -5px;
  left: 23px;
  border-bottom: none;
  border-right: none;
}
.sortable-table-modal li .vis-button-container {
  min-width: 40px;
  max-width: 40px;
}
.sortable-table-modal li.menu-item {
  border-bottom: 1px solid #F8F8F8;
  padding: 3px 0;
}
.sortable-table-modal li.menu-item:first-child {
  border-top: 1px solid #F8F8F8;
}
.sortable-table-modal li.menu-item::before {
  font-size: 22px;
  content: url('https://smpfiles.blob.core.windows.net/site-content/grips.svg');
  white-space: pre-wrap;
  color: #CCC;
  display: block;
  width: 6px;
  height: 25px;
  margin-right: 15px;
}
.sortable-table-modal li.menu-item:hover {
  background: #E1F2FA;
}
.sortable-table-modal li.menu-item[draggable] {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.sortable-table-modal li.menu-item[draggable].dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.sortable-table-modal li .column-panel-toggle.RoundButton {
  margin: 0 !important;
  background-color: grey;
  color: #FFF;
  font-size: 12px;
}
.sortable-table-modal li .column-panel-toggle.RoundButton.is-visible {
  background-color: #25aae1;
}
.sortable-table-modal li .ForwardButtonShort {
  max-width: 60px;
}
.sortable-table-modal li.selected {
  background: #EEE;
}
.sortable-table-modal li .column-panel-option {
  display: inline-flex;
}
.sortable-table-modal li .column-panel-option.selected::after {
  background: rgba(0, 255, 0, 0.1);
}
.sortable-table-modal li .modal-entry {
  position: relative;
}
.icon-circle {
  font-size: 1rem;
  color: #FFF;
  background-color: #25aae1;
  border-radius: 24px;
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  min-width: 24px;
  text-align: center;
  line-height: 24px;
}
.icon-circle:not(.borderless).red {
  color: #FFF;
  background-color: #dd0000;
}
.icon-circle:not(.borderless).orange {
  color: #FFF;
  background-color: orange;
}
.icon-circle:not(.borderless).green {
  color: #FFF;
  background-color: #91cc00;
}
a:hover .icon-circle:not(.borderless) {
  filter: brightness(80%);
}
.icon-circle.borderless {
  border: none;
  font-size: 24px;
  background: #FFF;
}
.icon-circle.borderless.red {
  color: #dd0000;
}
.icon-circle.borderless.orange {
  color: orange;
}
.icon-circle.borderless.green {
  color: #91cc00;
}
.icon-circle.borderless.blue {
  color: #25aae1;
}
.icon-circle.inline {
  display: inline;
}
.dropdown-menu {
  justify-content: flex-end;
}
.dropdown-menu .menu-button {
  margin-top: 9px;
  padding: 0;
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  position: relative;
  font-size: 1.5rem;
}
.dropdown-menu .menu-modal {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #EEE;
  background: #FFF;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 93px;
  right: 15px;
  filter: drop-shadow(5px 5px 4px #ccc);
  z-index: 5;
}
.dropdown-menu .menu-modal button {
  width: 100%;
  display: flex;
}
.dropdown-menu .menu-modal button i {
  padding-right: 9px;
  width: 25px;
  line-height: 1;
}
.dropdown-menu .menu-modal button span {
  line-height: 21px;
}
.dropdown-menu .menu-modal::before {
  background: #FFF;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #EEE;
  border-radius: 3px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -5px;
  right: 17px;
  border-bottom: none;
  border-right: none;
}
.input-36char {
  width: 39ch;
}
.sortable-table th:first-child .checkbox {
  display: block;
  transform: translateX(6px);
}
.sortable-table td.checkbox {
  text-align: center;
}
.sortable-table th:first-child .checkbox label,
.sortable-table td.checkbox label {
  line-height: unset !important;
  padding-top: 1px !important;
}
.sortable-table th:first-child .checkbox label::before,
.sortable-table td.checkbox label::before {
  padding-right: 1px !important;
}
.sortable-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  width: 200px;
  height: 200px;
  pointer-events: none;
  display: none;
}
.flex-button-center {
  justify-content: center;
}
#FileManager .page-header {
  background-color: #f5f5f5;
  padding: 80px 20px 10px;
  margin: 0 -20px 20px;
  border: 1px solid #DDD;
  border-radius: 0 0 6px 6px;
}
#FileManager #Processing {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: #00000066;
  color: #FFF;
  text-align: center;
  padding: 60px 0;
}
#FileManager .BreadcrumbBar {
  margin: -8px -18px 8px !important;
}
#FileManager #FileListWrapper {
  overflow: auto;
  max-height: calc(100vh - 260px);
}
#FileManager #FileList {
  padding: 0 !important;
  align-items: flex-start;
}
#FileManager #FileList ul {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  list-style-type: none;
  margin: 0;
  padding: 6px;
  gap: 6px;
}
#FileManager #FileList .FileIcon {
  height: 60px;
  display: block;
  margin: auto;
  padding-top: 8px;
}
#FileManager #FileList li {
  position: relative;
  height: 120px;
  max-width: 160px;
  min-width: 120px;
  overflow: hidden;
  padding: 1px;
  background: #F2F2F2;
  border-radius: 10px;
  flex: 1;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
#FileManager #FileList li.image-tile {
  border: 1px solid #EEE;
}
#FileManager #FileList li.month-header {
  min-width: 100%;
  height: auto;
  text-align: left;
  font-weight: bold;
  background: transparent;
  padding: 6px 0;
  cursor: default;
  margin: 0;
}
#FileManager #FileList li img {
  max-width: 60px;
  max-height: 60px;
}
#FileManager #FileList li.image-tile a {
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
}
#FileManager #FileList li.image-tile img {
  max-height: none;
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#FileManager #FileList .ForwardButtonShort {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#FileManager #FileList .FileInfo {
  display: block;
  font-size: 12px;
  width: 100%;
  height: 56px;
  overflow: hidden;
  padding-top: 9px;
}
#FileManager #FileList .FileTime,
#FileManager #FileList .FileSize {
  color: #666;
  white-space: nowrap;
}
#FileManager #FileListHeader > div,
#FileManager #DirectoryListHeader > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#FileManager #FileListHeader button,
#FileManager #DirectoryListHeader button {
  margin-left: 3px;
}
#FileManager #DirectoryList {
  padding: 6px;
}
#FileManager #DirectoryList ul {
  align-items: stretch;
  margin: 0;
  padding: 0;
  gap: 6px;
  flex-wrap: wrap;
}
#FileManager #DirectoryList ul li {
  margin: 0;
  min-width: 200px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
#FileManager #DirectoryList ul li i {
  font-size: 18px;
  color: #25aae1;
  flex-grow: 0;
  margin-right: 9px;
}
#FileManager #FileUploadView {
  display: none;
}
#FileManager #SelectionToolbar {
  padding: 10px 0;
  margin-bottom: 10px;
}
#FileManager .SearchText {
  flex: 1;
}
#FileManager [insert-file],
#FileManager [delete-file] {
  display: none;
}
#FileManager #DirectoryList li.selected {
  background: #DDD;
}
#FileManager #FileList li .selection-shade {
  display: none;
  border: 1px solid black;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #25aae166;
}
#FileManager #FileList li .selection-shade i {
  left: calc(50% - 12px);
  font-size: 24px;
  display: block;
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 30px;
  color: #25aae1;
  position: absolute;
  top: calc(50% - 12px);
  line-height: 30px;
}
#FileManager #FileList li.selected .selection-shade {
  display: block;
}
#help-button-container {
  padding: 10px;
  height: 80px;
  width: 70px;
  position: fixed;
  border: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483647;
  transition: height;
}
#help-button-container.admin {
  right: auto;
  left: 0;
}
#help-button-container a {
  background-color: #25AAE1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 1px 2px 0 #7a869a;
  cursor: pointer;
  display: inline-block;
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  outline: none;
  font-size: 29px;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64UYK1X5pKQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N1X5pKQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0Uw.ttf) format('truetype');
}
@-moz-keyframes glow {
  0%,
  50% {
    box-shadow: none;
  }
  25% {
    box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.7);
  }
}
@-webkit-keyframes glow {
  0%,
  50% {
    box-shadow: none;
  }
  25% {
    box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.7);
  }
}
@keyframes glow {
  0%,
  50% {
    box-shadow: none;
  }
  25% {
    box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.7);
  }
}
.fade-in-on-view {
  position: relative;
  top: 60px;
  opacity: 0;
  transition: opacity ease-out 300ms, top ease-out 300ms;
}
.fade-in-on-view.in-view {
  opacity: 1;
  top: 0;
}
.site-content:has(#AdminMenuWrap) #AdminMenuWrap:has(div.open) ~ #OutWrapper {
  width: calc(100% - 305px);
}
.site-content:has(#AdminMenuWrap) #OutWrapper {
  width: calc(100% - 64px);
}
#AdminMenuWrap {
  flex: 0 0 auto;
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: fit-content;
  background-color: #FFF;
}
#AdminMenuWrap #admin-menu-root {
  height: 100%;
  width: fit-content;
}
@media (max-width: 870px) {
  #AdminMenuWrap:has(div.open) {
    position: fixed;
    z-index: 101;
  }
}
#OutWrapper {
  flex: 1;
  max-width: 100%;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v15/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ.ttf) format('truetype');
}
:root {
  --color-primary: #25aae1;
  --color-spinner-light: #cccccc;
  --color-dark: #494949;
  --color-dark-less: #969696;
  --label-dot-default-color: #cccccc;
  --positive-progress-color: #32936f;
  --negative-progress-color: #dd0000;
  --color-danger: #dd0000;
  --color-success: #32936f;
  --kpi-tile-header-color: #494949;
  --kpi-tile-footer-color: #969696;
  --percentage-color-00: #FF6E00;
  --percentage-color-20: #f5aa00;
  --percentage-color-40: #fce400;
  --percentage-color-60: #AADC00;
  --percentage-color-80: #56bf00;
  --percentage-color-00-dark: #B24D00;
  --percentage-color-20-dark: #AB7700;
  --percentage-color-40-dark: #B0A000;
  --percentage-color-60-dark: #779A00;
  --percentage-color-80-dark: #668F00;
  --kpi-lightest-gray: #e6e6e6;
  --kpi-light-border: 1px solid var(--kpi-lightest-gray);
  --kpi-font-size-h3: 18px;
  --kpi-tile-icon-size: 20px;
  --kpi-tile-header-icon-spacing: 5px;
  --kpi-tile-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --kpi-tile-padding: 20px;
}
.color-primary {
  color: var(--color-primary);
}
.color-danger {
  color: #dd0000;
}
.color-success {
  color: #32936f;
}
.color-dark,
.color-dark-500 {
  color: #494949;
}
.color-dark-300 {
  color: #969696;
}
.color-light,
.color-light-500 {
  color: #E2E2E2;
}
.unstyled-link {
  color: inherit;
  text-decoration: none;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-bold {
  font-weight: bold;
}
.card.horizontal-menu-container {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0 0 16px 0;
}
.card.horizontal-menu-container ul.horizontal-menu.kpi-horizontal-menu {
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.card.horizontal-menu-container ul.horizontal-menu.kpi-horizontal-menu > li {
  padding: 0;
}
.card.horizontal-menu-container ul.horizontal-menu.kpi-horizontal-menu .selected {
  border-bottom: 0;
}
.card.horizontal-menu-container ul.horizontal-menu.kpi-horizontal-menu .selected a {
  color: var(--color-primary);
  font-weight: 700;
}
.card.horizontal-menu-container ul.horizontal-menu.kpi-horizontal-menu li.menu-spacer {
  flex: 1;
}
:root {
  --kpi-tile-icon-size: 20px;
  --kpi-tile-header-icon-spacing: 5px;
  --kpi-tile-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --kpi-tile-padding: 20px;
}
.kpi-tile {
  box-shadow: var(--kpi-tile-box-shadow);
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kpi-tile > header {
  justify-content: flex-start;
}
.kpi-tile .subheader-group {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}
.kpi-tile .subheader-group .kpi-tile__sorting {
  white-space: nowrap;
  margin-left: auto;
  line-height: 16px;
  font-size: 14px;
  color: #35a8e0;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.kpi-tile .subheader-group .kpi-tile__sorting a {
  text-decoration: none;
}
.kpi-tile .subheader-group .kpi-tile__sorting i {
  font-size: 12px !important;
}
.kpi-tile .subheader-group h3 {
  margin-right: 4px !important;
  font-size: 20px;
  letter-spacing: 0.15px;
  color: #494949;
  font-family: 'Bebas Neue', sans-serif;
}
.kpi-tile .subheader-group i {
  font-size: 19px !important;
}
.kpi-tile h3.subheader {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #494949;
  font-family: 'Bebas Neue', sans-serif;
}
.kpi-tile .header-group {
  padding-top: var(--kpi-tile-padding);
  padding-left: var(--kpi-tile-padding);
  padding-right: var(--kpi-tile-padding);
  display: flex;
  align-items: center;
}
.kpi-tile .tile-header__title,
.kpi-tile header h2.title,
.kpi-tile header .title {
  font-size: 22px;
  margin: 0 !important;
  color: var(--kpi-tile-header-color);
  font-family: 'Bebas Neue', sans-serif;
}
.kpi-tile [data-tooltip] {
  margin-right: var(--kpi-tile-header-icon-spacing);
  font-size: var(--kpi-tile-icon-size);
}
.kpi-tile [data-controls] {
  margin-left: auto;
  font-size: var(--kpi-tile-icon-size);
  display: flex;
}
.kpi-tile [data-controls] > * {
  margin-left: var(--kpi-tile-header-icon-spacing);
}
.kpi-tile ul[data-indicators] {
  min-height: 17px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding: 0 var(--kpi-tile-padding);
  font-size: 14px;
  color: var(--kpi-tile-header-color);
}
.kpi-tile ul[data-indicators] > li {
  margin-right: 20px;
}
.kpi-tile ul[data-indicators] > li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 10px;
  vertical-align: middle;
}
.kpi-tile footer,
.kpi-tile [data-footer] {
  font-family: 'Bebas Neue', sans-serif;
  padding: 14px;
  text-align: center;
  border-top: var(--kpi-light-border);
  font-size: var(--kpi-font-size-h3);
  color: var(--kpi-tile-footer-color);
  margin: 0;
}
.wrapper-white-fill,
.kpi-tile-error-wrapper {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 500;
}
.wrapper-white-fill .kpi-tile-load-error,
.kpi-tile-error-wrapper .kpi-tile-load-error {
  padding: 16px;
  color: #BEBEBED3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 14px;
  text-align: center;
}
.split-wide__section {
  min-height: 370px;
}
.split-wide__section > .kpi-chart-error > .__container {
  padding: 0 !important;
}
.kpi-chart-error {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 500;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.kpi-chart-error > .container {
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.kpi-chart-error > .container > .content {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #BDBDBD;
  height: 100%;
  width: 100%;
}
.kpi-chart-error > .container > .content h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  margin: 0;
  color: #494949;
}
.kpi-chart-error > .container > .content h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0;
  color: #969696;
}
.util-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 36px 18px;
  min-height: 400px;
}
.util-error h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  margin: 0;
  color: #494949;
}
.util-error h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0;
  color: #969696;
}
.kpi-tile-load-error i,
.kpi-alert-icon {
  color: #E8E8E8;
  font-size: 56px;
  margin-bottom: 10px;
}
.kpi-alert-text {
  color: #BEBEBED3;
  font-size: 14px;
  text-align: center;
}
.flex-fill-and-center {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.kpi-tile-tooltip {
  background-color: #333;
  color: #fff;
  padding: 10px;
  position: absolute;
  z-index: 100;
  border-radius: 5px;
  font-size: 12px;
  display: none;
  max-width: 250px;
}
.kpi-tile-body {
  padding: var(--kpi-tile-padding);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.kpi-tile-body.split-wide > .split-wide__section {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .kpi-tile-body.split-wide > .split-wide__section {
    padding-right: 8px;
  }
  .kpi-tile-body.split-wide > .split-wide__section + .split-wide__section {
    padding-right: unset;
    padding-left: 8px;
  }
}
@media screen and (min-width: 1199px) {
  .kpi-tile-body.split-wide {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .kpi-tile-body.split-wide > .split-wide__section {
    width: 50%;
  }
  .split-wide__section .subheader-group {
    margin-top: 0;
  }
}
.kpi-tile [data-controls] > a {
  text-decoration: none;
}
[data-controls] {
  position: relative;
}
.tile__options-menu {
  display: none;
  border-radius: 5px;
  background-color: white;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  right: calc(50% - 10px);
  top: 36px;
  min-width: 205px;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.3)) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}
.tile__options-menu .tile__options-menu__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.tile__options-menu .tile__options-menu__container .tile__options-menu__item + .tile__options-menu__item {
  margin-top: 7px;
}
.tile__options-menu .tile__options-menu__container .tile__options-menu__item {
  width: 100%;
}
.tile__options-menu .tile__options-menu__container .tile__options-menu__item label {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #494949;
  margin-bottom: 4px;
}
.tile__options-menu .tile__options-menu__container .tile__options-menu__item select {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}
.tile__options-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: calc(100% - 30px);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
.tile__options-menu::after {
  content: '';
  position: absolute;
  top: 4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 5px;
  filter: inherit;
  z-index: -1;
}
.segment-icon-button-group {
  display: inline-flex;
  gap: 0;
  background-color: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 8px;
}
.segment-icon-button-group#revenue_vs_expense_toggle {
  border: 1px solid var(--color-primary);
}
.segment-icon-button-group > .radio-button {
  width: 40px;
  height: 23px;
  position: relative;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.segment-icon-button-group label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  cursor: pointer;
  border: 0 !important;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
}
.segment-icon-button-group input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.segment-icon-button-group input[type='radio'] {
  cursor: pointer;
  opacity: 0;
}
.segment-icon-button-group input[type='radio'] + label > i {
  color: #969696;
}
.segment-icon-button-group input[type='radio']:checked + label {
  cursor: pointer;
  background: var(--color-primary);
  color: white !important;
}
.segment-icon-button-group input[type='radio']:checked + label > i {
  color: white;
}
.kpi-header__btn.kpi-header__btn--switch {
  display: flex;
  align-items: center;
}
.day-type-switch-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.segment-button-group {
  display: inline-flex;
  gap: 0;
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 1px solid var(--color-primary);
  overflow: hidden;
}
.segment-button-group .segment-button {
  width: 100px;
  height: 34px;
  position: relative;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.segment-button-group .segment-button label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  border: 1px solid #ccc;
  z-index: 90;
  cursor: pointer;
  border: 0 !important;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.15px;
}
.segment-button-group .segment-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.segment-button-group .segment-button input[type='radio'] {
  opacity: 0;
}
.segment-button-group .segment-button input[type='radio'] + label > i {
  color: var(--color-primary);
}
.segment-button-group .segment-button input[type='radio']:checked + label {
  background: var(--color-primary);
  color: white !important;
}
.segment-button-group .segment-button input[type='radio']:checked + label > i {
  color: white;
}
.day-type-switch.anchors {
  display: inline-flex;
  gap: 0;
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 1px solid var(--color-primary);
  overflow: hidden;
}
.day-type-switch.anchors > a {
  width: 100px;
  height: 34px;
  position: relative;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: 18px;
  color: #494949;
  background-color: white;
}
.day-type-switch.anchors > a span {
  padding-top: 3px;
}
.day-type-switch.anchors > a i {
  margin-right: 5px;
  color: #969696;
  font-size: 16px;
}
.day-type-switch.anchors > a i .fa-calendar-day {
  padding-bottom: 2px;
}
.day-type-switch.anchors > a.active,
.day-type-switch.anchors > a.checked {
  background: var(--color-primary);
  color: white !important;
}
.day-type-switch.anchors > a.active i,
.day-type-switch.anchors > a.checked i {
  color: white;
}
.day-type-switch.radios {
  display: inline-flex;
  gap: 0;
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 1px solid var(--color-primary);
  overflow: hidden;
}
.day-type-switch.radios > .radio-button {
  width: 100px;
  height: 34px;
  position: relative;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day-type-switch.radios label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  border: 1px solid #ccc;
  z-index: 90;
  cursor: pointer;
  border: 0 !important;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: 27px;
}
.day-type-switch.radios input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.day-type-switch.radios input[type='radio'] {
  opacity: 0;
}
.day-type-switch.radios input[type='radio'] + label > i {
  color: var(--color-primary);
}
.day-type-switch.radios input[type='radio']:checked + label {
  background: var(--color-primary);
  color: white !important;
}
.day-type-switch.radios input[type='radio']:checked + label > i {
  color: white;
}
#kpi-dashboard .kpi-tile .segment-icon-button-group + [data-controls] {
  margin-left: unset !important;
}
.toggle--programs-brands {
  padding-left: var(--kpi-tile-padding);
  padding-right: var(--kpi-tile-padding);
  padding-top: 16px;
  padding-bottom: 24px;
}
.toggle--programs-brands__container {
  height: 16px;
  width: 100%;
  display: flex;
}
.toggle--programs-brands__item {
  flex: 1;
  text-align: center;
}
.toggle--programs-brands__item > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15;
  color: #969696;
  border-bottom: 1.5px solid #969696;
  padding: 3px 0;
  transition: opacity 0.2s linear;
}
.toggle--programs-brands__item > a:hover:not(.active) {
  opacity: 0.7;
}
.toggle--programs-brands__item > a.active {
  transform: translateY(-0.5px);
  color: var(--color-primary);
  border-bottom: 2.75px solid var(--color-primary);
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
}
.grid-container.auto-rows {
  grid-auto-rows: 1fr;
}
.grid-container#kpi-marketing-page {
  grid-auto-rows: minmax(544px, auto);
}
#kpi-finance-page .grid-container,
#kpi-statistics-page .grid-container {
  grid-auto-rows: minmax(560px, auto);
}
.cols-12,
.cols-8,
.cols-6,
.cols-4 {
  grid-column: span 12;
  grid-row: span 1;
}
#Spotlight__Tile1,
#Spotlight__Tile2,
#Spotlight__Tile3 {
  min-height: 690px;
}
#Spotlight__Tile4,
#Spotlight__Tile5 {
  min-height: 524px;
}
@media screen and (min-width: 992px) {
  .cols-6,
  .cols-4 {
    grid-column: span 6 !important;
  }
  .cols-12,
  .cols-8,
  .cols-6,
  .cols-4 {
    grid-row: span 1;
  }
}
@media screen and (min-width: 1200px) {
  .cols-8 {
    grid-column: span 8 !important;
  }
  .cols-6 {
    grid-column: span 6 !important;
  }
  .cols-4 {
    grid-column: span 4 !important;
  }
  .rows-1 {
    grid-row: span 1;
  }
  .rows-2 {
    grid-row: span 2 !important;
  }
}
.flex-container {
  display: flex;
  flex-direction: row;
  padding: 16px;
  gap: 16px;
}
.flex-container > div {
  flex: 0 0 auto;
}
.flex-container > .kpi-tile {
  min-height: 236px;
}
.smp .flex-container {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.horizontal-scroll-wrapper {
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
  overflow-x: scroll;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.horizontal-scroll-wrapper::-webkit-scrollbar {
  width: 0;
  display: none;
}
.hide-x-scroll {
  overflow-x: hidden !important;
}
.pagination-info {
  font-size: 14px !important;
}
.kpi-chart {
  position: relative;
}
.kpi-chart .invisible-bar {
  fill: rgba(255, 255, 255, 0);
}
.kpi-chart .invisible-bar.hoverable {
  transition: fill 0.3s ease-in-out;
}
.kpi-chart .invisible-bar.hoverable:hover {
  fill: rgba(255, 255, 255, 0.25);
}
.kpi-chart .y-axis text,
.kpi-chart .x-axis text {
  font-size: 12px;
  font-weight: 700;
  color: #494949;
  fill: #494949;
  letter-spacing: 0.15px;
}
.kpi-chart .x-axis .current-month {
  fill: #fff;
  font-weight: 700;
}
.kpi-chart .x-axis text.rotate-labels {
  transform: rotate(-45deg);
  text-anchor: end;
}
.kpi-chart .y-axis path {
  stroke-width: 0;
}
.kpi-chart .y-axis line.x-axis-line {
  stroke-width: 2;
  stroke: #494949;
}
.kpi-chart .y-axis line.x-axis-line-light {
  stroke-width: 1;
  stroke: #DDDDDD;
  opacity: 0.8;
}
.kpi-chart .y-axis line.grid-line-light {
  stroke: #DDDDDD;
  opacity: 0.8;
  stroke-width: 1;
  stroke-dasharray: 4, 3;
}
.kpi-chart line.tooltip-dashed-line {
  stroke: #494949;
  stroke-width: 1;
  stroke-dasharray: 3, 3;
}
.kpi-chart .grid-line {
  stroke: #DDDDDD;
  stroke-width: 1.25;
  stroke-dasharray: 5, 4.25;
}
.kpi-chart.multiline-chart > svg > g > g.y-axis > g:nth-child(2) > line {
  stroke-width: 1.5;
  stroke-dasharray: none;
}
.kpi-chart #RevenueVsExpenseTable {
  display: flex;
  flex-direction: column;
}
.kpi-rotated-label {
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.chart-small-labels {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9px !important;
  line-height: 9px !important;
  letter-spacing: 0.2px !important;
  color: #222;
  overflow: visible;
  text-anchor: start;
}
@media screen and (min-width: 1199px) {
  .donut-chart-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .split-wide__section.donut-chart-container {
    padding-left: 0;
    padding-top: 8px;
    padding-right: 16px;
  }
}
.tooltip.revenue_vs_expense,
.tooltip.stacked_bar_graph,
.tooltip.multiline-chart__tooltip {
  position: absolute;
  z-index: 10;
}
.tooltip.revenue_vs_expense .tooltip-content,
.tooltip.stacked_bar_graph .tooltip-content,
.tooltip.multiline-chart__tooltip .tooltip-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  text-align: left;
  color: #000;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.5px;
}
.tooltip.multiline-chart__tooltip {
  pointer-events: none;
}
.revenue-vs-expense-graph,
.waterfall-graph {
  position: relative;
}
.revenue-vs-expense-graph .domain {
  display: none;
}
span.tooltip-color {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.tooltip-content .no-wrap {
  white-space: nowrap;
}
.tooltip.revenue_vs_expense,
.tooltip.stacked_bar_graph {
  pointer-events: none;
}
.accounts-receivable-table .subheader-group > h3 {
  margin: 0;
}
table.kpi-program-table {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-collapse: collapse;
}
table.kpi-program-table .sortable-column {
  display: flex;
  align-items: center;
  width: 55px;
  justify-content: space-between;
}
table.kpi-program-table .sortable-column .sort-controls {
  font-size: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #BFBFBF;
}
table.kpi-program-table tbody tr {
  border-top: 1pt solid #e6e6e6;
}
table.kpi-program-table tbody img.ar-program-img {
  width: 32px;
}
table.kpi-program-table th {
  text-align: left;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 16px;
}
table.kpi-program-table td:not(.program-ar-name) {
  width: 45px;
  height: 45px;
}
table.kpi-program-table tr > td:first-child {
  padding-top: 6px;
  padding-top: 4px;
}
table.kpi-program-table td.program-ar-name {
  padding-left: 6px;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}
table.kpi-program-table td.program-ar-name > a {
  text-decoration: none;
}
table.kpi-program-table td.program-ar-value {
  font-weight: 700;
  color: #494949;
}
.bands-stat-outer {
  height: 100%;
  min-height: 440px;
  margin-bottom: -3rem;
}
.bands-stats {
  padding: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  height: calc(100% - 2 * var(--kpi-tile-padding));
}
.bands-stats .bands-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 100%;
  gap: 22px;
}
@media screen and (min-width: 1028px) {
  .bands-stats .bands-container {
    gap: 44px;
  }
}
.bands-stats .band-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.bands-stats .band-group .band-value {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.bands-stats .band-group .band {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: #dddddd;
  height: 100%;
  width: 100%;
}
.bands-stats .band-group .band-label {
  font-size: 12px;
  padding-top: 7px;
  height: 3rem;
  text-align: center;
}
.bands-stats .total-label {
  display: flex;
  justify-content: center;
  padding-top: 4px;
  margin-bottom: 0.5rem;
}
.bands-stats .total-label__label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.15;
  color: #666666;
}
.bands-stats .total-label__value {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.bands-stats .range-label {
  font-size: 11px;
  margin-bottom: 12px;
  text-align: right;
}
.donut-chart {
  max-width: 275px;
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.donut-chart .inner-value {
  font-size: 60px;
  fill: #494949;
  font-family: 'Bebas Neue', sans-serif;
  text-anchor: middle;
}
.donut-chart .inner-label {
  font-size: 18px;
  fill: #666666;
  font-weight: 400;
  text-anchor: middle;
}
.donut-chart text.inner-sublabel {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 11px;
  fill: #494949;
  text-anchor: middle;
}
.donut-chart svg {
  margin: 0 auto;
  display: block;
}
.donut-chart svg + .metric-key {
  margin-top: 24px;
}
.donut-chart .donut-chart__legend__label {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #666666;
  word-wrap: none;
}
.donut-chart .donut-chart__legend__sublabel {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #494949;
}
.donut-chart .donut-chart__legend__value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  line-height: 38px;
}
.attendance-gauge {
  margin-bottom: 0 !important;
}
.attendance-gauge .inner-label-event-item {
  fill: var(--color-primary) !important;
  text-anchor: middle;
  font-family: 'Roboto Condensed', sans-serif;
}
.attendance-gauge .inner-label-event-item > .value {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.attendance-gauge .inner-label-event-item > .label {
  font-size: 12.5px;
}
.metric-key,
.metric-key-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 18px;
}
.metric-key .label,
.metric-key-sm .label {
  letter-spacing: 0.15px;
  color: #666666;
  fill: #666666;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
}
.metric-key .value,
.metric-key-sm .value {
  font-family: 'Bebas Neue', sans-serif;
  color: #333333;
  fill: #333333;
}
.donut-chart + .metric-key {
  flex-wrap: wrap;
  gap: unset;
  row-gap: 5px;
  column-gap: 18px;
  padding-left: 12px;
  padding-right: 12px;
}
.metric-key-left {
  justify-content: flex-start;
}
.multiline-chart .metric-key {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
.stacked-bar-graph-2 .metric-key-left {
  position: absolute;
  top: 0;
  left: 0;
}
.metric-key .label {
  font-size: 14px;
  line-height: 16px;
}
.metric-key .value {
  font-size: 36px;
  line-height: 36px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .metric-key.shrinks {
    padding-top: 6px;
    gap: 11px;
  }
  .metric-key.shrinks .value {
    font-size: 31px;
    line-height: 31px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .metric-key.shrinks {
    padding-top: 4px;
    gap: 14px;
  }
  .metric-key.shrinks .value {
    font-size: 33px;
    line-height: 33px;
  }
}
.metric-key-sm .label {
  font-size: 12px;
  line-height: 14px;
}
.metric-key-sm .value {
  font-size: 26px;
  line-height: 26px;
}
.percentage-legend {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  margin: 20px 0;
  width: 100%;
  color: var(--kpi-tile-header-color);
}
.percentage-legend__label {
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-align: right;
  margin-right: 8px;
}
ul.percentage-legend__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  margin: 0;
  list-style: none;
}
ul.percentage-legend__items > li {
  width: 34px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  margin-left: 3px;
  border-radius: 10px;
}
.kpi-progress-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.kpi-progress-group h3 {
  color: var(--kpi-tile-header-color);
  font-size: var(--kpi-font-size-h3);
  margin: 0 !important;
  font-family: 'Bebas Neue', sans-serif;
}
.kpi-progress-group .kpi-progress {
  border-top: var(--kpi-light-border);
}
.kpi-progress-group .kpi-progress:last-of-type {
  border-bottom: var(--kpi-light-border);
}
.kpi-progress-group > .percentage-legend {
  margin-bottom: 0;
}
.kpi-progress-group > .kpi-progress-list {
  width: 100%;
  height: 100%;
}
.kpi-progress {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
h3 + .kpi-progress {
  padding-top: 10px !important;
}
.kpi-progress__img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.kpi-progress__img-wrapper > img {
  max-width: 100%;
  width: 45px;
}
.kpi-progress__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
.kpi-progress__header {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.kpi-progress__label-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2px;
  padding-left: 0;
  margin: 0;
}
ul.kpi-progress__label-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
ul.kpi-progress__label-group > li {
  margin-right: 10px;
  list-style-type: none;
  font-size: 12px;
  line-height: 22px;
}
ul.kpi-progress__label-group > li > b {
  white-space: nowrap;
  display: inline-block;
  min-width: 3rem;
}
ul.kpi-progress__label-group > li:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--label-dot-default-color);
  margin-right: 3px;
  vertical-align: middle;
}
.percentage-color-80-dark,
.li-percentage-color-80-dark:before {
  background-color: var(--percentage-color-80-dark) !important;
}
.percentage-color-60-dark,
.li-percentage-color-60-dark:before {
  background-color: var(--percentage-color-60-dark) !important;
}
.percentage-color-40-dark,
.li-percentage-color-40-dark:before {
  background-color: var(--percentage-color-40-dark) !important;
}
.percentage-color-20-dark,
.li-percentage-color-20-dark:before {
  background-color: var(--percentage-color-20-dark) !important;
}
.percentage-color-00-dark,
.li-percentage-color-00-dark:before {
  background-color: var(--percentage-color-00-dark) !important;
}
.percentage-color-80,
.li-percentage-color-80:before {
  background-color: var(--percentage-color-80) !important;
}
.percentage-color-60,
.li-percentage-color-60:before {
  background-color: var(--percentage-color-60) !important;
}
.percentage-color-40,
.li-percentage-color-40:before {
  background-color: var(--percentage-color-40) !important;
}
.percentage-color-20,
.li-percentage-color-20:before {
  background-color: var(--percentage-color-20) !important;
}
.percentage-color-00,
.li-percentage-color-00:before {
  background-color: var(--percentage-color-00) !important;
}
.kpi-progress__end-cap {
  width: 57px;
  display: flex;
  align-items: start;
  justify-content: flex-end;
  height: 100%;
  padding-top: 19px;
  align-self: flex-start;
  -moz-box-align: start;
}
.kpi-progress__end-cap__value {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.kpi-progress__end-cap__value > i {
  padding-right: 2px;
}
.kpi-progress__end-cap__value.positive {
  color: var(--positive-progress-color);
}
.kpi-progress__end-cap__value.negative {
  color: var(--negative-progress-color);
}
.kpi-progress [data-bars] {
  position: relative;
  min-height: 16px;
}
.kpi-tryout-progress [data-bars] {
  position: relative;
  min-height: 20px;
}
.kpi-progress [data-bars] > div[data-bar],
.kpi-progress .data-bar-spacer,
.kpi-tryout-progress [data-bars] > div[data-bar],
.kpi-tryout-progress .data-bar-spacer {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 16px;
  border-radius: 12px;
}
.kpi-tryout-progress [data-bars] > div[data-bar],
.kpi-tryout-progress .data-bar-spacer {
  min-height: 20px;
}
.kpi-progress .data-bar-spacer,
.kpi-tryout-progress .data-bar-spacer {
  background-color: white;
  transform: translate(3px, -2px);
  border-radius: 10px;
  min-height: 20px;
}
.kpi-progress .data-bar-spacer.has-negative,
.kpi-tryout-progress .data-bar-spacer.has-negative {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[data-bar].is-negative {
  background-color: var(--negative-progress-color);
}
.is-exceeded {
  display: flex;
  height: 100%;
  position: absolute;
  background-color: transparent;
  justify-content: flex-end;
}
.is-exceeded > .indicator {
  height: 16px;
  width: 8px;
  margin-left: auto;
}
.is-exceeded > .indicator > .indicator__inner {
  height: 100%;
  width: 100%;
  border-left: 2px solid white;
  border-right: 2px solid white;
  background-color: var(--label-dot-default-color);
}
.li-is-negative:before {
  background-color: var(--negative-progress-color) !important;
}
.kpi-tryout-progress .data-bar-spacer {
  min-height: 24px;
}
.kpi-progress [data-bar]:first-of-type,
.kpi-tryout-progress [data-bar]:first-of-type {
  background-color: #cccccc;
  border: 0 !important;
  width: 100% !important;
  /* background-color: #e2e2e2; */
}
.kpi-progress [data-bar].has-negative,
.kpi-tryout-progress [data-bar].has-negative {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.tile-split .kpi-progress__end-cap {
  display: none;
}
.econ-units-container {
  min-height: 252px;
}
.econ-units-container .kpi-tile {
  min-width: 455px;
}
.kpi-tile .economic-unit-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.kpi-tile .economic-unit {
  min-width: 130px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  padding: 16px;
  min-width: 200px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.kpi-tile .economic-unit__label {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #666666;
  margin-bottom: 8px;
}
.kpi-tile .economic-unit__value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  line-height: 54px;
  color: #494949;
  font-weight: 400;
  margin-bottom: 4px;
}
.kpi-tile .economic-unit__value.positive {
  color: #32936f;
}
.kpi-tile .economic-unit__value.negative {
  color: #dd0000;
}
.kpi-tile .economic-unit__value.neutral {
  color: #494949;
}
.kpi-tile .economic-unit__subLabel {
  font-family: 'Roboto', sans-serif;
  height: 14px;
  font-size: 12px;
  letter-spacing: 0.15px;
  color: #666666;
  margin-top: -6px;
  margin-bottom: 6px;
  font-weight: bold;
}
.kpi-tile .economic-unit__trend {
  font-size: 9px;
  line-height: 11px;
  color: #494949;
  letter-spacing: 0.5px;
}
.kpi-tile .economic-unit__trend .trend-value {
  font-weight: 700;
  font-size: 14px;
}
.kpi-tile .economic-unit__trend .trend-value.positive {
  color: #32936f;
}
.kpi-tile .economic-unit__trend .trend-value.negative {
  color: #dd0000;
}
.kpi-tile .economic-unit__trend .trend-value.neutral {
  color: #969696;
}
/*! Tryouts Styles*/
@keyframes fadeInOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kpi-tryouts-tile {
  animation: fadeInOpacity 0.5s ease-in;
}
.kpi-tryouts-tile .kpi-tile-body {
  padding-bottom: 0 !important;
}
.kpi-tryouts-tile .tryout-bar-graph {
  min-height: 350px;
}
.kpi-tryouts-tile .tryout-bar-graph > svg {
  overflow: visible;
}
.kpi-tryouts-tile .tryout-bar-graph .kpi-chart-error {
  margin-bottom: 18px;
}
.kpi-tryouts-tile .tryout-bar-graph .kpi-chart-error > .container {
  padding: 0 !important;
}
.kpi-tryouts-tile .tryout-bar-graph .x-axis.hover-effect-dim .kpi-rotated-label {
  opacity: 0.6;
}
.kpi-tryouts-tile .tryout-bar-graph .kpi-rotated-label {
  transition: opacity 0.05s ease-out;
}
.kpi-tryouts-tile .tryout-bar-graph .label-hover-effect {
  opacity: 1 !important;
  color: black;
}
.kpi-tryouts-tile .tryout-bar-graph .tryout-retention-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #494949;
  fill: #494949;
  font-family: 'Roboto', sans-serif;
  display: inline-flex;
}
.tryout-header {
  width: 100%;
}
.tryout-header .tryout-header-wrapper {
  margin-bottom: 30px;
}
.tryout-header .tryout-header-wrapper .tryout-header-image-and-radial {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  padding-bottom: 20px;
}
.tryout-header .tryout-header-wrapper .tryout-team-image {
  text-align: right;
}
.tryout-header .tryout-header-wrapper .tryout-team-image img {
  max-width: 120px;
  border-width: 1px;
  border-style: solid;
  border-color: #E2E2E2;
  border-radius: 50%;
  overflow: visible;
}
.tryout-header .tryout-progress-bar {
  position: relative;
}
.tryout-header .tryout-progress-bar .bar {
  height: 20px;
  border-radius: 10px;
  position: absolute;
}
.tryout-header .tryout-progress-bar .bar-future {
  position: relative;
  background-color: #e2e2e2;
}
.tryout-header .tryout-progress-bar .bar-past {
  z-index: 10;
  background-color: #bfbfbf;
  top: 0;
  left: 0;
}
.tryout-header .tryout-progress-bar .bar-present {
  z-index: 10;
  width: 20px;
  height: 20px;
  top: 0;
  border: 2px solid white;
}
.tryout-header .tryout-progress-bar-labels {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15px;
  padding-top: 6px;
  color: #494949;
  fill: #494949;
  font-family: 'Roboto', sans-serif;
}
.tryout-header .tryout-progress-bar-labels > div b {
  display: block;
}
.tryout-header .tryout-progress-bar-labels > .start {
  text-align: left;
}
.tryout-header .tryout-progress-bar-labels > .end {
  text-align: right;
}
.radial-progress-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.radial-progress-2 .radial-progress-2-icon {
  color: white;
  position: absolute;
  font-size: 12px;
  z-index: 5;
}
.radial-progress-2 .gauge-description {
  text-align: center;
}
.radial-progress-2 .gauge-description > div {
  white-space: nowrap;
  overflow: hidden;
}
.radial-progress-2 .gauge-description .gauge-title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.15px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  color: #494949;
  fill: #494949;
}
.radial-progress-2 .gauge-description .gauge-subtitle {
  color: #494949;
  fill: #494949;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.radial-progress-2 .gauge-description .tryout-status {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: #494949;
  fill: #494949;
  margin-top: 6px;
  font-family: 'Roboto', sans-serif;
}
.radial-progress-2 .gauge-description .tryout-status i {
  color: var(--percentage-color-80);
}
.radial-progress-2 .gauge-description .tryout-status.open i {
  color: var(--percentage-color-80);
}
.radial-progress-2 .gauge-description .tryout-status.closed i {
  color: var(--negative-progress-color);
}
.radial-progress-2 .radial-progress-gauge .radial-progress-gauge-label {
  font-size: 36px !important;
  text-anchor: middle !important;
  font-weight: bold !important;
  fill: #494949 !important;
  color: #494949 !important;
  font-family: 'Bebas Neue', sans-serif !important;
  opacity: 0.85 !important;
}
.not-called-alert {
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 9px 16px;
  margin-bottom: 12px;
  margin-top: 18px;
}
.not-called-alert .number-indicator {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: 36px;
  font-family: 'Bebas Neue', sans-serif;
}
.not-called-alert .number-indicator > i {
  font-size: 24px;
  padding-bottom: 4px;
  margin-right: 4px;
}
.not-called-alert .number-indicator.negative {
  color: var(--negative-progress-color);
}
.not-called-alert .number-indicator.positive {
  color: #56bf00;
}
.not-called-alert p.not-called-alert__text {
  font-size: 12px;
  letter-spacing: 0.15px;
  color: #666666;
  margin-bottom: 0;
  margin: 0 16px;
  flex: 1;
  line-height: 16px;
}
.not-called-alert a.call-list-link {
  margin-right: auto;
  font-size: 11px;
  color: #666666;
  text-align: right;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.not-called-alert a.call-list-link i {
  font-size: 17px;
  margin-left: 7px;
}
#kpi-schedule-page #schedule-tile.kpi-tile {
  overflow: unset;
  min-height: 600px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-spinner {
  border-radius: inherit;
}
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-filtering,
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-paginating {
  height: 600px;
  overflow: hidden !important;
}
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-filtering .schedule__events-list-group,
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-paginating .schedule__events-list-group {
  opacity: 0;
}
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-filtering .kpi-tile-body,
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-paginating .kpi-tile-body {
  height: 534px;
}
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-filtering .kpi-spinner {
  height: 534px;
}
#kpi-schedule-page #schedule-tile.kpi-tile.tile-is-paginating .kpi-spinner {
  height: 300px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements div.expand-all-button-wrapper {
  text-align: right;
  padding: 6px 0;
  margin-left: -6px;
  margin-right: -6px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements div.expand-all-button-wrapper button.expand-all-button {
  background: none;
  border: none;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 10px;
  padding-bottom: 8px;
  cursor: pointer;
  outline: inherit;
  color: var(--color-primary);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  border-radius: 4px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements div.expand-all-button-wrapper button.expand-all-button:hover {
  opacity: 0.8;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements div.expand-all-button-wrapper button.expand-all-button:focus {
  outline: 1px dotted var(--color-primary);
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__radials {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__radials > .schedule-radial {
  border: 1px solid #E2E2E2;
  flex: 1;
  margin-bottom: 16px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events .kpi-chart-error > .container {
  padding: 0 !important;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group {
  display: flex;
  gap: 32px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__date {
  width: 7em;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__date > .sticky-date {
  position: sticky;
  top: 0;
  z-index: 1;
  flex: 1;
  background-color: white;
  border: 1px #E2E2E2 solid;
  padding: 10px 12.5px;
  border-radius: 6px;
  color: #494949;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__date > .sticky-date.modifier-today {
  background-color: #F8F8F8;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items {
  flex: 1;
  overflow: hidden;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item {
  border-top: 1px solid #E2E2E2;
  padding: 16px 0;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body {
  display: flex;
  flex-direction: row;
  padding: 0 16px;
  align-items: flex-start;
  position: relative;
  gap: 32px;
  color: #494949;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column {
  line-height: 1.6;
}
@media (max-width: 1400px) {
  #kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] {
    flex-basis: 25%;
  }
}
@media (min-width: 1401px) {
  #kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] {
    flex-basis: 20%;
  }
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] > .column-item {
  line-height: 20px;
  margin-bottom: 8px;
  display: flex;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] > .column-item > .icon,
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] > .column-item > .value {
  display: inline-block;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] > .column-item:last-child {
  margin-bottom: 0;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] > .column-item div.icon {
  color: #CCCCCC;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 8px;
  vertical-align: middle;
  flex-basis: 20px;
  flex-shrink: 0;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] > .column-item div.icon > i {
  font-size: 16px;
  line-height: 16px;
  padding-top: 2px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] .column-item.times .value {
  font-size: 18px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] .column-item.event-type .value {
  font-size: 14px;
  font-weight: 700;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] .column-item.location .value {
  font-size: 14px;
  font-weight: 700;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="1"] .column-item.location .value a {
  padding: 0 !important;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="2"] {
  line-height: 0 !important;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  width: 85px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="2"] img.logo {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  object-fit: cover;
  margin-bottom: 8px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="2"] div.logo {
  margin-left: auto;
  margin-right: auto;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 18px;
  color: #ccc;
  content: ' ';
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="2"] .subtype {
  font-size: 14px;
  line-height: 16px;
  color: #494949;
  white-space: nowrap;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="2"] .subtype i {
  color: #969696;
  font-size: 16px;
  margin-right: 4px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] {
  flex: 1;
  font-size: 14px;
  line-height: 16px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .column-item {
  margin-bottom: 8px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .column-item:last-child {
  margin-bottom: 0;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .column-item i {
  font-size: 10px;
  margin-right: 8px;
  color: #cccccc;
  padding-bottom: 2px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .event-name {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .event-name.link-disabled .fa-link-slash {
  opacity: 0;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .event-name.link-disabled:hover {
  cursor: default;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .event-name.link-disabled:hover a {
  color: #494949 !important;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .event-name.link-disabled:hover .fa-link-slash {
  display: inline-block;
  opacity: 1;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] .event-name.link-disabled a {
  pointer-events: none;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column[data-column="3"] a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
  padding: none !important;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance > div.attendance-gauge {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance > ul.attendance-key {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.15;
  line-height: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #494949;
  width: 100px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance > ul.attendance-key li {
  padding-bottom: 12px;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance > ul.attendance-key li:last-child {
  padding-bottom: 0;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance > ul.attendance-key li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #E2E2E2;
  border: 0.25px solid #969696;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance > ul.attendance-key li.yes::before {
  background-color: #56BF00;
}
#kpi-schedule-page #schedule-tile.kpi-tile .kpi-tile-body > #schedule-elements section.schedule__events > .schedule__events-list-group > div.events-list-group__items .event-list-item .event-body .event-item-column.attendance > ul.attendance-key li.no::before {
  background-color: #DD0000;
}
.event-attendance-modal .event-attendance-modal-body {
  padding-top: 16px;
}
.event-attendance-modal table.event-attendance-table {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  text-align: left;
  color: #494949;
}
.event-attendance-modal table.event-attendance-table i.yes {
  color: #32936f;
}
.event-attendance-modal table.event-attendance-table i.no {
  color: #dd0000;
}
.event-attendance-modal table.event-attendance-table i.maybe {
  color: #666666;
}
.event-attendance-modal table.event-attendance-table th {
  font-weight: 700;
  padding: 8px 16px;
}
.event-attendance-modal table.event-attendance-table th.th-attendance > span {
  display: inline-block;
  margin-left: 8px;
}
.event-attendance-modal table.event-attendance-table td {
  padding: 0px 16px;
  border-top: 1px solid #E2E2E2;
}
.event-attendance-modal table.event-attendance-table .td-attendance-icon {
  font-size: 16px;
}
.bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.unset-overflow {
  overflow: unset !important;
}
.event-item-column.attendance.modal-trigger {
  cursor: pointer !important;
  margin: -10px;
  padding: 10px;
  border-radius: 10px;
  transition: background-color 0.2s ease-in-out;
}
.event-item-column.attendance.modal-trigger:hover {
  background-color: #F8F8F8;
}
.event-item-column.attendance.modal-trigger:active {
  background-color: #E2E2E2;
}
.event-item-column.attendance.modal-trigger:focus {
  outline: 1px dotted var(--color-primary);
}
#event-attendance-frame .container {
  padding: 10px;
}
#event-attendance-frame .event-attendance-table .sortable-table table {
  max-height: unset;
}
#event-attendance-frame .event-attendance-table table .th-attendance i.yes,
#event-attendance-frame .event-attendance-table table .td-attendance i.yes {
  color: #32936f;
}
#event-attendance-frame .event-attendance-table table .th-attendance i.no,
#event-attendance-frame .event-attendance-table table .td-attendance i.no {
  color: #dd0000;
}
#event-attendance-frame .event-attendance-table table .th-attendance i.maybe,
#event-attendance-frame .event-attendance-table table .td-attendance i.maybe {
  color: #666666;
}
#event-attendance-frame .event-attendance-table table .th-attendance > span {
  display: inline-block;
  margin-left: 8px;
}
#event-attendance-frame .event-attendance-table table .td-attendance {
  display: flex;
}
#event-attendance-frame .sortable-table .top-nav .menu-button {
  position: relative;
}
#event-attendance-frame i.team-manager-message-tip {
  font-size: 1rem !important;
  position: absolute !important;
  right: -2px;
  bottom: -2px;
  line-height: 1 !important;
}
#event-attendance-frame .table-dropdown-modal {
  margin-left: -10px;
  top: 0px;
}
#event-attendance-frame .table-dropdown-modal button {
  position: relative;
  padding: 0px 6px;
}
#event-attendance-frame .table-dropdown-modal .after-button {
  padding-left: 10px;
}
#event-attendance-frame .table-dropdown-modal {
  margin-left: -111px;
  padding: 3px 0;
}
#event-attendance-frame .table-dropdown-modal::before {
  left: 123px;
}
#event-attendance-frame .table-dropdown-modal .dropdown-option {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
#event-attendance-frame .table-dropdown-modal .dropdown-option:hover {
  background-color: #E2E2E2;
}
#event-attendance-frame .sortable-table table {
  display: table;
}
#retention-list {
  padding: 18px;
}
#retention-list .section-label-group {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
#retention-list .section-label-group .gray-circle {
  background-color: #E2E2E2;
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
#retention-list .section-label-group .title {
  flex: 1;
}
#retention-list .section-label-group .title h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
#retention-list .section-label-group .title p {
  font-size: 15px;
  color: #494949;
  margin-bottom: 0;
}
#retention-list .filters-columns-set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#retention-list .filters-columns-set.comparison-filters {
  gap: 16px;
}
#retention-list .filters-columns-set.extra-filters {
  column-gap: 56px;
}
#retention-list .filters-columns-set .filters-column-break {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  align-self: center;
}
@media screen and (max-width: 1070px) {
  #retention-list .filters-columns-set .filters-column-break {
    width: 100%;
    text-align: center;
  }
}
#retention-list .filters-columns-set .filters-column {
  flex: 1;
  min-width: 370px;
}
#retention-list .filters-columns-set .filters-column.boxed {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background-color: #f8f8f8;
  min-height: 211px;
}
#retention-list .filters-columns-set .filters-column h3.filters-column-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px 0;
}
#retention-list .filters-columns-set .filters-column p.filters-column-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0 0 8px 0;
  line-height: 16px;
}
#retention-list .container {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: var(--kpi-tile-box-shadow);
  margin-bottom: 24px;
}
#retention-list .container .numeric-textbox-pair [data-type="Number"] {
  width: 100%;
}
#retention-list .container ul.input-rows > li {
  padding-left: 0;
  padding-right: 0;
  min-height: 45px;
}
#retention-list .container ul.input-rows > li > div {
  gap: 8px;
}
#retention-list .container .sublabel {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15px;
  color: #969696;
  font-weight: 400;
  display: block;
}
#retention-list .container .toggle-collapse {
  color: #494949;
  font-size: 18px;
  transition: 0.2s ease-in-out transform;
}
#retention-list .container .collapsible-body {
  height: auto;
  overflow: hidden;
}
#retention-list .container.collapsible.collapsed .toggle-collapse > i {
  transform: rotate(180deg);
}
#retention-list .container .container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#retention-list .dashboard-widgets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#retention-list .dashboard-widgets .widget {
  min-width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  min-height: 136px;
  padding: 10px;
  box-shadow: 0px 0px 2px 0px #00000059;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 760px) {
  #retention-list .dashboard-widgets .widget {
    min-width: 33.33333%;
  }
}
@media (min-width: 1290px) {
  #retention-list .dashboard-widgets .widget {
    min-width: 200px;
    width: unset;
  }
}
#retention-list .dashboard-widgets .widget p {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 12px;
}
#retention-list .dashboard-widgets .widget h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#retention-list .dashboard-widgets .widget[data-type="unit"] {
  color: #494949;
}
#retention-list .dashboard-widgets .widget[data-type="unit"] .display-number {
  font-size: 60px;
  height: 60px;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
}
#retention-list .dashboard-widgets .widget[data-type="unit"] p {
  font-family: 'Roboto Condensed', sans-serif;
}
#retention-list .dashboard-widgets .widget.disabled-widget {
  color: #E2E2E2;
}
#retention-list .dashboard-widgets .widget .radial-progress-2.disabled-widget .radial-progress-gauge-label {
  fill: #E2E2E2 !important;
}
#retention-list .dashboard-widgets .widget .radial-progress-2.disabled-widget .gauge-description,
#retention-list .dashboard-widgets .widget .radial-progress-2.disabled-widget .gauge-title,
#retention-list .dashboard-widgets .widget .radial-progress-2.disabled-widget .gauge-subtitle {
  color: #E2E2E2;
  stroke: #E2E2E2;
  fill: #E2E2E2;
}
#retention-list .filter-type-container {
  display: flex;
  padding-bottom: 23px;
  padding-top: 10px;
  align-items: flex-start;
}
@media (min-width: 830px) {
  #retention-list .filter-type-container {
    align-items: center;
  }
}
#retention-list .filter-type-container > label {
  padding-top: 0;
  height: 30px;
  align-items: center;
  justify-content: flex-start;
  display: flex !important;
  flex-direction: row;
}
@media (min-width: 1350px) {
  #retention-list .filter-type-container > label {
    flex: 1;
  }
}
@media (max-width: 1349px) {
  #retention-list .filter-type-container > label {
    width: 120px;
  }
}
#retention-list .filter-type-container .radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 18px;
  width: 100%;
}
@media (min-width: 1350px) {
  #retention-list .filter-type-container .radio-group {
    flex: 4;
  }
}
@media (max-width: 829px) {
  #retention-list .filter-type-container .radio-group {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
@media (min-width: 830px) {
  #retention-list .filter-type-container .radio-group {
    flex-direction: row;
    gap: 30px;
    height: 30px;
  }
}
#retention-list .filter-type-container .radio-group > span {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
#retention-list .action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
#retention-list ._overlay_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-grow-unset {
  flex-grow: unset !important;
}
.filter-type-selection {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}
.filter-type-selection > .section-label-group {
  width: auto !important;
  margin-right: 24px;
  margin-bottom: 0 !important;
}
.filter-type-selection > label {
  margin-right: 1rem;
}
.filter-type-selection #filter-type-button-group.segment-button-group .segment-button i {
  color: #969696;
  margin-right: 0.5rem;
}
.filter-type-selection #filter-type-button-group.segment-button-group .segment-button.checked i {
  color: #fff;
}
.filter-type-selection #filter-type-button-group.segment-button-group .segment-button.focused i {
  color: #fff !important;
}
.filter-type-selection #filter-type-button-group.segment-button-group .segment-button:first-child {
  width: 13.25rem;
}
.filter-type-selection #filter-type-button-group.segment-button-group .segment-button:last-child {
  width: 16.5rem;
}
#heat-map-element.kpi-tile {
  display: block;
  margin-bottom: 20px;
}
#heat-map-element.kpi-tile .kpi-tile-body {
  height: 850px;
  max-height: 80vh;
  flex: none;
}
#heat-map-element #map-instance {
  height: 100%;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
}
h3.info-window__header {
  margin-top: 0;
}
ul.info-window__content.registrants-data {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
ul.info-window__content.registrants-data ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.marker__content {
  background-color: #E2E2E2;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  color: #494949;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
  opacity: 0.8;
  transition: ease-out all 0.2s;
}
.marker__content.highlight {
  background-color: #FFC107;
}
.marker__content:hover {
  opacity: 1;
  scale: 1.15;
  color: black;
  background-color: white;
}
.marker__content:hover h3 {
  color: var(--color-primary);
}
.marker__content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.marker__content h3 i {
  margin-right: 5px;
}
.marker__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.marker__content::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--color-primary);
}
.map-reset-button {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF !important;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px -1px;
  cursor: pointer;
  color: #333333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: center;
  height: 39px !important;
  margin: 10px !important;
  padding: 0 12px !important;
}
.map-reset-button:hover {
  color: #000 !important;
}
/* HTML marker styles */
.custom-marker {
  background-color: var(--color-primary);
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  color: #FFFFFF;
  font-size: 12px;
  padding: 8px 12px;
  position: relative;
  transition: all 0.2s ease-out;
}
.custom-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--color-primary);
}
.custom-marker.brand {
  background-color: #0c435a;
}
.custom-marker.brand::after {
  border-top-color: #0c435a;
}
.custom-marker:hover {
  scale: 1.15;
}
.bounds-marker__content {
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px -1px;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  padding: 14px;
  position: relative;
}
.bounds-marker__content h3 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 8px;
}
.bounds-marker__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#kpi-dashboard {
  font-family: 'Roboto', sans-serif;
}
#kpi-dashboard .html-key {
  display: flex;
  justify-content: center;
}
#kpi-dashboard .html-key > .html-key-child {
  text-align: left;
  flex: unset;
}
#kpi-dashboard .html-key .html-key-child + .html-key-child {
  margin-left: 18px;
}
#kpi-dashboard .html-key .label {
  font-size: 14px;
  color: #666666;
  padding-bottom: 4px;
  font-weight: 400;
}
#kpi-dashboard .html-key .value {
  font-size: 36px;
  color: #333333;
}
#kpi-dashboard .html-key.pb {
  padding-bottom: 36px;
}
.kpi-dashboard-panel {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.kpi-dashboard-panel.smp-multi-page-hidden {
  opacity: 0;
}
.pie-gauge-height {
  min-height: 500px;
}
#KpiModalFilter .smp-modal .smp-modal-element {
  overflow: auto;
  /* Fixes the modal scroll by allowing select box to overflow */
}
#KpiModalFilter .smp-modal .checkbox.checkbox--kpi-modal {
  max-width: 110px;
  padding-left: 7px;
}
#KpiModalFilter .smp-modal .action-row--kpi-modal {
  margin-top: 6px;
}
.kpi-dashboard-header {
  justify-content: space-between;
  display: flex;
}
#kpi-dashboard__as-of-time {
  color: #494949;
  font-size: 12px;
  line-height: 9px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.kpi-dashboard-header__button-group {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
button.kpi-header__btn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
}
.kpi-header__btn + .kpi-header__btn {
  margin: 0 0 0 7px;
}
[data-view="chart"] {
  overflow: hidden !important;
}
table.revenue-expense-table {
  width: 100%;
  border-collapse: collapse;
}
table.revenue-expense-table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
table.revenue-expense-table th {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  color: #494949;
}
table.revenue-expense-table th > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
table.revenue-expense-table th > div .col-sort {
  display: flex;
  flex-direction: column;
  font-size: 7px;
  color: #BFBFBF;
}
table.revenue-expense-table tr {
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}
table.revenue-expense-table tbody tr:last-child {
  border-bottom: 0;
}
table.revenue-expense-table td {
  padding: 10px 0;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: 21px;
}
table.revenue-expense-table td.revenue-expense-table__value {
  text-align: right;
}
table.revenue-expense-table td a {
  text-decoration: none;
}
#kpi-dashboard .transitioning {
  opacity: 1;
  transition: ease 0.5s opacity;
}
#kpi-dashboard .transitioning.loading {
  opacity: 0;
}
.kpi-spinner {
  display: flex;
  max-height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 501;
  padding: var(--kpi-tile-padding);
  background-color: #fff;
}
.kpi-spinner .spin {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: var(--color-primary);
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}
@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 var(--color-spinner-light), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 var(--color-spinner-light), 100px 0 var(--color-spinner-light), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 var(--color-spinner-light), 110px 0 var(--color-spinner-light), 100px 0 var(--color-spinner-light), 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 var(--color-spinner-light), 120px 0 var(--color-spinner-light), 110px 0 var(--color-spinner-light), 100px 0 var(--color-spinner-light);
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--color-spinner-light), 120px 0 var(--color-spinner-light), 110px 0 var(--color-spinner-light);
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--color-spinner-light), 120px 0 var(--color-spinner-light);
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--color-spinner-light);
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}
#KpiModalFilter .checkbox {
  max-width: 110px !important;
  padding-left: 7px !important;
}
.h-100 {
  height: 100%;
}
.p-relative {
  position: relative;
}
.tile-alert-parent,
.kpi-spinner-parent {
  position: relative;
  height: 100%;
}
#kpi-dashboard .smp-modal-element {
  overflow: visible !important;
}
.kpi-tile-tooltip {
  max-width: 200px;
}
ul.simple-list {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.simple-list li {
  padding: 5px 0;
  list-style: none;
  border-left: none;
}
ul.plain-list,
ol.plain-list {
  padding-left: 0;
}
ul.plain-list li,
ol.plain-list li {
  list-style: none;
}
ul label:first-child:not(.grit-input-control label),
ol label:first-child:not(.grit-input-control label) {
  color: #444;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Condensed";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
ul label:first-child:not(.grit-input-control label) em,
ol label:first-child:not(.grit-input-control label) em {
  color: #888;
  font-style: normal;
  margin-left: 10px;
}
.two-columns {
  display: grid;
  grid-template-columns: 50% 50%;
}
.two-columns .input-rows {
  break-inside: avoid;
}
@media (max-width: 1100px) {
  .two-columns {
    grid-template-columns: 100%;
  }
}
ul.input-rows {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.input-rows > li {
  padding: 7px 7px;
  list-style: none;
  font-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}
ul.input-rows > li.full input[type=text],
ul.input-rows > li.full textarea {
  width: calc(100% - 100px);
}
ul.input-rows > li.less-vertical {
  padding-top: 0;
}
ul.input-rows > li label {
  color: #444;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Condensed";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
ul.input-rows > li label em {
  color: #888;
  font-style: normal;
  margin-left: 10px;
}
ul.input-rows > li [type=radio] + label {
  display: inline;
}
ul.input-rows > li [class*=Button] {
  margin-top: 0;
  margin-bottom: 0;
}
ul.input-rows > li > div {
  flex-direction: row;
  display: flex;
  align-items: start;
}
ul.input-rows > li > div > *:not(.grit-button) {
  flex-grow: 1;
}
ul.input-rows > li > div [class*=Button] {
  flex-grow: 0;
  white-space: nowrap;
  min-width: unset !important;
}
ul.input-rows > li > div [class*=Button]:not(:first-child) {
  margin-left: 3px;
}
ul.input-rows > li.overlap-large {
  position: relative;
  z-index: 991;
}
ul.input-rows .action-row {
  display: flex;
  justify-content: flex-end;
}
ul.input-rows .action-row a,
ul.input-rows .action-row button {
  margin-left: 9px;
  white-space: nowrap;
}
.checkbox-list  {
  padding: 0 0;
}
.checkbox.big-checkbox input[type=checkbox] + label::before,
.checkbox.big-checkbox input[type=checkbox] + label::before,
.checkbox-list.big-checkbox input[type=checkbox] + label::before,
.checkbox-list .big-checkbox input[type=checkbox] + label::before {
  font-size: 48px !important;
}
.checkbox:not(label) input[type=checkbox],
.checkbox:not(label) input[type=checkbox],
.checkbox-list:not(label) input[type=checkbox],
.checkbox-list :not(label) input[type=checkbox],
.checkbox:not(label) input[type=radio],
.checkbox:not(label) input[type=radio],
.checkbox-list:not(label) input[type=radio],
.checkbox-list :not(label) input[type=radio] {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
}
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=checkbox]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox:not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list:not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=checkbox]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox-list:not(label) input[type=radio]:not(:checked) + label::before,
.checkbox-list :not(label) input[type=radio]:focus + .checkbox-list :not(label) input[type=radio]:not(:checked) + label::before {
  text-shadow: 0 0 2px #000;
}
.checkbox:not(label) input[type=checkbox] + label,
.checkbox:not(label) input[type=checkbox] + label,
.checkbox-list:not(label) input[type=checkbox] + label,
.checkbox-list :not(label) input[type=checkbox] + label,
.checkbox:not(label) input[type=radio] + label,
.checkbox:not(label) input[type=radio] + label,
.checkbox-list:not(label) input[type=radio] + label,
.checkbox-list :not(label) input[type=radio] + label {
  display: inline-block;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
  font-family: 'Roboto Condensed';
  margin: 3px 6px;
  line-height: 21px;
  font-weight: bold;
}
.checkbox:not(label) input[type=checkbox] + label::before,
.checkbox:not(label) input[type=checkbox] + label::before,
.checkbox-list:not(label) input[type=checkbox] + label::before,
.checkbox-list :not(label) input[type=checkbox] + label::before,
.checkbox:not(label) input[type=radio] + label::before,
.checkbox:not(label) input[type=radio] + label::before,
.checkbox-list:not(label) input[type=radio] + label::before,
.checkbox-list :not(label) input[type=radio] + label::before {
  font: normal normal normal 21px/1 'Font Awesome 6 Pro';
  content: "\f0c8";
  color: #aaa;
  padding-right: 6px;
  vertical-align: text-bottom;
  outline: none;
}
.checkbox:not(label) input[type=checkbox]:checked + label::before,
.checkbox:not(label) input[type=checkbox]:checked + label::before,
.checkbox-list:not(label) input[type=checkbox]:checked + label::before,
.checkbox-list :not(label) input[type=checkbox]:checked + label::before,
.checkbox:not(label) input[type=radio]:checked + label::before,
.checkbox:not(label) input[type=radio]:checked + label::before,
.checkbox-list:not(label) input[type=radio]:checked + label::before,
.checkbox-list :not(label) input[type=radio]:checked + label::before {
  content: "\f14a";
  color: #31b0d5;
}
.checkbox:not(label) input[type=checkbox][disabled] + label,
.checkbox:not(label) input[type=checkbox][disabled] + label,
.checkbox-list:not(label) input[type=checkbox][disabled] + label,
.checkbox-list :not(label) input[type=checkbox][disabled] + label,
.checkbox:not(label) input[type=radio][disabled] + label,
.checkbox:not(label) input[type=radio][disabled] + label,
.checkbox-list:not(label) input[type=radio][disabled] + label,
.checkbox-list :not(label) input[type=radio][disabled] + label {
  color: #999;
}
.checkbox:not(label) input[type=checkbox][disabled] + label::before,
.checkbox:not(label) input[type=checkbox][disabled] + label::before,
.checkbox-list:not(label) input[type=checkbox][disabled] + label::before,
.checkbox-list :not(label) input[type=checkbox][disabled] + label::before,
.checkbox:not(label) input[type=radio][disabled] + label::before,
.checkbox:not(label) input[type=radio][disabled] + label::before,
.checkbox-list:not(label) input[type=radio][disabled] + label::before,
.checkbox-list :not(label) input[type=radio][disabled] + label::before {
  color: #d8d8d8;
  font-weight: 900;
}
.checkbox:not(label) input[type=radio] + label::before,
.checkbox:not(label) input[type=radio] + label::before,
.checkbox-list:not(label) input[type=radio] + label::before,
.checkbox-list :not(label) input[type=radio] + label::before {
  content: "\f111";
}
.checkbox:not(label) input[type=radio]:checked + label::before,
.checkbox:not(label) input[type=radio]:checked + label::before,
.checkbox-list:not(label) input[type=radio]:checked + label::before,
.checkbox-list :not(label) input[type=radio]:checked + label::before {
  content: "\f192";
}
.checkbox:is(label),
.checkbox:is(label),
.checkbox-list:is(label),
.checkbox-list :is(label) {
  flex-direction: row !important;
}
.checkbox:is(label) input,
.checkbox:is(label) input,
.checkbox-list:is(label) input,
.checkbox-list :is(label) input {
  max-width: 18px;
}
.checkbox-on-left {
  flex-direction: row;
  display: flex;
}
.checkbox-on-left > * {
  flex-grow: 1;
}
.checkbox-on-left .checkbox {
  flex-grow: 0;
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 768px) {
  ul.input-rows > li {
    display: flex;
    box-sizing: border-box;
  }
  ul.input-rows > li > label {
    flex: 1;
    line-height: 1.2;
    margin-bottom: 0;
    max-width: 160px;
    min-width: 100px;
    padding-right: 10px;
  }
  ul.input-rows > li > label.label-wider {
    max-width: 180px;
  }
  ul.input-rows > li > label em {
    display: block;
    margin-left: 0;
    line-height: 1;
    font-size: 12px;
  }
  ul.input-rows > li > div {
    flex: 4;
  }
  ul.input-rows > li.half {
    display: inline-flex;
    width: 50%;
  }
  ul.input-rows > li.half:nth-child(odd) {
    padding-right: 5px;
  }
  ul.input-rows > li.half.pad-right {
    padding-right: 5px;
  }
  ul.input-rows > li.half > label {
    flex: 1;
    max-width: 150px;
    justify-content: center;
  }
  ul.input-rows > li.half > div {
    flex: 1;
  }
  ul.input-rows.narrow-label > li > label {
    max-width: 100px;
  }
  ul.input-rows.max-width-label > li {
    display: block;
    min-height: 70px;
    padding-right: 2px;
    min-width: unset !important;
    overflow: unset !important;
    overflow: visible !important;
  }
  ul.input-rows.max-width-label > li > label {
    max-width: none;
    overflow: hidden;
    display: block;
  }
}
.ltr-input-rows {
  display: flex !important;
  flex-direction: row;
  overflow-x: scroll !important;
}
.ltr-input-rows.label-first {
  padding-left: 0px;
  align-items: stretch !important;
}
.ltr-input-rows ul.input-rows {
  padding-right: 2px;
  z-index: 1;
}
.ltr-input-rows ul.input-rows > li {
  padding-top: 0;
  padding-bottom: 2px;
  height: 44px;
  overflow: hidden;
  min-width: 300px;
  max-width: 300px;
}
.ltr-input-rows ul.input-rows > li input {
  width: 100%;
}
.ltr-input-rows ul.input-rows .as-selections {
  width: 100%;
}
.ltr-input-rows ul.input-rows.label-column {
  position: sticky;
  left: 0px;
  background: white;
  padding-left: 10px;
  z-index: 2;
  border-right: 2px solid #CCC;
}
.ltr-input-rows ul.input-rows.label-column > li {
  display: flex;
  align-items: center;
}
.full {
  padding-left: 5px;
  padding-right: 5px;
}
ul.stat-list,
ul.chart-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  gap: 10px;
}
ul.stat-list.wrap,
ul.chart-list.wrap {
  flex-wrap: wrap;
}
ul.stat-list.wrap li,
ul.chart-list.wrap li {
  min-width: 300px;
}
ul.stat-list h2,
ul.chart-list h2 {
  margin-top: 0;
}
ul.stat-list li,
ul.chart-list li {
  list-style: none;
  flex: 1;
  min-width: 200px;
  background: #FFF;
  border: 1px solid #E0E0E0;
  padding: 10px;
  margin: 0;
  position: relative;
  border-radius: 10px;
  text-align: center;
  max-height: 300px;
  overflow: auto;
}
ul.stat-list li small,
ul.chart-list li small {
  font-size: 12px;
}
ul.stat-list li.center-radial,
ul.chart-list li.center-radial {
  min-width: 233px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
ul.stat-list li.third,
ul.chart-list li.third {
  max-width: none;
  min-width: calc(33% - 10px);
}
ul.stat-list li.half,
ul.chart-list li.half {
  max-width: none;
  min-width: calc(50% - 10px);
}
ul.stat-list li .stat,
ul.chart-list li .stat,
ul.stat-list li .stat-detail,
ul.chart-list li .stat-detail,
ul.stat-list li .stat-title,
ul.chart-list li .stat-title,
ul.stat-list li .message-stat-detail,
ul.chart-list li .message-stat-detail {
  font-size: 96px;
  font-family: 'bebas';
  line-height: 1;
  color: #25aae1;
  display: block;
}
ul.stat-list li .stat,
ul.chart-list li .stat {
  font-weight: bold;
}
ul.stat-list li .stat-detail,
ul.chart-list li .stat-detail {
  font-size: 24px;
  color: #4D4D4D;
}
ul.stat-list li .stat-title,
ul.chart-list li .stat-title {
  font-size: 20px;
  color: #4D4D4D;
  padding-top: 12px;
  font-weight: bold;
}
ul.stat-list li.left-align,
ul.chart-list li.left-align {
  text-align: left;
}
ul.stat-list li .stat-list,
ul.chart-list li .stat-list {
  display: block;
  color: #444;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  padding-top: 4px;
}
ul.stat-list li .stat-big-number,
ul.chart-list li .stat-big-number {
  font-size: 4rem;
  color: #25aae1;
  font-weight: bold;
}
ul.stat-list li .label,
ul.chart-list li .label {
  display: block;
  color: #4D4D4D;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
}
ul.stat-list li.dashboard-preview,
ul.chart-list li.dashboard-preview {
  min-width: 233px;
  max-width: 233px;
}
ul.stat-list li.missing-stat,
ul.chart-list li.missing-stat {
  text-align: center;
  background-color: #F5F5F5;
  min-width: 233px;
  max-width: 233px;
}
ul.stat-list li.missing-stat .missing-stat-text,
ul.chart-list li.missing-stat .missing-stat-text {
  font-family: 'bebas';
  font-size: 22px;
  color: #888;
  padding: 20px;
}
ul.stat-list .borderless,
ul.chart-list .borderless {
  border: unset;
}
ul.stat-list .borderless li,
ul.chart-list .borderless li {
  border: unset;
}
ul.stat-list .left-align,
ul.chart-list .left-align {
  text-align: left;
}
ul.stat-list .left-align li,
ul.chart-list .left-align li {
  text-align: left;
}
ul.stat-list li.pie-gauge-card,
ul.chart-list li.pie-gauge-card {
  height: 285px;
}
ul.program-link-list li {
  padding: 3px !important;
}
.GradientRowTable {
  display: inline-table;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 870px) {
  .GradientRowTable {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.GradientRowTable > tbody > tr > th,
.GradientRowTable > thead > tr > th,
.GradientRowTable > tfoot > tr > th,
.GradientRowTable > tbody > tr > td,
.GradientRowTable > thead > tr > td,
.GradientRowTable > tfoot > tr > td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.GradientRowTable > tbody > tr:last-child > td,
.GradientRowTable > thead > tr:last-child > td,
.GradientRowTable > tfoot > tr:last-child > td {
  border-bottom: none;
}
.GradientRowTable.alternating > tbody > tr:nth-child(even) > td {
  background-color: rgba(0, 0, 0, 0.01);
}
.GradientRowTable th {
  line-height: 1;
  align-content: end;
}
.DeletedRow {
  background-color: rgba(255, 0, 0, 0.1);
}
ul.gallery-list {
  display: flex;
  flex-wrap: wrap;
}
ul.gallery-list li {
  list-style: none;
  flex: 1;
  max-width: 320px;
  min-width: 180px;
  border: none;
  display: block;
  margin: 0 9px 9px 0 !important;
}
ul.gallery-list li a {
  display: block;
}
ul.gallery-list li img {
  margin: -5px;
  margin-bottom: 0;
  display: block;
  width: calc(100% + 10px);
  border-radius: 4px;
}
ul.link-list {
  padding: 0;
}
ul.link-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
}
ul.link-list a {
  display: block;
  padding: 5px;
}
ul.lined-list {
  padding: 0;
}
ul.lined-list > li {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 5px 10px;
}
ul.coach-list {
  font-size: 0;
}
ul.coach-list li {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 260px;
  text-align: center;
  border-radius: 260px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  padding: 0;
  margin: 5px;
  border: 4px solid #e8e8e8;
  transform: translate3d(0, 0, 0);
}
ul.coach-list li:hover {
  border-color: #333;
}
ul.coach-list li a {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
}
ul.coach-list li a:hover > span,
ul.coach-list li a.active > span {
  opacity: 1;
}
ul.coach-list li a > span {
  padding: 40px 20px 0;
  font-size: 1.25rem;
  line-height: 1;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  color: #FFF;
  background: rgba(0, 0, 20, 0.65);
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
}
ul.coach-list li a > span .coach-list-name {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 1rem;
}
ul.coach-list li a > span .coach-list-title {
  display: block;
  padding-bottom: 1rem;
}
ul.coach-list li a > span .coach-list-teams {
  font-size: 1rem;
  display: block;
}
@media (min-width: 600px) {
  .coach-details-photo {
    float: right;
  }
}
:not(.linear-program-list) ul.program-list {
  font-size: 0;
}
:not(.linear-program-list) ul.program-list li {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 0;
  font-size: 0;
  position: relative;
  width: 270px;
}
:not(.linear-program-list) ul.program-list li .gender {
  position: absolute;
  width: 100%;
  left: 0;
  top: 232px;
  opacity: 0.6;
}
:not(.linear-program-list) ul.program-list li .boy,
:not(.linear-program-list) ul.program-list li .girl {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
}
:not(.linear-program-list) ul.program-list li .girl {
  right: 20px;
}
:not(.linear-program-list) ul.program-list li .boy {
  left: 20px;
}
:not(.linear-program-list) ul.program-list li a,
:not(.linear-program-list) ul.program-list li label {
  text-decoration: none;
  line-height: 1;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #555;
}
:not(.linear-program-list) ul.program-list li a .image,
:not(.linear-program-list) ul.program-list li label .image {
  padding: 40px 20px 0;
  font-size: 1.25rem;
  background: #FFF;
  width: 260px;
  height: 260px;
  border-radius: 260px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 5px;
  border: 4px solid #e8e8e8;
  transform: translate3d(0, 0, 0);
  display: block;
}
:not(.linear-program-list) ul.program-list li a .image:hover,
:not(.linear-program-list) ul.program-list li label .image:hover {
  border-color: #333;
}
:not(.linear-program-list) ul.program-list li a .name,
:not(.linear-program-list) ul.program-list li label .name {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 0.5rem;
}
:not(.linear-program-list) ul.program-list li a .start,
:not(.linear-program-list) ul.program-list li label .start {
  display: block;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
:not(.linear-program-list) ul.program-list li a .location,
:not(.linear-program-list) ul.program-list li label .location {
  font-size: 1rem;
  display: block;
}
:not(.linear-program-list) ul.program-list li a .season,
:not(.linear-program-list) ul.program-list li label .season {
  display: none;
}
.small :not(.linear-program-list) ul.program-list li .gender {
  display: none;
}
.small :not(.linear-program-list) ul.program-list li a,
.small :not(.linear-program-list) ul.program-list li label {
  width: 190px;
}
.small :not(.linear-program-list) ul.program-list li a .image,
.small :not(.linear-program-list) ul.program-list li label .image {
  width: 180px;
  height: 180px;
  border-radius: 180px;
}
@media (max-width: 600px) {
  :not(.linear-program-list) ul.program-list li {
    margin: auto;
    display: block;
    width: 274px;
  }
}
.linear-program-list ul.program-list li {
  display: block;
  vertical-align: top;
  border: none;
  padding: 0;
  position: relative;
}
.linear-program-list ul.program-list li a {
  display: flex;
  padding: 10px;
  border: none;
  margin: 0 0 10px;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  color: #555;
}
 > .input-rows > li .linear-program-list ul.program-list li a.list-input-label {
  horiz-align: center;
}
.linear-program-list ul.program-list li a .disabled-input {
  background-color: #EEE !important;
  box-shadow: none;
  border: 1px solid #EEE;
  color: #999 !important;
}
.linear-program-list ul.program-list li a .disabled-input:-ms-input-placeholder {
  color: #999 !important;
}
.linear-program-list ul.program-list li a .disabled-input:-ms-input-placeholder {
  color: #999 !important;
}
.linear-program-list ul.program-list li a .disabled-input::placeholder {
  opacity: 1;
  /* firefox (at least it's not ie) */
  color: #999 !important;
}
.linear-program-list ul.program-list li a.no-padding {
  padding: 0;
}
.linear-program-list ul.program-list li a.sub {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.linear-program-list ul.program-list li a.as-container {
  overflow: visible;
}
.linear-program-list ul.program-list li a.square {
  border-radius: 0;
}
.linear-program-list ul.program-list li a.gray {
  background-color: #DDD;
  box-shadow: 0 0 5px #00000044 inset;
}
.linear-program-list ul.program-list li a .card.gray {
  background-color: #EEE;
  /* card in card */
}
.linear-program-list ul.program-list li a.highlight {
  background-color: #FFFFEE;
}
.linear-program-list ul.program-list li a.invert {
  background-color: #333;
  color: #FFF;
}
.linear-program-list ul.program-list li a .invert {
  color: #FFF;
}
.linear-program-list ul.program-list li a a {
  text-decoration: none;
}
.linear-program-list ul.program-list li a.top {
  align-items: flex-start;
}
.linear-program-list ul.program-list li a.empty {
  background-color: rgba(255, 255, 255, 0.5);
}
.linear-program-list ul.program-list li a > .dashboard-btn {
  font-size: 1.5rem;
  position: absolute;
  top: 9px;
  right: 9px;
}
.linear-program-list ul.program-list li a > .inner-dash {
  display: inline;
  float: left;
  margin: 0;
}
.linear-program-list ul.program-list li a > .dashboard-body {
  width: 100%;
}
.linear-program-list ul.program-list li a.no-flex {
  display: block;
}
.linear-program-list ul.program-list li a.no-flex > * {
  flex: none;
}
.linear-program-list ul.program-list li a.stat {
  font-size: 3rem;
  line-height: 1;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  min-width: 100px;
}
.linear-program-list ul.program-list li a.stat small {
  font-size: 1rem;
  display: block;
}
.linear-program-list ul.program-list li a.stat i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 2rem;
}
.linear-program-list ul.program-list li a.stat progress[value] {
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 1rem;
}
.linear-program-list ul.program-list li a.stat progress[value]::-webkit-progress-bar {
  background-color: #CCC;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.linear-program-list ul.program-list li a.stat progress[value]::-webkit-progress-value {
  background-color: #25aae1;
  border-radius: 4px;
}
.linear-program-list ul.program-list li a.stat progress[value]::-moz-progress-bar {
  background-color: #25aae1;
  border-radius: 4px;
}
.linear-program-list ul.program-list li a .flex {
  display: flex;
  align-items: center;
}
.linear-program-list ul.program-list li a .flex.top {
  align-items: flex-start;
}
.linear-program-list ul.program-list li a .flex.stretch {
  align-items: stretch;
}
.linear-program-list ul.program-list li a .flex > .card {
  margin-right: 10px;
}
.linear-program-list ul.program-list li a .flex > *,
.linear-program-list ul.program-list li a > * {
  flex: 1;
}
.linear-program-list ul.program-list li a .full-link {
  display: flex;
  align-items: center;
  color: #333;
  margin: -10px;
  padding: 10px;
}
.linear-program-list ul.program-list li a .full-link:hover {
  background-color: transparent;
}
.linear-program-list ul.program-list li a .full-link > * {
  flex: 1;
}
.linear-program-list ul.program-list li a .arrow-cell {
  text-align: right;
  max-width: 44px;
  font-size: 21px;
}
.linear-program-list ul.program-list li a .arrow-cell.positioned-right {
  position: absolute;
  right: 0;
  top: 0;
}
.linear-program-list ul.program-list li a .BoxTop {
  margin-top: 0;
}
.linear-program-list ul.program-list li a p:last-child {
  margin-bottom: 0;
}
.theme-admin .linear-program-list ul.program-list li a {
  margin: 0 0 11px 0;
}
.linear-program-list ul.program-list li a > * {
  flex: 1;
}
.linear-program-list ul.program-list li a .image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 64px;
  max-width: 64px;
  margin-right: 10px;
}
.linear-program-list ul.program-list li a .info {
  font-family: "Roboto Condensed";
  font-size: 1rem;
}
.linear-program-list ul.program-list li a .season {
  max-width: 32px;
}
.linear-program-list ul.program-list li a .season img {
  width: 22px;
  opacity: 0.6;
}
.linear-program-list ul.program-list li a .gender {
  max-width: 42px;
  display: flex;
  flex-direction: column;
  align-content: space-around;
}
.linear-program-list ul.program-list li a .location > span {
  display: block;
}
.linear-program-list ul.program-list li a .boy,
.linear-program-list ul.program-list li a .girl {
  content: "";
  background-size: contain;
  display: block;
  height: 32px;
  width: 32px;
  opacity: 0.6;
}
.linear-program-list ul.program-list li a .boy {
  background-image: url('/images/icons/boys.svg');
}
.linear-program-list ul.program-list li a .girl {
  background-image: url('/images/icons/girls.svg');
}
@media (max-width: 600px) {
  .linear-program-list ul.program-list li {
    margin: auto;
    display: block;
    width: 274px;
  }
}
.lodging-block-request.small ul li {
  display: block;
}
.lodging-block-request.small ul li label {
  width: 100%;
}
.lodging-block-request.small ul li label::after {
  display: block;
  content: "";
  clear: left;
}
.lodging-block-request.small ul li label .circle {
  float: left;
  width: 100px;
  height: 100px;
}
.lodging-block-request.small ul li label .name {
  padding-top: 10px;
}
.lodging-block-request.small ul li label .name,
.lodging-block-request.small ul li label .start,
.lodging-block-request.small ul li label .location {
  margin-left: 120px;
  text-align: left;
}
.lodging-block-request.small ul li > input {
  position: absolute;
  left: -10000px;
}
.lodging-block-request.small ul li > input:checked + label > .circle {
  border-color: #333;
}
.lodging-block-request.small ul li > input + label {
  cursor: pointer;
}
.lodging-block-request.small ul li > input + label + .lodging-block-request-details {
  display: none;
}
.lodging-block-request.small ul li > input:checked + label + .lodging-block-request-details {
  display: block;
}
.lodging-block-request.small ul li > input:checked + label + .lodging-block-request-details label {
  text-align: left;
}
.roster-book-column {
  width: 31.45%;
  float: left;
  height: 720px;
  padding-right: 24px;
}
.roster-book-column:first-child {
  width: 34.5%;
}
.roster-book-column:nth-child(2) {
  width: 34%;
}
.roster-book-column:last-child {
  padding-right: 0;
}
.flip-back .roster-book-column {
  padding-left: 24px;
  padding-right: 0;
}
.flip-back .roster-book-column:first-child {
  width: 31.45%;
  padding-left: 0;
}
.flip-back .roster-book-column:nth-child(2) {
  width: 34%;
}
.flip-back .roster-book-column:last-child {
  width: 34.5%;
}
.roster-book-page {
  height: 720px;
  width: 960px;
  text-align: left;
}
.roster-book-page .roster-book-list {
  height: 100%;
}
.roster-book-page .cover {
  height: 576px;
  border: none;
  text-align: center;
}
.roster-book-page .cover img {
  display: block;
  position: relative;
  margin: 40px auto;
  max-height: 50%;
  max-width: 100%;
}
.roster-book-page li {
  display: block;
  width: 100%;
  height: 100px;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid #000;
  margin: 2px 0;
  position: relative;
  border-left: none !important;
  border-radius: 4px;
  overflow: hidden;
}
.roster-book-page li:last-child {
  border-bottom: 1px solid #000;
}
.roster-book-page .coach-notes,
.roster-book-page .club-contacts {
  border: none;
  height: auto;
  min-height: 50px;
  border-bottom: none !important;
}
.roster-book-page .club-contacts li {
  border: none;
  width: 100%;
  margin: 5px 0;
  font-size: 11px;
}
.roster-book-page h2 {
  background: #000;
  color: #FFF;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 5px !important;
  text-align: center !important;
}
.roster-book-page .header {
  background: #222;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}
.roster-book-page .jersey {
  overflow: hidden;
  min-height: 1px;
  display: inline-block;
  vertical-align: top;
}
.roster-book-page .name {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: top;
}
.roster-book-page .grad-year {
  display: inline-block;
  vertical-align: top;
}
.roster-book-page .position {
  overflow: hidden;
  min-height: 1px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.roster-book-page .trash {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #C00;
}
.roster-book-page .club-logo {
  position: absolute;
  right: 3px;
  max-width: 24px;
  max-height: 24px;
}
.roster-book-page .img {
  position: absolute;
  height: 77px;
  width: 96px;
  background-size: cover;
  background-position: center;
}
.roster-book-page .details {
  padding-top: 4px;
  margin-left: 100px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  max-height: 95px;
  overflow: hidden;
}
.roster-book-page .committed,
.roster-book-page .injured {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 95px;
  background: #fffa75;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
}
.roster-book-page .injured {
  background: #ff8585;
}
.recruiting-book-team-page,
.recruiting-book-athlete-page {
  position: relative;
  padding: 10px;
  width: 816px;
  height: 1052px;
  overflow: hidden;
  font-size: 0;
  clear: both;
  page-break-after: always;
  box-sizing: border-box;
}
.recruiting-book-team-page .recruiting-book-player,
.recruiting-book-athlete-page .recruiting-book-player {
  position: relative;
  display: inline-block;
  width: 394px;
  padding: 5px 10px;
  border: 1px solid #CCC;
  font-size: 12px;
  flex: 1;
  line-height: 16px;
  margin-bottom: 4px;
  margin-right: 2px;
  height: 100px;
  overflow: hidden;
  vertical-align: top;
}
.recruiting-book-team-page .name,
.recruiting-book-athlete-page .name {
  font-weight: bold;
  font-family: 'bebas';
  font-size: 18px;
  line-height: 21px;
}
.recruiting-book-team-page .jersey,
.recruiting-book-athlete-page .jersey {
  float: left;
  background: #F8F8F8;
  width: 80px;
  height: 100px;
  position: relative;
  top: -5px;
  left: -10px;
  padding-top: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  font-family: 'bebas', sans-serif;
}
.recruiting-book-team-page .recruiting-book-team-page-header,
.recruiting-book-athlete-page .recruiting-book-team-page-header {
  height: 100px;
}
.recruiting-book-team-page-footer,
.recruiting-book-athlete-page-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-weight: bold;
  font-family: 'bebas', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.recruiting-book-athlete-page {
  text-align: left;
}
.recruiting-book-athlete-page .recruiting-book-athlete-value {
  font-size: 15px;
  padding: 0;
  margin: 0;
  display: block;
}
.recruiting-book-athlete-page .recruiting-book-athlete-value .label {
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  display: inline-block;
  width: 80px;
  overflow: hidden;
}
.recruiting-book-athlete-page .section {
  font-size: 15px;
  line-height: 21px;
  clear: both;
  padding: 10px;
  overflow: hidden;
}
.recruiting-book-athlete-page .section.header {
  background: #EEE;
  font-size: 18px;
  line-height: 24px;
}
.recruiting-book-athlete-page .section.header .label {
  font-size: 18px;
  text-transform: uppercase;
}
.recruiting-book-athlete-page .section:not(.header) {
  min-height: 100px;
  max-height: 250px;
}
.recruiting-book-athlete-page .section .label {
  font-size: 15px;
  font-family: 'bebas', sans-serif;
  font-weight: bold;
}
.recruiting-book-athlete-page .photo {
  width: 10%;
  height: 128px;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.recruiting-book-athlete-page .page-content {
  height: 990px;
  overflow: hidden;
}
.recruiting-book-athlete-page .academic-score {
  display: inline-block;
  width: 100px;
}
.recruiting-book-athlete-page .references li {
  border-left: none;
  border-bottom: 1px solid #EEE;
}
.recruiting-book-athlete-page .references li:last-child {
  border-bottom: none;
}
.recruiting-book-athlete-page .references li span {
  display: inline-block;
  width: 31%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruiting-book-one-column-table {
  display: inline-table;
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}
.recruiting-book-one-column-table > tbody > tr > th,
.recruiting-book-one-column-table > thead > tr > th,
.recruiting-book-one-column-table > tfoot > tr > th,
.recruiting-book-one-column-table > tbody > tr > td,
.recruiting-book-one-column-table > thead > tr > td,
.recruiting-book-one-column-table > tfoot > tr > td {
  vertical-align: middle;
  border: 1px solid;
  padding: 5px;
}
.recruiting-book-one-column-table > tbody > tr > th.center-text,
.recruiting-book-one-column-table > thead > tr > th.center-text,
.recruiting-book-one-column-table > tfoot > tr > th.center-text,
.recruiting-book-one-column-table > tbody > tr > td.center-text,
.recruiting-book-one-column-table > thead > tr > td.center-text,
.recruiting-book-one-column-table > tfoot > tr > td.center-text {
  text-align: center;
}
.recruiting-book-one-column-table > tbody > tr > th.phone,
.recruiting-book-one-column-table > thead > tr > th.phone,
.recruiting-book-one-column-table > tfoot > tr > th.phone,
.recruiting-book-one-column-table > tbody > tr > td.phone,
.recruiting-book-one-column-table > thead > tr > td.phone,
.recruiting-book-one-column-table > tfoot > tr > td.phone {
  white-space: nowrap;
}
.recruiting-book-one-column-table > tbody > tr > th,
.recruiting-book-one-column-table > thead > tr > th,
.recruiting-book-one-column-table > tfoot > tr > th {
  background: black;
  border-color: black;
  color: white;
}
ul.horizontal-list li {
  display: inline-block !important;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.horizontal-list li label {
  max-width: none !important;
  min-width: 0 !important;
  padding-right: 0 !important;
}
.icon-button {
  background: none transparent;
  border: none;
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
}
.scheduler-data-issues {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -5px 0;
  max-height: 0;
  overflow: hidden;
}
.scheduler-data-issues li {
  display: block;
  flex: 1;
  min-width: 150px;
  max-width: 400px;
  background: #F8F8F8;
  border: 1px solid #CCC;
  margin: 3px;
}
.scheduler-data-issues li a {
  display: block;
}
.scheduler-data-issue-heading {
  position: relative;
}
.scheduler-data-issue-heading .fa-minus {
  display: none;
}
.scheduler-data-issue-heading .fa-plus,
.scheduler-data-issue-heading .fa-minus {
  position: absolute;
  right: 10px;
}
.scheduler-data-issue-visible {
  min-width: 100% !important;
}
.scheduler-data-issue-visible .scheduler-data-issue-heading .fa-minus {
  display: inline;
}
.scheduler-data-issue-visible .scheduler-data-issue-heading .fa-plus {
  display: none;
}
.scheduler-data-issue-visible .scheduler-data-issues {
  max-height: 300px;
  overflow-y: auto;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list li {
  border: none;
  padding: 20px 0;
  flex: 1;
  min-width: 33%;
  max-width: 34%;
  padding: 20px 10px;
  position: relative;
}
.news-list li:nth-child(n+7) {
  display: none;
}
.news-list li img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
  display: block;
}
.news-list li .news-list-date {
  display: none;
}
.news-list li .news-list-heading.h3 {
  border-top: 4px solid #333;
  padding: 10px;
  line-height: 1.4;
  background: #e8e8e8;
}
.news-list li .news-list-heading.h3 a {
  color: #000;
}
.news-list li .news-list-date {
  display: none;
}
@media (max-width: 870px) {
  .news-list li {
    min-width: 240px;
    max-width: none;
  }
}
.news-list-heading a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-transform: none !important;
}
.news-list-date {
  text-transform: uppercase;
  margin: 10px 0;
}
.validated-input-hint {
  z-index: 1;
}
 > canvas {
  display: none;
}
img {
  border: none;
}
a {
  color: #062c52;
  cursor: pointer;
}
a.disabled,
a[disabled] {
  cursor: default;
  pointer-events: none;
}
a:hover {
  color: #000;
}
p {
  padding: 0;
  margin: 0;
}
td {
  vertical-align: top;
}
.ProgramAgeHeading,
#MainHeading,
.BoxTop,
.RegistrationPage .InputHeadingDiv,
.InputHeadingDiv {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
}
.ProgramAgeHeading.flex,
#MainHeading.flex,
.BoxTop.flex,
.RegistrationPage .InputHeadingDiv.flex,
.InputHeadingDiv.flex {
  display: flex;
  align-items: center;
}
.ProgramAgeHeading.flex > *,
#MainHeading.flex > *,
.BoxTop.flex > *,
.RegistrationPage .InputHeadingDiv.flex > *,
.InputHeadingDiv.flex > * {
  flex: 1;
}
.ProgramAgeHeading.flex > *:not(:last-child),
#MainHeading.flex > *:not(:last-child),
.BoxTop.flex > *:not(:last-child),
.RegistrationPage .InputHeadingDiv.flex > *:not(:last-child),
.InputHeadingDiv.flex > *:not(:last-child) {
  margin-right: 10px;
}
.ProgramAgeHeading.flex.top,
#MainHeading.flex.top,
.BoxTop.flex.top,
.RegistrationPage .InputHeadingDiv.flex.top,
.InputHeadingDiv.flex.top {
  align-items: flex-start;
}
.ProgramAgeHeading.flex.flex-relative,
#MainHeading.flex.flex-relative,
.BoxTop.flex.flex-relative,
.RegistrationPage .InputHeadingDiv.flex.flex-relative,
.InputHeadingDiv.flex.flex-relative {
  position: relative;
}
.ProgramAgeHeading.flex.flex-relative > *:not(:last-child),
#MainHeading.flex.flex-relative > *:not(:last-child),
.BoxTop.flex.flex-relative > *:not(:last-child),
.RegistrationPage .InputHeadingDiv.flex.flex-relative > *:not(:last-child),
.InputHeadingDiv.flex.flex-relative > *:not(:last-child) {
  margin-right: 0;
}
.ProgramAgeHeading.flex > *,
#MainHeading.flex > *,
.BoxTop.flex > *,
.RegistrationPage .InputHeadingDiv.flex > *,
.InputHeadingDiv.flex > * {
  flex: 1;
}
.ProgramAgeHeading.flex.top,
#MainHeading.flex.top,
.BoxTop.flex.top,
.RegistrationPage .InputHeadingDiv.flex.top,
.InputHeadingDiv.flex.top {
  align-items: flex-start;
}
.roster td {
  vertical-align: middle;
}
small {
  font-size: 0.8rem;
}
.BoxTop,
.RegistrationPage .InputHeadingDiv,
.InputHeadingDiv {
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 2rem;
  line-height: 1;
  font-weight: normal !important;
  display: block;
  margin: 30px 0 6px 0;
  text-decoration: none;
  padding: 0 0 6px 0 !important;
  border-bottom: none;
}
#MainHeading #AccountHeader > h1 {
  padding: 70px 20px 20px;
}
h3.RegisterButton,
.RegisterButton {
  border: 1px solid #000;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
}
h3.RegisterButton i,
.RegisterButton i {
  margin-left: 5px;
}
h3.RegisterButton:hover,
.RegisterButton:hover {
  color: #000;
}
#MainRegisterButton {
  display: block;
  text-align: center;
}
h1 .AlternateBackground {
  margin: 20px 0;
  font-size: 32px;
  line-height: 30px;
  font-weight: normal;
}
.h2.sectioning {
  margin-top: 40px;
}
.h3.sectioning {
  margin-top: 20px;
}
.h4.sectioning {
  margin-top: 10px;
}
th h4 {
  font-size: 30px;
  line-height: 1;
  padding-left: 0;
  padding-top: 20px;
}
label input,
label select,
label textarea {
  margin-top: 4px;
}
.GradientRowTable .Warning[style*=inline] {
  display: inline-block !important;
  margin-top: 0;
  margin-bottom: 0;
}
.recruiting #MainNav {
  border-bottom: 2px solid #DDD;
}
.recruiting #SubNavWrapper {
  display: none;
}
.recruiting-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.recruiting-wrapper > * {
  flex: 1;
}
.recruiting-wrapper .recruiting-nav {
  align-items: stretch !important;
  background-color: #333;
  max-width: 200px;
  margin-right: 10px;
  overflow: hidden;
}
.recruiting-wrapper .recruiting-nav > h1 {
  background-color: #25aae1;
  text-align: center !important;
  font-size: 1.5rem;
  color: #FFF;
  margin: -10px -10px 20px;
  padding: 10px;
  width: calc(100% + 20px);
}
.recruiting-wrapper .recruiting-nav .premium-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.recruiting-wrapper .recruiting-nav .recruiting-name {
  text-align: center;
}
.recruiting-wrapper .recruiting-nav .recruiting-name img {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 20px;
}
.recruiting-wrapper .recruiting-nav .recruiting-name h1 {
  color: #FFF;
  text-align: center !important;
}
.recruiting-wrapper .recruiting-nav .recruiting-name .premium-banner {
  position: absolute;
  border-radius: 0;
  left: 36px;
  width: 128px;
  top: 175px;
  height: auto;
}
.recruiting-wrapper .recruiting-nav > div:not(:last-child) {
  margin-bottom: 10px;
}
.recruiting-wrapper .recruiting-nav .recruiting-links a {
  display: block;
  padding: 4px 0;
  white-space: nowrap;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  color: #CCC;
}
.recruiting-wrapper .recruiting-nav .recruiting-links a:hover,
.recruiting-wrapper .recruiting-nav .recruiting-links a.selected {
  color: #FFF;
}
.recruiting-video-preview {
  position: relative;
  max-width: 650px;
  min-width: 200px;
  cursor: pointer;
}
.recruiting-video-preview img {
  width: 100%;
}
.recruiting-video-preview .play {
  color: #25aae1;
  font-size: 3rem;
  position: absolute;
  top: 100px;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  background-color: #FFF;
  border-radius: 2rem;
}
.recruiting-jersey-number {
  position: absolute;
  left: 32px;
  top: 21px;
  margin: 0;
  text-align: center;
  width: 60px;
}
.recruiting-header {
  margin-top: 0;
  padding: 0 !important;
  background-color: #666 !important;
  height: 320px;
}
.recruiting-header .slash {
  flex: 1;
  height: 320px;
  background-color: #333;
  max-width: 100px;
  margin-right: 0 !important;
}
.recruiting-header .stats {
  flex: 1;
}
.recruiting-header .photo {
  flex: 1;
  max-width: 256px;
  background-color: #333;
  height: 320px;
  margin-right: 0 !important;
  position: relative;
}
@media all and (max-width: 870px) {
  .recruiting-header {
    height: auto;
  }
  .recruiting-header > * {
    display: block;
    max-width: none;
    flex: unset;
  }
  .recruiting-header .slash {
    display: none;
  }
  .recruiting-header .stats {
    padding: 10px;
  }
  .recruiting-header .photo {
    padding: 10px;
    max-width: none !important;
    height: 148px !important;
  }
  .recruiting-header .photo img {
    height: 128px !important;
    width: 128px !important;
  }
  .recruiting-header .photo img.logo {
    height: 32px !important;
    width: 32px !important;
  }
  .recruiting-header .photo {
    max-width: none;
  }
  .recruiting-header .container {
    margin: 0;
    max-width: none;
    width: 100%;
  }
}
@media all and (max-width: 728px) {
  .recruiting-wrapper {
    display: block;
  }
  .recruiting-wrapper .recruiting-nav {
    max-width: none;
    margin-right: 0;
  }
  .recruiting-wrapper .recruiting-nav > div:not(:last-child) {
    margin-bottom: 0;
  }
  .recruiting-wrapper .recruiting-nav .recruiting-name {
    text-align: center;
  }
  .recruiting-wrapper .recruiting-nav .recruiting-name img {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 10px;
  }
  .recruiting-wrapper .recruiting-nav .recruiting-name h1 {
    color: #FFF;
    text-align: center !important;
  }
  .recruiting-wrapper .recruiting-nav .recruiting-name .premium-banner {
    left: calc(50% - 32px);
    width: 64px;
    top: 123px;
  }
  .recruiting-wrapper .recruiting-nav .recruiting-links {
    margin-top: 10px;
    text-align: center;
  }
  .recruiting-wrapper .recruiting-nav .recruiting-links a {
    display: inline-block;
    padding: 4px 4px;
    white-space: nowrap;
  }
  .recruiting-wrapper .recruiting-nav .RoundButton {
    display: block;
    margin: auto;
  }
}
.ProgramQuestions.GradientRowTable > tbody > tr > td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ProgramQuestions.GradientRowTable > tbody > tr > td .Warning {
  display: inline-block;
  margin-left: 10px;
}
.ProgramQuestions.GradientRowTable > tbody > tr > td input[type=text] {
  margin-top: 6px;
}
#MyNav {
  position: relative;
  z-index: 1000;
}
#MyNav .my-one {
  color: #0d5ba9;
}
#MyNav #AccountNav {
  display: none;
  padding: 6px;
  position: absolute;
  right: 10px;
  top: 48px;
  background: #062c52;
}
#MyNav #AccountNav a {
  display: block;
  margin-right: 0;
  margin-top: 0;
}
#MyNav:hover #AccountNav {
  display: block;
}
#MyNav:hover a.MyLink {
  opacity: 1;
  padding-bottom: 14px;
}
.ProgramList {
  text-align: left;
}
.ProgramList li {
  display: inline-block;
  vertical-align: top;
  width: 272px;
  border: none;
  background: none transparent;
  font-size: 0;
  padding: 5px;
  margin: 0;
  text-align: center;
}
.ProgramList li a {
  display: block;
  font-size: 1rem;
  text-align: center;
  box-shadow: none;
  padding: 0;
  height: auto;
  background: none;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  border-radius: 0;
}
.ProgramList li a .circle {
  display: block;
  height: 272px;
  border-radius: 272px;
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 4px solid #e8e8e8;
  overflow: hidden;
  position: relative;
  transition: border-color 250ms;
  margin-bottom: 10px;
}
.ProgramList li a:hover .circle {
  border-color: #333;
}
.ProgramList li a div {
  width: auto !important;
  float: none !important;
  background: #FFF;
}
.ProgramList li a .start,
.ProgramList li a .location,
.ProgramList li a .name {
  margin: 5px 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  white-space: normal;
}
.ProgramList li a .name {
  font-size: 1.25rem;
}
@media (max-width: 1100px) {
  .ProgramList {
    text-align: center;
  }
}
#AccountNav {
  float: right;
  padding: 12px 13px 0 0;
}
#AccountNav a {
  font-size: 13px;
  margin-right: 6px;
}
.ProgramDescription {
  font-size: 16px;
  line-height: 22px;
}
.ProgramDescription table,
.FAQs table,
.expandable-sections table {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.ProgramDescription > table,
.FAQs > table,
.expandable-sections > table {
  display: block;
}
.ProgramDescription > table tbody,
.FAQs > table tbody,
.expandable-sections > table tbody {
  display: block;
}
.ProgramDescription > table tr,
.FAQs > table tr,
.expandable-sections > table tr {
  display: block;
  padding: 20px 20px;
  border-bottom: 2px solid #EEE;
}
.ProgramDescription > table tr:after,
.FAQs > table tr:after,
.expandable-sections > table tr:after {
  content: "";
  clear: left;
  display: block;
}
.ProgramDescription > table tr td,
.FAQs > table tr td,
.expandable-sections > table tr td {
  display: block;
}
.ProgramDescription > section,
.FAQs > section,
.expandable-sections > section {
  display: block;
  padding: 20px 20px;
  border-bottom: 2px solid #EEE;
}
.ProgramDescription > section:after,
.FAQs > section:after,
.expandable-sections > section:after {
  content: "";
  clear: left;
  display: block;
}
.ProgramDescription img,
.FAQs img,
.expandable-sections img {
  max-width: 100%;
  height: auto !important;
}
.ProgramDescription img[style="width: 588px; height: 192px;"],
.FAQs img[style="width: 588px; height: 192px;"],
.expandable-sections img[style="width: 588px; height: 192px;"] {
  width: auto !important;
  height: auto !important;
}
button.section-expand,
a.section-expand {
  float: right;
  color: #333;
}
section.smp-expando,
section.section-expand {
  padding: 20px;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #CCC;
}
section section.smp-expando,
section section.section-expand {
  padding: 0 !important;
}
section section.smp-expando > .container,
section section.section-expand > .container {
  padding: 0;
}
section.smp-expando:not(.expanded),
section.section-expand:not(.expanded) {
  cursor: pointer;
}
section.smp-expando .fa-chevron-down,
section.section-expand .fa-chevron-down {
  display: none !important;
}
section.smp-expando .section-expand-hidden,
section.section-expand .section-expand-hidden {
  display: none !important;
}
section.smp-expando.expanded .fa-chevron-down,
section.section-expand.expanded .fa-chevron-down {
  display: inline-block !important;
}
section.smp-expando.expanded .fa-chevron-right,
section.section-expand.expanded .fa-chevron-right {
  display: none !important;
}
section.smp-expando.expanded .section-expand-hidden,
section.section-expand.expanded .section-expand-hidden {
  display: inherit !important;
}
section.smp-expando .smp-expando-title,
section.section-expand .smp-expando-title {
  margin: 0;
  padding: 26px 0 20px 0;
}
section.smp-expando .smp-expando-title p,
section.section-expand .smp-expando-title p {
  color: #444 !important;
  font-size: 32px !important;
  line-height: 30px !important;
  font-weight: normal !important;
  font-family: 'Bebas', sans-serif !important;
}
section.smp-expando .smp-expando-toggle,
section.section-expand .smp-expando-toggle {
  float: right;
  background: none transparent;
  font-size: 32px;
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  background-color: transparent !important;
}
#MenuWrapper {
  min-height: 50px;
}
html.waivers #MenuWrapper {
  display: none;
}
.AlternateBackground {
  background-color: #D6D6D6;
  display: block;
  color: #000;
}
.ProgramDescription .AlternateBackground,
.expandable-sections .alternate-background {
  margin: -24px 0 0 -38px;
  padding: 54px 38px 18px;
}
.ProgramDescription h1 + p .AlternateBackground,
.expandable-sections h1 + p .alternate-background {
  margin-top: 0;
  padding-top: 0;
}
.JumpButtonWrap {
  display: none;
}
#Wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  overflow: visible;
  min-height: calc(100vh - 52px);
}
.container {
  max-width: 1100px;
  position: relative;
  margin: auto;
  display: block;
}
.container.editing-container {
  max-width: calc(1100px + 60px);
}
.row {
  padding: 0 20px;
}
.large-text p {
  font-size: 150%;
  line-height: 1.5;
}
#BannerSpace {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
#BannerSpace #BannerLink {
  display: block;
  max-width: 970px;
  max-height: 90px;
  margin: auto;
}
#BannerSpace #BannerLink > * {
  width: 100%;
}
#BannerSpace #BannerLink img {
  object-fit: contain;
  height: 100%;
}
@media (max-width: 870px) {
  #BannerSpace {
    padding: 0;
    border: none;
  }
}
.CartItemImage {
  max-width: 106px;
}
.CartItemImage img {
  height: 96px;
  width: 96px;
  object-fit: cover;
  border-radius: 64px;
}
.cart-delete {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 80%;
}
#ProgramMenuTop {
  min-height: 140px;
}
#ProgramMenuTop img {
  display: block;
  margin: auto;
  max-width: 260px;
  max-height: 130px;
  padding-top: 10px;
}
#MainContent {
  padding: 32px 0;
  overflow: visible;
  flex: 1;
}
#HomeHeading {
  height: 240px;
  margin-bottom: 40px;
  padding: 0;
}
.jumbo {
  height: calc( 65vh - 190px );
  min-height: 300px;
  background-color: var(--brand-color);
  background-image: var(--jumbo-bg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -190px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.jumbo > div {
  flex: 1;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 20, 0.65);
  padding-top: 104px;
}
.jumbo > div > div {
  padding: 0 10px;
  max-width: 1100px;
  margin: 0 auto;
}
.jumbo video {
  position: absolute;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  top: -25%;
}
@media (max-width: 1100px) {
  .jumbo video {
    top: 0;
  }
}
@media (max-width: 880px) {
  .ck-content video {
    display: none;
  }
}
.jumbo h1,
#AccountHeader h1,
.jumbo h2,
#AccountHeader h2 {
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  text-align: left !important;
  color: #FFF;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold !important;
  margin: 0 !important;
}
.jumbo h1,
#AccountHeader h1 {
  font-size: 10rem;
  line-height: 8rem;
  border-bottom: 1px solid #AAA;
  padding: 20px 0 !important;
}
.jumbo h1 img,
#AccountHeader h1 img {
  height: 8rem;
}
.jumbo h2,
#AccountHeader h2 {
  font-weight: normal !important;
}
.jumbo h1 + h2,
#AccountHeader h1 + h2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-left: 0 !important;
}
.jumbo li,
#AccountHeader li {
  list-style: outside disc;
  border-left: none;
  margin: 20px 30px;
  padding: 0;
  color: #FFF;
  line-height: 1;
  font-size: 3rem;
}
.jumbo a,
#AccountHeader a {
  background: #FFF;
  display: inline-block;
  color: #333;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 0.8;
  border: 3px solid #e8e8e8;
  margin-left: 20px;
}
.jumbo a:hover,
#AccountHeader a:hover {
  border-color: #333;
}
html.os-mac .jumbo a,
html.os-mac #AccountHeader a {
  padding-top: 10px;
  padding-bottom: 2px;
}
.jumbo.home {
  min-height: calc( 100vh - 190px );
  height: auto;
  background-position: center center;
  color: #FFF;
  font-size: 1.5rem;
}
.jumbo.home p {
  line-height: 1.2;
}
.jumbo.short {
  background-position: center center;
}
.jumbo.tiny {
  height: auto;
  min-height: 0;
  background-image: none;
  color: #FFF !important;
}
.jumbo.tiny.very div {
  padding-top: 0;
}
.jumbo.tiny.very div div {
  padding-top: 70px;
}
.jumbo.tiny.very div h1 {
  font-size: 4rem;
}
.jumbo.tiny .container {
  padding: 20px !important;
  margin: auto !important;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
}
.jumbo.tiny h2 {
  margin-left: 10px;
}
.jumbo.tiny h3 {
  color: #FFF;
  margin-left: 10px;
  font-weight: normal;
}
#AccountHeader {
  background-color: var(--brand-color, rgba(0, 0, 20, 0.65));
  background-image: var(--jumbo-bg);
  background-size: cover;
}
#AccountHeader h1 {
  padding: 0 !important;
  color: #FFF;
  font-size: 4rem;
  border-bottom: none;
}
#waiver-title::after {
  content: "";
}
ul.playmakers {
  font-size: 0;
}
ul.playmakers li {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 260px;
  text-align: center;
  border-radius: 260px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  padding: 0;
  margin: 5px;
  border: 4px solid #e8e8e8;
  transform: translate3d(0, 0, 0);
}
ul.playmakers li:hover {
  border-color: #333;
}
ul.playmakers li:not([style]) {
  color: #333;
  font-size: 4rem;
  padding-top: 116px;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
}
ul.playmakers li:not([style]) img {
  height: 2.6rem;
}
ul.playmakers li span {
  padding: 40px 20px 0;
  font-size: 1.25rem;
  line-height: 1;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  color: #FFF;
  background: rgba(0, 0, 20, 0.65);
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
}
ul.playmakers li span strong {
  font-size: 2rem;
  display: block;
  padding-bottom: 1rem;
}
ul.playmakers li:hover span,
ul.playmakers li.active span {
  opacity: 1;
}
.coach-details-photo {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 260px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  padding: 0;
  margin: 5px;
  border: 4px solid #e8e8e8;
  transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
}
#GlobalSponsors {
  clear: both;
  position: relative;
  z-index: 1;
  font-size: 12px;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000;
  text-align: center;
  min-width: 320px;
  background: #e8e8e8;
}
#GlobalSponsors a {
  color: #000;
  text-decoration: none;
}
.ProgramHeader {
  background: #e8e8e8;
}
#SubNavWrapper {
  width: 100%;
  position: relative;
}
#SubNavStickyContent {
  width: -moz-available;
  width: -webkit-fill-available;
  background-color: #fff;
  border-bottom: 2px solid #e0e0e0;
}
html.PinSubNav  #SubNavStickyContent {
  position: fixed;
  top: var(--primary-nav-height);
  z-index: 99;
  box-shadow: 0px 1px 1px 0px #00000013, 0px 2px 2px 0px #00000013, 0px 4px 4px 0px #00000013, 0px 0px 8px 0px #00000013, 0px 0px 16px 0px #00000013;
  border-width: 0;
}
@media (max-width: 870px) {
  #SubNavWrapper select {
    display: inline-block !important;
    max-width: 50%;
    margin-left: 8px;
  }
}
#EventLogo {
  height: 400px;
  top: 50px;
  width: 55%;
  left: 45%;
  display: block;
  position: absolute;
}
#EventLogo img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
}
.BoxTop .EditLink {
  background-color: #000;
  color: #00AAFF;
}
.BoxTop .EditLink:hover {
  background-color: #00AAFF;
}
.BoxBottom,
.RegistrationPage table {
  border: none;
  background-color: transparent;
  border-radius: 0;
  margin-top: -10px;
  border-bottom: none;
  padding: 10px 0;
}
.BoxBottom {
  font-size: inherit;
  margin-top: -10px;
}
a.BoxBottom:hover {
  background-color: #f8f8f8;
}
.RegistrationPage table .InputHeadingDiv {
  background-color: #FF610F !important;
  color: #FFFFFF;
}
.DivisionSelectButton {
  background-color: transparent;
  background-repeat: no-repeat;
  content: "Select";
  border: medium none;
  cursor: pointer;
  height: 39px;
  margin: 0;
  padding: 0;
  width: 106px;
}
.DivisionSelectionDetails {
  padding-top: 0;
}
.DivisionSelectionDetails .BoxTop {
  margin-top: 0 !important;
  font-size: 21px;
  color: #000;
}
.ProfileListDiv {
  float: none;
  display: inline-block;
}
table.comparison td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #EEE;
  padding: 6px 3px;
}
table.comparison tr td:last-child {
  border-right: none;
}
.RegistrationOptionsHeading {
  display: none;
}
.sponsors {
  border-bottom: 3px solid #FFF;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (max-width: 600px) {
  .filters .label {
    display: none;
  }
}
#BannerImage {
  max-width: 100%;
}
#BannerImage > div {
  margin-left: -20px;
  margin-right: -20px;
  background: #dddddd;
  overflow: hidden;
  text-align: center;
  max-height: 200px;
}
#BannerImage > div div {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
#BannerImage > div div:before,
#BannerImage > div div:after {
  content: "";
  display: block;
  background: #666;
  width: 100px;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
#BannerImage > div div:before {
  background: transparent;
  background: linear-gradient(0, #dddddd, rgba(221, 221, 221, 0));
}
#BannerImage > div div:after {
  left: auto;
  right: 0;
  background: transparent;
  background: linear-gradient(0, rgba(221, 221, 221, 0), #dddddd);
}
#BannerImage > div img {
  display: block;
  margin: auto;
  height: auto;
  max-height: 200px !important;
  max-width: 100% !important;
}
.features a:hover {
  background: #EEE;
  background-image: gradient(linear, center bottom, center top, from(#CCC), to(#EEE));
}
.carousel-wrapper,
ul.carousel {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  height: 100%;
  height: 500px;
  min-height: 500px;
  overflow: hidden;
  font-size: 0;
}
.carousel-wrapper {
  width: 100%;
}
.progress {
  margin: auto;
  margin-bottom: -30px;
  height: 30px;
  text-align: center;
  width: 300px;
  position: relative;
  top: -30px;
  z-index: 100;
}
.progress a {
  background: #000;
  border: 1px solid #FFF;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin: 0 9px;
  display: inline-block;
  opacity: 0.8;
}
.progress a span {
  display: none;
}
.progress a.on {
  background: #FFF;
  border-color: #000;
}
ul.carousel {
  width: 600%;
  -moz-transition: left ease-in-out 250ms;
  -o-transition: left ease-in-out 250ms;
  -webkit-transition: left ease-in-out 250ms;
  transition: left ease-in-out 250ms;
}
ul.carousel li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  height: 100%;
  width: 16.6666666%;
  display: inline-block;
  vertical-align: top;
  left: 0;
  text-align: center;
  overflow: hidden;
}
ul.carousel h2 {
  font-size: 36px;
  line-height: 36px;
  color: #000000;
}
ul.carousel .text {
  margin: auto;
  max-width: 950px;
  min-width: 320px;
  text-align: center;
  padding-top: 360px;
  position: relative;
  z-index: 200;
}
ul.carousel .image {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 25;
  min-width: 320px;
}
#home-height {
  min-height: 400px;
}
.columns {
  display: block;
  width: 100%;
}
.columns::after {
  clear: left;
  content: "";
  display: block;
}
.columns > * {
  display: block;
  float: left;
  overflow: hidden;
}
.columns > *:last-child {
  border-right: none;
}
.columns.c2 > .c1 {
  width: 50%;
}
.columns.c3 > .c1 {
  width: 33.3%;
}
.columns.c3 > .c2 {
  width: 66.6%;
}
.columns.c5 > .c1 {
  width: 20%;
}
.columns .column {
  padding: 10px;
}
img {
  vertical-align: middle;
}
.alternate-color-1,
.alternate-color-1 * {
  color: #0d5ba9;
}
.alternate-background-1:not(td),
.alternate-background-2:not(td) {
  display: block;
  padding: 3px 10px;
}
.alternate-background-1.no-padding,
.alternate-background-2.no-padding {
  padding: 0;
}
.alternate-background-1 {
  background-color: #0d5ba9;
  color: #FFF;
}
.alternate-background-1 .h3 {
  color: #FFF;
}
.alternate-background-2 {
  background-color: #DDD;
  color: #000;
}
.StickyGhost {
  top: 150px !important;
}
.StickyGhost tr {
  margin-bottom: 0;
}
.StickyGhost tr th {
  height: auto !important;
}
#Waiver {
  max-width: 1000px;
}
.ticker span {
  display: inline-block;
  background: #000;
  border-radius: 6px;
  position: relative;
  color: #FFF;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  font-size: 3rem;
  margin-right: 5px;
  width: 3rem;
  text-align: center;
}
.ticker span::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  border-bottom: 2px solid #444;
  width: 3rem;
}
@media all and (max-width: 800px) {
  #MainContent {
    position: relative;
  }
  #MainContent p {
    margin-bottom: 8px;
  }
  #TeamNav a {
    font-size: 16px;
  }
}
@media all and (max-width: 870px) {
  #home-height {
    min-height: 415px;
  }
  #MainContent > .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  #BannerImage > div {
    margin-left: -10px;
    margin-right: -10px;
  }
  .columns > * {
    float: none;
    width: auto !important;
    height: auto !important;
    border-bottom: 1px solid #FFF;
  }
  .ProgramDescription table {
    width: 100% !important;
  }
  #MainHeading {
    min-height: 0;
  }
  #EventLogo {
    width: auto;
    height: auto;
    max-height: 200px;
    margin: 30px auto !important;
    left: auto;
    top: auto !important;
    position: relative;
  }
  #EventLogo img {
    position: relative;
    display: block;
    margin: auto;
    height: auto;
    width: auto;
    max-height: 240px;
    max-width: 100%;
  }
  #MainHeading .RegisterButton {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: auto;
  }
}
@media all and (max-width: 1000px) {
  #Footer .columns > * {
    float: none;
    width: auto !important;
    height: auto !important;
    border-right: none;
    border-bottom: 3px solid #FFF;
  }
}
@media (max-width: 1100px) {
  #MainContent .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 870px) {
  .home.jumbo {
    min-height: calc(100vh - 60px);
  }
  .home.jumbo,
  .jumbo,
  #waiver-title {
    background-attachment: scroll;
    background-position: center center;
  }
  .home.jumbo > div > div,
  .jumbo > div > div,
  #waiver-title > div > div {
    max-width: 95%;
  }
  .home.jumbo h1,
  .jumbo h1,
  #waiver-title h1 {
    font-size: 5rem;
    line-height: 4rem;
  }
  .home.jumbo h1 img,
  .jumbo h1 img,
  #waiver-title h1 img {
    max-height: 4rem;
    height: auto;
    max-width: 100%;
  }
}
.initial-circle {
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  display: flex;
  width: 32px;
  max-width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #666;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.athlete-edit-profile-container {
  position: relative;
  z-index: 0;
}
.flex-cards {
  display: flex;
  align-items: center;
  align-items: stretch;
}
.flex-cards > .card-no-flex {
  flex: 1;
}
.flex-cards > .card-no-flex:not(:last-child) {
  margin-right: 10px;
}
.card-list {
  margin: 0;
  padding: 0;
}
.card-list.by-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card-list.by-row > li {
  flex: 1;
}
.card-row-table {
  width: 100%;
}
.card-row-table > tbody > tr > td,
.card-row-table > thead > tr > td,
.card-row-table > tfoot > tr > td,
.card-row-table > tbody > tr > th,
.card-row-table > thead > tr > th,
.card-row-table > tfoot > tr > th {
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  border-bottom: none !important;
  padding: 0;
  text-align: left;
}
.card-grid-list {
  padding: 0;
  margin: 0;
}
.card-grid-list > li {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
}
.card-grid-list > li > * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-grid-list .header {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.05);
}
.dash-hidden .inner-dash {
  display: block !important;
}
.dash-hidden .card > .dashboard-body {
  display: none;
}
.inner-dash:not(.dash-hidden) {
  display: none !important;
}
.dashboard-container .card {
  padding-top: 32px;
  position: relative;
}
.dashboard-container {
  margin-bottom: 40px;
}
.card,
.card-row-table > tbody > tr,
.card-row-table > thead > tr,
.card-row-table > tfoot > tr,
.card-list > li {
  display: flex;
}
.card-list > li {
  margin-bottom: 10px !important;
}
.card,
.card-row-table > tbody > tr,
.card-row-table > thead > tr,
.card-row-table > tfoot > tr,
.card-list > li,
.card-grid-list > li,
.card-no-flex {
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
  border: none;
  margin: 0 0 10px;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
 > .input-rows > li .card.list-input-label,
 > .input-rows > li .card-row-table > tbody > tr.list-input-label,
 > .input-rows > li .card-row-table > thead > tr.list-input-label,
 > .input-rows > li .card-row-table > tfoot > tr.list-input-label,
 > .input-rows > li .card-list > li.list-input-label,
 > .input-rows > li .card-grid-list > li.list-input-label,
 > .input-rows > li .card-no-flex.list-input-label {
  horiz-align: center;
}
.card .disabled-input,
.card-row-table > tbody > tr .disabled-input,
.card-row-table > thead > tr .disabled-input,
.card-row-table > tfoot > tr .disabled-input,
.card-list > li .disabled-input,
.card-grid-list > li .disabled-input,
.card-no-flex .disabled-input {
  background-color: #EEE !important;
  box-shadow: none;
  border: 1px solid #EEE;
  color: #999 !important;
}
.card .disabled-input:-ms-input-placeholder,
.card-row-table > tbody > tr .disabled-input:-ms-input-placeholder,
.card-row-table > thead > tr .disabled-input:-ms-input-placeholder,
.card-row-table > tfoot > tr .disabled-input:-ms-input-placeholder,
.card-list > li .disabled-input:-ms-input-placeholder,
.card-grid-list > li .disabled-input:-ms-input-placeholder,
.card-no-flex .disabled-input:-ms-input-placeholder {
  color: #999 !important;
}
.card .disabled-input:-ms-input-placeholder,
.card-row-table > tbody > tr .disabled-input:-ms-input-placeholder,
.card-row-table > thead > tr .disabled-input:-ms-input-placeholder,
.card-row-table > tfoot > tr .disabled-input:-ms-input-placeholder,
.card-list > li .disabled-input:-ms-input-placeholder,
.card-grid-list > li .disabled-input:-ms-input-placeholder,
.card-no-flex .disabled-input:-ms-input-placeholder {
  color: #999 !important;
}
.card .disabled-input::placeholder,
.card-row-table > tbody > tr .disabled-input::placeholder,
.card-row-table > thead > tr .disabled-input::placeholder,
.card-row-table > tfoot > tr .disabled-input::placeholder,
.card-list > li .disabled-input::placeholder,
.card-grid-list > li .disabled-input::placeholder,
.card-no-flex .disabled-input::placeholder {
  opacity: 1;
  /* firefox (at least it's not ie) */
  color: #999 !important;
}
.card.no-padding,
.card-row-table > tbody > tr.no-padding,
.card-row-table > thead > tr.no-padding,
.card-row-table > tfoot > tr.no-padding,
.card-list > li.no-padding,
.card-grid-list > li.no-padding,
.card-no-flex.no-padding {
  padding: 0;
}
.card.sub,
.card-row-table > tbody > tr.sub,
.card-row-table > thead > tr.sub,
.card-row-table > tfoot > tr.sub,
.card-list > li.sub,
.card-grid-list > li.sub,
.card-no-flex.sub {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.card.as-container,
.card-row-table > tbody > tr.as-container,
.card-row-table > thead > tr.as-container,
.card-row-table > tfoot > tr.as-container,
.card-list > li.as-container,
.card-grid-list > li.as-container,
.card-no-flex.as-container {
  overflow: visible;
}
.card.square,
.card-row-table > tbody > tr.square,
.card-row-table > thead > tr.square,
.card-row-table > tfoot > tr.square,
.card-list > li.square,
.card-grid-list > li.square,
.card-no-flex.square {
  border-radius: 0;
}
.card.gray,
.card-row-table > tbody > tr.gray,
.card-row-table > thead > tr.gray,
.card-row-table > tfoot > tr.gray,
.card-list > li.gray,
.card-grid-list > li.gray,
.card-no-flex.gray {
  background-color: #DDD;
  box-shadow: 0 0 5px #00000044 inset;
}
.card .card.gray,
.card-row-table > tbody > tr .card.gray,
.card-row-table > thead > tr .card.gray,
.card-row-table > tfoot > tr .card.gray,
.card-list > li .card.gray,
.card-grid-list > li .card.gray,
.card-no-flex .card.gray {
  background-color: #EEE;
  /* card in card */
}
.card.highlight,
.card-row-table > tbody > tr.highlight,
.card-row-table > thead > tr.highlight,
.card-row-table > tfoot > tr.highlight,
.card-list > li.highlight,
.card-grid-list > li.highlight,
.card-no-flex.highlight {
  background-color: #FFFFEE;
}
.card.invert,
.card-row-table > tbody > tr.invert,
.card-row-table > thead > tr.invert,
.card-row-table > tfoot > tr.invert,
.card-list > li.invert,
.card-grid-list > li.invert,
.card-no-flex.invert {
  background-color: #333;
  color: #FFF;
}
.card .invert,
.card-row-table > tbody > tr .invert,
.card-row-table > thead > tr .invert,
.card-row-table > tfoot > tr .invert,
.card-list > li .invert,
.card-grid-list > li .invert,
.card-no-flex .invert {
  color: #FFF;
}
.card a,
.card-row-table > tbody > tr a,
.card-row-table > thead > tr a,
.card-row-table > tfoot > tr a,
.card-list > li a,
.card-grid-list > li a,
.card-no-flex a {
  text-decoration: none;
}
.card.top,
.card-row-table > tbody > tr.top,
.card-row-table > thead > tr.top,
.card-row-table > tfoot > tr.top,
.card-list > li.top,
.card-grid-list > li.top,
.card-no-flex.top {
  align-items: flex-start;
}
.card.empty,
.card-row-table > tbody > tr.empty,
.card-row-table > thead > tr.empty,
.card-row-table > tfoot > tr.empty,
.card-list > li.empty,
.card-grid-list > li.empty,
.card-no-flex.empty {
  background-color: rgba(255, 255, 255, 0.5);
}
.card > .dashboard-btn,
.card-row-table > tbody > tr > .dashboard-btn,
.card-row-table > thead > tr > .dashboard-btn,
.card-row-table > tfoot > tr > .dashboard-btn,
.card-list > li > .dashboard-btn,
.card-grid-list > li > .dashboard-btn,
.card-no-flex > .dashboard-btn {
  font-size: 1.5rem;
  position: absolute;
  top: 9px;
  right: 9px;
}
.card > .inner-dash,
.card-row-table > tbody > tr > .inner-dash,
.card-row-table > thead > tr > .inner-dash,
.card-row-table > tfoot > tr > .inner-dash,
.card-list > li > .inner-dash,
.card-grid-list > li > .inner-dash,
.card-no-flex > .inner-dash {
  display: inline;
  float: left;
  margin: 0;
}
.card > .dashboard-body,
.card-row-table > tbody > tr > .dashboard-body,
.card-row-table > thead > tr > .dashboard-body,
.card-row-table > tfoot > tr > .dashboard-body,
.card-list > li > .dashboard-body,
.card-grid-list > li > .dashboard-body,
.card-no-flex > .dashboard-body {
  width: 100%;
}
.card.no-flex,
.card-row-table > tbody > tr.no-flex,
.card-row-table > thead > tr.no-flex,
.card-row-table > tfoot > tr.no-flex,
.card-list > li.no-flex,
.card-grid-list > li.no-flex,
.card-no-flex.no-flex {
  display: block;
}
.card.no-flex > *,
.card-row-table > tbody > tr.no-flex > *,
.card-row-table > thead > tr.no-flex > *,
.card-row-table > tfoot > tr.no-flex > *,
.card-list > li.no-flex > *,
.card-grid-list > li.no-flex > *,
.card-no-flex.no-flex > * {
  flex: none;
}
.card.stat,
.card-row-table > tbody > tr.stat,
.card-row-table > thead > tr.stat,
.card-row-table > tfoot > tr.stat,
.card-list > li.stat,
.card-grid-list > li.stat,
.card-no-flex.stat {
  font-size: 3rem;
  line-height: 1;
  font-family: 'bebas', sans-serif;
  font-weight: normal;
  min-width: 100px;
}
.card.stat small,
.card-row-table > tbody > tr.stat small,
.card-row-table > thead > tr.stat small,
.card-row-table > tfoot > tr.stat small,
.card-list > li.stat small,
.card-grid-list > li.stat small,
.card-no-flex.stat small {
  font-size: 1rem;
  display: block;
}
.card.stat i,
.card-row-table > tbody > tr.stat i,
.card-row-table > thead > tr.stat i,
.card-row-table > tfoot > tr.stat i,
.card-list > li.stat i,
.card-grid-list > li.stat i,
.card-no-flex.stat i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 2rem;
}
.card.stat progress[value],
.card-row-table > tbody > tr.stat progress[value],
.card-row-table > thead > tr.stat progress[value],
.card-row-table > tfoot > tr.stat progress[value],
.card-list > li.stat progress[value],
.card-grid-list > li.stat progress[value],
.card-no-flex.stat progress[value] {
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 1rem;
}
.card.stat progress[value]::-webkit-progress-bar,
.card-row-table > tbody > tr.stat progress[value]::-webkit-progress-bar,
.card-row-table > thead > tr.stat progress[value]::-webkit-progress-bar,
.card-row-table > tfoot > tr.stat progress[value]::-webkit-progress-bar,
.card-list > li.stat progress[value]::-webkit-progress-bar,
.card-grid-list > li.stat progress[value]::-webkit-progress-bar,
.card-no-flex.stat progress[value]::-webkit-progress-bar {
  background-color: #CCC;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.card.stat progress[value]::-webkit-progress-value,
.card-row-table > tbody > tr.stat progress[value]::-webkit-progress-value,
.card-row-table > thead > tr.stat progress[value]::-webkit-progress-value,
.card-row-table > tfoot > tr.stat progress[value]::-webkit-progress-value,
.card-list > li.stat progress[value]::-webkit-progress-value,
.card-grid-list > li.stat progress[value]::-webkit-progress-value,
.card-no-flex.stat progress[value]::-webkit-progress-value {
  background-color: #25aae1;
  border-radius: 4px;
}
.card.stat progress[value]::-moz-progress-bar,
.card-row-table > tbody > tr.stat progress[value]::-moz-progress-bar,
.card-row-table > thead > tr.stat progress[value]::-moz-progress-bar,
.card-row-table > tfoot > tr.stat progress[value]::-moz-progress-bar,
.card-list > li.stat progress[value]::-moz-progress-bar,
.card-grid-list > li.stat progress[value]::-moz-progress-bar,
.card-no-flex.stat progress[value]::-moz-progress-bar {
  background-color: #25aae1;
  border-radius: 4px;
}
.card .flex,
.card-row-table > tbody > tr .flex,
.card-row-table > thead > tr .flex,
.card-row-table > tfoot > tr .flex,
.card-list > li .flex,
.card-grid-list > li .flex,
.card-no-flex .flex {
  display: flex;
  align-items: center;
}
.card .flex.top,
.card-row-table > tbody > tr .flex.top,
.card-row-table > thead > tr .flex.top,
.card-row-table > tfoot > tr .flex.top,
.card-list > li .flex.top,
.card-grid-list > li .flex.top,
.card-no-flex .flex.top {
  align-items: flex-start;
}
.card .flex.stretch,
.card-row-table > tbody > tr .flex.stretch,
.card-row-table > thead > tr .flex.stretch,
.card-row-table > tfoot > tr .flex.stretch,
.card-list > li .flex.stretch,
.card-grid-list > li .flex.stretch,
.card-no-flex .flex.stretch {
  align-items: stretch;
}
.card .flex > .card,
.card-row-table > tbody > tr .flex > .card,
.card-row-table > thead > tr .flex > .card,
.card-row-table > tfoot > tr .flex > .card,
.card-list > li .flex > .card,
.card-grid-list > li .flex > .card,
.card-no-flex .flex > .card {
  margin-right: 10px;
}
.card .flex > *,
.card-row-table > tbody > tr .flex > *,
.card-row-table > thead > tr .flex > *,
.card-row-table > tfoot > tr .flex > *,
.card-list > li .flex > *,
.card-grid-list > li .flex > *,
.card-no-flex .flex > *,
.card > *,
.card-row-table > tbody > tr > *,
.card-row-table > thead > tr > *,
.card-row-table > tfoot > tr > *,
.card-list > li > *,
.card-grid-list > li > *,
.card-no-flex > * {
  flex: 1;
}
.card .full-link,
.card-row-table > tbody > tr .full-link,
.card-row-table > thead > tr .full-link,
.card-row-table > tfoot > tr .full-link,
.card-list > li .full-link,
.card-grid-list > li .full-link,
.card-no-flex .full-link {
  display: flex;
  align-items: center;
  color: #333;
  margin: -10px;
  padding: 10px;
}
.card .full-link:hover,
.card-row-table > tbody > tr .full-link:hover,
.card-row-table > thead > tr .full-link:hover,
.card-row-table > tfoot > tr .full-link:hover,
.card-list > li .full-link:hover,
.card-grid-list > li .full-link:hover,
.card-no-flex .full-link:hover {
  background-color: transparent;
}
.card .full-link > *,
.card-row-table > tbody > tr .full-link > *,
.card-row-table > thead > tr .full-link > *,
.card-row-table > tfoot > tr .full-link > *,
.card-list > li .full-link > *,
.card-grid-list > li .full-link > *,
.card-no-flex .full-link > * {
  flex: 1;
}
.card .arrow-cell,
.card-row-table > tbody > tr .arrow-cell,
.card-row-table > thead > tr .arrow-cell,
.card-row-table > tfoot > tr .arrow-cell,
.card-list > li .arrow-cell,
.card-grid-list > li .arrow-cell,
.card-no-flex .arrow-cell {
  text-align: right;
  max-width: 44px;
  font-size: 21px;
}
.card .arrow-cell.positioned-right,
.card-row-table > tbody > tr .arrow-cell.positioned-right,
.card-row-table > thead > tr .arrow-cell.positioned-right,
.card-row-table > tfoot > tr .arrow-cell.positioned-right,
.card-list > li .arrow-cell.positioned-right,
.card-grid-list > li .arrow-cell.positioned-right,
.card-no-flex .arrow-cell.positioned-right {
  position: absolute;
  right: 0;
  top: 0;
}
.card .BoxTop,
.card-row-table > tbody > tr .BoxTop,
.card-row-table > thead > tr .BoxTop,
.card-row-table > tfoot > tr .BoxTop,
.card-list > li .BoxTop,
.card-grid-list > li .BoxTop,
.card-no-flex .BoxTop {
  margin-top: 0;
}
.card p:last-child,
.card-row-table > tbody > tr p:last-child,
.card-row-table > thead > tr p:last-child,
.card-row-table > tfoot > tr p:last-child,
.card-list > li p:last-child,
.card-grid-list > li p:last-child,
.card-no-flex p:last-child {
  margin-bottom: 0;
}
.theme-admin .card,
.theme-admin .card-row-table > tbody > tr,
.theme-admin .card-row-table > thead > tr,
.theme-admin .card-row-table > tfoot > tr,
.theme-admin .card-list > li,
.theme-admin .card-grid-list > li,
.theme-admin .card-no-flex {
  margin: 0 0 11px 0;
}
.card-row-table.tight-row > tbody > tr {
  padding: 5px 10px;
}
.card-row-table.tight-row > tbody > tr:hover {
  background-color: #F8F8F8;
}
.card-row-table.tight-row > thead > tr {
  background: transparent;
  box-shadow: none;
}
@media all and (max-width: 870px) {
  .flex-cards {
    flex-direction: column;
    align-items: stretch;
  }
  .flex-cards > .card-no-flex:not(:last-child) {
    margin-right: 0;
  }
  .card-row-table > tbody > tr,
  .card-row-table > thead > tr,
  .card-row-table > tfoot > tr,
  .card-list > li,
  .card,
  .card-no-flex {
    margin-bottom: 5px;
  }
  .card-row-table > tbody > tr > *,
  .card-row-table > thead > tr > *,
  .card-row-table > tfoot > tr > *,
  .card-list > li > *,
  .card > *,
  .card-no-flex > * {
    max-width: none;
  }
  .card-row-table > tbody > tr:not(.mobile-flex),
  .card-row-table > thead > tr:not(.mobile-flex),
  .card-row-table > tfoot > tr:not(.mobile-flex),
  .card-list > li:not(.mobile-flex),
  .card:not(.mobile-flex),
  .card-no-flex:not(.mobile-flex),
  .card-row-table > tbody > tr .flex:not(.mobile-flex),
  .card-row-table > thead > tr .flex:not(.mobile-flex),
  .card-row-table > tfoot > tr .flex:not(.mobile-flex),
  .card-list > li .flex:not(.mobile-flex),
  .card .flex:not(.mobile-flex),
  .card-no-flex .flex:not(.mobile-flex) {
    flex-direction: column;
    align-items: stretch;
  }
  .card-row-table > tbody > tr:not(.mobile-flex) > *:not(:last-child),
  .card-row-table > thead > tr:not(.mobile-flex) > *:not(:last-child),
  .card-row-table > tfoot > tr:not(.mobile-flex) > *:not(:last-child),
  .card-list > li:not(.mobile-flex) > *:not(:last-child),
  .card:not(.mobile-flex) > *:not(:last-child),
  .card-no-flex:not(.mobile-flex) > *:not(:last-child),
  .card-row-table > tbody > tr .flex:not(.mobile-flex) > *:not(:last-child),
  .card-row-table > thead > tr .flex:not(.mobile-flex) > *:not(:last-child),
  .card-row-table > tfoot > tr .flex:not(.mobile-flex) > *:not(:last-child),
  .card-list > li .flex:not(.mobile-flex) > *:not(:last-child),
  .card .flex:not(.mobile-flex) > *:not(:last-child),
  .card-no-flex .flex:not(.mobile-flex) > *:not(:last-child) {
    margin-right: 0;
  }
  .card-row-table > tbody > tr .full-link:not(.mobile-flex),
  .card-row-table > thead > tr .full-link:not(.mobile-flex),
  .card-row-table > tfoot > tr .full-link:not(.mobile-flex),
  .card-list > li .full-link:not(.mobile-flex),
  .card .full-link:not(.mobile-flex),
  .card-no-flex .full-link:not(.mobile-flex) {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-row-table > tbody > tr .full-link:not(.mobile-flex) > *,
  .card-row-table > thead > tr .full-link:not(.mobile-flex) > *,
  .card-row-table > tfoot > tr .full-link:not(.mobile-flex) > *,
  .card-list > li .full-link:not(.mobile-flex) > *,
  .card .full-link:not(.mobile-flex) > *,
  .card-no-flex .full-link:not(.mobile-flex) > * {
    max-width: none;
  }
  .card-row-table > tbody > tr .arrow-cell,
  .card-row-table > thead > tr .arrow-cell,
  .card-row-table > tfoot > tr .arrow-cell,
  .card-list > li .arrow-cell,
  .card .arrow-cell,
  .card-no-flex .arrow-cell {
    text-align: right;
  }
  .card-row-table > tbody > tr .mobile-left,
  .card-row-table > thead > tr .mobile-left,
  .card-row-table > tfoot > tr .mobile-left,
  .card-list > li .mobile-left,
  .card .mobile-left,
  .card-no-flex .mobile-left {
    text-align: left !important;
  }
}
.bold {
  font-weight: 700 !important;
}
.italic {
  font-style: italic !important;
}
.text-sm {
  font-size: 13px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
}
.text {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
}
.text-lg {
  font-size: 20px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
}
.text-secondary {
  color: #4d4d4d !important;
}
.text-green {
  color: #398000 !important;
}
.text-error {
  color: #dd0000 !important;
}
.text-black {
  color: #202124 !important;
}
.text-bold {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  font-weight: 700;
  font-weight: 700 !important;
}
.h1 {
  padding-top: 4px;
  font-size: 38px;
  font-family: "Bebas", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 38px;
  font-weight: 700;
  font-weight: 700 !important;
}
.h2 {
  padding-top: 4px;
  font-size: 32px;
  font-family: "Bebas", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 32px;
  font-weight: 700;
  font-weight: 700 !important;
}
.h3 {
  padding-top: 4px;
  font-size: 28px;
  font-family: "Bebas", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 28px;
  font-weight: 700;
  font-weight: 700 !important;
}
.h4 {
  font-size: 24px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 24px;
  font-weight: 700;
  font-weight: 700 !important;
}
.h5 {
  font-size: 20px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 20px;
  font-weight: 700;
  font-weight: 700 !important;
}
.h6 {
  font-size: 18px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 18px;
  font-weight: 700;
  font-weight: 700 !important;
}
#UpdateFooterBtn {
  display: none;
}
.footer-wrap {
  background-color: #FFF;
  border-top: 1px solid #e0e0e0;
}
.sponsors-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 96px;
  padding-top: 64px;
  padding-bottom: 24px;
}
.sponsors-container .h2 {
  color: #000 !important;
}
.sponsors-container img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin: auto;
}
.site-footer {
  display: flex;
  gap: 32px;
  padding: 0 96px;
  padding-top: var(--footer-menu-padding, 32px);
  padding-bottom: var(--footer-menu-padding, 32px);
  background-color: var(--footer-menu-bg, #fff);
  color: var(--footer-menu-font-color, #202124);
}
.site-footer > * {
  flex: 1;
}
.site-footer #FooterLogin,
.site-footer #FooterLogout {
  margin-top: auto;
  align-self: flex-start;
  color: inherit;
}
.site-footer #FooterLogin:hover,
.site-footer #FooterLogout:hover {
  text-decoration: underline;
}
@media (max-width: 870px) {
  .site-footer #FooterLogin,
  .site-footer #FooterLogout {
    display: none;
  }
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 16px 96px;
  color: #FFF;
  text-transform: uppercase;
}
.sub-footer img {
  max-width: 150px;
}
.sub-footer a {
  color: #FFF;
  text-decoration: none;
}
.sub-footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
.sub-footer .copywrite-prefix {
  font-weight: 600;
}
.slick-slider {
  max-width: 100%;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
}
.slick-slider .slick-prev {
  left: -60px;
}
.slick-slider .slick-prev::before {
  content: "\f137";
}
.slick-slider .slick-next {
  right: -60px;
}
.slick-slider .slick-next::before {
  content: "\f138";
}
.slick-slider .slick-slide {
  width: 230px;
}
@media all and (max-width: 1180px) {
  .sponsors-container {
    padding: 24px 8px;
  }
  .site-footer {
    display: flex;
    flex-direction: column;
    gap: calc(8px * 3);
    padding: 16px;
    align-items: center;
  }
  .site-footer * {
    align-items: center;
  }
  .sub-footer {
    text-align: center;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: calc(8px * 2);
  }
  .sub-footer .f-row {
    display: flex !important;
    flex-direction: column !important;
    gap: calc(8px * 2);
  }
  .slick-slider .slick-prev {
    left: 0;
  }
  .slick-slider .slick-next {
    right: 0;
  }
}
#UpdateHeaderBtn {
  display: none;
}
.top-nav-shim {
  height: 0;
  background: var(--primary-nav-bg, #fff);
}
html:has(#TopNav.scrolled) .top-nav-shim {
  height: var(--primary-nav-height);
}
#TopNavPanel {
  width: -moz-available;
  width: -webkit-fill-available;
  color: var(--primary-nav-font-color, #202124);
}
#TopNavPanel .menu-header > a {
  cursor: default !important;
}
.navbars-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1180px) {
  .navbars-container:has(.secondary-navbar) .navbar.secondary-navbar {
    padding-bottom: 6px;
  }
  .navbars-container:has(.secondary-navbar) .navbar.primary-navbar {
    padding-top: var(--primary-nav-adjusted-pt, 6px);
  }
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 96px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar a {
  text-decoration: none;
}
.primary-navbar {
  height: var(--primary-nav-height);
  background: var(--primary-nav-bg, #fff);
  padding-top: var(--primary-nav-padding, 12px);
  padding-bottom: var(--primary-nav-padding, 12px);
  color: var(--primary-nav-font-color, #202124);
}
.primary-navbar a:not(.grit-button) {
  color: var(--primary-nav-font-color, #202124);
}
.primary-navbar .paper {
  background: var(--primary-nav-scroll-bg, #fff);
}
.primary-navbar .paper * {
  color: var(--primary-nav-scroll-font-color, #202124);
}
.primary-navbar.scrolled {
  box-shadow: 0px 1px 1px 0px #00000013, 0px 2px 2px 0px #00000013, 0px 4px 4px 0px #00000013, 0px 0px 8px 0px #00000013, 0px 0px 16px 0px #00000013;
  width: -moz-available;
  width: -webkit-fill-available;
  z-index: 100;
  top: 0;
  position: fixed;
  background: var(--primary-nav-scroll-bg, #fff);
  padding-top: var(--primary-nav-padding, 12px) !important;
  padding-bottom: var(--primary-nav-padding, 12px) !important;
  color: var(--primary-nav-scroll-font-color, #202124);
}
.primary-navbar.scrolled a:not(.grit-button) {
  color: var(--primary-nav-scroll-font-color, #202124);
}
html.PinSubNav .primary-navbar.scrolled {
  box-shadow: none;
}
.secondary-navbar {
  display: var(--secondary-nav-display, flex);
  height: var(--secondary-nav-height);
  background: var(--secondary-nav-bg, #fff);
  padding-top: var(--secondary-nav-padding, 12px);
  padding-bottom: var(--secondary-nav-padding, 12px);
  color: var(--secondary-nav-font-color, #202124);
}
.secondary-navbar a {
  color: var(--secondary-nav-font-color, #202124);
}
.secondary-navbar .paper {
  background: var(--secondary-nav-bg, #fff);
}
.nav-items-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(8px * 3);
  align-self: stretch;
}
.open-left {
  right: 0;
  left: auto;
}
.open-left .list-parent::after {
  content: "" !important;
}
.open-left .list-parent::before {
  content: var(--expand-icon);
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  font-weight: 600;
  transform: rotate(90deg);
}
.open-left .list-parent .child-item-list {
  top: 0px !important;
  right: 100% !important;
  left: auto !important;
}
.open-left .list-parent .child-item-list .paper {
  margin-top: 0 !important;
  margin-right: 4px !important;
}
.nav-items {
  min-height: 32px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.nav-items > * {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 0 12px;
}
.nav-items > *::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  border: 0px solid #e0e0e0;
}
.nav-items > *:hover::before {
  border-bottom-width: 4px;
}
.nav-items > *.active::before,
.nav-items > *:has(li.active)::before {
  border-bottom-width: 4px;
  border-bottom-color: inherit;
}
.nav-items > *:last-child .child-item-list {
  right: 0;
  left: auto;
}
.nav-items > *:last-child .child-item-list .list-parent::after {
  content: "" !important;
}
.nav-items > *:last-child .child-item-list .list-parent::before {
  content: var(--expand-icon);
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  font-weight: 600;
  transform: rotate(90deg);
}
.nav-items > *:last-child .child-item-list .list-parent .child-item-list {
  top: 0px !important;
  right: 100% !important;
  left: auto !important;
}
.nav-items > *:last-child .child-item-list .list-parent .child-item-list .paper {
  margin-top: 0 !important;
  margin-right: 4px !important;
}
.nav-items > * a {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
}
.list-parent {
  position: relative;
}
.list-parent::after {
  display: inline-block;
  content: var(--expand-icon);
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.list-parent:hover::after {
  transform: rotate(180deg);
}
.list-parent:hover > .child-item-list {
  visibility: visible;
  opacity: 1;
}
.child-item-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 101;
  transition: visibility 0.3s, opacity 0.3s;
}
.child-item-list .paper {
  margin-top: 8px;
  min-width: 156px;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px #00000013, 0px 2px 2px 0px #00000013, 0px 4px 4px 0px #00000013, 0px 0px 8px 0px #00000013, 0px 0px 16px 0px #00000013;
}
.child-item-list li {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0px 12px;
  font-weight: 500;
  border-bottom: 1px solid #f2f2f2;
}
.child-item-list li.active {
  border-left: 4px solid #202124;
  padding-left: 8px;
  background-color: #f2fbff;
  color: #202124;
}
.child-item-list li.active > a {
  color: #202124;
}
.child-item-list li:hover {
  background-color: #eee;
}
.child-item-list li:hover > a,
.child-item-list li:hover i,
.child-item-list li:hover::after,
.child-item-list li:hover::before {
  color: #202124;
}
.child-item-list li a {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
}
.child-item-list .list-parent:has(li.active) {
  background-color: #f2fbff;
  color: #202124;
}
.child-item-list .list-parent:has(li.active) > a {
  color: #202124;
}
.child-item-list .list-parent::after {
  content: var(--expand-icon);
  transform: rotate(-90deg);
}
.child-item-list .list-parent:hover {
  font-weight: 600;
}
.child-item-list .list-parent:hover::after {
  transform: rotate(-90deg);
}
.child-item-list .list-parent .child-item-list {
  top: 0px;
  left: 100%;
}
.child-item-list .list-parent .child-item-list .paper {
  margin-top: 0;
  margin-left: 4px;
}
.user-menu {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.user-menu.list-parent::before {
  content: none;
}
.user-menu .child-item-list {
  right: 0;
  left: auto;
}
#HomeLink {
  width: 64px;
  height: 64px;
  background-image: var(--nav-logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.number-in-cart {
  text-align: center;
  top: -8px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  right: -4px;
  background: #219ad9;
  border-radius: 32px;
  height: 16px;
  width: 16px;
  display: block;
  line-height: 16px;
}
#MobileNavToggleWrapper {
  display: none;
}
.toggle-wrapper input {
  display: none;
}
.toggle-wrapper label {
  display: inline-block;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1.5;
}
.mobile-nav-drawer {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 102;
  transition: right 0.3s ease;
  box-shadow: 0px 1px 1px 0px #00000013, 0px 2px 2px 0px #00000013, 0px 4px 4px 0px #00000013, 0px 0px 8px 0px #00000013, 0px 0px 16px 0px #00000013;
}
.mobile-nav-drawer ul,
.mobile-nav-drawer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav-drawer a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: #202124;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-weight: normal;
  height: 52px;
  border-top: 1px solid #f2f2f2;
}
.mobile-nav-drawer a:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}
.mobile-nav-drawer *.active {
  border-left: 4px solid #202124;
  background-color: #f2fbff;
}
.mobile-nav-drawer *.active > a {
  color: #202124;
}
.mobile-nav-drawer .mobile-nav-drawer-header {
  display: flex;
  flex-direction: row;
  height: 52px;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  padding: 0 16px;
}
.mobile-nav-drawer .mobile-nav-menu {
  overflow: auto;
}
.mobile-nav-drawer .mobile-nav-menu .nav-item:has(*.active) > a {
  background-color: #f2fbff;
  color: #202124;
}
.mobile-nav-drawer .mobile-nav-menu .nav-item > a {
  padding: 8px 16px;
  font-size: 1.25rem;
  font-weight: 700;
}
.mobile-nav-drawer .mobile-nav-menu .nav-child > a {
  padding: 8px 24px;
}
.mobile-nav-drawer .mobile-nav-menu .nav-grandchild > a {
  padding: 8px 32px;
}
.mobile-nav-drawer .mobile-nav-menu .expand-icon {
  margin-left: auto;
  transition: transform 0.3s ease;
}
.mobile-nav-drawer .mobile-nav-menu .nav-item.expanded > a .expand-icon {
  transform: rotate(180deg);
}
.mobile-nav-drawer .mobile-nav-menu .nav-children,
.mobile-nav-drawer .mobile-nav-menu .nav-grandchildren {
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav-drawer .mobile-nav-drawer-footer {
  margin-top: auto;
}
.mobile-nav-drawer .mobile-nav-drawer-footer a {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 8px 16px;
}
#MobileNavToggleWrapper:has(#MobileNavToggle:checked) ~ .mobile-nav-drawer {
  right: 0;
}
@media all and (max-width: 1180px) {
  --primary-nav-height: 80px;
  #TopNavPanel nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #TopNavPanel nav .navbars-container {
    width: 100%;
  }
  #TopNavPanel #MobileNavToggleWrapper {
    display: inline-block;
  }
  #TopNavPanel #UserMenu,
  #TopNavPanel #MainNavItems,
  #TopNavPanel #SecondaryNav {
    display: none;
  }
  #TopNavPanel .navbar {
    padding: 0 12px;
  }
}
.grit-autosuggest .as-container {
  width: 100%;
  height: 36px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  color: #202124;
  height: auto;
  min-height: 48px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}
@media (width >= 481px) {
  .grit-autosuggest .as-container {
    max-width: 360px;
  }
}
.grit-autosuggest .as-container::placeholder {
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  color: #a6a6a6;
  text-transform: none;
}
.grit-autosuggest .as-container:hover {
  outline: 3px solid #e0e0e0;
}
.grit-autosuggest .as-container:focus,
.grit-autosuggest .as-container:focus-within {
  border-color: #219ad9;
  outline: 3px solid #c2e2f2;
}
.grit-autosuggest .as-container:disabled {
  background-color: #e0e0e0;
}
.grit-autosuggest .as-container ul.as-selections {
  padding: 0;
  border: none;
  border-radius: 0;
}
.grit-autosuggest .as-container ul.as-selections li.as-selection-item,
.grit-autosuggest .as-container ul.as-selections li.as-selection-item.blur {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
  color: #202124;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background-color: #e0e0e0;
  margin: 0;
  padding: 4px 6px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  text-shadow: none;
}
.grit-autosuggest .as-container ul.as-selections li.as-selection-item i,
.grit-autosuggest .as-container ul.as-selections li.as-selection-item.blur i {
  width: 14px;
  height: 14px;
  color: #202124;
  font-size: 14px;
  cursor: pointer;
}
.grit-autosuggest .as-container ul.as-selections li.as-original {
  margin: 0;
}
.grit-autosuggest .as-container ul.as-selections li.as-original input.as-input {
  border-radius: 0;
  padding: 0;
}
.grit-autosuggest .as-container ul.as-selections li.as-original input.as-input::placeholder {
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  color: #a6a6a6;
  text-transform: none;
}
.grit-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grit-checkbox.required label::after {
  content: "*";
  color: #dd0000;
  margin-left: 4px;
}
.grit-checkbox input[type="checkbox"] {
  display: none;
}
.grit-checkbox input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #fff;
  background-color: #219ad9;
  border-color: #219ad9;
}
.grit-checkbox input[type="checkbox"]:checked + label:hover::before {
  background-color: #0a76ae;
  border-color: #0a76ae;
}
.grit-checkbox label {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  color: #202124;
  display: flex;
  flex-direction: row;
  padding: 8px;
  padding-left: 0;
  cursor: pointer;
}
.grit-checkbox label:hover::before {
  border-color: #a6a6a6;
}
.grit-checkbox label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 2px solid;
  border-color: #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
}
.grit-form {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 2);
}
.grit-input {
  width: 100%;
  height: 36px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  color: #202124;
}
@media (width >= 481px) {
  .grit-input {
    max-width: 360px;
  }
}
.grit-input::placeholder {
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  color: #a6a6a6;
  text-transform: none;
}
.grit-input:hover {
  outline: 3px solid #e0e0e0;
}
.grit-input:focus,
.grit-input:focus-within {
  border-color: #219ad9;
  outline: 3px solid #c2e2f2;
}
.grit-input:disabled {
  background-color: #e0e0e0;
}
input[type="range"].grit-input {
  padding: 8px 0;
  cursor: pointer;
}
.grit-input-control {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (width >= 481px) {
  .grit-input-control {
    max-width: 360px;
  }
}
.grit-input-control.required label::after {
  content: "*";
  color: #dd0000;
  margin-left: 4px;
}
.grit-input-control label {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  font-weight: 700;
  font-weight: 700 !important;
}
.grit-input-control .hint {
  font-size: 13px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
}
.grit-file-upload {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  width: 1px;
}
.grit-form-control {
  font-size: 16px;
  display: grid;
  grid-template-columns: 16px auto;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.grit-form-control:hover input[type="radio"] {
  border-color: #a6a6a6;
}
.grit-form-control:hover input[type="radio"]:checked::after {
  background-color: #0a76ae;
}
.grit-form-control:hover input[type="checkbox"] {
  border-color: #a6a6a6;
}
.grit-form-control:hover input[type="checkbox"]:checked {
  border-color: #0a76ae;
  background-color: #0a76ae;
}
.grit-form-control input[type="radio"],
.grit-form-control input[type="checkbox"] {
  appearance: none;
  background-color: transparent;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.grit-form-control input[type="radio"] {
  font: inherit;
  width: 1em;
  height: 1em;
  border: 0.15em solid #e0e0e0;
  border-radius: 50%;
}
.grit-form-control input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #219ad9;
  transition: transform 120ms ease-in-out;
}
.grit-form-control input[type="radio"]:checked {
  border-color: #219ad9;
}
.grit-form-control input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.grit-form-control input[type="checkbox"] {
  font: inherit;
  width: 1em;
  height: 1em;
  border: 0.15em solid #e0e0e0;
  border-radius: 4px;
}
.grit-form-control input[type="checkbox"]::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.9em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  transition: transform 120ms ease-in-out;
  line-height: 1;
}
.grit-form-control input[type="checkbox"]:checked {
  border-color: #219ad9;
  background-color: #219ad9;
}
.grit-form-control input[type="checkbox"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.range-tooltip {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #202124;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.range-tooltip.arrow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.grit-search {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (width >= 481px) {
  .grit-search {
    max-width: 360px;
  }
}
.grit-search::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  position: absolute;
  left: 8px;
}
.grit-search input {
  padding-left: 32px;
}
.grit-input-control-row .grit-form {
  align-items: unset;
  max-width: 700px;
}
.grit-input-control-row > *:not(.grit-form) .grit-input-control {
  flex-direction: row;
  max-width: 520px;
}
.grit-input-control-row > *:not(.grit-form) .grit-input-control label {
  min-width: 152px;
}
.grit-theme .sortable-table .top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 8px 0;
  flex-wrap: wrap;
}
.grit-theme .sortable-table .top-nav h2 {
  padding-top: 4px;
  font-size: 28px;
  font-family: "Bebas", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 28px;
  font-weight: 700;
  font-weight: 700 !important;
}
.grit-theme .sortable-table .top-nav h2.sectioning {
  margin-top: 20px;
}
.grit-theme .sortable-table .top-nav .controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.grit-theme .sortable-table .top-nav .controls .table-search-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
@media (width >= 481px) {
  .grit-theme .sortable-table .top-nav .controls .table-search-container {
    max-width: 360px;
  }
}
.grit-theme .sortable-table .top-nav .controls .table-search-container::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  position: absolute;
  left: 8px;
}
.grit-theme .sortable-table .top-nav .controls .table-search-container input {
  padding-left: 32px;
}
.grit-theme .sortable-table .top-nav .controls .table-search-container input {
  width: 100%;
  height: 36px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  color: #202124;
  padding-left: 32px;
}
@media (width >= 481px) {
  .grit-theme .sortable-table .top-nav .controls .table-search-container input {
    max-width: 360px;
  }
}
.grit-theme .sortable-table .top-nav .controls .table-search-container input::placeholder {
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  color: #a6a6a6;
  text-transform: none;
}
.grit-theme .sortable-table .top-nav .controls .table-search-container input:hover {
  outline: 3px solid #e0e0e0;
}
.grit-theme .sortable-table .top-nav .controls .table-search-container input:focus,
.grit-theme .sortable-table .top-nav .controls .table-search-container input:focus-within {
  border-color: #219ad9;
  outline: 3px solid #c2e2f2;
}
.grit-theme .sortable-table .top-nav .controls .table-search-container input:disabled {
  background-color: #e0e0e0;
}
.grit-theme .sortable-table .top-nav .controls .table-search-container i {
  display: none;
}
.grit-theme .sortable-table .top-nav .controls .menu-button {
  display: inline-flex;
  color: #202124;
  background: transparent;
  border: none;
  border-radius: 100%;
  border-color: #202124;
  margin: 0;
  padding: 0.5rem;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #219ad9;
  background-color: #fff;
  border-color: #219ad9;
  border: 2px solid;
  width: unset;
  height: unset;
  min-width: unset;
}
.grit-theme .sortable-table .top-nav .controls .menu-button > * {
  width: 1em;
  height: 1em;
}
.grit-theme .sortable-table .top-nav .controls .menu-button i {
  position: relative;
}
.grit-theme .sortable-table .top-nav .controls .menu-button i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grit-theme .sortable-table .top-nav .controls .menu-button:hover {
  background-color: #f2f2f2;
  color: #202124;
}
.grit-theme .sortable-table .top-nav .controls .menu-button:disabled {
  color: #a6a6a6 !important;
  pointer-events: none !important;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.sm {
  padding: 0.375rem;
  font-size: 1rem;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.lg {
  padding: 0.75rem;
  font-size: 1.5rem;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.outlined {
  border: 2px solid;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.primary {
  color: #219ad9;
  background-color: #fff;
  border-color: #219ad9;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.primary:hover {
  color: #0a76ae;
  border-color: #0a76ae;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.primary:active {
  color: #fff;
  background-color: #219ad9;
  border-color: #219ad9;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.secondary {
  color: #202124;
  background-color: #fff;
  border-color: #a6a6a6;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.secondary:hover {
  border-color: #202124;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.secondary:active {
  color: #fff;
  background-color: #202124;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.error {
  color: #dd0000;
}
.grit-theme .sortable-table .top-nav .controls .menu-button.error:hover {
  color: #dd0000;
}
.grit-theme .sortable-table .top-nav .controls .menu-button:hover {
  color: #0a76ae;
  border-color: #0a76ae;
}
.grit-theme .sortable-table .top-nav .controls .menu-button:active {
  color: #fff;
  background-color: #219ad9;
  border-color: #219ad9;
}
.grit-theme .sortable-table .top-nav .controls .menu-button i {
  font-size: inherit;
  line-height: normal;
  transform: none;
}
.grit-theme .sortable-table > div.card {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: none;
}
.grit-theme .sortable-table thead th {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  font-weight: 700;
  font-weight: 700 !important;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
}
.grit-theme .sortable-table thead th:last-of-type {
  border-right: none;
}
.grit-theme .sortable-table thead th.sortable::after {
  content: "\f0d8\A\f0d7";
  font-size: 12px;
  color: #4d4d4d;
}
.grit-theme .sortable-table thead th .right-border {
  display: none;
}
.grit-theme .sortable-table tbody td {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 8px;
  vertical-align: middle;
}
.grit-theme .sortable-table tbody td a {
  text-decoration: underline;
}
.grit-theme .sortable-table tbody td .grit-button,
.grit-theme .sortable-table tbody td .grit-icon-button {
  width: unset;
  height: unset;
  min-width: unset;
}
.grit-theme .sortable-table tbody td .grit-button i,
.grit-theme .sortable-table tbody td .grit-icon-button i {
  font-size: inherit;
  line-height: normal;
  transform: none;
}
.grit-theme .sortable-table tbody td .grit-icon-button {
  width: unset;
  height: unset;
  min-width: unset;
}
.grit-theme .sortable-table tbody td .grit-icon-button i {
  font-size: inherit;
  line-height: normal;
  transform: none;
}
.grit-theme .sortable-table tfoot td {
  border-top: 1px solid #e0e0e0;
}
.grit-theme .GradientRowTable {
  overflow: auto;
}
.grit-theme .GradientRowTable .alternate-row {
  background-color: #f2fbff;
}
.grit-theme .GradientRowTable thead th,
.grit-theme .GradientRowTable tbody th {
  padding: 12px;
  background-color: #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: none;
}
.grit-theme .GradientRowTable thead th:last-of-type,
.grit-theme .GradientRowTable tbody th:last-of-type {
  border-right: none;
}
.grit-theme .GradientRowTable thead td,
.grit-theme .GradientRowTable tbody td {
  padding: 8px 12px;
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  color: #4d4d4d;
  height: 48px;
  vertical-align: middle;
}
@media (max-width: 870px) {
  .grit-theme .GradientRowTable thead td,
  .grit-theme .GradientRowTable tbody td {
    white-space: nowrap;
  }
}
.grit-button {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
  margin: 0;
  line-height: normal;
  height: 36px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.grit-button:hover {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.grit-button:active {
  color: #fff;
  background-color: #0a76ae;
  border-color: transparent;
}
.grit-button[disabled],
.grit-button:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button:hover {
  border: none;
  box-shadow: 0px 6px 12px 0px #00000033;
}
.grit-button:active {
  box-shadow: none;
}
.grit-button.contained {
  padding: 8px 16px;
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.grit-button.contained:hover {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.grit-button.contained:active {
  color: #fff;
  background-color: #0a76ae;
  border-color: transparent;
}
.grit-button.contained[disabled],
.grit-button.contained:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.contained:hover {
  border: none;
  box-shadow: 0px 6px 12px 0px #00000033;
}
.grit-button.contained:active {
  box-shadow: none;
}
.grit-button.contained:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.text-button {
  padding: 8px 4px;
  color: #219ad9;
  background-color: transparent;
  border-color: transparent;
}
.grit-button.text-button:hover {
  color: #005d8c;
  background-color: transparent;
  border-color: transparent;
}
.grit-button.text-button:active {
  color: #202124;
  background-color: transparent;
  border-color: transparent;
}
.grit-button.text-button[disabled],
.grit-button.text-button:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.text-button:hover {
  box-shadow: none;
}
.grit-button.text-button.error {
  color: #dd0000;
  background-color: null;
  border-color: null;
}
.grit-button.text-button.error:hover {
  color: #A60000;
  background-color: null;
  border-color: null;
}
.grit-button.text-button.error:active {
  color: #202124;
  background-color: null;
  border-color: null;
}
.grit-button.text-button.error[disabled],
.grit-button.text-button.error:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.text-button:disabled {
  background-color: transparent;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.outlined {
  border: 2px solid;
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.grit-button.outlined:hover {
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.grit-button.outlined:active {
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.grit-button.outlined[disabled],
.grit-button.outlined:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.outlined.error {
  color: #dd0000;
  background-color: null;
  border-color: #dd0000;
}
.grit-button.outlined.error:hover {
  color: #dd0000;
  background-color: null;
  border-color: #dd0000;
}
.grit-button.outlined.error:active {
  color: #dd0000;
  background-color: #f2f2f2;
  border-color: #dd0000;
}
.grit-button.outlined.error[disabled],
.grit-button.outlined.error:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.outlined.secondary {
  color: #202124;
  background-color: #fff;
  border-color: #a6a6a6;
}
.grit-button.outlined.secondary:hover {
  color: #202124;
  background-color: #fff;
  border-color: #202124;
}
.grit-button.outlined.secondary:active {
  color: #202124;
  background-color: #f2f2f2;
  border-color: #a6a6a6;
}
.grit-button.outlined.secondary[disabled],
.grit-button.outlined.secondary:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.grit-button.xs {
  height: 21px;
  padding: 4px 8px;
  gap: 4px;
  font-size: 10px;
}
.grit-button.sm {
  height: 32px;
  padding: 8px 12px;
  gap: 4px;
  font-size: 13px;
}
.grit-button.lg {
  height: 44px;
  padding: 12px 24px;
}
.grit-button.xl {
  height: 52px;
  padding: 16px;
  border-radius: 8px;
}
.grit-icon-button {
  display: inline-flex;
  color: #202124;
  background: transparent;
  border: none;
  border-radius: 100%;
  border-color: #202124;
  margin: 0;
  padding: 0.5rem;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.grit-icon-button > * {
  width: 1em;
  height: 1em;
}
.grit-icon-button i {
  position: relative;
}
.grit-icon-button i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grit-icon-button:hover {
  background-color: #f2f2f2;
  color: #202124;
}
.grit-icon-button:disabled {
  color: #a6a6a6 !important;
  pointer-events: none !important;
}
.grit-icon-button.sm {
  padding: 0.375rem;
  font-size: 1rem;
}
.grit-icon-button.lg {
  padding: 0.75rem;
  font-size: 1.5rem;
}
.grit-icon-button.outlined {
  border: 2px solid;
}
.grit-icon-button.primary {
  color: #219ad9;
  background-color: #fff;
  border-color: #219ad9;
}
.grit-icon-button.primary:hover {
  color: #0a76ae;
  border-color: #0a76ae;
}
.grit-icon-button.primary:active {
  color: #fff;
  background-color: #219ad9;
  border-color: #219ad9;
}
.grit-icon-button.secondary {
  color: #202124;
  background-color: #fff;
  border-color: #a6a6a6;
}
.grit-icon-button.secondary:hover {
  border-color: #202124;
}
.grit-icon-button.secondary:active {
  color: #fff;
  background-color: #202124;
}
.grit-icon-button.error {
  color: #dd0000;
}
.grit-icon-button.error:hover {
  color: #dd0000;
}
h2.title {
  padding-top: 4px;
  font-size: 32px;
  font-family: "Bebas", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 32px;
  font-weight: 700;
  font-weight: 700 !important;
  font-size: 36px;
  line-height: 36px;
  margin-top: auto;
}
h2.title.sectioning {
  margin-top: 40px;
}
h4.title {
  font-size: 24px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 24px;
  font-weight: 700;
  font-weight: 700 !important;
  color: #202124;
}
h4.title.sectioning {
  margin-top: 10px;
}
h5.title {
  font-size: 20px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 20px;
  font-weight: 700;
  font-weight: 700 !important;
  color: #202124;
}
.pay-later-info-wrap {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 4);
  padding: 16px 8px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  color: #202124;
}
.cart-left-panel {
  flex: 1 1 300px;
  min-width: 0;
}
.cart-left-panel .cart-back-btn {
  position: absolute;
  bottom: 0;
}
.item-list {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 2);
  padding: 0;
  margin: 0;
}
.item-list .cart-item {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: calc(8px * 2);
  align-items: center;
  width: 100%;
  min-height: 128px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 1px 0px #00000013, 0px 2px 2px 0px #00000013, 0px 4px 4px 0px #00000013, 0px 0px 8px 0px #00000013, 0px 0px 16px 0px #00000013;
}
.item-list .cart-item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(8px / 2);
}
.item-list .cart-item .content .link {
  font-weight: 700;
  font-weight: 700 !important;
  text-decoration: underline;
  color: #0a76ae;
  transition: all 0.1s ease;
}
.item-list .cart-item .content .link:hover {
  color: #219ad9;
}
.item-list .cart-item .content .extra-desc {
  background-color: #f2f2f2;
  font-size: 13px;
  padding: 8px;
  border-radius: 4px;
  color: #202124;
  margin-top: auto;
}
.cart-right-panel {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 1px 0px #00000013, 0px 2px 2px 0px #00000013, 0px 4px 4px 0px #00000013, 0px 0px 8px 0px #00000013, 0px 0px 16px 0px #00000013;
  position: sticky;
  top: 108px;
  width: 300px;
  height: fit-content;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 870px) {
  .cart-right-panel {
    margin-top: 0;
    width: 100%;
  }
}
.cart-right-panel .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
}
.cart-right-panel .header .title {
  font-size: 18px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 18px;
  font-weight: 700;
  font-weight: 700 !important;
  color: #202124;
}
.cart-right-panel .content {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 3);
  padding: 16px;
}
.cart-right-panel .content .total {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 2);
}
.cart-right-panel .discount-btn {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
  margin: 0;
  line-height: normal;
  height: 36px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  display: none;
}
.cart-right-panel .discount-btn:hover {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.cart-right-panel .discount-btn:active {
  color: #fff;
  background-color: #0a76ae;
  border-color: transparent;
}
.cart-right-panel .discount-btn[disabled],
.cart-right-panel .discount-btn:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn:hover {
  border: none;
  box-shadow: 0px 6px 12px 0px #00000033;
}
.cart-right-panel .discount-btn:active {
  box-shadow: none;
}
.cart-right-panel .discount-btn.contained {
  padding: 8px 16px;
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.cart-right-panel .discount-btn.contained:hover {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.cart-right-panel .discount-btn.contained:active {
  color: #fff;
  background-color: #0a76ae;
  border-color: transparent;
}
.cart-right-panel .discount-btn.contained[disabled],
.cart-right-panel .discount-btn.contained:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.contained:hover {
  border: none;
  box-shadow: 0px 6px 12px 0px #00000033;
}
.cart-right-panel .discount-btn.contained:active {
  box-shadow: none;
}
.cart-right-panel .discount-btn.contained:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.text-button {
  padding: 8px 4px;
  color: #219ad9;
  background-color: transparent;
  border-color: transparent;
}
.cart-right-panel .discount-btn.text-button:hover {
  color: #005d8c;
  background-color: transparent;
  border-color: transparent;
}
.cart-right-panel .discount-btn.text-button:active {
  color: #202124;
  background-color: transparent;
  border-color: transparent;
}
.cart-right-panel .discount-btn.text-button[disabled],
.cart-right-panel .discount-btn.text-button:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.text-button:hover {
  box-shadow: none;
}
.cart-right-panel .discount-btn.text-button.error {
  color: #dd0000;
  background-color: null;
  border-color: null;
}
.cart-right-panel .discount-btn.text-button.error:hover {
  color: #A60000;
  background-color: null;
  border-color: null;
}
.cart-right-panel .discount-btn.text-button.error:active {
  color: #202124;
  background-color: null;
  border-color: null;
}
.cart-right-panel .discount-btn.text-button.error[disabled],
.cart-right-panel .discount-btn.text-button.error:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.text-button:disabled {
  background-color: transparent;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.outlined {
  border: 2px solid;
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.cart-right-panel .discount-btn.outlined:hover {
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.cart-right-panel .discount-btn.outlined:active {
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.cart-right-panel .discount-btn.outlined[disabled],
.cart-right-panel .discount-btn.outlined:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.outlined.error {
  color: #dd0000;
  background-color: null;
  border-color: #dd0000;
}
.cart-right-panel .discount-btn.outlined.error:hover {
  color: #dd0000;
  background-color: null;
  border-color: #dd0000;
}
.cart-right-panel .discount-btn.outlined.error:active {
  color: #dd0000;
  background-color: #f2f2f2;
  border-color: #dd0000;
}
.cart-right-panel .discount-btn.outlined.error[disabled],
.cart-right-panel .discount-btn.outlined.error:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.outlined.secondary {
  color: #202124;
  background-color: #fff;
  border-color: #a6a6a6;
}
.cart-right-panel .discount-btn.outlined.secondary:hover {
  color: #202124;
  background-color: #fff;
  border-color: #202124;
}
.cart-right-panel .discount-btn.outlined.secondary:active {
  color: #202124;
  background-color: #f2f2f2;
  border-color: #a6a6a6;
}
.cart-right-panel .discount-btn.outlined.secondary[disabled],
.cart-right-panel .discount-btn.outlined.secondary:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.cart-right-panel .discount-btn.xs {
  height: 21px;
  padding: 4px 8px;
  gap: 4px;
  font-size: 10px;
}
.cart-right-panel .discount-btn.sm {
  height: 32px;
  padding: 8px 12px;
  gap: 4px;
  font-size: 13px;
}
.cart-right-panel .discount-btn.lg {
  height: 44px;
  padding: 12px 24px;
}
.cart-right-panel .discount-btn.xl {
  height: 52px;
  padding: 16px;
  border-radius: 8px;
}
.cart-right-panel .discount-btn.show {
  display: inline-flex;
}
.cart-right-panel ul.cart-totals > div {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 1.5);
}
.cart-right-panel ul.cart-totals .h5 {
  font-size: 20px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  line-height: 20px;
  font-weight: 700;
  font-weight: 700 !important;
  color: #202124;
}
.site-container {
  --top-nav-bg: #000;
  --top-nav-text-color: #fff;
  --header-bg: #000;
  --header-text-color: #fff;
}
#page-edit-toolbar-root {
  position: sticky;
  top: 0;
  z-index: 101;
  height: 72px;
}
#sidebar-root {
  position: sticky;
  top: 72px;
  height: calc(100vh - 72px);
}
.site-container {
  position: relative;
  min-width: 0;
  flex: 1;
}
.site-container #TopNavPanel.transparent {
  background: transparent;
  color: var(--header-text-color);
}
.site-container #TopNavPanel.scrolled {
  background: var(--top-nav-bg);
  color: var(--top-nav-text-color);
}
.site-container .page-header-box {
  background: var(--header-bg);
  color: var(--header-text-color);
  min-height: 255px;
  width: 100%;
  padding: 160px 96px 64px 96px;
  display: flex;
  flex-direction: column;
  gap: calc(8px * 2);
  justify-content: flex-end;
  align-items: flex-start;
}
.site-container .page-intro {
  font-size: 20px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
}
.site-container .page-content {
  min-height: 80px;
  padding: 64px 96px;
}
.site-container.editing {
  padding: 16px 64px;
}
.site-container.editing #TopNavPanel {
  pointer-events: none;
  top: 44px;
  margin: 0 5px;
}
.site-container.editing #TopNavPanel.scrolled {
  position: absolute;
}
.site-container.editing #TopNavPanel .navbar {
  padding: 12px 48px;
}
.site-container .ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  top: 72px;
}
.site-container .ck-editor__main {
  --ck-spacing-standard: 16px;
  --ck-widget-outline-thickness: 4px;
  --ck-color-focus-border: #0a76ae;
  --ck-color-widget-blurred-border: #0a76ae;
}
.site-container .ck-editor__main .page-header-box {
  position: relative;
  margin: -8px -8px 0 -8px;
  width: calc(100% + 16px);
}
.site-container .ck-editor__main .page-header-box.ck-widget_selected {
  outline-offset: -4px;
}
.site-container .ck-editor__main .page-header-box.ck-widget:hover {
  outline-offset: -4px;
}
.start-edit-btn {
  position: fixed;
  bottom: 22px;
  right: 88px;
}
.start-edit-btn.hidden {
  display: none;
}
.program-header {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  gap: calc(8px * 3);
  align-items: center;
  max-width: 1100px;
  position: relative;
  margin: auto;
  display: block;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  min-height: 400px;
  padding: 60px 0;
}
.program-header.editing-container {
  max-width: calc(1100px + 60px);
}
@media (max-width: 870px) {
  .program-header {
    padding: 16px;
  }
}
.event-intro {
  display: flex;
  flex-direction: column;
  gap: calc(8px * 3);
  max-width: 540px;
  justify-content: center;
}
.program-logo {
  max-height: 400px;
  max-width: 100%;
  margin: auto;
}
.registration-options .bulk-reg-btn {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
  margin: 0;
  line-height: normal;
  height: 36px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.registration-options .bulk-reg-btn:hover {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.registration-options .bulk-reg-btn:active {
  color: #fff;
  background-color: #0a76ae;
  border-color: transparent;
}
.registration-options .bulk-reg-btn[disabled],
.registration-options .bulk-reg-btn:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn:hover {
  border: none;
  box-shadow: 0px 6px 12px 0px #00000033;
}
.registration-options .bulk-reg-btn:active {
  box-shadow: none;
}
.registration-options .bulk-reg-btn.contained {
  padding: 8px 16px;
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.registration-options .bulk-reg-btn.contained:hover {
  color: #fff;
  background-color: #219ad9;
  border-color: transparent;
}
.registration-options .bulk-reg-btn.contained:active {
  color: #fff;
  background-color: #0a76ae;
  border-color: transparent;
}
.registration-options .bulk-reg-btn.contained[disabled],
.registration-options .bulk-reg-btn.contained:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.contained:hover {
  border: none;
  box-shadow: 0px 6px 12px 0px #00000033;
}
.registration-options .bulk-reg-btn.contained:active {
  box-shadow: none;
}
.registration-options .bulk-reg-btn.contained:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.text-button {
  padding: 8px 4px;
  color: #219ad9;
  background-color: transparent;
  border-color: transparent;
}
.registration-options .bulk-reg-btn.text-button:hover {
  color: #005d8c;
  background-color: transparent;
  border-color: transparent;
}
.registration-options .bulk-reg-btn.text-button:active {
  color: #202124;
  background-color: transparent;
  border-color: transparent;
}
.registration-options .bulk-reg-btn.text-button[disabled],
.registration-options .bulk-reg-btn.text-button:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.text-button:hover {
  box-shadow: none;
}
.registration-options .bulk-reg-btn.text-button.error {
  color: #dd0000;
  background-color: null;
  border-color: null;
}
.registration-options .bulk-reg-btn.text-button.error:hover {
  color: #A60000;
  background-color: null;
  border-color: null;
}
.registration-options .bulk-reg-btn.text-button.error:active {
  color: #202124;
  background-color: null;
  border-color: null;
}
.registration-options .bulk-reg-btn.text-button.error[disabled],
.registration-options .bulk-reg-btn.text-button.error:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.text-button:disabled {
  background-color: transparent;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.outlined {
  border: 2px solid;
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.registration-options .bulk-reg-btn.outlined:hover {
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.registration-options .bulk-reg-btn.outlined:active {
  color: #219ad9;
  background-color: transparent;
  border-color: #219ad9;
}
.registration-options .bulk-reg-btn.outlined[disabled],
.registration-options .bulk-reg-btn.outlined:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.outlined.error {
  color: #dd0000;
  background-color: null;
  border-color: #dd0000;
}
.registration-options .bulk-reg-btn.outlined.error:hover {
  color: #dd0000;
  background-color: null;
  border-color: #dd0000;
}
.registration-options .bulk-reg-btn.outlined.error:active {
  color: #dd0000;
  background-color: #f2f2f2;
  border-color: #dd0000;
}
.registration-options .bulk-reg-btn.outlined.error[disabled],
.registration-options .bulk-reg-btn.outlined.error:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.outlined.secondary {
  color: #202124;
  background-color: #fff;
  border-color: #a6a6a6;
}
.registration-options .bulk-reg-btn.outlined.secondary:hover {
  color: #202124;
  background-color: #fff;
  border-color: #202124;
}
.registration-options .bulk-reg-btn.outlined.secondary:active {
  color: #202124;
  background-color: #f2f2f2;
  border-color: #a6a6a6;
}
.registration-options .bulk-reg-btn.outlined.secondary[disabled],
.registration-options .bulk-reg-btn.outlined.secondary:disabled {
  background-color: #a6a6a6;
  color: #e0e0e0;
  pointer-events: none;
}
.registration-options .bulk-reg-btn.xs {
  height: 21px;
  padding: 4px 8px;
  gap: 4px;
  font-size: 10px;
}
.registration-options .bulk-reg-btn.sm {
  height: 32px;
  padding: 8px 12px;
  gap: 4px;
  font-size: 13px;
}
.registration-options .bulk-reg-btn.lg {
  height: 44px;
  padding: 12px 24px;
}
.registration-options .bulk-reg-btn.xl {
  height: 52px;
  padding: 16px;
  border-radius: 8px;
}
.registration-options .ExpandoBoxes {
  padding: 8px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.registration-options .DivisionSubDivisionRow,
.registration-options .DivisionMainDivisionButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(8px * 1.5);
  padding: 12px 16px;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
}
.registration-options .DivisionSubDivisionRow:hover:not([disabled]),
.registration-options .DivisionMainDivisionButton:hover:not([disabled]) {
  background-color: #f2f2f2;
  cursor: pointer;
}
.registration-options .DivisionMainDivisionButton {
  justify-content: space-between;
}
.registration-closed-panel {
  padding: 16px 24px;
}
.grit-modal-root {
  position: fixed;
  inset: 0;
  z-index: 2000;
}
.grit-modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: #202124;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.grit-modal-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 870px) {
  .grit-modal-container {
    align-items: flex-end;
  }
}
.grit-modal-wrapper {
  display: none;
}
.grit-modal {
  display: flex;
  flex-direction: column;
  width: fit-content;
  min-width: 400px;
  max-width: 500px;
  max-height: 90vh;
  padding: 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 36px 0px #00000040;
  position: relative;
}
.grit-modal.sm {
  min-width: unset;
  max-width: 300px;
}
.grit-modal.lg {
  max-width: 800px;
}
.grit-modal.xl {
  max-width: 90vw;
}
@media (max-width: 870px) {
  .grit-modal {
    width: 100vw;
    max-width: none !important;
    border-radius: 0;
    max-height: 70vh;
  }
}
.grit-modal-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}
.grit-modal-title {
  display: flex;
  flex-direction: row;
  gap: calc(8px * 1.5);
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  padding-top: 24px;
  border-bottom: 1px solid #e0e0e0;
}
.grit-modal-footer {
  display: flex;
  flex-direction: row;
  gap: calc(8px * 2);
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  padding-bottom: 24px;
  border-top: 1px solid #e0e0e0;
}
[filter-option] {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 700;
  font-weight: 700 !important;
}
[filter-option]:last-child {
  border-bottom: none;
}
[filter-option]:hover {
  background-color: #f2f2f2;
}
[filter-option].selected {
  background-color: #f2fbff;
}
.program-filters-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: calc(8px * 3);
  flex-wrap: wrap-reverse;
}
.program-filters-wrap .program-filter-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.program-filters-wrap .program-filter-buttons .program-filter-button {
  cursor: pointer;
  font-size: 16px;
  height: 36px;
  padding: 8px 12px;
  color: #202124;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: calc(8px / 2);
  border: 1px solid #a6a6a6;
  border-radius: 24px;
}
.program-filters-wrap .program-filter-buttons .program-filter-button::after {
  content: var(--expand-icon);
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 700;
}
.program-filters-wrap .program-filter-buttons .program-filter-button:hover {
  background-color: #f2f2f2;
}
.program-filters-wrap .program-filter-buttons .program-filter-button.selected {
  border: 2px solid #219ad9;
}
.program-list-results {
  padding: 0;
}
.program-list-results .program-item {
  list-style-type: none;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(8px * 3);
}
.program-list-results .program-logo-container {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.program-list-results .program-item-info {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: calc(8px * 3);
  overflow: hidden;
  padding: 2px;
}
.program-list-results .program-details-container {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(8px * 1.5);
}
.program-list-results .program-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program-list-results .program-tags {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program-list-results .program-tags > * {
  flex-wrap: wrap;
}
.program-list-results #ProgramLearnMore {
  flex: 0 0 auto;
}
@media (max-width: 870px) {
  .program-list-results .program-item {
    display: flex;
    flex-direction: column;
  }
  .program-list-results .program-item .program-item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .program-list-results .program-item .program-item-info #ProgramTitle {
    overflow: visible;
    white-space: normal;
  }
  .program-list-results .program-item .program-item-info #ProgramLearnMore {
    display: none;
  }
}
.design-circle .program-list-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.design-circle .program-list-results .program-item {
  display: flex;
  flex-direction: column;
  border-width: 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.design-circle .program-list-results .program-logo-container {
  border: 1px solid #202124;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.design-circle .program-list-results .program-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
}
.design-circle .program-list-results #ProgramLearnMore {
  display: none;
}
@media (max-width: 870px) {
  .design-circle .program-list-results {
    grid-template-columns: 1fr;
  }
  .design-circle .program-list-results .program-item {
    border-width: 1px;
  }
}
.coaches-grid {
  display: grid;
  gap: calc(8px * 3);
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
:root {
  --design-radius: 8px;
}
html.brand-theme-circle {
  --design-radius: 50%;
}
html.brand-theme-square {
  --design-radius: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
html ::-webkit-scrollbar-track {
  background: #FAFAFA;
}
html ::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 8px;
  border: 2px solid #FAFAFA;
}
body {
  font-size: 1rem;
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  line-height: normal;
  color: #202124;
}
@media all and (max-width: 870px) {
  body {
    font-size: 0.75rem;
    font-family: "Roboto", Arial, Sans-Serif;
    font-weight: 400;
    margin: 0;
    text-transform: none;
    line-height: normal;
  }
}
main {
  display: flex;
}
.ui-datepicker.ui-widget {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.pop-font {
  font-family: 'bebas', sans-serif;
  font-weight: normal;
}
::placeholder:not(.MuiInputBase-input) {
  text-transform: uppercase;
  opacity: 1;
  font-size: 1rem;
  font-family: 'bebas';
  color: #999;
}
.sortable-table table {
  max-height: calc(100vh - 250px);
}
i.boy {
  background-image: url('/images/icons/boys.svg');
}
i.girl {
  background-image: url('/images/icons/girls.svg');
}
i.boy,
i.girl {
  width: 24px;
  height: 24px;
}
i.boy.sm,
i.girl.sm {
  width: 18px;
  height: 18px;
}
