@import url("//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,700italic,800,800italic|Permanent+Marker");
@import url("/apps/js/polls/polls-pack.css");
body #header_main {
  background: rgb(2, 36, 119);
}
body #header_title a {
  height: 296px;
  font-size: 3rem;
  background-image: url("/pics/header.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120px 120px;
}
@media screen and (min-width: 768px) {
  body #header_title 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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 505px;
    height: 140px;
    padding-left: 140px;
    background-position: left center;
  }
  body #header_title a .btmline {
    margin-left: 16px;
    color: rgb(155, 154, 157);
  }
}
body #header_title a .btmline {
  color: rgb(155, 154, 157);
}
body #topnav {
  background: rgba(0, 24, 72, 0.6);
}
body #topnav .nav-item > a:focus, body #topnav .nav-item > a:hover, body #topnav .nav-item > a.open {
  color: rgb(155, 154, 157);
}
body #topnav .sub-nav {
  background: rgba(0, 7, 21, 0.8);
}
body #topnav .sub-nav .mm-extra-content-title {
  color: #d9d9d9;
}
body #index_quicklinks {
  background: rgb(2, 36, 119);
}
body #index_social {
  background: rgb(0, 24, 72);
}
body #index_infographics {
  background: rgb(27, 66, 152);
}
body #index_news {
  background: linear-gradient(rgba(27, 66, 152, 0.9), rgba(27, 66, 152, 0.9)), url("/pics/news_bg.jpg") center center no-repeat;
  background-size: cover;
}
body #index_events {
  background: url("/pics/events_bg.png") center center no-repeat rgb(255, 255, 255);
}
body #index_social #tabpanel1 {
  width: 100%;
}
body #index_social .tablist {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
body #index_social .tab-label {
  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;
  width: 48%;
  height: 43px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}
body #index_social .tab-label:hover {
  cursor: pointer;
}
body #index_social #tab_label1 {
  background: rgb(27, 66, 152);
}
body #index_social #tab_label2 {
  background: rgb(2, 36, 119);
}
body #index_social .selected {
  position: relative;
  background: rgb(155, 154, 157) !important;
  color: rgb(0, 24, 72) !important;
}
body #index_social .selected:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(155, 154, 157);
}
body #index_social .panel.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
body #countdown_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin: 3em auto;
}
body #countdown_container .section-title {
  color: rgb(27, 66, 152);
}
body #countdown {
  width: 100%;
  margin: 0 auto;
}
body #countdown .section-title,
body #countdown .message {
  font-size: 2.5em;
  text-align: center;
  color: rgb(0, 0, 0);
}
body #countdown .countdown-active {
  margin: 0 3px;
}
body #countdown .time_circles {
  position: relative;
}
body #countdown .time_circles > div {
  position: absolute;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 0, 0);
}
body #countdown .time_circles > div h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0.875em;
}
body #quicklinks a svg {
  fill: rgb(155, 154, 157);
}
body #quicklinks a:hover {
  color: rgb(155, 154, 157);
}
body #quicklinks a:hover svg {
  fill: white;
}
body .content-container .read-more-link {
  background-color: rgb(155, 154, 157);
  color: black;
}
body .content-container .read-more-link:hover {
  background-color: white;
  color: black;
}
body #infographics_container #infographics .info-item svg {
  fill: rgb(155, 154, 157);
}
body #footer_main {
  background: rgb(2, 36, 119);
  background-size: 1500px 1500px;
}
body #footer_address {
  height: 396px;
  background-image: url("/pics/header.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120px 120px;
}
@media screen and (min-width: 768px) {
  body #footer_address {
    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;
    width: 450px;
    height: 140px;
    padding-left: 140px;
    background-position: left center;
  }
}
@media screen and (min-width: 1024px) {
  body #footer_address {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 660px;
  }
  body #footer_address .footer-info-block {
    margin: 10px 8px 0 0;
  }
}
body #social_nav_footer a svg {
  fill: rgb(155, 154, 157);
}
body #footer_address_title {
  font-size: 2.7rem;
}
body #footer_address_title .btmline {
  color: rgb(155, 154, 157) !important;
}
body #logo_outer {
  margin-top: 1em;
}
body #edlio_logo svg {
  fill: rgb(155, 154, 157);
}

body #topnav {
  background: rgb(2, 36, 119);
}
body #topnav .sub-nav .sub-nav-group a {
  color: #d9d9d9;
}
body #social_nav_fixed a:last-child:hover svg,
body #social_nav_footer a:last-child:hover svg {
  fill: #9b9a9d;
}
body #social_nav_footer a:last-child svg {
  fill: #fff;
}
body #header_title a .btmline {
  color: #d9d9d9;
}
body .content-container .read-more-link {
  background-color: #d9d9d9;
}
body .content-container .read-more-link:hover {
  background-color: #9b9a9d;
}
