@import url("//fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic|Montserrat:400,700|Cinzel");
@import url("/apps/js/polls/polls-pack.css");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______ 
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__   
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|  
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____ 
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|

     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \    
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |   
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/    

*/
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Crimson Text", serif;
  font-size: 100%;
}

html {
  height: 100%;
  background: url("/pics/html_bg.gif") top center;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#header_main,
#footer_main {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}

#content_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 167px;
  border-bottom: 48px solid white;
  background: #371d51 url("/pics/header_bg.jpg") top center no-repeat;
}

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 215px;
  margin: 0 auto;
  max-width: 1000px;
  margin: 0 auto;
}

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

#marquee4229 {
  position: absolute;
  bottom: 65px;
  color: white;
  width: 86%;
  right: 0px;
}

#header_title {
  margin: 0;
  height: 167px;
}
#header_title a {
  display: block;
  padding-top: 110px;
  font-family: "Cinzel", serif;
  font-size: 0.875em;
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 0.875em;
  background-image: url("/pics/header_logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 110px auto;
}
@media screen and (min-width: 768px) {
  #header_title a {
    padding: 0 0 0 140px;
    font-size: 1.25em;
    background-position: 5px center;
    background-size: 123px auto;
    text-align: left;
    line-height: 167px;
  }
}
@media screen and (min-width: 1024px) {
  #header_title a {
    padding: 0 0 6px 175px;
    font-size: 1.625em;
    background-position: left 6px;
    background-size: auto auto;
  }
}

#topnav_holder {
  position: relative;
  padding-top: 48px;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    padding-top: 0;
  }
}

#topnav_mobile {
  position: absolute;
  display: block;
  top: 12px;
  right: 20px;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double #371d51;
  border-bottom: 5px solid #371d51;
}
@media screen and (min-width: 1024px) {
  #topnav_mobile {
    display: none;
  }
}

#topnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav ul a {
  text-decoration: none;
}
#topnav li {
  position: relative;
}
#topnav li a {
  position: relative;
}
#topnav li > ul {
  position: absolute;
  left: -999999px;
  display: block;
}
#topnav li > ul li a {
  display: block;
}
#topnav li:hover > ul {
  left: 0;
}
#topnav li:hover > ul li:hover ul {
  top: 0;
  left: 100%;
}
#topnav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
}
#topnav ul ul {
  width: 11.5em;
}
#topnav ul ul li {
  text-align: left;
}
#topnav ul ul a, #topnav ul ul li:hover ul a {
  width: 10em;
  padding: 0.5em 0.5em 0.5em 1em;
  background: transparent none;
}
@media screen and (max-width: 1023px) {
  #topnav {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #topnav #topnav_list {
    display: none;
  }
  #topnav > ul {
    width: 100%;
  }
  #topnav > ul > li {
    display: block;
    width: 100%;
  }
  #topnav > ul > li:hover ul {
    position: relative;
    display: block !important;
    width: 100%;
  }
  #topnav > ul > li:hover ul li {
    display: block;
    width: 100%;
  }
  #topnav > ul > li:hover ul li a {
    display: block;
    width: auto;
  }
  #topnav > ul > li:hover ul li ul {
    display: none !important;
  }
  #topnav > ul > li:hover ul li:hover ul {
    left: 0;
    display: block !important;
  }
  #topnav > ul > li:hover ul li:hover ul li a {
    display: block;
    padding-left: 1.5em;
  }
}
#topnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav ul a {
  text-decoration: none;
}
#topnav > ul {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 7px 7px;
}
#topnav > ul > li > a {
  padding: 0 10px;
  height: 48px;
  font-size: 1em;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  color: #371d51;
}
#topnav > ul > li:hover > a {
  color: white;
  background: #371d51;
}
#topnav ul ul a, #topnav ul ul li:hover ul a {
  font-family: "Monserrat", sans-serif;
  color: white;
  background: #371d51;
}
#topnav ul ul li:hover a, #topnav ul ul li:hover ul li:hover a {
  color: #371d51;
  background: white;
}
@media screen and (min-width: 1024px) {
  #topnav > ul {
    background: transparent;
    box-shadow: none;
  }
  #topnav > ul > li > a {
    font-size: 0.875rem;
    padding: 0 25px;
    text-transform: uppercase;
    color: black;
  }
  #topnav > ul > li:hover > a {
    color: #371d51;
    background: transparent;
  }
  #topnav ul ul {
    box-shadow: rgba(0, 0, 0, 0.15) 0 7px 7px;
  }
  #topnav ul ul a, #topnav ul ul li:hover ul a {
    font-weight: 700;
    color: #371d51;
    background: white;
  }
  #topnav ul ul li:hover a, #topnav ul ul li:hover ul li:hover a {
    color: white;
    background: #371d51;
  }
}

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: auto;
  width: 90%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 auto;
  background: white;
}
#content_main img.sub {
  border: none;
}
#content_main .pages-left-column-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #content_main table {
    display: block;
    overflow-x: auto;
  }
  #content_main .bell-schedule {
    display: table;
  }
  #content_main .pages-column .stack-photo figcaption, #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.85em;
  }
  #content_main .video-list-top #controls2, #content_main .video-list-top #controls3 {
    width: auto;
  }
  #content_main #more-videos {
    display: none;
  }
  #content_main #staff_list_public .user-info-wrapper span[id*=staff] {
    display: block;
  }
  #content_main #staff_list_public .user-info-wrapper .user-position-public {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  #content_main #staff_list_public .user-info-wrapper p {
    display: block;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content_main .news-list article .column {
    width: 100%;
  }
  #content_main .show-news .attached-images {
    float: none;
    margin: 0 auto 1em;
  }
  #content_main .single-video #big-video, #content_main .below-start #big-video {
    width: 100% !important;
  }
  #content_main .video-list .thumb_wrap {
    display: block;
    float: none;
  }
  #content_main .video-list li .description {
    padding-left: 0;
  }
  #content_main .video-list li .video-list-date {
    padding-left: 0;
  }
  #content_main .bell-schedule {
    width: 100%;
  }
  #content_main .pages-column .stack-photo figcaption, #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.7em;
  }
  #content_main .video-list-top .controls, #content_main .video-list-top #controls2, #content_main .video-list-top #controls3 {
    display: none;
  }
  #content_main #album_thumbnails table img {
    width: 90%;
    height: 90%;
    position: relative;
  }
  #content_main #edlio_search_form {
    max-width: 400px;
    width: auto;
  }
  #content_main #edlio_search_form input {
    width: 200px;
  }
  #content_main #contact_form {
    width: 100%;
  }
  #content_main #contact_form table {
    display: table;
    font-size: 12px;
    width: 280px !important;
  }
  #content_main #contact_form #f_name {
    width: 200px !important;
  }
  #content_main #contact_form #f_email {
    width: 200px !important;
  }
  #content_main #contact_form #f_message {
    width: 200px !important;
  }
  #content_main #calendar_wrapper .right-column {
    float: none;
    width: 100%;
  }
  #content_main #calendar_wrapper .right-column #calendar_grid table {
    display: table;
  }
  #content_main .pages-column .page-block-text, #content_main .pages-column .page-block-photos {
    width: 100%;
  }
  #content_main .pages-left-column-wrapper {
    margin-left: 0 !important;
    float: none;
  }
  #content_main .pages-left-column-wrapper .pages-left-column {
    margin-left: 0 !important;
  }
  #content_main .pages-right-column {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  #content_main {
    width: 100%;
    max-width: 950px;
    padding: 35px 25px 25px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.54) 0 5px 16px;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#content_main .pages-content-wrapper {
  overflow: visible;
}

.pageTitle {
  margin: 15px;
  padding: 0;
  font-size: 1.875em;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  color: #371d51;
}

#pageNav {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0 3px 7px;
}
@media screen and (max-width: 767px) {
  #pageNav {
    margin: 20px auto;
  }
}
#pageNav img {
  display: none;
}
#pageNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#pageNav a, #pageNav b {
  text-decoration: none;
  display: block;
  padding: 10px 15px 10px 25px;
  width: 210px;
  margin: 0;
  font-weight: 400;
  line-height: auto;
}
#pageNav a:hover, #pageNav b:hover {
  text-decoration: underline;
}
#pageNav b:hover {
  text-decoration: none;
}
#pageNav ul {
  padding: 5px 0;
}
#pageNav li a, #pageNav li b {
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  color: #371d51;
}
#pageNav li b {
  background: #371d51;
  color: white;
}

