:root {
  --svg-use-size: 1em;
  --svg-use-color: currentColor;
}
:where(html) {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
:where(body) {
  margin: 0;
}
:where(main) {
  display: block;
}
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}
:where(hr) {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
:where(pre) {
  font-family: monospace,monospace;
  font-size: 1em;
}
:where(a) {
  background-color: transparent;
}
:where(abbr[title]) {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
:where(b,strong) {
  font-weight: bolder;
}
:where(code,kbd,samp) {
  font-family: monospace,monospace;
  font-size: 1em;
}
:where(small) {
  font-size: 80%;
}
:where(sub,sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(sub) {
  bottom: -0.25em;
}
:where(sup) {
  top: -0.5em;
}
:where(img) {
  border-style: none;
}
:where(optgroup) {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
:where(button,input) {
  overflow: visible;
}
:where(button,select) {
  text-transform: none;
}
:where(button,[type=button],[type=reset],[type=submit]) {
  -webkit-appearance: button;
}
:where(button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner) {
  border-style: none;
  padding: 0;
}
:where(button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring) {
  outline: 1px dotted ButtonText;
}
:where(fieldset) {
  padding: 0.35em 0.75em 0.625em;
}
:where(legend) {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
:where(progress) {
  vertical-align: baseline;
}
:where(textarea) {
  overflow: auto;
}
:where([type=checkbox],[type=radio]) {
  box-sizing: border-box;
  padding: 0;
}
:where([type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button) {
  height: auto;
}
:where([type=search]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}
:where(::-webkit-file-upload-button) {
  -webkit-appearance: button;
  font: inherit;
}
:where(details) {
  display: block;
}
:where(summary) {
  display: list-item;
}
:where(template) {
  display: none;
}
:where([hidden]) {
  display: none;
}
:root {
  --site-background: #b7b7b7;
  --site-color: #313131;
  --site-link-color: #183b69;
  --site-link-style: none;
  --site-link-hover-color: #197789;
  --site-link-hover-style: underline;
}
.hidden {
  display: none;
}
@media only screen and (min-width: 1440px), only screen and (min-width: 1270px) and (max-width: 1439px), only screen and (min-width: 992px) and (max-width: 1269px), only screen and (min-width: 768px) and (max-width: 991px) {
  .xs-visible {
    display: none !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .xs-invisible {
    display: none !important;
  }
}
.placeholder {
  font-style: normal;
  border: 1px solid #afafaf;
  padding: 0 0.4em;
  border-radius: 0.3em;
  box-shadow: 0 0 4px #00000024;
  background: #ffffff29;
  font-size: 0.94em;
}
.school-site {
  height: auto;
  min-height: 100vh;
  background: var(--site-background);
  color: var(--site-color);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1269px) {
  .school-site {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .school-site {
    font-size: 13px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .school-site {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0) and (max-width: 460px) {
  .school-site {
    font-size: 11px;
  }
}
.school-body {
  height: auto;
  min-height: 100vh;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.dialog-off-canvas-main-canvas {
  height: auto;
  min-height: calc(100vh - var(--drupal-displace-offset-top, 0) - 1px);
  box-sizing: border-box;
}
.layout-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
  height: auto;
  min-height: calc(100vh - var(--drupal-displace-offset-top, 0) - 1px);
}
.layout-container > header,
.layout-container > section,
.layout-container > footer,
.layout-container > div {
  flex: 0 0 auto;
}
.layout-container > main {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.layout-container > main > a,
.layout-container > main > div {
  flex: 0 0 auto;
}
.layout-container > main > .layout-content {
  flex: 1 1 auto;
}
.region {
  display: block;
  position: relative;
}
.cells {
  display: flex;
  flex-direction: row;
  gap: 0.3em;
  align-items: center;
}
.cells > div {
  flex: 0 0 auto;
}
.cells > div.fill {
  flex: 1 1 auto;
}
#toolbar-administration {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.container-fixed,
.container-fluid {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
.container-fixed:before,
.container-fluid:before,
.container-fixed:after,
.container-fluid:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.container-fixed:after,
.container-fluid:after {
  clear: both;
}
.container-box,
.container-strict {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
  width: 1440px;
}
.container-box:before,
.container-strict:before,
.container-box:after,
.container-strict:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.container-box:after,
.container-strict:after {
  clear: both;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .container-box,
  .container-strict {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-box,
  .container-strict {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1269px) {
  .container-box,
  .container-strict {
    width: 992px;
  }
}
@media only screen and (min-width: 1270px) and (max-width: 1439px) {
  .container-box,
  .container-strict {
    width: 1270px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-box,
  .container-strict {
    width: 1440px;
  }
}
.container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
  width: 1440px;
  padding-left: 1em;
  padding-right: 1em;
}
.container:before,
.container:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1269px) {
  .container {
    width: 992px;
  }
}
@media only screen and (min-width: 1270px) and (max-width: 1439px) {
  .container {
    width: 1270px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .container {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.no-container {
  width: 100%;
  margin: unset;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1440px), only screen and (min-width: 1270px) and (max-width: 1439px), only screen and (min-width: 992px) and (max-width: 1269px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 0) and (max-width: 767px) {
  .no-container {
    width: 100%;
    margin: unset;
    padding: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .no-container {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.layout-content {
  padding: 2em;
}
.block {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.block.block-local-tasks-block .block-content {
  padding: 0.7em 0.7em 0.7em 2.2em;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 0 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 1.1em 1em;
  overflow-wrap: break-word;
  border-color: #d6d6d6;
  border-left-color: transparent;
  background-color: #ebebeb;
  box-shadow: inset 6px 0 0 #a5a5a5;
}
.block.block-local-tasks-block .block-content .tabs {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block.block-local-tasks-block .block-content a {
  color: #999;
  transition: all 0.5s;
}
.block.block-local-tasks-block .block-content a.is-active {
  color: black;
  font-weight: 600;
}
.block.block-local-tasks-block .block-content a,
.block.block-local-tasks-block .block-content a:hover {
  text-decoration: none;
}
.block.block-local-tasks-block .block-content a:hover {
  color: #333;
}
