<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//fonts.googleapis.com/css?family=Montserrat|Poppins:300,300i,400,400i,700,700i|Permanent+Marker");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Poppins", 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 .site-content {
      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; }

  .site-header,
  .site-footer {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 9; }

  .site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .site-content:focus {
      outline: none; }

body {
  min-width: 320px;
  background-color: white;
  color: black; }

.site-header {
  position: relative;
  z-index: 99; }
  .site-header .skip-to-content-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
    .site-header .skip-to-content-link:focus {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      clip: auto; }
  .site-header .topbar {
    width: 100%; }
  .site-header .topbar-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header .header-secondary-nav {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header .marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box; }
    .site-header .marquee .marquee-inner {
      display: inline-block;
      padding-left: 100%; }
      .site-header .marquee .marquee-inner:hover {
        animation-play-state: paused; }
    .site-header .marquee.marquee-speed-18 .marquee-inner {
      animation: marquee 15s linear infinite; }
    .site-header .marquee.marquee-speed-35 .marquee-inner {
      animation: marquee 30s linear infinite; }
    .site-header .marquee.marquee-speed-7 .marquee-inner {
      animation: marquee 7.5s linear infinite; }
    .site-header .marquee .marquee-content {
      float: left; }
@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
  @media screen and (min-width: 1024px) {
    .site-header.fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }

.content-pages-banner {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .content-pages-banner {
      display: none; } }
  .content-pages-banner .caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.index-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (100% - 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-color: 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: .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: .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: auto;
      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; }
  #content_main .right-column-page-navigation {
    margin-bottom: 1.25em; }
    @media screen and (max-width: 767px) {
      #content_main .right-column-page-navigation {
        margin: 20px auto; } }
    #content_main .right-column-page-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 0;
      padding: 0; }
    #content_main .right-column-page-navigation a {
      text-decoration: none;
      color: inherit;
      display: block;
      font-weight: 400;
      padding: .8em 6% .8em 10%;
      width: 84%;
      margin: 0;
      line-height: auto; }
      #content_main .right-column-page-navigation a:hover, #content_main .right-column-page-navigation a:focus {
        text-decoration: underline; }
      #content_main .right-column-page-navigation a .inner {
        text-decoration: none; }
        #content_main .right-column-page-navigation a .inner:hover, #content_main .right-column-page-navigation a .inner:focus {
          text-decoration: underline; }

@media screen and (min-width: 1024px) {
  .homepage-row .homepage-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.homepage-row .homepage-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%; }

@media screen and (min-width: 1024px) {
  .width-constrain-row .homepage-row-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px; } }

.content-container .item-summary {
  padding-left: 10px;
  padding-right: 10px; }
.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, .content-container .section-title a:focus {
      text-decoration: none; }
.content-container .read-more-links-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.content-container a {
  text-decoration: none; }
  .content-container a:hover, .content-container a:focus {
    text-decoration: underline; }
@media screen and (min-width: 1024px) {
  .content-container {
    width: 100%; }
    .content-container .item-summary {
      padding-left: 0;
      padding-right: 0; } }

