@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600,700|Bree+Serif|PT+Sans:400,700;");
@import url("/apps/js/polls/polls-pack.css");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______ 
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__   
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|  
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____ 
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|

     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \    
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |   
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/    

*/
body,
body .dark,
body .light,
body table,
body .neutral,
body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
  background: url("/pics/html_bg.jpg") top center repeat;
}
body {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
body.index #content_main {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

#header_main,
#footer_main {
  -moz-flex: none;
  flex: none;
}

#content_main {
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 410px;
  box-shadow: 0 200px 800px white;
  background-image: url("/pics/body_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  body:before {
    height: 684px;
  }
}
body:after {
  content: "";
  position: absolute;
  top: 330px;
  left: 0;
  width: 100%;
  height: 68px;
  border-top: 6px solid rgb(234, 186, 40);
  border-bottom: 6px solid rgb(234, 186, 40);
  background-image: url("/pics/nav_bg.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  body:after {
    top: 208px;
  }
}

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  #header_main {
    height: 288px;
  }
}
@media screen and (min-width: 1024px) {
  #header_main {
    height: 288px;
  }
}

#skip_to_content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: #fff;
}

#header_title {
  margin: 0;
}
#header_title a {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 12%;
  width: 76%;
  max-width: 824px;
  height: 358px;
  line-height: 0.9em;
  color: rgb(255, 255, 255);
  font-family: "Bree Serif", serif;
  font-size: 58px;
  font-weight: 400;
  text-align: center;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  background-image: url("/pics/header.png");
  background-repeat: no-repeat;
  background-position: left 22px;
}
@media screen and (min-width: 768px) {
  #header_title a {
    -moz-justify-content: center;
    justify-content: center;
    height: 236px;
    padding: 0 0 0 25%;
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  #header_title a {
    padding: 0 0 0 20%;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #header_title a {
    font-size: 42px;
    background-size: 170px auto;
    background-position: center 198px;
  }
}
#header_title a .header-school {
  width: 100%;
  display: block;
}
#header_title a .header-county {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.3em;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #header_title a .header-county {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #header_title a .header-county {
    letter-spacing: 10px;
  }
}

#header_marquee {
  width: 100%;
  margin: 0 0 30px;
  color: rgb(0, 52, 102);
}

#google_tools {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

#social_nav {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}
#social_nav a {
  text-decoration: none;
}
#social_nav a {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  margin: 0 7px;
}
#social_nav a svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 5px;
  fill: rgb(255, 196, 19);
}
#social_nav a:hover svg {
  fill: rgb(255, 196, 19);
}

#search {
  display: -moz-inline-flex;
  display: inline-flex;
  height: 18px;
  margin-right: 20px;
  border-radius: 6px;
  background: rgb(255, 255, 255);
}
#search input#q {
  margin: 0;
  height: 18px;
  line-height: 18px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search .edlio-search-button {
  margin: 0 0 0 -4px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #search {
    margin-right: 35px;
  }
}
#search input#q {
  padding: 0 10px;
  width: 100px;
  color: rgb(0, 0, 0);
}

::-webkit-input-placeholder {
  color: rgb(0, 0, 0) !important;
}

#topnav_holder {
  width: 100%;
  margin: 52px 0 0;
  position: static;
  background: rgb(0, 52, 102);
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: absolute;
    top: 208px;
    right: 0;
    margin: 0;
    background: none;
  }
}

#topnav_mobile {
  display: block;
  position: absolute;
  top: 358px;
  right: 20px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double rgb(0, 52, 102);
  border-bottom: 5px solid rgb(0, 52, 102);
}
@media screen and (min-width: 768px) {
  #topnav_mobile {
    top: 235px;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_mobile {
    display: none;
  }
}

