/*!
 * HolyBible.com
 *
 * Design by Chris Krycho and Cameron Morgan; implementation by Chris Krycho.
 * Copyright (c) 2014 Puritan Reformed Theological Seminary
 */
.cg-busy {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001; }

.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block !important; }

.cg-busy-animation.ng-hide-remove {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px); }

.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.cg-busy-animation.ng-hide-add {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.cg-busy-animation.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px); }

.cg-busy-backdrop {
  background-color: white;
  opacity: .7; }

.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block !important; }

.cg-busy-backdrop-animation.ng-hide {
  opacity: 0; }

/* All styles below are for the default template. */
.cg-busy-default-wrapper {
  text-align: center; }

.cg-busy-default-sign {
  display: inline-block;
  position: relative;
  z-index: 1002;
  padding-bottom: 6px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e9eeee;
  border: 1px solid #dddddd;
  border-top-width: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.cg-busy-default-text {
  margin: 13px 12px 6px 49px;
  font-size: 16px;
  color: #555;
  text-align: left;
  max-width: 400px; }

.cg-busy-default-spinner {
  position: absolute;
  width: 25px;
  height: 25px;
  display: inline-block;
  top: 12px;
  left: 14px; }

.cg-busy-default-spinner div {
  width: 12%;
  height: 26%;
  background: #000;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -webkit-animation: cg-busy-spinner-anim 1s linear infinite;
  -moz-animation: cg-busy-spinner-anim 1s linear infinite;
  -ms-animation: cg-busy-spinner-anim 1s linear infinite;
  -o-animation: cg-busy-spinner-anim 1s linear infinite;
  animation: cg-busy-spinner-anim 1s linear infinite;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.cg-busy-default-spinner div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -moz-transform: rotate(0deg) translate(0, -142%);
  -ms-transform: rotate(0deg) translate(0, -142%);
  -o-transform: rotate(0deg) translate(0, -142%);
  transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.cg-busy-default-spinner div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -moz-transform: rotate(30deg) translate(0, -142%);
  -ms-transform: rotate(30deg) translate(0, -142%);
  -o-transform: rotate(30deg) translate(0, -142%);
  transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s;
  -moz-animation-delay: -0.9167s;
  -ms-animation-delay: -0.9167s;
  -o-animation-delay: -0.9167s;
  animation-delay: -0.9167s; }

.cg-busy-default-spinner div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -moz-transform: rotate(60deg) translate(0, -142%);
  -ms-transform: rotate(60deg) translate(0, -142%);
  -o-transform: rotate(60deg) translate(0, -142%);
  transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
  -moz-animation-delay: -0.833s;
  -ms-animation-delay: -0.833s;
  -o-animation-delay: -0.833s;
  animation-delay: -0.833s; }

.cg-busy-default-spinner div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -moz-transform: rotate(90deg) translate(0, -142%);
  -ms-transform: rotate(90deg) translate(0, -142%);
  -o-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -ms-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s; }

.cg-busy-default-spinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -moz-transform: rotate(120deg) translate(0, -142%);
  -ms-transform: rotate(120deg) translate(0, -142%);
  -o-transform: rotate(120deg) translate(0, -142%);
  transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
  -moz-animation-delay: -0.667s;
  -ms-animation-delay: -0.667s;
  -o-animation-delay: -0.667s;
  animation-delay: -0.667s; }

.cg-busy-default-spinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -moz-transform: rotate(150deg) translate(0, -142%);
  -ms-transform: rotate(150deg) translate(0, -142%);
  -o-transform: rotate(150deg) translate(0, -142%);
  transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
  -moz-animation-delay: -0.5833s;
  -ms-animation-delay: -0.5833s;
  -o-animation-delay: -0.5833s;
  animation-delay: -0.5833s; }

.cg-busy-default-spinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -moz-transform: rotate(180deg) translate(0, -142%);
  -ms-transform: rotate(180deg) translate(0, -142%);
  -o-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.cg-busy-default-spinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -moz-transform: rotate(210deg) translate(0, -142%);
  -ms-transform: rotate(210deg) translate(0, -142%);
  -o-transform: rotate(210deg) translate(0, -142%);
  transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
  -moz-animation-delay: -0.41667s;
  -ms-animation-delay: -0.41667s;
  -o-animation-delay: -0.41667s;
  animation-delay: -0.41667s; }

.cg-busy-default-spinner div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -moz-transform: rotate(240deg) translate(0, -142%);
  -ms-transform: rotate(240deg) translate(0, -142%);
  -o-transform: rotate(240deg) translate(0, -142%);
  transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
  -moz-animation-delay: -0.333s;
  -ms-animation-delay: -0.333s;
  -o-animation-delay: -0.333s;
  animation-delay: -0.333s; }

.cg-busy-default-spinner div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -moz-transform: rotate(270deg) translate(0, -142%);
  -ms-transform: rotate(270deg) translate(0, -142%);
  -o-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -ms-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s; }

.cg-busy-default-spinner div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -moz-transform: rotate(300deg) translate(0, -142%);
  -ms-transform: rotate(300deg) translate(0, -142%);
  -o-transform: rotate(300deg) translate(0, -142%);
  transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s;
  -moz-animation-delay: -0.1667s;
  -ms-animation-delay: -0.1667s;
  -o-animation-delay: -0.1667s;
  animation-delay: -0.1667s; }

.cg-busy-default-spinner div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -moz-transform: rotate(330deg) translate(0, -142%);
  -ms-transform: rotate(330deg) translate(0, -142%);
  -o-transform: rotate(330deg) translate(0, -142%);
  transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s;
  -moz-animation-delay: -0.0833s;
  -ms-animation-delay: -0.0833s;
  -o-animation-delay: -0.0833s;
  animation-delay: -0.0833s; }