.footer-main .footer-secondary-nav {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.edlio-login-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
  .edlio-login-link .edlio-logo {
    display: block;
    width: 30px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid transparent; }
    .edlio-login-link .edlio-logo svg {
      display: block;
      width: 30px;
      height: 20px;
      margin: 0;
      fill: black; }
    .edlio-login-link .edlio-logo:hover, .edlio-login-link .edlio-logo:focus {
      background-color: inherit; }
      .edlio-login-link .edlio-logo:hover svg, .edlio-login-link .edlio-logo:focus svg {
        fill: inherit; }

.slick-container {
  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; }
  .slick-container .slick-slider {
    position: relative; }
  .slick-container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0; }
    .slick-container .slick-list:focus {
      outline: none; }
    .slick-container .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-container .slick-slider .slick-track,
  .slick-container .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); }
  .slick-container .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto; }
    .slick-container .slick-track:before, .slick-container .slick-track:after {
      content: "";
      display: table; }
    .slick-container .slick-track:after {
      clear: both; }
    .slick-loading .slick-container .slick-track {
      visibility: hidden; }
  .slick-container .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] .slick-container .slick-slide {
      float: right; }
    .slick-container .slick-slide img {
      display: block; }
    .slick-container .slick-slide.slick-loading img {
      display: none; }
    .slick-container .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-container .slick-slide {
      display: block; }
    .slick-loading .slick-container .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-container .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slick-container .slick-arrow {
    position: absolute;
    z-index: 9999;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat; }
    .slick-container .slick-arrow:hover {
      cursor: pointer; }
    .slick-container .slick-arrow.slick-prev {
      left: 0; }
    .slick-container .slick-arrow.slick-next {
      right: 0; }
    .slick-container .slick-arrow.slick-hidden {
      display: none; }
  .slick-container .slick-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  .slick-container .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    z-index: 9999;
    text-align: center; }
    .slick-container .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: .5em;
      cursor: pointer; }
      .slick-container .slick-dots li button {
        display: block;
        height: 20px;
        width: 20px;
        padding: 5px;
        outline-width: none;
        font-size: 0px;
        line-height: 0px;
        color: transparent;
        border: 0;
        cursor: pointer;
        background: none transparent; }
        .slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
          outline-width: 5px; }
        .slick-container .slick-dots li button:before {
          content: "\2022";
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 2rem;
          text-align: center; }
    .slick-container .slick-dots.number-dots li button {
      font-size: .75em; }
      .slick-container .slick-dots.number-dots li button:before {
        display: none; }

