@import url("/apps/js/polls/polls-pack.css");
body #header_title a {
  color: #2b4e72; }
  body #header_title a:before {
    content: url("/pics/header_logo.png"); }
@media screen and (min-width: 768px) {
  body #header_title {
    width: 340px; } }
body #social_nav a svg {
  fill: #2b4e72; }
body #social_nav a:hover svg, body #social_nav a:focus svg {
  fill: #ffd800; }
body #skip_to_content {
  color: #2b4e72 !important; }
body #topnav {
  background: #2b4e72; }
  body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open,
  body #topnav .sub-nav a:focus,
  body #topnav .sub-nav a:hover,
  body #topnav .sub-nav a.open {
    background-color: #ffd800; }
  @media screen and (min-width: 1024px) {
    body #topnav .nav-item > a {
      color: #2b4e72; }
    body #topnav .sub-nav {
      background: #2b4e72; } }
body #content_main {
  border-color: #2b4e72; }
body .pageTitle {
  color: #2b4e72; }
body .right-column-page-navigation {
  background: #2b4e72; }
  body .right-column-page-navigation li.active a {
    background: #ffd800; }
body #schools {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0px 6px 11px 2px rgba(0, 0, 0, 0.3);
  background: #2b4e72; }
  body #schools .links-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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; }
  body #schools 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;
    padding-top: 10px;
    height: 125px;
    margin: 0 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    color: white; }
    body #schools a.schools-list-home {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 1.875rem;
      padding-left: 10px;
      padding-right: 10px;
      background: #ffd800; }
      body #schools a.schools-list-home svg {
        fill: rgba(0, 0, 0, 0.5);
        width: 90px; }
      body #schools a.schools-list-home:hover, body #schools a.schools-list-home:focus {
        color: black; }
    body #schools a:hover, body #schools a:focus {
      color: #ffd800; }
body .content-container .read-more-link {
  background: #ffd800; }
  body .content-container .read-more-link:hover {
    background: #2b4e72;
    color: white; }
body #spotlight_container .spotlightmessage-text {
  background: #2b4e72;
  color: white; }
body #spotlight_container .read-more {
  background: #ffd800; }
body #news_container #news_header {
  background: #2b4e72;
  color: white; }
body #news_container .item-block {
  background: #2b4e72;
  color: white; }
body #news_container .slick-prev {
  background-image: url("/pics/button_prev.png") !important; }
body #news_container .slick-next {
  background-image: url("/pics/button_next.png") !important; }
body #events_container #events_header {
  background: #2b4e72;
  color: white; }
body #events_container .event-date {
  background-color: #2b4e72;
  color: white; }
body #events_container .slick-prev {
  background-image: url("/pics/button_prev.png") !important; }
body #events_container .slick-next {
  background-image: url("/pics/button_next.png") !important; }
body .slick-prev, body .slick-next {
  background-color: #ffd800 !important; }
  body .slick-prev:hover, body .slick-next:hover {
    background-color: #2b4e72 !important; }
body #quicklinks {
  background: #2b4e72; }
  body #quicklinks #quick_inner a {
    background: #223f5d; }
    body #quicklinks #quick_inner a:hover {
      background-color: #ffd800;
      color: #2b4e72; }
body #social_wrap #hub_header {
  background: #2b4e72;
  color: white; }
body #social_wrap .read-more-link {
  background: #ffd800; }
  body #social_wrap .read-more-link:hover {
    background: #2b4e72;
    color: white; }
body #social_hub #facebook_container .section-title a {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }
  @media screen and (min-width: 768px) {
    body #social_hub #facebook_container .section-title a {
      display: block;
      overflow: hidden;
      height: 300px;
      width: 160px;
      white-space: nowrap;
      text-indent: 200%;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("/pics/logos.png"); } }
body #social_hub #twitter_container .section-title a {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }
  @media screen and (min-width: 768px) {
    body #social_hub #twitter_container .section-title a {
      display: block;
      overflow: hidden;
      height: 300px;
      width: 155px;
      white-space: nowrap;
      text-indent: 200%;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("/pics/logot.png"); } }
  body #social_hub #twitter_container .section-title a:hover {
    background-color: white; }
body #footer_inner {
  background: #2b4e72; }
body #footer_address_title:before {
  content: url("/pics/footer_logo.png"); }
body #links_container .link-item a:hover, body #links_container .link-item a:focus {
  color: #ffd800 !important; }
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: #ffd800; }
    body #edlio_login:hover .edlio-logo {
      border-color: #ffd800; }
    body #edlio_login:hover svg {
      fill: #ffd800; }
body #mobile_nav {
  background-color: #2b4e72; }
  body #mobile_nav a:hover, body #mobile_nav a:focus {
    color: #ffd800; }
    body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
      fill: #ffd800; }

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