@import url("//fonts.googleapis.com/css?family=Raleway:300,400,500,600");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Raleway", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
}
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 {
  color: black;
}
body.index {
  background: #194369;
}
@media screen and (min-width: 1024px) {
  body.index {
    background-image: url("/pics/body_bg.jpg");
    background-position: center bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #194369;
    background-size: cover;
  }
}

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

#header_main {
  z-index: 99;
  position: relative;
  background: black;
}
#header_main #google_tools_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  background: black;
}
#header_main #translate_link {
  color: white;
}
@media screen and (min-width: 1024px) {
  #header_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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header_main #google_tools_footer {
    background: transparent;
  }
  #header_main #translate_link {
    color: black;
  }
  #header_main.short #header_title a {
    height: 76px;
  }
  #header_main.short #topnav .nav-item > a {
    height: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #header_main #google_tools_footer {
    padding: 1rem;
  }
}

#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: white;
  clip: auto;
}

#header_title {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}
#header_title a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 120px;
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url("/pics/header.png");
  background-repeat: no-repeat;
  background-position: center 26px;
}
#header_title a .second {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #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: 729px;
    height: 156px;
    color: white;
    padding: 0 0 0 270px;
    font-family: "Raleway", sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.75rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url("/pics/header.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  #header_title a .second {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
  }
}

#header_marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
#header_marquee .marquee-inner {
  display: inline-block;
  padding-left: 100%;
}
#header_marquee .marquee-inner:hover {
  animation-play-state: paused;
}
#header_marquee.marquee-speed-18 .marquee-inner {
  animation: marquee 15s linear infinite;
}
#header_marquee.marquee-speed-35 .marquee-inner {
  animation: marquee 30s linear infinite;
}
#header_marquee.marquee-speed-7 .marquee-inner {
  animation: marquee 7.5s linear infinite;
}
#header_marquee .marquee-content {
  float: left;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

#topbar_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#topbar_nav a {
  padding: 0 10px;
  text-decoration: none;
  color: white;
}
#topbar_nav a:hover {
  color: #cfbe6c;
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#social_nav a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: #990d13;
  border-radius: 100%;
}
#social_nav a svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 3px;
  fill: white;
}
#social_nav a:hover, #social_nav a:focus {
  background-color: inherit;
}
#social_nav a:hover svg, #social_nav a:focus svg {
  fill: inherit;
}
#social_nav a:hover svg {
  fill: #194369;
}

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#search_btn {
  display: block;
  width: 24px;
  height: 16px;
  overflow: hidden;
  background-color: transparent;
  margin: 4px 10px 0 20px;
}
#search_btn svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: white;
}
#search_btn:hover, #search_btn:focus {
  background-color: inherit;
}
#search_btn:hover svg, #search_btn:focus svg {
  fill: inherit;
}
#search_btn:hover svg, #search_btn:focus svg {
  fill: #990d13;
}
@media screen and (min-width: 1024px) {
  #search_btn svg {
    fill: black;
  }
}

#social_btn {
  display: block;
  width: 24px;
  height: 16px;
  overflow: hidden;
  background-color: transparent;
  margin: 4px 10px 0 0px;
}
#social_btn svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: white;
}
#social_btn:hover, #social_btn:focus {
  background-color: inherit;
}
#social_btn:hover svg, #social_btn:focus svg {
  fill: inherit;
}
#social_btn:hover svg, #social_btn:focus svg {
  fill: #990d13;
}
@media screen and (min-width: 1024px) {
  #social_btn svg {
    fill: black;
  }
}

#social_btn svg {
  fill: black;
}

.spanish-link {
  text-decoration: none;
}
.spanish-link:hover {
  text-decoration: underline;
}

#topnav_holder {
  width: 100%;
  background-color: white;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double white;
  border-bottom: 5px solid white;
}
#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 .sub-nav {
  display: none;
}
#topnav_holder .sub-nav.open {
  display: block;
}
#topnav_holder .sub-nav a {
  padding-left: 1.5em;
}
#topnav_holder .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
@media screen and (min-width: 1024px) {
  #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;
  }
}
#topnav_holder .nav-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder .nav-menu {
    position: relative;
  }
  #topnav_holder .sub-nav {
    position: absolute;
  }
  #topnav_holder .sub-nav a {
    width: 11.5em;
    padding-left: 0.5em;
  }
  #topnav_holder .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

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

#topnav {
  background: black;
}
#topnav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: white;
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  background: white;
  color: black;
}
#topnav .sub-nav a {
  color: white;
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  background: white;
  color: black;
}
@media screen and (min-width: 1024px) {
  #topnav {
    width: auto !important;
    background: transparent;
  }
  #topnav .nav-item > a {
    position: relative;
    height: 50px;
    padding: 9px 35px;
    font-size: 1rem;
    font-weight: 400;
    color: black;
  }
  #topnav .nav-item > a:hover {
    color: #990d13;
  }
  #topnav .nav-item > a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 47%;
    height: 4px;
    background: #990d13;
  }
  #topnav .sub-nav {
    background: black;
  }
}