.site-header1c {
  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; }
  .site-header1c .skip-to-content-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
    .site-header1c .skip-to-content-link:focus {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      clip: auto; }
  .site-header1c .header-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center; }
    .site-header1c .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;
      max-width: 100%;
      text-decoration: none; }
      .site-header1c .header-title a .header-title-inner {
        max-width: 100%; }
    .site-header1c .header-title.header-logo.logo-replacement a {
      display: block;
      overflow: hidden;
      height: 65px;
      width: 100%;
      max-width: 60px;
      white-space: nowrap;
      text-indent: 200%;
      color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("/pics/header_logo.png"); }
    .site-header1c .header-title.header-logo:not(.logo-replacement) a:before {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      content: "";
      display: block;
      width: 60px;
      height: 65px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .site-header1c .header-title a {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        .site-header1c .header-title a .header-title-inner {
          text-align: center; } }
    @media screen and (min-width: 1024px) {
      .site-header1c .header-title {
        text-align: left; } }
  .site-header1c .topbar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .site-header1c .sitenav-holder {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
    .site-header1c .sitenav-holder.column {
      width: 100%; }
      .site-header1c .sitenav-holder.column .nav-mobile-toggle {
        position: absolute;
        display: block;
        height: 4px;
        width: 28px;
        font-size: 0;
        border-top: 14px double transparent;
        border-bottom: 5px solid transparent; }
      .site-header1c .sitenav-holder.column .nav-group {
        position: absolute;
        z-index: 99;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.8s; }
        .site-header1c .sitenav-holder.column .nav-group.open {
          max-height: 2000px; }
      .site-header1c .sitenav-holder.column .nav-menu,
      .site-header1c .sitenav-holder.column .sub-nav-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header1c .sitenav-holder.column .nav-menu a,
        .site-header1c .sitenav-holder.column .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: .5em;
          text-decoration: none; }
      .site-header1c .sitenav-holder.column .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; }
      .site-header1c .sitenav-holder.column .sub-nav {
        display: none; }
        .site-header1c .sitenav-holder.column .sub-nav.open {
          display: block; }
        .site-header1c .sitenav-holder.column .sub-nav .flyout-group {
          margin: 0;
          padding: 0;
          list-style: none; }
      @media screen and (max-width: 1023px) {
        .site-header1c .sitenav-holder.column .sub-nav a {
          padding-left: 1.5em; }
        .site-header1c .sitenav-holder.column .sub-nav .flyout-group a {
          padding-left: 2.5em; } }
      @media screen and (min-width: 1024px) {
        .site-header1c .sitenav-holder.column .nav-mobile-toggle {
          display: none; }
        .site-header1c .sitenav-holder.column .nav-group {
          position: static;
          max-height: none;
          overflow: visible; }
        .site-header1c .sitenav-holder.column .nav-menu {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          position: relative; } }
      .site-header1c .sitenav-holder.column .nav-item {
        position: relative; }
      @media screen and (min-width: 1024px) {
        .site-header1c .sitenav-holder.column {
          position: relative; }
          .site-header1c .sitenav-holder.column .nav-menu {
            position: relative; }
          .site-header1c .sitenav-holder.column .sub-nav-group {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 12.5em; }
          .site-header1c .sitenav-holder.column .sub-nav {
            position: absolute; }
            .site-header1c .sitenav-holder.column .sub-nav a {
              width: 11.5em; }
            .site-header1c .sitenav-holder.column .sub-nav .flyout-group a {
              width: 10.5em;
              padding-left: 1.5em; } }
    .site-header1c .sitenav-holder.megamenu {
      width: 100%; }
      .site-header1c .sitenav-holder.megamenu .nav-mobile-toggle {
        position: absolute;
        display: block;
        height: 4px;
        width: 28px;
        font-size: 0;
        border-top: 14px double transparent;
        border-bottom: 5px solid transparent; }
      .site-header1c .sitenav-holder.megamenu .nav-group {
        position: absolute;
        z-index: 99;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.8s; }
        .site-header1c .sitenav-holder.megamenu .nav-group.open {
          max-height: 2000px; }
      .site-header1c .sitenav-holder.megamenu .nav-menu,
      .site-header1c .sitenav-holder.megamenu .sub-nav-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header1c .sitenav-holder.megamenu .nav-menu a,
        .site-header1c .sitenav-holder.megamenu .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: .5em;
          text-decoration: none; }
      .site-header1c .sitenav-holder.megamenu .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; }
      .site-header1c .sitenav-holder.megamenu .sub-nav {
        display: none; }
        .site-header1c .sitenav-holder.megamenu .sub-nav.open {
          display: block; }
        .site-header1c .sitenav-holder.megamenu .sub-nav .flyout-group {
          margin: 0;
          padding: 0;
          list-style: none; }
      @media screen and (max-width: 1023px) {
        .site-header1c .sitenav-holder.megamenu .sub-nav a {
          padding-left: 1.5em; }
        .site-header1c .sitenav-holder.megamenu .sub-nav .flyout-group a {
          padding-left: 2.5em; } }
      @media screen and (min-width: 1024px) {
        .site-header1c .sitenav-holder.megamenu .nav-mobile-toggle {
          display: none; }
        .site-header1c .sitenav-holder.megamenu .nav-group {
          position: static;
          max-height: none;
          overflow: visible; }
        .site-header1c .sitenav-holder.megamenu .nav-menu {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          position: relative; } }
      @media screen and (min-width: 1024px) {
        .site-header1c .sitenav-holder.megamenu .sub-nav {
          position: absolute;
          left: 0; }
          .site-header1c .sitenav-holder.megamenu .sub-nav.open {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start; }
          .site-header1c .sitenav-holder.megamenu .sub-nav .sub-nav-group {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: none;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; }
            .site-header1c .sitenav-holder.megamenu .sub-nav .sub-nav-group &gt; li {
              width: 100%; }
              .site-header1c .sitenav-holder.megamenu .sub-nav .sub-nav-group &gt; li a {
                margin: 0 1em; }
          .site-header1c .sitenav-holder.megamenu .sub-nav .mm-extra-content {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; }
          .site-header1c .sitenav-holder.megamenu .sub-nav .mm-image {
            width: 100%; } }
      @media screen and (min-width: 1024px) {
        .site-header1c .sitenav-holder.megamenu .sub-nav {
          right: 0; } }
      @media screen and (max-width: 1023px) {
        .site-header1c .sitenav-holder.megamenu .mm-extra-content {
          display: none; } }

.site-footer1 .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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.site-footer1 .footer-logo {
  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; }
  .site-footer1 .footer-logo.logo-replacement {
    display: block;
    overflow: hidden;
    height: 86px;
    width: 100%;
    max-width: 80px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/footer_logo.png"); }
  .site-footer1 .footer-logo:not(.logo-replacement):before {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    content: "";
    display: block;
    width: 80px;
    height: 86px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
.site-footer1 .footer-title-inner {
  max-width: 100%; }
.site-footer1 .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;
  text-align: center; }
  .site-footer1 .footer-address a {
    color: inherit; }
.site-footer1 .powered-by-edlio-logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent; }
  .site-footer1 .powered-by-edlio-logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: inherit; }
  .site-footer1 .powered-by-edlio-logo:hover, .site-footer1 .powered-by-edlio-logo:focus {
    background-color: inherit; }
    .site-footer1 .powered-by-edlio-logo:hover svg, .site-footer1 .powered-by-edlio-logo:focus svg {
      fill: inherit; }
