@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Lato:300,400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911|Sorts+Mill+Goudy&display=swap");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Lato", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
body.index #content_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  height: auto;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  background: url("/pics/header_bg.jpg") center center/auto 100% no-repeat white;
}
@media screen and (min-width: 1024px) {
  #header_main {
    padding-bottom: 0;
  }
}

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

#header_title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin: 0;
  font-size: 0.5rem;
}
#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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 5.625em;
  font-weight: 400;
  text-decoration: none;
  color: #b50000;
}
#header_title a:before {
  content: "";
  display: block;
  width: 115px;
  height: 115px;
  background: url("/pics/header_logo.png");
}
@media screen and (min-width: 768px) {
  #header_title {
    font-size: 1rem;
  }
  #header_title a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #header_title a .header-title-inner {
    padding-left: 25px;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  #header_title a:before {
    margin-right: 25px;
  }
}

#topbar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  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;
}
@media screen and (min-width: 768px) {
  #topbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  margin-right: 14px;
}
#social_nav a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-color: transparent;
  margin: 0 8px;
}
#social_nav a svg {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: #b50000;
}
#social_nav a:hover svg {
  fill: #d7aa3c;
}

/*#quicklinks_top {
	position: relative;
	width: 145px;
	background: $yellow-ono;
	z-index: 9999;

	.section-title {
		@include flex-all(null, center, center, null);
		width: 100%;
		margin: 0;
		height: 36px;
		font: {
			family: $secondary-font;
			weight: 400;
			size: 1rem;
		}
		text-transform: uppercase;
		color: $jack-white;

		&:hover { cursor: pointer; }
	}

	.links-group {
		display: none;
		width: 100%;
		background: $red-fox;

		a {
			@include underline-link;
			display: block;
			padding: .5em;
			color: $jack-white;
		}
	}

	&:hover,
	&:focus {
		background: $red-fox;

		.links-group {
			@include flex-all(column, null, null, null);
			position: absolute;
			top: 100%;
			left: 0;
			display: block;
		}
	}
}*/
#topnav_holder {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
#topnav_holder #topnav_mobile {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double #b50000;
  border-bottom: 5px solid #b50000;
}
#topnav_holder #topnav, #topnav_holder #quicknav {
  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;
  position: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open, #topnav_holder .open#quicknav {
  max-height: 2000px;
}
#topnav_holder a {
  text-decoration: none;
}
#topnav_holder .level a {
  padding: 0.5em;
  font-size: 1em;
}
#topnav_holder .level:hover > .level {
  display: block;
}
#topnav_holder .first 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;
  width: 100%;
}
#topnav_holder .first .level a {
  padding-left: 1.5em;
}
#topnav_holder .first .flyout a {
  padding-left: 2.25em;
}
#topnav_holder .second {
  display: none;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder #topnav_mobile {
    display: none;
  }
  #topnav_holder #topnav, #topnav_holder #quicknav {
    -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;
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder #topnav section:last-child:hover .dropdown, #topnav_holder #quicknav section:last-child:hover .dropdown {
    left: auto;
    right: 0;
  }
  #topnav_holder #topnav section:last-child:hover .dropdown .flyout, #topnav_holder #quicknav section:last-child:hover .dropdown .flyout {
    right: 100%;
    left: auto;
  }
  #topnav_holder .first > header,
#topnav_holder .first a {
    width: auto;
  }
  #topnav_holder .first:hover > .dropdown {
    display: block;
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder .first:hover .second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #topnav_holder .second {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    right: 0;
    padding: 20px;
    width: 100%;
    max-width: 984px;
  }
  #topnav_holder .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #topnav_holder .menu-blurb {
    width: 40%;
    margin-left: 15px;
  }
  #topnav_holder .menu-blurb h2 {
    margin: 0;
  }
  #topnav_holder .menu-blurb .menu-image {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #topnav_holder .mm-extra-content {
    display: none;
  }
}

#topnav_mobile {
  top: 50px;
  right: 20px;
}

#topnav, #quicknav {
  background: black;
}
#topnav .first > header a, #quicknav .first > header a {
  height: 50px;
  padding: 0 10px;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