@-webkit-keyframes cg-busy-spinner-anim {
  from {
    opacity: 1; }
  to {
    opacity: 0.25; } }

@-moz-keyframes cg-busy-spinner-anim {
  from {
    opacity: 1; }
  to {
    opacity: 0.25; } }

@keyframes cg-busy-spinner-anim {
  from {
    opacity: 1; }
  to {
    opacity: 0.25; } }

img {
  max-width: 100%;
  max-height: 100%; }

/* Define the available colors and color schemes (white, sepia, and dark). */
.light, .contrast.button.light, .sepia, .contrast.button.sepia, .dark, .contrast.button.dark {
  transition: background 0.5s ease, color 0.5s ease; }

.light, .contrast.button.light {
  background: #FFFFFF;
  color: #4B4A47; }

.sepia, .contrast.button.sepia {
  background: #FBF2DE;
  color: #5F4B32; }

.dark, .contrast.button.dark {
  background: #111111;
  color: #E6E4E2; }

/* Define mixins and classes used throughout. */
.visuallyhidden, #search label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.inactive, .menu.inactive, .popup.inactive {
  visibility: hidden;
  opacity: 0;
  z-index: 0; }

.active, .menu.active, .popup.active {
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.svg-fallback {
  display: none !important; }

.no-svg .svg-fallback {
  display: block; }

#logo-light {
  fill: #D6B783; }

#logo-book {
  fill: #87489B; }

#search-icon {
  stroke: #5C2972;
  fill: none;
  stroke-width: 23.750;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none; }

:host-context(:focus) #search-icon {
  stroke-width: 30.006; }

/* Define the site typography */
h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

h1 {
  font-size: 3.667em; }

h2 {
  font-size: 2.779em; }

h3 {
  font-size: 2.2em; }

h4 {
  font-size: 1.667em; }

h5 {
  font-size: 1.319em; }

h6 {
  font-size: 1em; }

p {
  font-size: 1em; }

.nobreak {
  white-space: nowrap; }

.lh-tiny {
  line-height: 1.125; }

.lh-small {
  line-height: 1.375; }

.lh-normal {
  line-height: 1.5; }

.lh-large {
  line-height: 1.625; }

.lh-huge {
  line-height: 1.75; }

.type-micro {
  font-size: 62.5%; }

.type-tiny {
  font-size: 75%; }

.type-small {
  font-size: 87.5%; }

.type-normal {
  font-size: 100%; }

.type-large {
  font-size: 112.5%; }

.type-huge {
  font-size: 125%; }

.type-mega {
  font-size: 137.5%; }

/* Other common sizes defined throughout the application, relying on
 * typographical values to keep the vertical and horizontal rhythms feeling
 * consistent.
 */
a, a:visited {
  text-decoration: none;
  color: #87489B; }
  a:hover, a:active, a:visited:hover, a:visited:active {
    color: #5B2872; }

a:focus {
  outline: none; }

hr {
  padding: 0;
  border: none;
  border-top: medium double #85888C;
  color: #85888C;
  text-align: center;
  margin: 2em auto;
  width: 75%; }
  hr::after {
    font-family: "CallunaWeb", Times, "Times New Roman", serif;
    content: "\00A7";
    display: inline-block;
    position: relative;
    top: -0.8em;
    color: #5B2872;
    font-size: 1.5em;
    padding: 0 0.25em;
    text-shadow: 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF; }

.sepia hr::after, .contrast.button.sepia hr::after {
  text-shadow: 2px 0 0 #FBF2DE, -2px 0 0 #FBF2DE; }

.dark hr::after, .contrast.button.dark hr::after {
  color: #BE96CC;
  text-shadow: 2px 0 0 #111111, -2px 0 0 #111111; }

/*
 * Seven-column grid.
 */
/**
 * $total: the total number of columns
 * $number: the
 */
.about-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  flex: 1 0 auto; }
  .about-logo__image {
    max-height: 9.8125rem; }
    .about-logo__image--rhb {
      max-width: 9.8125rem; }

.about-title {
  margin-top: 2.2rem;
  margin-bottom: 0; }
  .about-title__link {
    min-height: 15.38rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  .about-title__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 auto; }
  .about-title__text {
    flex: 0 0;
    text-align: center;
    padding-top: 1.667rem;
    padding-bottom: 1.667rem; }

.branding-stripe {
  color: #E6E4E2;
  background: #4B4A47;
  text-align: center;
  font: 16px / 32px "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .branding-stripe_logo {
    height: 16px;
    display: inline-block;
    top: 2px;
    position: relative; }
  .branding-stripe a, .branding-stripe a:visited, .branding-stripe a:hover, .branding-stripe a:active {
    color: #E6E4E2;
    text-decoration: underline; }

a.button,
a.button:link,
a.button:hover,
a.button:active,
a.button:visited {
  text-decoration: none; }

.button {
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #85888C;
  font-size: 0.6rem;
  line-height: 1;
  overflow: hidden;
  transition: color 0.5s ease; }
  .button:hover {
    color: #87489B; }
    .button:hover .icon {
      fill: currentColor; }
  .button:active, .button.active {
    color: #5B2872; }
    .button:active .icon, .button.active .icon {
      fill: currentColor; }
  .button .icon-wrap {
    position: relative;
    top: -0.36rem; }
  .button .icon {
    height: 3.254rem;
    width: 3.254rem;
    fill: currentColor; }
  .button.back, .button.close, .button.forward {
    font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    position: relative;
    height: 1.319rem;
    line-height: 1.319rem; }
    .button.back .icon-label, .button.close .icon-label, .button.forward .icon-label {
      line-height: 1.419em;
      height: 1.319em;
      font-size: 0.792rem;
      cursor: pointer;
      transition: color 0.5s ease; }
    .button.back .icon-wrap, .button.close .icon-wrap, .button.forward .icon-wrap {
      display: block;
      position: absolute; }
    .button.back .icon, .button.close .icon, .button.forward .icon {
      display: block; }
  .button.back .icon-wrap, .button.forward .icon-wrap {
    left: 0;
    top: 0.475em; }
  .button.back .icon-label, .button.forward .icon-label {
    padding-left: 0.475em; }
  .button.back .icon, .button.forward .icon {
    height: 1.667em;
    width: 1.667em;
    fill: #85888C;
    stroke: #85888C;
    transition: fill 0.5s ease, stroke 0.5s ease; }
  .button.back:hover .icon, .button.back:active .icon, .button.back.active .icon, .button.forward:hover .icon, .button.forward:active .icon, .button.forward.active .icon {
    fill: #87489B;
    stroke: #5B2872; }
  .button.close .icon-wrap {
    right: 0; }
  .button.close .icon {
    height: 2.2em;
    width: 2.2em;
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-width: 3; }
  .button.close:hover .icon, .button.close:active .icon, .button.close.active .icon {
    fill: none; }

.modal {
  background: #ECF0F0; }

.feed-entry {
  margin-bottom: 1em; }
  .feed-entry__title {
    font-weight: bold; }

.feed-item {
  margin-top: 2.2rem;
  margin-bottom: 0; }
  .feed-item__link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .feed-item__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 auto;
    max-width: 100%; }
  .feed-item__text {
    flex: 0 0 75%;
    text-align: center;
    padding-top: 1.667rem;
    padding-bottom: 1.667rem; }

@media screen and (max-width: 400px) {
  .feed-item__link {
    flex-wrap: wrap; }
  .feed-item__text {
    flex: 0 0 100%; } }

.forms {
  text-align: center;
  margin-top: 1.667rem;
  margin-bottom: 3.667rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 72em; }
  .forms .buffer {
    width: 2.5%;
    height: 1rem;
    display: block; }

.form .on-edit {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  transition: visibility 0s linear 0.5s, max-height 0.5s ease 0s, margin 0.5s ease 0s, padding 0.5s ease 0s, opacity 0.5s ease 0s; }
  .form .on-edit.edited {
    max-height: 20em;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }

.form.user {
  background: #ECF0F0;
  box-shadow: 0 0 1rem #85888C;
  border: 2px solid #CACCCE;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0.792rem; }
  .form.user .label,
  .form.user .text-field {
    text-align: left;
    display: inline-block;
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 83%; }

.form.update {
  vertical-align: top;
  text-align: left; }
  .form.update .label,
  .form.update .text-field {
    display: inline-block;
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 97%; }

.form.user, .form.update {
  display: inline-block;
  padding-left: 1.25%;
  padding-right: 1.25%;
  width: 97%; }

.form .row {
  display: block;
  margin-bottom: 0.792rem; }
  .form .row.on-edit.edited {
    margin-bottom: 0.792rem; }
  .form .row.uncontained {
    max-width: 90%; }

.form .label {
  text-align: left;
  font-weight: 400; }
  .form .label::after {
    content: ':'; }

.form .submit {
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  border: 1px solid #602a71;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #a77ab5;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #87489B;
  background-image: -webkit-linear-gradient(#87489B, #6a2f7c);
  background-image: linear-gradient(#87489B, #6a2f7c);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #562166;
  background-clip: padding-box;
  font-weight: 200;
  margin-right: 2.5%;
  transition: all 0.216s ease; }
  .form .submit:hover:not(:disabled) {
    background-color: #764486;
    background-image: -webkit-linear-gradient(#764486, #602b70);
    background-image: linear-gradient(#764486, #602b70);
    box-shadow: inset 0 1px 0 0 #9259a4;
    cursor: pointer; }
  .form .submit:active:not(:disabled), .form .submit:focus:not(:disabled) {
    border: 1px solid #602a71;
    box-shadow: inset 0 0 8px 4px #562865, inset 0 0 8px 4px #562865; }
  .form .submit:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .form .submit.disabled {
    border: 1px solid #bfd5d5;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: #ECF0F0;
    background-image: -webkit-linear-gradient(#ECF0F0, #c9dbdb);
    background-image: linear-gradient(#ECF0F0, #c9dbdb);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #f7fafa;
    background-clip: padding-box;
    transition: all 0.216s ease; }
    .form .submit.disabled:hover:not(:disabled) {
      background-color: #dfe4e4;
      background-image: -webkit-linear-gradient(#dfe4e4, #c0d5d5);
      background-image: linear-gradient(#dfe4e4, #c0d5d5);
      box-shadow: inset 0 1px 0 0 #fbfbfb;
      cursor: pointer; }
    .form .submit.disabled:active:not(:disabled), .form .submit.disabled:focus:not(:disabled) {
      border: 1px solid #bfd5d5;
      box-shadow: inset 0 0 8px 4px #b7cece, inset 0 0 8px 4px #b7cece; }
    .form .submit.disabled:disabled {
      cursor: not-allowed;
      opacity: 0.5; }

.form .text-field {
  text-align: left;
  font-weight: 200; }

.form .label,
.form .submit,
.form .text-field {
  line-height: 1.625;
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200; }

.form .title {
  font-size: 2.2rem;
  color: #5B2872;
  margin-bottom: 1rem; }

.underline {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom-color: #CACCCE;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background: transparent;
  transition: border 0.216s ease, background 0.216s ease; }
  .underline.on-edit.edited {
    border-width: 2px; }
  .underline:active, .underline:focus {
    outline: none;
    border-bottom-color: #D6B783;
    background: #FFFFFF;
    transition: border 0.216s ease, background 0.216s ease; }

.loading-template {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0; }

/* Define styles for common messages to users (e.g. form validation). */
.message {
  background: #ECF0F0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.36em;
  border-color: #CACCCE;
  line-height: 1.5;
  padding-top: 0.36em;
  padding-bottom: 0.36em;
  text-align: center; }
  .message.error {
    background: pink;
    border-color: red;
    color: red;
    font-style: italic; }

#welcome-message {
  line-height: 1.375; }
  #welcome-message h1 {
    font-size: 1.667em; }

.normal-button {
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.792em;
  color: #5B2872;
  padding: 0.36em 1em;
  margin: 0.36em auto;
  display: block;
  border-color: #CACCCE;
  border-radius: 0.216em;
  border-width: 1px;
  border-style: solid;
  background: #ECF0F0;
  transition: all 0.5s ease; }

/* Define the navigation styles */
#mainnav {
  height: 2.779rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: #5B2872;
  border-bottom: 1px solid #87489B;
  box-shadow: 0 -0.785rem 1.667rem #85888C;
  position: relative; }
  #mainnav .spacer {
    display: none; }

#nav-logo {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  text-align: right;
  cursor: pointer; }
  #nav-logo .icon {
    left: 0.171em;
    top: 0.171em; }
  #nav-logo .button {
    display: inline-block; }
  #nav-logo .icon {
    height: 2.779rem;
    width: 2.779rem;
    position: relative; }

#search {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  position: relative; }
  #search .input-wrap {
    font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 1rem;
    background: #ECF0F0;
    color: #5B2872;
    border-width: 1px solid #87489B;
    border-radius: 5px;
    padding-top: 0.1em;
    padding-left: 0.6em;
    margin-left: 0.6em;
    margin-right: 0.6em;
    height: 1.667rem;
    line-height: 1.667rem;
    position: relative;
    overflow: hidden;
    transition: background 0.5s ease;
    white-space: nowrap; }
    #search .input-wrap input {
      -webkit-appearance: none;
      -moz-appearance: none;
      font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
      z-index: 0;
      border: none;
      background: transparent;
      width: 100%; }
      #search .input-wrap input:focus {
        outline: none; }
    #search .input-wrap.focused {
      outline: none;
      background: #FFFFFF;
      font-weight: 400; }
      #search .input-wrap.focused .search.button {
        box-shadow: 0.792rem -0.6rem 1.667rem #85888C; }
    #search .input-wrap br {
      display: none; }
    #search .input-wrap .search.button {
      display: block;
      position: absolute;
      z-index: 20;
      padding-right: 0.171em;
      padding-left: 0.171em;
      right: 0;
      top: 0;
      border-left: 1px solid #CACCCE;
      cursor: pointer;
      box-shadow: 0 0 0 transparent;
      transition: box-shadow 0.5s ease; }
    #search .input-wrap .icon {
      height: 1.667rem;
      width: 1.667rem; }

#searchfield-ios {
  display: none; }

.ios #searchfield-ios {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer; }

.menu {
  position: absolute;
  top: 3.254rem;
  margin-top: 0;
  background: #ECF0F0;
  border: 2px solid #CACCCE;
  box-shadow: 0 0 1.667rem -0.285rem #85888C;
  transition: visibility 0s linear 0.5s, height 0.5s ease 0s, opacity 0.5s ease 0s; }
  .menu.active {
    transition-delay: 0s; }
  .menu > ul {
    margin: 0;
    padding: 0; }
  .menu a {
    color: #E6E4E2;
    text-decoration: none;
    font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    background: #5B2872;
    cursor: pointer;
    transition: background 0.5s ease; }
    .menu a:hover, .menu a:focus {
      background: #87489B;
      color: #E6E4E2; }
    .menu a:active {
      background: #BE96CC;
      color: #87489B; }
  .menu li {
    padding: 0;
    margin: 0;
    list-style: none; }
    .menu li.non-bible-only {
      display: none; }

.navigation .button.back, .navigation .button.close {
  padding-top: 0.465em; }
  .navigation .button.back .icon-label, .navigation .button.close .icon-label {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.navigation .button.close .icon-wrap {
  top: 0.216em; }

#sitenav {
  margin-bottom: 0;
  margin-left: 0.465rem;
  margin-right: 0;
  padding: 0.465rem 0.465rem 0;
  left: 0;
  font-weight: 200; }
  #sitenav a {
    padding: 0.475rem 1rem;
    margin: 0; }
  #sitenav > ul {
    text-align: left; }

#sitetitle {
  color: #E6E4E2;
  font-size: 1.319em;
  display: none; }

#booknav {
  margin-left: auto;
  margin-right: auto;
  padding: 0.785rem 0.785rem 1em;
  left: 5%;
  right: 5%;
  max-width: 90%;
  z-index: 10;
  font-size: 0.792em; }
  #booknav .bible-section {
    margin-top: 0.465rem;
    margin-bottom: 0.465rem; }
    #booknav .bible-section:first-of-type {
      margin: 0; }
  #booknav h2 {
    color: #5B2872;
    font-size: 1em;
    clear: both;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.171rem; }
  #booknav .back.button,
  #booknav .close.button {
    position: absolute;
    top: 0.92em;
    width: 6em; }
  #booknav .close.button {
    right: 1em; }
  #booknav .back.button {
    left: 1em; }