@media screen and (min-width: 768px) {
  .site-footer1 .footer-logo {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media screen and (min-width: 1024px) {
  .site-footer1 .footer-address {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }

.shuffle3-container {
  position: relative;
  width: 100%;
  padding: 0; }
  .shuffle3-container .shuffle-main {
    width: 100%; }
    .shuffle3-container .shuffle-main .slick-list {
      margin: 0;
      height: 100%; }
    .shuffle3-container .shuffle-main .slick-track {
      height: 100%; }
    .shuffle3-container .shuffle-main .shuffle-slide {
      position: relative;
      margin: 0; }
    .shuffle3-container .shuffle-main .shuffle-caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: .5em;
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
      @media screen and (max-width: 767px) {
        .shuffle3-container .shuffle-main .shuffle-caption {
          display: none; } }
      .shuffle3-container .shuffle-main .shuffle-caption a {
        color: inherit; }
      .shuffle3-container .shuffle-main .shuffle-caption.caption-position-top {
        top: 0; }
      .shuffle3-container .shuffle-main .shuffle-caption.caption-position-bottom {
        bottom: 0; }
    .shuffle3-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
      top: calc(54px + 1em); }
    .shuffle3-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
      bottom: calc(54px + 1em); }
    .shuffle3-container .shuffle-main.navshuffle-position-left .shuffle-caption {
      left: calc(100px + 1em); }
    .shuffle3-container .shuffle-main.navshuffle-position-right .shuffle-caption {
      right: calc(100px + 1em); }
  .shuffle3-container .slick-dots {
    position: absolute; }
    .shuffle3-container .slick-dots.slick-dots-bottom, .shuffle3-container .slick-dots.slick-dots-top {
      left: 0;
      width: 100%; }
    .shuffle3-container .slick-dots.slick-dots-bottom {
      bottom: 0; }
    .shuffle3-container .slick-dots.slick-dots-top {
      top: 0; }
    .shuffle3-container .slick-dots.slick-dots-left, .shuffle3-container .slick-dots.slick-dots-right {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 0;
      height: 100%; }
    .shuffle3-container .slick-dots.slick-dots-left {
      left: 0; }
    .shuffle3-container .slick-dots.slick-dots-right {
      right: 0; }
  .shuffle3-container .shuffle-image {
    width: 100%; }
  .shuffle3-container .shuffle-navigation {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .shuffle3-container .shuffle-navigation {
        display: none; } }
    .shuffle3-container .shuffle-navigation .slick-list {
      margin: 0;
      padding: 0;
      bottom: 0; }
    .shuffle3-container .shuffle-navigation .slick-track {
      height: 100%; }
    .shuffle3-container .shuffle-navigation .shuffle-slide {
      position: relative;
      display: block;
      height: 50px;
      margin: .5em;
      overflow: hidden;
      border: 2px solid transparent; }
      .shuffle3-container .shuffle-navigation .shuffle-slide.slick-current {
        border-color: black; }
    .shuffle3-container .shuffle-navigation.navigation-position-bottom, .shuffle3-container .shuffle-navigation.navigation-position-top {
      left: 0;
      width: 100%; }
    .shuffle3-container .shuffle-navigation.navigation-position-bottom {
      bottom: 0; }
    .shuffle3-container .shuffle-navigation.navigation-position-top {
      top: 0; }
    .shuffle3-container .shuffle-navigation.navigation-position-left, .shuffle3-container .shuffle-navigation.navigation-position-right {
      top: 0;
      height: 100%;
      width: calc(100px + 1em); }
      .shuffle3-container .shuffle-navigation.navigation-position-left .slick-list,
      .shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-list,
      .shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
        height: 100% !important; }
      .shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
        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; }
      .shuffle3-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle3-container .shuffle-navigation.navigation-position-right .shuffle-slide {
        width: 100px;
        float: none; }
    .shuffle3-container .shuffle-navigation.navigation-position-left {
      left: 0; }
    .shuffle3-container .shuffle-navigation.navigation-position-right {
      right: 0; }
  @media screen and (min-width: 1024px) {
    .shuffle3-container .shuffle-caption {
      padding: 1em; } }

