@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Permanent+Marker");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Lato", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
body.index .site-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-header,
.site-footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  z-index: 9;
}

.site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-content:focus {
  outline: none;
}

body {
  min-width: 320px;
  background-color: white;
  color: black;
}

.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
.site-header .header-main-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.site-header .skip-to-content-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.site-header .skip-to-content-link:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
}
.site-header .topbar {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}
.site-header .topbar-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .topbar-inner > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
@inlude respond-to($vp-large) {
  .site-header .topbar-inner {
    height: 45px;
  }
}
.site-header .header-secondary-nav .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.5rem;
}
.site-header .header-secondary-nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .header-secondary-nav .link-item {
  margin: 0 6px;
}
.site-header .header-secondary-nav .link-item a {
  text-decoration: none;
}
.site-header .header-secondary-nav .link-item a:hover, .site-header .header-secondary-nav .link-item a:focus {
  text-decoration: underline;
}
.site-header .header-logo.logo-replacement a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 145px;
  width: 443px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/header_logo.png");
}
.site-header .header-logo:not(.logo-replacement) a:before {
  content: "";
  display: block;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 443px;
  height: 145px;
  margin-bottom: 15px;
  background-image: url("/pics/header_logo.png");
}
.site-header .header-title a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
}
.site-header .header-title a .school-name-inner {
  max-width: 100%;
}
.site-header .marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.site-header .marquee .marquee-inner {
  display: inline-block;
  padding-left: 100%;
}
.site-header .marquee .marquee-inner:hover {
  animation-play-state: paused;
}
.site-header .marquee.marquee-speed-18 .marquee-inner {
  animation: marquee 15s linear infinite;
}
.site-header .marquee.marquee-speed-35 .marquee-inner {
  animation: marquee 30s linear infinite;
}
.site-header .marquee.marquee-speed-7 .marquee-inner {
  animation: marquee 7.5s linear infinite;
}
.site-header .marquee .marquee-content {
  float: left;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.site-header .sitenav-holder.column {
  width: 100%;
}
.site-header .sitenav-holder.column .nav-mobile-toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double transparent;
  border-bottom: 5px solid transparent;
}
.site-header .sitenav-holder.column .nav-group {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
.site-header .sitenav-holder.column .nav-group.open {
  max-height: 2000px;
}
.site-header .sitenav-holder.column .nav-menu,
.site-header .sitenav-holder.column .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav-holder.column .nav-menu a,
.site-header .sitenav-holder.column .sub-nav-group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
}
.site-header .sitenav-holder.column .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
}
.site-header .sitenav-holder.column .sub-nav {
  display: none;
}
.site-header .sitenav-holder.column .sub-nav.open {
  display: block;
}
.site-header .sitenav-holder.column .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav-holder.column .sub-nav a {
    padding-left: 1.5em;
  }
  .site-header .sitenav-holder.column .sub-nav .flyout-group a {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.column .nav-mobile-toggle {
    display: none;
  }
  .site-header .sitenav-holder.column .nav-group {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .site-header .sitenav-holder.column .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
}
.site-header .sitenav-holder.column .nav-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.column {
    position: relative;
  }
  .site-header .sitenav-holder.column .nav-menu {
    position: relative;
  }
  .site-header .sitenav-holder.column .sub-nav-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 37.5em;
  }
  .site-header .sitenav-holder.column .sub-nav {
    position: absolute;
  }
  .site-header .sitenav-holder.column .sub-nav a {
    width: 11.5em;
  }
  .site-header .sitenav-holder.column .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.5em;
  }
}
.site-header .sitenav-holder.megamenu {
  width: 100%;
}
.site-header .sitenav-holder.megamenu .nav-mobile-toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double transparent;
  border-bottom: 5px solid transparent;
}
.site-header .sitenav-holder.megamenu .nav-group {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
.site-header .sitenav-holder.megamenu .nav-group.open {
  max-height: 2000px;
}
.site-header .sitenav-holder.megamenu .nav-menu,
.site-header .sitenav-holder.megamenu .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .sitenav-holder.megamenu .nav-menu a,
.site-header .sitenav-holder.megamenu .sub-nav-group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
}
.site-header .sitenav-holder.megamenu .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
}
.site-header .sitenav-holder.megamenu .sub-nav {
  display: none;
}
.site-header .sitenav-holder.megamenu .sub-nav.open {
  display: block;
}
.site-header .sitenav-holder.megamenu .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav-holder.megamenu .sub-nav a {
    padding-left: 1.5em;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .flyout-group a {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .nav-mobile-toggle {
    display: none;
  }
  .site-header .sitenav-holder.megamenu .nav-group {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .site-header .sitenav-holder.megamenu .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .sub-nav {
    position: absolute;
    left: 0;
  }
  .site-header .sitenav-holder.megamenu .sub-nav.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group > li {
    width: 33.3333333333%;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .sub-nav-group > li a {
    margin: 0 1em;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .site-header .sitenav-holder.megamenu .sub-nav .mm-image {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .sub-nav {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .site-header .sitenav-holder.megamenu .mm-extra-content {
    display: none;
  }
}
.site-header .sitenav-holder.megamenu .contact-info {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 1em;
}
.site-header .sitenav-holder.megamenu .contact-info .header-contact-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}
.site-header .sitenav-holder.megamenu .map-container {
  position: relative;
  display: block;
  margin: 1em;
  min-height: 250px;
}
.site-header .sitenav-holder.megamenu .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .site-header .sitenav-holder.megamenu .contact-info {
    margin: 0 0 0 1em;
    padding: 0.5em;
    width: 40% !important;
  }
  .site-header .sitenav-holder.megamenu .map-container {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.content-pages-banner {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .content-pages-banner {
    display: none;
  }
}
.content-pages-banner .caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

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

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}
#content_main .pages-left-column-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #content_main table {
    display: block;
    overflow-x: auto;
  }
  #content_main .bell-schedule {
    display: table;
  }
  #content_main .pages-column .stack-photo figcaption,
#content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.85em;
  }
  #content_main .video-list-top #controls2,
#content_main .video-list-top #controls3 {
    width: auto;
  }
  #content_main #more-videos {
    display: none;
  }
  #content_main #staff_list_public .user-info-wrapper span[id*=staff] {
    display: block;
  }
  #content_main #staff_list_public .user-info-wrapper .user-position-public {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  #content_main #staff_list_public .user-info-wrapper p {
    display: block;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content_main .news-list article .column {
    width: 100%;
  }
  #content_main .show-news .attached-images {
    float: none;
    margin: 0 auto 1em;
  }
  #content_main .single-video #big-video,
