@import url("//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Poppins:wght@400;500;700&display=swap");
:root,
:before,
:after {
  --site-width: 1024px;
}

:root,
:before,
:after {
  --lausd-font-1: "Open Sans", sans-serif;
  --lausd-font-2: "Poppins", sans-serif;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

#topbar_lausd {
  order: -1;
  background: white;
  color: black;
  width: 100%;
  font-family: var(--lausd-font-1);
}
#topbar_lausd .topbar-lausd-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1366px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 5rem 0.5rem 0.5rem;
  box-sizing: border-box;
}
#topbar_lausd #social_nav_header {
  order: -1;
}
#topbar_lausd #social_nav_header .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#topbar_lausd #social_nav_header .link-item {
  padding: 0;
}
#topbar_lausd #social_nav_header .link-item.show-text {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
#topbar_lausd #social_nav_header .link-item.show-text a {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-radius: 5px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  color: inherit;
}
#topbar_lausd #social_nav_header .link-item.show-text a .link-text {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
#topbar_lausd #social_nav_header .link-item.show-text a:hover, #topbar_lausd #social_nav_header .link-item.show-text a:focus {
  background-color: var(--color-2);
  color: var(--color-2-over);
  border-color: var(--color-2);
}
#topbar_lausd #social_nav_header .link-item.social-link img,
#topbar_lausd #social_nav_header .link-item.social-link svg {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0.875rem;
  fill: currentColor;
}
#topbar_lausd #social_nav_header .link-item.social-link .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#topbar_lausd #social_nav_header .link-item.district-logo a {
  border-radius: 0;
  background: transparent;
}
#topbar_lausd #social_nav_header .link-item.district-logo a img {
  height: auto;
  width: 108px;
}
#topbar_lausd #header_search_link {
  color: inherit;
}
#topbar_lausd #header_search_link svg,
#topbar_lausd #header_search_link img {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  padding: 0.875rem;
}
@media screen and (max-width: 1023px) {
  #topbar_lausd #google_translate_element {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #topbar_lausd .social-link {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  #topbar_lausd .topbar-lausd-inner {
    justify-content: flex-end;
    padding-right: 0.5rem;
  }
  #topbar_lausd #google_translate_element {
    padding: 0 0.875rem;
  }
}

