@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Chelsea+Market");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
}

html {
  height: auto !important;
  background: url("/pics/footer_bg.gif") top center;
}

body {
  margin: 0;
  background-color: #6bdcea;
}
@media screen and (min-width: 1024px) {
  body {
    background: url("/pics/index_bottom.png") center calc(100% - 200px) no-repeat, url("/pics/body_bg.jpg") top center no-repeat, #6bdcea;
  }
}

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

#header_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1412px;
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
  background: url("/pics/header_bg.png") center bottom/100% auto no-repeat;
}
@media screen and (min-width: 1024px) {
  #header_main {
    height: 325px;
  }
}
@media screen and (min-width: 1350px) {
  #header_main {
    background-size: 1350px auto;
  }
}

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

#header_title {
  margin: 0;
  font-size: 1rem;
}
#header_title a {
  display: block;
  overflow: hidden;
  height: 256px;
  width: 318px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/header_logo.png");
}
@media screen and (min-width: 1024px) {
  #header_title {
    position: absolute;
    z-index: 999;
    left: 12px;
    bottom: -46px;
  }
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#social_nav a {
  display: block;
  width: 95px;
  height: 95px;
  overflow: hidden;
  background-color: transparent;
  background: url("/pics/social_item.png") center top no-repeat;
}
#social_nav a svg {
  display: block;
  width: 35px;
  height: 35px;
  margin: 30px;
  fill: #c59c0f;
}
#social_nav a:hover {
  background-position: center bottom;
}
#social_nav a:hover svg {
  fill: #3e6ce4;
}
@media screen and (min-width: 1024px) {
  #social_nav {
    position: absolute;
    top: 80px;
    right: 0;
  }
}

#topnav_holder {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}
#topnav_holder #topnav_mobile {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double black;
  border-bottom: 5px solid black;
}
#topnav_holder #topnav {
  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;
  position: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open {
  max-height: 2000px;
}
#topnav_holder a {
  text-decoration: none;
}
#topnav_holder .level a {
  padding: 0.5em;
  font-size: 1em;
}
#topnav_holder .level:hover > .level {
  display: block;
}
#topnav_holder .first 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;
  width: 100%;
}
#topnav_holder .first .level a {
  padding-left: 1.5em;
}
#topnav_holder .first .flyout a {
  padding-left: 2.25em;
}
#topnav_holder .second {
  display: none;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
    z-index: 9;
  }
  #topnav_holder #topnav_mobile {
    display: none;
  }
  #topnav_holder #topnav {
    -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;
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder #topnav section:last-child:hover .dropdown {
    left: auto;
    right: 0;
  }
  #topnav_holder #topnav section:last-child:hover .dropdown .flyout {
    right: 100%;
    left: auto;
  }
  #topnav_holder .first > header,
#topnav_holder .first a {
    width: auto;
  }
  #topnav_holder .first:hover > .dropdown {
    display: block;
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder .first {
    position: relative;
  }
  #topnav_holder .first .level {
    width: 11.5em;
  }
  #topnav_holder .first .level a {
    padding-left: 0.5em;
  }
  #topnav_holder .third {
    position: relative;
  }
  #topnav_holder .third:hover .flyout {
    display: block;
  }
  #topnav_holder .flyout {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    max-width: 1412px;
    height: 73px;
    background: url("/pics/topnav_bg.png") center bottom/100% 73px no-repeat;
  }
}

#topnav_mobile {
  top: 40px;
  right: 20px;
}

#topnav {
  background: url("/pics/dropdown_bg.gif");
}
#topnav .first > header a {
  height: 40px;
  padding: 0 10px;
  font-family: "Chelsea Market", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
  color: white;
}
#topnav .first .level a {
  color: white;
}
#topnav .first:hover > header a,
#topnav .first:hover .third:hover header a,
#topnav .first:hover .level a:hover {
  color: #ebbb07;
}
@media screen and (min-width: 1024px) {
  #topnav {
    padding-left: 340px;
    width: auto !important;
    background: transparent;
  }
  #topnav .first > header a {
    height: 70px;
    padding: 0 20px;
    border-right: 2px solid #c59c0f;
  }
  #topnav .first:last-child > header a {
    border: none;
  }
  #topnav .first:hover > header a {
    background: url("/pics/dropdown_bg.gif");
    color: white;
  }
  #topnav .first .second {
    background: url("/pics/dropdown_bg.gif");
  }
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1350px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  background: white;
}
#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 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
}
@media screen and (min-width: 1024px) {
  #content_main {
    padding-top: 50px !important;
    padding-bottom: 175px !important;
    margin-bottom: 350px !important;
    background: url("/pics/content_bottom.png") center bottom/100% 259px no-repeat;
  }
  .index #content_main {
    padding-bottom: 120px !important;
  }
  #content_main:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 259px;
    background: white;
  }
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 3em;
  font-family: "Chelsea Market", sans-serif;
  color: #3e6ce4;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #ebbb07;
}
@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 {
  font-family: "Chelsea Market", sans-serif;
  font-size: 1.375rem;
  color: white;
}
.right-column-page-navigation li.active a {
  background: #3e6ce4;
}

