@import url("http://fonts.googleapis.com/css?family=Fira+Sans+Condensed:400,400italic,700,700italic,600");
@import url("../apps/js/polls/polls-pack.html");
html {
  background: #1e2948; }

body #header_main {
  background: white; }
  @media screen and (min-width: 1024px) {
    body #header_main:before {
      background: #00568d; }
    body #header_main:after {
      background: #00568d; } }
body #header_social_nav {
  background: #00568d; }
  body #header_social_nav .social-link {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: none;
    border-radius: 100%; }
    body #header_social_nav .social-link svg {
      display: block;
      width: 18px;
      height: 18px;
      margin: 6px;
      fill: white; }
    body #header_social_nav .social-link:hover, body #header_social_nav .social-link:focus {
      background: #1e2948; }
body #footer_social_nav a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: white;
  border-radius: 100%; }
  body #footer_social_nav a svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 8px;
    fill: #1e2948; }
  body #footer_social_nav a:hover, body #footer_social_nav a:focus {
    background: rgba(255, 255, 255, 0.5); }
    body #footer_social_nav a:hover svg, body #footer_social_nav a:focus svg {
      fill: white; }
body #header_title a {
  color: #00568d;
  background-image: url("../pics/header_logo.png"); }
body #footer_address_title {
  background-image: url("../pics/footer_logo.png"); }
body #topnav_holder #topnav_mobile_toggle {
  border-color: #00568d; }
body #topnav {
  background: #1e2948; }
  body #topnav .nav-item > a {
    color: white; }
    body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open {
      color: white;
      background: #00568d; }
      @media screen and (min-width: 1024px) {
        body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open {
          color: #00568d; }
          body #topnav .nav-item > a:focus .nav-item-inner, body #topnav .nav-item > a:hover .nav-item-inner, body #topnav .nav-item > a.open .nav-item-inner {
            background: white; } }
  body #topnav .sub-nav a {
    color: white; }
    body #topnav .sub-nav a:focus, body #topnav .sub-nav a:hover, body #topnav .sub-nav a.open {
      color: white;
      background: #00568d; }
  @media screen and (min-width: 1024px) {
    body #topnav {
      background: transparent; }
      body #topnav .nav-item > a {
        padding: 0 10px;
        color: white; }
        body #topnav .nav-item > a .nav-item-inner {
          border: 3px solid white;
          background: #00568d; }
      body #topnav .mm-extra-content {
        color: #00568d; }
        body #topnav .mm-extra-content .mm-extra-content-title {
          color: #00568d; }
      body #topnav .sub-nav {
        background: white; }
        body #topnav .sub-nav a {
          color: #00568d; } }
body .pageTitle {
  color: #00568d; }
body .right-column-page-navigation {
  background: #faf7f7; }
  body .right-column-page-navigation li a {
    color: black; }
  body .right-column-page-navigation li.active a {
    background: #00568d;
    color: white; }
@media screen and (min-width: 768px) {
  body #index_main:after {
    background: #1e2948; } }
body #index_main .right-column {
  background: #00568d; }
body #index_bottom {
  background: #00568d; }
  @media screen and (min-width: 768px) {
    body #index_bottom:after {
      background: white; } }
  body #index_bottom .right-column {
    background: white; }
body #news_container {
  background: #faf7f7; }
  body #news_container .section-title {
    background: #00568d; }
  body #news_container .item {
    background: white;
    box-shadow: inset 0 0 0 3px #1e2948; }
    body #news_container .item .item-name {
      background: #1e2948; }
      body #news_container .item .item-name a {
        font-size: 1.125em;
        color: white; }
    body #news_container .item .item-text {
      color: black; }
  body #news_container .read-more-link-group {
    background: #00568d; }
body #events_container {
  background: #00568d; }
  body #events_container .items-list .item {
    background: #1e2948; }
  body #events_container .section-title {
    background: #1e2948; }
  body #events_container .event-date {
    color: white; }
  body #events_container .read-more-link-group {
    background: #1e2948; }
body #index_links {
  background: #1e2948; }
body #links_container .links-list {
  background: #00568d; }
  body #links_container .links-list li {
    color: white; }
    @media screen and (min-width: 768px) {
      body #links_container .links-list li {
        box-shadow: inset 0 0 0 2px #1e2948; } }
body .spotlight-container .read-more-link {
  color: black;
  border-radius: 0 20px 20px 0;
  background: #009de4; }
body .spotlight-container .spotlight-link {
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); }
  body .spotlight-container .spotlight-link svg {
    fill: white; }
body #footer_main {
  background-color: #1e2948; }
  body #footer_main:before {
    background: #929090; }
body .footer-address {
  color: white; }
  body .footer-address a {
    color: inherit; }
  body .footer-address svg {
    fill: white;
    border: 2px solid white;
    background: #00568d; }
body #header_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 #header_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 #header_edlio_login .edlio-logo svg {
      display: block;
      width: 24px;
      height: 16px;
      margin: 0;
      fill: white; }
  body #header_edlio_login:hover {
    color: #1e2948; }
    body #header_edlio_login:hover .edlio-logo {
      border-color: #1e2948; }
    body #header_edlio_login:hover svg {
      fill: #1e2948; }
body #footer_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 #footer_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 #footer_edlio_login .edlio-logo svg {
      display: block;
      width: 24px;
      height: 16px;
      margin: 0;
      fill: white; }
  body #footer_edlio_login:hover {
    color: #00568d; }
    body #footer_edlio_login:hover .edlio-logo {
      border-color: #00568d; }
    body #footer_edlio_login:hover svg {
      fill: #00568d; }
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: #00568d; }
  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: #1e2948; }
      body #mobile_nav a:hover svg {
        fill: #1e2948; }
  @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 */
