@charset "UTF-8";
#sts-trainer-stats {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }
  #sts-trainer-stats table,
  #sts-trainer-stats thead,
  #sts-trainer-stats tbody,
  #sts-trainer-stats tr {
    width: 100%; }
  #sts-trainer-stats table {
    table-layout: fixed;
    width: 100%; }

#sts-trainer-dashboard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative; }
  #sts-trainer-dashboard > div {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40%; }
    #sts-trainer-dashboard > div:nth-of-type(2) {
      padding-left: 1rem; }
  #sts-trainer-dashboard table tr td {
    font-size: 1rem;
    max-width: 30% !important;
    overflow: hidden; }
  #sts-trainer-dashboard table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #sts-trainer-dashboard #sts-links td:last-of-type {
    word-break: break-all; }

@media screen and (max-width: 700px) {
  #sts-trainer-dashboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

#sts-qualifications-shortcode {
  border: 1px solid #ddd;
  padding: .5rem; }
  #sts-qualifications-shortcode #sts-qualification-select,
  #sts-qualifications-shortcode #sts-trainer-select {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0; }

#sts-upcoming-workshops {
  display: inline-block;
  width: 100%; }

#sts-upcoming-workshops h2 {
  font-size: 1.125rem !important;
  padding: .125rem .25rem; }

#sts-upcoming-workshops .workshops-table {
  margin-bottom: 1rem;
  padding: .25rem .3rem;
  border-radius: 5px; }

.workshops-table:nth-of-type(2) {
  background-color: whitesmoke;
  border: 1px solid #ccc; }

#sts-upcoming-workshops .workshops-table td {
  font-size: 1rem; }

#startMonth,
#endMonth {
  width: 150px;
  margin-right: o; }

#startDate,
#endDate {
  width: 60px;
  margin-left: .5rem; }

#startYear,
#endYear {
  width: 90px;
  margin-left: .5rem; }

#startDateForm span,
#endDateForm span {
  display: block;
  margin-bottom: .25rem; }

#workshopType {
  max-width: 400px;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem; }

#tableContainer td:nth-of-type(2) {
  width: 150px; }

.sts-toolTip {
  position: absolute;
  position: fixed;
  display: none;
  max-width: 200px;
  width: auto;
  height: auto;
  /* background: none repeat scroll 0 0 hsl(50,100%,50%); */
  background-color: #f5f5f0;
  border: 1px solid #abb0ba;
  font-family: Verlag, sans-serif;
  z-index: 10000;
  /* padding: 14px; */
  /* text-align: center; */ }
  .sts-toolTip li {
    /* padding: 0; */
    margin: 0;
    list-style: none;
    padding: 0; }
  .sts-toolTip ul {
    margin-top: .125rem;
    margin: .0625rem;
    padding: .125rem .5rem;
    padding-bottom: 0.25rem; }
  .sts-toolTip strong {
    padding: 10px;
    padding-bottom: 0;
    display: inline-block;
    line-height: 1.125; }

#sts-teach-chart {
  font-family: Verlag, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 400px;
  position: relative; }

.sts-topic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-flow: column wrap; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* align-items: flex-start; */
  /* min-height: 70px; */
  /* min-width: 100px; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  /* text-align: center; */
  align-content: center;
  vertical-align: middle;
  align-items: center;
  border: 0.5px solid #cccccc;
  font-family: Verlag, sans-serif;
  margin: 2px;
  cursor: default;
  padding: 5px;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.sts-topic-box span {
  /* width: 100%; */
  /* flex-basis: 10%; */
  /* text-align: center; */
  text-align: left;
  /* background-color: green; */
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  /* flex-basis: 50px; */
  /* background-color: green; */ }

