@import url("https://fonts.googleapis.com/css?family=Chelsea+Market|Open+Sans:300,300i,400,400i,700,700i");
@import url("/apps/js/polls/polls-pack.css");
svg {
  width: 20px;
  height: 20px;
  fill: red;
}

body {
  font-family: "Open Sans", 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 #content_main {
  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;
}

#header_main,
#footer_main {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

#content_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body, #footer_main {
  min-width: 320px;
}

#header_main {
  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;
  background-image: url("/pics/bg/sketch_bloo_blue.jpg");
  background-size: 200px auto;
  position: relative;
  z-index: 99;
}
#header_main background {
  color: #0b5470;
}

#header_title {
  margin: 0;
  font-size: 80%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #header_title {
    font-size: 200%;
  }
}
#header_title 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;
  padding: 10px;
  font-family: "Chelsea Market", cursive;
  font-size: 3em;
  text-decoration: none;
  text-shadow: 0.05em 0.05em #0b5470;
  color: #fef9d4;
}
@media screen and (min-width: 1024px) {
  #header_title a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 26px 0;
    letter-spacing: 16px;
  }
}
#header_title a > span {
  max-width: 100%;
}
#header_title a .lower {
  margin-top: 0;
  font-size: 0.77em;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  #header_title a .lower {
    margin-top: -17px;
  }
}
@media screen and (min-width: 1024px) {
  #header_title a {
    width: 1024px;
  }
}
#header_title #skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#header_title #skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: white;
  clip: auto;
}
#header_title #social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header_title #social_nav a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: #92150f;
  border-radius: 100%;
}
#header_title #social_nav a svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 3px;
  fill: white;
}
#header_title #social_nav a:hover, #header_title #social_nav a:focus {
  background-color: inherit;
}
#header_title #social_nav a:hover svg, #header_title #social_nav a:focus svg {
  fill: inherit;
}
#header_title #social_nav a:hover svg {
  fill: #0b5470;
}

#totop_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 60px;
  height: 143px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  background-image: url("/pics/go-top.png");
  background-size: 100% auto;
  background-position: top center;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #0b5470;
}
#totop_arrow:hover, #totop_arrow:focus {
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  #totop_arrow {
    margin-right: 200px;
  }
}
#totop_arrow > span {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: white;
  clip: auto;
}

#hedaer_logo_container {
  pointer-events: none;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 0) and (max-width: 1023px) {
  #hedaer_logo_container img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  #hedaer_logo_container {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 300px;
    z-index: 9;
  }
}
#hedaer_logo_container #header_logo {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #hedaer_logo_container #header_logo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}
#hedaer_logo_container #header_logo > img {
  height: 100%;
  width: auto;
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  background: #fef9d4;
  margin-right: 10px;
  border-radius: 5px;
}
#search input#q {
  margin: 0;
  height: 24px;
  line-height: 24px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search input#q {
  padding: 0 10px;
  width: 104px;
}
#search .edlio-search-button {
  width: 24px;
}

#topnav_holder {
  width: 100%;
  background-color: #0b5470;
  border-bottom: 3px solid #1785af;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double #0b5470;
  border-bottom: 5px solid #0b5470;
}
#topnav_holder #topnav {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open {
  max-height: 2000px;
}
#topnav_holder .nav-menu,
#topnav_holder .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .nav-menu a,
#topnav_holder .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 10px;
  text-decoration: none;
}
#topnav_holder .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: 100%;
  max-width: 1024px;
}
#topnav_holder .sub-nav {
  display: none;
}
#topnav_holder .sub-nav.open {
  display: block;
}
#topnav_holder .sub-nav a {
  padding-left: 1.5em;
}
#topnav_holder .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
@media screen and (min-width: 1024px) {
  #topnav_holder #topnav_mobile_toggle {
    display: none;
  }
  #topnav_holder #topnav {
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder .nav-menu {
    -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;
  }
}
#topnav_holder .nav-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder .nav-menu {
    position: relative;
  }
  #topnav_holder .sub-nav {
    position: absolute;
  }
  #topnav_holder .sub-nav a {
    width: 11.5em;
    padding-left: 0.5em;
  }
  #topnav_holder .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.5em;
  }
  #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
}

#topnav_mobile_toggle {
  top: 1rem;
  right: 0.5rem;
}