#content_main .below-start #big-video {
    width: 100% !important;
  }
  #content_main .video-list .thumb_wrap {
    display: block;
    float: none;
  }
  #content_main .video-list li .description {
    padding-left: 0;
  }
  #content_main .video-list li .video-list-date {
    padding-left: 0;
  }
  #content_main .bell-schedule {
    width: 100%;
  }
  #content_main .pages-column .stack-photo figcaption,
#content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.7em;
  }
  #content_main .video-list-top .controls,
#content_main .video-list-top #controls2,
#content_main .video-list-top #controls3 {
    display: none;
  }
  #content_main #album_thumbnails table img {
    width: 90%;
    height: auto;
    position: relative;
  }
  #content_main #edlio_search_form {
    max-width: 400px;
    width: auto;
  }
  #content_main #edlio_search_form input {
    width: 200px;
  }
  #content_main #contact_form {
    width: 100%;
  }
  #content_main #contact_form table {
    display: table;
    font-size: 12px;
    width: 280px !important;
  }
  #content_main #contact_form #f_name {
    width: 200px !important;
  }
  #content_main #contact_form #f_email {
    width: 200px !important;
  }
  #content_main #contact_form #f_message {
    width: 200px !important;
  }
  #content_main #calendar_wrapper .right-column {
    float: none;
    width: 100%;
  }
  #content_main #calendar_wrapper .right-column #calendar_grid table {
    display: table;
  }
  #content_main .pages-column .page-block-text,
#content_main .pages-column .page-block-photos {
    width: 100%;
  }
  #content_main .pages-left-column-wrapper {
    margin-left: 0 !important;
    float: none;
  }
  #content_main .pages-left-column-wrapper .pages-left-column {
    margin-left: 0 !important;
  }
  #content_main .pages-right-column {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#content_main .pages-content-wrapper {
  overflow: visible;
}
#content_main img.sub {
  border: none;
}
.index #content_main {
  background-color: transparent;
  box-shadow: none;
}
#content_main .right-column-page-navigation {
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  #content_main .right-column-page-navigation {
    margin: 20px auto;
  }
}
#content_main .right-column-page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content_main .right-column-page-navigation a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 400;
  padding: 0.8em 6% 0.8em 10%;
  width: 84%;
  margin: 0;
  line-height: auto;
}
#content_main .right-column-page-navigation a:hover, #content_main .right-column-page-navigation a:focus {
  text-decoration: underline;
}
#content_main .right-column-page-navigation a .inner {
  text-decoration: none;
}
#content_main .right-column-page-navigation a .inner:hover, #content_main .right-column-page-navigation a .inner:focus {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .homepage-row .homepage-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-row .homepage-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .width-constrain-row .homepage-row-inner {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - (100% - 100%) - 0px);
    max-width: calc(1024px - 0px);
  }
}

