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

html {
  height: 100%;
  background: #f8f8f8;
}

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,
#footer_main {
  min-width: 320px;
}

@media screen and (min-width: 1024px) {
  body.index #header_main {
    position: fixed;
  }
}

#header_main {
  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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  position: relative;
  z-index: 99;
  position: relative;
  margin-left: 50%;
  margin-right: 50%;
  transform: translate(-50%, 0%);
  background: url("/pics/body_bg.jpg") center center repeat-y white;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  #header_main {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#header_main .header-main-inner {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #header_main .header-main-inner {
    display: flex;
    flex-direction: row;
    width: 1350px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 768px) {
  #header_main {
    border-top: 40px solid #be001c;
  }
}

#skip_to_content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: white;
  clip: auto;
}

#header_title {
  width: 100%;
  margin: 0;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  #header_title {
    width: auto;
  }
}

#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: 220px;
  padding: 0 0 0 92px;
  height: 116px;
  line-height: 1.15em;
  font-family: "futura-pt", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  background-image: url("/pics/header.png");
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (min-width: 768px) {
  #header_title a {
    width: 340px;
    padding: 0 0 0 92px;
    line-height: 1.5em;
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  #header_title a {
    width: auto;
    line-height: 1.15em;
  }
}

@media screen and (min-width: 1350px) {
  #header_title a {
    line-height: 1.5em;
    letter-spacing: 3px;
    width: 440px;
  }
}

#header_title a span {
  display: inline-block;
  width: 100%;
}

#header_title .top-line {
  font-family: "futura-pt", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

@media screen and (min-width: 1350px) {
  #header_title .top-line {
    letter-spacing: 5px;
  }
}

#header_title .bottom-line {
  font-size: 1.3em !important;
}

#header_marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  overflow: hidden;
  color: white;
  top: -40px;
}

#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 35s linear infinite;
}

#header_marquee.marquee-speed-35 .marquee-inner {
  animation: marquee 70s linear infinite;
}

#header_marquee.marquee-speed-7 .marquee-inner {
  animation: marquee 17.5s linear infinite;
}

#header_marquee .marquee-content {
  float: left;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@media screen and (min-width: 1024px) {
  #header_marquee {
    max-width: 1350px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
  }
}

#google_tools {
  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) {
  #google_tools {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #google_tools #google_translate_element {
    margin: 20px 0;
  }
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  position: absolute;
  top: 5px;
  right: 10px;
}

#social_nav a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: none;
  margin: 0 3px;
}

#social_nav a svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: white;
}

#social_nav a:hover svg, #social_nav a:focus svg {
  fill: #be001c;
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  width: 132px;
  display: block;
  margin: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

#search input#q {
  margin: 0;
  height: 18px;
  line-height: 18px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}

#search input#q {
  color: white;
}

#search input#q::-webkit-input-placeholder {
  color: white;
}

#search input#q {
  padding: 0 10px;
  width: 90px;
  font-size: 0.75em;
}

#topnav_holder {
  width: 100%;
}

#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double #00aec7;
  border-bottom: 5px solid #00aec7;
}

#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: .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: 1350px;
}

#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: .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;
  }
}

#topnav_mobile_toggle {
  top: 80px;
  right: 10px;
}

#topnav {
  background: white;
}

#topnav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  color: black;
}

#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  color: white;
  background: #be001c;
}

@media screen and (min-width: 1024px) {
  #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
    background: none;
    color: #be001c;
  }
  #topnav .nav-item > a:focus .nav-item-inner, #topnav .nav-item > a:hover .nav-item-inner, #topnav .nav-item > a.open .nav-item-inner {
    background: url("/pics/header_bg.png") center bottom no-repeat;
  }
}

#topnav .sub-nav a {
  color: black;
}

#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  color: white;
  background: #be001c;
}

#topnav .icon-link svg {
  display: none;
}

@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent;
  }
  #topnav .nav-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #topnav .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  #topnav .nav-item > a {
    height: 116px;
    padding: 0;
    text-align: center;
    color: black;
  }
  #topnav .nav-item > a .nav-item-inner {
    min-width: 111px;
    padding: 20px 0;
  }
  #topnav .sub-nav {
    background: white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  #topnav .nav-item .icon-link .nav-item-inner {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    min-width: 0;
    background: none !important;
  }
  #topnav .nav-item .icon-link .nav-item-inner svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    fill: black;
  }
  #topnav .nav-item .icon-link .nav-item-inner:focus svg, #topnav .nav-item .icon-link .nav-item-inner:hover svg, #topnav .nav-item .icon-link .nav-item-inner.open svg {
    fill: #be001c;
  }
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1350px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
}

