@import url("//fonts.googleapis.com/css?family=Lato:400,300,700|Teko:400,300|Unica+One");
@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%;
  background-image: url("/pics/content_main_bg-x.png"), url("/pics/pattern.jpg");
  background-position: center 1015px, center top;
  background-repeat: no-repeat, repeat;
  background-color: transparent; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-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: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

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

  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  html:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 361px;
    background-image: url("/pics/html_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #101c30; }
  @media screen and (min-width: 768px) {
    html:before {
      height: 343px; } }

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 1290px;
  height: 361px; }
  @media screen and (min-width: 768px) {
    #header_main {
      height: 343px; } }
  @media screen and (min-width: 1024px) {
    #header_main {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end; } }

#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 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 140px;
  margin: 0;
  font-size: 1em; }
  #header_title a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    color: white;
    font-family: "Teko", sans-serif;
    font-size: 1.625em;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.75em; }
    #header_title a:first-line {
      font-size: 3.5em;
      color: #feaa17;
      letter-spacing: 8px;
      line-height: .75em; }
  @media screen and (min-width: 768px) {
    #header_title {
      width: 480px;
      height: auto; }
      #header_title a {
        width: 100%;
        max-width: 480px;
        font-size: 2.125em;
        letter-spacing: 8px;
        line-height: .5em; }
        #header_title a:first-line {
          font-size: 4em;
          letter-spacing: 14px; } }
  @media screen and (min-width: 1024px) {
    #header_title {
      width: 550px; }
      #header_title a {
        max-width: 520px;
        font-size: 2.625em; } }

#header_logo {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 270px;
  height: 150px; }
  #header_logo a {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    background: url("/pics/logo.png") center center no-repeat;
    background-size: contain; }
  @media screen and (min-width: 1024px) {
    #header_logo {
      width: 373px;
      height: 206px;
      transform: translateY(40px); } }

#header_marquee {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  max-width: 1000px;
  color: white;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #header_marquee {
      display: none; } }

#topbar_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 50px;
  right: 0; }
  #topbar_nav a {
    text-decoration: none; }
  #topbar_nav a {
    padding: 0 10px;
    text-decoration: none;
    color: white; }
    #topbar_nav a:hover {
      color: #cfbe6c; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  background: white;
  margin-right: 10px; }
  #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 .edlio-search-button {
    margin: 0 0 0 -4px;
    vertical-align: top; }
  #search input#q {
    padding: 0 10px;
    width: 104px; }

#topnav_holder {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-top: 73px; }
  @media screen and (min-width: 768px) {
    #topnav_holder {
      margin-top: 0; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -moz-order: 5;
      -ms-flex-order: 5;
      order: 5; } }

#topnav_mobile {
  position: absolute;
  display: block;
  top: 20px;
  left: 20px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double white;
  border-bottom: 5px solid white; }
  @media screen and (min-width: 1024px) {
    #topnav_mobile {
      display: none; } }

#topnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-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:last-child:hover > ul {
  left: auto;
  right: 0; }
  #topnav > ul > li:last-child:hover > ul li:hover ul {
    left: auto;
    right: 100%; }
#topnav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -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: .5em .5em .5em 1em;
    background: transparent none; }
@media screen and (max-width: 1023px) {
  #topnav {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  #topnav ul a {
    text-decoration: none; }
@media screen and (max-width: 1023px) {
  #topnav {
    position: absolute;
    width: 100%;
    background: #0b3c82;
    z-index: 99; } }
#topnav > ul > li > a {
  padding: 0 10px;
  height: 40px;
  font-size: 1em;
  color: white; }
#topnav > ul > li:hover > a {
  background: #1f60bd; }
#topnav ul ul {
  background: #1f60bd;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px; }
  #topnav ul ul a, #topnav ul ul li:hover ul a {
    color: white; }
  #topnav ul ul li:hover a, #topnav ul ul li:hover ul li:hover a {
    color: white;
    background: #0b3c82; }