#topnav {
  background: #0b5470;
  top: 5rem;
}
#topnav .nav-item > a {
  font-size: 1.125em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  background-color: #094359;
}
#topnav .sub-nav a {
  color: white;
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  color: #0b5470;
  background-color: white;
}
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent;
  }
  #topnav .nav-item > a {
    height: 50px;
    padding: 0 9px;
    font-size: 1rem;
    font-weight: 400;
    color: white;
  }
  #topnav .sub-nav {
    background: #0b5470;
  }
  #topnav .sub-nav a {
    color: white;
  }
  #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
    background-color: #ffc300;
    color: #0b5470;
  }
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(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: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#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: 90%;
    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: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2rem;
  font-family: "Chelsea Market", cursive;
  color: #0b5470;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #ffc300;
}
@media screen and (max-width: 767px) {
  .right-column-page-navigation {
    margin: 20px auto;
  }
}
.right-column-page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.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;
}
.right-column-page-navigation a:hover {
  text-decoration: underline;
}
.right-column-page-navigation a .inner {
  text-decoration: none;
}
.right-column-page-navigation a .inner:hover {
  text-decoration: underline;
}
.right-column-page-navigation ul {
  padding: 5px 0;
}
.right-column-page-navigation li a {
  color: black;
}
.right-column-page-navigation li.active a {
  background: #0b5470;
  color: white;
}

.section-container {
  width: 100%;
}

#quicklinks_section {
  background-image: url("/pics/bg/sketch_betty_blue.jpg");
  background-size: 400px auto;
  position: relative;
  border-bottom: 12px solid #ffc300;
}

#events_section {
  background-image: url("/pics/bg/halftone_betty_blue.jpg");
  background-size: 200px auto;
  padding: 40px 0;
}

#news_section {
  background-color: #1785af;
  border-bottom: 12px solid #ffc300;
  padding: 40px 0;
}

#spotlight_section {
  background-image: url("/pics/bg/sketch_bloo_blue.jpg");
  background-size: 400px auto;
  padding: 40px 0 0 0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#google_container .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#google_container .row .col.first-child {
  margin-right: 10px;
}
#google_container .row .col:last-child {
  margin-left: auto;
}

.content-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .content-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}

.max-content-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1350px) {
  .max-content-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
  }
}

.column-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .column-container {
    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: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}

.content-container .section-title {
  font-family: "Chelsea Market", cursive;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 4px 4px #0b5470;
}
.content-container .section-title a {
  color: #fef9d4 !important;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .content-container .section-title {
    font-size: 2.8rem;
  }
}

.read-group {
  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;
}
#events_section .read-group {
  margin-top: 20px;
}
#news_section .read-group {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  #news_section .read-group {
    margin-top: 60px;
  }
}
#spotlight_section .read-group {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.read-all-link {
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  display: inline-block;
  padding: 10px;
  font-family: "Chelsea Market", cursive;
  font-size: 1rem;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: white !important;
  box-shadow: 0 3px #0b5470;
}
#events_section .read-all-link {
  background-color: #1785af;
}
#events_section .read-all-link:hover, #events_section .read-all-link:focus {
  background-color: #ffc300;
  color: #1785af;
}
#news_section .read-all-link {
  background-color: #0b5470;
}
#news_section .read-all-link:hover, #news_section .read-all-link:focus {
  background-color: #ffc300;
  color: #0b5470;
}
#spotlight_section .read-all-link {
  background-color: #0b5470;
  margin: 20px auto 0 auto;
}
#spotlight_section .read-all-link:hover, #spotlight_section .read-all-link:focus {
  background-color: #ffc300;
  color: #0b5470;
}
@media screen and (min-width: 1024px) {
  #spotlight_section .read-all-link {
    margin: 45px 10px 0 auto;
  }
}
.read-all-link:nth-child(2) {
  margin-left: 10px;
}

.city-bg {
  padding-bottom: 150px;
  background-image: url("/pics/bg/city.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .city-bg {
    padding-bottom: 200px;
  }
}