#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: 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 {
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-family: "calluna", serif;
  font-size: 2.25em;
  font-weight: 400;
  color: black;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #00aec7;
  box-shadow: 0 0 0 1px #008194;
}

@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: .8em 6% .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: white;
  color: black;
}

#index_top {
  position: relative;
}

#index_main {
  position: relative;
  width: 100%;
  background: url("/pics/main_bg.jpg") center center no-repeat;
  background-size: cover;
}

#index_main:before {
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

#index_main #index_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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  position: relative;
  width: 96%;
  padding: 0 2%;
}

@media screen and (min-width: 1024px) {
  #index_main #index_inner {
    -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;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1350px) {
  #index_main #index_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

#index_motto {
  z-index: 9;
  display: block;
  position: relative;
  width: 96%;
  padding: 100px 2% 25px;
  text-align: center;
  font-family: "calluna", serif;
  font-size: 42px;
  line-height: 1.2em;
  color: black;
  background: white;
}

@media screen and (min-width: 1024px) {
  #index_motto {
    position: absolute;
    top: 30%;
    right: 0;
    padding: 25px 70px;
    width: 400px;
    text-align: left;
    font-size: 54px;
    background: rgba(255, 255, 255, 0.75);
    border: 8px solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 1350px) {
  #index_motto {
    top: 40%;
    right: 50%;
    margin-right: -664px;
    font-size: 62px;
  }
}

#index_motto:before {
  content: "";
  z-index: 9;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -79px;
  width: 158px;
  height: 90px;
  background: url("/pics/motto_bg.png") center center no-repeat;
}

@media screen and (min-width: 1024px) {
  #index_motto:before {
    top: 86px;
    left: -120px;
    margin-left: 0;
  }
}

#bg_content {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#bg_content .image {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

#bg_content:before {
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 174, 199, 0.85);
}

#bg_content:after {
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/pics/body_overlay.png") center center repeat;
}

#shuffle_main {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #shuffle_main {
    margin-top: 156px;
  }
}

#left_column {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #left_column {
    width: 64%;
  }
}

@media screen and (min-width: 1350px) {
  #left_column {
    width: 72%;
  }
}

#right_column {
  width: 100%;
}

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

@media screen and (min-width: 1350px) {
  #right_column {
    width: 100%;
  }
}

.content-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  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;
  margin-bottom: 0;
  padding: 20px 2%;
  width: 96%;
}

.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;
}

@media screen and (min-width: 768px) {
  .content-container {
    padding: 90px 2%;
  }
}

@media screen and (min-width: 1024px) {
  .content-container {
    padding: 90px 0;
    width: 100%;
  }
}

.content-container .section-title {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 25px;
  text-align: center;
  line-height: 1em;
  font-family: "calluna", serif;
  font-size: 2.5em;
  font-weight: 400;
  color: black;
  background: url("/pics/header_bg.png") center bottom no-repeat;
}

@media screen and (min-width: 768px) {
  .content-container .section-title {
    margin: 0 0 80px 0;
    font-ize: 3em;
  }
}

.content-container .item {
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  .content-container .item {
    margin: 0 0 2em;
  }
}

@media screen and (min-width: 1024px) {
  .content-container .item {
    margin: 0 0 3em;
  }
}

.content-container .item-text {
  width: 100%;
  line-height: 1.6em;
  font-size: 1.5em;
  color: white;
}

.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;
}

@media screen and (min-width: 768px) {
  .content-container .read-more-link-group {
    -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;
    width: 100%;
  }
}

.content-container .read-more-link {
  position: relative;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 400;
  color: black;
}

.content-container [class*="-name"] {
  margin: 0;
  line-height: 1.3em;
  font-size: 1em;
}

.content-container [class*="-name"] a {
  font-size: 1.5em;
  font-weight: 400;
  color: white;
}

.content-container a {
  text-decoration: none;
  color: white;
}

.content-container a:hover {
  text-decoration: underline;
}

#index_wrapper {
  background: url("/pics/index_bg.jpg") center center repeat;
}

#news_container .items-list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #news_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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #news_container .items-list .item {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  #news_container .items-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

#news_container .section-title {
  color: black;
}

#news_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-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;
}