#topnav ul {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav ul a {
  text-decoration: none;
}
#topnav li {
  position: relative;
}
#topnav li a {
  position: relative;
}
#topnav li > ul {
  position: absolute;
  left: -999999px;
  display: block;
}
#topnav li > ul li a {
  display: block;
}
#topnav li:hover > ul {
  left: 0;
}
#topnav li:hover > ul li:hover ul {
  top: 0;
  left: 100%;
}
#topnav > ul > li > a {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
}
#topnav ul ul {
  width: 11.5em;
}
#topnav ul ul li {
  text-align: left;
}
#topnav ul ul a, #topnav ul ul li:hover ul a {
  width: 10em;
  padding: 0.5em 0.5em 0.5em 1em;
  background: transparent none;
}
@media screen and (max-width: 1023px) {
  #topnav {
    position: static;
    padding: 0;
    display: -moz-flex;
    display: flex;
  }
  #topnav #topnav_list {
    display: none;
  }
  #topnav > ul {
    width: 100%;
  }
  #topnav > ul > li {
    display: block;
    width: 100%;
  }
  #topnav > ul > li:hover ul {
    position: relative;
    display: block !important;
    width: 100%;
  }
  #topnav > ul > li:hover ul li {
    display: block;
    width: 100%;
  }
  #topnav > ul > li:hover ul li a {
    display: block;
    width: auto;
  }
  #topnav > ul > li:hover ul li ul {
    display: none !important;
  }
  #topnav > ul > li:hover ul li:hover ul {
    left: 0;
    display: block !important;
  }
  #topnav > ul > li:hover ul li:hover ul li a {
    display: block;
    padding-left: 1.5em;
  }
}
#topnav ul {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav ul a {
  text-decoration: none;
}
#topnav > ul > li > a {
  height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: "Bree Serif", serif;
  font-size: 1.125em;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #topnav > ul > li > a {
    height: 80px;
    padding: 0 14px;
    font-size: 1.5em;
    color: rgb(0, 52, 102);
  }
}
#topnav > ul > li:hover > a {
  color: rgb(0, 52, 102);
  background: rgb(255, 196, 19);
}
@media screen and (min-width: 1024px) {
  #topnav > ul > li:hover > a {
    color: rgb(255, 255, 255);
    box-shadow: inset 0 6px 0 0 #083765, inset 0 -6px 0 0 #083765;
    background-image: url("/pics/topnav_hover.jpg");
    background-position: center center;
    background-repeat: repeat-x;
  }
}
#topnav ul ul {
  background: rgb(0, 52, 102);
}
#topnav ul ul a,
#topnav ul ul li:hover ul a {
  color: rgb(255, 196, 19);
}
#topnav ul ul li:hover a,
#topnav ul ul li:hover ul li:hover a {
  color: rgb(0, 52, 102);
  background: rgb(255, 196, 19);
}

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: visible;
  width: 90%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 auto 20px;
  background: rgb(255, 255, 255);
  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: 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: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap;
    align-self: flex-end;
  }
}
#content_main .pages-content-wrapper {
  overflow: visible;
}
#content_main img.sub {
  border: none;
}
@media screen and (min-width: 1024px) {
  #content_main {
    max-width: 974px;
    padding: 35px 25px 25px;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 40px;
  background: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.75em;
  font-family: "Bree Serif", serif;
  color: rgb(0, 52, 102);
}

#pageNav {
  border: none;
  padding: 5px 0;
  background: rgb(0, 52, 102);
}
@media screen and (max-width: 767px) {
  #pageNav {
    margin: 20px auto;
  }
}
#pageNav img {
  display: none;
}
#pageNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#pageNav a, #pageNav b {
  text-decoration: none;
  display: block;
  padding: 10px 15px 10px 25px;
  width: 210px;
  margin: 0;
  font-weight: 400;
  line-height: auto;
}
#pageNav a:hover, #pageNav b:hover {
  text-decoration: underline;
}
#pageNav b:hover {
  text-decoration: none;
}
#pageNav li a,
#pageNav li b {
  color: rgb(255, 196, 19);
}
#pageNav li b {
  background: rgb(255, 196, 19);
  color: rgb(0, 52, 102);
}

#index_top {
  position: relative;
  overflow: hidden;
  height: 478px;
  padding: 0 0 49px;
  background-image: url("/pics/shuffle_shadow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
#index_top #shuffle_main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index_top {
    display: none;
  }
}

#index_main {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 1004px;
  width: 96%;
  margin: 0 2%;
}
@media screen and (min-width: 1024px) {
  #index_main {
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
    margin: -20px auto 0;
  }
}

#shuffle_main {
  width: 1012px;
  height: 466px;
  border: 6px solid rgb(255, 255, 255);
}
#shuffle_main:before {
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 69px;
  background: url("/pics/image_matte.png") center top repeat-x;
}

#left_column {
  width: 100%;
  margin: 0 0 1em;
}
@media screen and (min-width: 1024px) {
  #left_column {
    width: 740px;
  }
}

