html, body { height: 100%; }
html {
  --scrollbarBG: #cfdcd3;
  --thumbBG: #90ae91;
}
html.is-reveal-open body {
  height: auto;
}
body::-webkit-scrollbar, #archive-list::-webkit-scrollbar {
  width: 0.75rem;
}
#archive-list {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body {
  font-family: 'Noto Serif', Georgia, serif;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track, #archive-list::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb, #archive-list::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 4px;
  border: 3px solid var(--scrollbarBG);
}
#content-wrapper {
  flex: 1 0 auto;
}
#footer-wrapper {
  flex-shrink: 0;
}
.grid-container {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    margin: 0 auto;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Noto Serif', Georgia, serif;
}
.content h3 {
  color: #444444;
}
.content h4 {
  color: #785938;
}
.title-brown {
  color: #7c4b1a;
}
p.title-brown {
  font-size: 1.125rem;
}
.content.policies h3, .content.policies h4 {
  color: #333333;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  color: #8a8a8a;
}
/*h3, .h3 {
  font-size: 1.375rem;
}*/
.body-font {
  font-family: 'Noto Serif', Georgia, serif;
  text-transform: none;
}
.heading-font {
  font-family: 'Cinzel', serif;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
	h3, .h3 {
    font-size: 1.9375rem;
  }
}
a {
  color: #227909;
  font-weight: bold;
}
a:hover, a:focus, a:active {
  color: #33bd0c;
}
.mobile-title h1 a, .mobile-title h1 a:hover {
  color: inherit;
  font-weight: inherit;
}
p, ol, ul {
  color: #555;
}
.verse {
  color: #777;
  font-style: italic;
  font-size: 1.125rem;
}
.bullet-list {
  margin-left: 2.25rem;
}
.bullet-list li::marker {
  color: #bda67a;
}
.small-note {
  font-size: 0.75rem;
  color: #555;
}
.note, .note p, .note ul {
  font-size: 0.875rem;
  font-family: 'Noto Serif', Georgia, serif;
  color: #555;
}
ol {
  margin-left: 2em;
}
.policies ul {
  margin-left: 3rem;
}
.policies ul.tabs, .policies ul.accordion {
  margin-left: 0;
}
hr {
  margin: 0.875rem auto;
  border-color: #ddd;
}
.alert {
  color: #cc0000;
}
.nowrap {
  white-space:nowrap;
  padding: 0 !important;
  margin: 0 !important;
}
.indent {
  margin-left: 2em;
}
.top {
  padding-top: 1.875em;
}
.nomarg {
  margin: 0;
}
.last-row {
  margin-bottom: 5rem;
}
.screenshot-img {
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3)
}
/* GLOBAL MARGIN STYLES */
.margin-top-0 { margin-top: 0; }
.margin-top-1 { margin-top: 1rem; }
.margin-top-2 { margin-top: 2rem; }
.margin-top-3 { margin-top: 3rem; }

.margin-right-0 { margin-right: 0; }
.margin-right-1 { margin-right: 1rem; }
.margin-right-2 { margin-right: 2rem; }
.margin-right-3 { margin-right: 3rem; }

.margin-bottom-0 { margin-bottom: 0; }
.margin-bottom-1 { margin-bottom: 1rem; }
.margin-bottom-2 { margin-bottom: 2rem; }
.margin-bottom-3 { margin-bottom: 3rem; }

.margin-left-0 { margin-left: 0; }
.margin-left-1 { margin-left: 1rem; }
.margin-left-2 { margin-left: 2rem; }
.margin-left-3 { margin-left: 3rem; }

/* GLOBAL PADDING STYLES */
.padding-top-0 { padding-top: 0; }
.padding-top-1 { padding-top: 1rem; }
.padding-top-2 { padding-top: 2rem; }
.padding-top-3 { padding-top: 3rem; }

.padding-right-0 { padding-right: 0; }
.padding-right-1 { padding-right: 1rem; }
.padding-right-2 { padding-right: 2rem; }
.padding-right-3 { padding-right: 3rem; }

.padding-bottom-0 { padding-bottom: 0; }
.padding-bottom-1 { padding-bottom: 1rem; }
.padding-bottom-2 { padding-bottom: 2rem; }
.padding-bottom-3 { padding-bottom: 3rem; }

.padding-left-0 { padding-left: 0; }
.padding-left-1 { padding-left: 1rem; }
.padding-left-2 { padding-left: 2rem; }
.padding-left-3 { padding-left: 3rem; }