.sts-topic-box span:first-of-type {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.sts-topic-box span:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.sts-toolTip {
  position: absolute;
  position: fixed;
  display: none;
  max-width: 200px;
  width: auto;
  height: auto;
  /* background: none repeat scroll 0 0 hsl(50,100%,50%); */
  background-color: #f5f5f0;
  border: 1px solid #abb0ba;
  font-family: Verlag, sans-serif;
  z-index: 10000;
  /* padding: 14px; */
  /* text-align: center; */ }
  .sts-toolTip li {
    /* padding: 0; */
    margin: 0;
    list-style: none;
    padding: 0; }
  .sts-toolTip ul {
    margin-top: .125rem;
    margin: .0625rem;
    padding: .125rem .5rem;
    padding-bottom: 0.25rem; }
  .sts-toolTip strong {
    padding: 10px;
    padding-bottom: 0;
    display: inline-block;
    line-height: 1.125; }

#sts-teach-chart {
  font-family: Verlag, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 400px;
  position: relative; }

.sts-topic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-flow: column wrap; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* align-items: flex-start; */
  /* min-height: 70px; */
  /* min-width: 100px; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  /* text-align: center; */
  align-content: center;
  vertical-align: middle;
  align-items: center;
  border: 0.5px solid #cccccc;
  font-family: Verlag, sans-serif;
  margin: 2px;
  cursor: default;
  padding: 5px;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.sts-topic-box span {
  /* width: 100%; */
  /* flex-basis: 10%; */
  /* text-align: center; */
  text-align: left;
  /* background-color: green; */
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  /* flex-basis: 50px; */
  /* background-color: green; */ }

.sts-topic-box span:first-of-type {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.sts-topic-box span:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#sts-aat-container,
#sts-gender-container,
#sts-year-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative; }
  #sts-aat-container *,
  #sts-gender-container *,
  #sts-year-container * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

#sts-year-chart,
#sts-gender-chart,
#sts-aat-chart {
  padding: .5rem;
  margin: 1rem; }
  #sts-year-chart svg,
  #sts-gender-chart svg,
  #sts-aat-chart svg {
    margin: auto;
    display: inline-block;
    display: block; }

#sts-gender {
  margin: 0 1rem; }

#sts-demographics-year-in-school {
  margin: 1rem; }

.sts-tooltip {
  background-color: rgba(242, 242, 243, 0.9);
  border: 1px solid rgba(189, 192, 194, 0.9);
  padding: 5px 10px; }

.sts-smaller-collapsed {
  height: 320px;
  overflow: hidden; }
  .sts-smaller-collapsed:before {
    content: "";
    width: 100%;
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, transparent));
    background-image: -webkit-linear-gradient(bottom, white 0%, transparent 20%);
    background-image: -o-linear-gradient(bottom, white 0%, transparent 20%);
    background-image: linear-gradient(0deg, white 0%, transparent 20%);
    height: 100%;
    z-index: 1000;
    pointer-events: none; }