#quicklinks_container {
  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: 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;
}
#quicklinks_container .ql-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: 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%;
  color: #fef9d4;
  text-decoration: none;
  text-shadow: 3px 3px #0b5470;
  transition: background-color 0.2s ease-in;
}
#quicklinks_container .ql-item:nth-child(odd) {
  background-color: #1785af;
}
#quicklinks_container .ql-item:hover, #quicklinks_container .ql-item:focus {
  background-color: #23b9f6;
}
#quicklinks_container .ql-item > svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 75px;
  width: 75px;
  margin: 10px;
}
#quicklinks_container .ql-item > svg .blue-dunkel {
  fill: #0b5470;
}
#quicklinks_container .ql-item > svg .blue-mid {
  fill: #1785af;
}
#quicklinks_container .ql-item > svg .blue-leicht {
  fill: #23b9f6;
}
#quicklinks_container .ql-item > svg .yellow-leicht {
  fill: #fef9d4;
}
#quicklinks_container .ql-item > svg .yellow-schein {
  fill: #ffc300;
}
#quicklinks_container .ql-item > svg .null {
  fill: none;
}
#quicklinks_container .ql-item > span {
  margin: 15px 0 0 0;
  width: 100%;
  font-family: "Chelsea Market", cursive;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #quicklinks_container .ql-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 35px;
    height: 200px;
  }
  #quicklinks_container .ql-item > span {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1349px) {
  #quicklinks_container .ql-item {
    width: calc(100% / 6);
  }
  #quicklinks_container .ql-item svg {
    width: 100px;
    height: 100px;
  }
  #quicklinks_container .ql-item > span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1350px) {
  #quicklinks_container .ql-item {
    height: 255px;
    width: 225px;
  }
  #quicklinks_container .ql-item > span {
    font-size: 1.5rem;
    padding-top: 20px;
  }
  #quicklinks_container .ql-item > svg {
    height: 150px;
    width: 150px;
    margin: 0;
  }
}

#main_skip {
  position: absolute;
  top: -41px;
  left: 0;
  display: block;
  width: 100%;
  height: 64px;
}
#main_skip:hover #arrow_box, #main_skip:focus #arrow_box {
  background-color: #1785af;
}
#main_skip #arrow_box {
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  background-image: url("/pics/go-bottom.png");
  color: transparent;
  overflow: hidden;
}
#main_skip:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 10px;
  width: 100%;
  background-color: #ffc300;
  transition: background-color 0.2s ease-in;
}
#main_skip #arrow_box {
  position: absolute;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  background-color: #0b5470;
  border-radius: 5px;
  box-shadow: 5px 5px #ffc300;
  transition: background-color 0.2s ease-in;
}

#events_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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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;
}
#events_container .items-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 316.3333333333px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
#events_container .items-list .item .event-date {
  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;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  overflow: hidden;
  width: 125px;
}
#events_container .items-list .item .event-date:before {
  position: absolute;
  display: block;
  content: "";
  top: -7px;
  left: 0;
  height: calc(100% + 14px);
  width: 100%;
  background-color: #1785af;
  border-radius: 28px;
}
#events_container .items-list .item .event-date .event-day, #events_container .items-list .item .event-date .event-month {
  z-index: 1;
  font-size: 3rem;
  font-family: "Chelsea Market", cursive;
  text-transform: uppercase;
  text-shadow: 3px 3px #0b5470;
  color: #fef9d4;
}
#events_container .items-list .item .event-date .event-day {
  margin-bottom: -7px;
}
#events_container .items-list .item .event-summary {
  position: relative;
  padding: 20px 10px;
  margin-left: 10px;
  max-width: 100%;
  color: black;
  background-color: white;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.4rem;
  padding: 25px 35px 40px 35px;
}
#events_container .items-list .item .event-summary:before, #events_container .items-list .item .event-summary:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 15px;
}
#events_container .items-list .item .event-summary:before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-color: transparent #dcd2cd transparent transparent;
}
#events_container .items-list .item .event-summary:after {
  right: 0;
  border-width: 15px 15px 0 0;
  border-color: #dcd2cd transparent transparent transparent;
}
#events_container .items-list .item .event-summary .item-name {
  margin: 0;
}
#events_container .items-list .item .event-summary .item-name a {
  text-decoration: none;
}
#events_container .items-list .item .event-summary .item-name a:hover, #events_container .items-list .item .event-summary .item-name a:focus {
  text-decoration: underline;
}

