@import url("//fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Droid+Serif:400,700|Homemade+Apple");
@import url("/apps/js/polls/polls-pack.css");
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 #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;
}
#content_main:focus {
  outline: none;
}

body {
  background-position: center bottom;
  background-attachment: fixed;
  background-color: white;
  color: black;
}

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

#header_main {
  position: relative;
  z-index: 99;
}
#header_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background: black;
}
#header_main:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

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

#header_inner {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  #header_inner {
    background: black;
  }
}

#header_title, #footer_address_title {
  z-index: 2;
  margin: 10px auto;
}
#header_title a, #footer_address_title a {
  display: block;
  position: relative;
  width: 100%;
  color: white;
  margin-left: -113px;
  font-family: "Droid Serif", serif;
  font-size: 0.825rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url("/pics/header.png");
  background-repeat: no-repeat;
}
#header_title a .first-word, #footer_address_title a .first-word {
  display: block;
  padding-top: 110px;
  font-size: 4.5em;
}
#header_title a .second, #footer_address_title a .second {
  margin: -9px 0 0 12px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  #header_title, #footer_address_title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
  }
  #header_title a, #footer_address_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;
    height: 136px;
    width: auto;
    padding-left: 100px;
    font-size: 1.125rem;
    background-position: left 15px;
    text-align: left;
  }
  #header_title a .first-word, #footer_address_title a .first-word {
    display: inline;
    padding: 0;
  }
  #header_title a .second, #footer_address_title a .second {
    margin: -13px 0 0 18px;
    font-weight: 700;
  }
}

#header_marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
#header_marquee .marquee-inner {
  display: inline-block;
  padding-left: 100%;
}
#header_marquee .marquee-inner:hover {
  animation-play-state: paused;
}
#header_marquee.marquee-speed-18 .marquee-inner {
  animation: marquee 15s linear infinite;
}
#header_marquee.marquee-speed-35 .marquee-inner {
  animation: marquee 30s linear infinite;
}
#header_marquee.marquee-speed-7 .marquee-inner {
  animation: marquee 7.5s linear infinite;
}
#header_marquee .marquee-content {
  float: left;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #google_tools {
    margin: 15px 0;
  }
}

#topbar_nav {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  text-align: center;
  background: black;
}
#topbar_nav a.donate-index {
  position: relative;
  left: calc(82% - 150px);
}
@media screen and (max-width: 768px) {
  #topbar_nav a.donate-index {
    position: initial !important;
  }
}
#topbar_nav a {
  display: inline-block;
  height: 15px;
  margin: 15px 0 0;
  padding: 0 10px;
  text-decoration: none;
  color: #e6e6e6;
}
#topbar_nav a svg {
  width: 18px;
  height: auto;
  margin-right: 5px;
  fill: #e02c0f;
}
#topbar_nav a:hover {
  color: #e02c0f;
}
#topbar_nav a:hover svg {
  fill: white;
}
@media screen and (min-width: 768px) {
  #topbar_nav {
    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-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 50px;
    height: 67px;
  }
  #topbar_nav 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;
    margin: 0;
  }
  #topbar_nav:before {
    display: none;
  }
}

#social_nav {
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
#social_nav header {
  width: 100%;
  font-size: 1.825rem;
  font-family: "Homemade Apple", cursive;
  line-height: 1.5em;
  text-align: center;
  color: #005381;
}
#social_nav a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 100%;
  margin: 5px 10px;
}
#social_nav a svg {
  display: block;
  width: 34px;
  height: 34px;
  margin: 3px;
  fill: white;
}
#social_nav a:hover, #social_nav a:focus {
  background-color: inherit;
}
#social_nav a:hover svg, #social_nav a:focus svg {
  fill: inherit;
}
#social_nav a:hover svg {
  fill: #e02c0f;
}
@media screen and (max-width: 767px) {
  #social_nav {
    margin-top: 20px;
  }
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  background: #333333;
  margin: 0 auto;
}
#search input#q {
  margin: 0;
  height: 28px;
  line-height: 28px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search input#q {
  color: white;
  padding: 0 10px;
  width: 150px;
}
#search .edlio-search-button {
  height: 14px;
  width: auto;
  margin: 7px 9px 0 0;
}
@media screen and (min-width: 768px) {
  #search {
    margin-left: 30px;
  }
}

#topnav_holder {
  z-index: 2;
  width: 100%;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double white;
  border-bottom: 5px solid white;
}
#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;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
#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;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    width: auto;
    position: absolute;
  }
}

#topnav_mobile_toggle {
  z-index: 1;
  top: 20px;
  left: 10px;
}