#topnav .first .level, #quicknav .first .level {
  background: black;
}
#topnav .first .level a, #quicknav .first .level a {
  color: white;
}
#topnav .first:hover > header a, #quicknav .first:hover > header a,
#topnav .first:hover .third:hover header a,
#quicknav .first:hover .third:hover header a,
#topnav .first:hover .level a:hover,
#quicknav .first:hover .level a:hover {
  background: #d7aa3c;
}
@media screen and (min-width: 1024px) {
  #topnav, #quicknav {
    background: transparent;
  }
  #topnav .first > header a, #quicknav .first > header a {
    height: 68px;
    color: black;
  }
  #topnav .first:hover > header a, #quicknav .first:hover > header a {
    background: transparent;
    color: #b50000;
  }
  #topnav .first .second, #quicknav .first .second {
    padding: 0;
    max-width: 1024px;
  }
  #topnav .first .column, #quicknav .first .column {
    margin: 25px 0;
    padding: 0 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  #topnav .first .column:first-child, #quicknav .first .column:first-child {
    border: none;
  }
  #topnav .first .menu-blurb, #quicknav .first .menu-blurb {
    width: 30%;
  }
  #topnav .first .mm-extra-content, #quicknav .first .mm-extra-content {
    padding: 25px;
    background: #b50000;
    color: white;
  }
  #topnav .first .mm-extra-content h2, #quicknav .first .mm-extra-content h2 {
    margin: 0;
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 400;
    font-size: 2.25rem;
  }
  #topnav .first .mm-extra-content .info, #quicknav .first .mm-extra-content .info {
    font-size: 1.125rem;
    font-weight: 300;
  }
  #topnav .first .menu-image-holder, #quicknav .first .menu-image-holder {
    overflow: hidden;
    border-radius: 20px;
  }
  .index #topnav .level, .index #quicknav .level {
    background: rgba(255, 255, 255, 0.8);
  }
  .index #topnav .level a, .index #quicknav .level a {
    color: #b50000;
  }
  .index #topnav .first .mm-extra-content, .index #quicknav .first .mm-extra-content {
    background: rgba(181, 0, 0, 0.8);
  }
}

#quicknav_holder {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 9999;
  position: relative;
  width: auto;
  height: 40px;
  margin: 0;
}
#quicknav_holder #topnav_mobile {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double white;
  border-bottom: 5px solid white;
}
#quicknav_holder #topnav, #quicknav_holder #quicknav {
  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;
  position: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#quicknav_holder #topnav.open, #quicknav_holder .open#quicknav {
  max-height: 2000px;
}
#quicknav_holder a {
  text-decoration: none;
}
#quicknav_holder .level a {
  padding: 0.5em;
  font-size: 1em;
}
#quicknav_holder .level:hover > .level {
  display: block;
}
#quicknav_holder .first 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;
  width: 100%;
}
#quicknav_holder .first .level a {
  padding-left: 1.5em;
}
#quicknav_holder .first .flyout a {
  padding-left: 2.25em;
}
#quicknav_holder .second {
  display: none;
}
@media screen and (min-width: 1024px) {
  #quicknav_holder {
    position: relative;
  }
  #quicknav_holder #topnav_mobile {
    display: none;
  }
  #quicknav_holder #topnav, #quicknav_holder #quicknav {
    -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;
    position: static;
    max-height: none;
    overflow: visible;
  }
  #quicknav_holder #topnav section:last-child:hover .dropdown, #quicknav_holder #quicknav section:last-child:hover .dropdown {
    left: auto;
    right: 0;
  }
  #quicknav_holder #topnav section:last-child:hover .dropdown .flyout, #quicknav_holder #quicknav section:last-child:hover .dropdown .flyout {
    right: 100%;
    left: auto;
  }
  #quicknav_holder .first > header,
#quicknav_holder .first a {
    width: auto;
  }
  #quicknav_holder .first:hover > .dropdown {
    display: block;
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #quicknav_holder .first {
    position: relative;
  }
  #quicknav_holder .first .level {
    width: 11.5em;
  }
  #quicknav_holder .first .level a {
    padding-left: 0.5em;
  }
  #quicknav_holder .third {
    position: relative;
  }
  #quicknav_holder .third:hover .flyout {
    display: block;
  }
  #quicknav_holder .flyout {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
  }
}

