@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "futura-pt", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
  background: url("/pics/html_bg.png") top center repeat rgb(241, 237, 238);
}
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 {
  background-color: rgb(255, 255, 255);
  border-top: 6px rgb(175, 15, 2) solid;
  color: rgb(0, 0, 0);
}
body:before {
  content: "";
  position: absolute;
  top: -210px;
  left: 0;
  height: 486px;
  width: 100%;
  background: url("/pics/watermark.png") left top no-repeat;
}
@media screen and (min-width: 1024px) {
  body:before {
    left: calc(50% - 945px);
    right: 0;
    width: inherit;
  }
}

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

#header_main {
  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: 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;
  position: relative;
  z-index: 99;
}

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: rgb(255, 255, 255);
}

#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: 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;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 115px;
  color: rgb(16, 52, 226);
  font-family: "trajan-pro-3", serif;
  font-size: 1.88em;
  font-weight: 400;
  font-variant: small-caps;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  #header_title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  #header_title a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  #header_title {
    margin: -40px 0 0 20px;
  }
}

#social_nav {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  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;
  height: 40px;
}
#social_nav a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: transparent;
  margin: 0 3px;
}
#social_nav a svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: 3px;
  fill: rgb(16, 52, 226);
}
#social_nav a:hover svg {
  fill: rgb(175, 15, 2);
}
#social_nav a:nth-child(4) {
  width: 75px;
}
#social_nav a:nth-child(4) svg {
  width: 75px;
  height: 25px;
}

#topnav_holder {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double rgb(175, 15, 2);
  border-bottom: 5px solid rgb(175, 15, 2);
}
#topnav_holder #topnav {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open {
  max-height: 2000px;
}
#topnav_holder .nav-menu,
#topnav_holder .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .nav-menu a,
#topnav_holder .sub-nav-group 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;
  padding: 0.5em 10px;
  text-decoration: none;
}
#topnav_holder .nav-menu {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
#topnav_holder .nav-item {
  position: relative;
}
#topnav_holder .sub-nav {
  display: none;
}
#topnav_holder .sub-nav.open {
  display: block;
}
#topnav_holder .sub-nav a {
  padding-left: 1.5em;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder #topnav_mobile_toggle {
    display: none;
  }
  #topnav_holder #topnav {
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder .nav-menu {
    -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;
    position: relative;
  }
  #topnav_holder .sub-nav {
    position: absolute;
  }
  #topnav_holder .sub-nav a {
    width: 11.5em;
    padding-left: 0.5em;
  }
  #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 73%;
    margin-top: -60px;
  }
}

#topnav_mobile_toggle {
  top: 10px;
  left: 10px;
}

#topnav {
  background: rgb(255, 255, 255);
}
#topnav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(94, 94, 94);
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  background: rgb(175, 15, 2);
  color: rgb(255, 255, 255);
}
#topnav .sub-nav a {
  color: rgb(94, 94, 94);
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  background: rgb(175, 15, 2);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent;
  }
  #topnav .nav-item > a {
    height: 60px;
    padding: 0 19px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: rgb(175, 15, 2);
  }
  #topnav .sub-nav {
    background: rgb(241, 237, 238);
  }
}

.video-container .video-item {
  display: block;
  width: 100%;
}
.video-container #videos_header {
  display: none;
}
.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(255, 255, 255);
  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: 0.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: 0.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;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#content_main .pages-content-wrapper {
  overflow: visible;
}
#content_main img.sub {
  border: none;
}
.index #content_main {
  background: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
  font-size: 2.25em;
  font-family: "trajan-pro-3", serif;
  color: rgb(16, 52, 226);
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: rgb(18, 26, 62);
}
@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: 0.8em 6% 0.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: rgb(255, 255, 255);
}
.right-column-page-navigation li.active a {
  background: rgb(175, 15, 2);
  color: rgb(255, 255, 255);
}