#topnav {
  background: #474f5e;
}
#topnav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  color: #e02c0f;
}
#topnav .sub-nav a {
  color: white;
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  color: #f7ba25;
}
@media screen and (min-width: 1024px) {
  #topnav {
    margin-top: 10px;
    background: transparent;
  }
  #topnav .nav-item > a {
    height: 50px;
    padding: 0 15px;
    font-size: 1.125rem;
    font-weight: 400;
    color: white;
  }
  #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
    color: white;
    background-image: url("/pics/topnav_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  #topnav .sub-nav {
    background: #474f5e;
  }
}

#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: 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 {
  margin-top: -136px;
  background: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid black;
  color: #005381;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #005381;
}
@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: white;
}
.right-column-page-navigation li.active a {
  background: #e02c0f;
  color: white;
}

#index_main {
  padding-bottom: 50px;
  border-bottom: 13px solid #e02c0f;
  background: white;
}
#index_main .content-column {
  background: #e02c0f;
}

#index_main_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
}
@media screen and (min-width: 768px) {
  #index_main_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
  }
}

.content-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: -20px 5px;
  padding-bottom: 100px;
  background: white;
}

.content-column2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: -20px;
  padding-bottom: 100px;
  background: white;
}

.content-container {
  font-size: 1.125rem;
  line-height: 2rem;
}
.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-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: black;
}
.content-container .section-title a {
  margin: 30px auto 10px;
  line-height: 2.325rem;
}
.content-container .section-title svg {
  display: block;
  height: 40px;
  width: auto;
  max-width: 100%;
  margin: 15px auto 0;
  fill: 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 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 91px);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px auto;
  padding: 0 20px;
  line-height: 43px;
  color: white;
  background-color: black;
  border-radius: 4px;
}
.content-container [class*=-name] {
  width: 100%;
  margin: 0;
}
.content-container [class*=-name] a {
  display: inline-block;
  margin-top: 3px;
  font-size: 1rem;
  font-weight: 400;
  color: white;
}
.content-container a {
  text-decoration: none;
  color: white;
}
.content-container a:hover {
  text-decoration: underline;
}
.content-container .item-text {
  color: white;
}
@media screen and (max-width: 767px) {
  .content-container {
    margin: 20px 0;
  }
}

#news_container {
  text-align: center;
}
#news_container .items-list {
  margin-top: 30px;
  padding: 0 1rem;
}
#news_container .item {
  margin-bottom: 40px;
  text-align: left;
}
#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#news_container .news-item-image {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  #news_container .items-list {
    padding: 0 3rem;
  }
}

#events_container {
  text-align: center;
}
#events_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;
  margin-bottom: 0px;
}
#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: 88px;
  height: 120px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  background-image: url("/pics/calendar_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#events_container .event-date .event-month {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
#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;
}

#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  #links_container .links-list {
    padding: 0 3rem;
  }
}

#motto_container {
  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;
  position: relative;
  padding: 6rem 0;
  margin: 0;
  background-image: url("/pics/motto_overlay.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: rgba(51, 51, 51, 0.7);
}
#motto_container .section-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 53px;
  font-family: "Homemade Apple", cursive;
  font-size: 3.5rem;
  line-height: 1.5em;
  text-transform: capitalize;
  background-image: url("/pics/motto_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

#facts_container {
  background: white;
  margin: 0;
}
#facts_container .section-title {
  margin: 5rem auto;
  font-size: 3rem;
}
#facts_container .items-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding: 0;
  color: black;
}
#facts_container .items-list .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;
  margin: 0px;
  list-style: none;
  max-width: 170px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-color: black;
}
#facts_container .items-list .item a {
  color: black;
}
#facts_container .items-list svg {
  margin-bottom: 10px;
  fill: #c52126;
  width: auto;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #facts_container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

#shuffle_main {
  position: relative;
  margin-top: 136px;
}
@media screen and (min-width: 768px) {
  #shuffle_main {
    margin: 0;
  }
  #shuffle_main:before {
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 18px;
    background-image: url("/pics/shuffle_overlay.png");
    background-position: center bottom;
  }
}