#quicknav {
  background: #d7aa3c;
}
#quicknav > .level {
  width: 180px;
  background: transparent !important;
}
#quicknav .column {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
#quicknav .first > header a {
  height: 40px;
  color: white !important;
}
#quicknav .first > header a .nav-item-inner {
  margin: 0 auto;
}
#quicknav .first .level a {
  max-width: 164px;
}
#quicknav .second a {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

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

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2.75em;
  font-family: "Sorts Mill Goudy", serif;
  color: black;
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #b50000;
}
@media screen and (max-width: 767px) {
  .right-column-page-navigation {
    margin: 20px auto;
  }
}
.right-column-page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-column-page-navigation a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 400;
  padding: 0.8em 6% 0.8em 10%;
  width: 84%;
  margin: 0;
  line-height: auto;
}
.right-column-page-navigation a:hover {
  text-decoration: underline;
}
.right-column-page-navigation a .inner {
  text-decoration: none;
}
.right-column-page-navigation a .inner:hover {
  text-decoration: underline;
}
.right-column-page-navigation ul {
  padding: 5px 0;
}
.right-column-page-navigation li a {
  font-size: 1.125rem;
  color: white;
}
.right-column-page-navigation li.active a {
  background: #d7aa3c;
}

#index_main {
  margin-top: 400px;
  position: relative;
  background: white;
}
@media screen and (min-width: 768px) {
  #index_main {
    margin-top: calc(100vh - 350px);
  }
}

#anniversary_banner {
  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: -150px auto 45px;
  font-style: italic;
  font-size: 1.375rem;
  font-family: "Sorts Mill Goudy", serif;
  text-align: center;
  color: #949494;
}
#anniversary_banner .info-image {
  display: block;
  overflow: hidden;
  height: 243px;
  width: 309px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/anniversary_banner.png");
}

#index_lower {
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  #index_lower {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.content-container {
  margin: 0 0 1em;
  margin-bottom: 0;
}
.content-container .section-title {
  margin: 0;
  font-weight: 400;
}
.content-container .section-title a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
.content-container .section-title a:hover {
  text-decoration: none;
}
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block;
}
.content-container .read-more-link:hover {
  text-decoration: underline;
}
.content-container .section-title {
  max-width: 100%;
  margin-bottom: 30px;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2.75em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: black;
}
.content-container .read-more-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-container .read-more-link {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.125rem;
  text-align: center;
  color: #b50000;
}
.content-container .read-more-link:after {
  content: " »";
}
.content-container .item-text {
  font-size: 1.125rem;
  font-weight: 300;
}
.content-container [class*=-name] {
  width: 100%;
  margin: 0 0 10px;
}
.content-container [class*=-name] a {
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Sorts Mill Goudy", serif;
  color: #b50000;
}
.content-container a {
  text-decoration: none;
  color: #b50000;
}
.content-container a:hover {
  text-decoration: underline;
}

#news_container {
  position: relative;
  margin-bottom: 100px;
}
#news_container:before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 170px;
}
#news_container .items-list {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  max-width: calc(1024px - 40px);
}
#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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
#news_container .item-text {
  max-width: 100%;
}
#news_container .item.no-photo {
  padding-top: 250px;
}
#news_container .news-item-image-holder {
  width: 250px;
  height: 250px;
  margin-bottom: 45px;
  background-position: center center;
  background-size: cover;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 10px;
}
#news_container .slick-arrow {
  display: block;
  overflow: hidden;
  height: 63px;
  width: 20px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 120px;
  outline: none;
  border: none;
  background-color: transparent;
  fill: #b50000;
}
#news_container .slick-arrow:hover {
  cursor: pointer;
}
#news_container .slick-prev {
  background-image: url("/pics/icons/button_prev.svg");
  left: -20px;
}
#news_container .slick-next {
  background-image: url("/pics/icons/button_next.svg");
  right: -20px;
}
@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    width: 290px;
    height: 290px;
  }
}

#events_container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#events_container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
#events_container .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 82px;
  height: 82px;
  margin-right: 20px;
  font-family: "Sorts Mill Goudy", serif;
  text-transform: uppercase;
  line-height: 1em;
  color: white;
  background: #b50000;
  border-radius: 50%;
}
#events_container .event-day {
  font-size: 2.75rem;
  line-height: 1em;
}
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#spotlight_container .item-summary {
  padding: 50px 25px;
  text-align: center;
  background: url("/pics/spotlight_bg.jpg") center center no-repeat, #b50000;
  border: 14px solid #b50000;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 8px inset;
  color: white;
}
#spotlight_container .item-text {
  line-height: 1.5em;
  max-height: 6em;
  overflow: hidden;
  margin-bottom: 15px;
}
#spotlight_container .read-more-link {
  color: white;
}
@media screen and (min-width: 768px) {
  #spotlight_container {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 470px;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  #videos_container {
    display: none;
  }
}
#videos_container .edlio-embed-player {
  display: block;
}