#right_column {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #right_column {
    width: 230px;
    margin: -65px 0 0;
  }
}

#news_container {
  margin: 0 0 1em;
  padding: 20px;
  box-shadow: 0 0 0 6px #00264a;
  background: rgb(0, 52, 102);
}
#news_container h1 {
  margin: 0;
}
#news_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#news_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#news_container table #l {
  display: none;
}
#news_container table #r b {
  font-weight: 400;
}
#news_container [class*=-title] {
  margin-bottom: 10px;
  font-size: 1em;
}
#news_container [class*=-title] a {
  display: block;
  font-family: "Bree Serif", serif;
  font-size: 2em;
  text-transform: uppercase;
}
#news_container article {
  line-height: 1.3em;
  color: rgb(255, 255, 255);
}
#news_container article .title {
  margin: 0;
  font-size: 1em;
  background: none;
}
#news_container article .title a {
  text-decoration: none;
  display: block;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: none;
  background: none;
  border: none;
  color: rgb(255, 196, 19);
}
#news_container article .title a:hover {
  text-decoration: underline;
}
#news_container article .thumbnail {
  z-index: 99;
  position: relative;
  float: left;
  margin: 1em 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news_container article .thumbnail {
    float: left;
    width: auto;
    margin: 1em 1em 1em 0;
  }
}
#news_container article .thumbnail img {
  display: block;
  margin: 0 auto;
  width: 166px;
}
@media screen and (min-width: 768px) {
  #news_container article .thumbnail img {
    float: left;
  }
}
#news_container [class*=-more-link] {
  text-decoration: none;
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  color: rgb(255, 196, 19);
}
#news_container [class*=-more-link]:hover {
  text-decoration: underline;
}
#news_container .section-title a {
  color: rgb(255, 196, 19);
}

#events_container {
  margin: 0 0 1em;
  padding: 20px;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 0 6px rgba(234, 186, 40, 0.9), 0 0 24px rgba(0, 0, 0, 0.35);
  background: rgba(255, 196, 19, 0.9);
}
#events_container h1 {
  margin: 0;
}
#events_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#events_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#events_container table #l {
  display: none;
}
#events_container table #r b {
  font-weight: 400;
}
#events_container [class*=-title] {
  margin-bottom: 10px;
  font-size: 1em;
}
#events_container [class*=-title] a {
  display: block;
  font-family: "Bree Serif", serif;
  font-size: 2em;
  text-transform: uppercase;
}
#events_container table {
  color: rgb(0, 52, 102);
}
#events_container table img.sub {
  border: none;
}
#events_container table #r {
  padding: 0 0 10px;
}
#events_container table a {
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 600;
  color: rgb(0, 52, 102);
}
#events_container table a:hover {
  text-decoration: underline;
}
#events_container table [id*=showAll] #r,
#events_container table .autoCalendarLinks #r {
  padding: 0;
}
#events_container table [id*=showAll] #r a,
#events_container table .autoCalendarLinks #r a {
  font-size: 1em;
}
#events_container .section-title a {
  color: rgb(0, 52, 102);
}

#video_container {
  margin: 0 0 1em;
  padding: 20px;
}
#video_container h1 {
  margin: 0;
}
#video_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#video_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#video_container table #l {
  display: none;
}
#video_container table #r b {
  font-weight: 400;
}
#video_container [class*=-title] {
  margin-bottom: 10px;
  font-size: 1em;
}
#video_container [class*=-title] a {
  display: block;
  font-family: "Bree Serif", serif;
  font-size: 2em;
  text-transform: uppercase;
}
#video_container table {
  color: rgb(0, 52, 102);
}
#video_container table img.sub {
  border: none;
}
#video_container table #r {
  padding: 0 0 10px;
}
#video_container table a {
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 600;
  color: rgb(0, 52, 102);
}
#video_container table a:hover {
  text-decoration: underline;
}
#video_container table [id*=showAll] #r,
#video_container table .autoCalendarLinks #r {
  padding: 0;
}
#video_container table [id*=showAll] #r a,
#video_container table .autoCalendarLinks #r a {
  font-size: 1em;
}