#bottom_shuffle {
  position: relative;
  border-bottom: 13px solid white;
  border-top: 13px solid white;
}
#bottom_shuffle:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 79, 94, 0.6);
}

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#quicklinks a {
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 138px;
  width: auto;
  min-width: 200px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  color: white;
  background-image: url("/pics/qlinks_bg.png");
  background-repeat: no-repeat;
  background-position: center 105px;
}
@media screen and (min-width: 1024px) {
  #quicklinks a {
    width: 500px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #quicklinks a {
    width: 300px;
    max-width: 100%;
    min-width: 200px;
  }
}
#quicklinks a span {
  position: relative;
  top: -7px;
  display: block;
  width: 100%;
  line-height: 1.25em;
  font-size: 2.125rem;
  font-weight: 300;
}
#quicklinks a .second-line {
  margin-top: -8px;
  font-size: 2.875rem;
  font-weight: 700;
}
#quicklinks a:nth-of-type(1) {
  background-color: rgba(0, 83, 129, 0.85);
}
#quicklinks a:nth-of-type(1):hover {
  background-color: #005381;
}
#quicklinks a:nth-of-type(2) {
  background-color: rgba(247, 186, 37, 0.85);
}
#quicklinks a:nth-of-type(2):hover {
  background-color: #f7ba25;
}
#quicklinks a:nth-of-type(3) {
  background-color: rgba(97, 156, 59, 0.85);
}
#quicklinks a:nth-of-type(3):hover {
  background-color: #619c3b;
}
#quicklinks a:nth-of-type(4) {
  background-color: rgba(0, 0, 0, 0.85);
}
#quicklinks a:nth-of-type(4):hover {
  background-color: black;
}
@media screen and (min-width: 768px) {
  #quicklinks {
    margin-top: 0px;
  }
}

#footer_main {
  background-color: black;
}
@media screen and (min-width: 1024px) {
  #footer_main {
    background-image: url("/pics/footer_watermark.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 474px) -110px;
  }
}

#footer_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #footer_inner {
    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;
  }
}

#footer_lower {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding: 15px 0 25px;
  border-top: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  #footer_lower {
    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;
  }
}

#footer_address_title {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media screen and (min-width: 768px) {
  #footer_address_title a {
    padding-left: 115px;
    height: 186px;
    width: 210px;
    font-size: 1rem;
    background-image: url("/pics/footer_logo.png");
  }
}

.footer_address {
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  width: 33%;
}
.footer_address a {
  color: inherit;
}
.footer_address svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  fill: #619c3b;
}
.footer_address .footer-info-block {
  line-height: 2rem;
}
.footer_address .footer-info-block a:hover,
.footer_address .footer-info-block a:focus {
  color: #e02c0f;
}
@media screen and (min-width: 768px) {
  .footer_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_address .footer-info-block {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer_address {
    text-align: center;
  }
  .footer_address .footer-info-block {
    display: block;
  }
}

#footer_nav {
  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;
}
#footer_nav a {
  padding: 3px 12px;
  text-decoration: none;
  color: #d9d9d9;
}
#footer_nav a:hover {
  color: #e02c0f;
}
@media screen and (max-width: 767px) {
  #footer_nav {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  #footer_nav a {
    display: inline-block;
    padding: 9px 17px;
    text-decoration: none;
    color: #d9d9d9;
  }
}

#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: white;
}
#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 white;
}
#edlio_login .edlio-logo svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: white;
}
#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: black;
}
#edlio_login:hover .edlio-logo {
  border-color: black;
}
#edlio_login:hover .edlio-logo svg {
  fill: black;
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 0 10px;
}
#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: rgba(255, 255, 255, 0.8);
}
#edlio_logo:hover, #edlio_logo:focus {
  background-color: inherit;
}
#edlio_logo:hover svg, #edlio_logo:focus svg {
  fill: inherit;
}
#edlio_logo:hover svg {
  fill: #e02c0f;
}
@media screen and (max-width: 767px) {
  #edlio_logo {
    margin: 10px auto;
  }
}

#footer_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

#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: #005381;
}
#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: #f7ba25;
}
#mobile_nav a:hover svg {
  fill: #f7ba25;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

/* formatting for Schools' homepage */
#athletics_events .slick-slide {
  width: 400px !important;
}

#athletics_events .slick-slider {
  margin-left: 55px !important;
}

#athletics_events .read-more-links-group {
  margin: 40px 0 0;
}

#athletics_events .event-date {
  margin: 25px 15px 0 0;
}

#index_main_inside {
  background: #e02c0f;
}

#google_translate {
  position: absolute;
  z-index: 99999;
  top: 20px;
  right: 7px;
  overflow: hidden;
}

@media screen and (max-width: 1360px) {
  #google_translate {
    top: 66px;
  }
}
@media screen and (max-width: 768px) {
  #google_translate {
    top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #topnav .nav-item > a {
    font-size: 1rem !important;
    padding: 0 10px !important;
  }
  #topnav .nav-item > a:first-child {
    padding-left: 0 !important;
  }
  #topnav .nav-item > a:last-child {
    padding-right: 0 !important;
  }
}