.content-container .item-summary {
  padding-left: 10px;
  padding-right: 10px;
}
.content-container .section-title {
  margin: 0;
  font-weight: 400;
}
.content-container .section-title a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
.content-container .section-title a:hover, .content-container .section-title a:focus {
  text-decoration: none;
}
.content-container .read-more-links-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-container a {
  text-decoration: none;
}
.content-container a:hover, .content-container a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .content-container {
    width: 100%;
  }
  .content-container .item-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  text-align: center;
}
.site-footer .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px;
}
.site-footer .footer-logo.logo-replacement {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 161px;
  width: 450px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/footer_logo.png");
}
.site-footer .footer-logo:not(.logo-replacement):before {
  content: "";
  display: block;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 450px;
  height: 161px;
  margin-bottom: 15px;
  background-image: url("/pics/footer_logo.png");
}
@media screen and (min-width: 768px) {
  .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal:before {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.site-footer .footer-title {
  font-size: 0.5rem;
}
.site-footer .footer-title .school-name-inner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-title {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-title {
    font-size: 1rem;
  }
}
.site-footer .footer-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  text-align: center;
}
.site-footer .footer-address a {
  color: inherit;
}
.site-footer .footer-secondary-nav {
  margin-bottom: 15px;
}
.site-footer .footer-secondary-nav .section-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.5rem;
}
.site-footer .footer-secondary-nav .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer .footer-secondary-nav .link-item {
  margin: 0 6px;
}
.site-footer .footer-secondary-nav .link-item a {
  text-decoration: none;
}
.site-footer .footer-secondary-nav .link-item a:hover, .site-footer .footer-secondary-nav .link-item a:focus {
  text-decoration: underline;
}
.site-footer .powered-by-edlio-logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
}
.site-footer .powered-by-edlio-logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
}
.site-footer .footer-bottom-inner {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer .footer-bottom-inner > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#search input#q {
  margin: 0;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
}
#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.75em;
  text-decoration: none;
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