@media screen and (min-width: 1024px) {
  #topnav > ul > li > a {
    padding: 0 10px;
    height: 95px;
    font-size: 1.25em;
    color: white;
    text-transform: uppercase; }
  #topnav > ul > li:hover > a {
    color: #feaa17;
    background: transparent; }
  #topnav ul ul {
    background: rgba(11, 60, 130, 0.9);
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px; }
    #topnav ul ul a, #topnav ul ul li:hover ul a {
      color: white; }
    #topnav ul ul li:hover a, #topnav ul ul li:hover ul li:hover a {
      color: #0b3c82;
      background: #feaa17; } }

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: visible;
  width: 86%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 2% 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: .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: .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: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-flex-item-align: end;
      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: 950px;
      padding: 35px 25px 25px;
      margin: 0 auto 60px; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 3.5em;
  font-family: "Teko", sans-serif;
  color: #0b3c82;
  text-transform: uppercase; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #1f60bd; }
  @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: .8em 6% .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 {
    color: white;
    background: #0b3c82; }

#index_top {
  background-image: url("/pics/html_bg.png");
  background-position: center -361px;
  background-repeat: no-repeat;
  background-color: #101c30; }
  @media screen and (min-width: 768px) {
    #index_top {
      padding-bottom: 35px; } }

#index_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #index_main {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1024px) {
    #index_main {
      margin-bottom: 30px; } }

#left_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    #left_column {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }

#center_column {
  width: 400px; }
  @media screen and (max-width: 1023px) {
    #center_column {
      width: 100%; } }

#right_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    #right_column {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }

#news_container {
  margin: 0 0 1em;
  width: 100%;
  max-width: 583px;
  margin: 0 0 2.5em; }
  #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: black;
    line-height: 1.5em; }
    #news_container table #l {
      display: none; }
    #news_container table #r b {
      font-weight: 400; }
  #news_container [class*="-title"] {
    margin: 0 0 35px;
    font-size: 1em; }
    #news_container [class*="-title"] a {
      display: block;
      height: 85px;
      font-family: "Teko", sans-serif;
      font-size: 4.5em;
      font-weight: 300;
      color: white;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #1f60bd; }
  #news_container article {
    margin: 0 0 35px; }
    #news_container article .title {
      margin: 0 0 10px;
      font-size: 1em; }
      #news_container article .title a {
        text-decoration: none;
        font-family: "Lato", sans-serif;
        font-size: 1.5em;
        color: black;
        line-height: 1em; }
        #news_container article .title a:hover {
          text-decoration: underline; }
    #news_container article .summary p {
      max-height: 18em;
      overflow: hidden;
      margin: 0;
      font-size: 1.125em;
      font-weight: 300;
      color: #202020;
      line-height: 1.5em; }
      @media screen and (min-width: 768px) {
        #news_container article .summary p {
          max-height: 10.5em; } }
    #news_container article .thumbnail {
      display: none; }
  #news_container [class*="-more-link"] {
    text-decoration: none;
    font-weight: 400;
    color: #1f60bd;
    text-transform: uppercase; }
    #news_container [class*="-more-link"]:hover {
      text-decoration: underline; }
  #news_container #homepage_news_list {
    width: calc(100% - 100px);
    min-width: 280px;
    margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    #news_container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 480px;
      -moz-box-flex: 1;
      -moz-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
      flex: 1 0 480px;
      margin-right: 24px; } }

#events_container {
  margin: 0 0 1em;
  width: 100%;
  max-width: 583px;
  margin: 0 0 2.5em; }
  #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: black;
    line-height: 1.5em; }
    #events_container table #l {
      display: none; }
    #events_container table #r b {
      font-weight: 400; }
  #events_container [class*="-title"] {
    margin: 0 0 35px;
    font-size: 1em; }
    #events_container [class*="-title"] a {
      display: block;
      height: 85px;
      font-family: "Teko", sans-serif;
      font-size: 4.5em;
      font-weight: 300;
      color: white;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #1f60bd; }
  #events_container table {
    font-size: 1.125em;
    font-weight: 300;
    color: #202020; }
    #events_container table img.sub {
      border: none; }
    #events_container table #r {
      padding: 0 0 25px; }
    #events_container table tr:nth-last-of-type(3) #r {
      padding: 0 0 50px; }
    #events_container table a {
      text-decoration: none;
      font-size: 1.5em;
      font-weight: 400;
      color: #202020; }
      #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 {
        display: block;
        margin: 0 0 1em;
        font-size: 1rem;
        font-weight: 400;
        color: #1f60bd;
        text-transform: uppercase; }
  #events_container table {
    width: calc(100% - 100px);
    min-width: 280px;
    margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    #events_container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 480px;
      -moz-box-flex: 1;
      -moz-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
      flex: 1 0 480px; } }