#infographics_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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 75px 0;
  background: url("/pics/infographics_bg.jpg") center center no-repeat #b50000;
  color: white;
}
#infographics_container .section-title {
  margin-bottom: 40px;
  color: white;
}
#infographics_container .infographic-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
#infographics_container .infographic-group li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#infographics_container .infographic-group li svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
#infographics_container #infographics_group1 li {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 300px;
  margin-bottom: 40px;
}
#infographics_container #infographics_group1 .info-text {
  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;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 160px;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}
#infographics_container #infographics_group1 .info-text .info-text-inner {
  max-width: 100%;
}
#infographics_container #infographics_group1 .info-text em {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3rem;
  font-style: normal;
  text-transform: uppercase;
}
#infographics_container #infographics_group1 svg {
  width: 125px;
  height: 125px;
  margin-right: 15px;
  fill: white;
}
#infographics_container #infographics_group2 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;
  padding: 0 25px;
  font-size: 1.75rem;
  font-weight: 300;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#infographics_container #infographics_group2 a:last-child {
  border: none;
}
#infographics_container #infographics_group2 svg {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  fill: black;
}

#colleges_slider {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding: 50px 0;
}
#colleges_slider a {
  margin: 15px;
  opacity: 0.33;
}
#colleges_slider a:hover {
  opacity: 1;
}

#scripture_message {
  padding: 35px 0;
  background: url("/pics/scripture_watermark.jpg") calc(50% - 400px) center no-repeat black;
}
#scripture_message #scripture_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  display: block;
  text-align: right;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.5rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #scripture_message #scripture_inner {
    font-size: 2.25rem;
  }
}

#shuffle_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#shuffle_bg .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

#quicklinks {
  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;
  padding: 50px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url("/pics/started_bg.jpg") center center/cover;
  color: white;
}
#quicklinks .section-title {
  text-transform: none;
  color: white;
}
#quicklinks a {
  display: block;
  width: 310px;
  padding: 15px 0;
  margin-bottom: 30px;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
#quicklinks a:hover {
  background: #b50000;
}

#footer_main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
  background: #b50000;
}
#footer_main #footer_inner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
}

#footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #footer_inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

#footer_address {
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Sorts Mill Goudy", serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.75em;
  color: white;
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
#footer_address #footer_address_title {
  font-size: 2.75rem;
  margin-bottom: 15px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #footer_address {
    text-align: left;
  }
  #footer_address #footer_address_title {
    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;
  }
  #footer_address #footer_address_title:before {
    content: "";
    display: block;
    width: 58px;
    height: 58px;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: url("/pics/header_logo.png") left center/auto 100% no-repeat;
  }
}

#countdown_container {
  max-width: 420px;
}

#countdown .section-title,
#countdown .message {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  text-transform: none;
  color: white;
}
#countdown .countdown-active {
  margin: 0 5px;
}
#countdown .time_circles {
  position: relative;
}
#countdown .time_circles > div {
  position: absolute;
  text-align: center;
  color: white;
}
#countdown .time_circles > div h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0.875em;
}

#donate_link {
  display: inline-block;
  padding: 20px 0;
  width: 140px;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.625rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
#donate_link:hover {
  background: black;
}

#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: black;
}
#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.75em;
  text-decoration: none;
  color: white;
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: white;
}
#mobile_nav a:hover {
  color: #b50000;
}
#mobile_nav a:hover svg {
  fill: #b50000;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

#header_title a {
  font-family: "Sorts Mill Goudy", serif !important;
}

#topnav .first > header a, #quicknav .first > header a {
  font-size: 1.025em !important;
}

#videos_container {
  display: block !important;
}

.page-block-text span a:link, .page-block-text span a {
  color: #0c4a9f !important;
}

#content_main .pages-left-column-wrapper a {
  color: #0c4a9f;
}