.edlio-login-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.edlio-login-link .edlio-logo {
  display: block;
  width: 30px;
  height: 20px;
  overflow: hidden;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 2px solid transparent;
}
.edlio-login-link .edlio-logo svg {
  display: block;
  width: 30px;
  height: 20px;
  margin: 0;
}
.slick-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-container .slick-slider {
  position: relative;
}
.slick-container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
.slick-container .slick-list:focus {
  outline: none;
}
.slick-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-container .slick-slider .slick-track,
.slick-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto;
}
.slick-container .slick-track:before, .slick-container .slick-track:after {
  content: "";
  display: table;
}
.slick-container .slick-track:after {
  clear: both;
}
.slick-loading .slick-container .slick-track {
  visibility: hidden;
}
.slick-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-container .slick-slide {
  float: right;
}
.slick-container .slick-slide img {
  display: block;
}
.slick-container .slick-slide.slick-loading img {
  display: none;
}
.slick-container .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-container .slick-slide {
  display: block;
}
.slick-loading .slick-container .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-container .slick-arrow {
  position: absolute;
  z-index: 9999;
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-container .slick-arrow:hover {
  cursor: pointer;
}
.slick-container .slick-arrow.slick-prev {
  left: 0;
}
.slick-container .slick-arrow.slick-next {
  right: 0;
}
.slick-container .slick-arrow.slick-hidden {
  display: none;
}
.slick-container .slick-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.slick-container .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
}
.slick-container .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0.5em;
  cursor: pointer;
}
.slick-container .slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  outline-width: none;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  border: 0;
  cursor: pointer;
  background: none transparent;
}
.slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
  outline-width: 5px;
}
.slick-container .slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2rem;
  text-align: center;
}
.slick-container .slick-dots.number-dots li button {
  font-size: 0.75em;
}
.slick-container .slick-dots.number-dots li button:before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .site-header2a .header-main-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-header2a .header-title {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0;
  font-size: 0.5rem;
}
.site-header2a .header-title a {
  text-align: center;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .site-header2a .header-title {
    font-size: 0.75rem;
  }
  .site-header2a .header-title a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header2a .header-title.header-logo:not(.logo-replacement) a:before {
    margin-bottom: 0;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header2a .header-title {
    z-index: 99;
    max-width: 40%;
    font-size: 1rem;
  }
}

.site-footer1a .school-name .school-name-inner {
  font-size: 3em;
}

.shuffle3-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}
.shuffle3-container .shuffle-main {
  width: 100%;
}
.shuffle3-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
}
.shuffle3-container .shuffle-main .slick-track {
  height: 100%;
}
.shuffle3-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle3-container .shuffle-main .shuffle-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
@media screen and (max-width: 767px) {
  .shuffle3-container .shuffle-main .shuffle-caption {
    display: none;
  }
}
.shuffle3-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle3-container .shuffle-main .shuffle-caption.caption-position-top {
  top: 0;
}
.shuffle3-container .shuffle-main .shuffle-caption.caption-position-bottom {
  bottom: 0;
}
.shuffle3-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
  top: calc(54px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
  bottom: calc(54px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-left .shuffle-caption {
  left: calc(100px + 1em);
}
.shuffle3-container .shuffle-main.navshuffle-position-right .shuffle-caption {
  right: calc(100px + 1em);
}
.shuffle3-container .slick-dots {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .shuffle3-container .slick-dots {
    display: none;
  }
}
.shuffle3-container .slick-dots.slick-dots-bottom, .shuffle3-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle3-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle3-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle3-container .slick-dots.slick-dots-left, .shuffle3-container .slick-dots.slick-dots-right {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  height: 100%;
}
.shuffle3-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle3-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle3-container .shuffle-image {
  width: 100%;
}
.shuffle3-container .shuffle-navigation {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .shuffle3-container .shuffle-navigation {
    display: none;
  }
}
.shuffle3-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle3-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle3-container .shuffle-navigation .shuffle-slide {
  position: relative;
  display: block;
  height: 50px;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle3-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: black;
}
.shuffle3-container .shuffle-navigation.navigation-position-bottom, .shuffle3-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle3-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-left, .shuffle3-container .shuffle-navigation.navigation-position-right {
  top: 0;
  height: 100%;
  width: calc(100px + 1em);
}
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-list,
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-list,
.shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
  height: 100% !important;
}
.shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.shuffle3-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle3-container .shuffle-navigation.navigation-position-right .shuffle-slide {
  width: 100px;
  float: none;
}
.shuffle3-container .shuffle-navigation.navigation-position-left {
  left: 0;
}
.shuffle3-container .shuffle-navigation.navigation-position-right {
  right: 0;
}
.shuffle3-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
}
@media screen and (min-width: 1024px) {
  .shuffle3-container .shuffle-caption {
    padding: 1em;
  }
}

.quicklinks-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.quicklinks-container .section-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2rem;
}
.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
}
.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem;
}
.quicklinks-container.icon-orientation-vertical {
  text-align: center;
}
.quicklinks-container.icon-orientation-vertical .qlink-inner {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quicklinks-container.icon-orientation-vertical .qlink-item svg {
  margin-bottom: 24px;
}
.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px;
}
@media screen and (min-width: 1024px) {
  .quicklinks-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.shuffle4-container .mosaic-item {
  display: block;
  background-position: center center;
  background-size: cover;
}
.shuffle4-container .mosaic-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.shuffle4-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
}

.infographic-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.infographic-container .section-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2rem;
}
.infographic-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.infographic-container .infographic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  text-align: center;
}
.infographic-container .infographic-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}
.infographic-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
}
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%;
}
.infographic-container .info-number {
  font-size: 1.5rem;
}
.infographic-container .info-text {
  font-size: 1.125rem;
}
.infographic-container:not(.slick-container) .infographic-item {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    padding: 30px;
    width: auto;
    max-width: none;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .infographic-container.icon-orientation-horizontal .infographic-item svg {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .infographic-container.orientation-vertical .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news1-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.news1-container .section-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 2rem;
}
.news1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news1-container .item-summary {
  max-width: 100%;
}
.news1-container.content-size-small .item {
  margin-bottom: 20px;
}
.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.news1-container.content-size-medium .item {
  margin-bottom: 35px;
}
.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 1.5rem;
}
.news1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.news1-container.content-size-large .item {
  margin-bottom: 35px;
}
.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 2.25rem;
}
.news1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.news1-container.thumbnail-orientation-vertical .item {
  text-align: center;
}
.news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
  padding-top: 20px;
}
.news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
  padding-top: 35px;
}
.news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .news1-container .section-title {
    margin-bottom: 100px;
    font-size: 3rem;
  }
  .news1-container.thumbnail-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.links-container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs-container .tab-labels-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs-container .tab-label:hover, .tabs-container .tab-label:focus {
  cursor: pointer;
}
.tabs-container .tab-label svg {
  pointer-events: none;
}