.location-chooser {
  padding: 0;
  overflow: hidden; }
  .location-chooser .location-chooser-item {
    float: left; }
    .location-chooser .location-chooser-item a {
      padding-top: 1px;
      border-top: 1px solid #BE96CC;
      border-left: 1px solid #BE96CC;
      height: 2rem;
      width: 2rem;
      text-align: center;
      line-height: 2rem; }

/* Basic paragraph styles */
p {
  margin: 0;
  padding: 0 0 0.792em; }

p.extra {
  padding-bottom: 2.2em; }

/* Bound the widths of articles; center them by default. */
.single, .multiple {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto; }

/* Distinguish between Bible and non-Bible content typographically. */
.non-bible,
.four-oh-four {
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200; }
  .non-bible a, .non-bible a:visited,
  .four-oh-four a,
  .four-oh-four a:visited {
    border-bottom: 1px solid;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .non-bible h1, .non-bible h2, .non-bible h3,
  .four-oh-four h1,
  .four-oh-four h2,
  .four-oh-four h3 {
    text-align: center;
    line-height: 1; }
    .non-bible h1 a, .non-bible h1 a:visited, .non-bible h2 a, .non-bible h2 a:visited, .non-bible h3 a, .non-bible h3 a:visited,
    .four-oh-four h1 a,
    .four-oh-four h1 a:visited,
    .four-oh-four h2 a,
    .four-oh-four h2 a:visited,
    .four-oh-four h3 a,
    .four-oh-four h3 a:visited {
      border: none; }
      .non-bible h1 a:hover, .non-bible h1 a:active, .non-bible h1 a:visited:hover, .non-bible h1 a:visited:active, .non-bible h2 a:hover, .non-bible h2 a:active, .non-bible h2 a:visited:hover, .non-bible h2 a:visited:active, .non-bible h3 a:hover, .non-bible h3 a:active, .non-bible h3 a:visited:hover, .non-bible h3 a:visited:active,
      .four-oh-four h1 a:hover,
      .four-oh-four h1 a:active,
      .four-oh-four h1 a:visited:hover,
      .four-oh-four h1 a:visited:active,
      .four-oh-four h2 a:hover,
      .four-oh-four h2 a:active,
      .four-oh-four h2 a:visited:hover,
      .four-oh-four h2 a:visited:active,
      .four-oh-four h3 a:hover,
      .four-oh-four h3 a:active,
      .four-oh-four h3 a:visited:hover,
      .four-oh-four h3 a:visited:active {
        border: none; }
  .non-bible h1,
  .four-oh-four h1 {
    font-family: "CallunaWeb", Times, "Times New Roman", serif;
    font-weight: normal;
    font-size: 2.779em; }
    .non-bible h1 .pre-book-text, .non-bible h1 .book-title,
    .four-oh-four h1 .pre-book-text,
    .four-oh-four h1 .book-title {
      display: block; }
    .non-bible h1 .pre-book-text,
    .four-oh-four h1 .pre-book-text {
      font-style: italic;
      font-size: 2.2rem;
      margin-bottom: 1rem; }
    .non-bible h1 .book-title,
    .four-oh-four h1 .book-title {
      font-size: 4.632rem;
      font-weight: bold;
      padding-bottom: 1.667rem;
      border-bottom: 1px solid #CACCCE; }
      .non-bible h1 .book-title.smaller,
      .four-oh-four h1 .book-title.smaller {
        font-size: 2.779rem; }
  .non-bible h2,
  .four-oh-four h2 {
    font-family: "CallunaWeb", Times, "Times New Roman", serif;
    font-size: 1.667em; }
  .non-bible h3,
  .four-oh-four h3 {
    font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.319em;
    font-weight: normal; }
  .non-bible h4,
  .four-oh-four h4 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic; }
  .non-bible table,
  .four-oh-four table {
    width: 100%;
    text-align: center;
    font-size: 0.792em; }
    .non-bible table td,
    .four-oh-four table td {
      border: 1px solid; }
    .non-bible table .date,
    .four-oh-four table .date {
      border-left: 1px solid;
      border-right: 1px solid; }
  .non-bible .abbreviations,
  .four-oh-four .abbreviations {
    padding: 0;
    text-align: center;
    list-style: none; }
    .non-bible .abbreviations li,
    .four-oh-four .abbreviations li {
      margin: 0 0.285em;
      display: inline-block; }
  .non-bible .editors,
  .four-oh-four .editors {
    text-align: center;
    list-style: none;
    padding-left: 0; }
    .non-bible .editors .editor-name,
    .four-oh-four .editors .editor-name {
      font-weight: bold; }
  .non-bible .contact,
  .four-oh-four .contact {
    text-align: center; }
  .non-bible .concordance-letters,
  .four-oh-four .concordance-letters {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-left: 0px; }
    .non-bible .concordance-letters__link,
    .four-oh-four .concordance-letters__link {
      display: inline-block;
      width: 87.5%; }
    .non-bible .concordance-letters__letter,
    .four-oh-four .concordance-letters__letter {
      list-style: none;
      text-align: center;
      flex: 0 0 7.5%; }
  .non-bible .footnote-link,
  .four-oh-four .footnote-link {
    border: none; }
    .non-bible .footnote-link::before,
    .four-oh-four .footnote-link::before {
      content: "["; }
    .non-bible .footnote-link::after,
    .four-oh-four .footnote-link::after {
      content: "]"; }

/* Styles for the Bible text. */
.bookname {
  color: #5B2872;
  text-align: center;
  font-size: 2.779em;
  margin-top: 0.792em;
  margin-bottom: 0.792rem; }

article:first-of-type .bookname {
  margin-top: 0; }

.dark .bookname, .contrast.button.dark .bookname {
  color: #85888C; }

.sepia .bookname, .contrast.button.sepia .bookname {
  color: #5F4B32; }

.dark .number, .contrast.button.dark .number {
  color: #85888C; }

.sepia .number, .contrast.button.sepia .number {
  color: #BAA690; }

.chnum {
  font-weight: 600;
  font-size: 1.319em;
  padding-left: 0.792rem;
  padding-right: 0;
  display: inline-block; }
  .chnum:after {
    content: '.';
    font-weight: 400; }

.book p:first-of-type .chnum {
  padding-left: 0; }

.vnum {
  color: #CACCCE;
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 0.792em;
  padding-left: 0.216em; }

.chapter {
  padding-bottom: 1.667em; }

.chnum + .verse .vnum {
  padding-left: 0;
  font-weight: 600;
  color: #4B4A47; }

.chsep {
  display: none; }

.sb-access .chsep {
  display: block; }

.reading .sb-access .chsep {
  display: none; }

.divineName {
  font-family: "CallunaWeb_smcp", "CallunaWeb", Times, "Times New Roman", serif; }

.transChange {
  font-style: italic; }

.article-credit {
  text-indent: -0.792em;
  margin-left: 7.77%;
  margin-right: auto; }

.book-nav {
  overflow: hidden; }

.book.button {
  height: auto;
  outline: none;
  color: #85888C; }
  .book.button.back, .book.button.forward {
    font-size: 1rem; }
    .book.button.back .icon-wrap, .book.button.forward .icon-wrap {
      display: inline-block;
      position: relative;
      top: 0.171rem; }
    .book.button.back .icon, .book.button.forward .icon {
      font-size: 0.667em;
      display: inline-block; }
  .book.button.back {
    float: left; }
    .book.button.back .icon-wrap {
      margin-right: -0.216em; }
  .book.button.forward {
    float: right; }
    .book.button.forward .icon-wrap {
      margin-left: -0.216em; }

.reading .chnum {
  visibility: hidden;
  opacity: 0;
  width: 0;
  font-size: 1rem;
  padding-left: 0.285rem; }

.reading .vnum {
  visibility: hidden;
  opacity: 0;
  width: 0;
  font-size: 1rem;
  padding-right: 0;
  padding-left: 0.216em; }
  .reading .vnum.last {
    display: inline; }

.reading .transChange {
  font-style: normal; }

.reading .verse:first-of-type .vnum {
  padding-left: 0; }

.reading p {
  padding: 0;
  text-indent: 1.667em; }
  .reading p:first-of-type {
    text-indent: 0; }

.reading p.extra {
  padding-bottom: 0.792em; }

.lh-small .chnum {
  font-size: 2.779em;
  margin-top: 0.75rem;
  padding-left: 0.1em;
  padding-right: 0.1em; }

.lh-large .chnum {
  font-size: 3.667em;
  margin-top: 1rem; }

.type-microscopic.lh-small .chnum {
  margin-top: 0.45rem; }

.type-microscopic .chnum,
.type-tiny .chnum {
  margin-top: 0.667rem;
  padding-left: 0;
  padding-right: 4px; }

.type-microscopic.lh-large .chnum,
.type-tiny.lh-large .chnum {
  padding-right: 0.285rem; }

.type-tiny.lh-small .chnum {
  margin-top: 0.6rem; }

.type-small.lh-large .chnum {
  font-size: 3.254em; }

.type-large .chnum,
.type-huge .chnum {
  margin-top: 1.1rem; }

.type-large.lh-small .chnum {
  margin-top: 0.9rem; }

.type-huge.lh-small .chnum,
.type-ginormous.lh-small .chnum {
  margin-top: 1rem; }

.type-huge.lh-large .chnum {
  margin-top: 1.05rem; }

.type-ginormous .chnum {
  margin-top: 1.25rem; }

.type-ginormous.lh-large .chnum {
  margin-top: 1.3rem; }

/* Styles for the settings <aside> element */
#settings {
  width: 100%;
  min-width: 100%; }
  #settings .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%; }
    #settings .wrap.items .button {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative; }
      #settings .wrap.items .button .icon-label {
        position: relative;
        top: -1.1rem; }
    #settings .wrap.items .close.button {
      display: none; }
    #settings .wrap.popups {
      padding-bottom: 0.36rem;
      transition: visibility 0s linear 0.5s, height 0.5s ease 0s, opacity 0.5s ease 0s; }
      #settings .wrap.popups .popup {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      #settings .wrap.popups.all-inactive {
        transition: visibility 0s linear 0.5s, height 0.5s ease 0s, opacity 0.5s ease 0s;
        height: 0; }
    #settings .wrap .button, #settings .wrap .popup {
      max-width: 6.112rem; }
  #settings .popup .close.button {
    border-bottom: 2px solid #FFFFFF; }
    #settings .popup .close.button .icon-label {
      background: none;
      color: #85888C; }
    #settings .popup .close.button:hover .icon-label {
      color: #87489B; }
  #settings .spacer {
    visibility: hidden !important; }