#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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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;
}
@media screen and (min-width: 1024px) {
  #news_container .items-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    position: relative;
  }
}
#news_container .items-list .item {
  margin: 20px;
  width: 341.3333333333px;
}
@media screen and (min-width: 1024px) {
  #news_container .items-list .item {
    width: 361.3333333333px;
  }
  #news_container .items-list .item:nth-child(1) {
    top: 0;
    left: calc(50% - 203px);
    margin-top: 0;
  }
  #news_container .items-list .item:nth-child(2) {
    margin: 20px auto 0 0;
  }
  #news_container .items-list .item:last-child {
    margin: 20px 0 0 auto;
  }
  #news_container .items-list .item:nth-child(2) .item-summary, #news_container .items-list .item:last-child .item-summary {
    background-color: #f4f0ed;
  }
}
#news_container .items-list .item .item-name {
  width: 70%;
  margin: 0 auto 20px auto;
  text-align: center;
  text-transform: uppercase;
  font-family: "Chelsea Market", cursive;
  font-size: 1.3rem;
}
#news_container .items-list .item .item-name a {
  text-decoration: none;
  color: #fef9d4;
}
#news_container .items-list .item .item-name a:hover, #news_container .items-list .item .item-name a:focus {
  text-decoration: underline;
}
#news_container .items-list .item .item-summary {
  background-color: white;
  max-width: 100%;
}
#news_container .items-list .item .news-item-image-holder {
  width: 100%;
}
#news_container .items-list .item .news-item-image-holder img {
  width: 100%;
}
#news_container .items-list .item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.4rem;
  padding: 25px 35px 40px 35px;
}

#principal_spotlight_container {
  color: white;
}
#principal_spotlight_container a {
  color: white;
}

@media screen and (min-width: 1024px) {
  #spotlight_container #spotlight_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#spotlight_container .read-group {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#spotlight_video video {
  width: 100%;
  display: block;
}

#spotlight_message {
  position: relative;
  margin: 20px;
  min-height: 300px;
  background-color: white;
  padding: 25px 10px;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.4rem;
}
#spotlight_message:before, #spotlight_message:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 15px;
}
#spotlight_message:before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-color: transparent #dcd2cd transparent transparent;
}
#spotlight_message:after {
  right: 0;
  border-width: 15px 15px 0 0;
  border-color: #dcd2cd transparent transparent transparent;
}
@media screen and (min-width: 1024px) {
  #spotlight_message {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-height: auto;
    width: 570px;
    margin: 0 15px;
  }
}

#footer_main {
  background-color: #116382;
}
#footer_main .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #footer_main .row {
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
#footer_main .row #phone_col,
#footer_main .row #address_col {
  font-size: 1.2rem;
  font-weight: 700;
  max-width: 100%;
  color: #fef9d4;
  text-align: center;
}
#footer_main .row #phone_col a,
#footer_main .row #address_col a {
  color: #fef9d4;
}
@media screen and (min-width: 768px) {
  #footer_main .row #address_col {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #fef9d4;
  }
}
#footer_main .row .col {
  margin: 0 auto 10px auto;
}
@media screen and (min-width: 1024px) {
  #footer_main .row .col {
    margin: 0;
  }
  #footer_main .row .col:first-child {
    margin: 0 10px 0 5px;
  }
  #footer_main .row .col:last-child {
    margin: 0 5px 0 auto;
  }
}

#edlio_login {
  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;
  text-decoration: none;
  color: #fef9d4;
}
#edlio_login .edlio-logo {
  display: block;
  width: 24px;
  height: 16px;
  overflow: hidden;
  background-color: transparent;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 2px solid #fef9d4;
}
#edlio_login .edlio-logo svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: #fef9d4;
}
#edlio_login .edlio-logo:hover, #edlio_login .edlio-logo:focus {
  background-color: inherit;
}
#edlio_login .edlio-logo:hover svg, #edlio_login .edlio-logo:focus svg {
  fill: inherit;
}
#edlio_login:hover {
  color: #ffc300;
}
#edlio_login:hover .edlio-logo {
  border-color: #ffc300;
}
#edlio_login:hover .edlio-logo svg {
  fill: #ffc300;
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
}
#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: #fef9d4;
}
#edlio_logo:hover, #edlio_logo:focus {
  background-color: inherit;
}
#edlio_logo:hover svg, #edlio_logo:focus svg {
  fill: #ffc300;
}

#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;
  background: #0b5470;
}
#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;
  color: white;
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: white;
}
#mobile_nav a:hover {
  color: #ffc300;
}
#mobile_nav a:hover svg {
  fill: #ffc300;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

:root,
:before,
:after {
  --color-1: #0b5470;
  --color-1-base: hex-to-rgb(#0b5470);
  --color-1-over: white;
  --color-1-over-base: hex-to-rgb(white);
  --color-1-isdark: 1;
  --color-2: #ffc300;
  --color-2-base: hex-to-rgb(#ffc300);
  --color-2-over: black;
  --color-2-over-base: hex-to-rgb(black);
  --color-2-isdark: 0;
}

#topbar_lausd {
  border-bottom: 12px solid #0b5470;
}
#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);
}