.events1b-container .item {
  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; }
.events1b-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; }
.events1b-container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  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; }
.events1b-container .event-image {
  width: 100%; }

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
.quicklinks-container .qlink-item a .qlink-inner {
  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; }
.quicklinks-container .qlink-item a svg {
  width: 24px;
  height: 24px; }
.quicklinks-container .qlink-inner {
  max-width: 100%; }

.news2b-container .item {
  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; }
.news2b-container .news-item-image-holder {
  -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;
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }
.news2b-container .news-item-image {
  width: 100%;
  max-width: 500px; }
.news2b-container .item-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

body:not(.index) {
  height: auto;
  min-height: 100%;
  background: #0c2346; }

.content-pages-banner {
  max-height: 250px;
  margin-bottom: -90px;
  border-bottom: 16px #be2037 solid; }

#header_main {
  background: #0c2346; }
  #header_main .social-container {
    width: 100%;
    height: 48px; }
    #header_main .social-container .social-nav {
      width: 98%;
      max-width: 950px;
      height: 100px;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      @media screen and (min-width: 1024px) {
        #header_main .social-container .social-nav {
          justify-content: flex-end;
          width: 100%; } }
      #header_main .social-container .social-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px; }
        #header_main .social-container .social-nav a svg {
          width: 25px;
          height: 25px;
          fill: white; }
  #header_main .header-logo a {
    margin: 1em auto; }
    #header_main .header-logo a .header-title-inner {
      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;
      letter-spacing: 0.13rem;
      text-align: center;
      text-transform: uppercase; }
      #header_main .header-logo a .header-title-inner .first-line {
        width: 100%;
        color: white;
        font-size: 2.2rem; }
      #header_main .header-logo a .header-title-inner .second-line {
        width: 100%;
        color: #ffb81d;
        font-size: 1.13rem;
        font-weight: 300; }
    #header_main .header-logo a:before {
      background: url("/pics/header.png");
      background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #header_main .header-logo a {
        margin: 2.5em; }
        #header_main .header-logo a .header-title-inner {
          margin-left: 1em; }
          #header_main .header-logo a .header-title-inner .first-line {
            font-size: 2.63rem; } }
  #header_main .sitenav-holder .nav-mobile-toggle {
    border-color: white; }
  #header_main .sitenav-holder .nav-group {
    background-color: #0c2346; }
    #header_main .sitenav-holder .nav-group .nav-item &gt; a {
      height: 42px;
      padding: 0 10px;
      font-size: 1.125em;
      font-weight: 700;
      color: white; }
      #header_main .sitenav-holder .nav-group .nav-item &gt; a:focus, #header_main .sitenav-holder .nav-group .nav-item &gt; a:hover, #header_main .sitenav-holder .nav-group .nav-item &gt; a.open {
        color: white;
        background-color: #be2037; }
    #header_main .sitenav-holder .nav-group .sub-nav a {
      color: white; }
      #header_main .sitenav-holder .nav-group .sub-nav a:focus, #header_main .sitenav-holder .nav-group .sub-nav a:hover, #header_main .sitenav-holder .nav-group .sub-nav a.open {
        color: white;
        background-color: #be2037; }
  @media screen and (min-width: 1024px) {
    #header_main .sitenav-holder .nav-group {
      background: transparent; }
    #header_main .sitenav-holder .nav-menu {
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
    #header_main .sitenav-holder .nav-item &gt; a {
      text-align: center; }
    #header_main .sitenav-holder .sub-nav {
      background-color: #0c2346; }
    #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
      left: auto;
      right: 0; }
    #header_main .sitenav-holder.megamenu .sub-nav {
      width: calc(100% - 20px*2);
      max-width: calc(1024px - 20px*2);
      padding: 20px; }
      #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
        width: 40%; }
      #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
        width: calc(100% - 40%); } }
  #header_main .sitenav-holder .nav-mobile-toggle {
    top: 37px;
    right: 20px; }
  @media screen and (min-width: 1024px) {
    #header_main .sitenav-holder .icon-link .nav-item-inner {
      display: block;
      width: 24px;
      height: 24px;
      overflow: hidden;
      background-color: transparent; }
      #header_main .sitenav-holder .icon-link .nav-item-inner svg {
        display: block;
        width: 24px;
        height: 24px;
        margin: 0;
        fill: white; }
      #header_main .sitenav-holder .icon-link .nav-item-inner:hover, #header_main .sitenav-holder .icon-link .nav-item-inner:focus {
        background-color: #be2037; }
        #header_main .sitenav-holder .icon-link .nav-item-inner:hover svg, #header_main .sitenav-holder .icon-link .nav-item-inner:focus svg {
          fill: white; } }
  @media screen and (max-width: 1023px) {
    #header_main .sitenav-holder .icon-link .nav-item-inner svg {
      display: none; } }
  #header_main .sitenav-holder .nav-group .nav-item &gt; a {
    font-size: 1rem;
    font-weight: 400; }
  @media screen and (min-width: 1024px) {
    #header_main .sitenav-holder .nav-group .nav-item &gt; a {
      height: 43px;
      padding: 0 10px; }
      #header_main .sitenav-holder .nav-group .nav-item &gt; a.open, #header_main .sitenav-holder .nav-group .nav-item &gt; a:focus, #header_main .sitenav-holder .nav-group .nav-item &gt; a:hover {
        background: #be2037; } }
  #header_main .header-secondary-nav .icon-only {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: transparent; }
    #header_main .header-secondary-nav .icon-only svg {
      display: block;
      width: 24px;
      height: 24px;
      margin: 0;
      fill: #be2037; }
    #header_main .header-secondary-nav .icon-only:hover, #header_main .header-secondary-nav .icon-only:focus {
      background-color: inherit; }
      #header_main .header-secondary-nav .icon-only:hover svg, #header_main .header-secondary-nav .icon-only:focus svg {
        fill: black; }
  @media screen and (min-width: 768px) {
    #header_main {
      margin-top: -22px; } }