/* 
Workshop and AAT Widgets
*/
#sts_dashboard_widget {
  background-image: -webkit-radial-gradient(white 0%, #daeaf2 100%);
  background-image: -o-radial-gradient(white 0%, #daeaf2 100%);
  background-image: radial-gradient(white 0%, #daeaf2 100%);
  border-radius: .4rem; }

#sts_aat_dashboard_widget {
  background-image: -webkit-radial-gradient(white 0%, #ebf3dd 100%);
  background-image: -o-radial-gradient(white 0%, #ebf3dd 100%);
  background-image: radial-gradient(white 0%, #ebf3dd 100%); }

#sts_dashboard_widget > h2,
#sts_aat_dashboard_widget > h2 {
  background-color: white;
  border: 1px solid #ccd; }

.sts-event-listing,
.sts-aat-listing {
  width: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-box-shadow: 1px 2px 1px 1px #e6e6e6;
  box-shadow: 1px 2px 1px 1px #e6e6e6;
  margin-bottom: 1rem;
  background-color: white; }

#sts_dashboard_widget .sts-event-listing h2,
#sts_dashboard_widget
.sts-aat-listing h2 {
  font-size: 1.2rem; }

article.page .sts-event-listing h2,
article.page .sts-aat-listing h2 {
  font-size: 1.2rem;
  padding-left: .5rem;
  padding-right: .5rem; }

.sts-event-listing table,
.sts-aat-listing table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  -moz-border-horizontal-spacing: 0px;
  -moz-border-vertical-spacing: 0px; }

@media screen and (max-width: 720px) {
  .sts-event-listing table,
  .sts-aat-listing table {
    margin: .5rem; } }

.sts-event-listing table td,
.sts-aat-listing table td {
  padding: .25rem;
  vertical-align: top; }

.sts-event-listing table p,
.sts-aat-listing table p {
  margin-top: 0; }

.sts-event-listing table .primary.current-trainer,
.sts-aat-listing table .primary.current-trainer {
  color: #9dc45a; }

.sts-event-listing table .secondary.current-trainer,
.sts-aat-listing table .secondary.current-trainer {
  color: #9dc45a; }

.sts-event-listing table .current-trainer td:nth-of-type(2):after,
.sts-aat-listing table .current-trainer td:nth-of-type(2):after {
  content: "⭐️";
  font-size: 1rem;
  padding: 0 .5rem;
  position: relative; }

.sts-event-listing table .trainer:first-of-type,
.sts-aat-listing table .trainer:first-of-type {
  font-size: 2rem; }

.sts-event-listing table tr.unassigned,
.sts-aat-listing table tr.unassigned {
  font-weight: 900; }

.sts-event-listing table tr.unassigned td:nth-of-type(2),
.sts-aat-listing table tr.unassigned td:nth-of-type(2) {
  color: #b6160f;
  text-align: right; }

.sts-event-listing table td:first-of-type,
.sts-aat-listing table td:first-of-type {
  font-weight: 900; }

.sts-event-listing .post-edit-link,
.sts-aat-listing .post-edit-link {
  margin: .25rem;
  padding: .25rem; }

.sts-event-listing h2,
.sts-aat-listing h2 {
  margin: 0; }

.sts-all-events-table {
  table-layout: fixed; }

.sts-all-events-table th:nth-of-type(1) {
  width: 200px; }

.sts-all-events-table th:nth-of-type(2) {
  width: 160px; }

.sts-all-events-table th:nth-of-type(3) {
  width: 180px; }

.sts-all-events-table th:nth-of-type(5) {
  width: 70px; }

.sts-all-events-table th:nth-of-type(6) {
  width: 150px; }

.sts-all-events-table th:nth-of-type(7) {
  width: 150px; }

.sts-all-events-table th:nth-of-type(8) {
  width: 60px; }

.sts-all-events-table a {
  color: #347599;
  font-weight: 900; }

.sts-event-row td:nth-of-type(2) {
  width: 100px; }

.sts-event-row .unassigned {
  color: #b6160f;
  background-color: #f79e9a; }

#sts-admin.sts-all-events span {
  width: auto; }

#sts-admin.sts-all-events input[type=checkbox] {
  width: 3rem;
  height: 2rem; }

.sts h2 {
  background-color: #67c9ff; }

.sts h2:after {
  content: "Open Enrollment";
  float: right; }

@media screen and (max-width: 720px) {
  .sts h2:after {
    content: "OE";
    font-size: 1rem; } }

.ctw h2 {
  background-color: #e9bc45; }

.ctw h2:after {
  content: "Custom Workshop";
  float: right; }

@media screen and (max-width: 720px) {
  .ctw h2:after {
    content: "CTW";
    font-size: 1rem; } }

.aat h2 {
  background-color: #9dc45a; }

.sts.designlab h2 {
  background-color: #ce8dd9; }

.sts-today {
  background-color: #fafaa8; }

.sts-edit-link {
  text-align: right;
  padding: .25rem;
  position: absolute;
  right: 0;
  bottom: 0; }

.aat .sts-edit-link {
  position: relative;
  display: block; }

.sts h2:after,
.ctw h2:after,
.aat h2:after {
  color: #333;
  text-align: right;
  display: inline;
  padding-right: .25rem;
  font-style: italic; }

.sts p,
.ctw p,
.aat p {
  font-size: inherit;
  line-height: 1.5; }

#sts_qualifications_dashboard_widget,
#sts_aat_dashboard_widget,
#sts_dashboard_widget {
  font-family: "Open Sans",Avenir,-apple-system, BlinkMacSystemFont,  "Segoe UI", "Roboto", "Oxygen",  "Ubuntu", "Cantarell", "Fira Sans",  "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#sts_qualifications_dashboard_widget *,
#sts_aat_dashboard_widget *,
#sts_dashboard_widget * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 720px) {
  #sts_qualifications_dashboard_widget div.inside,
  #sts_aat_dashboard_widget div.inside,
  #sts_dashboard_widget div.inside {
    padding: 0; } }

#sts_qualifications_dashboard_widget h2,
#sts_aat_dashboard_widget h2,
#sts_dashboard_widget h2 {
  font-size: 1.2rem;
  padding: .125rem .5rem; }

.sts-option {
  margin: .5rem;
  margin-left: 0;
  margin-right: 1rem;
  margin: 0 1rem .5rem 0;
  width: 44%;
  display: inline-block; }

@media screen and (max-width: 720px) {
  .sts-option {
    margin-left: .5rem; } }

#sts-admin {
  margin-bottom: .5rem; }

#wp-admin-bar-sts-admin {
  background-color: black;
  color: white;
  overflow: hidden;
  padding: 0 .5rem; }

#wp-admin-bar-sts-admin button {
  background-color: inherit;
  color: white;
  font: 1rem;
  padding: 0 .5rem;
  border: 0; }

.sts-hidden-sts,
.sts-hidden-ctw,
.sts-hidden-designlab,
.sts-hidden,
.hidden-event {
  display: none !important; }

#sts-admin-panel {
  background-color: rgba(204, 230, 255, 0.9);
  width: 283px;
  padding: .5rem;
  position: fixed;
  right: .5rem;
  top: 32px;
  border: 1px solid rgba(102, 179, 255, 0.9);
  z-index: 10000;
  font-family: 'Open Sans',Avenir,sans-serif;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }

#sts-admin-panel * {
  color: #334; }

#sts-admin-panel input {
  display: block;
  margin: .5rem 0; }

#sts-admin-panel button {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1rem;
  width: 50%; }

#sts-admin-panel button:last-of-type {
  background-color: #0085ba;
  color: #FFF;
  border-radius: .25rem;
  border: 0;
  font-size: .9rem;
  padding: .5rem; }

