@import url("//fonts.googleapis.com/css?family=Raleway:300,400,400italic,700,700italic,900");
@import url("/apps/js/polls/polls-pack.css");
body #header_title a {
  background-image: url("/pics/school_header.png"); }
body #footer_address_title {
  background-image: url("/pics/footer_logo.png"); }
body #topnav_holder #topnav_mobile_toggle {
  border-color: #821211; }
body #topnav {
  background: white; }
  body #topnav .nav-item > a {
    color: #821211; }
    body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open {
      background: #821211;
      color: white; }
      @media screen and (min-width: 1024px) {
        body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open {
          background: #821211;
          color: white; } }
  body #topnav .sub-nav a {
    color: #821211; }
    body #topnav .sub-nav a:focus, body #topnav .sub-nav a:hover, body #topnav .sub-nav a.open {
      background: #821211;
      color: white; }
  @media screen and (min-width: 1024px) {
    body #topnav {
      background: transparent; }
      body #topnav .nav-item > a {
        padding: 0 10px;
        color: #821211; }
      body #topnav .mm-extra-content .mm-extra-content-title {
        color: #821211; }
      body #topnav .sub-nav {
        background: white; } }
body .pageTitle {
  color: #821211; }
body .right-column-page-navigation {
  background: #f1f1f1; }
  body .right-column-page-navigation li a {
    color: black; }
  body .right-column-page-navigation li.active a {
    background: #821211;
    color: white; }
body #edlio_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: white; }
  body #edlio_login .edlio-logo {
    display: block;
    width: 24px;
    height: 16px;
    overflow: hidden;
    background-color: transparent;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid white; }
    body #edlio_login .edlio-logo svg {
      display: block;
      width: 24px;
      height: 16px;
      margin: 0;
      fill: white; }
  body #edlio_login:hover {
    color: black; }
    body #edlio_login:hover .edlio-logo {
      border-color: black; }
    body #edlio_login:hover svg {
      fill: black; }
body #mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #821211; }
  body #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    body #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    body #mobile_nav a:hover {
      color: black; }
      body #mobile_nav a:hover svg {
        fill: black; }
  @media screen and (min-width: 768px) {
    body #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

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