@import url("//fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Montserrat:400,700");
@import url("/apps/js/polls/polls-pack.css");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______ 
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__   
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|  
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____ 
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|
                                                                                                              
     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \    
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |   
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/    
                                                                                              
*/
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Roboto", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: #eeeeee; }
  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; }

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 46px;
  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;
  background: #eeeeee; }

#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 {
  position: relative;
  z-index: 999;
  margin: 0; }
  #header_title a {
    display: block;
    overflow: hidden;
    height: 145px;
    width: 144px;
    white-space: nowrap;
    text-indent: 200%;
    background: url("none") center center no-repeat;
    position: absolute;
    top: 46px;
    left: calc(50% - 77px);
    border: 5px solid white;
    border-top: none; }
  @media screen and (min-width: 768px) {
    #header_title a {
      left: 20px; } }
  @media screen and (min-width: 1024px) {
    #header_title a {
      left: calc(50% - 512px); } }

#topbar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  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;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 1024px;
  width: calc(100% - 75px);
  padding-right: 75px;
  margin: 0 auto;
  height: 46px; }
  @media screen and (min-width: 1024px) {
    #topbar {
      padding-right: 0;
      width: 1350px; } }

#header_marquee {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 767px) {
    #header_marquee {
      display: none; } }

#social_nav_header {
  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; }
  #social_nav_header a {
    text-decoration: none; }
  #social_nav_header a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-size: 1.125em;
    line-height: 100%;
    color: #757575; }
    #social_nav_header a svg {
      width: 24px;
      height: 24px;
      margin-right: 3px;
      fill: #757575; }
  #social_nav_header .icon-only-link {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: transparent;
    margin: 0 6px; }
    #social_nav_header .icon-only-link svg {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0;
      fill: #757575; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  background: white;
  margin: 0 18px 0 10px;
  border-radius: 4px; }
  #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; }
  #search input#q {
    padding: 0 10px;
    width: 104px; }
  @media screen and (max-width: 767px) {
    #search {
      display: none; } }

#topnav_holder {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%; }

#topnav_mobile {
  position: absolute;
  display: block;
  top: 10px;
  right: 20px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double transparent;
  border-bottom: 5px solid transparent; }
  @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;
  margin: 0;
  padding: 0;
  list-style: none; }
  #topnav ul a {
    text-decoration: none; }
#topnav > ul {
  position: absolute;
  top: 196px;
  background: rgba(0, 0, 0, 0.75); }
  #topnav > ul > li > a {
    padding: 0 10px;
    height: 40px;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: white; }
#topnav ul ul a, #topnav ul ul li:hover ul a {
  color: white; }
@media screen and (min-width: 768px) {
  #topnav > ul {
    top: 46px;
    padding-left: 174px;
    width: calc(100% - 174px); } }
@media screen and (min-width: 1024px) {
  #topnav {
    background: rgba(0, 0, 0, 0.75);
    width: 100%; }
    #topnav > ul {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      position: static;
      top: auto;
      width: 1024px;
      margin: 0 auto;
      padding: 0;
      background: transparent; }
      #topnav > ul > li > a {
        height: 68px; } }

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: visible;
  width: 90%;
  padding: 15px 5% 25px;
  min-height: 400px;
  margin: 0 auto;
  background: white; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption, #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .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 {
      width: 100%;
      max-width: 1350px;
      padding: 15px 0 25px;
      box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
      .inside #content_main #content_main_inner {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 974px; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: white;
    box-shadow: none; }
  #content_main .pages-left-column-wrapper a {
    text-decoration: none;
    color: #1349c5; }
    #content_main .pages-left-column-wrapper a:hover {
      text-decoration: underline; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2.25em;
  font-family: "Montserrat", sans-serif;
  border-bottom: 3px solid #757575; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #eeeeee; }
  @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 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: black !important; }
  .right-column-page-navigation li.active a {
    color: white !important; }

#index_top {
  position: relative;
  background-size: cover;
  height: 228px; }
  @media screen and (min-width: 768px) {
    #index_top {
      height: auto;
      background: black; } }