#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: white;
  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;
}
@media screen and (min-width: 1024px) {
  #content_main {
    margin-top: 224px;
  }
  .index #content_main {
    margin-top: 224px;
  }
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.5em;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  color: black;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: black;
}
@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: white;
}
.right-column-page-navigation li.active a {
  background: #990d13;
  color: white;
}

#index_top {
  position: relative;
}

#index_mid {
  background: white;
}

#index_main {
  background: white;
}

.content-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white;
}

.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.5rem;
  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: 1rem;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 35px;
  line-height: 43px;
  color: white;
  background-color: #125d35;
  border-radius: 21px;
}
.content-container [class*=-name] {
  width: 100%;
  margin: 0;
}
.content-container [class*=-name] a {
  font-size: 1.5rem;
  color: white;
}
.content-container a {
  text-decoration: none;
  color: white;
}
.content-container a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .content-container .section-title {
    font-size: 2rem;
  }
}

#shuffle_spotlight_container {
  background: #990d13;
  padding: 10px 0 40px 0;
}
#shuffle_spotlight_container .spotlightmessage-text {
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
}
#shuffle_spotlight_container .read-more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 0 0;
  margin-right: 30px;
  font-size: 0.75rem;
  line-height: 36px;
  background: none;
}
#shuffle_spotlight_container .read-more-link:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 36px;
  height: 36px;
  background: url("/pics/more_arrow.png") no-repeat left top;
}
#shuffle_spotlight_container .read-more-link:hover {
  text-decoration: none;
}
#shuffle_spotlight_container .read-more-link:hover:after {
  background-position: left bottom;
}
@media screen and (min-width: 1024px) {
  #shuffle_spotlight_container {
    position: absolute;
    bottom: 30%;
    right: calc(50vw - 512px);
    width: 420px;
    height: 156px;
    padding: 20px 0 0;
  }
  #shuffle_spotlight_container .spotlightmessage-text {
    font-size: 2rem;
  }
}

#news_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(100% - 2rem);
  background: transparent;
  padding: 1rem;
}
#news_container #news_header {
  margin: 3rem 0 0;
}
#news_container .section-title {
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-bottom: 20px;
  margin: 3rem 0;
  font-weight: 400;
  letter-spacing: 1px;
  background-image: url("/pics/divider_green.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#news_container .item-name {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
}
#news_container .item-name a {
  display: inline-block;
  font-size: 1rem;
  margin: 1.25rem 0 0.75rem 0;
}
#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 .item-text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75em;
  color: white;
}
#news_container .read-more-link {
  position: relative;
  margin: 2rem auto;
  left: calc(50% - 98px);
}
#news_container .item {
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  #news_container .item {
    margin: 20px;
    max-width: 45%;
  }
  #news_container .news-item-image-holder {
    margin-bottom: 0;
    margin-right: 15px;
    width: 100%;
  }
  #news_container .items-list {
    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) {
  #news_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    padding: 0;
  }
}

#events_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
#events_container .section-title {
  margin-top: 4rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  background: url("/pics/divider_red.png") no-repeat center bottom;
}
#events_container .items-list {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-top: 5rem;
}
#events_container .items-list .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0;
  padding: 0;
}
#events_container .items-list .slick-list:focus {
  outline: none;
}
#events_container .items-list .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#events_container .items-list .slick-slider .slick-track,
#events_container .items-list .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#events_container .items-list .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
#events_container .items-list .slick-track:before, #events_container .items-list .slick-track:after {
  content: "";
  display: table;
}
#events_container .items-list .slick-track:after {
  clear: both;
}
.slick-loading #events_container .items-list .slick-track {
  visibility: hidden;
}
#events_container .items-list .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] #events_container .items-list .slick-slide {
  float: right;
}
#events_container .items-list .slick-slide img {
  display: block;
}
#events_container .items-list .slick-slide.slick-loading img {
  display: none;
}
#events_container .items-list .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #events_container .items-list .slick-slide {
  display: block;
}
.slick-loading #events_container .items-list .slick-slide {
  visibility: hidden;
}
.slick-vertical #events_container .items-list .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#events_container .items-list .slick-arrow {
  display: block;
  overflow: hidden;
  height: 50px;
  width: 50px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 50px/2);
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
#events_container .items-list .slick-arrow:hover {
  cursor: pointer;
}
#events_container .items-list .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/pics/arrow_prev_black.png);
}
#events_container .items-list .slick-arrow.slick-next {
  right: 0;
  background-image: url(/pics/arrow_next_black.png);
}
#events_container .items-list .slick-arrow.slick-hidden {
  display: none;
}
#events_container .slick-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(100% - 100px);
  margin: 0 auto !important;
}
#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;
}
#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: 92px;
  height: 92px;
  margin-right: 15px;
  background: #125d35;
  color: white;
  font-size: 3rem;
  line-height: 1em;
  text-transform: uppercase;
}
#events_container .event-date .event-month {
  font-size: 1.25rem;
  line-height: 1em;
  letter-spacing: 5px;
}
#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;
  font-weight: 500;
}
#events_container .event-image-link {
  display: none;
}
#events_container .event-image {
  width: 100%;
}
#events_container [class*=-name] a {
  font-size: 1rem;
  font-weight: 500;
  color: black;
}
#events_container .read-more-link {
  background: #990d13;
  margin: 6rem auto;
}