#index_spotlight {
  border-top: 6px rgb(175, 15, 2) solid;
  border-bottom: 6px rgb(175, 15, 2) solid;
}
@media screen and (min-width: 1024px) {
  #index_spotlight {
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
  }
}

#index_main {
  background: rgb(255, 255, 255);
  position: relative;
  border-bottom: 6px rgb(175, 15, 2) solid;
}
#index_main #index_main_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  #index_main #index_main_inner {
    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;
  }
}
@media screen and (min-width: 1024px) {
  #index_main:before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% + 337.5px);
    left: 0;
    height: calc(100% - 128px);
    background: rgb(255, 255, 255);
    border-top: 128px rgb(16, 52, 226) solid;
  }
  #index_main:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% + 337.5px);
    right: 0;
    height: calc(100% - 128px);
    background: rgb(255, 255, 255);
    border-top: 128px rgb(241, 237, 238) solid;
  }
}

#index_infographics {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("/pics/info_bg.jpg");
  background-size: cover;
}

#left_column {
  background: rgb(18, 26, 62);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #left_column {
    width: 20%;
    padding: 1em 0;
  }
}

#right_column {
  background: rgb(255, 255, 255);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #right_column {
    width: 66%;
    margin: auto;
  }
}

.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;
  font-size: 2.25em;
  font-weight: 700;
}
.content-container .read-more-link-group {
  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;
}
.content-container .read-more-link {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(16, 52, 226);
}
.content-container [class*=-name] {
  width: 100%;
  margin: 0;
}
.content-container [class*=-name] a {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
}
.content-container a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.content-container a:hover {
  text-decoration: underline;
}

#news_container {
  width: 92%;
  margin: 0 auto;
}
#news_container .item-name a {
  color: rgb(16, 52, 226);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 700;
}
#news_container .item-text {
  color: rgb(94, 94, 94);
  font-size: 1.13em;
}
#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#news_container .news-item-image {
  width: 100%;
  max-width: 500px;
}
#news_container .read-more-link {
  display: block;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(16, 52, 226);
}
@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #news_container .news-item-holder {
    width: 250px;
  }
}

#events_container .items-list {
  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: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
#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;
  width: 90%;
  margin: 2em 0 2em 0;
  padding-left: 2em;
}
#events_container .item-name {
  width: 100%;
  margin: 0;
}
#events_container .event-location {
  width: 100%;
}
#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: 85px;
  height: 85px;
  margin-right: 1em;
  background: rgb(16, 52, 226);
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
#events_container .event-date .event-month {
  font-size: 1.13em;
}
#events_container .event-date .event-day {
  font-size: 2.25em;
  font-weight: 700;
}
#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;
  width: 100%;
}
#events_container .event-image-link {
  max-width: 100%;
}
#events_container .event-image {
  width: 100%;
}
#events_container .read-more-link {
  display: block;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(16, 52, 226);
}

#spotlight_container {
  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: 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;
}
#spotlight_container .section-title {
  color: rgb(16, 52, 226);
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
}
#spotlight_container .item-text {
  width: 96%;
  color: rgb(94, 94, 94);
  font-size: 1.13em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #spotlight_container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #spotlight_container .section-title {
    width: 35%;
  }
  #spotlight_container .item-text {
    position: relative;
    width: 65%;
    margin-left: 5%;
    /*&:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: -1em;
    	height: 100%;
    	width: 1px;
    	background: $macy-grey-dark;
    }*/
  }
}

#info_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin: 1em auto;
}
#info_container .section-title {
  color: rgb(16, 52, 226);
  text-transform: uppercase;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
}
#info_container .factItem {
  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;
  height: 230px;
  color: rgb(16, 52, 226);
  font-size: 1.13em;
  text-align: center;
  text-transform: uppercase;
}
#info_container .factItem svg {
  fill: rgb(16, 52, 226);
  width: 100px;
  height: 100px;
}
#info_container .factItem p {
  width: 100%;
  margin: 0;
}
#info_container .factItem span {
  width: 100%;
  font-size: 1.88em;
  font-weight: 700;
}