.pages-content-wrapper:before, .pages-content-wrapper:after {
  content: "";
  display: table;
}
.pages-content-wrapper:after {
  clear: both;
}

#index_top {
  margin: 0 15px 10px;
  padding: 10px;
  background: #ebbb07;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  #index_top {
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) {
  #index_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.content-container {
  margin: 0 0 1em;
  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;
}
.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 {
  text-decoration: none;
}
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block;
}
.content-container .read-more-link:hover {
  text-decoration: underline;
}
.content-container .section-title {
  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;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Chelsea Market", sans-serif;
  text-align: center;
  background-color: #3e6ce4;
  color: white;
}
.content-container .read-more-link-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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-container .read-more-link {
  font-size: 1.125em;
  font-family: "Chelsea Market", sans-serif;
  color: #3e6ce4;
}
.content-container .read-more-link:after {
  content: " »";
}
.content-container [class*=-name] {
  width: 100%;
  margin: 0;
}
.content-container [class*=-name] a {
  font-size: 1.5rem;
  color: black;
}
.content-container a {
  text-decoration: none;
  color: white;
}
.content-container a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .content-container .section-title {
    text-align: left;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1350px) {
  .content-container .section-title {
    font-size: 3rem;
  }
}

#news_container .section-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #news_container .section-title {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background-color: transparent;
  }
  #news_container .section-title a {
    height: 78px;
    width: calc(100% - 60px);
    line-height: 78px;
    max-width: 816px;
    padding: 7px 0 17px 60px;
    background: url("/pics/header_right.png") left center no-repeat transparent;
  }
}
@media screen and (min-width: 1390px) {
  #news_container .section-title {
    margin-right: -12px;
  }
}
#news_container .items-list {
  max-width: 100%;
}
#news_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;
  padding: 15px 15px 35px;
  margin-bottom: 10px;
  background: url("/pics/news_item_bottom.png") center bottom/100% 26px no-repeat, url("/pics/news_bg.gif") top center, #3e6ce4;
}
#news_container .item-name {
  margin-bottom: 5px;
  text-align: center;
}
#news_container .item-name a {
  font-size: 1.3rem;
  font-family: "Chelsea Market", sans-serif;
  text-align: center;
  color: #ebbb07;
}
#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#news_container .news-item-image {
  width: calc(100% - 18px);
  max-width: 400px;
  border: 9px solid white;
}
#news_container .item-text {
  max-width: 100%;
  color: white;
}
#news_container .read-more-link-group {
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#news_container .read-more-link {
  margin-right: 40px;
}
@media screen and (min-width: 768px) {
  #news_container {
    /*.item { width: calc(47% - 30px); }*/
  }
  #news_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;
  }
  #news_container .item {
    width: calc(30% - 30px);
  }
}
@media screen and (min-width: 1024px) {
  #news_container {
    width: calc(100% - 376px);
  }
}

#events_container {
  padding-bottom: 30px;
}
#events_container .section-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #events_container .section-title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: transparent;
  }
  #events_container .section-title a {
    height: 78px;
    width: 329px;
    line-height: 78px;
    padding: 18px 0 13px 47px;
    background: url("/pics/header_left.png") left center no-repeat;
  }
}
@media screen and (min-width: 1390px) {
  #events_container .section-title {
    margin-left: -19px;
  }
}
#events_container .item {
  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;
  margin-bottom: 10px;
}
#events_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;
  width: 100%;
  margin-bottom: 25px;
}
#events_container .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  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: 85px;
  height: 89px;
  margin-right: 10px;
  border: 2px solid #ffd51f;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-family: "Chelsea Market", sans-serif;
  background: #ebbb07;
  color: white;
}
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  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;
  width: 150px;
}
#events_container .event-image-link {
  max-width: 100%;
}
#events_container .event-image {
  width: 100%;
}
#events_container .item-name a {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  #events_container {
    width: 100%;
    padding-bottom: 0;
  }
}