#news_container .item .item-summary {
  width: 100%;
}

#news_container .item .item-name {
  width: 90%;
  padding: 0 5%;
}

#news_container .item .item-name a {
  color: black;
}

#news_container .item .item-text {
  width: 90%;
  padding: 0 5%;
  font-size: 1em;
  color: black;
}

#news_container .news-item-image-holder {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: -20px;
    left: -4%;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 1024px) {
  #news_container .news-item-image-holder:before {
    left: -35px;
  }
}

#news_container .news-item-image {
  position: relative;
  z-index: 9;
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

#events_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;
}

#events_container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 60px;
  padding: 0;
}

#events_container .slick-list:focus {
  outline: none;
}

#events_container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

#events_container .slick-slider .slick-track,
#events_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);
}

#events_container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

#events_container .slick-track:before, #events_container .slick-track:after {
  content: "";
  display: table;
}

#events_container .slick-track:after {
  clear: both;
}

.slick-loading #events_container .slick-track {
  visibility: hidden;
}

#events_container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] #events_container .slick-slide {
  float: right;
}

#events_container .slick-slide img {
  display: block;
}

#events_container .slick-slide.slick-loading img {
  display: none;
}

#events_container .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized #events_container .slick-slide {
  display: block;
}

.slick-loading #events_container .slick-slide {
  visibility: hidden;
}

.slick-vertical #events_container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#events_container .slick-arrow {
  display: block;
  overflow: hidden;
  height: 76px;
  width: 58px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 76px/2);
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

#events_container .slick-arrow:hover {
  cursor: pointer;
}

#events_container .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/pics/button_prev.png);
}

#events_container .slick-arrow.slick-next {
  right: 0;
  background-image: url(/pics/button_next.png);
}

#events_container .slick-arrow.slick-hidden {
  display: none;
}

#events_container .section-title {
  color: white;
}

#events_container .read-more-link {
  color: white;
}

#events_container .items-list .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;
}

@media screen and (min-width: 768px) {
  #events_container .items-list .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#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: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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: 90px;
  height: 120px;
  margin: 0 0 20px 0;
  line-height: 1.8em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "calluna", serif;
  font-size: 1.375em;
  font-weight: 400;
  color: white;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  #events_container .event-date {
    margin: 0 20px 0 0;
    box-shadow: inset -2px 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

#events_container .event-date .event-day {
  line-height: 1em;
  font-family: "futura-pt", sans-serif;
  font-size: 2.6em;
  font-weight: 400;
}

#events_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-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #events_container .event-summary {
    text-align: center;
  }
}

#events_container .event-image-link {
  display: none;
  max-width: 100%;
}

#events_container .event-image {
  width: 100%;
}

#links_container .link-item a {
  display: block;
  margin: 10px 0;
}

#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#index_spotlight {
  background: url("/pics/spotlight_bg.jpg") center center no-repeat white;
}

#spotlight_container,
#spotlight3_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;
}

@media screen and (min-width: 1024px) {
  #spotlight_container,
  #spotlight3_container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 120px;
  }
}

#spotlight_container .section-title,
#spotlight3_container .section-title {
  text-align: left;
  background: none;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 1350px) {
  #spotlight_container .section-title,
  #spotlight3_container .section-title {
    margin: 0 0 80px 0;
  }
}

#spotlight_container .spotlightmessage-wrapper,
#spotlight3_container .spotlightmessage-wrapper {
  width: 100%;
}

#spotlight_container .spotlight-image-holder,
#spotlight3_container .spotlight-image-holder {
  position: relative;
  width: 96%;
  max-width: 670px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  #spotlight_container .spotlight-image-holder,
  #spotlight3_container .spotlight-image-holder {
    width: 54%;
    margin: 90px 30px 0 0;
  }
  #spotlight_container .spotlight-image-holder:before,
  #spotlight3_container .spotlight-image-holder:before {
    content: "";
    z-index: 9;
    position: absolute;
    top: -80px;
    right: -20px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 1350px) {
  #spotlight_container .spotlight-image-holder,
  #spotlight3_container .spotlight-image-holder {
    width: 670px;
    margin: 90px 90px 0 0;
  }
  #spotlight_container .spotlight-image-holder:before,
  #spotlight3_container .spotlight-image-holder:before {
    right: -80px;
  }
}

#spotlight_container .spotlight-image,
#spotlight3_container .spotlight-image {
  position: relative;
  z-index: 9;
  width: 100%;
}