#index_motto {
  padding: 40px 0;
  width: 100%;
  margin-bottom: 35px; }
  #index_motto p {
    max-width: calc(1024px - 40px);
    padding: 0 20px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125em;
    text-align: center;
    line-height: 1.5em;
    color: white; }
  @media screen and (min-width: 768px) {
    #index_motto p {
      font-size: 1.25em; } }
  @media screen and (min-width: 1024px) {
    #index_motto {
      padding: 55px 0;
      margin-bottom: 50px; }
      #index_motto p {
        font-size: 1.375em; } }

#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: 1024px;
  width: 96%;
  margin: 0 2%; }
  @media screen and (min-width: 1024px) {
    #index_main {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      margin: 0 auto; } }

#index_bottom {
  width: 100%;
  padding: 60px 0;
  background-position: center center;
  background-size: cover; }

#news_container {
  margin: 0 0 1em;
  width: 230px;
  margin: 0 auto 40px; }
  #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-bottom: 10px;
    font-size: 1em; }
    #news_container [class*="-title"] a {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 1.625em; }
    @media screen and (min-width: 1024px) {
      #news_container [class*="-title"] a {
        font-size: 2.125em; } }
  #news_container article .title {
    font-size: 1em; }
    #news_container article .title a {
      text-decoration: none;
      font-size: 1.5em; }
      #news_container article .title a:hover {
        text-decoration: underline; }
  #news_container article .thumbnail {
    float: left;
    margin: 1em 1em 1em 0; }
    #news_container article .thumbnail img {
      max-height: 77px;
      width: auto;
      max-width: 115px; }
  #news_container [class*="-more-link"] {
    text-decoration: none;
    color: #92150f; }
    #news_container [class*="-more-link"]:hover {
      text-decoration: underline; }
  #news_container #homepage_news_list {
    margin: 0 auto; }
    #news_container #homepage_news_list .title {
      display: none; }
    #news_container #homepage_news_list .read-more-link {
      display: inline-block;
      height: 37px;
      padding: 0 15px;
      line-height: 37px;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
    #news_container #homepage_news_list article {
      margin-bottom: 15px; }
      #news_container #homepage_news_list article .summary {
        background: #757575;
        color: white; }
        #news_container #homepage_news_list article .summary .thumbnail {
          display: block;
          float: none;
          margin: 0; }
          #news_container #homepage_news_list article .summary .thumbnail img {
            width: 100%;
            max-width: 100%;
            max-height: none; }
        #news_container #homepage_news_list article .summary p {
          padding: 0 10px;
          height: 3.75em;
          line-height: 1.25em;
          height: auto; }
  @media screen and (min-width: 768px) {
    #news_container {
      width: 100%;
      margin-bottom: 60px; }
      #news_container .section-title {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto; }
      #news_container #homepage_news_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1024px; }
        #news_container #homepage_news_list article {
          -webkit-box-flex: none;
          -webkit-flex: none;
          -moz-box-flex: none;
          -moz-flex: none;
          -ms-flex: none;
          flex: none;
          width: 32%; } }

#shuffle_main {
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #shuffle_main {
      max-height: 228px; } }

#shuffle_motto {
  position: absolute;
  bottom: 100px;
  right: 0;
  display: inline-block;
  padding: 20px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  text-transform: uppercase;
  color: white;
  background: rgba(0, 0, 0, 0.44); }
  @media screen and (max-width: 767px) {
    #shuffle_motto {
      display: none; } }
  @media screen and (min-width: 1024px) {
    #shuffle_motto {
      left: calc(50% - 20px);
      bottom: 125px;
      padding: 30px 10px;
      font-size: 2.375em; } }

#shuffle_lower_holder {
  background: black; }
  #shuffle_lower_holder #shuffle_lower {
    max-width: 1350px;
    margin: 0 auto; }
    #shuffle_lower_holder #shuffle_lower .caption {
      height: 100% !important; }
  @media screen and (max-width: 767px) {
    #shuffle_lower_holder p {
      display: none; } }