body {
  background-color: white;
}
body .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0 !important;
  margin: 0 !important;
}

#header_main {
  background-color: white;
}
@media screen and (min-width: 1024px) {
  #header_main .header-main-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #header_main .header-logo a {
    width: calc(443px / 2);
    height: calc(145px / 2);
  }
}
#header_main .sitenav-holder .nav-mobile-toggle {
  border-color: #e61b14;
}
#header_main .sitenav-holder .nav-group {
  background-color: white;
  color: #3d3c3f;
}
#header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: #3d3c3f;
}
#header_main .sitenav-holder .nav-group .nav-item > a:focus, #header_main .sitenav-holder .nav-group .nav-item > a:hover, #header_main .sitenav-holder .nav-group .nav-item > a.open {
  color: white;
  background-color: #e61b14;
}
#header_main .sitenav-holder .nav-group .sub-nav a {
  color: #3d3c3f;
}
#header_main .sitenav-holder .nav-group .sub-nav a:focus, #header_main .sitenav-holder .nav-group .sub-nav a:hover, #header_main .sitenav-holder .nav-group .sub-nav a.open {
  color: white;
  background-color: #e61b14;
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  #header_main .sitenav-holder .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  #header_main .sitenav-holder .sub-nav {
    background-color: white;
  }
  #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
  #header_main .sitenav-holder.megamenu .sub-nav {
    width: calc(100% - 20px*2);
    max-width: calc(1024px - 20px*2);
    padding: 20px;
  }
  #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    width: 75%;
  }
  #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 75%);
  }
}
#header_main .sitenav-holder .nav-mobile-toggle {
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 1024px) {
  #header_main .sitenav-holder .nav-group .nav-item > a {
    position: relative;
    height: 50px;
    padding: 0 5px !important;
    color: #3d3c3f;
    text-transform: uppercase;
    font-weight: 400;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    z-index: 9;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a.open, #header_main .sitenav-holder .nav-group .nav-item > a:focus, #header_main .sitenav-holder .nav-group .nav-item > a:hover {
    color: white;
    background: #3d3c3f;
  }
  #header_main .sitenav-holder .nav-group .nav-item > a.open:before, #header_main .sitenav-holder .nav-group .nav-item > a:focus:before, #header_main .sitenav-holder .nav-group .nav-item > a:hover:before {
    content: "";
    display: block;
    border-top: 20px solid #3d3c3f;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 1024px !important;
    max-width: 1024px !important;
    padding: 0;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav .sub-nav-group {
    padding: 32px 0;
  }
  #header_main .sitenav-holder .nav-group .nav-item .sub-nav .mm-extra-content {
    min-height: 290px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#header_main .topbar .topbar-inner .header-secondary-nav .link-item {
  z-index: 9;
}
#header_main .topbar .topbar-inner .header-secondary-nav .link-item a {
  color: white;
}
#header_main .topbar .topbar-inner .header-secondary-nav .icon-only {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background-color: #e61b14;
  border-radius: 100%;
}
#header_main .topbar .topbar-inner .header-secondary-nav .icon-only svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 6px;
  fill: white;
}
#header_main .topbar .topbar-inner .header-secondary-nav .icon-only:hover, #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:focus {
  background-color: #3d3c3f;
}
#header_main .topbar .topbar-inner .header-secondary-nav .icon-only:hover svg, #header_main .topbar .topbar-inner .header-secondary-nav .icon-only:focus svg {
  fill: white;
}
#header_main .topbar .topbar-inner .header-secondary-nav .seal-only.lausd-seal {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 95px;
  width: 95px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/lausd.png");
}
#header_main .topbar .topbar-inner .header-secondary-nav .seal-only.lausd-new-seal {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 95px;
  width: 95px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/lausd_new.png");
}
#header_main .topbar .topbar-inner .header-secondary-nav .seal-only.doi-seal {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 95px;
  width: 95px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/doi.png");
}
@media screen and (min-width: 1024px) {
  #header_main .topbar .topbar-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

#row_news, #row_outcomes, #row_programs, #row_spotlight, #row_top {
  background: white;
}
#row_infographics, #row_quicklinks {
  background: white;
}
#row_schools {
  background: #3d3c3f;
}
#row_mosaic {
  background: white;
  padding-bottom: 32px;
}
#row_mosaic .section-title {
  color: #e61b14;
}
#row_mosaic .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 18px 0 60px;
}
#row_mosaic .mosaic-item {
  width: 48%;
  height: 188px;
  margin: 2px;
}
@media screen and (min-width: 1024px) {
  #row_mosaic .mosaic-item {
    width: 24%;
  }
}