#spotlight_container .spotlightmessage-text,
#spotlight3_container .spotlightmessage-text {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0 0 0;
  margin-bottom: 20px;
  height: 9.5em;
  overflow: hidden;
  font-size: 1em;
  color: black;
  background: url("/pics/bullet.png") 10px top no-repeat;
}

@media screen and (min-width: 768px) {
  #spotlight_container .spotlightmessage-text,
  #spotlight3_container .spotlightmessage-text {
    width: 75%;
    padding: 0 8% 0 17%;
  }
}

@media screen and (min-width: 1024px) {
  #spotlight_container .spotlightmessage-text,
  #spotlight3_container .spotlightmessage-text {
    padding: 0 8% 0 26%;
    width: 66%;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1350px) {
  #spotlight_container .spotlightmessage-text,
  #spotlight3_container .spotlightmessage-text {
    padding: 0 8% 0 37%;
    width: 55%;
    background-position: 100px top;
  }
}

#spotlight_container .read-more-link,
#spotlight3_container .read-more-link {
  display: block;
  width: 100%;
  text-align: right;
  color: black;
}

@media screen and (min-width: 1024px) {
  #spotlight_container .read-more-link,
  #spotlight3_container .read-more-link {
    padding: 0 8%;
    width: 84%;
  }
}

#spotlight2_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;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1023px) {
  #spotlight2_container {
    padding-top: 20px;
  }
}

#spotlight2_container .section-title {
  padding-bottom: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  background: url("/pics/bullet.png") bottom center no-repeat;
}

#spotlight2_container .spotlight-image-holder {
  display: none;
}

#spotlight2_container .spotlightmessage-text {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1em;
  color: white;
}

#spotlight2_container .read-more-link {
  color: white;
}

#social_container {
  box-shadow: inset 0 0 0 8px silver;
}

@media screen and (min-width: 1560px) {
  #social_container {
    max-width: 1560px;
  }
}

#social_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;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #social_container .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 70px;
  }
}

#social_container .items-list .items-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #social_container .items-list .items-right {
    width: 56%;
  }
}

#social_container .gallery-photo {
  display: block;
  width: 44%;
  height: 200px;
  margin: 8px 2%;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #social_container .gallery-photo {
    height: 274px;
    margin: 8px;
  }
}

@media screen and (min-width: 1024px) {
  #social_container .gallery-photo {
    max-width: 540px;
    width: 60%;
    height: 274px;
  }
}

@media screen and (min-width: 1560px) {
  #social_container .gallery-photo {
    width: 62%;
  }
}

#social_container .gallery-photo a {
  display: block;
  width: 80px;
  height: 80px;
  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-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;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 174, 199, 0.85);
  text-align: center;
}

#social_container .gallery-photo a svg {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0;
  fill: white;
}

#social_container .gallery-photo a:hover, #social_container .gallery-photo a:focus {
  background-color: rgba(190, 0, 28, 0.85);
}

#social_container #gallery_photo_1 {
  width: 92%;
  height: 200px;
}

@media screen and (min-width: 768px) {
  #social_container #gallery_photo_1 {
    height: 563px;
    max-width: 472px;
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  #social_container #gallery_photo_2,
  #social_container #gallery_photo_5 {
    max-width: 300px;
    width: 34%;
    height: 274px;
  }
}

/***   Mandatory   ***/
.HPQuickPoll h2 {
  width: 471px;
  /* header width  */
  padding-top: 0px;
  /* header height */
  /* default background image is /pics/pics/quick_poll_header.png  */
}

.HPQuickPoll .bar-color {
  background-color: #be0000;
  /* results bar color */
}

/***  Optional  ***/
.HPQuickPoll {
  width: 600px;
  padding-bottom: 9px;
  background: #00aec7;
}

/* the inside poll area for choices and results */
.HPQuickPoll .results,
.HPQuickPoll .choices,
.HPQuickPoll .results_only {
  margin: 0 auto;
  width: 70%;
}

.HPQuickPoll .question {
  font-size: 130% !important;
  padding: 9px;
  margin: 0;
}

/* use for a repeating inside background if necessary */
.HPQuickPoll .quickpoll {
  background: url(/pics/bg_index_right.gif) repeat-y;
  padding-bottom: 5px;
}

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  position: relative;
  background: #be001c;
}