#spotlight_container {
  width: 100%;
  max-width: 583px;
  margin: 0 0 2.5em; }
  @media screen and (min-width: 1024px) {
    #spotlight_container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 480px;
      -moz-box-flex: 1;
      -moz-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
      flex: 1 0 480px;
      margin-right: 24px; } }
  #spotlight_container .spotlightmessage {
    width: calc(100% - 100px);
    min-width: 280px;
    margin: 0 auto; }
  #spotlight_container .section-title {
    margin: 0 0 35px;
    font-size: 1em; }
    #spotlight_container .section-title a {
      display: block;
      height: 85px;
      font-family: "Teko", sans-serif;
      font-size: 4.5em;
      font-weight: 300;
      color: white;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #1f60bd; }
  #spotlight_container .spotlightmessage-title {
    margin: 0 0 10px;
    font-size: 1em; }
    #spotlight_container .spotlightmessage-title a {
      font-size: 1.5em;
      font-weight: 400;
      text-decoration: none;
      line-height: 1em; }
  #spotlight_container .spotlightmessage-image {
    display: none; }
  #spotlight_container .spotlightmessage-text-wrapper {
    max-height: 18em;
    overflow: hidden;
    margin: 0 0 2em;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5em; }
    @media screen and (min-width: 768px) {
      #spotlight_container .spotlightmessage-text-wrapper {
        max-height: 10.5em; } }
  #spotlight_container .spotlightmessage-more-link {
    text-decoration: none;
    display: block;
    font-size: 1.125em;
    font-weight: 400;
    color: #1f60bd;
    text-align: center;
    text-transform: uppercase; }
    #spotlight_container .spotlightmessage-more-link:hover {
      text-decoration: underline; }

#videos_container {
  width: 100%;
  max-width: 583px;
  margin: 0 0 2.5em; }
  @media screen and (max-width: 767px) {
    #videos_container {
      display: none; } }
  @media screen and (min-width: 1024px) {
    #videos_container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 480px;
      -moz-box-flex: 1;
      -moz-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
      flex: 1 0 480px; } }
  #videos_container .section-title {
    margin: 0 0 35px;
    font-size: 1em; }
    #videos_container .section-title a {
      display: block;
      height: 85px;
      font-family: "Teko", sans-serif;
      font-size: 4.5em;
      font-weight: 300;
      color: white;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #1f60bd; }
  #videos_container .video-embed {
    margin: 0 auto; }

#shuffle_main {
  width: 100%;
  max-width: 2518px;
  margin: 0 auto; }