#footer_lausd {
  padding-top: 3rem;
  background: white;
  color: black;
  font-family: var(--lausd-font-1);
  --std-line-height: 1.5;
}
#footer_lausd .footer-row *[class$=row-inner] {
  display: flex;
  flex-direction: column;
  position: relative;
}
#footer_lausd .footer-row *[class$=-column] {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
}
#footer_lausd .footer-row.convert-small *[class$=row-inner] {
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  #footer_lausd .footer-row.convert-mid *[class$=row-inner] {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  #footer_lausd .footer-row.convert-large *[class$=row-inner] {
    flex-direction: row;
  }
}
@media screen and (min-width: 1366px) {
  #footer_lausd .footer-row.convert-xl *[class$=row-inner] {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  #footer_lausd .footer-row.width-constrain-row *[class$=row-inner] {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: var(--site-width);
  }
}
#footer_lausd .footer-row.padded-row {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#footer_lausd .footer-row-inner {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--site-width);
  position: relative;
}
#footer_lausd #footer_top .footer-row-inner {
  align-items: center;
  gap: 2rem;
}
#footer_lausd .school-name {
  font-size: 1.5rem;
  font-weight: 700;
}
#footer_lausd .footer-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
}
#footer_lausd .footer-secondary-nav {
  margin: 0;
  font-size: 1.125rem;
}
#footer_lausd .footer-secondary-nav .section-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: inherit;
  text-align: center;
}
#footer_lausd .footer-secondary-nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
#footer_lausd .footer-secondary-nav .link-item {
  padding: 0;
}
#footer_lausd .footer-secondary-nav .link-item a {
  line-height: var(--std-line-height);
  text-decoration: underline;
  color: inherit;
}
#footer_lausd .footer-secondary-nav.icon-only .links-list {
  flex-direction: row;
}
#footer_lausd .footer-secondary-nav.icon-only .link-item svg, #footer_lausd .footer-secondary-nav.icon-only .link-item img {
  padding: 0.5rem;
  width: 2rem;
  height: 2rem;
}
#footer_lausd .footer-secondary-nav.icon-only .link-item .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#footer_lausd #footer_extras {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
#footer_lausd #footer_extras .search-icon-link {
  display: block;
  background: var(--color-1);
  color: white;
}
#footer_lausd #footer_extras .search-icon-link .item-inner {
  backdrop-filter: brightness(var(--color-1-isdark));
}
#footer_lausd #footer_extras .search-icon-link svg {
  padding: 14px;
  fill: currentColor;
}
#footer_lausd #footer_bottom {
  padding-top: 2rem;
  padding-bottom: 3rem;
  color: var(--color-1);
  filter: brightness(var(--color-1-isdark));
}
#footer_lausd #footer_bottom .footer-row-inner {
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#footer_lausd .edlio-login-link {
  display: inline-flex;
  height: 1.25em;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.25em;
  color: inherit;
}
#footer_lausd .edlio-login-link .edlio-logo {
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  border-right: 2px solid;
}
#footer_lausd .edlio-login-link .edlio-logo svg,
#footer_lausd .edlio-login-link .edlio-logo img {
  display: block;
  width: 1.875rem;
  height: 1.25rem;
  padding: 0;
}
#footer_lausd .edlio-login-link svg {
  fill: currentColor;
}
.site-header #footer_lausd .edlio-login-link, .site-footer #footer_lausd .edlio-login-link {
  color: inherit;
}
#footer_lausd .powered-by-edlio-logo {
  color: inherit;
}
#footer_lausd .powered-by-edlio-logo svg {
  fill: currentColor;
}
#footer_lausd .powered-by-edlio-logo.edlio-logo-horiz svg,
#footer_lausd .powered-by-edlio-logo.edlio-logo-horiz img {
  display: block;
  width: 8.75rem;
  height: 1.25rem;
  padding: 0;
}
#footer_lausd .powered-by-edlio-logo.edlio-logo-stacked svg,
#footer_lausd .powered-by-edlio-logo.edlio-logo-stacked img {
  display: block;
  width: 5rem;
  height: 1.875rem;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #footer_lausd #footer_top .footer-row-inner {
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 4.5rem;
    max-width: 1366px;
  }
  #footer_lausd .footer-address {
    flex: 2;
    align-items: flex-start;
    text-align: left;
  }
  #footer_lausd #footer_nav1,
#footer_lausd #footer_nav2 {
    flex: none;
    min-width: 15rem;
    max-width: 25rem;
  }
  #footer_lausd #footer_extras {
    flex: none;
  }
  #footer_lausd .footer-secondary-nav .section-title {
    text-align: left;
  }
  #footer_lausd .footer-secondary-nav .links-list {
    align-items: flex-start;
    text-align: left;
  }
  #footer_lausd .footer-secondary-nav.icon-only .links-list {
    justify-content: flex-start;
  }
  #footer_lausd #footer_extras {
    align-items: flex-start;
  }
}

#mobile_footer_nav {
  --mobile-nav-height: 4rem;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--mobile-nav-height);
  background: var(--color-1);
  color: var(--color-1-over);
}
#mobile_footer_nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
#mobile_footer_nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  text-decoration: none;
  color: inherit;
}
#mobile_footer_nav a svg,
#mobile_footer_nav a img {
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0.25rem;
  fill: currentColor;
}
@media screen and (min-width: 768px) {
  #mobile_footer_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_lausd {
    padding-bottom: var(--mobile-nav-height, 4rem);
  }
}