@media screen and (min-width: 1024px) {
  #quicklinks {
    margin-top: -140px;
    background: rgba(190, 0, 28, 0.85);
  }
}

#quicklinks a {
  position: relative;
  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;
  height: 124px;
  width: 160px;
  margin: 8px 0;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: 400;
  color: white;
}

#quicklinks a .qlink-inner {
  display: inline-block;
  width: 100%;
}

#quicklinks a svg {
  fill: white;
  height: 60px;
  width: 60px;
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  #quicklinks a {
    width: 24%;
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 1024px) {
  #quicklinks a {
    letter-spacing: 4px;
    font-size: 1.5em;
  }
}

#quicklinks a:hover, #quicklinks a:focus {
  background: url("/pics/qlink_hover.png") top left no-repeat white;
  color: black;
}

#quicklinks a:hover svg, #quicklinks a:focus svg {
  fill: black;
}

#partners_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;
  position: relative;
}

#partners_container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 60px;
  padding: 0;
}

#partners_container .slick-list:focus {
  outline: none;
}

#partners_container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

#partners_container .slick-slider .slick-track,
#partners_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);
}

#partners_container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

#partners_container .slick-track:before, #partners_container .slick-track:after {
  content: "";
  display: table;
}

#partners_container .slick-track:after {
  clear: both;
}

.slick-loading #partners_container .slick-track {
  visibility: hidden;
}

#partners_container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] #partners_container .slick-slide {
  float: right;
}

#partners_container .slick-slide img {
  display: block;
}

#partners_container .slick-slide.slick-loading img {
  display: none;
}

#partners_container .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized #partners_container .slick-slide {
  display: block;
}

.slick-loading #partners_container .slick-slide {
  visibility: hidden;
}

.slick-vertical #partners_container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#partners_container .slick-arrow {
  display: block;
  overflow: hidden;
  height: 76px;
  width: 58px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 76px/2);
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

#partners_container .slick-arrow:hover {
  cursor: pointer;
}

#partners_container .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/pics/button_prev.png);
}

#partners_container .slick-arrow.slick-next {
  right: 0;
  background-image: url(/pics/button_next.png);
}

#partners_container .slick-arrow.slick-hidden {
  display: none;
}

#partners_container .partners-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;
  -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;
  position: relative;
  width: 100%;
}

#partners_container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 174px;
}

#partners_container .partners-divider {
  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;
  height: 174px;
}

@media screen and (max-width: 767px) {
  #partners_container .partners-divider {
    display: none;
  }
}

#infographics_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;
  position: relative;
  z-index: 10;
}

#infographics_container .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0;
  padding: 0;
}

#infographics_container .slick-list:focus {
  outline: none;
}

#infographics_container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

#infographics_container .slick-slider .slick-track,
#infographics_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);
}

#infographics_container .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

#infographics_container .slick-track:before, #infographics_container .slick-track:after {
  content: "";
  display: table;
}

#infographics_container .slick-track:after {
  clear: both;
}

.slick-loading #infographics_container .slick-track {
  visibility: hidden;
}

#infographics_container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] #infographics_container .slick-slide {
  float: right;
}

#infographics_container .slick-slide img {
  display: block;
}

#infographics_container .slick-slide.slick-loading img {
  display: none;
}

#infographics_container .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized #infographics_container .slick-slide {
  display: block;
}

.slick-loading #infographics_container .slick-slide {
  visibility: hidden;
}

.slick-vertical #infographics_container .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#infographics_container .slick-arrow {
  display: block;
  overflow: hidden;
  height: 76px;
  width: 58px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  top: calc(50% - 76px/2);
  border: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

#infographics_container .slick-arrow:hover {
  cursor: pointer;
}

#infographics_container .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/pics/button_prev2.png);
}

#infographics_container .slick-arrow.slick-next {
  right: 0;
  background-image: url(/pics/button_next2.png);
}

#infographics_container .slick-arrow.slick-hidden {
  display: none;
}

#infographics_container .infographics-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#infographics_container li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#infographics_container li .item-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;
  height: 250px;
  width: 250px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  color: white;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px white;
}

#infographics_container li .item-inner .infographic-number {
  display: inline-block;
  line-height: 1em;
  margin: 0 0 15px;
  font-size: 3.25em;
  font-weight: 700;
}

#infographics_container li .item-inner .infographic-text {
  width: 80%;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 99;
  background-color: #be001c;
}

.scroll-to-top svg {
  width: 36px;
  fill: #00aec7;
  padding: 10px 5px;
}