.non-bible #settings {
  display: none !important; }

.icon-label {
  display: block;
  margin: auto; }

.items {
  background: #ECF0F0;
  box-shadow: 0 1rem 1.667rem #85888C;
  height: 3.254rem;
  border-top: 1px solid #CACCCE;
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.button {
  cursor: pointer;
  text-align: center;
  color: #85888C;
  font-size: 0.6rem;
  line-height: 1;
  overflow: hidden;
  transition: color 0.5s ease; }
  .button:hover {
    color: #87489B; }
    .button:hover .icon {
      fill: currentColor; }
  .button:active, .button.active {
    color: #5B2872; }
    .button:active .icon, .button.active .icon {
      fill: currentColor; }
  .button .icon-wrap {
    position: relative;
    top: -0.36rem; }
  .button .icon {
    height: 3.254rem;
    width: 3.254rem;
    fill: currentColor; }

.contrast.button {
  font-size: 1rem;
  width: 3.254rem;
  height: 1.667rem;
  line-height: 1.667rem;
  padding: 0.171rem 0.216rem 0;
  margin: 0.36rem auto;
  border: 1px solid;
  border-radius: 3px; }

.popup {
  text-align: center;
  width: 4.254rem;
  font-size: 0.9rem;
  background: #ECF0F0;
  border: 1px solid #CACCCE;
  box-shadow: 0 0 0.785rem #85888C;
  transition: visibility 0s linear 0.5s, height 0.5s ease 0s, opacity 0.5s ease 0s; }
  .popup.active {
    transition-delay: 0s; }
    .popup.active .icon-label {
      visibility: visible;
      height: auto; }
  .popup .button .icon-wrap {
    top: 0; }
  .popup .smaller .size, .popup .larger .size {
    position: absolute; }
    .popup .smaller .size .icon, .popup .larger .size .icon {
      height: 1rem;
      width: 1rem; }
  .popup .smaller .icon {
    height: 2.89244rem;
    width: 2.89244rem;
    margin-top: 0.18078rem; }
  .popup .smaller .size {
    top: 1rem; }
  .popup .larger .icon {
    height: 3.66075rem;
    width: 3.66075rem;
    margin-top: -0.20338rem; }
  .popup .larger .size {
    top: 1.319rem; }
  .popup .icon-label {
    display: block;
    background: #85888C;
    height: 1.667rem;
    line-height: 1.667rem;
    padding-top: 0.171rem;
    color: #ECF0F0; }
  .popup .switcher .icon-label {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0; }
    .popup .switcher .icon-label.selected {
      visibility: visible;
      height: auto; }
  .popup .typesize.larger .icon-wrap {
    right: 6px; }
  .popup .typesize.larger .size {
    right: 5px; }
  .popup .typesize.smaller .icon-wrap {
    right: 5px; }
  .popup .typesize.smaller .size {
    right: 6px; }
  .popup .lineheight.larger .icon-wrap {
    right: 6px; }
  .popup .lineheight.larger .size {
    right: 2px; }
  .popup .lineheight.smaller .icon-wrap {
    right: 6px; }
  .popup .lineheight.smaller .size {
    right: 5px; }

#contrast-popup .switcher {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  padding-top: 0.171rem; }
  #contrast-popup .switcher .button {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 auto;
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

.toc__acknowledgements {
  text-align: center; }

.toc-nav {
  display: block;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid;
  padding: .5em 0; }

.related-article,
.long-note-link {
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.792em;
  padding: 0.36em;
  margin: 0.36em;
  border-color: #CACCCE;
  border-radius: 0.216em;
  border-width: 1px;
  border-style: solid;
  background: #ECF0F0;
  transition: all 0.5s ease; }
  .related-article:hover,
  .long-note-link:hover {
    box-shadow: 0 0 0.792em #CACCCE; }

.book-notes {
  text-align: center;
  margin-bottom: 1em; }
  .book-notes .related-article {
    display: inline-block; }

.text-note {
  display: inline-block;
  position: relative;
  text-indent: 0; }

.note-link {
  width: 1em;
  text-align: center;
  display: inline-block;
  text-indent: 0; }
  .note-link.long-note-link {
    width: auto; }

.note-popover {
  max-width: 36rem;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  background: #ECF0F0;
  border: 1px solid #CACCCE;
  box-shadow: 0 0 1.667rem #85888C;
  z-index: 10;
  min-width: 22rem;
  overflow: hidden; }
  .note-popover.above {
    top: auto;
    bottom: 1.667em; }
  .note-popover .close.button {
    width: 100%;
    height: 1.2rem;
    margin: 0;
    border-bottom: 2px solid white;
    background: #ECF0F0;
    position: absolute;
    top: 0; }
    .note-popover .close.button .icon-label {
      float: left;
      padding-left: 0.3rem;
      padding-top: 0.1rem; }
    .note-popover .close.button .icon-wrap {
      position: relative;
      top: 0;
      margin-top: -1px;
      float: right;
      padding-right: 0.3rem;
      padding-top: 0.1rem; }
  .note-popover .note-content {
    display: inline-block;
    position: relative;
    font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.792em;
    padding: 0.792em 0.792em 0;
    line-height: 1.375;
    margin-top: calc(1.2rem + 2px);
    overflow: scroll; }
    .note-popover .note-content::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    .note-popover .note-content::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.note {
  font-family: "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  padding: 0.396em; }
  .note.study, .note[type="x-strongsMarkup"] {
    display: none; }

.reading .note-link,
.reading .related-article {
  display: none; }

/* Define screen layouts. */
html, body {
  height: 100%; }

html {
  font-size: 100%; }

body {
  font: normal normal 112.5%/1.5 "CallunaWeb", Times, "Times New Roman", serif;
  -webkit-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga", "kern";
  -ms-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-text-size-adjust: none; }

#mainnav {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%; }

main {
  padding-top: 1rem;
  padding-bottom: 3.667rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-top: 2.779rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  position: relative;
  min-height: 0px; }

#settings {
  position: fixed;
  bottom: 32px;
  width: 100%; }

.branding-stripe {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 32px; }

.mobile-app #mainnav {
  padding-top: 16px; }

.columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .columns .column-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }

ul.columns {
  padding: 0;
  margin: 0;
  list-style: none; }

/* Define media-query-based changes to screen layouts, styles, etc. */
.wide-only {
  display: none; }

@media screen and (max-width: 26rem) {
  .note-popover {
    min-width: 90vw; } }

@media screen and (max-width: 760px) {
  .branding-stripe {
    font: 14px / 22px "ProximaNovaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 22px; }
  .book-nav.after {
    margin-bottom: 2em; }
  #settings {
    bottom: 22px; } }

@media screen and (max-width: 400px), screen and (min-width: 760px) {
  .close.button .icon-label {
    text-align: left;
    margin-left: 0.285rem; } }

@media screen and (min-width: 520px) {
  .form.user, .form.update {
    display: inline-block;
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 83%; }
  .form.user {
    text-align: center; }
    .form.user .label,
    .form.user .text-field {
      display: inline-block;
      padding-left: 1.25%;
      padding-right: 1.25%;
      width: 83%;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (min-width: 760px) {
  .form.user, .form.update {
    display: inline-block;
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 40%; }
  .form .buffer {
    height: 2.2rem; }
  .form .row {
    padding-top: 0.13rem;
    padding-bottom: 0.13rem; }
  .form .label,
  .form .submit,
  .form .text-field {
    margin-bottom: 0.792rem; }
  .forms .buffer {
    width: 2.5%;
    height: 1rem;
    display: inline-block; } }

@media screen and (min-height: 380px) and (min-width: 760px) {
  #nav-logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 20%;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%; }
  #sitenav {
    margin-left: calc(50% - 22rem); }
  #search {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 38rem;
    -moz-flex: 0 0 38rem;
    -ms-flex: 0 0 38rem;
    flex: 0 0 38rem;
    max-width: 38rem; }
  #mainnav .spacer {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 20%;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 100%; }
  .location-chooser {
    font-size: 1em; }
    .location-chooser .location-chooser-item a {
      height: 2.779em;
      width: 2.779em;
      line-height: 2.779em; }
  #booknav h2 {
    font-size: 1.319em; }
  #settings {
    display: block;
    width: auto;
    min-width: unset;
    height: auto;
    bottom: auto;
    right: 0;
    top: 2.779rem; }
    #settings .wrap {
      display: block;
      position: absolute;
      top: 0;
      width: 4.667rem;
      padding-left: 0;
      padding-right: 0;
      -webkit-box-flex: none;
      -moz-box-flex: none;
      box-flex: none;
      -webkit-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none; }
      #settings .wrap.items {
        height: auto;
        right: 0;
        box-shadow: 0.792rem -0.6rem 1.667rem #85888C;
        border-top: none;
        border-left: 1px solid #CACCCE;
        border-bottom: 1px solid #CACCCE; }
        #settings .wrap.items .button {
          display: block;
          padding-top: 0.667rem;
          padding-bottom: 0.667rem;
          padding-left: 0.171rem;
          padding-right: 0.171rem; }
          #settings .wrap.items .button .icon {
            top: 0; }
      #settings .wrap.popups {
        height: auto;
        padding: 0;
        right: 4.654rem;
        display: block; }
        #settings .wrap.popups .popup {
          -webkit-box-flex: none;
          -moz-box-flex: none;
          box-flex: none;
          -webkit-flex: none;
          -moz-flex: none;
          -ms-flex: none;
          flex: none;
          max-width: auto; }
    #settings .popup {
      position: absolute;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      flex-flow: column nowrap;
      width: 4.254rem; }
      #settings .popup .switcher {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        width: 100%; }
      #settings .popup .close.button {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 100%;
        border-bottom: none;
        border-top: 2px solid #FFFFFF; }
    #settings .popup.item-0 {
      top: 0.475rem; }
    #settings .popup.item-1 {
      top: 5.617rem; }
    #settings .popup.item-2 {
      top: 10.759rem; }
    #settings .popup.item-3 {
      top: 15.901rem; }
    #settings .popup.item-4 {
      top: 21.043rem; }
    #settings .popup.item-5 {
      top: 26.185rem; }
    #settings .popup.item-6 {
      top: 31.327rem; }
    #settings .popup.item-7 {
      top: 36.469rem; }
    #settings .popup.item-8 {
      top: 41.611rem; }
    #settings .popup.item-9 {
      top: 46.753rem; }
    #settings .popup.item-10 {
      top: 51.895rem; }
  .mobile-app #settings {
    top: 3.779rem; } }