#info_container #infographics {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  padding: 4.5rem 0;
}
#info_container #infographics .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0;
  padding: 0;
}
#info_container #infographics .slick-list:focus {
  outline: none;
}
#info_container #infographics .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#info_container #infographics .slick-slider .slick-track,
#info_container #infographics .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#info_container #infographics .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
#info_container #infographics .slick-track:before, #info_container #infographics .slick-track:after {
  content: "";
  display: table;
}
#info_container #infographics .slick-track:after {
  clear: both;
}
.slick-loading #info_container #infographics .slick-track {
  visibility: hidden;
}
#info_container #infographics .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] #info_container #infographics .slick-slide {
  float: right;
}
#info_container #infographics .slick-slide img {
  display: block;
}
#info_container #infographics .slick-slide.slick-loading img {
  display: none;
}
#info_container #infographics .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized #info_container #infographics .slick-slide {
  display: block;
}
.slick-loading #info_container #infographics .slick-slide {
  visibility: hidden;
}
.slick-vertical #info_container #infographics .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#info_container #infographics .slick-arrow {
  display: block;
  overflow: hidden;
  height: 50px;
  width: 50px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 50px/2);
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
#info_container #infographics .slick-arrow:hover {
  cursor: pointer;
}
#info_container #infographics .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/pics/arrow_prev_black.png);
}
#info_container #infographics .slick-arrow.slick-next {
  right: 0;
  background-image: url(/pics/arrow_next_black.png);
}
#info_container #infographics .slick-arrow.slick-hidden {
  display: none;
}
#info_container .slide {
  margin: 0 0.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: black;
}
#info_container .slide .number {
  display: block;
  font-size: 2rem;
}
#info_container .slick-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(100% - 100px);
  margin: 0 auto !important;
}

#gallery_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  text-align: center;
}
#gallery_container .section-title {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  margin: 4rem 0;
  font-weight: 700;
  letter-spacing: 1px;
  background-image: url("/pics/divider_red.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
#gallery_container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gallery_container .gallery-photo {
  width: 228px;
  height: 228px;
  margin: 12px;
}
#gallery_container .read-more-link {
  margin: 3rem auto 5rem;
  background: #990d13;
}
@media screen and (min-width: 768px) {
  #gallery_container .gallery-photo {
    width: 228px;
    height: 228px;
    margin: 12px;
  }
  #gallery_container .wide {
    width: 480px;
  }
}

#links_container {
  text-align: center;
}
#links_container .section-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
  color: #f04f55;
}
#links_container .links-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;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 340px;
  margin: 0 auto;
}
#links_container .link-item {
  min-width: 160px;
}
#links_container .link-item a {
  display: inline-block;
  margin: 3px 10px;
  color: white;
  font-size: 85%;
}