#sts-admin-panel textarea {
  width: 100%; }

#sts-admin-panel button#sts-admin-close-button {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 0;
  color: transparent;
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, transparent 0%, transparent 45%, #888 40%, #888 55%, transparent 50%, transparent 100%), -webkit-linear-gradient(135deg, transparent 0%, transparent 45%, #888 40%, #888 55%, transparent 50%, transparent 100%);
  background-image: -o-linear-gradient(45deg, transparent 0%, transparent 45%, #888 40%, #888 55%, transparent 50%, transparent 100%), -o-linear-gradient(135deg, transparent 0%, transparent 45%, #888 40%, #888 55%, transparent 50%, transparent 100%);
  background-image: linear-gradient(45deg, transparent 0%, transparent 45%, #888 40%, #888 55%, transparent 50%, transparent 100%), linear-gradient(-45deg, transparent 0%, transparent 45%, #888 40%, #888 55%, transparent 50%, transparent 100%);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: .15s all;
  -o-transition: .15s all;
  transition: .15s all;
  cursor: pointer;
  padding: 1rem; }

#sts-admin-panel button#sts-admin-close-button:hover {
  -webkit-transition: .15s all;
  -o-transition: .15s all;
  transition: .15s all;
  border-radius: 100%;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }

input#sts-tickets-input {
  display: inline-block;
  margin: 0 .5rem;
  width: 20%;
  height: 2rem;
  padding: 0 .5rem; }

.sts-tickets-button {
  display: inline-block; }