.slick-slider .slick-list {
  margin: 0 25px; }
.slick-slider .slick-arrow {
  display: block;
  overflow: hidden;
  height: 40px;
  width: 100%;
  max-width: 20px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 40px/2); }
  .slick-slider .slick-arrow.slick-prev {
    background-image: url(/pics/button_prev.png); }
  .slick-slider .slick-arrow.slick-next {
    background-image: url(/pics/button_next.png); }
.slick-slider .slick-dots li button:before {
  color: #cccccc; }
.slick-slider .slick-dots li.slick-active button:before {
  color: #be2037; }
.slick-slider .slick-dots.number-dots li button {
  background: #cccccc;
  color: #be2037; }
.slick-slider .slick-dots.number-dots li.slick-active button {
  background: #be2037;
  color: #cccccc; }

#row_top {
  background: white; }
#row_spotlight {
  z-index: 0;
  position: relative;
  background-color: white;
  background-image: url("/pics/watermark.jpg");
  background-position: left 120px center;
  background-repeat: no-repeat;
  background-size: 30%; }
  @media screen and (min-width: 768px) {
    #row_spotlight:before {
      content: "";
      position: absolute;
      top: 0;
      left: 40%;
      right: 0;
      height: 100%;
      z-index: -1;
      background: #0c2346; }
    #row_spotlight:after {
      content: " ";
      position: absolute;
      display: block;
      bottom: 0;
      right: 60%;
      width: 40px;
      height: 100%;
      z-index: -1;
      background: linear-gradient(to left bottom, #0c2346 49%, transparent 50%); } }
#row_events {
  position: relative;
  z-index: 9;
  background: #be2037; }
  #row_events:after {
    content: " ";
    position: absolute;
    display: block;
    bottom: -60px;
    left: 0;
    height: 61px;
    width: 100%;
    background: linear-gradient(-179deg, #be2037 48%, transparent 50%); }
#row_main {
  position: relative;
  background: #0c2346; }
  #row_main .homepage-row-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;
    -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; }

.content-container .item-summary {
  padding: 0; }
.content-container .section-title {
  color: white;
  text-transform: uppercase;
  font-size: 1.88rem; }
.content-container .item-name {
  margin: 0; }
.content-container .read-more-link {
  color: #0c2346;
  background: #ffb81d;
  padding: 0.5em 1em;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.5s ease;
  margin: 1em 0; }
  .content-container .read-more-link:hover, .content-container .read-more-link:focus {
    color: white;
    background: #be2037; }

#shuffle_main {
  /* transform: rotate(2deg);
  width: 110%;
  top: -2em;
  left: -1em;
  overflow: hidden;
  z-index: 9; */ }

#spotlight_container {
  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;
  padding: 2em 0; }
  #spotlight_container .spotlight-image-holder {
    width: 100%;
    max-height: 330px;
    overflow: hidden; }
    #spotlight_container .spotlight-image-holder .spotlight-image {
      width: calc(100% - 24px);
      border: 12px white solid; }
  #spotlight_container .item-summary {
    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: 100%; }
    @media screen and (min-width: 768px) {
      #spotlight_container .item-summary {
        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: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      #spotlight_container .item-summary {
        background: #0c2346; } }
  #spotlight_container .item-text {
    width: calc(100% - 20px);
    max-height: 295px;
    line-height: 32px;
    color: white;
    font-size: 1.13rem;
    overflow: hidden; }
  @media screen and (min-width: 768px) {
    #spotlight_container {
      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: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      #spotlight_container .spotlight-image-holder {
        width: 48%; }
      #spotlight_container .item-summary {
        width: 48%; } }