#quicklinks {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin-top: 40px;
}
#quicklinks a {
  display: block;
  width: 85px;
  height: 85px;
  overflow: hidden;
  background-color: transparent;
  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;
  height: 207px;
  width: 310px;
  line-height: 1.25em;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #194369;
  /*&:hover:before { //TS override
  	background-color: $fortiary-color;
  }*/
}
#quicklinks a svg {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0;
  fill: white;
}
#quicklinks a:hover, #quicklinks a:focus {
  background-color: inherit;
}
#quicklinks a:hover svg, #quicklinks a:focus svg {
  fill: inherit;
}
#quicklinks a .text {
  z-index: 1;
  position: relative;
}
#quicklinks a:before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#quicklinks a:nth-of-type(1) {
  background-image: url("/pics/qlink1.jpg");
}
#quicklinks a:nth-of-type(1):before {
  background-color: rgba(25, 67, 105, 0.85);
}
#quicklinks a:nth-of-type(1):hover:before {
  background-color: #194369;
}
#quicklinks a:nth-of-type(2) {
  background-image: url("/pics/qlink2.jpg");
}
#quicklinks a:nth-of-type(2):before {
  background-color: rgba(18, 93, 53, 0.85);
}
#quicklinks a:nth-of-type(2):hover:before {
  background-color: #125d35;
}
#quicklinks a:nth-of-type(3) {
  background-image: url("/pics/qlink3.jpg");
}
#quicklinks a:nth-of-type(3):before {
  background-color: rgba(169, 74, 9, 0.85);
}
#quicklinks a:nth-of-type(3):hover:before {
  background-color: #a94a09;
}
#quicklinks a:nth-of-type(4) {
  background-image: url("/pics/qlink3.jpg");
}
#quicklinks a:nth-of-type(4):before {
  background-color: rgba(153, 13, 19, 0.85);
}
#quicklinks a:nth-of-type(4):hover:before {
  background-color: #990d13;
}
#quicklinks a svg {
  z-index: 1;
  position: relative;
  display: block;
  margin: 20px auto 10px;
}
#quicklinks a:hover svg {
  fill: white;
}
@media screen and (min-width: 768px) {
  #quicklinks a {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #quicklinks {
    flex-direction: column;
    align-items: center;
  }
}

#spotlight_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(100% - 2rem);
  padding: 1rem;
  margin-top: 100px;
}
#spotlight_container .section-title {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5rem;
  background-image: url("/pics/divider_red.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
#spotlight_container .spotlight-image-holder {
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}
#spotlight_container .spotlight-image {
  max-width: 100%;
}
#spotlight_container .spotlightmessage-text {
  /*margin-top: -8px;*/
  line-height: 1.75rem;
}
#spotlight_container .read-more-link {
  background-color: #990d13;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #spotlight_container .spotlight-image-holder {
    float: none;
  }
}
@media screen and (min-width: 1024px) {
  #spotlight_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    padding: 0 0 100px;
  }
}

#footer_main {
  position: relative;
  background: black;
}
#footer_main #right_col {
  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;
}
#footer_main #right_col > * {
  margin: 10px 0;
}
#footer_main:after {
  content: "";
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  height: 70px;
  background: white;
}
@media screen and (min-width: 768px) {
  #footer_main:after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer_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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
  }
}

#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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  line-height: 1.75rem;
  text-align: center;
  color: white;
}
#footer_address a {
  color: inherit;
}
#footer_address svg {
  width: 20px;
  height: 20px;
  padding: 25px;
  fill: white;
  background: #125d35;
  border-radius: 100%;
  margin: 10px 20px;
}
#footer_address .footer-info-block {
  padding-bottom: 1rem;
}
#footer_address #footer_address_info svg {
  background: #194369;
}
#footer_address svg {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #footer_address {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  #footer_address .footer-info-block {
    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-bottom: 1rem;
  }
  #footer_address svg {
    margin: 0 1.5rem 0 0;
  }
}

#footer_address_title {
  height: 40px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding-top: 43px;
  margin: 20px 0;
  border-bottom: 1px solid #262626;
  background-image: url("/pics/header.png");
  background-size: auto 38px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  #footer_address_title {
    width: 350px;
  }
}

#footer_nav a {
  display: block;
  padding: 0 12px;
  text-decoration: none;
  margin: 20px auto;
  padding: 0 12px;
  text-decoration: none;
  text-align: center;
  color: white;
}
#footer_nav a:hover {
  color: #990d13;
}
@media screen and (min-width: 768px) {
  #footer_nav {
    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;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    padding: 1rem 0;
    border-top: 1px solid #262626;
  }
}

#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;
}
#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;
}
#edlio_login .edlio-logo svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: white;
}
#edlio_login .edlio-logo:hover, #edlio_login .edlio-logo:focus {
  background-color: inherit;
}
#edlio_login .edlio-logo:hover svg, #edlio_login .edlio-logo:focus svg {
  fill: inherit;
}
#edlio_login:hover {
  color: #990d13;
}
#edlio_login:hover .edlio-logo {
  border-color: #990d13;
}
#edlio_login:hover .edlio-logo svg {
  fill: #990d13;
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  z-index: 1;
  position: relative;
  margin: 2rem auto;
  background: white;
  color: black;
}
#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: rgba(0, 0, 0, 0.8);
}
#edlio_logo:hover, #edlio_logo:focus {
  background-color: inherit;
}
#edlio_logo:hover svg, #edlio_logo:focus svg {
  fill: inherit;
}
#edlio_logo:hover {
  background: none;
}

#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: #194369;
}
#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: white;
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: white;
}
#mobile_nav a:hover {
  color: #cfbe6c;
}
#mobile_nav a:hover svg {
  fill: #cfbe6c;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

.smcx-embed {
  margin: auto !important;
}