#index_top {
  position: relative;
  overflow: hidden;
  height: 573px;
}
#index_top #shuffle_main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index_top {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #index_top {
    background: url("/pics/index_top_bg.gif") top center;
  }
}

#index_mid {
  position: relative;
}
#index_mid:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 327px;
  background: #393939 url("/pics/index_mid_bg.jpg") top center no-repeat;
}

#index_main {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #index_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-top: 15px;
  }
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  z-index: 999;
  position: fixed;
  top: 350px;
  right: 0;
  background: rgba(55, 29, 81, 0.8);
}
#social_nav a {
  display: block;
  width: 39px;
  height: 39px;
  overflow: hidden;
  background-color: transparent;
  margin: 8px 4px 8px 12px;
}
#social_nav a svg {
  display: block;
  width: 39px;
  height: 39px;
  margin: 0;
  fill: white;
}
#social_nav a:hover svg {
  fill: #b6a9c4;
}
@media screen and (max-width: 767px) {
  #social_nav {
    display: none;
  }
}

.bell-schedule .col4 {
  display: none;
}

@media screen and (min-width: 768px) {
  #left_column {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  #left_column {
    width: 32%;
  }
}
@media screen and (max-width: 1023px) {
  #left_column {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #center_column {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  #center_column {
    width: 32%;
  }
}

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

#videos_container {
  margin: 0 0 1em;
  margin-bottom: 40px;
  padding: 0 10px;
}
#videos_container h1 {
  margin: 0;
}
#videos_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#videos_container table {
  width: 100%;
  color: black;
  line-height: 1.5em;
}
#videos_container table #l {
  display: none;
}
#videos_container table #r b {
  font-weight: 400;
}
#videos_container [class*=-title] {
  margin-bottom: 15px;
  font-size: 1em;
}
#videos_container [class*=-title] a {
  display: block;
  font-family: "Monserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #371d51;
}
#videos_container article .title {
  font-size: 1em;
}
#videos_container article .title a {
  text-decoration: none;
  font-family: "Crimson Text", serif;
  color: #92150f;
}
#videos_container article .title a:hover {
  text-decoration: underline;
}
#videos_container article .thumbnail {
  float: left;
  margin: 1em 1em 1em 0;
}
#videos_container article .thumbnail img {
  max-height: 77px;
  width: auto;
  max-width: 115px;
}
#videos_container [class*=-more-link] {
  text-decoration: none;
  font-family: "Monserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  color: #371d51;
}
#videos_container [class*=-more-link]:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #videos_container .video-embed {
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #videos_container {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

#twitter_container {
  margin: 0 0 1em;
  margin-bottom: 40px;
  padding: 0 10px;
}
#twitter_container h1 {
  margin: 0;
}
#twitter_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#twitter_container table {
  width: 100%;
  color: black;
  line-height: 1.5em;
}
#twitter_container table #l {
  display: none;
}
#twitter_container table #r b {
  font-weight: 400;
}
#twitter_container [class*=-title] {
  margin-bottom: 15px;
  font-size: 1em;
}
#twitter_container [class*=-title] a {
  display: block;
  font-family: "Monserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #371d51;
}
#twitter_container article .title {
  font-size: 1em;
}
#twitter_container article .title a {
  text-decoration: none;
  font-family: "Crimson Text", serif;
  color: #92150f;
}
#twitter_container article .title a:hover {
  text-decoration: underline;
}
#twitter_container article .thumbnail {
  float: left;
  margin: 1em 1em 1em 0;
}
#twitter_container article .thumbnail img {
  max-height: 77px;
  width: auto;
  max-width: 115px;
}
#twitter_container [class*=-more-link] {
  text-decoration: none;
  font-family: "Monserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  color: #371d51;
}
#twitter_container [class*=-more-link]:hover {
  text-decoration: underline;
}