#shuffle_inside {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1350px;
  min-height: 150px;
  background: #f0f0ec; }
  @media screen and (max-width: 767px) {
    #shuffle_inside {
      min-height: 150px;
      background-position: center center;
      background-size: cover; }
      #shuffle_inside > * {
        display: none; } }

#quicklinks {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  z-index: 99;
  margin: -62px auto 0;
  width: 100%;
  max-width: 1024px; }
  #quicklinks a {
    text-decoration: none; }
  #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;
    position: relative;
    z-index: 0;
    height: 120px;
    width: 243px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: white;
    background-position: center center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 7px; }
    #quicklinks a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    #quicklinks a:hover:before {
      background: rgba(0, 0, 0, 0.35); }
  @media screen and (min-width: 768px) {
    #quicklinks a {
      margin: 0 0 15px; } }
  @media screen and (min-width: 1024px) {
    #quicklinks {
      margin-top: -88px; }
      #quicklinks a {
        width: 328px;
        height: 170px;
        padding-bottom: 20px;
        font-size: 1.375em; } }

#quicklinks_lower {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  #quicklinks_lower a {
    text-decoration: none; }
  #quicklinks_lower 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;
    height: 146px;
    width: 280px;
    margin: 4px;
    font-size: 1.125em;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #757575;
    background: rgba(255, 255, 255, 0.24); }
    #quicklinks_lower a svg {
      display: block;
      width: 56px;
      height: 56px;
      overflow: hidden;
      background-color: transparent;
      margin-bottom: 5px; }
      #quicklinks_lower a svg svg {
        display: block;
        width: 56px-transparent;
        height: 56px-transparent;
        margin: transparent;
        fill: black; }
    #quicklinks_lower a:hover {
      background: white; }
  @media screen and (min-width: 768px) {
    #quicklinks_lower a {
      width: 48%;
      height: 190px;
      font-size: 1.5em; } }

#footer_main {
  width: 100%;
  height: auto;
  background: none; }
  #footer_main > div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  #footer_main > div {
    background: none; }
  #footer_main #footer_inner {
    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;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0 20px; }
  @media screen and (min-width: 768px) {
    #footer_main #footer_inner {
      -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;
      padding: 50px 0 0; }
      #footer_main #footer_inner > * {
        padding-left: 20px;
        padding-right: 20px; } }

#footer_address {
  font-style: normal;
  margin-bottom: 20px;
  color: white;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
  text-align: center; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  #footer_address #footer_address_title {
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    #footer_address {
      text-align: left; } }

#district_link {
  text-decoration: none;
  display: inline-block;
  width: 120px;
  padding-top: 50px;
  color: white;
  text-align: center;
  background-image: url("/common_pics/district_logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px 50px; }
  #district_link:hover {
    text-decoration: underline; }

#footer_tools {
  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; }
  @media screen and (min-width: 768px) {
    #footer_tools {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; } }

#google_translate_element {
  margin-bottom: 15px; }

#social_nav_footer {
  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-bottom: 20px; }
  #social_nav_footer a {
    text-decoration: none; }
  #social_nav_footer a {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-color: transparent;
    margin: 0 6px; }
    #social_nav_footer a svg {
      display: block;
      width: 18px;
      height: 18px;
      margin: 0;
      fill: white; }
    #social_nav_footer a:hover svg {
      fill: black; }
  @media screen and (min-width: 768px) {
    #social_nav_footer {
      width: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; } }

#edlio_login {
  margin: 0 10px 15px;
  text-decoration: none;
  color: white; }
  #edlio_login svg {
    width: 26px;
    height: 20px;
    margin-right: 5px;
    fill: white; }
  #edlio_login:hover {
    color: black; }
    #edlio_login:hover svg {
      fill: black; }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 0 auto 20px; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: rgba(255, 255, 255, 0.3); }

#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: black; }
  #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: #757575; }
      #mobile_nav a:hover svg {
        fill: #757575; }
  @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 */