/* 
Qualifications Widget

*/
#sts_qualifications_dashboard_widget,
#sts-qualifications-shortcode {
  background-image: -webkit-radial-gradient(white 0%, #e6e6e6 100%);
  background-image: -o-radial-gradient(white 0%, #e6e6e6 100%);
  background-image: radial-gradient(white 0%, #e6e6e6 100%); }
  #sts_qualifications_dashboard_widget h2,
  #sts-qualifications-shortcode h2 {
    background-color: white; }
  #sts_qualifications_dashboard_widget h3,
  #sts-qualifications-shortcode h3 {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 0; }
  #sts_qualifications_dashboard_widget .trainer-name,
  #sts-qualifications-shortcode .trainer-name {
    font-weight: 900; }
  #sts_qualifications_dashboard_widget h4,
  #sts-qualifications-shortcode h4 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0; }
  #sts_qualifications_dashboard_widget ul,
  #sts-qualifications-shortcode ul {
    margin: 0;
    padding: 0; }
  #sts_qualifications_dashboard_widget .sts-select-box,
  #sts-qualifications-shortcode .sts-select-box {
    margin-bottom: .5rem; }
    #sts_qualifications_dashboard_widget .sts-select-box span,
    #sts-qualifications-shortcode .sts-select-box span {
      display: inline-block;
      padding-right: .5rem;
      width: 20%; }
    #sts_qualifications_dashboard_widget .sts-select-box select,
    #sts-qualifications-shortcode .sts-select-box select {
      margin-left: 1rem; }
  #sts_qualifications_dashboard_widget .skills-boxes,
  #sts-qualifications-shortcode .skills-boxes {
    margin-top: .5rem; }
  #sts_qualifications_dashboard_widget .trainer-skill-box,
  #sts-qualifications-shortcode .trainer-skill-box {
    display: none;
    padding: .5rem; }
  #sts_qualifications_dashboard_widget .trainer-list,
  #sts_qualifications_dashboard_widget .skill-list,
  #sts-qualifications-shortcode .trainer-list,
  #sts-qualifications-shortcode .skill-list {
    margin: .5rem; }
  #sts_qualifications_dashboard_widget .trainer-list li,
  #sts_qualifications_dashboard_widget .skill-list li,
  #sts-qualifications-shortcode .trainer-list li,
  #sts-qualifications-shortcode .skill-list li {
    margin: .25rem;
    font-size: 1rem;
    line-height: 1.2;
    padding-left: .5rem; }
  #sts_qualifications_dashboard_widget #sts-trainer-select,
  #sts-qualifications-shortcode #sts-trainer-select {
    overflow: visible; }
  #sts_qualifications_dashboard_widget #sts-trainer-select option,
  #sts-qualifications-shortcode #sts-trainer-select option {
    display: block; }
  #sts_qualifications_dashboard_widget .quals-class-name,
  #sts-qualifications-shortcode .quals-class-name {
    font-size: 1rem;
    border: 1px solid grey;
    border-radius: .5rem;
    display: inline-block;
    margin: .5rem;
    margin-bottom: 0;
    padding: .5rem; }

.sts-all-events-table,
.sts-trainer-evals-table {
  overflow-x: scroll;
  display: block; }

.sts-all-events-table tr.sts {
  background-color: #daeaf2; }

.sts-all-events-table tr.ctw {
  background-color: #efd07c; }

.sts-all-events-table tr.designlab {
  background-color: #d399dd; }

.sts-trainer-averages {
  width: 100%; }

.sts-trainer-averages td:nth-of-type(1) {
  min-width: 7rem; }

.sts-trainer-evals-table td:nth-of-type(1) {
  min-width: 10rem; }

.sts-trainer-evals-table td:nth-of-type(2) {
  min-width: 7rem; }

#sts-breadcrumbs {
  position: absolute;
  top: -1rem;
  right: 1rem; }
  #sts-breadcrumbs ul {
    display: inline-block;
    font-size: .5rem; }
  #sts-breadcrumbs li {
    list-style: none;
    display: inline;
    padding-left: 1.25rem;
    position: relative;
    font-size: .8rem; }
    #sts-breadcrumbs li .sts-current-page {
      font-weight: 900; }
    #sts-breadcrumbs li:before {
      content: ">";
      text-align: center;
      position: absolute;
      width: 1.25rem;
      left: .125rem; }
    #sts-breadcrumbs li:first-of-type:before {
      content: ''; }

#birchschedule-staff-calendar-integration,
#birchschedule-staff-dayoffs {
  display: none; }

.sts-collapsed {
  display: none; }