#links_container .section-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #links_container .section-title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: transparent;
  }
  #links_container .section-title a {
    height: 78px;
    width: 329px;
    line-height: 78px;
    padding: 18px 0 13px 47px;
    background: url("/pics/header_left.png") left center no-repeat;
  }
}
@media screen and (min-width: 1390px) {
  #links_container .section-title {
    margin-left: -19px;
  }
}
#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}
#links_container .link-item {
  margin-bottom: 20px;
  text-align: center;
}
#links_container .link-item a {
  font-family: "Chelsea Market", sans-serif;
  font-size: 1.75rem;
  color: #3e6ce4;
}
#links_container .link-item a:hover {
  color: #ebbb07;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #links_container .link-item a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #links_container {
    width: 376px;
  }
}

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#quicklinks a {
  display: block;
  height: 56px;
  width: 200px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
  color: black;
  background: url("/pics/qlink_item.png") top left no-repeat;
}
#quicklinks a:hover {
  background-position: 0 -56px;
}

#footer_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;
  position: relative;
  background: url("/pics/footer_bg.gif") top center;
}
#footer_main:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("/pics/footer_top.png") top center;
}
@media screen and (min-width: 1024px) {
  #footer_main {
    padding-top: 35px;
  }
  #footer_main:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -430px;
    left: 0;
    width: 100%;
    height: 430px;
    background: url("/pics/index_bottom.png") bottom center no-repeat;
  }
}

#top_link {
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "Chelsea Market", sans-serif;
  text-transform: uppercase;
  color: white;
}
#top_link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  #top_link {
    position: absolute;
    top: -168px;
    right: 0;
    display: block;
    width: 372px;
    height: 164px;
    padding: 60px 0 0 33px;
    font-size: 2.25rem;
    background: url("/pics/top_button.png");
    color: #3e6ce4;
  }
}

#gold_ribbon {
  display: none;
}
@media screen and (min-width: 1024px) {
  #gold_ribbon {
    position: absolute;
    top: -150px;
    left: 20px;
    display: block;
    width: 180px;
    height: 180px;
    background: url("/pics/goldribbonlogo.png") no-repeat scroll 0 0/100% auto;
  }
}

#footer_name {
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-family: "Chelsea Market", sans-serif;
  line-height: 1em;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px) {
  #footer_name {
    font-size: 3rem;
  }
}

#footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  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;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  #footer_inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#footer_address {
  font-style: normal;
  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;
  max-width: 100%;
  margin: 10px 0;
  font-size: 1.375em;
  color: white;
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
#footer_address .footer-info-block {
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer_address {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer_address .footer-info-block:after {
    content: "|";
    margin: 0 10px;
  }
  #footer_address .footer-info-block:last-child:after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #footer_address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
}

#footer_address_location {
  text-transform: uppercase;
}

#footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer_nav a {
  padding: 0 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}
#footer_nav a:hover {
  color: white;
}

#edlio_login {
  text-decoration: none;
  color: white;
}
#edlio_login svg {
  width: 24px;
  height: 16px;
  fill: white;
}
#edlio_login:hover {
  color: #ebbb07;
}
#edlio_login:hover svg {
  fill: #ebbb07;
}
@media screen and (min-width: 1024px) {
  #edlio_login {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#edlio_logo {
  display: block;
  width: 75px;
  height: 25px;
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 15px;
}
#edlio_logo svg {
  display: block;
  width: 75px;
  height: 25px;
  margin: 0;
  fill: #1a437e;
}

#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: #3e6ce4;
}
#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: #ebbb07;
}
#mobile_nav a:hover svg {
  fill: #ebbb07;
}
@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: #3e6ce4;
  --color-1-base: hex-to-rgb(#3e6ce4);
  --color-1-over: white;
  --color-1-over-base: hex-to-rgb(white);
  --color-1-isdark: 1;
  --color-2: #ebbb07;
  --color-2-base: hex-to-rgb(#ebbb07);
  --color-2-over: black;
  --color-2-over-base: hex-to-rgb(black);
  --color-2-isdark: 0;
}

#topbar_lausd #social_nav_header .link-item.show-text a:hover, #topbar_lausd #social_nav_header .link-item.show-text a:focus {
  background-color: var(--color-2);
  color: var(--color-2-over);
  border-color: var(--color-2);
}

#header_main {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  #header_main {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1350px) {
  #header_main #header_title {
    left: calc(50% - 1350px/2 + 12px);
  }
}

@media screen and (min-width: 1024px) {
  body {
    background: url("/pics/index_bottom.png") center calc(100% - 400px) no-repeat, url("/pics/body_bg.jpg") top center no-repeat, #6bdcea;
  }
}
