@charset "UTF-8";
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875em;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: none;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 2.45em;
  border: 1px solid #d7d7d7;
  background-color: #fbfbfb;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset;
  color: #424141;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2.3;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/graphics/pb/icons_form.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/graphics/pb/icons_form.png);
  background-size: 200px 40px;
  background-position: -9px 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .chosen-container-single .chosen-single div b {
    background-image: url(/graphics/pb/icons_form@2x.png);
  }
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search:after {
  position: absolute;
  right: 0.5em;
  top: 0.7em;
  width: 18px;
  height: 18px;
  content: "";
  z-index: 2000;
  background-image: url(/graphics/pb/icons_form.png);
  background-size: 200px 40px;
  background-position: -91px 1px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .chosen-container-single .chosen-search:after {
    background-image: url(/graphics/pb/icons_form@2x.png);
  }
}

.chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding-right: 2em;
  width: 100%;
  height: auto;
  outline: 0;
  background: #fbfbfb;
  line-height: normal;
  border-radius: 0;
  position: relative;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  border-top: 1px dashed #d7d7d7;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0.25em 0.25em;
  padding: 0.5em 0.25em 0.25em;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #04a2c4;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/graphics/pb/icons_form.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #04a2c4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -29px 4px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("/graphics/pb/icons_form.png") no-repeat -30px -20px;
  background: url("/graphics/pb/icons_form.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

* {
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #424141;
}

body {
  color: #424141;
  font: 100%/1.25 "lft-etica", Verdana, sans-serif;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

iframe {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  width: 100%;
}

input,
textarea {
  font: 100%/1.2 "lft-etica", Verdana, sans-serif;
  font-size: 0.875em;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #d7d7d7;
  background-color: #fbfbfb;
  padding: 0.5em;
}

a:focus {
  outline: 1px solid rgba(5, 183, 221, 0.5);
}

label {
  font-size: 0.875em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #04a2c4;
  outline: none;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

a {
  color: #424141;
  transition: all 0.2s ease;
}
a:hover {
  color: #fc3f3f;
}
a:active {
  text-decoration: none;
}

.button, .post-prayer__signup span, .modal__confirm, .modal__cancel,
input[type=submit],
button {
  border: none;
  border-radius: 0.4em;
  background-color: #fc3f3f;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "lft-etica", Verdana, sans-serif;
  font-size: 1em;
  padding: 0.55em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: all 0.2s ease;
}
.button:hover, .post-prayer__signup span:hover, .modal__confirm:hover, .modal__cancel:hover,
input[type=submit]:hover,
button:hover {
  color: white;
  box-shadow: 0 1px 0 black;
}
.button:active, .post-prayer__signup span:active, .modal__confirm:active, .modal__cancel:active,
input[type=submit]:active,
button:active {
  box-shadow: inset 0 2px 0 black;
}

.button--square,
input.button--square {
  border-radius: 0;
}

.button__wrapper {
  text-align: center;
}

.is-hidden {
  display: none;
}

.modal, .modal__shadow {
  visibility: hidden;
}

.modal {
  background-color: white;
  border-radius: 0.5em;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  margin: 0 0 0 -45%;
  padding: 0 0 2em;
  position: absolute;
  left: 50%;
  top: 2em;
  opacity: 0;
  width: 90%;
  z-index: 1200;
  transform: scale(0.6);
  transition: opacity 0.35s;
  transition-property: transform;
  transition-duration: 0.35s;
}
@media screen and (min-width: 34em) {
  .modal {
    margin: 0 0 0 -15em;
    max-width: 30em;
  }
}

.modal--show {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.modal__shadow {
  background-color: #353434;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1198;
  transition: all ease-out 0.5s;
}

.modal__shadow--show {
  visibility: visible;
  opacity: 0.8;
}

.modal__close {
  color: #424141;
  font-weight: normal;
  font-size: 1.5em;
  position: absolute;
  right: 0.5em;
  text-decoration: none;
  padding: 0.25em 0.5em;
  top: 0.5em;
}
.modal__close:hover {
  color: white;
}

.modal__title {
  background-color: #fc3f3f;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  color: white;
  font-size: 1.5em;
  margin: 0;
  padding: 0.75em 2.5em 0.75em 1.25em;
}

.modal__content {
  padding: 1.5em 2em;
}

.modal__controls {
  border-top: 1px solid #cecece;
  background-color: #eeeeee;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  margin: 0 0 -2em;
  padding: 1.5em 0;
  text-align: center;
}

.modal__cancel {
  background-color: transparent;
  box-shadow: 2px 0 0 0 #fc3f3f inset, 0 2px 0 0 #fc3f3f inset, -2px 0 0 #fc3f3f inset, 0 -2px 0 0 #fc3f3f inset;
  color: #fc3f3f;
}
.modal__cancel:hover {
  box-shadow: 4px 0 0 0 #fc3f3f inset, 0 4px 0 0 #fc3f3f inset, -4px 0 0 #fc3f3f inset, 0 -4px 0 0 #fc3f3f inset;
  color: #fc3f3f;
}

.modal__confirm {
  margin: 0 0.5em;
}

html {
  background-color: #1d1d1d;
}

html,
body {
  height: 100%;
}

.site-wrapper-outer {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.site-wrapper-inner {
  left: 0;
  position: relative;
  margin: 0 auto;
  transition: left 0.25s ease-out, right 0.25s ease-out;
}
.js-nav-open .site-wrapper-inner {
  left: 80%;
}
@media screen and (min-width: 32em) {
  .js-nav-open .site-wrapper-inner {
    left: auto;
    right: -18.75em;
  }
}
.js-nav-open .site-wrapper-inner::before {
  content: " ";
  z-index: 8888;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site-header {
  background: black url(/graphics/pb/bg_header_home.jpg) bottom left no-repeat;
  padding: 1.5em 1.5em 0.5em;
  position: relative;
  transition: left 0.25s ease-out, right 0.25s ease-out, padding 0.25s ease-out;
}
@media screen and (min-width: 36em) {
  .site-header {
    background: black url(/graphics/pb/bg_header_home.jpg) bottom right no-repeat;
  }
}
@media screen and (min-width: 72em) {
  .site-header {
    background: black url(/graphics/pb/bg_header.jpg) 50% center no-repeat;
    padding: 5em 1.5em 0.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
.site-header.is-collapsed {
  padding: 1.6em 1.5em 0.5em;
  width: 100%;
}
@media screen and (min-width: 72em) {
  .js-nav-open .site-header {
    right: -18.75em;
  }
}

@media screen and (min-width: 72em) {
  .site-header--home {
    background-position: bottom center;
    position: static;
    padding: 7em 1.5em 2.5em;
  }
}

.header__content {
  max-width: 18em;
}
@media screen and (min-width: 45em) {
  .header__content {
    max-width: 58.75em;
    margin: 0 auto;
  }
}

.site-header--home {
  color: white;
}

.header__desc {
  font-family: "athelas", Georgia, sans-serif;
  font-size: 1.125em;
}
@media screen and (min-width: 45em) {
  .header__desc {
    margin: 0 37.75% 0 0;
  }
}

.header__join {
  border-top: 1px solid white;
  overflow: hidden;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 45em) {
  .header__join {
    margin: 0 37.75% 0 0;
  }
}

@media screen and (min-width: 45em) {
  .header__join-button {
    display: block;
    float: left;
  }
}

.header__stats {
  font-family: "athelas", Georgia, sans-serif;
  font-style: italic;
  padding: 1em 0 0;
}
@media screen and (min-width: 45em) {
  .header__stats {
    display: block;
    font-style: normal;
    float: left;
    width: 12em;
    padding: 0 0 0 1em;
    text-align: left;
  }
}
@media screen and (min-width: 52em) {
  .header__stats {
    width: 15em;
  }
}
@media screen and (min-width: 60em) {
  .header__stats {
    font-size: 1.125em;
    padding: 0.375em 0 0 0.625em;
    width: auto;
  }
}

.logo-main {
  clear: both;
  margin: 0;
}
@media (min-width: 45em) {
  .logo-main {
    display: flex;
    margin-bottom: 0.375rem;
  }
}

.logo-main__icommit {
  background-image: url(/graphics/pb/icons.png);
  background-size: 675px 60px;
  background-repeat: no-repeat;
  background-position: -205px 0;
  display: block;
  margin: 0;
  text-indent: -9999px;
  height: 1.5em;
  width: 10em;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .logo-main__icommit {
    background-image: url(/graphics/pb/icons@2x.png);
  }
}
.logo-main__icommit:hover {
  opacity: 0.7;
}
@media screen and (min-width: 45em) {
  .logo-main__icommit {
    background-size: 900px 80px;
    background-position: -272px 0;
    width: 14em;
    height: 1.875em;
  }
}

.logo-main__pcom {
  display: none;
  margin-left: 0.375rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  text-indent: -9999px;
  background: url(/graphics/pb/vom_logo.svg) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  height: 34px;
  width: 10.5em;
}
.logo-main__pcom:hover {
  opacity: 0.7;
}
@media screen and (min-width: 45em) {
  .logo-main__pcom {
    display: block;
  }
}

.site-footer {
  background-color: #2d2d2d;
  padding: 3em 1.5em;
}
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 72em) {
  .site-footer {
    padding-bottom: 4em;
  }
}

.site-footer__wrapper {
  max-width: 58.75em;
  margin: 0 auto;
  position: relative;
}

.link--top {
  background-color: #2d2d2d;
  border-radius: 0.5em 0.5em 0 0;
  color: white;
  display: inline-block;
  font-size: 0.9375em;
  top: -4.5em;
  position: absolute;
  right: 1.5em;
  padding: 0.425em 0.75em;
}
@media screen and (min-width: 54em) {
  .link--top {
    right: 0;
  }
}

.site-footer__meta {
  color: white;
  padding-bottom: 2em;
}
@media screen and (min-width: 54em) {
  .site-footer__meta {
    float: left;
  }
}

.site-footer__icommit {
  background-image: url(/graphics/pb/icons.png);
  background-size: 675px 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -205px 0;
  font-size: 1em;
  height: 2.25em;
  margin: 0;
  text-indent: -9999px;
  width: 15em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .site-footer__icommit {
    background-image: url(/graphics/pb/icons@2x.png);
  }
}

.site-footer__logos {
  margin-bottom: 2rem;
}
@media (min-width: 45em) {
  .site-footer__logos {
    display: flex;
  }
}
@media (min-width: 54em) {
  .site-footer__logos {
    padding-top: 1.325rem;
  }
}

.site-footer__pcom {
  display: block;
  text-indent: -9999px;
  background: url(/graphics/pb/vom_logo.svg) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  height: 38px;
  width: 11em;
}
@media (min-width: 45em) {
  .site-footer__pcom {
    margin-left: 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    margin-top: -0.425rem;
    background-size: 85% auto;
    width: 12rem;
  }
}

.site-footer__copy {
  font-size: 0.9375em;
  margin: 0 0 1.5em;
}

.site-footer__credits {
  color: #999;
  font-size: 0.75em;
  font-family: "athelas", Georgia, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.site-footer__credits a {
  color: #999;
}

.share--footer {
  padding: 2em 0 0;
}
@media screen and (min-width: 54em) {
  .share--footer {
    padding: 1em 0 0;
    float: right;
  }
}
.share--footer a {
  display: block;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 32em) {
  .share--footer a {
    display: inline;
  }
}

.site-footer__desc {
  clear: both;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-size: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 2.5rem auto 0;
  padding: 1.875rem 0 0;
  width: 100%;
  line-height: 1.75;
  text-align: center;
  grid-row: 2;
  grid-column: 1/3;
}
@media (min-width: 48em) {
  .site-footer__desc {
    margin-top: 0;
  }
}
@media (min-width: 72em) {
  .site-footer__desc {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.site-footer__desc a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.site-footer__desc a:hover {
  text-decoration: none;
}
.site-footer__desc span {
  display: block;
  height: 0.375rem;
  opacity: 0;
  position: relative;
}
@media (min-width: 72em) {
  .site-footer__desc span {
    display: inline-block;
    height: auto;
    margin: 0 0.375rem;
    opacity: 0.4;
  }
}

.menu-show {
  background-color: #424141;
  border-radius: 0.25em;
  color: white;
  display: block;
  float: left;
  padding: 0.5em 1em;
  margin: 0 0 1em;
  text-decoration: none;
}
@media (min-width: 45em) {
  .menu-show {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 72em) {
  .menu-show {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
  }
}
.menu-show:hover, .menu-show:active {
  background-color: #fc3f3f;
  color: white;
}

.menu-close {
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  overflow: hidden;
  padding: 2.5em 0 0;
  right: 0;
  top: 0;
}
.menu-close:before {
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  background-position: -792px -4px;
  content: "";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 0.875em;
  left: 1em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .menu-close:before {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}
.menu-close:hover {
  opacity: 0.5;
}

.nav-main {
  background-color: #1d1d1d;
  position: relative;
}
.nav-main:not(:target) {
  height: 0;
  overflow: hidden;
}
.js .nav-main {
  left: -80%;
  height: 100%;
  width: 80%;
  z-index: 1200;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 32em) {
  .js .nav-main {
    left: -18.75em;
    max-width: 18.75em;
  }
}

.nav__options {
  padding: 1em 0 1.5em;
}
.nav__options .icon {
  display: inline-block;
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  margin: 0 0.875em 0 0;
  position: relative;
  top: 0.8em;
  left: 0.8em;
  height: 18px;
  width: 18px;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .nav__options .icon {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}
.nav__options a {
  color: #a09f9f;
  display: block;
  text-decoration: none;
  padding: 0.75em 1.5em 0.75em 2.5em;
  position: relative;
}
.nav__options a:hover {
  color: white;
}
.nav__options .nav--inactive-item {
  display: none;
  visibility: hidden;
}

.nav__item-note {
  color: #cecece;
  display: block;
  font-size: 0.625em;
  font-style: italic;
  padding-top: 0.125em;
  padding-left: 3.25em;
}

.nav--home .icon {
  background-position: -886px 0;
}

.nav--allRequests .icon {
  background-position: -827px -23px;
}

.nav--myPrayers .icon {
  background-position: -867px -22px;
}

.nav--country .icon {
  background-position: -867px 0;
}

a.nav--country--hide {
  display: none;
}

.nav--keyword .icon {
  background-position: -807px 0;
}

a.nav--keyword--hide {
  display: none;
}

.nav--faq .icon {
  background-position: -847px 0;
}

.nav--privacy .icon {
  background-position: -827px 0;
}

.nav--account .icon {
  background-position: -847px -23px;
}

.nav__join {
  margin: 0 0 2em 3.75em;
}

.nav__countries {
  display: none;
  margin: 0 1em;
  padding: 0.5em 0 0.325em;
}
.nav__countries .chosen-container {
  width: 100% !important;
}
.nav__countries .chosen-single {
  border-radius: 0.25em;
}
.nav__countries .chosen-single:hover {
  color: #a09f9f;
}

.nav__countries--show {
  display: block;
}

.nav__search {
  display: none;
  padding: 0.5em 2em 0.3em 1.25em;
  position: relative;
}
.nav__search:before {
  content: "";
  position: absolute;
  top: 1.05em;
  right: 2.625em;
  width: 1em;
  height: 1em;
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  background-position: -808px -1px;
  z-index: 50;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .nav__search:before {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}

.nav__search--show {
  display: block;
}

.nav__search__label {
  position: absolute;
  left: 2.5em;
  top: 1.2em;
  z-index: 5;
}

input.nav__search__text {
  border-radius: 2em;
  display: block;
  padding: 0.5em 2.25em 0.5em 1em;
  position: relative;
  width: 100%;
}

.nav__search .nav__search__close {
  display: block;
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  width: 1em;
  height: 1em;
  right: 0.5em;
  top: 1em;
  position: absolute;
  text-indent: -9999px;
  padding: 0;
  background-position: -790px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .nav__search .nav__search__close {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}

.hello-bar {
  background-color: #11171b;
  position: relative;
}

.hello-bar__inner {
  animation: home-hellobar-show 1s ease 0.5s;
  animation-fill-mode: both;
  background-color: white;
  padding: 1rem 3.125rem;
  text-align: center;
}
@media (min-width: 72em) {
  .hello-bar__inner {
    padding: 2rem;
  }
}

.hello-bar__inner a {
  display: inline-block;
  text-decoration: underline;
  font-weight: normal;
}
@media (min-width: 72em) {
  .hello-bar__inner a {
    margin-left: 0.25rem;
  }
}
.hello-bar__inner a:hover {
  text-decoration: none;
}

.hello-bar__close {
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 2.5rem;
  width: 2.5rem;
  background: none;
  box-shadow: none;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
@media (min-width: 54em) {
  .hello-bar__close {
    top: 50%;
    margin-top: -1.25rem;
  }
}
@media (min-width: 60em) {
  .hello-bar__close {
    height: 3.125rem;
    width: 3.125rem;
  }
}
@media (min-width: 72em) {
  .hello-bar__close {
    margin-top: 0;
    top: 1rem;
    right: 1rem;
  }
}
.hello-bar__close:hover {
  background: rgba(0, 0, 0, 0.3);
}
.hello-bar__close span {
  position: absolute;
  top: -999rem;
  left: -999rem;
}
.hello-bar__close::after, .hello-bar__close::before {
  content: "";
  font-size: 28px;
  position: absolute;
  display: block;
  background-color: #424141;
  top: 1.125rem;
  width: 18px;
  height: 4px;
  line-height: 1;
  transform-origin: center;
  left: 0.625rem;
  right: 0;
  text-align: center;
}
@media (min-width: 60em) {
  .hello-bar__close::after, .hello-bar__close::before {
    top: 1.425rem;
    left: 0.875rem;
  }
}
.hello-bar__close::before {
  transform: rotateZ(-45deg);
}
.hello-bar__close::after {
  transform: rotateZ(45deg);
}

@keyframes home-hellobar-show {
  0% {
    opacity: 0;
    transform: translateY(-5rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.ty-message {
  background-color: #090909;
  border-bottom: 4px solid black;
  padding: 1.25rem;
}
@media screen and (min-width: 23.5em) {
  .ty-message {
    padding: 1.875rem 2.5rem;
  }
}

.ty-message__inner {
  background-color: white;
  font-family: "lft-etica", Verdana, sans-serif;
  max-width: 28rem;
  margin: 0 auto;
  padding: 1.875rem 1.875rem 1.25rem 2.5rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  position: relative;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: tyMessageShow;
}
@media screen and (min-width: 48em) {
  .ty-message__inner {
    padding: 2.5rem 2.75rem 1.5rem;
  }
}
.ty-message__inner .share-band {
  margin-bottom: 0;
  margin-top: 1rem;
}
.ty-message__inner p {
  padding-bottom: 0.625rem;
}

@keyframes tyMessageShow {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0) scale3d(1, 1, 1);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  85% {
    transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__icon {
  background-color: #00ae31;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -1.5em;
  top: 1.25em;
  border-radius: 10em;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: tyMessageIconShow;
}
@media screen and (min-width: 48em) {
  .ty-message__icon {
    top: 1.75em;
  }
}

@keyframes tyMessageIconShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ty-message__icon-inner {
  background-image: url(/graphics/pb/lp_sprites.png?v=20161104a);
  background-size: 300px 220px;
  background-position: -211px 0;
  width: 48px;
  height: 48px;
  animation-delay: 1.75s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: tyMessageIconInnerShow;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .ty-message__icon-inner {
    background-image: url(/graphics/pb/lp_sprites@2x.png?v=20161104a);
  }
}

@keyframes tyMessageIconInnerShow {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0) scale3d(1, 1, 1);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  70% {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__title {
  color: #00ae31;
  margin: 0 0 0.5em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: "lft-etica", Verdana, sans-serif;
}

.home__requests {
  background-color: white;
  padding: 2.5em 1.5em 3.75em;
}
@media screen and (min-width: 54em) {
  .home__requests {
    padding: 4.25em 1.5em 5em;
  }
}

.home__requests__wrapper {
  max-width: 58.75em;
  margin: 0 auto;
  position: relative;
}
.home__requests__wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home__requests__wrapper .home__requests-featured {
  min-height: 30em;
}
.home__requests__wrapper .home__requests-featured:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 72em) {
  .home__requests__wrapper .home__requests-featured {
    min-height: 0;
  }
}

@media (min-width: 45em) {
  .home__requests-featured .request__links {
    max-width: 63%;
  }
}
@media (min-width: 72em) {
  .home__requests-featured .request__links {
    max-width: none;
  }
}

.home__requests-secondary {
  border-top: 1px solid #cecece;
  margin-top: 1.875rem;
}
@media screen and (min-width: 45em) {
  .home__requests-secondary {
    margin-top: 2.5rem;
  }
}
.home__requests-secondary .request-mini {
  border-bottom: 1px solid #cecece;
  padding: 1em 0;
}
@media screen and (min-width: 45em) {
  .home__requests-secondary .request-mini {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 2.5rem;
  }
}
.home__requests-secondary .request-mini:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home__requests-secondary .request-mini img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {
  .home__requests-secondary--two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.75rem;
  }
}

.home-opportunities {
  background: black url(/graphics/pb/home_prayerguide_bg.jpg?v=20191105) center no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.3);
  padding: 0 1.25rem;
  position: relative;
}

.home-opportunities__wrap {
  display: grid;
  gap: 3.125rem;
  margin: 0 auto;
  max-width: 58.75rem;
}
@media (min-width: 48em) {
  .home-opportunities__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .home-opportunities__wrap {
    padding-top: 0;
    gap: 3.75rem;
  }
}

.home-prayerguide__inner {
  position: relative;
  padding: 16.25rem 2.5rem 1.25rem;
}
@media (min-width: 72em) {
  .home-prayerguide__inner {
    padding-top: 21.875rem;
  }
}

.home-prayerguide__book {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  width: 9rem;
}
@media (min-width: 72em) {
  .home-prayerguide__book {
    width: 12.5rem;
  }
}

.home-prayerguide__book--1 {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.33);
  margin-left: -8.125rem;
  transform: rotateZ(-6deg);
  z-index: 1;
  animation: home-prayerguide-show-book-1 1s ease 1s;
  animation-fill-mode: both;
}
@media (min-width: 72em) {
  .home-prayerguide__book--1 {
    margin-left: -11.25rem;
  }
}

@keyframes home-prayerguide-show-book-1 {
  0% {
    opacity: 0;
    transform: rotateZ(6deg) translateY(5rem) translateX(5rem);
  }
  100% {
    opacity: 1;
    transform: rotateZ(-6deg) translateY(0);
  }
}
.home-prayerguide__book--2 {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  margin-left: -0.625rem;
  transform: rotateZ(6deg) translateY(1.25rem);
  animation: home-prayerguide-show-book-2 1s ease 1.5s;
  animation-fill-mode: both;
}

@keyframes home-prayerguide-show-book-2 {
  0% {
    opacity: 0;
    transform: rotateZ(-6deg) translateY(5rem) translateX(-5rem);
  }
  100% {
    opacity: 1;
    transform: rotateZ(6deg) translateY(1.25rem);
  }
}
.home-prayerguide__content {
  max-width: 20rem;
  margin: 0 auto;
  padding: 1.875rem 1.25rem 0;
  text-align: center;
  position: relative;
  z-index: 5;
  animation: home-prayerguide-show-text 1.5s ease 0.5s;
  animation-fill-mode: both;
}
@media (min-width: 72em) {
  .home-prayerguide__content {
    max-width: 24rem;
  }
}

@keyframes home-prayerguide-show-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-prayerguide__title {
  display: block;
  font-weight: normal;
  display: block;
  line-height: 1;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.12rem;
  color: #fc3f3f;
}
@media (min-width: 23em) {
  .home-prayerguide__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 72em) {
  .home-prayerguide__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.home-prayerguide__desc {
  line-height: 1.35;
  display: block;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .home-prayerguide__desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media (min-width: 60em) {
  .home-prayerguide__buttons button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.home-app__header {
  padding: 0 1.875rem 3.75rem;
  display: grid;
}
@media (min-width: 48em) {
  .home-app__header {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
}
@media (min-width: 54em) {
  .home-app__header {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-app__devices {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 72em) {
  .home-app__devices {
    max-width: 25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}

.home-app__devices-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.3fr 1fr 0.3fr 1.05fr;
}

.home-app__device--1 {
  grid-row: 1;
  grid-column: 1/3;
}

.home-app__device--2 {
  grid-row: 1;
  grid-column: 2/5;
  z-index: 1;
}

.home-app__device--3 {
  grid-row: 1;
  grid-column: 4/7;
}

.home-app__header-content {
  max-width: 21rem;
  margin: 0 auto;
}
@media (min-width: 72em) {
  .home-app__header-content {
    max-width: 24rem;
  }
}

.home-app__title {
  line-height: 1.35;
  margin: 0 0 1.25rem;
  text-align: center;
}
.home-app__title strong {
  background: url(/graphics/pb/home_app_header_title_mobile.svg) left top no-repeat;
  display: block;
  height: 0;
  background-size: contain;
  padding-top: 15%;
  text-indent: -999rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 24em) {
  .home-app__title strong {
    margin-bottom: 0.5rem;
  }
}
.home-app__title span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: -0.01em;
}
@media (min-width: 72em) {
  .home-app__title span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.home-app__download-title {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  text-align: center;
}
@media (min-width: 24em) {
  .home-app__download-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}

.home-app__download-links {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 24em) {
  .home-app__download-links {
    gap: 0.375rem;
  }
}

.home-app__download-link {
  display: block;
  background: left top no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 2.5rem;
  width: 7.5rem;
  margin-bottom: 0.25rem;
}

.home-app__download-link--ios {
  background-image: url(/graphics/pb/home_app_button_appstore.svg);
}

.home-app__download-link--android {
  background-image: url(/graphics/pb/home_app_button_googleplay.svg);
  background-position: center;
  width: 8.5rem;
}

.share a {
  color: white;
  text-decoration: none;
}
.share a:hover {
  opacity: 0.6;
}
.share span {
  font-size: 0.875em;
  position: relative;
  top: -0.8em;
}
.share .icon {
  height: 2.25em;
  width: 2.25em;
}

.icon {
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .icon {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}

.share--facebook .icon {
  background-position: -88px -1px;
}
.share--facebook span {
  margin: 0 1.25em 0 0.625em;
}

.share--twitter .icon {
  background-position: -134px 0px;
}
.share--twitter span {
  margin: 0 0 0 0.625em;
}

.home__vom {
  background-color: white;
  font-family: "athelas", Georgia, sans-serif;
  padding: 5em 1.5em 5em;
}

.home__vom__wrapper {
  max-width: 58.75em;
  margin: 0 auto;
}

.vom__title {
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.625em;
}
.vom__title .icon {
  display: block;
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  background-position: -180px 0;
  height: 40px;
  width: 40px;
  position: relative;
  top: 0.1em;
  margin: 0 0 0.25em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .vom__title .icon {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}
@media screen and (min-width: 32em) {
  .vom__title .icon {
    display: inline-block;
    margin: 0;
  }
}

.vom__desc {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0 0 0.75em;
}

.prayerguide-form__desc p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.prayerguide-form {
  padding: 1.25rem 1.25rem 0;
}
@media (min-width: 25.875em) {
  .prayerguide-form {
    padding: 1.875rem 1.875rem 0;
  }
}
.prayerguide-form .errors {
  background-color: #a11a1a;
  color: white;
  margin-bottom: 1.875rem;
  padding: 1rem;
}
.prayerguide-form .errors p {
  padding: 0 0 0.625rem;
}
.prayerguide-form .errors ul {
  margin: 0;
}
.prayerguide-form .title--minor {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin: 1.5rem 0 1rem;
}
.prayerguide-form label {
  display: flex;
  align-items: baseline;
  padding-bottom: 0.25rem;
}
.prayerguide-form label a {
  color: #fc3f3f;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: auto;
  padding-left: 1rem;
}
@media (min-width: 36em) {
  .prayerguide-form .fieldgroup--citystuff {
    display: grid;
    grid-template-columns: 1fr auto 5rem;
    grid-gap: 1rem;
  }
}
.prayerguide-form .fieldgroup--duo:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 36em) {
  .prayerguide-form .fieldgroup--duo .field {
    float: left;
    width: 50%;
  }
}
@media (min-width: 36em) {
  .prayerguide-form .fieldgroup--duo .field:first-child {
    padding-right: 0.5em;
  }
}
@media (min-width: 36em) {
  .prayerguide-form .fieldgroup--duo .field:last-child {
    padding-left: 0.5em;
  }
}
.prayerguide-form .field {
  padding-bottom: 1rem;
}
.prayerguide-form .field input {
  width: 100%;
}
.prayerguide-form .field--submit {
  padding-top: 1rem;
  padding-bottom: 0;
}
.prayerguide-form input {
  font-size: 16px;
  font-size: 1rem;
}
.prayerguide-form select {
  display: block;
  font-size: 16px;
  font-family: "lft-etica", Verdana, sans-serif;
  color: #444;
  line-height: 1.3;
  padding: 0.5rem 1.4rem 0.45rem 0.8rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.prayerguide-form select::-ms-expand {
  display: none;
}
.prayerguide-form select:hover {
  border-color: #888;
}
.prayerguide-form select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.prayerguide-form select option {
  font-weight: normal;
}

.user-prayers {
  padding: 0 0 4em;
}
@media screen and (min-width: 45em) {
  .user-prayers {
    float: left;
    width: 68.75%;
  }
}

.post-prayer {
  padding: 2em 0 3.5em;
  position: relative;
}
.post-prayer:after {
  content: "";
  display: table;
  clear: both;
}

.post-prayer__title {
  background-color: #04a2c4;
  color: white;
  font-weight: normal;
  font-family: "athelas", Georgia, sans-serif;
  padding: 0.325em 0.5em 0.325em 3.6em;
  position: relative;
  font-size: 1.375em;
  margin: 0;
}

.icon--prayer-hands {
  background-position: -590px 10px;
  position: absolute;
  background-color: #04a2c4;
  top: -40px;
  left: 0;
  border-radius: 4em;
  width: 80px;
  height: 80px;
}

.post-prayer__signup {
  font-size: 0.875em;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.85);
  display: block;
  position: absolute;
  height: 10em;
  z-index: 3;
}
.post-prayer__signup span {
  position: absolute;
  top: 4em;
  left: 50%;
  margin: 0 0 0 -6.25em;
  z-index: 5;
}

.post-prayer__input {
  height: 10em;
  margin: 0 0 0.5em;
}

.post-prayer__limit {
  font-size: 0.8125em;
  padding: 0.5em 0;
}
@media screen and (min-width: 45em) {
  .post-prayer__limit {
    float: left;
    padding: 0.25em 0;
  }
}

input.post-prayer__submit {
  margin: 0.25em 0 0;
  padding: 0.5em 2em;
}
@media screen and (min-width: 45em) {
  input.post-prayer__submit {
    margin: -1.5em 0 0;
    float: right;
  }
}

.posted-prayers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.posted-prayers:after {
  content: "";
  display: table;
  clear: both;
}

.prayer {
  margin: 0 0 2em;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.2s ease;
}
@media screen and (min-width: 45em) {
  .prayer {
    width: 43%;
  }
}

.prayer--will-show {
  opacity: 0;
  visibility: hidden;
}

.posted-prayers__gutter {
  height: 0;
  width: 12.5%;
}

.prayer__content {
  font-size: 0.875em;
  font-style: italic;
  line-height: 1.5;
  padding: 0 0 0.5em;
}

.prayer__info {
  border-top: 1px solid #cecece;
  padding: 0.125em 0 0;
  position: relative;
}
.prayer__info:after {
  content: "";
  display: table;
  clear: both;
}
.prayer--can-manage .prayer__info {
  padding-right: 1.5em;
}
.prayer--can-flag .prayer__info {
  padding-right: 6.5em;
}

.prayer__user {
  font-size: 0.75em;
  float: left;
  padding: 0 0.5em 0 0;
}

.prayer__report {
  color: #a09f9f;
  font-size: 0.75em;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.prayer__report .icon {
  position: relative;
  top: 0.2em;
}

.prayer__share {
  cursor: pointer;
}

.icon--report {
  background-position: -730px -2px;
  content: "";
  width: 14px;
  height: 14px;
  position: relative;
  top: 0.1em;
  margin: 0 0.2em 0 0;
}

.no-js .prayer__user-menu-link {
  display: none;
}

.prayer__user-menu-link {
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  background-repeat: no-repeat;
  background-position: -700px 0px;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0.125em;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .prayer__user-menu-link {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}
.prayer__user-menu-link:hover {
  background-position: -700px -30px;
}

.prayer__user-menu-link--open,
.prayer__user-menu-link--open:hover {
  background-position: -788px 0;
}

.prayer__user-menu {
  font-family: "lft-etica", Verdana, sans-serif;
  display: none;
  opacity: 0;
  background-color: black;
  background-color: rgba(34, 34, 34, 0.8);
  position: absolute;
  right: 0;
  top: 1.75em;
  z-index: 500;
  min-width: 10em;
}
.prayer__user-menu a {
  color: white;
  display: block;
  padding: 0.5em;
  text-decoration: none;
}
.prayer__user-menu a:hover {
  text-decoration: underline;
}

.prayer__user-menu--open {
  display: block;
  opacity: 1;
}

.no-js .prayer__user-menu {
  display: block;
  position: static;
}

.user-prayers__more {
  text-align: center;
  display: block;
}

.no-js .user-prayers__more {
  display: none;
}

.prayers__nonefound {
  padding: 2em 0 4em;
  font-size: 1.25em;
}
@media screen and (min-width: 45em) {
  .prayers__nonefound {
    float: left;
    min-height: 24em;
    width: 68.75%;
  }
}

.entry a:after {
  content: " [" attr(href) "] ";
}

.request-print__wrapper {
  background-color: white;
  padding: 2em;
  min-height: 100%;
  margin-bottom: -1em;
}

.request-print__list {
  font-family: "athelas", Georgia, sans-serif;
}

.request-print__nonefound {
  font-size: 1.25em;
  font-style: italic;
  padding: 4em 0 12em;
  text-align: center;
}

.request-print {
  padding: 1em 0 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  border-bottom: 2px dotted #cecece;
}
.request-print:after {
  content: "";
  display: table;
  clear: both;
}
.request-print:last-of-type {
  border: none;
  padding-bottom: 0;
}

.request-print__header {
  border-bottom: 1px solid #cecece;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.request-print__header h1 {
  font-size: 1em;
  margin: 0;
}
.request-print__header h1 img {
  display: block;
  margin: 0 auto;
  width: 26em;
}

.request-print__photo {
  float: right;
  padding: 0 0 0.75em 2em;
  width: 12em;
}
@media (max-width: 30em) {
  .request-print__photo {
    float: none;
    max-width: 12em;
    margin: 0 auto;
  }
}

.request-print__caption {
  color: #777;
  font-style: italic;
  padding-top: 0.375em;
  font-size: 0.875em;
}

.request-print__date {
  font-weight: normal;
  font-size: 0.875em;
  margin: 0 0 0.25em;
}

.request-print__title {
  font-size: 2.25em;
  line-height: 1;
  margin: 0 0 0.75em;
  font-weight: normal;
}

.request-print__content {
  font-size: 1.125em;
}

.request-print__footer {
  border-top: 1px solid #cecece;
  font-size: 0.75em;
  font-style: italic;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  padding: 1em 1em 0;
}

.request {
  font-family: "athelas", Georgia, sans-serif;
}
@media (min-width: 48em) {
  .home__requests-featured .request {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 2.5rem;
  }
}
.site-content--subpage .request {
  overflow: hidden;
}

.request--detail {
  padding: 1em 0 2em;
}

.request__date {
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.125em;
}

.request__title {
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.075em;
}
.request__title a {
  text-decoration: none;
}
.request__title a:hover {
  text-decoration: underline;
}
.request__title a:active {
  color: #fc3f3f;
}
@media screen and (min-width: 45em) {
  .home__requests-featured .request__title {
    grid-column: 1;
  }
}
.requests-list .request__title {
  font-size: 2.75em;
}

.request__stats {
  font-size: 1.125em;
  margin: 0 0 2em;
}
@media screen and (min-width: 45em) {
  .home__requests-featured .request__stats {
    margin: 0 37% 2em 0;
    grid-column: 1;
  }
}
@media screen and (min-width: 54em) {
  .home__requests-featured .request__stats {
    margin: 0 0 2em;
  }
}

.request__photo-home {
  background-color: white;
  float: right;
  width: 33%;
  margin: 0.5em 0 1em 1.5em;
}
@media screen and (min-width: 46em) {
  .request__photo-home {
    border: 1px solid white;
    float: none;
    grid-column: 2;
    grid-row: 1/5;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

.request__photo {
  margin: 0 auto;
  max-width: 21.25em;
  padding: 0 0 1.5em;
}
@media screen and (min-width: 45em) {
  .request__photo {
    float: right;
    margin: 0 0 1.5em 1.5em;
    padding: 0;
    position: relative;
    z-index: 8000;
  }
}
@media screen and (min-width: 72em) {
  .request__photo {
    background-color: white;
    border: 1px solid white;
    opacity: 1;
    transition: opacity 0.25s ease;
  }
}
@media screen and (min-width: 72em) {
  .request__photo.hide-when-menu-fixed {
    opacity: 0;
  }
}

.request__caption {
  font-family: "lft-etica", Verdana, sans-serif;
  font-size: 0.875em;
  padding: 0.5em;
}

.request__links {
  position: relative;
}

.request__share {
  padding: 0 0 1.5em;
}

.request__share__link:hover {
  opacity: 0.6;
}

.request__share-fb,
.request__share-tw {
  display: inline-block;
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  background-position: -87px -41px;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .request__share-fb,
  .request__share-tw {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}

.request__share-tw {
  background-position: -133px -41px;
  margin: 0 0.5em 0 0.25em;
}

.request__share-instruction {
  display: inline-block;
  font-family: "lft-etica", Verdana, sans-serif;
  font-size: 0.875em;
  position: relative;
  top: 0.625em;
}

.request__intro {
  font-size: 1.25em;
  line-height: 1.5;
}

.request__post {
  display: inline-block;
  margin: 0 1em 0 0;
}

.request__archives {
  display: inline-block;
  margin: 0.5em 0;
}
@media screen and (min-width: 72em) {
  .request__archives {
    position: absolute;
    right: 0;
    top: -0.3em;
  }
}

.requests-list {
  list-style: none;
  margin: 0;
  padding: 0 0 3em;
  position: relative;
}

.requests-list__item {
  padding: 0 0 2em;
  position: relative;
}
.requests-list__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 36em) {
  .requests-list__item {
    min-height: 14em;
    padding: 0.1em 0 2em 19.1489361702%;
  }
}
@media screen and (min-width: 54em) {
  .requests-list__item {
    min-height: 16em;
  }
}
.requests-list__item.request--hidden {
  display: none;
}

.requests-list__photo {
  border: 1px solid #cecece;
  float: left;
  margin: 0.25em 1.5em 1em 0;
  width: 33%;
}
@media screen and (min-width: 36em) {
  .requests-list__photo {
    width: 16%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.requests-list__photo img {
  aspect-ratio: 340/480;
  -o-object-fit: cover;
     object-fit: cover;
}
.requests-list--condensed .requests-list__photo img {
  aspect-ratio: 1;
}

.requests-list__title--smaller {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 0.25em;
}
.requests-list__title--smaller a {
  text-decoration: none;
}

.requests-list__options {
  float: right;
  margin: 0 0.5em 0.5em;
  position: relative;
  width: 1em;
}

.requests-list__user-prayer {
  color: #878585;
  font-family: "lft-etica", Verdana, sans-serif;
  font-style: italic;
  line-height: 1.4;
  max-width: 75%;
}
.requests-list__user-prayer:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 45em) {
  .requests-list__user-prayer {
    border: 1px solid rgba(206, 206, 206, 0.3);
    background-color: #fbfbfb;
    margin-top: 0.625em;
    margin-left: 2em;
    padding: 0.625em 1em;
    position: relative;
  }
}
@media screen and (min-width: 45em) {
  .requests-list__user-prayer:before {
    background-color: #04a2c4;
    background-image: url(/graphics/pb/icons.png?v=20230705);
    background-size: 900px 80px;
    background-position: -764px -54px;
    background-repeat: no-repeat;
    content: "";
    border-radius: 0.5em 0 0 0.5em;
    height: 2em;
    width: 2em;
    top: -0.05em;
    left: -2em;
    position: absolute;
  }
}
@media screen and (min-width: 45em) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 45em) and (min-device-pixel-ratio: 1.5), screen and (min-width: 45em) and (min-resolution: 144dpi), screen and (min-width: 45em) and (min-resolution: 1.5dppx) {
  .requests-list__user-prayer:before {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}

.requests-list__more {
  display: block;
  margin: -1.5em 0 2em;
  position: relative;
}

.requests-list__more-my-prayers {
  text-align: center;
  display: block;
}
.no-js .requests-list__more-my-prayers {
  display: none;
}

.request__video {
  padding-bottom: 1em;
}
@media screen and (min-width: 45em) {
  .request__video {
    padding-right: 24em;
  }
}

.request__content {
  padding: 0 0 2em;
}
@media screen and (min-width: 45em) {
  .request__content {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
.request__content:after {
  color: #cecece;
  content: "~";
  font-size: 3.125rem;
  left: 50%;
  margin: 0 0 0 -0.25em;
  position: absolute;
}

.requests-list--condensed {
  border-top: 1px solid #cecece;
  padding: 0 0 4em;
}
.requests-list--condensed .requests-list__item {
  border-bottom: 1px solid #cecece;
  min-height: 7em;
  padding: 1.5em 0 1em 5em;
}
@media screen and (min-width: 45em) {
  .requests-list--condensed .requests-list__item {
    padding: 1.625em 0 1em 6.5em;
  }
}
.requests-list--condensed .request__date {
  margin: 0 0 0.25em;
}
.requests-list--condensed .request__title {
  font-size: 2em;
}
.requests-list--condensed .requests-list__photo {
  float: none;
  position: absolute;
  top: 0.75em;
  left: -1.5em;
  width: 5em;
}
@media screen and (min-width: 45em) {
  .requests-list--condensed .requests-list__photo {
    left: 0;
  }
}

.request-mini {
  font-family: "athelas", Georgia, sans-serif;
}
.request-mini:after {
  content: "";
  display: table;
  clear: both;
}

.request-mini__title {
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1;
  margin: 0 0 0.375em;
}
.request-mini__title a {
  text-decoration: none;
}
.request-mini__title a:hover {
  text-decoration: underline;
}

.request-mini__date {
  font-family: "lft-etica", Verdana, sans-serif;
  color: #a09f9f;
  font-size: 0.75em;
  font-weight: normal;
  margin: 0.125em 0 0.25em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.request-mini__date .seperator {
  text-indent: -9999px;
  display: inline-block;
  border-left: 1px solid #cecece;
  font-size: 1.25em;
  margin: 0 0.375em;
  position: relative;
  top: 0.075em;
}

.request-mini__photo {
  float: left;
  width: 4.5em;
  margin: 0.25em 1em 0.25em 0;
}
@media screen and (min-width: 24em) {
  .request-mini__photo {
    width: 6.5em;
  }
}

.request-mini__intro {
  line-height: 1.5;
}

.other-requests {
  padding: 0 0 2em;
}
@media screen and (min-width: 45em) {
  .other-requests {
    float: right;
    width: 25%;
    padding: 2.25em 0 2em;
  }
}

.other-requests__title {
  font-size: 1.5em;
  font-style: italic;
  font-family: "athelas", Georgia, sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em;
}

.other-requests__list {
  list-style: none;
  padding: 0 0 1em;
  margin: 0;
}
.other-requests__list:after {
  content: "";
  display: table;
  clear: both;
}

.other-requests__item {
  width: 50%;
  float: left;
  padding: 0 1em 1em;
}
.other-requests__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 45em) {
  .other-requests__item {
    float: none;
    width: auto;
  }
}
@media screen and (min-width: 54em) {
  .other-requests__item {
    padding: 0 0 1em;
  }
}
.other-requests__item:nth-child(2n+1) {
  clear: left;
}
.other-requests__item a {
  display: block;
  opacity: 0.6;
  text-decoration: none;
  text-align: center;
}
.other-requests__item a:hover {
  opacity: 1;
}
.other-requests__item img {
  display: block;
  margin: 0 auto;
  border-radius: 40em;
  border: 2px solid white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 54em) {
  .other-requests__item img {
    float: left;
    width: 40%;
  }
}

.other-requests__who {
  font-family: "athelas", Georgia, sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.5em;
}
@media screen and (min-width: 54em) {
  .other-requests__who {
    float: right;
    width: 53%;
    padding: 1.25em 0;
    text-align: left;
  }
}

@media screen and (min-width: 54em) {
  .other-requests__item:nth-child(2n) .other-requests__who {
    text-align: right;
    float: left;
  }
}
@media screen and (min-width: 54em) {
  .other-requests__item:nth-child(2n) img {
    float: right;
  }
}

.other-requests__more {
  display: block;
  text-align: center;
}

.suggested-prayers {
  border: 1px solid #04a2c4;
  margin-bottom: 3em;
}

.suggested-prayers__title {
  background-color: #04a2c4;
  color: white;
  font-family: "athelas", Georgia, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0.625em;
  font-size: 1.125em;
}

.suggested-prayers__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.suggested-prayers__list:after {
  content: "";
  display: table;
  clear: both;
}

.suggested-prayers__item {
  border-bottom: 1px solid rgba(206, 206, 206, 0.4);
  position: relative;
  padding: 0.625em 0.5em 0.5em 4.5em;
}
@media screen and (min-width: 45em) {
  .suggested-prayers__item {
    border: none;
    float: left;
    width: 50%;
  }
}
.suggested-prayers__item:last-child {
  border-bottom: none;
}

.suggested-prayers__date {
  font-family: "lft-etica", Verdana, sans-serif;
  color: #a09f9f;
  font-size: 0.75em;
  font-weight: normal;
  margin: 0.125em 0 0.25em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.suggested-prayers__date .seperator {
  text-indent: -9999px;
  display: inline-block;
  border-left: 1px solid #cecece;
  font-size: 1.25em;
  margin: 0 0.375em;
  position: relative;
  top: 0.075em;
}

.suggested-prayers__title--smaller {
  font-family: "athelas", Georgia, sans-serif;
  line-height: 1;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 0.25em;
}
.suggested-prayers__title--smaller a {
  text-decoration: none;
}
.suggested-prayers__title--smaller a:hover {
  text-decoration: underline;
}

.suggested-prayers__photo {
  width: 3em;
  position: absolute;
  left: 0.625em;
  top: 0.75em;
}

.interview-player__title {
  border-top: 1px solid #cecece;
  font-family: "lft-etica", Verdana, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0.75em 0.5em 0 1em;
}

.interview-player {
  margin-bottom: 1em;
}

div.jp-audio {
  font-size: 1em;
  line-height: 1.6;
  border-bottom: 1px solid #cecece;
  border-radius: 0 0 3px 3px;
  position: relative;
}

div.jp-audio {
  margin: 0;
}

div.jp-interface {
  position: relative;
  width: 100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
  height: 58px;
}

/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.jp-audio ul.jp-controls {
  padding: 12px 20px 0 14px;
}

div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}

div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
  width: 32px;
  height: 32px;
  transition: none;
}

a.jp-play {
  background-image: url(/graphics/pb/icons_audio.png);
  background-size: 81px 82px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  a.jp-play {
    background-image: url(/graphics/pb/icons_audio@2x.png);
  }
}

a.jp-play:hover {
  background-position: -41px 0;
}

a.jp-pause {
  display: none;
  background-image: url(/graphics/pb/icons_audio.png);
  background-size: 81px 82px;
  background-repeat: no-repeat;
  background-position: 0 -42px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  a.jp-pause {
    background-image: url(/graphics/pb/icons_audio@2x.png);
  }
}

a.jp-pause:hover {
  background-position: -41px -42px;
}

a.jp-stop, a.jp-previous, a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}

a.jp-stop {
  background-image: url(/graphics/pb/icons_audio.png);
  background-size: 81px 82px;
  background-repeat: no-repeat;
  background-position: 0 -42px;
  margin-left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  a.jp-stop {
    background-image: url(/graphics/pb/icons_audio@2x.png);
  }
}

a.jp-stop:hover {
  background-position: -41px -42px;
}

/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #e2e2e2;
}

div.jp-audio div.jp-progress {
  position: absolute;
  top: 18px;
  height: 15px;
}

div.jp-audio div.jp-type-single div.jp-progress {
  left: 60px;
  width: 140px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 166px;
  width: 130px;
}

div.jp-seek-bar {
  background-color: #cecece;
  width: 0px;
  height: 100%;
  cursor: pointer;
}

div.jp-play-bar {
  background-color: #fc3f3f;
  width: 0px;
  height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 9px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  top: 0;
  left: 190px;
  position: absolute;
}

div.jp-audio a.jp-volume-max {
  top: 0;
  left: 270px;
  position: absolute;
}

a.jp-unmute {
  display: none;
}

div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  width: 46px;
  height: 5px;
  cursor: pointer;
}

div.jp-audio div.jp-volume-bar {
  top: 14px;
  left: 212px;
}

div.jp-volume-bar-value {
  width: 0px;
  height: 5px;
}

/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 35px;
}

div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 60px;
  width: 140px;
}

div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 156px;
  width: 130px;
}

div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-family: "lft-etica", Verdana, sans-serif;
  font-size: 0.625em;
  font-style: oblique;
}

div.jp-current-time {
  float: left;
  display: inline;
}

div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
}

/* @end */
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}

div.jp-jplayer {
  background-color: #000000;
}

.form--page {
  padding: 1em 0 0;
  position: relative;
}
@media screen and (min-width: 44em) {
  .form--page {
    max-width: 50%;
  }
}

.form__instruction {
  clear: both;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 0 0 0.875em;
}

.form__instruction--sub {
  display: block;
  font-size: 0.875em;
}

.form__separator {
  border-top: 1px solid #a09f9f;
  clear: both;
  padding: 2.125em 0 0;
  margin: 1em 0 0;
}

.fieldset {
  clear: both;
  padding: 0 0 1.25em;
}

.fieldset--text input {
  width: 100%;
}

.fieldset--half {
  float: left;
  margin: 0 4.347826087% 0 0;
  width: 47.8260869565%;
}
.fieldset--half input,
.fieldset--half select {
  width: 100%;
}

.fieldset--half-second {
  clear: none;
  margin: 0;
}

.fieldset--label-inset {
  position: relative;
}
.fieldset--label-inset label {
  color: #a09f9f;
  position: absolute;
  top: 0.65em;
  left: 0.7em;
}
.fieldset--label-inset.fieldset--select label {
  display: none;
  visibility: hidden;
}

.fieldset--check {
  padding: 1.25em 0;
}
.fieldset--check input[type=checkbox] {
  display: none;
}
.lt-ie9 .fieldset--check input[type=checkbox] {
  display: inline;
  margin: 0 0.5em 0 0;
}
.fieldset--check input[type=checkbox] + label span {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin: 0 0.25em 0 0;
  vertical-align: middle;
  background-image: url(/graphics/pb/icons_checkbox.png);
  background-size: 101px 21px;
  background-position: -80px 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .fieldset--check input[type=checkbox] + label span {
    background-image: url(/graphics/pb/icons_checkbox@2x.png);
  }
}
.lt-ie9 .fieldset--check input[type=checkbox] + label span {
  display: none;
}
.fieldset--check input[type=checkbox]:checked + label span {
  background-position: 0 -2px;
}
.fieldset--check input[type=checkbox] + label:active span {
  background-position: -40px 0;
}
.fieldset--check label {
  font-size: 1.125em;
}

.fieldset--select label {
  font-size: 1.125em;
  display: block;
  padding: 0 0 0.5em;
}
.fieldset--select select {
  width: 47.8260869565%;
}

.fieldset--addy-trio {
  float: left;
}

.fieldset--addy-trio--city {
  width: 34.7826086957%;
  margin: 0 4.347826087% 0 0;
}

.fieldset--addy-trio--state {
  clear: none;
  width: 21.7391304348%;
  margin: 0 4.347826087% 0 0;
}
.fieldset--addy-trio--state select {
  width: 100%;
}

.fieldset--addy-trio--zip {
  clear: none;
  width: 34.7826086957%;
}
.fieldset--addy-trio--zip:after {
  content: "";
  display: table;
  clear: both;
}

.fieldset--submit {
  padding: 1.5em 0 0;
}

input.submit--page {
  padding: 0.75em;
  width: 100%;
}
input.submit--page:disabled {
  background-color: #a09f9f;
  cursor: default;
}
input.submit--page:disabled:hover {
  box-shadow: none;
}

.field--invalid,
.field--valid {
  background-image: url(/graphics/pb/icons_form_validation.png);
  background-size: 30px 230px;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .field--invalid,
  .field--valid {
    background-image: url(/graphics/pb/icons_form_validation@2x.png);
  }
}

.field--invalid {
  background-position: right -201px;
}

.err-inline__wrapper {
  clear: both;
  position: relative;
}

.err-inline {
  color: #fc3f3f;
  display: none;
  font-style: italic;
  padding: 0 0 1em;
}
@media screen and (min-width: 44em) {
  .err-inline {
    width: 82.6086956522%;
    position: absolute;
    top: 0.425em;
    right: -100%;
  }
}
@media screen and (min-width: 44em) {
  .err-inline:before {
    border-top: 1px solid #fc3f3f;
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    left: -13.0434782609%;
    top: 0.5em;
    width: 10.8695652174%;
  }
}

.err-inline--display {
  display: block;
}

.err-inline--bumped {
  top: 1.375em;
}

.form__part-hidden {
  display: none;
}

.form--simple .fieldset--submit {
  padding: 0;
}

.signin__extras {
  background-color: #e8e8e8;
  color: #757474;
  font-size: 0.875em;
  margin: 2em 0 2em;
  padding: 1em 1em 0;
}
@media screen and (min-width: 44em) {
  .signin__extras {
    max-width: 50%;
    padding: 1em 1em 1.25em;
  }
  .signin__extras:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 44em) {
  .signin__extras p {
    float: left;
    width: 50%;
    padding: 0;
  }
}
.signin__extras a {
  display: block;
  padding: 0.25em 0 0;
}

.login {
  margin: 0 auto;
  max-width: 14em;
  padding: 0.5em 0 3em;
}
.login:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 24em) {
  .login {
    max-width: 20em;
  }
}
@media screen and (min-width: 54em) {
  .login {
    margin: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 54em) {
  .signin-options {
    float: left;
    width: 31.25%;
  }
}

.signin__fb {
  background-color: #4c67a1;
  padding: 0 0 0 2.5em;
  position: relative;
  width: 100%;
}
.signin__fb:after {
  content: "";
  display: table;
  clear: both;
}
.signin__fb i {
  display: block;
  background-image: url(/graphics/pb/icons.png?v=20230705);
  background-size: 900px 80px;
  background-position: -749px 16px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 2.5em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .signin__fb i {
    background-image: url(/graphics/pb/icons@2x.png?v=20230705);
  }
}
@media screen and (min-width: 24em) {
  .signin__fb i {
    background-position: -749px 11px;
  }
}
.signin__fb span {
  border-left: 1px solid white;
  display: block;
  font-size: 1.125em;
  padding: 0.625em 1em 0.55em;
  text-align: left;
}

.signin__normal {
  width: 100%;
}

.signup {
  text-align: center;
  padding: 2em;
}
@media screen and (min-width: 54em) {
  .signup {
    float: left;
    padding: 0;
    text-align: left;
    width: 50%;
  }
}

.signup__or {
  color: #a09f9f;
  display: inline-block;
  font-family: "athelas", Georgia, sans-serif;
  font-size: 1.5em;
  margin: 0 0.125em 0 0;
  font-style: italic;
}
@media screen and (min-width: 54em) {
  .signup__or {
    margin: 0.25em 4.347826087% 0.25em 8.6956521739%;
  }
}

.signup__link {
  display: inline-block;
}

.message {
  border: 0.2em solid #a00202;
  padding: 1em;
  margin: 0 0 2em;
}
@media screen and (min-width: 44em) {
  .message {
    max-width: 50%;
    padding: 1em 1em 1.25em;
  }
  .message:after {
    content: "";
    display: table;
    clear: both;
  }
}
.message ul {
  margin: 0;
}

.message__title {
  background-color: #a00202;
  color: white;
  padding: 0.75em 1em;
  font-size: 1em;
  margin: -1em -1em 1em;
}

.vom__pcom, .user-prayers__more, .request__archives, .requests-list__more, .requests-list__more-my-prayers, .other-requests__more, .signup__link {
  color: #fc3f3f;
  font-size: 1.5em;
  font-family: "athelas", Georgia, sans-serif;
  font-style: italic;
}
.vom__pcom:hover, .user-prayers__more:hover, .request__archives:hover, .requests-list__more:hover, .requests-list__more-my-prayers:hover, .other-requests__more:hover, .signup__link:hover {
  color: #424141;
}

.site-content--subpage {
  background-color: white;
  padding: 1em 1.5em 1.5em;
}
.site-content--subpage:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 72em) {
  .site-content--subpage {
    padding: 11em 1.5em 1.5em;
  }
}

.content__wrapper {
  max-width: 58.75em;
  margin: 0 auto;
}

.content__wrapper--page {
  padding: 2.875em 0 3em;
}
@media screen and (min-width: 45em) {
  .content__wrapper--page {
    min-height: 36em;
  }
}

.title--page {
  font-size: 2.25em;
  font-weight: normal;
  margin: 0 0 0.75em;
}
.title--page em {
  color: #696767;
  letter-spacing: 0.15em;
  font-size: 0.375em;
  display: block;
  text-transform: uppercase;
}

.title--sub {
  font-size: 1.125em;
  font-weight: normal;
  margin: 1em 0 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.content {
  font-size: 1.125em;
  line-height: 1.5;
  width: 93.75%;
}

.bumper--top {
  padding-top: 1em;
}

.content__img-inset {
  text-align: center;
  margin: 0 0 1.5em;
  padding: 0.25em 0 0;
}
@media screen and (min-width: 30em) {
  .content__img-inset {
    float: left;
    margin: 0 6.3829787234% 1em 0;
    max-width: 29.7872340426%;
  }
}
@media screen and (min-width: 54em) {
  .content__img-inset {
    margin: 0 2.1276595745% 1em 0;
    max-width: 17.0212765957%;
  }
}

.callout {
  background-color: #cecece;
  padding: 1.5em 1.5em 0.5em;
}

.faq__nav {
  list-style: none;
  padding: 1.125em 0 1.5em;
}
.faq__nav li {
  padding: 0 0 0.75em;
}
.faq__nav a {
  color: #fc3f3f;
}
.faq__nav a:hover {
  color: #424141;
}

.faq__items {
  list-style: none;
  padding: 1.125em 0 0;
  line-height: 1.5;
}
.faq__items li {
  padding: 0 0 3em;
}
.faq__items li:after {
  content: "";
  display: table;
  clear: both;
}

.faq__question {
  color: #5c5a5a;
  font-weight: bold;
}

.faq__answer {
  padding: 0 0 1em;
}

.faq__link-top {
  color: #fc3f3f;
  float: right;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.faq__link-top:hover {
  color: #424141;
}

.end-section {
  border-top: 2px solid #cecece;
  font-size: 0.875em;
  color: #757474;
  font-style: italic;
  padding: 2em 0;
}

.home-hover-202403 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  animation: hover-202403-bg 0.35s ease 0.75s;
  animation-fill-mode: both;
}

.home-hover-202403--hidden {
  display: none;
}

@keyframes hover-202403-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hover-202403__inner {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  width: 100%;
  animation: hover-202403-show 0.5s ease 1.15s;
  animation-fill-mode: both;
}
@media (min-width: 24em) {
  .home-hover-202403__inner {
    width: 90%;
  }
}
@media (min-width: 32em) {
  .home-hover-202403__inner {
    max-width: 30rem;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .home-hover-202403__inner {
    max-width: 40rem;
    padding: 0;
  }
}
@media (min-width: 60em) {
  .home-hover-202403__inner {
    max-width: 55rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202403__inner {
    max-width: 62.5rem;
  }
}

@keyframes hover-202403-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hover-202403__close {
  position: absolute;
  right: 0.625rem;
  top: -1.75rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: none;
  border-radius: 0 0 0.375rem 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  top: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-hover-202403__close {
    font-size: 11px;
    font-size: 0.6875rem;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 0.375rem 0.375rem 0 0;
    top: -2.5rem;
    height: 2.5rem;
    padding-left: 2.25rem;
  }
}
.home-hover-202403__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.home-hover-202403__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202403__close::before {
  content: "×";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  left: 0.75rem;
  color: white;
  top: 0.175rem;
  opacity: 0.5;
}
@media (min-width: 48em) {
  .home-hover-202403__close::before {
    top: 0.45rem;
    left: 0.925rem;
  }
}

.home-hover-202403__content {
  background: center top no-repeat;
  border-radius: 0.375rem;
  background-color: white;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
  color: #333;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 32em) {
  .home-hover-202403__content {
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .home-hover-202403__content {
    background-size: cover;
  }
}
@media (min-width: 84em) {
  .home-hover-202403__content {
    background-position: center 30%;
  }
}

.home-hover-202403__content-inner {
  display: grid;
  text-align: center;
}
@media (min-width: 48em) {
  .home-hover-202403__content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    padding: 0;
  }
}

.home-hover-202403__speakers-wrap {
  background-color: #61241e;
  grid-row: 2;
  display: none;
}
@media (min-width: 48em) {
  .home-hover-202403__speakers-wrap {
    grid-row: auto;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.home-hover-202403__speakers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  padding: 1.875rem;
  max-width: 22.5rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .home-hover-202403__speakers {
    max-width: 27.5rem;
    grid-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202403__speakers {
    max-width: 32.5rem;
  }
}

.home-hover-202403__speaker img {
  border-radius: 50%;
  border: 0.25rem solid #f5efd2;
}
@media (min-width: 72em) {
  .home-hover-202403__speaker img {
    margin: 0 auto 0.25rem;
    max-width: 11.25rem;
  }
}

.home-hover-202403__speaker-photo {
  margin-bottom: 0.625rem;
}

.home-hover-202403__speaker-name {
  color: #f5efd2;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .home-hover-202403__speaker-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202403__speaker-name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.home-hover-202403__main {
  background: center top;
  background-image: url(/graphics/pb/hover_iamnevent/home_hover_202402_iamnevent_bg.webp);
  background-size: cover;
  padding: 2.5rem;
}
@media (min-width: 48em) {
  .home-hover-202403__main {
    padding: 3.125rem 2.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 72em) {
  .home-hover-202403__main {
    padding: 3.75rem;
    overflow: hidden;
  }
}

.home-hover-202403__content-title {
  margin: 0 0 0.625rem;
}

.home-hover-202403__content-title-free {
  background-color: #61241e;
  color: #f5efd2;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.22em;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 0.4rem 5rem 0.35rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg) translateX(-4.25rem) translateY(-2.25rem);
}
@media (min-width: 72em) {
  .home-hover-202403__content-title-free {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .home-hover-202403__content-title-free {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.home-hover-202403__content-title-icon {
  background: url(/graphics/pb/hover_iamnevent/home_hover_202402_iamnevent_logo_n.webp) center no-repeat;
  background-size: contain;
  display: block;
  height: 5rem;
  width: 5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .home-hover-202403__content-title-icon {
    height: 6rem;
    width: 6rem;
  }
}

.home-hover-202403__content-title-iamn {
  display: block;
  background-image: url(/graphics/pb/hover_iamnevent/home_hover_202402_iamnevent_logo_iamn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999rem;
  height: 0;
  padding-top: 2.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .home-hover-202403__content-title-iamn {
    margin-bottom: 0.625rem;
    padding-top: 4rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202403__content-title-iamn {
    padding: 5rem 0 0;
  }
}
@media (min-width: 72em) {
  .home-hover-202403__content-title-iamn {
    margin-bottom: 0.875rem;
  }
}

.home-hover-202403__content-title-virtual {
  color: #397a74;
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-hover-202403__content-title-virtual {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202403__content-title-virtual {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.3em;
  }
}

.home-hover-202403__date {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.home-hover-202403__desc {
  margin-bottom: 1.25rem;
}
@media (min-width: 60em) {
  .home-hover-202403__desc {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 72em) {
  .home-hover-202403__desc {
    font-size: 21px;
    font-size: 1.3125rem;
    max-width: 24rem;
  }
}

.home-hover-202403__button .button, .home-hover-202403__button .modal__cancel, .home-hover-202403__button .modal__confirm, .home-hover-202403__button .post-prayer__signup span, .post-prayer__signup .home-hover-202403__button span {
  background: #397a74;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 48em) {
  .home-hover-202403__button .button, .home-hover-202403__button .modal__cancel, .home-hover-202403__button .modal__confirm, .home-hover-202403__button .post-prayer__signup span, .post-prayer__signup .home-hover-202403__button span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202403__button .button, .home-hover-202403__button .modal__cancel, .home-hover-202403__button .modal__confirm, .home-hover-202403__button .post-prayer__signup span, .post-prayer__signup .home-hover-202403__button span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.home-hover-202403__button .button:hover, .home-hover-202403__button .modal__cancel:hover, .home-hover-202403__button .modal__confirm:hover, .home-hover-202403__button .post-prayer__signup span:hover, .post-prayer__signup .home-hover-202403__button span:hover {
  background: #295753;
}

.home-hover-202403-book {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  animation: hover-202403-bg 0.35s ease 0.75s;
  animation-fill-mode: both;
}
.home-hover-202403-book.home-hover-202403-book--hidden {
  display: none;
}

@keyframes hover-202403-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hover-202403-book__inner {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  width: 100%;
  animation: hover-202403-show 0.5s ease 1.15s;
  animation-fill-mode: both;
}
@media (min-width: 24em) {
  .home-hover-202403-book__inner {
    width: 90%;
  }
}
@media (min-width: 32em) {
  .home-hover-202403-book__inner {
    max-width: 30rem;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .home-hover-202403-book__inner {
    max-width: 40rem;
    padding: 0;
  }
}
@media (min-width: 60em) {
  .home-hover-202403-book__inner {
    max-width: 55rem;
  }
}

@keyframes hover-202403-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hover-202403-book__close {
  position: absolute;
  right: 0.625rem;
  top: -1.75rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: none;
  border-radius: 0 0 0.375rem 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  top: 0;
  z-index: 2;
}
@media (min-width: 24em) {
  .home-hover-202403-book__close {
    font-size: 11px;
    font-size: 0.6875rem;
    border-radius: 0.375rem 0.375rem 0 0;
    top: -2.5rem;
    height: 2.5rem;
    padding-left: 2.25rem;
  }
}
.home-hover-202403-book__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.home-hover-202403-book__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202403-book__close::before {
  content: "×";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  left: 0.625rem;
  color: white;
  top: 0.125rem;
  opacity: 0.5;
}
@media (min-width: 24em) {
  .home-hover-202403-book__close::before {
    top: 0.375rem;
    left: 0.875rem;
  }
}

.home-hover-202403-book__content {
  background: center top no-repeat;
  border-radius: 0.25rem;
  background-color: white;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
  color: #424141;
  z-index: 1;
  position: relative;
  border-radius: 0.375rem;
}
@media (min-width: 32em) {
  .home-hover-202403-book__content {
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .home-hover-202403-book__content {
    background-size: cover;
  }
}
@media (min-width: 48em) {
  .home-hover-202403-book__content::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 19.5rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0));
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 60em) {
  .home-hover-202403-book__content::before {
    top: 22.5rem;
  }
}

.home-hover-202403-book__cover {
  width: 5rem;
  left: -1rem;
  top: 3rem;
  position: absolute;
}
@media (min-width: 24em) {
  .home-hover-202403-book__cover {
    left: -3rem;
    top: 3.25rem;
    width: 8.25rem;
  }
}
@media (min-width: 25.875em) {
  .home-hover-202403-book__cover {
    width: 10rem;
    left: -3.5rem;
  }
}
@media (min-width: 32em) {
  .home-hover-202403-book__cover {
    width: 12.5rem;
    left: -4.5rem;
    top: 2.5rem;
  }
}
@media (min-width: 48em) {
  .home-hover-202403-book__cover {
    margin-left: 0;
    width: 17.5rem;
    left: -3rem;
    top: 1.25rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202403-book__cover {
    width: 23.75rem;
    left: -3.75rem;
    top: -2.25rem;
  }
}

.home-hover-202403-book__main {
  border-radius: 0.25rem;
  background-image: url(/graphics/pb/hover_iamnbook/home_hover_202403_iamnbook_bg.webp);
  background-position: center bottom;
  background-size: cover;
  padding: 3.125rem 2.5rem 3.125rem 5rem;
}
@media (min-width: 24em) {
  .home-hover-202403-book__main {
    padding: 3.125rem 2.5rem 3.125rem 6.5rem;
  }
}
@media (min-width: 25.875em) {
  .home-hover-202403-book__main {
    padding: 3.75rem 3.125rem 3.125rem 8rem;
  }
}
@media (min-width: 32em) {
  .home-hover-202403-book__main {
    padding-left: 10rem;
  }
}
@media (min-width: 48em) {
  .home-hover-202403-book__main {
    padding: 5rem 3.75rem 5rem 16.75rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202403-book__main {
    padding: 7rem 4.375rem 7rem 23rem;
  }
}

.home-hover-202403-book__content-title {
  background-image: url(/graphics/pb/hover_iamnbook/home_hover_202403_iamnbook_text.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  margin: 0 0 0.625rem;
  padding-top: 1.75rem;
  text-indent: -999rem;
}
@media (min-width: 24em) {
  .home-hover-202403-book__content-title {
    padding-top: 1.55rem;
  }
}
@media (min-width: 32em) {
  .home-hover-202403-book__content-title {
    padding-top: 2.25rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202403-book__content-title {
    padding-top: 3.5rem;
  }
}

.home-hover-202403-book__desc {
  margin-bottom: 1.25rem;
}
@media (min-width: 32em) {
  .home-hover-202403-book__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 48em) {
  .home-hover-202403-book__desc {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202403-book__desc {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.home-hover-202403-book__desc em {
  color: #16888e;
}

.home-hover-202403-book__button .button, .home-hover-202403-book__button .modal__cancel, .home-hover-202403-book__button .modal__confirm, .home-hover-202403-book__button .post-prayer__signup span, .post-prayer__signup .home-hover-202403-book__button span {
  background: #16888e;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 48em) {
  .home-hover-202403-book__button .button, .home-hover-202403-book__button .modal__cancel, .home-hover-202403-book__button .modal__confirm, .home-hover-202403-book__button .post-prayer__signup span, .post-prayer__signup .home-hover-202403-book__button span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home-hover-202403-book__button .button:hover, .home-hover-202403-book__button .modal__cancel:hover, .home-hover-202403-book__button .modal__confirm:hover, .home-hover-202403-book__button .post-prayer__signup span:hover, .post-prayer__signup .home-hover-202403-book__button span:hover {
  background: #0f5e62;
}