@media screen and (min-height: 570px) {
  #booknav {
    max-width: 36rem; } }

@media screen and (max-height: 320px) {
  #booknav h2 {
    display: none; } }

@media screen and (min-width: 980px) {
  .multiple {
    width: auto;
    max-width: none;
    margin-left: 4.632rem;
    margin-right: 4.632rem; }
  .columns .column-item {
    max-width: 36rem;
    padding: 0 1rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 40%;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%; } }

@media screen and (min-width: 1340px) {
  #nav-logo {
    padding-right: 1.71%; }
  #sitetitle {
    display: inline-block;
    font-weight: normal;
    margin-left: 0.285em;
    position: relative;
    top: -0.475rem; }
  #mainnav .spacer {
    display: none;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  #sitenav {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 20%;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    margin: 0;
    left: auto;
    color: #E6E4E2;
    padding-top: 0;
    padding-left: 1.71%;
    padding-right: 0;
    padding-bottom: 0;
    background: none;
    border: none;
    height: auto;
    box-shadow: none;
    text-align: right;
    position: static; }
    #sitenav.inactive {
      visibility: visible;
      opacity: 1; }
    #sitenav .close.button {
      display: none; }
    #sitenav li {
      display: inline-block; }
      #sitenav li a {
        background: #5B2872;
        height: 2.779rem;
        line-height: 2.779rem;
        padding: 0 0.465rem; }
        #sitenav li a:hover, #sitenav li a:focus {
          background: #87489B; }
        #sitenav li a:active {
          color: #5B2872;
          background: #BE96CC; }
  #sitenav-read {
    display: none; }
  .uncontained.row {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto; }
  .form.user .label, .form.update .label {
    text-align: right;
    display: inline-block;
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 26%; }
  .form.user {
    text-align: left; }
    .form.user .text-field {
      display: inline-block;
      padding-left: 1.25%;
      padding-right: 1.25%;
      width: 54%; }
    .form.user .submit {
      margin-right: 13.5%; }
  .form.update .text-field {
    display: inline-block;
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 68%; }
  .form.update .submit {
    margin-right: 0; } }

@media screen and (max-resolution: 1dppx), screen and (-webkit-max-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 1) {
  #sitenav, .close.button, .non-bible {
    font-weight: 400; } }