.slick-slider .slick-list {
  margin: 0 25px;
}
.slick-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 40px;
  width: 20px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px/2);
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url(/pics/button_prev.png);
}
.slick-slider .slick-arrow.slick-next {
  background-image: url(/pics/button_next.png);
}
.slick-slider .slick-dots li button:before {
  color: #2a2a2f;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #e61b14;
}
.slick-slider .slick-dots.number-dots li button {
  background: #2a2a2f;
  color: #e61b14;
}
.slick-slider .slick-dots.number-dots li.slick-active button {
  background: #e61b14;
  color: #2a2a2f;
}

.content-container .section-title {
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 38px 0;
  text-align: center;
  text-transform: uppercase;
}
.content-container .item-name a {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
.content-container .read-more-links-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.content-container .read-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #3d3c3f;
}
.content-container .read-more-link svg {
  fill: white;
  width: 28px;
  height: 28px;
  transition: all 0.5s ease;
  background: #e61b14;
  padding: 20px;
  border-radius: 50%;
}
.content-container .read-more-link .read-more-inner {
  padding-bottom: 16px;
}
.content-container .read-more-link:hover svg, .content-container .read-more-link:focus svg {
  background: #3d3c3f;
}

#content_main .pageTitle {
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #e61b14;
}
#content_main .right-column-page-navigation {
  background: white;
  border: 1px rgba(230, 27, 20, 0.5) solid;
}
#content_main .right-column-page-navigation li a {
  color: #3d3c3f;
}
#content_main .right-column-page-navigation li.active a {
  background-color: #e61b14;
  color: white;
}

#row_quicklinks {
  background-color: white;
}
#row_quicklinks .content-container {
  padding: 40px 0 10px;
}
#row_quicklinks .items-list {
  justify-content: space-between;
}
#row_quicklinks .items-list .item {
  background: none;
}
#row_quicklinks .items-list .item .news-item-image-holder {
  width: 100%;
  height: 180px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  background-position: center;
  background-size: cover;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  #row_quicklinks .items-list .item .news-item-image-holder {
    height: 180px;
    max-width: 100%;
  }
}
#row_quicklinks .items-list .item .item-summary {
  padding: 0;
  background-color: white;
}
#row_quicklinks .items-list .item .item-summary .item-name {
  margin: 0;
}
#row_quicklinks .items-list .item .item-summary .item-name a {
  display: inline-block;
  margin: 0.5em 0;
  padding: calc(0.5em - 0.08em) 1em 0.5em;
  font-size: 1.125rem;
  color: #e61b14;
  background-color: white;
  border-radius: 30px;
  text-transform: initial;
}
#row_quicklinks .items-list .item .item-summary .item-name a:hover, #row_quicklinks .items-list .item .item-summary .item-name a:focus {
  color: white;
  background-color: #3d3c3f;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  #row_quicklinks .items-list .item {
    width: calc(100% / 4 - 25px);
    margin-bottom: 0;
  }
}

#row_tabbed {
  background-color: white;
}