#content_main .pageTitle {
  color: #0c2346;
  font-size: 1.88rem; }
#content_main .right-column-page-navigation {
  background: #0c2346; }
  #content_main .right-column-page-navigation li a {
    color: white; }
  #content_main .right-column-page-navigation li.active a {
    background-color: #be2037;
    color: white; }

#events_container {
  padding: 2em 0 0; }
  #events_container .items-list {
    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;
    width: 100%; }
  #events_container .item {
    width: 226px;
    height: 166px;
    margin: 1em 0;
    color: #0c2346;
    background: white;
    padding: 10px 0;
    border: 4px #0c2346 solid; }
  #events_container .item-name {
    width: calc(100% - 20px); }
  #events_container .event-date {
    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;
    font-size: 1.88rem;
    font-weight: 400; }
    #events_container .event-date .event-day {
      font-weight: 700;
      margin-right: 0.2em; }
  #events_container .event-summary {
    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;
    color: #0c2346;
    width: calc(100% - 20px); }
    #events_container .event-summary .item-name {
      text-align: center; }
      #events_container .event-summary .item-name a {
        color: #0c2346; }
  #events_container .read-more-links-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-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; }
    #events_container .read-more-links-group .read-more-link:hover, #events_container .read-more-links-group .read-more-link:focus {
      background: #0c2346; }
    @media screen and (min-width: 768px) {
      #events_container .read-more-links-group {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end; } }

#quicklinks {
  position: relative;
  width: 100%;
  min-height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  	/* 	@include respond-to-max($vp-mid) {
  	background: linear-gradient(rgba($jack-black,0.5), rgba($jack-black,0.5)), url("/pics/annapolis.jpg") top center no-repeat;
  } */ }
  #quicklinks:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
  #quicklinks .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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 4em 0 2em; }
    @media screen and (min-width: 768px) {
      #quicklinks .items-list {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        margin-right: 60px; } }
  #quicklinks .qlink-item 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;
    height: 133px;
    width: 256px;
    margin: 1em 0;
    z-index: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25em;
    color: white;
    background: url("/pics/qlink_bg.jpg") center center no-repeat;
    background-size: cover; }
    #quicklinks .qlink-item a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      transition: all 0.5s ease;
      background: rgba(190, 32, 55, 0.85); }
    #quicklinks .qlink-item a:after {
      content: "";
      position: absolute;
      top: 12px;
      left: 12px;
      height: calc(100% - 24px);
      width: calc(100% - 24px);
      border: 1px white solid; }
    #quicklinks .qlink-item a svg {
      fill: white;
      height: 50px;
      width: 50px; }
    #quicklinks .qlink-item a:hover, #quicklinks .qlink-item a:focus {
      color: white; }
      #quicklinks .qlink-item a:hover:before, #quicklinks .qlink-item a:focus:before {
        content: "";
        background: rgba(255, 184, 29, 0.85); }
  @media screen and (min-width: 768px) {
    #quicklinks {
      width: 50%; } }