/* FONT AWESOME ICONS */
.fa-xlg {
  font-size: 1.625rem;
}
.fab {
  margin-right: 0.2875em;
}
/* BUTTONS */
.button {
  font-weight: normal;
  font-family: "Noto Sans","Lucida Sans",sans-serif;;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  vertical-align: initial;
  line-height: 1.2;
  padding: 0.75rem 1rem;
}
.button.dropdown::after {
  top: .45em;
  margin-left: 0.5rem;
}
.button, 
.button.dropdown {
  background: #219119;
}
.button:hover, 
.button:focus,
.button.dropdown:hover, 
.button.dropdown:focus {
  background: #1c6017;
}
.button {
  background: #219119;
}
.button:hover, .button:focus {
  background: #1c6017;
}
.audiobook-btns .button {
  display: block;
  margin-bottom: 0.5em;
  padding: 0.75rem;
}
.button.warning {
  background-color: #e6a012;
  color: #fff;
}
.button.warning:hover {
  color: #fff;
}
#subscribe-btn .button {
  font-size: 0.875rem;
  padding: .85rem 0.5rem;
}
.button.gold {
  background-color: #e3ac08;
  border: 1px solid #c90;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  font-family: "Noto Sans","Lucida Sans",sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) {
  .audiobook-btns .button {
    display: inline-block;
  }
}
/* LABELS */
.list .label {
  background-color: rgba(220, 209, 196, 0.5);
  border-radius: 4px;
  color: #219119;
}
.list .label:hover {
  background-color: #1c6017;
  color: #fff;
  cursor: pointer;
}
.ebooks-list .label {
  background-color: #219119;
  border-radius: 4px;
  color: #fff;
}
.ebooks-list .label:hover {
  background-color: #1c6017;
  color: #fff;
  cursor: pointer;
}
/* AUDIOBOOKS */
.callout.audiobooks {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.audiobooks {
  margin: 1rem 0;
}
.audiobooks img:not(.vendors img) {
  margin-bottom: 1rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.audiobooks h4 {
  color: #7c4b1a;
  font-size: 1.375rem;
}
.audiobooks p {
  color: #7c4b1a;
  font-weight: bold;
}

/* BOOKS - book covers with titles */
.books {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.books div {
  width: 200px;
  text-align: center;
  margin: 1rem 1.25rem;
}
.reveal .books div {
  width: 175px;
}
.books .callout.audiobooks {
  width: 250px;
}
.books .vendors {
  margin: 0;
}
.books img {
  margin-bottom: 1rem;
}
.books a {
  display: inline-block;
}
.books a:hover img:not(.vendors img) {
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}

/* Share Button */
.sharing-buttons {
  margin: 0.5rem 0;
}
.sharing-buttons .button {
  padding: .5rem;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
#share-dropdown {
  width: 300px;
  padding: 1rem;
  border-color: #705335;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
  box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.qr-code {
  margin: 0 auto .75rem auto;
  max-width: 100px;
}

/* Video Player Bitmovin */
.bmpui-ui-watermark {
  display: none;
}

/* Video clips small thumbnails */
.video-thumbnails {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.video-thumbnails > div {
  width: 358px;
  text-align: center;
  margin: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.video-thumbnails p {
  margin: 1rem;
  text-align: left;
}
.video-thumbnails .responsive-embed.widescreen {
  padding-bottom: 200px;
  margin-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.video-thumbnails .responsive-embed.widescreen video {
  height: auto;
}

/* Smaller Book cover links */
.book-cover-links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.book-cover-links div {
  width: 300px;
  text-align: center;
  margin: 1rem 1.25rem;
}
.book-cover-links img {
  width: 150px;
  height: auto;
  margin: 0 auto 1rem auto;
  display: block;
}
.book-cover-links a {
  display: inline-block;
}
.book-cover-links a:hover img {
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}

/* Booklet cover images with text or buttons below them */
.cover {
  margin-bottom: 2em;
}
.free-ebooklets {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.free-ebooklets div {
  width: 200px;
  text-align: center;
  margin: 1rem 1.25rem;
}
.free-ebooklets img {
  margin-bottom: 1rem;
}
.free-ebooklets a {
  display: inline-block;
}
.free-ebooklets a:hover img {
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}
.booklet-title {
  font-family: 'Noto Serif', Georgia, serif;
  text-align: center;
  margin: 2rem 0;
  color: #785938;
}
.booklet-title small {
  display: block;
  font-size: 60%;
  margin-top: 1rem !important;
}
.booklet-cover {
  margin-bottom: 1.5rem;
}
.mobil-share hr {
  margin: 0.25rem auto;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .booklet-title {
    margin: 1rem 0;
    font-size: 1.125rem;
    text-align: left;
  }
  .booklet-title small {
    display: inline;
    font-size: 75%;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
/* SECONDARY FEATURES */
.secondary-features {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.secondary-features .cell {
  width: 23.75em;
}
.secondary-features .media-object {
  margin-bottom: 1.75rem;
}
/* HIGHLIGHT CARDS */
.highlight-cards {
  margin-top: 1.875rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* Large and up 
@media screen and (min-width: 64em) {
  .highlight-cards {
    justify-content: flex-start;
  }
}*/
.highlight-cards .cell {
  width: 18.625em;
}
.highlight-cards .card-image img {
  width: 100%;
}
.highlight-cards .card-wrapper {
  margin-bottom: 1.875rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
}
.highlight-cards .card {
  border: 0;
  background: transparent;
  margin-bottom: 0;
}
.highlight-cards a {
  font-weight: normal;
}
.highlight-cards a:hover .card-wrapper, .highlight-cards a:focus .card-wrapper {
  border: 1px solid #785938;
  box-shadow: 1px 1px 4px rgba(120,89,56,0.7);
}
.card-section .h5 {
  font-weight: 700;
  color: #7c4b1a;
  text-align: center;
}
.reveal.card-section .h5 {
  padding: 0 1rem;
}
.section-cards {
  padding: 1rem 0;
}
.section-cards .card {
  max-width: 475px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #dcd1c4;
}
.section-cards h4, .section-newsletter h4 {
  font-family: 'Noto Serif', Georgia, serif;
  text-transform: none;
}
/* SECTION MEDIA */
.section-newsletter {
  padding: 1.5rem;
  background-image: url('../img/cork-wallet-lgt-bg.jpg');
  background-repeat: repeat;
  background-position: center center;
  border: 1px solid #d8c9a5;
  border-radius: 4px;
  color: #785938;
}
.section-newsletter p {
  font-size: 1.125rem;
}

/* TOP BAR */
.no-js .top-bar {
  display: none;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
.top-bar { padding: 0; }
.top-bar, .top-bar ul, .navigation-bar {
  background-color: #1c6017;
}
.dropdown.menu .is-active > a, .top-bar ul li a:hover, .dropdown.menu a:hover, .dropdown.button:hover, .is-dropdown-submenu-parent.is-active  {
  background-color: #165411;
  color: #fefefe;
}
.top-bar ul li a {
  color: #fefefe;
  font-weight: normal;
}
.menu a, .dropdown.menu a {
  padding: 0.75rem 1.25rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a, .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 2rem;
}
.top-bar ul li a:active, .top-bar ul li a:focus, .dropdown.menu a:active, .dropdown.menu a:focus, .dropdown.menu > li.is-active > a {
  color: #fefefe;
  outline: none;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after, .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
	border-color: #fefefe transparent transparent;
	margin-top: -2px;
	right: 13px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #fefefe;
}
.is-dropdown-submenu-parent > .is-dropdown-submenu a, .drilldown .is-drilldown-submenu, .is-drilldown, .drilldown a {
  background: #876541;
}
li.divider {
  background: #876541;
}
li.divider div {
  padding: 0.25rem 1rem;
}
.divider div hr {
  margin: 0.5rem auto;
}
.menu span.url {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.813rem;
  display: block;
  padding-left: 0 !important;
  color: rgba(255,255,255,0.6);
}
.dropdown-pane .menu span.url {
  color: #777;
}
.dropdown-pane .menu a:hover span.url {
  color: rgba(255,255,255,0.6);
}
.top-bar ul li ul li a {
  line-height: 1.2;
}
.top-bar ul li ul li a:hover {
  background: #785938 !important;
}
.is-dropdown-submenu {
	width: 350px;
	border-color: #705335;
	z-index: 12;
}
.is-submenu-item a span, .menu.vertical a span {
  padding-left: 1em;
}
.title-bar {
  background: #165411;
  justify-content: space-between;
}
.title-bar-title {
  margin-left: 0.5em;
}
.mobile-title h1 {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.025rem;
}
.top-bar ul li.special a {
  background-color: #22b122;
  text-shadow: 1px 1px #02421a;
}
.top-bar ul li.special a:hover {
  background: #199419;
}
.top-bar .drilldown li a:hover {
  background: #785938;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe;
}
.drilldown .js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent;
}

/* between medium and smaller large only */
@media screen and (min-width: 63.9375em) and (max-width: 76em) {
  .top-bar {
    flex-wrap: wrap;
  }
  .top-bar .top-bar-right, .top-bar .top-bar-left {
    flex: 0 0 auto;
    margin: auto;
  }
}

/* small only */
@media screen and (max-width: 63.9375em) {
  .navigation-bar .grid-container {
    padding: 0;
  }
}
/* LANGUAGE BAR */
.language-bar, .archives {
  padding: 0.5rem 0;
}
.special.button {
  background-color: #f1c532;
  color: #333;
  font-size: 1rem;
}
.drilldown .bookstore-link a {
  background-color: #f1c532 !important;
  color: #fff !important;
  text-shadow: 1px 1px #444;
}
.top-bar .drilldown li.bookstore-link a:hover {
  background: #d8aa14 !important;
}
.language-bar.mobile .button.tiny {
  font-size: 0.75rem;
}
.language-bar.mobile .button.dropdown::after {
  margin-left: 0.5em;
}
.language-bar .dropdown-pane, .archives .dropdown-pane {
  padding: 0;
  width: 200px;
  border-color: #705335;
}
#ebooklets-dropdown {
  width: 100%;
  max-width: 300px;
}
.language-bar .vertical.menu, .archives .vertical.menu {
  background: #fefefe;
}
.language-bar .vertical.menu li a, .archives .vertical.menu li a {
  color: #876541;
  padding: 0.875em 1em;
  font-weight: normal;
}
.language-bar .vertical.menu li a:hover, .archives .vertical.menu li a:hover {
  color: #fefefe;
  background: #876541;
}
.button.inverse.dropdown::after {
  border-color: #219119 transparent transparent;
}

/* LOGO AND TITLE */
.logo {
	padding: 0.5rem 0;
	font-family: 'Cinzel', serif;
  font-weight: 400;
	font-size: 6vw;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.75;
	color: #006828;
	text-align: center;
}
.logo img {
	display: block;
	padding-bottom: 0.75rem;
	margin: 0 auto;
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 0.875rem;
  text-transform: none;
  line-height: 1.3;
  font-weight: normal;
}
.logo small {
	font-family: 'Noto Serif', Georgia, serif;
	font-size: 60%;
	text-transform: none;
	color: #917355;
	font-style: italic;
	margin: 0;
  line-height: 1;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .language-bar .button.special {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
}
/* between small and larger medium */
@media screen and (min-width: 39.9375em) and (max-width: 60.625em) {
  .logo {
    display: flex;
		align-items: center;
    padding: 0.75rem 0;
    font-size: 4vw;
    line-height: 0.75;
		text-align: left;
  }
  .logo small {
    font-size: 55%;
  }
	.logo img {
    margin: 0;
    max-width: 90%;
    padding: 0;
  }
  .grid-padding-x > .language-bar.cell {
    padding-left: 0;
  }
  .language-bar .button.special {
    font-size: 0.875rem;
    padding: 0.675rem 0.5rem;
  }
}

/* Medium and up */
@media only screen and (min-width: 60.625em) {
	.logo {
		display: flex;
		align-items: center;
		padding: 0.75rem 0;
		font-size: 2.5rem;
		line-height: 0.75;
		text-align: left;
	}
	.logo small {
    font-size: 55%;
  }
	.logo img {
    margin-right: 0.75rem;
    max-width: 100%;
    padding: 0;
  }
}

/* REVEAL MODALS */
.reveal {
  padding-top: 2.5rem;
}
.reveal.more-padding {
  padding: 2.5rem;
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .video-tutorials.reveal {
    width: 75%;
  }
}

/* ORBIT SLIDER */
.banner {
  background: #e1d5c5 url('../img/map-bg-lg2.jpg') repeat-x center center;
  background-size: auto 100%;
  border-bottom: 1px solid #b89e84;
}
.orbit-previous, .orbit-next {
  color: rgba(0,0,0,.2);
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: transparent;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
  }
  .orbit-bullets {
    position: absolute;
    margin: 0;
    text-align: center;
    bottom: 2px;
    z-index: 3;
    width: 100%;
  }
  .orbit-bullets button {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0.25rem;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  } 
  .orbit-bullets button.is-active {
    background-color: rgba(0,0,0,0.3);
    border: 2px solid rgba(0,0,0,0.4);
  }
  .orbit-bullets button:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid rgba(0,0,0,0.4);
  }
@media only screen and (max-width: 73.125em) {
  .banner .grid-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.fullscreen-image-slider .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fullscreen-image-slider .slide-01 {
  background-image: url('../img/slider/recovery-version-bg.jpg');
}
.fullscreen-image-slider .slide-02 {
  background-image: url('../img/slider/digital-publications-es_bg.jpg');
}
.fullscreen-image-slider .slide-03 {
  background-image: url('../img/slider/radio-cristiana-bg_es.jpg');
}
.fullscreen-image-slider .slide-04 {
  background-image: url('../img/slider/radiolsm-es_bg.jpg');
}
.fullscreen-image-slider .orbit-figure {
  margin: 0 auto;
  text-align: center;
}
.fullscreen-image-slider .orbit-image {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.fullscreen-image-slider .orbit-caption {
  bottom: 50%;
  transform: translateY(50%);
  background: none;
  text-align: center;
  color: #fefefe;
  font-weight: bold;
}

/* BANNER-HEADING */
.banner-heading {
  background: #e1d5c5 url('../img/map-bg-small.jpg') repeat-x top;
  border-bottom: 1px solid #b89e84;
}
.banner-heading h3 {
  padding: 0.75em 0.5em;
  margin: 0;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #5d3104;
  line-height: 1;
}
.banner-heading .grid-container {
  padding: 0;
}

/* BANNER IMAGES */
.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.fill img {
  flex-shrink: 0;
  min-width: 100%;
}
.callout h4.heading-bg {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0;
  margin-bottom: 0.25em;
  padding: 1em 0.5em;
}
.music {
  background-image:url('../img/music-bg.jpg');
}
.audio-book {
  background-image:url('../img/audio-book-bg.jpg');
}
@media only screen and (min-width: 40em) {
	.heading-bg { font-size: 1.75em; }
}

/* INTRO PARAGRAPH */
.section-intro {
  padding: 2rem 1rem 0 1rem;
}
.intro {
  margin-top: 1rem;
  font-size: 1.125rem;
}

/* CALLOUT */
.callout {
  background: #f4f2ee;
  border: 1px solid #dcd1c4;
  border-radius: 4px;
}
.callout.announcements h4 {
  color: #7c4b1a;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0;
}
.callout.announcements h5, .callout.announcements .h5 {
  font-family: 'Noto Serif', Georgia, serif;
  text-align: center;
  margin-bottom: 0.25em;
  text-transform: none;
  font-weight: 600;
}
.callout.announcements p {
  text-align: center;
  margin-bottom: 0.5em;
}
.callout.announcements .fa-calendar-alt, .callout.announcements .fa-map-marker-alt, .callout.announcements .fa-exclamation-circle {
  color: #cc9933;
  padding-right: 0.25em;
}
.next-event {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-title small {
  font-size: 80%;
}
.event-details {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.event-details i {
  color: #cc9933;
  margin-right: 0.5rem;
}
.callout.announcements .button {
  margin-bottom: 0.25em;
}
.alt-hdgs {
  font-family: 'Noto Serif', Georgia, serif;
  line-height: 1;
  text-transform: none;
}
.alt-hdgs h4, .content .alt-hdgs h4 {
  font-family: 'Noto Serif', Georgia, serif;
  line-height: 1;
  margin-bottom: 1em;
  text-transform: none;
}
.secondary .button {
  margin-top: 1em;
}
.callout.light {
  background: #f5f5f5;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 2rem;
}
.callout.share-w-friends {
  margin: 5rem 0;
  padding: 3rem 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .callout.light {
    padding: 1rem 0.5rem;
  }
}

/* INTRO MENUS */
.intro-links { padding: 1rem 0; }
.intro-menus ul.menu.vertical {
	margin: 0.5rem 0;
}
.intro-links h3 { 
	font-size: 1.375rem; 
	text-transform: uppercase; 
	color: #7c4b1a; 
	margin: 0; 
	padding: 0.5em; 
	padding-left: 2.25em;
	text-indent: -.75em; 
	background-color: #f4f2ee; 
	border-bottom: 1px solid #dcd1c4; 
}
.intro-links h3 i { 
	font-size: 90%; 
	color: #b89e84; 
	margin-right: 0.25em; 
	text-shadow: 1px 0 #7c4b1a; 
} 
.intro-menus { 
	border: 1px solid #dcd1c4; 
	background-color: #fff; 
	margin-bottom: 0.5em; 
	border-radius: 4px; 
}
.intro-menus ul li a { 
	font-weight: normal;
	padding: 0.75rem 1rem 0.75rem 1.75rem;
  text-indent: -0.75rem; 
}
.intro-menus ul li a:hover { 
	background-color: rgba(124,75,26,0.05); 
	color: #288b0c; 
}

/* AUDIO PLAYER */
.audio-player {
  text-align: center;
  padding: 0.75rem;
  margin-top: 2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #ffffff;
}
.audio-player div {
  margin: 0.5rem;
}
audio::-webkit-media-controls-panel {
  background-color: #dbebd3;
  border-radius: 4px;
}

/* Text description box */
.text-feature-box {
  padding: 3rem 2.5rem;
  margin-top: 3rem;
}

/* Image centered box */
.img-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Small and Medium only */
@media screen and (max-width: 63.9375em) {
  .img-centered {
    margin-bottom: 2rem;
  }
}

/* BADGES */
.badges {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.badges.digital-pg {
  justify-content: center;
}
.badges-section.column .badges {
  align-items: center;
  justify-content: center;
}
/* Small only */
@media screen and (max-width: 29.688em) {
  .badges {
    justify-content: center;
  }
  .badges-section p {
    text-align: center;
  }
}
.badges-section p {
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #333;
}
.badges-section .note {
  font-size: 0.938rem;
  color: #555;
}
.badges img {
  max-height: 75px;
  width: auto;
}
.badges div span {
  font-size: 0.875rem;
  color: #444;
}
.share-icons a {
  font-weight: normal;
}
.fa-twitter {
  color: #3FAED1;
}
.fa-facebook {
  color: #385097;
}
.fa-whatsapp {
  color: #45B429;
}
.fa-telegram {
  color: #59A4C5;
}
.fa-linkedin {
  color: #0077b5;
}
.fa-envelope {
  color: #999;
}
.fa-instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  padding: 4px 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-facebook-messenger {
  background: linear-gradient(120deg, #006aff, #00B2FF);
  padding: 4px 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SHARE BLOCK */
.share-button {
  text-align: center;
  display: inline-block;
  padding: 0.75rem 0;
}
.share-button a {
  text-align: center;
  color: #808080;
}
.icon-label {
  font-size: 0.675rem;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
}
#share-dropdown {
  width: 300px;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.copy-text input[type='text'] {
  margin-bottom: 0;
}
.input-group > :last-child.input-group-button > * {
  border-radius: 0 2px 2px 0;
}
.copy-text .button {
  margin: 0;
  padding: 0.75rem 1rem;
}
.input-group.copy-text {
  margin-bottom: 0.75rem;
}
#copyURL {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 2.661rem;
  max-height: 2.661rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0.25rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  }
.tip {
  position: relative;
  display: inline-block;
}
.tip .tiptext {
  visibility: hidden;
  width: 140px;
  background-color: #444;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0.75rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tip .tiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tip:hover .tiptext {
  visibility: visible;
  opacity: 1;
}
.share-icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* FREE eBOOKLET PAGES */
.author {
  font-size: 1.25rem;
  color: #777;
}
.booklet-description {
  margin-top: 1rem;
  color: #555;
}
/* Large and up */
@media screen and (min-width: 64em) {
  .booklet-description {
    padding: 0 3rem;
  }
}
.hr-tan {
  padding-bottom: 0.5rem;
  border: 0 solid #D2C8AD;
  border-bottom-width: 1px;
}
.ebooklets-update {
  background-image: url('../img/nuggets-gems-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
.get-updates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .get-updates {
    flex-wrap: nowrap;
  }
}
.get-updates input[type='text'], .get-updates input[type='email'] {
  display: inline-block;
  margin: 0.5rem;
}
.get-updates .button {
  margin: 1rem 0.5rem;
  vertical-align: top;
  padding: 0.75rem 1rem;
}

/* MINISTRY DIGEST */
.digest-title {
  font-family: 'Noto Serif', Georgia, serif;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: none;
}
.digest-title small {
  font-size: 70%;
}
.cite-cwwl {
  margin-left: 1em;
  margin-bottom: 0.25em;
}
ol.digest-list {
  margin-left: 3.5em;
}
#archive-list {
  max-height: 25rem;
  overflow-y: auto;
}
#archive-list.menu a {
  line-height: 1.2;
}
.docs-nav-title {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #555;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 0 0.5rem 0.9rem;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #e9e9e9;
}
a:hover .img-shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}
.callout.min-digest {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .callout.min-digest {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .md-cover-max {
    max-height: 250px;
    width: auto;
  }
}
/* ACCORDIONS */
.accordion-item {
  margin-bottom: 4px;
  border-radius: 4px 4px 4px 4px;
}
.accordion-item:first-child>:first-child {
  border-radius: 4px;
}
:last-child:not(.is-active)>.accordion-title {
  border-radius: 4px;
}
.accordion-title {
	font-size: 1rem;
	padding: 1rem 1rem 1rem 2.75rem;
	color: #7c4b1a;
	font-family: 'Noto Serif', Georgia, serif;
	background-color: #f4f2ee;
	line-height: 1.4;
	border: 1px solid #dcd1c4;
  border-radius: 4px;
}
.accordion-item.is-active .accordion-title {
  border: 1px solid #dcd1c4;
  border-radius: 4px 4px 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  color: #7c4b1a;
  background-color: rgba(227, 224, 219, 0.9);
}
:last-child:not(.is-active)>.accordion-title {
  border-bottom: 1px solid #dcd1c4;
}
.accordion-title span {
  font-weight: normal;
  color: #a48d76;
}
.accordion-title::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.5rem;
	font: var(--fa-font-solid);
	content: "\f055";
}
.accordion-title a {
  line-height: 1.25;
}
.is-active > .accordion-title::before {
	font: var(--fa-font-solid);
	content: "\f056";
}
.accordion-title ol {
  color: #7c4b1a;
}
.accordion-content {
  border: 1px solid #e6e6e6;
  border-radius: 0 0 4px 4px;
  padding: 1rem 2rem;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 4px 4px;
}
.accordion-item.is-active > .accordion-content {
  border-top: 0;
}
/* Level 2 accordions */
.accordion.inside .accordion-title {
  background-color: #fefefe;
  padding: 1rem;
  padding-left: 2.75rem;
  color: #555;
}
.accordion.inside .accordion-title::before {
  font: var(--fa-font-solid);
  font-size: 1.125rem;
  margin-top: -0.55rem;
  content: "\f107";
  color: #999;
}
.accordion.inside > .is-active > .accordion-title::before {
	font: var(--fa-font-solid);
  font-size: 1.125rem;
	content: "\f106";
}
.accordion-item.is-active .inside .accordion-title {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.accordion-item.is-active .inside .accordion-item.is-active .accordion-title {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
.inside .accordion-content {
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  padding: 1rem;
}
/* Level 3 accordions */
.accordion.level3 .accordion-title {
  background-color: #fefefe;
  padding: 1rem;
  padding-left: 2.75rem;
  color: #7c4b1a;
}
.accordion.level3 .accordion-title::before {
  font: var(--fa-font-solid);
  font-size: 1.125rem;
  margin-top: -0.6rem;
  content: "\f107";
  color: #a48d76;
}
.accordion.level3 > .is-active > .accordion-title::before {
	font: var(--fa-font-solid);
  font-size: 1.125rem;
	content: "\f106";
}
.accordion-item.is-active .inside .accordion-item.is-active .level3 .accordion-title {
  border: 0;
  background-color: #f7f4f2;
  border-radius: 4px;
}
.audiobooks-list .accordion-item.is-active .level3 .is-active > .accordion-content {
  border: 0;
  border-radius: 0;
  padding: 2px;
}
.audiobooks-list .cover-img {
  text-align: center;
}
.audiobooks-list .cover-img .cover {
  max-width: 300px;
  width: 100%;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .audiobooks-list .accordion-item.is-active > .accordion-content {
    padding: 1rem 0.75rem;
  }
  .audiobooks-list .cover-img {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
}

.dig-cat-img {
  width: 100%;
  max-width: 400px;
  margin: 1rem auto;
}

/* TABS */
.tabs {
	border: 0;
	border-bottom: 1px solid #d3c5b1;
}
.tabs-content {
	border: 1px solid #d3c5b1;
	border-top: 0;
  margin-bottom: 1rem;
}
.tabs-panel:not(.event) {
  background-color: rgba(229, 220, 203, 0.17);
}
#AboutIssue.tabs-panel, #InsideIssue.tabs-panel {
  background-color: #fefefe;
}
.tabs-title > a {
	font-size: 1rem;
	color: #5f430e;
	background-color: #f2f0ec;
  padding: 0.875rem 1.25rem;
	border: 1px solid #d3c5b1;
	border-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.tabs-title > a:focus, .tabs-title>a[aria-selected=true] {
	background: #e5dccb;
	color: #5f430e;
	border: 1px solid #d3c5b1;
	border-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.tabs-title > a:hover {
	background: #e5dccb;
	color: #5f430e;
}

/* NAV BUTTONS */
.nav-buttons {
  padding-top: 4px;
}
.nav-buttons a {
  display: inline-block;
  line-height: 1;
}
.nav-buttons a.disabled {
  color: #ccc;
  cursor: default;
}

/* BUTTONS */
#ebook-notice .button.alert { margin-top:0; }
.button.alert {
	background: #c60f13;
	color: #fefefe;
}
.button.alert:hover {
	background: #ec1216;
}
.button.inverse {
  background: #fff;
  color: #219119;
  border-color: #219119;
}
.button.inverse:focus, 
.button.inverse:hover {
  color: #219119;
  background: #eefded;
}
.archives button.tiny, .language-bar .button.tiny {
  padding: .5rem;
  font-size: .875rem;
  font-family: "Noto Sans","Lucida Sans",sans-serif;
}
.booklet-menu .button.inverse {
  padding: 0.5rem;
}
.booklet-menu .button.dropdown.inverse::after {
  border-color: #219119 transparent transparent;
}

/* NOTICES */
.notice {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.notice-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.notice-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.notice-warning {
  color: #ad7910;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.notice-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* LABELED LIST GROUP */
.labeled-list-group {
  display: table;
  list-style: none;
  padding-left: 0;
  margin-left: 1rem;
}
.labeled-list-group > li
 {
  display: table-row;
 }
 .labeled-list-group > li > *
 {
  display: table-cell;
  padding: 5px;
 }
 .labeled-list-group label {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
 }
 .labeled-list-group label:after {
  content: ':';
 }

/* OUTLINES LISTS */
/*unordered list .list */
.list {
  list-style-type: none;
  margin-left: 2.5rem;
}
.list li:before {
	margin-left: -1.25rem;
	margin-right: 0.625rem;
	font: var(--fa-font-solid);
  content: '\f0da';
	color: #e5ddcd;
}
.callout .list li:before {
  color: #dcd1c4;
}
.outlines h5 {
  font-family: 'Noto Serif', Georgia, serif;
  text-transform: none;
  color: #8a8a8a;
}
.outlines ol {
	counter-reset: li;
	margin-left: 0;
	padding-left: 0
}
.outlines ol[start='16'] {
  counter-reset: li 15;
}
.outlines ol[start='17'] {
  counter-reset: li 16;
}
.outlines ol[start='19'] {
  counter-reset: li 18;
}
.outlines ol[start='34'] {
  counter-reset: li 33;
}
.outlines ol[start='35'] {
  counter-reset: li 34;
}
.outlines ol[start='50'] {
  counter-reset: li 49;
}
.outlines ol li {
	position: relative;
	margin: 0 0 0 2.5em;
	padding:0.25em 0.5em;
	list-style:none;
}
.outlines ol li:hover {
  background-color: #f4f2ee;
}
.outlines ol li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	color: #aaa;
	width: 1.25em;
	top:0;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-right: 0.5em;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 0.125em;
}
.outlines ol li a {
	margin-left: 1.25em;
	display: inline-block;
	text-indent: -2em;
}
.outlines ol li a::before {
  font: var(--fa-font-solid);
	content: '\f1c1';
	color: #cc0000;
	display: inline-block;
  width: 2em;
	text-indent: 0.75em;
}
.outlines .fa-file-pdf {
  margin-right: 0.25em;
}
.outlines ul { margin-bottom: 1em; }
.outlines ul li {
	position: relative;
	margin: 0 0 0 0.75em;
	padding: 0.25em 0.5em;
	list-style: none;
}
.outlines ul li a::before {
	content: '\f1c1';
	color: #C00;
}
.outlines ol li a::before, .outlines ul li a::before {
	font: var(--fa-font-solid);
	display: inline-block;
	width: 2em;
	text-indent: 0.75em;
}

/* OUTLINES ARCHIVES DIV */
.archives p {
  margin-bottom: 0;
}
.archives .button {
  padding: .5rem;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0;
}
.archives .menu .is-active > a {
  background: #dfdcd5;
}

/* BREADCRUMBS */
.breadcrumbs {
  margin: 0.25em 0;
}
.breadcrumbs li {
  font-size: 0.75rem;
  font-family: "Noto Sans", sans-serif;
  color: #555;
}
.breadcrumbs a {
  color: #227909;
  font-weight: normal;
}
.breadcrumbs .disabled {
  color: #999;
}

/* CONTENT */
.grid-padding-x > .cell.content {
  padding: 1em;
}
.content .brown, .brown {
  color: #7c4b1a;
}
.text, .content .text {
  font-family: 'Noto Serif', Georgia, serif;
  text-transform: none;
  color: #785938;
}

/* TABLES */
table {
  border: 1px solid #dcd1c4;
  border-collapse: separate;
  margin: 0;
  border-radius: 4px;
}
.no-stripes tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #fff;
}
.dark-headers thead {
  background: #dcd1c4;
  color: #5d3104;
}

.ebooks-list thead th {
  text-align: center;
  font-size: 0.875rem;
  vertical-align: top;
}
.ebooks-list #vol, .ebooks-list td[headers="vol"] {
  white-space: nowrap;
  width: 3.5rem;
  text-align: right;
}
.ebook-link {
  width: 7.5rem;
  text-align: center;
}

/* audiobooks tables */
tbody th, tbody td {
  padding: 0.625rem;
}
.vendors {
  margin: 0 auto;
}
.vendors img {
  max-height: 65px;
  width: auto;
  margin-bottom: 0;
}
th#apple, th#amazon, th#google, td[headers="google"] {
  width: 185px;
}
th#vendor {
  width: 22.5rem;
}
td.vendors {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.volume-contents {
  font-size: 0.813rem;
  color: #555; 
}
/* Small and Medium */
@media screen and (max-width: 63.9375em) {
  td.vendors {
    padding-top: 0;
    padding-bottom: 0;
  }
  td[headers="amazon"], td[headers="google"] {
    padding-bottom: 0.75rem;
  }
}


/* EVENTS */
.year {
  font-family: 'Cinzel', serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #785938;
	margin-bottom: 0;
}
.year span {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	padding: 1px 0.5rem;
}
.year-wrapper {
	border: 1px solid #ccc;
	margin-bottom: 2rem;
}
.event {
  margin: 1rem;
  border: 1px solid #d3c5b1;
  border-radius: 4px;
}
.tabs-panel .event {
  margin: 1rem 0 0 0;
  background-color: #fff;
}
.event h5 {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  background: #e5dccb;
  color: #5f430e;
  border-bottom: 1px solid #d3c5b1;
  border-radius: 4px 4px 0 0;
}
.event ul {
	margin: 0;
	padding: 0;
	color: #555;
}
.event .accordion {
  margin-top: 1rem;
}
.event .accordion-title {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.event-info {
  padding: 1rem;
}
.event-info .accordion-content {
  background-color: rgba(244, 242, 238, 0.3);
  border: 1px solid rgba(244, 242, 238, 0.3);
  padding: 1rem;
}
.event-info :last-child > .accordion-content:last-child {
  border-bottom-color: rgba(244, 242, 238, 0.3);
}
.event ul li:not(.accordion-item) {
	position: relative;
	margin: 0 0 0 2rem;
	padding: 0.25rem 0.5rem 0.25rem 0;
	list-style: none;
}
.event ul li::before {
	position: absolute;
	margin-right: 0.75rem;
	display: inline-block;
	width: 1rem;
	top: 0.5rem;
	left:-2rem;
	color: #cc9933;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.event ul li.date::before {
  font: var(--fa-font-solid);
  content: '\f073';
}
.event ul li.location::before {
  font: var(--fa-font-solid);
  content: '\f3c5';
}
.event ul li.info::before {
  font: var(--fa-font-solid);
  content: '\f05a';
}
small.block {
  color: #9b8775;
  display: block;
  line-height: 1.2;
}

/* PDF LINKS */
.pdf-links {
  list-style-type: none;
  margin: 0 1.5em 1em 1.5em;
  color: #777;
}
.pdf-links li {
  padding-left: 1em;
  margin-left: 0.25em;
}
.pdf-links li::before {
  font: var(--fa-font-solid);
  content: '\f1c1';
  color: #cc0000;
  display: inline-block;
  width: 1.75em;
  padding-right: .5em;
  margin-left: -2em;
}
.fa-file-pdf {
  color: #cc0000;
}
.fa-file-pdf.white {
  color: #ffffff;
}
/* MENU LINK ICONS */
.menu.helpful-links li {
  margin-bottom: 2px;
}
.menu.helpful-links a {
  background-color: rgba(120, 89, 56, 0.1);
}
.menu.helpful-links a:hover {
  background-color: rgba(255,255,255,0.6);
}
.menu.helpful-links i {
  width: 16px;
  margin-right: 0.5rem;
}
.menu .fa-sign-in-alt {
  color: #0575df;
}
.menu .fa-circle-question {
  color: #eeaa18;
}
.menu .fa-unlock-alt {
  color: #0bca0b;
}
/* COLLECTION LANDING PAGES */
.collection-img img {
  box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
}
/* MENU ANCHOR LINKS */
.menu.anchor-links {
  border: 1px solid #DBCEBA;
  border-radius: 6px; 
  margin: 0 1rem;
}
.menu.anchor-links li {
  border-bottom: 1px solid #DBCEBA;
}
.menu.anchor-links li:last-of-type {
  border-bottom: 0;
}
.menu.anchor-links a {
  background-color: #fefefe;
  padding: 0.75rem 0.875rem; 
}
.menu.anchor-links li:first-of-type a {
  border-radius: 6px 6px 0 0;
}
.menu.anchor-links li:last-of-type a {
  border-radius: 0 0 6px 6px;
}
.menu.anchor-links a:hover {
  background-color: #f9f9f9;
}
.menu.anchor-links a i {
  width: 16px;
  text-align: center;
  margin-right: 0.5rem;
  color: #DBCEBA;
}
.menu.anchor-links a:hover i {
  color: #33bd0c;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .collection-img {
    margin-bottom: 2rem;
  }
  .menu.anchor-links {
    margin: 0;
  }
}

/* AUDIO LINKS */
.audio-links {
  list-style-type: none;
  margin: 0 1.5em 1em 1.5em;
  color: #777;
}
.audio-links li {
  padding-left: 1em;
  margin-left: 0.25em;
}
.audio-links li::before {
  font: var(--fa-font-solid);
  content: '\f58f';
  color: #0b79b3;
  display: inline-block;
  width: 1.75em;
  padding-right: .5em;
  margin-left: -2em;
}

/* CONTACT INFO */
.contact-info {
  margin-left: 2em;
}
.contact-info .fas {
  color: #cc9933;
  margin-right: 0.5em;
}

/* FORM */
.required {
  color: #cc0000;
  font-size: 1.25em;
  font-weight: bold;
  vertical-align: middle;
}
label {
  font-size: 1rem;
}
form .button {
  margin: 0.5em;
}
label.middle {
  padding: 0;
}
label .top {
  padding-top: 0;
}
.has-tip {
  border-bottom: none;
  vertical-align: middle;
}
td input[type='text'] {
  margin: 0;
}
.container {
  width: 100%;
}
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
@media only screen and (max-width: 40em) {
	label.middle {
    margin: 0;
    padding: 0;
  }
}

/* CUSTOMER PORTAL */
.panel {
  padding: 1rem;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}
.panel p:last-child {
  margin-bottom: 0;
}
.text-label {
  font-family: "Noto Sans", sans-serif;
  color: #2b2b2b;
}
.menu-label {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
  padding: 0 12px;
  color: #2b2b2b;
  background-color: #f3f3f3;
  border: 1px solid #999;
  border-radius: 4px;
  white-space: nowrap;
}
.menu-label.inverse {
  background-color: #777;
  color: #fff;
}
.menu-label.main {
  background-color: #fafafa;
  color: #777;
}
.menu-label.nav {
  background-color: #e3e3e3;
  color: #337ab7;
}
.menu-label.btn {
  background: linear-gradient(to bottom, #eaeaea 0%, #dfdfdf 100%);
}
.menu-label .fa-caret-down {
  color: #b5b5b5;
}

/* DONATIONS */
.icons .fas {
  color: #cc9933;
  padding-right: 0.5em;
}
.menu.vertical.donations-menu a span {
  padding-left: 0.25rem;
}
.menu.icons li {
  margin: 0 0.25rem 0.25rem 0;
}
.menu.icons li a {
  border: 1px solid rgba(204, 162, 93, 0.3);
  border-radius: 4px;
}
.menu .is-active > a {
  background: rgba(216, 200, 175, 0.2);
  color: #288b0c;
}
.inactive, tbody tr.inactive:nth-child(even) {
  background-color: #f9f9f9;
  color: #999;
}
td[headers="actions"] {
  text-align: left;
  width: 12.5rem;
  white-space: nowrap;
}
td[headers="actions"] .button {
  margin-bottom: 0;
}

/* EADV BUTTON */
.eadv {
	padding: 1rem 0;
	margin-top: 1rem;
	background-color: #f1f1f1; 
}

/* PRE-FOOTER */
.pre-footer .grid-padding-x > .cell {
  padding: 0;
}
.pre-footer {
  background-color: #f4f2ee;
  border-top: 1px solid #dcd1c4;
  padding: 1rem 0;
}
.pre-footer p {
  margin: 0;
  text-align: center;
}
.pre-footer a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 1em 1.125em;
  text-align: center;
}
.pre-footer a:hover {
  background-color: rgba(227, 224, 219, 0.9);
  color: #227909;
  border-radius: 4px;
}
@media only screen and (max-width: 40em) {
	.pre-footer a {
    display: block;
  }
  .social-icons a {
    display: inline-block;
  }
	.pre-footer .grid-container {
    padding: 0;
  }
}

/* FOOTER */
.footer {
  background-color: #785938;
  padding: 1em;
}
.footer p {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875em;
  color: #efebe5;
  margin: 0;
}
.footer a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #eed7c0;
}
.footer a:hover, .footer a:focus {
  color: #33bd0c;
}

/* BACK TO TOP BUTTON */
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,0.15) url("../img/up-arrow.png") no-repeat center 43%;
	border-radius: 30px;
}

/* MEMORIAL PAGE STYLES */
#memorial {
  margin-top: 2rem;
}
#memorial .h2 {
  color:#5f430e;
  text-shadow: 1px 1px 2px rgba(95, 67, 14, 0.5);
}
#memorial .h2 span {
  font-family: 'Noto Serif', Georgia, serif;
  font-style: italic;
  text-transform: none;
}
#memorial .h3 {
  font-family: 'Noto Serif', Georgia, serif;
  margin: 1rem auto;
  color: #777;
  text-transform: none;
}

/* ONE PUBLICATION STYLES */
#one-publication h1,
#one-publication .h1,
#one-publication h2,
#one-publication .h2,
#one-publication h3,
#one-publication .h3,
#one-publication h4,
#one-publication .h4,
#one-publication h5,
#one-publication .h5,
#one-publication h6,
#one-publication .h6 {
  font-family: 'Noto Serif', Georgia, serif;
  text-transform: none;
}
/* TOP BAR */
#one-publication #top-bar {
  padding: 0.75em 0;
  background-color: rgba(216, 200, 175, 0.10);
  border-bottom: 1px solid #dcd1c4;
}
#one-publication #top-bar .button, #one-publication #top-bar button { margin-bottom: 0; }
#one-publication #top-bar .dropdown-pane { padding: 0; width: 200px; border-color: #705335; }
#one-publication #top-bar .vertical.menu { background: #fff; }
#one-publication #top-bar .vertical.menu li a { color: #876541; padding: 0.875em 1em; font-weight: normal; }
#one-publication #top-bar .vertical.menu li a:hover { color: #fff; background: #876541; }
#one-publication .fa-file-pdf { color: #fff; }
#one-publication .fa-file-pdf:before { padding-left: 0.25em; }
.button.download { background: #C00; }
/* MINISTRY TEXT DIV */
#ministry-text h2.ministry-portions {
  font-family: 'Noto Serif', Georgia, serif;
  text-transform: none;
  font-size: 1.75rem;
  font-style: italic;
  text-align: center;
  color: #764c24;
}
#ministry-text { margin-top: 1.5rem; }
#ministry-text h2.ministry-portions.chinese { font-style: normal; }
/* STICKY SIDE MENU */
#stickThis.stick {
  margin-top: 1rem;
  position: fixed;
  display: block;
  top: 0;
  z-index: 9999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcd1c4;
  box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}
.sticky-menu {
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #dcd1c4;
box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}
.sticky-menu .menu a:hover { background-color: #eeebe6; text-decoration:none; }
.sticky-menu .menu a.is-active { background-color: #bfa582; color: #fff; cursor: default; }
.sticky-menu .menu a { color: #764c24; line-height: 1.3; }
#one-publication .menu .menu-text { color: #888; font-style: italic; }
#one-publication .menu .menu-text.chinese { font-style: normal; }

/* FOOTER */
#one-publication .footer { background-color: #785938; padding: 1em; }
#one-publication .footer p { font-size: 0.875em; color: #efebe5; margin: 0;}
#one-publication .footer a { color: #eed7c0; }
#one-publication .footer a:hover, .footer a:focus { color: #fba952; }

@media print {
  .print {
    display: block;
  }
  .callout {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .language-bar, .banner-heading, .navigation-bar, .menu, #footer-wrapper, nav, .button {
    display: none !important;
  }
  .grid-x > .large-9 {
    width: 100%;
}
  .logo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
  }
  .logo .site-title {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.cookieinfo {
  font-family: "Noto Sans", sans-serif;
}