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

html {
  height: 100%;
  background: white; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }

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

  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%; }

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#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: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  font-size: 1rem; }
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 1em 0 5px;
    height: 156px;
    line-height: 0.6em;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    #header_title a .topline {
      width: 100%; }
    #header_title a .btmline {
      width: 100%;
      font-size: 1.13rem;
      font-weight: 400; }
  @media screen and (min-width: 768px) {
    #header_title a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      background-position: left center;
      width: 210px;
      height: 80px;
      margin: 10px 0;
      padding-left: 80px; } }
  @media screen and (min-width: 1024px) {
    #header_title {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      #header_title a {
        margin: 0; } }

#topbar_nav {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%;
  height: 40px; }
  #topbar_nav a {
    text-decoration: none;
    color: white; }
  @media screen and (min-width: 768px) {
    #topbar_nav {
      width: 700px; }
      #topbar_nav a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        padding: 0 8px; }
        #topbar_nav a svg {
          height: 24px;
          width: 24px;
          fill: white;
          margin-right: 5px; }
      #topbar_nav a:last-child {
        position: relative;
        color: transparent;
        overflow: hidden; }
        #topbar_nav a:last-child:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 24px;
          width: 1px;
          background: white; } }
  @media screen and (max-width: 767px) {
    #topbar_nav {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1024px; }
      #topbar_nav a {
        display: block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        background-color: transparent; }
        #topbar_nav a svg {
          display: block;
          width: 18px;
          height: 18px;
          margin: 3px;
          fill: white; } }
  @media screen and (min-width: 1024px) {
    #topbar_nav {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; } }

#topnav_holder {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  z-index: 9; }
  #topnav_holder #topnav_mobile {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #063d63;
    border-bottom: 5px solid #063d63; }
  #topnav_holder #topnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder a {
    text-decoration: none; }
  #topnav_holder .level a {
    padding: .5em;
    font-size: 1em; }
  #topnav_holder .level:hover > .level {
    display: block; }
  #topnav_holder .first a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
  #topnav_holder .first .level a {
    padding-left: 1.5em; }
  #topnav_holder .first .flyout a {
    padding-left: 2.25em; }
  #topnav_holder .second {
    display: none; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder #topnav_mobile {
        display: none; }
      #topnav_holder #topnav {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: static;
        max-height: none;
        overflow: visible; }
        #topnav_holder #topnav section:last-child:hover .dropdown {
          left: auto;
          right: 0; }
          #topnav_holder #topnav section:last-child:hover .dropdown .flyout {
            right: 100%;
            left: auto; }
      #topnav_holder .first > header,
      #topnav_holder .first a {
        width: auto; }
      #topnav_holder .first:hover > .dropdown {
        display: block;
        position: absolute;
        left: 0; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder .first {
      position: relative; }
      #topnav_holder .first .level {
        width: 11.5em; }
        #topnav_holder .first .level a {
          padding-left: .5em; }
    #topnav_holder .third {
      position: relative; }
      #topnav_holder .third:hover .flyout {
        display: block; }
    #topnav_holder .flyout {
      position: absolute;
      left: 100%;
      top: 0;
      display: none; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: absolute;
      top: 40px;
      right: 80px;
      width: 50%; } }

#topnav_mobile {
  top: 60px;
  left: 20px; }

#topnav .first > header a {
  padding: 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: white; }
#topnav .first .level a {
  color: white; }
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent; }
    #topnav .menu-blurb p {
      color: white;
      line-height: 32px; }
    #topnav section header {
      position: relative; }
      #topnav section header:before {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        height: 80%;
        width: 1px;
        background: #9f9f9f; }
    #topnav section:first-child header:before {
      display: none; }
    #topnav .first > header a {
      padding: 0 5px;
      height: 80px;
      font-size: 1.4rem;
      font-weight: 400;
      color: white;
      text-transform: uppercase; }
    #topnav .first .second {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

#flyout_holder {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  #flyout_holder #flyout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100px;
    width: 100%;
    overflow: hidden;
    max-width: 0;
    min-height: 50%;
    z-index: 999; }
    #flyout_holder #flyout.open {
      max-width: 2000px; }
    @media screen and (min-width: 1024px) {
      #flyout_holder #flyout {
        top: 120px;
        width: 540px; } }
  #flyout_holder a {
    text-decoration: none; }
  #flyout_holder .first a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  @media screen and (min-width: 1024px) {
    #flyout_holder a {
      position: relative; }
      #flyout_holder a:before {
        content: "";
        position: absolute;
        top: -26px;
        left: -10px;
        height: 81px;
        width: 1px;
        background: #9f9f9f; } }

#flyout_mobile {
  position: absolute;
  top: 60px;
  left: auto;
  right: 50px;
  z-index: 99999;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400; }
  @media screen and (min-width: 1024px) {
    #flyout_mobile {
      top: 65px;
      left: calc(50% + (1024px / 2) - 75px);
      right: auto; } }

#flyout {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  right: 0; }
  #flyout .first a {
    padding: 1em 20px;
    color: white;
    text-transform: uppercase;
    font-size: 1.31em;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif; }

#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: 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: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #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: 974px;
      padding: 25px; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.5em;
  font-family: "Roboto Condensed", sans-serif; }

.right-column-page-navigation {
  margin-bottom: 1.25em; }
  @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; }

#index_top {
  position: relative; }

#index_main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em auto; }

#left_column {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #left_column {
      width: 48%; } }
  @media screen and (min-width: 1024px) {
    #left_column {
      width: 30%; } }