#news_container {
  width: 100%; }
  #news_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: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  #news_container .item {
    position: relative;
    width: calc(100% - 20px);
    height: 230px;
    margin: 1em auto;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    #news_container .item a {
      text-decoration: none !important; }
    #news_container .item .item-summary {
      width: 100%; }
    #news_container .item .item-name {
      color: white;
      background: #be2037;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 8px;
      transition: all 0.5s ease;
      font-size: 1.5rem;
      font-weight: 400; }
    #news_container .item .item-text {
      padding: 10px 1em;
      transition: all 0.3s ease;
      transform: translateY(2000px) translateZ(0);
      color: white;
      text-align: center; }
      #news_container .item .item-text .item-name-inner {
        font-weight: 700; }
    #news_container .item:hover .item-summary, #news_container .item:focus .item-summary {
      max-height: 100%;
      height: 230px; }
      #news_container .item:hover .item-summary .item-name, #news_container .item:focus .item-summary .item-name {
        opacity: 0; }
      #news_container .item:hover .item-summary .item-text, #news_container .item:focus .item-summary .item-text {
        background: rgba(190, 32, 55, 0.7);
        transform: translateY(0px);
        height: 100%; }
  #news_container .read-more-links-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-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; }
    @media screen and (min-width: 768px) {
      #news_container .read-more-links-group {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        #news_container .read-more-links-group .read-more-link {
          margin-left: 60px; } }
  @media screen and (min-width: 768px) {
    #news_container {
      width: 50%; }
      #news_container .section-title {
        margin-left: 60px; }
      #news_container .items-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-left: 60px; }
      #news_container .item {
        max-width: 560px;
        margin: 1em 0; } }

#footer_main {
  z-index: 0;
  position: relative;
  background-color: white;
  background-image: url("/pics/watermark.jpg");
  background-position: left 120px center;
  background-repeat: no-repeat;
  background-size: 25%; }
  #footer_main .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; }
    @media screen and (min-width: 768px) {
      #footer_main .footer-inner {
        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: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  #footer_main .footer-address {
    color: #0c2346;
    font-size: 1.25rem; }
    #footer_main .footer-address .footer-logo:before {
      background-image: url("/pics/header.png"); }
    #footer_main .footer-address .footer-logo .footer-title-inner {
      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: 2.25rem;
      text-transform: uppercase; }
  #footer_main .powered-by-edlio-logo {
    margin: 20px auto; }
    #footer_main .powered-by-edlio-logo svg {
      fill: black; }
  @media screen and (min-width: 768px) {
    #footer_main {
      width: 100%;
      height: fit-content; }
      #footer_main .footer-address .footer-logo .footer-title-inner {
        margin-left: 1rem; }
      #footer_main #google_translate_element {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 3vh; } }
  @media screen and (min-width: 1024px) {
    #footer_main:before {
      background: none; } }
  #footer_main .footer-right {
    width: 100%; }
    #footer_main .footer-right .map {
      width: 100%;
      overflow: hidden; }
    @media screen and (min-width: 768px) {
      #footer_main .footer-right {
        width: 50%;
        height: 344px; }
        #footer_main .footer-right .map {
          height: 344px; } }

#mobile_nav {
  background: #0c2346; }
  #mobile_nav a {
    color: white; }
    #mobile_nav a svg {
      fill: white; }
    #mobile_nav a:hover, #mobile_nav a:focus {
      color: #be2037; }
      #mobile_nav a:hover svg, #mobile_nav a:focus svg {
        fill: #be2037; }

footer div.footer-container {
  margin-top: 25px; }
  footer div.footer-container .footer-lower {
    margin-bottom: 12px; }
  footer div.footer-container .footer-upper {
    margin: 13px 0 25px 0; }
@media screen and (min-width: 1024px) {
  footer div.footer-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px; }
    footer div.footer-container .footer-lower,
    footer div.footer-container .footer-upper {
      margin: 0; }
  footer div.footer-phone {
    margin-top: 15px; } }

@media screen and (min-width: 1024px) {
  footer hr {
    width: 100%; }

  .footer-phone,
  .footer-fax {
    align-self: flex-start; }

  .footer-lower {
    min-height: 120px; }
    .footer-lower .widthFix {
      min-width: 198px;
      margin-left: 80px;
      text-align: left; }

  .footer-upper .widthFix {
    min-width: 198px;
    margin-left: 45px;
    text-align: left; } }
.user-page-info-wrapper #subscribe_button {
  display: none !important; }
</pre></body></html>