#quicklinks {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
#quicklinks a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #quicklinks {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
#quicklinks a {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 230px;
  width: 150px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Bree Serif", serif;
  font-size: 1.25em;
  color: rgb(0, 52, 102);
}
@media screen and (min-width: 768px) {
  #quicklinks a {
    width: 120px;
  }
}
#quicklinks a:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 6px solid rgb(234, 186, 40);
  background: rgb(255, 196, 19);
}
@media screen and (min-width: 768px) {
  #quicklinks a:before {
    left: -6px;
  }
}
#quicklinks a .qlink-inner {
  width: 100%;
  position: relative;
  display: inline-block;
}
#quicklinks a svg {
  width: 85px;
  height: 85px;
  margin: 0 0 40px;
  fill: rgb(0, 52, 102);
}
#quicklinks a:hover {
  color: rgb(255, 196, 19);
}
#quicklinks a:hover:before {
  border: 6px solid #00264a;
  background: rgb(0, 52, 102);
}
#quicklinks a:hover svg {
  fill: rgb(255, 196, 19);
}

#footer_main {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
#footer_main > div {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#footer_main > div {
  background: url("/pics/footer_inner.jpg") center 13px no-repeat;
}
#footer_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 201px;
  border-top: 13px solid rgb(234, 186, 40);
  border-bottom: 13px solid rgb(234, 186, 40);
  background: linear-gradient(#002e59, #00507b);
}
@media screen and (min-width: 768px) {
  #footer_main {
    height: 264px;
  }
}
#footer_main #footer_inner {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-around;
  justify-content: space-around;
  max-width: 1024px;
  margin: 0 auto;
  height: 264px;
}
@media screen and (min-width: 768px) {
  #footer_main #footer_inner {
    -moz-flex-direction: row;
    flex-direction: row;
    height: 264px;
  }
}
@media screen and (min-width: 1024px) {
  #footer_main #footer_inner {
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 264px;
  }
}

#footer_address {
  font-style: normal;
  width: 100%;
  padding: 10px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
  color: rgb(255, 255, 255);
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  #footer_address {
    width: 70%;
    padding: 20px 0 0;
    text-align: left;
    line-height: 1.5em;
    font-size: 1.3125em;
  }
}
@media screen and (min-width: 1024px) {
  #footer_address {
    width: 50%;
  }
}
#footer_address #footer_address_title {
  display: block;
  padding: 0 20px;
  line-height: 1.5em;
  font-family: "Bree Serif", serif;
  font-size: 1.1em;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #footer_address #footer_address_title {
    font-size: 1.4em;
  }
}
#footer_address svg {
  width: 18px;
  height: 18px;
  fill: rgb(255, 196, 19);
}
@media screen and (max-width: 767px) {
  #footer_address svg {
    margin: 0 0 -4px;
  }
}
#footer_address #footer_address_location,
#footer_address #footer_address_phone {
  display: block;
  position: relative;
}

#edlio_login {
  display: block;
  text-decoration: none;
  font-size: 1.0625em;
  color: rgb(255, 196, 19);
}
@media screen and (min-width: 768px) {
  #edlio_login {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #edlio_login {
    margin-left: 300px;
  }
}
#edlio_login svg {
  width: 30px;
  height: 24px;
  margin: 0 0 -4px;
  fill: rgb(255, 196, 19);
}
#edlio_login:hover {
  color: rgb(255, 255, 255);
}
#edlio_login:hover svg {
  fill: rgb(255, 255, 255);
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  padding: 10px 0 0;
}
#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: rgba(0, 52, 102, 0.7);
}
#edlio_logo svg {
  display: block;
  margin: 0 auto;
}

#mobile_nav {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgb(0, 52, 102);
}
#mobile_nav a {
  text-decoration: none;
}
#mobile_nav a {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 0.75em;
  color: rgb(255, 196, 19);
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: rgb(255, 196, 19);
}
#mobile_nav a:hover {
  color: rgb(255, 255, 255);
}
#mobile_nav a:hover svg {
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

#footer_nav {
  padding: 0 0 0 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Bree Serif", serif;
  font-size: 1.4em;
  font-weight: 400;
  color: rgb(255, 196, 19);
  background-image: url("/pics/report_bullying.png");
  background-position: left top;
  background-repeat: no-repeat;
}
#footer_nav:hover {
  color: rgb(255, 255, 255);
}

#zoom_icon {
  position: absolute;
  top: 4px;
  right: -210px;
}

@media screen and (max-width: 1449px) {
  #zoom_icon {
    top: 85px;
    right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  #zoom_icon {
    top: 213px;
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #zoom_icon {
    top: 335px;
    right: 70px;
  }
}/*# sourceMappingURL=main.css.map */