#center_column {
  width: 100%; }
  #center_column .overflow_height {
    text-align: center; }
  @media screen and (min-width: 1024px) {
    #center_column {
      width: 30%; } }

#right_column {
  width: 100%; }
  #right_column .overflow_height {
    margin-top: 25px; }
  @media screen and (min-width: 768px) {
    #right_column {
      width: 48%; } }
  @media screen and (min-width: 1024px) {
    #right_column {
      width: 30%; } }

.content-container {
  margin: 0 0 1em; }
  .content-container .section-title {
    margin: 0;
    font-weight: 400; }
    .content-container .section-title a {
      display: block;
      width: auto;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: inherit; }
      .content-container .section-title a:hover {
        text-decoration: none; }
  .content-container .read-more-link {
    text-decoration: none;
    display: inline-block; }
    .content-container .read-more-link:hover {
      text-decoration: underline; }
  .content-container .section-title {
    margin-bottom: 10px;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.88em;
    font-weight: 700; }
  .content-container .item-text {
    color: #9f9f9f; }
  .content-container .read-more-link {
    display: block;
    width: 100%;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 43px;
    color: white;
    text-transform: uppercase;
    text-align: center; }
  .content-container [class*="-name"] {
    width: 100%;
    margin: 0 0 10px 0; }
    .content-container [class*="-name"] a {
      font-size: 1rem; }
  .content-container a {
    text-decoration: none;
    color: white; }
    .content-container a:hover {
      text-decoration: underline; }

#news_container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#news_container .item-name {
  text-transform: uppercase; }
#news_container .item-text {
  text-transform: uppercase; }
#news_container .item {
  width: 100%;
  margin: 1em 0; }
#news_container .news-item-image-holder {
  margin-right: 15px; }
#news_container .news-item-image {
  max-width: 100%; }
@media screen and (min-width: 768px) {
  #news_container .item-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #news_container .news-item-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; } }

#events_container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 1em 0 2em;
  text-transform: uppercase; }
#events_container .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 65px;
  margin-right: 5px;
  text-transform: uppercase; }
  #events_container .event-date .event-month {
    color: #171717; }
  #events_container .event-date .event-day {
    color: #3f7da9;
    font-size: 30px; }
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%; }
  #events_container .event-summary .event-location {
    width: 100%; }

#spotlight_container {
  line-height: 28px; }
  #spotlight_container .section-title {
    display: none; }
  #spotlight_container .item-text {
    padding: 0 10px;
    text-transform: uppercase; }

#videos_container {
  margin-top: 25px;
  display: inline-block; }

#learn_more {
  display: block;
  color: white;
  padding: 5px 0;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-weight: 400; }
  @media screen and (min-width: 1024px) {
    #learn_more {
      position: absolute;
      bottom: 8px;
      left: 50%;
      width: 198px; } }

#quicklinks {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #quicklinks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    height: 120px;
    width: 120px;
    font-size: 1em;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    #quicklinks a svg {
      fill: white;
      width: 70px;
      height: 70px; }

#footer_main {
  width: 100%;
  height: auto; }
  #footer_main #footer_inner {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto; }

#footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  z-index: 9; }
  @media screen and (min-width: 768px) {
    #footer_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

#footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  @media screen and (min-width: 768px) {
    #footer_right {
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      width: 30%;
      height: 100px; } }

#footer_address {
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 1em 0;
  font-size: 1.125em;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  #footer_address #footer_address_title {
    font-size: 24px;
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    #footer_address {
      width: 70%;
      text-align: left; } }
  @media screen and (min-width: 768px) {
    #footer_address {
      margin: 5px 0; } }

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  #social_nav a {
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-color: transparent; }
    #social_nav a svg {
      display: block;
      width: 36px;
      height: 36px;
      margin: 3px;
      fill: white; }

#apps_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 252px; }
  #apps_nav a {
    display: block;
    width: 120px;
    height: 42px;
    overflow: hidden;
    background-color: transparent; }
    #apps_nav a svg {
      display: block;
      width: 114px;
      height: 36px;
      margin: 3px;
      fill: white; }

#footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px; }
  #footer_nav a {
    position: relative;
    padding: 5px 0;
    color: white;
    margin: 5px;
    text-transform: uppercase;
    text-decoration: none; }
    #footer_nav a:before {
      content: "|";
      position: absolute;
      top: 4px;
      left: -7px;
      color: white; }
  #footer_nav a:first-child:before {
    display: none; }
  @media screen and (min-width: 1024px) {
    #footer_nav a {
      margin: 0 5px; } }

#edlio_logo_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  background: white; }

#google_tools {
  display: none; }

#header_marquee {
  position: relative;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  width: 325px;
  height: 21px;
  overflow: hidden;
  top: 10px;
  color: white; }
  #header_marquee .marquee-inner {
    position: absolute;
    display: block;
    width: 200%;
    overflow: hidden; }
  #header_marquee .marquee-speed-18 {
    animation: marquee 15s linear infinite; }
  #header_marquee .marquee-speed-35 {
    animation: marquee 30s linear infinite; }
  #header_marquee .marquee-speed-7 {
    animation: marquee 7.5s linear infinite; }
  #header_marquee .marquee-content {
    float: left; }
@keyframes marquee {
  0% {
    left: 100%; }
  100% {
    left: -100%; } }
  @media screen and (min-width: 1024px) {
    #header_marquee {
      display: block; } }

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