#tabpanel_container .section-title {
  font-size: 3.75rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #3d3c3f;
  padding: 38px 0 12px;
}
#tabpanel_container .tab-labels-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
}
#tabpanel_container .tab-labels-list .tab-label {
  width: 49%;
}
#tabpanel_container .tab-labels-list .tab-label a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 10px 0 24px;
  transition: all 0.5s ease;
}
#tabpanel_container .tab-labels-list .tab-label a .tab-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: #3d3c3f;
  text-align: center;
  margin-bottom: 24px;
}
#tabpanel_container .tab-labels-list .tab-label a .school {
  background-size: cover !important;
}
#tabpanel_container .tab-labels-list .tab-label a:hover, #tabpanel_container .tab-labels-list .tab-label a:focus {
  background: #3d3c3f;
}
#tabpanel_container .tab-labels-list .tab-label a:hover .tab-text, #tabpanel_container .tab-labels-list .tab-label a:focus .tab-text {
  color: white;
}
#tabpanel_container .tab-labels-list .tab-label:nth-child(1) > a > .school {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 160px;
  width: 190px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/qlink1.jpg");
}
#tabpanel_container .tab-labels-list .tab-label:nth-child(2) > a > .school {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 160px;
  width: 190px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/qlink3.jpg");
}
#tabpanel_container .tab-labels-list .tab-label:nth-child(3) > a > .school {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 160px;
  width: 190px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/qlink4.jpg");
}
#tabpanel_container .tab-labels-list .tab-label:nth-child(4) > a > .school {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 160px;
  width: 190px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/qlink5.jpg");
}
#tabpanel_container .tab-labels-list .tab-label:nth-child(5) > a > .school {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 160px;
  width: 190px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/qlink5.jpg");
}
#tabpanel_container .tabs-group .panel-item {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 60px 0;
  transition: all 0.5s ease;
  color: white;
  background: #3d3c3f;
  text-align: center;
}
#tabpanel_container .tabs-group .panel-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(500px / 2);
  width: 500px;
  height: 2px;
  background: white;
}
#tabpanel_container .tabs-group .panel-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - (24px / 2));
  width: 14px;
  height: 14px;
  border: 2px white solid;
  border-radius: 50%;
  background: #3d3c3f;
  box-shadow: 0 0 0 5px #3d3c3f;
}
#tabpanel_container .tabs-group .panel-item:before {
  display: none;
}
#tabpanel_container .tabs-group .panel-item p {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 100%) - 0px);
  max-width: calc(1024px - 0px);
  padding-bottom: 60px;
}
#tabpanel_container .tabs-group .panel-item .tab-link {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  padding: 16px;
  margin-top: 32px;
  transition: all 0.5s ease;
  border-radius: 25px;
  color: #3d3c3f;
  background: white;
}
#tabpanel_container .tabs-group .panel-item .tab-link:hover, #tabpanel_container .tabs-group .panel-item .tab-link:focus {
  background-color: #e61b14;
  color: white;
}
@media screen and (min-width: 768px) {
  #tabpanel_container .tab-labels-list .tab-label {
    width: 19%;
  }
  #tabpanel_container .tab-labels-list .tab-label a {
    position: relative;
  }
  #tabpanel_container .tab-labels-list .tab-label a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    z-index: 9;
    transition: all 0.5s ease;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #tabpanel_container .tab-labels-list .tab-label a .tab-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #3d3c3f;
  }
  #tabpanel_container .tab-labels-list .tab-label a .tab-text.last:before {
    display: none;
  }
  #tabpanel_container .tab-labels-list .tab-label a:hover:before, #tabpanel_container .tab-labels-list .tab-label a:focus:before {
    border-bottom: 20px solid #3d3c3f;
  }
  #tabpanel_container .tabs-group .panel-item .tab-link {
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  #tabpanel_container .tab-labels-list .tab-label a .tab-text {
    font-size: 1rem;
  }
}

#spotlight_container .section-title {
  color: #e61b14;
  padding-bottom: 42px;
  margin-bottom: 42px;
}
#spotlight_container .section-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(500px / 2);
  width: 500px;
  height: 2px;
  background: #3d3c3f;
}
#spotlight_container .section-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - (24px / 2));
  width: 14px;
  height: 14px;
  border: 2px #3d3c3f solid;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 5px white;
}
#spotlight_container .item-text {
  padding: 0 56px;
  text-align: center;
}

#programs_container .section-title {
  padding-bottom: 32px;
}
#programs_container .section-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(500px / 2);
  width: 500px;
  height: 2px;
  background: #3d3c3f;
}
#programs_container .section-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - (24px / 2));
  width: 14px;
  height: 14px;
  border: 2px #3d3c3f solid;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 5px white;
}
#programs_container .qlink-item {
  width: 48%;
  margin: 1em 0;
}
#programs_container .qlink-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
#programs_container .qlink-item a .qlink-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 50%;
  background: #f2f2f2;
}
#programs_container .qlink-item a .qlink-inner svg {
  fill: #3d3c3f;
  width: 50%;
  margin-bottom: 0;
}
#programs_container .qlink-item a .qlink-text {
  padding-top: 16px;
  border-top: 5px transparent solid;
}
#programs_container .qlink-item a:hover .qlink-text, #programs_container .qlink-item a:focus .qlink-text {
  border-color: #e61b14;
}
@media screen and (min-width: 768px) {
  #programs_container .qlink-item {
    width: 19%;
  }
}