.scroll-to-top .hidden {
  display: none;
}

#footer_main {
  position: relative;
  z-index: 9;
  background: url("/pics/body_bg.jpg") center top repeat-y white;
}

#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;
  -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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  #footer_main #footer_inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1024px) {
  #footer_main #footer_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.footer-container {
  margin-bottom: 1em;
}

.footer-container .section-title {
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 400;
}

.footer-container .section-title a {
  text-decoration: none;
}

.footer-container .section-title a:hover {
  text-decoration: underline;
}

.footer-container .section-title svg {
  fill: #00aec7;
  height: 26px;
  width: 26px;
  margin: 0 5px -4px 0;
}

.footer-container a {
  text-decoration: none;
}

.footer-container a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  #footer_box {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  #footer_box {
    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%;
  }
}

#footer_address_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  width: auto;
  padding: 0 0 0 110px;
  height: 116px;
  line-height: 1.5em;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  background-image: url("/pics/header.png");
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (min-width: 768px) {
  #footer_address_title {
    width: auto;
    padding: 0 0 0 120px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  #footer_address_title {
    letter-spacing: 4px;
  }
}

#footer_address_title span {
  display: inline-block;
  width: 100%;
}

#footer_address_title .top-line {
  font-family: "futura-pt", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  #footer_address_title .top-line {
    letter-spacing: 5px;
  }
}

#footer_address {
  display: block;
  margin: 25px 0;
  font-style: normal;
  font-size: 1.25em;
  color: black;
}

#footer_address a {
  text-decoration: underline;
  color: inherit;
}

#footer_address .footer-info-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #footer_address #footer_address_fax:before {
    content: " | ";
  }
}

@media screen and (max-width: 767px) {
  #footer_address {
    width: 100%;
    text-align: center;
  }
  #footer_address .footer-info-block {
    display: block;
  }
}

#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: #be001c;
  margin-right: 30px;
}

#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 #be001c;
}

#edlio_login .edlio-logo svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: #be001c;
}

#edlio_login:hover {
  color: black;
}

#edlio_login:hover .edlio-logo {
  border-color: black;
}

#edlio_login:hover svg {
  fill: black;
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  color: transparent;
  background: #be001c;
}

#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: white;
}

#edlio_logo svg {
  display: block;
  margin: 0 auto;
}

#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: #00aec7;
}

#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .75em;
  text-decoration: none;
  color: white;
}

#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: white;
}

#mobile_nav a:hover {
  color: #be001c;
}

#mobile_nav a:hover svg {
  fill: #be001c;
}

@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

#campus_map {
  text-decoration: none;
}

#custom_countdown {
  background-color: white;
  padding-top: 35px;
}

#custom_countdown h2 {
  text-align: center;
  margin: 0;
  color: #be001c !important;
}

#custom_countdown #countdown_container {
  display: block;
  width: 55%;
  margin: 10px auto;
}

@media screen and (max-width: 1023px) {
  #custom_countdown #countdown_container {
    width: 60%;
  }
}

@media screen and (min-width: 1350px) {
  #custom_countdown #countdown_container {
    width: 40%;
  }
}

#custom_countdown #countdown_container #countdown_header {
  font-size: 1.5em;
}

.links-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.links-container .link-item a {
  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;
  font-size: 1.125rem;
  color: inherit;
}

.links-container .link-item svg {
  flex: none;
  width: 3rem;
  height: 3rem;
}

.links-container.orientation-vertical .items-list {
  flex-direction: row;
}

.links-container.icon-orientation-vertical {
  text-align: center;
}

.links-container.icon-orientation-vertical .link-item a {
  flex-direction: row;
}

.links-container.icon-only .link-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hidden {
  display: none;
}

.header_links {
  position: relative;
  background-color: #be001c;
}

.header_links .content-container {
  padding: 15px 5px;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .header_links .content-container {
    align-items: start !important;
  }
}

@media screen and (min-width: 768px) {
  .header_links .content-container {
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .header_links {
    top: -60px !important;
    max-width: 1350px;
    width: 100%;
    position: absolute;
    background-color: transparent !important;
  }
}

@media screen and (min-width: 768px) {
  .header_links {
    background-color: #be001c;
  }
}

.header_links #links_container a {
  color: white;
}

.header_links #links_container .links-list .link-item {
  padding: 0 10px;
}

.user-email-public:hover span {
  text-decoration: none !important;
}
