@charset "UTF-8";
.has-modal {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.has-modal body {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 48em) {
  .is-sneakpeek .logo-main {
    margin-left: 0;
  }
}

.header-extra {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.625rem;
  padding: 1rem 0 0.625rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .header-extra {
    border-top: none;
    margin-top: 0;
    padding: 0 0.625rem;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
  }
}
.header-extra .header-extra__title {
  display: block;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 0.3125rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .header-extra .header-extra__title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
    padding-left: 1.25rem;
    margin-left: 1.25rem;
    order: 2;
  }
}
@media (min-width: 60em) {
  .header-extra .header-extra__title {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 1.875rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 1.875rem;
  }
}
.header-extra .header-extra__title span {
  font-weight: normal;
}
.header-extra .header-extra__title-pers {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.275em;
}
@media (min-width: 60em) {
  .header-extra .header-extra__title-pers {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.3em;
  }
}
@media (min-width: 60em) {
  .header-extra .header-extra__date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header-extra .header-extra__date span {
  color: #ea9141;
  font-weight: normal;
  letter-spacing: 0.25em;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .header-extra .header-extra__date span {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 72em) {
  .header-extra .header-extra__date span {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    text-transform: none;
  }
}
.header-extra .header-extra__date em {
  display: block;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 9px;
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.85);
  text-transform: none;
}
@media (min-width: 60em) {
  .header-extra .header-extra__date em {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (min-width: 72em) {
  .header-extra .header-extra__date em {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.lp button,
.lp .button,
.lp [type=submit] {
  background: #5b6a9e;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.lp .lp-basic-title {
  color: #ca7c38;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.25rem;
}

.lp-video-sneakpeek {
  background-color: #191c3b;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 48em) {
  .lp-video-sneakpeek {
    padding: 5rem;
  }
}

.lp-video-sneakpeek__inner {
  margin: 0 auto;
  max-width: 60rem;
}

.lp-video-sneakpeek__title {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1.25rem;
  text-align: center;
}
@media (min-width: 25.875em) {
  .lp-video-sneakpeek__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-video-sneakpeek__video {
  padding-top: 56.25%;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.25);
  background-color: black;
  position: relative;
}
.lp-video-sneakpeek__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-top {
  background: #1e2146 url(../jpg/bg_header-2.jpg) center no-repeat;
  background-size: cover;
}

.lp-top__title {
  padding: 3.75rem 1.875rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp-top__title {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title {
    padding: 6.25rem 2.5rem;
  }
}
.lp-top__title h1 {
  max-width: 25rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 48em) {
  .lp-top__title h1 {
    max-width: 32.5rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title h1 {
    max-width: 40rem;
  }
}
.lp-top__title h1 strong {
  background: url(../png/title_imprisonedforchrist.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  margin-bottom: 0.625rem;
  padding-top: 30%;
  text-indent: -999rem;
}
.lp-top__title h1 span {
  color: #8c9ab8;
  display: block;
  font-weight: normal;
  letter-spacing: 0.25em;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 23.25em) {
  .lp-top__title h1 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 48em) {
  .lp-top__title h1 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title h1 span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.lp-register-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 auto;
  max-width: 30rem;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .lp-register-nav {
    padding-top: 3.75rem;
  }
}
.lp-register-nav h2 {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .lp-register-nav h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-register-nav__buttons {
  margin-bottom: 0.625rem;
}
.lp-register-nav__buttons .button {
  margin: 0 0.625rem 0.625rem;
}

.lp-register-nav__international a {
  color: #ea9141;
  font-size: 14px;
  font-size: 0.875rem;
}

.lp-referral-form {
  background-color: rgba(0, 0, 0, 0.5);
  margin: -1.25rem 1.25rem 3.75rem;
  padding: 1.5rem 1.25rem;
  border-radius: 0.375rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (min-width: 25.875em) {
  .lp-referral-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 22.5rem;
    padding: 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-referral-form {
    max-width: 30rem;
    margin-top: -3.125rem;
    margin-bottom: 6.25rem;
    padding: 2.5rem 5rem;
  }
}
@media (min-width: 72em) {
  .lp-referral-form {
    max-width: 40rem;
  }
}
.lp-referral-form h2 {
  color: white;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .lp-referral-form h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-referral-form .feedback {
  text-align: left;
}
.lp-referral-form .feedback ul {
  padding-left: 1.125rem;
}
.lp-referral-form [type=email] {
  max-width: 22.5rem;
}
.lp-referral-form .field.is-hidden {
  display: none;
}
.lp-referral-form .field label {
  color: #ea9141;
  text-align: center;
}
.lp-referral-form .field--submit {
  border-top-color: rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 1.25rem 0 0;
}

.lp-referral-form__more {
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 1.875rem;
}
.lp-referral-form__more button {
  background: none;
  border: 2px solid #ea9141;
  color: #ea9141;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.lp-referral-form__more button:hover {
  background: rgba(234, 145, 65, 0.3);
}

.lp-top__details {
  background-color: #ca7c38;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 32em) {
  .lp-top__details {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .lp-top__details {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-top__details span {
  display: block;
}
@media (min-width: 48em) {
  .lp-top__details span {
    display: inline-block;
    padding: 0 1.25rem;
    position: relative;
  }
}
@media (min-width: 48em) {
  .lp-top__details span:last-child::before {
    content: "•";
    display: block;
    left: -0.25rem;
    top: 0;
    opacity: 0.5;
    position: absolute;
  }
}

.lp-speakers {
  padding: 0.375rem;
  margin: 0 auto;
  max-width: 32rem;
}
@media (min-width: 36em) {
  .lp-speakers {
    max-width: 96.25rem;
  }
}

@media (min-width: 36em) {
  .lp-speakers__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.375rem;
  }
}

@media (min-width: 36em) {
  .lp-speakers__sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.375rem;
  }
}

.lp .lp-speaker {
  background: #1e2146;
  color: white;
  margin-bottom: 0.375rem;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: block;
  width: 100%;
}

.lp-speakers__main .lp-speaker:hover {
  background-color: #4d5181;
}
.lp-speakers__main .lp-speaker:hover .lp-speaker__desc {
  color: #afc2ea;
}

.lp-speaker__name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.15;
  margin-bottom: 0.25rem;
  letter-spacing: 0.2em;
}
@media (min-width: 72em) {
  .lp-speaker__name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lp-speaker__title {
  padding: 1.25rem 1rem;
  position: relative;
}
@media (min-width: 72em) {
  .lp-speaker__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-speaker__desc {
  color: #ea9141;
  font-weight: bold;
  transition: 0.2s ease all;
}

.lp-speaker__content {
  position: fixed;
  top: 0;
  background-color: white;
  padding: 1.875rem;
  font-weight: normal;
  text-align: left;
}

.lp .lp-speaker--todd,
.lp .lp-speaker--natalie {
  background: #e9eaef url(../jpg/speaker_todd.jpg) center top no-repeat;
  background-size: 100% auto;
  color: #1e2146;
  padding: 50% 0 0;
}
@media (min-width: 60em) {
  .lp .lp-speaker--todd,
  .lp .lp-speaker--natalie {
    background-position: -3rem -0.5rem;
    background-size: 18.5rem auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.25rem 1.25rem 1.25rem 9.375rem;
    position: relative;
  }
}
@media (min-width: 84em) {
  .lp .lp-speaker--todd,
  .lp .lp-speaker--natalie {
    background-size: 23.5rem auto;
    padding: 1.875rem 2.5rem 1.875rem 16.25rem;
  }
}
@media (min-width: 90em) {
  .lp .lp-speaker--todd,
  .lp .lp-speaker--natalie {
    background-position: left top;
  }
}
.lp .lp-speaker--todd:hover,
.lp .lp-speaker--natalie:hover {
  background-color: #e9eaef;
  color: #ca7c38;
}
@media (min-width: 60em) {
  .lp .lp-speaker--todd::before,
  .lp .lp-speaker--natalie::before {
    content: "";
    display: block;
    background-image: linear-gradient(to right, rgba(233, 234, 239, 0), rgba(233, 234, 239, 0), rgba(233, 234, 239, 0.5), #e9eaef);
    position: absolute;
    left: 0;
    width: 15.5rem;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 84em) {
  .lp .lp-speaker--todd::before,
  .lp .lp-speaker--natalie::before {
    width: 20.5rem;
  }
}
@media (min-width: 90em) {
  .lp .lp-speaker--todd::before,
  .lp .lp-speaker--natalie::before {
    width: 17.5rem;
    left: 6rem;
  }
}
.lp .lp-speaker--todd .lp-speaker__desc,
.lp .lp-speaker--natalie .lp-speaker__desc {
  color: #1e2146;
  font-weight: normal;
}

.lp .lp-speaker--natalie {
  background-image: url(../jpg/speaker_natalie.jpg);
}
@media (min-width: 60em) {
  .lp .lp-speaker--natalie {
    background-position: top right -3rem;
    padding: 1.25rem 9.375rem 1.25rem 1.25rem;
  }
}
@media (min-width: 84em) {
  .lp .lp-speaker--natalie {
    padding: 1.875rem 16.25rem 1.875rem 2.5rem;
  }
}
@media (min-width: 90em) {
  .lp .lp-speaker--natalie {
    background-position: right top;
  }
}
@media (min-width: 60em) {
  .lp .lp-speaker--natalie::before {
    background-image: linear-gradient(to left, rgba(233, 234, 239, 0), rgba(233, 234, 239, 0), rgba(233, 234, 239, 0.5), #e9eaef);
    left: auto;
    right: 0;
  }
}
@media (min-width: 90em) {
  .lp .lp-speaker--natalie::before {
    right: 6rem;
  }
}

.lp-event-items {
  margin: 0 auto;
  max-width: 60rem;
}
@media (min-width: 48em) {
  .lp-event-items {
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: 1fr 17.5rem;
  }
}

.lp-event-info {
  padding: 3.75rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-event-info {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 84em) {
  .lp-event-info {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.lp-event-info h2 {
  color: #ca7c38;
  font-weight: normal;
  text-align: center;
  margin: 0 0 2.5rem;
}
@media (min-width: 84em) {
  .lp-event-info h2 {
    margin-bottom: 5rem;
  }
}
.lp-event-info h2 span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-event-info h2 span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 60em) {
  .lp-event-info h2 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 84em) {
  .lp-event-info h2 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp-event-info h2 strong {
  margin: 0.375em 0;
  display: block;
  color: #262958;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
}
@media (min-width: 60em) {
  .lp-event-info h2 strong {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 84em) {
  .lp-event-info h2 strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.lp-event-desc {
  margin-bottom: 5rem;
}
@media (min-width: 48em) {
  .lp-event-desc {
    margin-bottom: 0;
  }
}
@media (min-width: 60em) {
  .lp-event-desc p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-event-schedule {
  margin: 0 auto;
  max-width: 20rem;
  width: 100%;
}
.lp-event-schedule h3 {
  letter-spacing: 0.2em;
  margin: 0.125rem 0 1.25rem;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.lp-event-schedule ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-event-schedule li {
  border-top: 1px solid #ddd;
  padding: 0.625rem 0;
  display: grid;
  grid-template-columns: 7rem 1fr;
}
.lp-event-schedule span {
  color: #5b6a9e;
  display: block;
  font-weight: bold;
}
.lp-event-schedule strong {
  display: block;
  font-weight: normal;
}

.lp-register-individual,
.lp-register-church {
  border-top: 0.375rem solid #f4f4f6;
  margin: 0 auto;
  max-width: 60rem;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 48em) {
  .lp-register-individual,
  .lp-register-church {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-register-individual,
  .lp-register-church {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.lp-register-individual h2,
.lp-register-church h2 {
  text-align: center;
}
.lp-register-individual form,
.lp-register-church form {
  background-color: #f4f4f6;
  border-radius: 0.375rem;
  padding: 1.25rem;
  margin: 0 auto;
  max-width: 40rem;
}
@media (min-width: 48em) {
  .lp-register-individual form,
  .lp-register-church form {
    padding: 2.5rem;
  }
}
.lp-register-individual .field__note,
.lp-register-church .field__note {
  margin-top: 0.625rem;
}
.lp-register-individual .fieldgroup--citystuff.is-international,
.lp-register-church .fieldgroup--citystuff.is-international {
  padding-right: 0;
}
.lp-register-individual .fieldgroup--citystuff.is-international .field--city,
.lp-register-individual .fieldgroup--citystuff.is-international .field--zip,
.lp-register-individual .fieldgroup--citystuff.is-international .field--state,
.lp-register-church .fieldgroup--citystuff.is-international .field--city,
.lp-register-church .fieldgroup--citystuff.is-international .field--zip,
.lp-register-church .fieldgroup--citystuff.is-international .field--state {
  float: none;
  width: 100%;
  padding-right: 0;
  position: static;
}
.lp-register-individual .field--submit,
.lp-register-church .field--submit {
  padding-bottom: 0;
}

.lp-register-international {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 1.25rem;
  text-align: center;
}
.lp-register-international a {
  color: #5b6a9e;
}

.lp-register-church {
  border-bottom: 0.375rem solid #f4f4f6;
}
.lp-register-church form h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 2.5rem 0 1.25rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.lp-register-church form h3:first-of-type {
  margin-top: 0;
}

.lp-register-church__intro {
  text-align: center;
}

.lp-register-church__items {
  margin: 2.5rem 0;
}
@media (min-width: 72em) {
  .lp-register-church__items {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-gap: 2.5rem;
    margin: 2.5rem -5rem;
  }
}

@media (min-width: 72em) {
  .lp-register-church__info-boxes {
    order: 2;
  }
}

.lp-register-church__info-box {
  background-color: #1e2146;
  color: white;
  border-radius: 0.375rem;
  padding: 1.5rem 1.25rem;
  margin: 0 auto 2.5rem;
  max-width: 40rem;
}
@media (min-width: 72em) {
  .lp-register-church__info-box {
    padding: 2.25rem 1.875rem;
  }
}
.lp-register-church__info-box *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.lp-register-church__info-box h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #ea9141;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.lp-register-church__info-box ul {
  font-style: italic;
  margin: 0 0 1.875rem 2.5rem;
  padding: 0;
}
.lp-register-church__info-box li {
  margin-bottom: 0.625rem;
}
.lp-register-church__info-box li em {
  font-style: normal;
}
.lp-register-church__info-box a {
  color: #ea9141;
  display: inline-block;
}
.lp-register-church__info-box .note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.lp-speaker-modal {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 1.25rem 0.625rem;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
@media (min-width: 48em) {
  .lp-speaker-modal {
    padding: 5rem 2.5rem;
  }
}
.lp-speaker-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.lp-speaker-modal__content {
  background-color: white;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 45rem;
  padding: 0 1.25rem 1.25rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.3s ease-out 0.2s;
}
@media (min-width: 23.25em) {
  .lp-speaker-modal__content {
    padding: 0 2.5rem 2.5rem;
  }
}
@media (min-width: 32em) {
  .lp-speaker-modal__content {
    max-width: 30rem;
  }
}
@media (min-width: 48em) {
  .lp-speaker-modal__content {
    padding: 3.75rem 3.125rem 3.125rem 18.75rem;
    max-width: 45rem;
    position: relative;
  }
}
@media (min-width: 60em) {
  .lp-speaker-modal__content {
    padding-left: 17.5rem;
    max-width: 50rem;
  }
}
.lp-speaker-modal.is-open .lp-speaker-modal__content {
  transform: none;
  opacity: 1;
}

.lp-speaker-modal__close {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0.625rem 0.75rem;
}
@media (min-width: 48em) {
  .lp-speaker-modal__close {
    border-radius: 0.375rem 0.375rem 0 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    left: 50%;
    right: auto;
    margin-left: 16.25rem;
    position: absolute;
    top: 2.8rem;
  }
}
@media (min-width: 60em) {
  .lp-speaker-modal__close {
    margin-left: 19.375rem;
  }
}

.lp-speaker-modal__photo {
  margin: 0 -1.25rem 1.25rem;
}
@media (min-width: 23.25em) {
  .lp-speaker-modal__photo {
    margin: 0 -2.5rem 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-speaker-modal__photo {
    position: absolute;
    left: -1.25rem;
    margin: 0;
    top: 3.125rem;
    width: 17.5rem;
  }
}
@media (min-width: 60em) {
  .lp-speaker-modal__photo {
    left: -3.75rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    width: 18.75rem;
  }
}

.lp-speaker-modal__content-title {
  color: #ca7c38;
  line-height: 1.25;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
}

.lp-speaker-modal__content-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin: -1.25rem 0 1.25rem;
}

.lp-speaker-modal__content-writeup p:last-child {
  padding-bottom: 0;
}

.lp form label {
  color: #5b6a9e;
}
.lp form .note {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: 1.25rem 0;
}

.lp-share-band {
  margin: 5rem 0 7.5rem;
}
@media (min-width: 72em) {
  .lp-share-band {
    margin: 7.5rem 0 12.5rem;
  }
}

.share-band {
  background-color: #5b6a9e;
}

.lp--resources .lp-top__title {
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp--resources .lp-top__title {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp--resources .lp-top__title {
    padding-bottom: 5rem;
  }
}
.lp--resources .lp-top__title h2 {
  color: white;
  margin: 0;
}
.lp--resources h3 {
  color: #6166a0;
  letter-spacing: 0.2em;
  margin: 0 0 -1.875rem;
  text-align: center;
  text-transform: uppercase;
}

.resource-list {
  list-style: none;
  padding: 3.75em 0 5rem;
  display: grid;
  grid-gap: 3.125rem;
  margin: 0 auto 1.25rem;
}
@media (min-width: 48em) {
  .resource-list {
    grid-gap: 4.375rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 37.5rem;
  }
}
@media (min-width: 60em) {
  .resource-list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 57.5rem;
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 72em) {
  .resource-list {
    grid-gap: 5.625rem;
  }
}

.resource-list--single {
  display: block;
}

.resource {
  text-align: center;
  max-width: 22.5rem;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

.resource__img {
  margin: 0 auto 1rem;
  max-width: 15rem;
}

.resource__title {
  font-size: 21px;
  font-size: 1.3125rem;
  padding-bottom: 1rem;
  line-height: 1.3;
}
.resource__title em {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-top: 0.25rem;
  font-style: normal;
  display: block;
}

.resource__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.resource__note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  padding-top: 1rem;
}

.resource__button {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  padding: 0.75rem 1rem 0.75rem 3.5rem;
  text-transform: uppercase;
}
.resource__button::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202011_LP5_imprisoned_for_christ/icon_download.svg) center center no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  margin-top: -12px;
}
.resource__button::after {
  background-color: black;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  position: absolute;
  left: 2.625rem;
  top: 10%;
  opacity: 0.5;
}

.resource__download-soon {
  letter-spacing: 0;
  font-weight: normal;
  background-image: none;
  background-color: #aaa;
  box-shadow: none;
  text-transform: none;
}
.resource__download-soon:hover {
  background-image: none;
  cursor: auto;
}

.resource__download-count {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-top: 0.625rem;
}

.resource--video-list .resource__img {
  margin-bottom: 1.25rem;
  max-width: none;
  padding: 0 1.25rem;
}
@media (min-width: 48em) {
  .resource--video-list .resource__img {
    margin: 0 -5rem 1.25rem;
  }
}
.resource--video-list .resource__links {
  text-align: left;
}
.resource--video-list .resource__links li {
  margin-bottom: 0.375rem;
}
.resource--video-list .resource__links a {
  display: block;
  color: #6166a0;
}