#infographics_container .infographic-item {
  color: white;
  width: 50%;
  max-width: none;
  margin: 1em 0;
  padding: 0;
}
#infographics_container .infographic-item svg {
  fill: #d1ddf0;
  margin-bottom: 10px;
}
#infographics_container .infographic-item .item-inner {
  width: 100%;
}
#infographics_container .infographic-item .info-number {
  font-size: 1.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#infographics_container .infographic-item .info-text {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #infographics_container {
    padding: 60px 0;
  }
  #infographics_container .infographic-item {
    width: 30%;
  }
  #infographics_container .infographic-item svg {
    margin-right: 10px;
    margin-bottom: 0;
  }
  #infographics_container .infographic-item .item-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  #infographics_container .infographic-item {
    width: 19%;
  }
}

#news_container {
  padding: 20px 0;
}
#news_container .section-title {
  padding-bottom: 28px;
}
#news_container .section-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(500px / 2);
  width: 500px;
  height: 2px;
  background: #3d3c3f;
}
#news_container .section-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - (24px / 2));
  width: 14px;
  height: 14px;
  border: 2px #3d3c3f solid;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 5px white;
}
#news_container .item-name {
  margin-bottom: 0;
}
#news_container .item-summary {
  color: white;
  background: #3d3c3f;
  padding: 0 0 20px;
  line-height: 32px;
}
#news_container .news-item-image-holder {
  width: 100%;
  height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #news_container .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #news_container .item {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  #news_container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #news_container .item .item-summary {
    width: 50%;
    height: 216px;
    padding: 20px;
  }
  #news_container .item .item-summary .item-text {
    height: 157px;
    overflow: hidden;
  }
  #news_container .item .news-item-image-holder {
    width: 50%;
    height: 256px;
    position: relative;
  }
  #news_container .item .news-item-image-holder:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(25% - 10px);
    width: 0;
    height: 0;
    z-index: 9;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #3d3c3f;
  }
}
@media screen and (max-width: 1023px) {
  #news_container .news-item-image-holder {
    position: relative;
  }
  #news_container .news-item-image-holder:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    z-index: 9;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #3d3c3f;
  }
}

#row_schools .section-title {
  color: white;
  padding: 0;
  margin-bottom: 0;
}
#row_schools .qlink-item .qlink-inner {
  height: 200px;
  color: white;
  padding: 0;
}
#row_schools .qlink-item .qlink-inner img {
  width: 80%;
  margin: auto;
}

#outcomes_container {
  max-width: 596px;
  margin: 0 auto;
  padding: 40px 0;
}
#outcomes_container .kicker {
  position: relative;
  width: 100%;
  margin: 0 auto 55px;
  padding-bottom: 55px;
  text-align: center;
}
#outcomes_container .kicker:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(500px / 2);
  width: 500px;
  height: 2px;
  background: #3d3c3f;
}
#outcomes_container .kicker:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - (24px / 2));
  width: 14px;
  height: 14px;
  border: 2px #3d3c3f solid;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 5px white;
}
#outcomes_container .kicker:before {
  left: calc(50% - 251px);
}
#outcomes_container .items-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#outcomes_container .items-list .qlink-item {
  margin-bottom: 26px;
}
#outcomes_container .items-list .qlink-item .qlink-inner {
  position: relative;
  padding-left: 1em;
  text-indent: -0.7em;
}
#outcomes_container .items-list .qlink-item .qlink-inner:before {
  content: "";
  display: block;
  content: "• ";
  position: absolute;
  color: #e61b14;
}

:root,
:before,
:after {
  --color-1: #b32e2a;
  --color-1-base: hex-to-rgb(#b32e2a);
  --color-1-over: white;
  --color-1-over-base: hex-to-rgb(white);
  --color-1-isdark: 1;
  --color-2: #2c2729;
  --color-2-base: hex-to-rgb(#2c2729);
  --color-2-over: white;
  --color-2-over-base: hex-to-rgb(white);
  --color-2-isdark: 1;
}

#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);
}