#events_container {
  margin: 0 0 1em;
  margin-bottom: 40px;
  padding: 0 10px;
}
#events_container h1 {
  margin: 0;
}
#events_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#events_container table {
  width: 100%;
  color: black;
  line-height: 1.5em;
}
#events_container table #l {
  display: none;
}
#events_container table #r b {
  font-weight: 400;
}
#events_container [class*=-title] {
  margin-bottom: 15px;
  font-size: 1em;
}
#events_container [class*=-title] a {
  display: block;
  font-family: "Monserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #371d51;
}
#events_container table {
  color: black;
}
#events_container table img.sub {
  border: none;
}
#events_container table #r {
  padding: 0 0 10px;
}
#events_container table a {
  text-decoration: none;
  font-family: "Monserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
}
#events_container table a:hover {
  text-decoration: underline;
}
#events_container table [id*=showAll] #r, #events_container table .autoCalendarLinks #r {
  padding: 0;
}
#events_container table [id*=showAll] #r a, #events_container table .autoCalendarLinks #r a {
  color: #371d51;
}

#shuffle_main {
  width: 1350px;
}
@media screen and (max-width: 767px) {
  #shuffle_main {
    width: 100%;
  }
}

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
}
#quicklinks a {
  text-decoration: none;
}
#quicklinks a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
  height: 165px;
  width: 252px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  color: white;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#quicklinks a:nth-of-type(1) {
  background-image: url("/pics/qlink1.jpg");
}
#quicklinks a:nth-of-type(2) {
  background-image: url("/pics/qlink2.jpg");
}
#quicklinks a:nth-of-type(3) {
  background-image: url("/pics/qlink3.jpg");
}
#quicklinks a:before, #quicklinks a:after {
  content: "";
}
#quicklinks a:before {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(55, 29, 81, 0.56);
}
#quicklinks a:after {
  height: 1px;
  width: 100px;
  margin: 5px 0;
  background: white;
}
#quicklinks a:hover {
  color: #371d51;
}
#quicklinks a:hover:before {
  background: rgba(255, 255, 255, 0.56);
}
#quicklinks a:hover:after {
  background: #371d51;
}
@media screen and (min-width: 768px) {
  #quicklinks {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    margin: -65px auto 10px;
  }
  #quicklinks a {
    width: 32%;
  }
}

#index_motto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  height: 137px;
  max-width: calc(1000px - 10px);
  margin: 0 auto 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  color: white;
  border: 5px solid white;
}
#index_motto span:after {
  content: "-";
  margin: 0 0.25em;
}
#index_motto span:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  #index_motto {
    font-size: 1.5em;
  }
}

#footer_main {
  width: 100%;
  height: auto;
  background: #371d51;
}
#footer_main > div {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#footer_main > div {
  background: none;
}
#footer_main #footer_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 18px;
  padding: 20px 0;
  border-bottom: 1px solid black;
}
@media screen and (min-width: 1024px) {
  #footer_main #footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#footer_address {
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  font-family: "Monserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.25em;
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
#footer_address .footer-address-section {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#footer_address .copyright-notice {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  #footer_address {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  #footer_address .footer-address-section {
    width: auto;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  #footer_address {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.125em;
  }
  #footer_address .footer-address-section {
    margin-bottom: 0;
  }
}

#footer_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #footer_tools {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

#admin_login {
  margin-left: 15px;
  text-decoration: none;
  color: white;
}
#admin_login svg {
  width: 25px;
  height: 19px;
  fill: white;
}
#admin_login:hover {
  color: #b6a9c4;
}
#admin_login:hover svg {
  fill: #b6a9c4;
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 0 auto 18px;
}
#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: rgba(255, 255, 255, 0.3);
}

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #371d51;
}
#mobile_nav a {
  text-decoration: none;
}
#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 0.75em;
  color: white;
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: white;
}
#mobile_nav a:hover {
  color: #b6a9c4;
}
#mobile_nav a:hover svg {
  fill: #b6a9c4;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}
#mobile_nav a {
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
}

#events_container img {
  width: 200px;
}

#events_container h1 a {
  font-family: "Monserrat", sans-serif !important;
  font-weight: 800 !important;
  text-decoration: none;
  padding-bottom: 20px;
}

#homepage_news_list article .summary {
  border-bottom: solid #423e3e 1px;
  margin-bottom: 20px;
}