#quicklinks_container {
  width: 100%;
  background-image: url("/pics/html_bg.png");
  background-position: center -361px;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    #quicklinks_container {
      background-image: url("/pics/content_main_bg.png");
      background-position: center top;
      background-repeat: no-repeat; } }

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 55px;
  z-index: 99; }
  #quicklinks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 160px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 160px;
    -ms-flex: 1 0 160px;
    flex: 1 0 160px;
    position: relative;
    max-width: 200px;
    height: 200px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    color: white;
    background-image: none;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 129px, 129px; }
    #quicklinks a:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 142px;
      background: #1f60bd;
      z-index: -1; }
    #quicklinks a:nth-of-type(even):before {
      background: #0b3c82; }
    #quicklinks a span {
      display: block;
      width: calc(100% - 20px);
      padding-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #quicklinks a span {
          width: calc(100% - 50px); } }
      @media screen and (min-width: 768px) {
        #quicklinks a span:last-of-type {
          width: calc(100% - 60px); } }
    #quicklinks a:hover {
      color: #feaa17; }
  #quicklinks a:nth-of-type(1) {
    background-image: url("/pics/qlink_1.png"); }
  #quicklinks a:nth-of-type(2) {
    background-image: url("/pics/qlink_2.png"); }
  #quicklinks a:nth-of-type(3) {
    background-image: url("/pics/qlink_3.png"); }
  #quicklinks a:nth-of-type(4) {
    background-image: url("/pics/qlink_4.png"); }
  #quicklinks a:nth-of-type(5) {
    background-image: url("/pics/qlink_5.png"); }
  @media screen and (min-width: 768px) {
    #quicklinks {
      height: auto;
      margin: -85px auto 40px; }
      #quicklinks a {
        height: 252px;
        font-size: 1.25em;
        background-size: 159px, 159px; }
        #quicklinks a:before {
          height: 178px; } }
  @media screen and (min-width: 1024px) {
    #quicklinks {
      margin-bottom: 80px; } }

#footer_main {
  width: 100%;
  height: auto;
  background: url("/pics/footer_bg.jpg") center top no-repeat;
  background-size: cover; }
  #footer_main > div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  #footer_main > div {
    background: transparent; }
  #footer_main #footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-flex-line-pack: space-around;
    align-content: space-around;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1000px;
    height: 516px;
    margin: 0 auto;
    padding: 10px 0; }
    @media screen and (min-width: 768px) {
      #footer_main #footer_inner {
        height: 418px; } }

#footer_address_title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  width: 100%;
  font-family: "Teko", sans-serif;
  font-size: 3em;
  font-weight: 300;
  color: #feaa17;
  text-align: center;
  text-transform: uppercase;
  line-height: .875em; }
  @media screen and (min-width: 768px) {
    #footer_address_title {
      width: 550px;
      font-size: 4.5em; } }
  @media screen and (min-width: 1024px) {
    #footer_address_title {
      width: calc(100% - 190px);
      font-size: 6.125em; } }

#footer_address {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
  font-style: normal;
  font-size: 1.25em;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  #footer_address a {
    text-decoration: none; }
    #footer_address a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #footer_address span {
      display: block;
      font-size: 0;
      line-height: 0; } }
  #footer_address svg {
    width: 20px;
    height: 20px;
    fill: #feaa17; }

#footer_logo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  height: 95px; }
  #footer_logo a {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    background: url("/pics/footer_logo.png") center center no-repeat;
    background-size: contain; }
  @media screen and (min-width: 768px) {
    #footer_logo {
      width: 95px;
      height: 128px; } }

#district_logo {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  height: 70px; }
  #district_logo a {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    background: url("/pics/district_logo.png") center center no-repeat;
    background-size: contain; }
  @media screen and (min-width: 768px) {
    #district_logo {
      width: 95px;
      height: 95px; } }

#social_nav {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%; }
  #social_nav a {
    display: block;
    margin: 0 10px; }
    #social_nav a svg {
      width: 80px;
      height: 50px;
      fill: #1f60bd; }
    #social_nav a:hover svg {
      fill: #feaa17; }

#footer_nav_holder {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-order: 6;
  -ms-flex-order: 6;
  order: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 35px; }
  #footer_nav_holder a {
    text-decoration: none; }

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

#edlio_login {
  text-decoration: none;
  color: white; }
  #edlio_login svg {
    width: 24px;
    height: 16px;
    fill: white; }
  #edlio_login:hover {
    color: black; }
    #edlio_login:hover svg {
      fill: black; }

#edlio_logo {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-order: 7;
  -ms-flex-order: 7;
  order: 7;
  display: block;
  width: 140px;
  height: 35px;
  overflow: hidden;
  background-color: transparent; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 35px;
    margin: 0;
    fill: #1f60bd; }

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

/*# sourceMappingURL=main.css.map */