.slick-list {
  margin: 0 30px 15px;
}
@media screen and (min-width: 1024px) {
  .slick-list {
    margin: 0 50px 40px;
  }
}
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  top: 30%;
  width: 21px;
  height: 63px;
  margin-top: -24px;
  color: transparent;
  background-color: transparent;
  border: none;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-prev {
  left: 1em;
  background: url("/pics/prev_button.png") no-repeat;
  z-index: 9;
}
.slick-next {
  right: 1em;
  background: url("/pics/next_button.png") no-repeat;
  z-index: 9;
}

#quicklinks {
  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;
  -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: 115px;
  height: 160px;
  margin: 1em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.13em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
#quicklinks a svg {
  fill: rgb(255, 255, 255);
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
#quicklinks a span {
  width: 100%;
}
#quicklinks a:hover {
  color: rgb(175, 15, 2);
}
#quicklinks a:hover svg {
  fill: rgb(175, 15, 2);
}

#tabpanel1 {
  padding-bottom: 1em;
}
#tabpanel1 .tablist {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tabpanel1 .tablist li {
  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;
  color: rgb(16, 52, 226);
  background: rgb(241, 237, 238);
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}
#tabpanel1 .tablist li svg {
  pointer-events: none;
  fill: rgb(16, 52, 226);
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#tabpanel1 .tablist li:hover {
  background: rgb(16, 52, 226);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
#tabpanel1 .tablist li:hover svg {
  fill: rgb(255, 255, 255);
}
#tabpanel1 .tablist .selected {
  background: rgb(16, 52, 226);
  color: rgb(255, 255, 255);
}
#tabpanel1 .tablist .selected svg {
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #tabpanel1 .tablist {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #tabpanel1 .tablist li {
    width: 50%;
  }
}
#tabpanel1 .panel {
  display: none;
}
#tabpanel1 .panel.active {
  display: block;
}

#tab_label2 a {
  text-decoration: none;
  color: rgb(16, 52, 226);
  display: contents;
}
#tab_label2 a:hover {
  background: rgb(16, 52, 226);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
#tab_label2 a:hover svg {
  fill: rgb(255, 255, 255);
}
#tab_label2 a .selected {
  background: rgb(16, 52, 226);
  color: rgb(255, 255, 255);
}
#tab_label2 a .selected svg {
  fill: rgb(255, 255, 255);
}

#footer_main {
  background: rgb(18, 26, 62);
}

#footer_inner {
  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: 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_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: 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: 2.5em auto;
  }
}

#footer_address {
  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%;
  color: rgb(255, 255, 255);
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#footer_address a {
  color: inherit;
}
#footer_address span {
  position: relative;
  margin-right: 1em;
}
#footer_address span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  height: 100%;
  width: 2px;
  background: rgb(255, 255, 255);
}
#footer_address span:first-child:before {
  display: none;
}
@media screen and (min-width: 768px) {
  #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;
  }
}

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  #google_tools {
    margin-right: 10px;
  }
}

#edlio_logo {
  display: block;
  width: 100px;
  height: 50px;
  overflow: hidden;
  background-color: transparent;
}
#edlio_logo svg {
  display: block;
  width: 100px;
  height: 50px;
  margin: 0;
  fill: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #edlio_logo {
    margin-left: 10px;
  }
}

#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: rgb(16, 52, 226);
}
#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: 0.75em;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: rgb(255, 255, 255);
}
#mobile_nav a:hover {
  color: rgb(175, 15, 2);
}
#mobile_nav a:hover svg {
  fill: rgb(175, 15, 2);
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

#tab_label2 a {
  text-decoration: none;
  color: #1034e2;
  width: 100%;
  padding: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#discrimination_statement {
  color: white;
  margin: 10px 0 0 0;
}

.spotlight-banner .banner-image {
  width: 40px;
}
