html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
.color-red{
    color: #455242;
    text-decoration: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
.buttons-group a{
    display: inline-block;
    background: #57626E;
    color: #fff;
    text-decoration: none;
    padding: 16px 26px;
    font-size: 16px;
    margin: 8px 7px;
    text-transform: uppercase;
}
input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    font-size: 12px;
    font-family: "josefin-sans" !important;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

@media(min-width:700px) {
    body {
        font-size: 16px
    }
}

@media(min-width:1170px) {
    body {
        font-size: 18px
    }
}

.app {
    transition: transform 400ms ease;
    z-index: 10;
    background-color: #fff
}

.app.open {
    transform: translateX(-163px);
    z-index: -1
}

.button {
    display: inline-block;
    background-color: #008cc5;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 32px;
    padding: .75rem 2rem;
    cursor: pointer
}

.button:hover {
    background-color: rgba(0, 140, 197, .8)
}

.button-inverse {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 8px 16px;
    padding: .5rem 1rem;
    cursor: pointer
}

.button-inverse:hover {
    background-color: rgba(255, 255, 255, .8)
}

.button-ghost {
    display: inline-block;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    padding: 8px 16px;
    padding: .5rem 1rem;
    border: 1px solid #000;
    cursor: pointer
}

.button-ghost:hover {
    background-color: #fff;
    border: 1px solid #fff
}

.button-ghost-inverse {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    padding: .5rem 1rem;
    border: 1px solid #fff;
    cursor: pointer
}

.button-ghost-inverse:hover {
    background-color: #000;
    border: 1px solid #000
}

a {
    font-weight: 700;
    color: #008cc5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #455242;
    font-weight: 700
}

h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-weight: 100
}

@media(min-width:700px) {
    h1 {
        font-size: 36px
    }
}

@media(min-width:1000px) {
    h1 {
        font-size: 60px;
        font-weight: 700;
        line-height: 72px;
        color: #57626E;
    }
}

h2 {
    font-family: "utile",sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-top: 0;
    font-weight: 600;
    line-height: 110%; 
}
.video-replay-form.secondary .form-heading{
    grid-template-columns: 330px 1fr;
}
@media(min-width:700px) {
    h2.section-header {
        color: #3A4754;
        /* Subtitle */
        font-family: "utile-display",sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 31.2px */
        letter-spacing: 1.2px;
        text-transform: uppercase;
        border-bottom: 11px solid #AF8F65;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
}

h3 {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 700px;

}

h4 {
    font-size: 22px;
    line-height: 1.38
}

small {
    font-size: 9px;
    line-height: 1
}

p {
    margin: 0 0 16px;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 100
}

@media(min-width:1000px) {
    p {
        font-size: 1.15rem
    }
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}

img {
    width: 100%
}

.flex-video {
    height: 0;
    margin-bottom: 14.222px;
    margin-bottom: .88889rem;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.section-inner {
    max-width: 1300px;
    margin: auto
}

@media(min-width:600px) {
    .two-up {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
.submitted-message.hs-main-font-element{
    font-size: 18px !important;
    text-align: center;
    color: #455242 !important;
}

.main-nav {
    background-color: #3A4537;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 162.8px;
    right: -162.8px;
    z-index: -1
}

@media(min-width:700px) {
    .main-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: initial;
        z-index: initial;
        transform: translateX(0);
        background-color: transparent
    }
}

.main-nav.open {
    z-index: 10
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 32px;
    padding: 2rem
}

@media(min-width:700px) {
    .main-nav ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.5rem 0
    }
}

.main-nav ul li {
    margin: 0 0 16px;
    margin: 0 0 1rem
}

.main-nav ul li a {
    color: #57626E;

}

@media(min-width:700px) {
    .main-nav ul li {
        margin: 0 0 0 .8rem;
        color: #008cc5
    }

    .main-nav ul li:after {
        content: "";
        border-right: 1px solid #fff;
    }

    .main-nav ul li:last-child:after {
        content: none;
    }
}

.main-nav ul li a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    font-family: "utile-display", sans-serif;
    line-height: 130%;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.livevent-label{
    background: #AF8F65;
    text-align: center;
    padding: 0;
    color: #fff;
}
.livevent-label p{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-family: 'josefin-sans' !important;
    color: #FFFFFF;
    font-weight: 100;
    margin: 0;
}
.livevent-label p a{
    color: #F4E3D3;
    text-decoration: underline;
}
@media(min-width:700px) {
    .main-nav ul li a {
        color: #fff;
        font-weight: 700;
    }
}

@media(min-width:700px) {
    .main-nav ul li a {
        padding-right: .8rem
    }
}

.hero {
    background-image: url(../img/header-background.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px;
    padding: 1.5rem
}

@media(min-width:700px) {
    .hero {
        padding: 6rem 1.5rem 3rem
    }
}

@media(min-width:1000px) {
    .hero {
        padding: 7rem 3rem;
    }
}
@media(min-width:1300px) {
    .hero {
        padding: 7rem 3rem 15rem;
    }
}

.hero .section-inner {
    max-width: 1024px;
    margin: 0 auto
}

.hero .nav-trigger {
    position: absolute;
    top: 24px;
    top: 1.5rem;
    right: 24px;
    right: 1.5rem;
    z-index: 10
}

@media(min-width:700px) {
    .hero .nav-trigger {
        display: none
    }
}

.hero .two-up {
    display: -ms-grid;
    display: grid
}
.hero .two-up .hero-image div img{
    padding: 0 20px 50px;
}
.hero-image{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    align-items: baseline;
}
.church-connect-block{
    background: #C8CFC7;
    margin-top: 25px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 11px;
    align-self: stretch;
}
.church-connect-block h3{
    font-size: 20px;
    color: #0E2808;
    font-family: "utile-display",sans-serif !important;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: 1px;
    margin: 0 !important;

}
.church-connect-block p{
    color: #0E2808;
    font-size: 16px;
    font-style: normal;
    font-family: "ivypresto-display",serif !important;
    font-weight: 400;
    max-width: 260px;
    margin-bottom: 0 !important;
    text-align: center;
    line-height: 140%;
}
.church-connect-block p a{
    font-weight: 400;
    text-decoration: underline;
}
.bg-green{
    background: #919E8E;
}
.form-heading{
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 25px;
    border-bottom: 10px solid #AF8F65;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.church-connect-block p a{
    color: #AF8F65 !important;
    text-decoration: none;
}
.author h2.section-header{
    border: none !important;
    padding-bottom: 0 !important;
    margin: 0 0 10px !important;
    text-transform: none !important;
}
.church-connect-block div{
    background: #fff;
    padding: 10px 30px;
    border-radius: 11px;
}
.hero-image p{
    font-size: 20px;
    font-style: normal;
    color: #fff;
    font-family: "utile-display",sans-serif !important;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1px;
}
.hero-image .btn-primary{
    font-family: "utile",sans-serif;
    background: #AF8F65;
    padding: 16px 48px;
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    display: inline-block;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 7px;
}
@media(min-width:700px) {
    .hero .two-up {
        -ms-grid-columns: 1fr 300px;
        grid-template-columns: 1fr 300px;
        gap: 2rem;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:1000px) {
    .hero .two-up {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 5rem
    }
}

@media(min-width:1000px) and (min-width:1000px) {
    .hero .two-up {
        padding: 2rem 0 0
    }
}

.hero .two-up .hero-buttons .button {
    margin: 16px 0 0;
    margin: 1rem 0 0
}

@media(min-width:700px) {
    .hero .two-up .hero-image {
        -ms-flex-order: 2;
        order: 2
    }
}

.hero .two-up .hero-text {
    -ms-flex-order: 2;
    order: 2
}

@media(min-width:700px) {
    .hero .two-up .hero-text {
        -ms-flex-order: initial;
        order: initial
    }
}

.hero .two-up .hero-text h1 {
    color: #fff;
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-transform: none;
    margin: 0 auto !important;
    max-width: 100%;
    font-family: "ivypresto-text",serif;
    text-align: center;
    border-bottom: 11px solid #AF8F65;
    padding: 0 140px 30px;
}

@media(min-width:700px) {
    .hero .two-up .hero-text h1 {
        margin: 0 0 1rem
    }
}

.hero .two-up .hero-text p {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 700px;
    font-style: italic;
    
    margin: 16px 0;
    margin: 1rem 0
}

@media(min-width:700px) {
    .hero .two-up .hero-text p {
        font-size: 32px;
        line-height: 1.3
    }
}

.about {
    background-color: #fff
}

@media(min-width:1199px) {
    .about {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.about-text {
    background-color: #455242;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding: 6rem 3rem 6rem 11rem;
}
.about-text ul{
    padding-left: 15px;
}
.about-text ul li{
    color: #fff;
}
@media(min-width:1000px) {
    .about-text {
        margin: 0
    }
}

.about-text h2 {
    color: #fff
}

.about-text header,
.about-text article {
    max-width: 500px;
    margin: 0 auto 0 0;
}

.about-text article p,.about-text article ul li{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.about-text .bold {
    font-weight: 700;
    text-transform: uppercase
}

.banner {
    background-color: rgba(255, 192, 203, .5);
    text-align: center;
    padding: 16px 32px;
    padding: 1rem 2rem;
    margin: 0 0 48px;
    margin: 0 0 3rem
}

@media(min-width:1000px) {
    .banner {
        margin: 0 0 2rem
    }
}

.banner p {
    margin: 0
}

.banner .date {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    font-style: italic
}

.banner .headline {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 500
}

.about-purchase {
    background-color: #919E8E;
    padding: 80px 96px;
    text-align: center;
}

@media(min-width:700px) {
    .purchase-grid-header {
        max-width: 460px;
        margin: auto
    }
}

.about-purchase-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-family: "ivypresto-text",serif !important;
    color: #0E2808;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: 1px;
}

.purchase-toggle {
    background-color: #C8CFC7;
    padding: 8px;
    padding: .5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 12px;
    font-weight: 700
}

@media(min-width:700px) {
    .purchase-toggle {
        margin-bottom: 2rem
    }
}

@media(min-width:1000px) {
    .purchase-toggle {
        margin-bottom: 1.5rem
    }
}

.purchase-toggle button {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    padding: 1rem;
    border: 0;
    font-family: "utile",sans-serif;
    background: transparent;
    text-align: center;
    color: #455242;
}

.purchase-toggle button.active {
    background-color: #455242;
    color: #fff;
    pointer-events: none;
    border-radius: 12px
}

.purchase-grid {
    list-style: none;
    padding: 8px;
    padding: .5rem;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    gap: 8px;
    gap: .5rem;
    background-color: #C8CFC7;
    border-radius: 11px
}

@media(min-width:700px) {
    .purchase-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 1rem
    }
}

@media(min-width:1000px) {
    .purchase-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

.purchase-grid li {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px;
    min-height: 70px
}

.purchase-grid img {
    display: block;
    border-radius: 11px
}

.video {
    margin-top: 32px;
    margin-top: 2rem
}

@media(min-width:1170px) {
    .video {
        padding: 3rem 0 2rem
    }
}

.video-caption {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem
}

.reviews {
    padding: 24px 48px;
    padding: 1.5rem 3rem;
    margin-top: 32px;
    margin-top: 2rem;
    background-color: #008cc5
}

@media(min-width:700px) {
    .reviews {
        padding: 2rem 3rem 3rem
    }
}

.reviews .section-inner {
    max-width: 900px;
    margin: auto
}

.reviews h2 {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 400px;
    text-align: center;
    font-style: italic
}

.reviews h2 cite {
    font-style: normal
}

.reviews ul {
    list-style: none;
    padding: 0;
    margin: 0
}

@media(min-width:700px) {
    .reviews ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.reviews ul li {
    text-align: center;
    margin: 0 0 16px;
    margin: 0 0 1rem
}

@media(min-width:700px) {
    .reviews ul li {
        margin: 0 1rem
    }
}

@media(min-width:1000px) {
    .reviews ul li {
        margin: 0 2rem
    }
}

.reviews ul li img {
    max-width: 200px
}

.endorsements {
    padding: 24px 24px 0;
    padding: 1.5rem 1.5rem 0
}

@media(min-width:700px) {
    .endorsements {
        padding: 3rem 3rem 0
    }
}

@media(min-width:1000px) {
    .endorsements {
        padding: 6rem 3rem 2rem
    }
}

.endorsements ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.endorsements ul.slick-dots {
    margin: 32px 0;
    margin: 2rem 0
}

.endorsements ul.endorsements-list {
    max-width: 650px;
    margin: 0 auto
}

@media(min-width:1000px) {
    .endorsements ul.endorsements-list {
        max-width: 970px
    }
}

.endorsements ul li {
    text-align: center
}

.endorsements ul li .endorsement-text {
    font-weight: 400;
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-style: italic
}

@media(min-width:1000px) {
    .endorsements ul li .endorsement-text {
        font-size: 1.77rem
    }
}

.endorsements ul li .endorsement-author {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0
}

@media(min-width:700px) {
    .endorsements ul li .endorsement-author {
        font-size: 1.5rem;
        font-weight: 300
    }
}

.endorsements ul li .endorsement-credential {
    font-size: 10.56px;
    font-size: .66rem;
    font-weight: 700;
    margin: 0
}

@media(min-width:700px) {
    .endorsements ul li .endorsement-credential {
        font-size: 1rem
    }
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    margin: 0 16px;
    margin: 0 1rem;
    border: 5px solid #008cc5;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.slick-dots li.slick-active {
    background-color: #008cc5;
    pointer-events: none
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent
}

.author {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
    align-items: flex-start !important;
}

@media(min-width:700px) {
    .author {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:1000px) {
    .author {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -ms-flex-align: center;
        align-items: center
    }
}

.author-image {
    position: relative
}

.author-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right;
    height: 500px;
    display: block;
    height: auto;
}

@media(min-width:700px) {
    .author-image img {
        height: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

@media(min-width:1000px) {
    .author-image img {
        position: relative;
        height: auto;
        width: auto
    }
}

.author-text {
    padding: 24px;
    padding: 1.5rem;
    background-color: #919E8E;
}

@media(min-width:1000px) {
    .author-text {
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0 6rem;
        display: -ms-grid;
        display: grid;
        grid-column-gap: 6rem
    }
}

@media(min-width:1000px) and (max-width:1200px) {
    .author-text {
        -ms-grid-columns: 1fr 0;
        grid-template-columns: 1fr 0;
        padding: 0 0 0 3rem
    }
}

@media(min-width:1000px) {
    .author-text article {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .author-text article p {
        color: #3A4754;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
}

.author-text .button {
    margin: 16px 0 32px;
    margin: 1rem 0 2rem
}

@media(min-width:1000px) {
    .author-text .button {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        width: 50%;
        text-align: center
    }
}

@media(min-width:1000px) {
    .author-text footer {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.author-text .social-links {
    list-style: none;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    margin: 0;
    background: #f2f3db;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 11px
}

@media(min-width:1000px) {
    .author-text .social-links {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        -ms-grid-column-align: center;
        justify-items: center
    }
}

@media(min-width:1000px) {
    .author-text .social-links img {
        width: 36px;
        height: 36px
    }
}

.related {
    background-color: #a5c2cc;
    padding: 24px;
    padding: 1.5rem
}

@media(min-width:700px) {
    .related {
        padding: 3rem 1.5rem
    }
}

.related h2 {
    text-align: center;
    margin: 0 0 32px;
    margin: 0 0 2rem
}

.related .related-books-list {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto
}

@media(min-width:700px) {
    .related .related-books-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-column-align: center;
        justify-items: center
    }
}

@media(min-width:1000px) {
    .related .related-books-list {
        max-width: 850px;
        margin: 0 auto
    }
}

.related .related-books-list p {
    font-size: 10.56px;
    font-size: .66rem;
    margin-top: 8px;
    margin-top: .5rem;
    line-height: 14.4px;
    line-height: .9rem
}

.related .related-book {
    margin-right: 16px;
    margin-right: 1rem
}

.related .related-book img {
    width: 126px
}

@media(min-width:700px) {
    .related .related-book img {
        width: 200px
    }
}

@media(min-width:1000px) {
    .related .related-book img {
        width: 250px
    }
}

.footer {
    background-color: #060c2e;
    color: #fff;
    padding: 68px 24px;
}

.footer-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 32px;
    gap: 2rem
}

@media(min-width:700px) {
    .footer-inner {
        gap: 1rem
    }
}

@media(min-width:1000px) {
    .footer-inner {
        -ms-grid-columns: auto auto 1fr;
        grid-template-columns: auto auto 1fr;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-inner .logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

@media(min-width:700px) {
    .footer-inner .logo {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
        grid-row: 1 / span 2
    }
}

@media(min-width:1000px) {
    .footer-inner .logo {
        -ms-grid-row: 1;
        grid-row: 1
    }
}

@media(min-width:700px) {
    .footer-inner .logo img {
        max-width: 100px;
        min-width: 100px;
    }
}

.footer-inner .copyright {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-family: "proxima-nova" !important;
}
#beth-moore .about-text{
    padding: 80px 96px;
}
#beth-moore .about-purchase img{
    max-width: 500px;
}
#beth-moore .about-text header, #beth-moore .about-text article{
    margin: 0 auto 0 0;
    max-width: 650px;
}
.footer-inner .copyright p {
    font-family: "proxima-nova" !important;
}

@media(min-width:700px) {
    .footer-inner .copyright p {
        margin: 0
    }
}

.footer-inner .copyright ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width:700px) {
    .footer-inner .copyright ul {
        display: -ms-flexbox;
        display: flex
    }
}

.footer-inner .copyright ul li {
    margin: 4px 0;
    margin: .25rem 0
}

@media(min-width:700px) {
    .footer-inner .copyright ul li {
        margin: 0
    }

    .footer-inner .copyright ul li:after {
        content: "|";
        padding: 0 .5rem
    }

    .footer-inner .copyright ul li:last-child:after {
        content: ""
    }
}

.footer-inner .copyright ul li a {
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    text-decoration: underline;
}

.footer-inner .copyright ul li a:hover {
    text-decoration: none;
}

.footer-inner .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-grid-column-span: all;
    -ms-grid-column: 1;
    grid-column: 1 / span all;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:700px) {
    .footer-inner .social-links {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(min-width:1000px) {
    .footer-inner .social-links {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer-inner .social-links li {
    max-width: 45px;
    margin-right: 1rem;
}

.border-top {
    display: inline-block;
    margin-bottom: 15px;
    width: 76px;
    height: 11px;
    background-color: #57626E;
}

.border-top.border-top--white {
    background-color: #fff;
}

p {
    font-family: "ivypresto-text",serif;
}
.form-heading p{
    color: #455242;
}
.video-inner {
    max-width: 1300px;
    margin: auto;
}

.bg-light-blue {
    background-color: #F4E3D3;
    padding: 0 30px;
}
.bg-blue{
    background:#BBD3DE;
    padding-bottom: 100px;
}
.author-social-links {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    grid-column: 1;
}

.author-social-links li {
    display: inline-block;
    margin-right: 15px;
}

.author-social-links li:last-of-type {
    margin-right: 0;
}

.author .section-header {
    color: #3A4754 ;
}

.footer .logo {
    margin-right: 15px;
}

.nav-trigger {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .hero .two-up .hero-text h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .section-inner {
        max-width: 100%;
        padding: 0 30px;
    }

    .about-text {
        padding: 64px 150px;
        margin-bottom: 0;
    }

    .about-text header,
    .about-text article {
        max-width: 100%;
    }

    .author {
        padding: 45px 30px;
    }

    .author .author-text {
        padding: 0 20px;
    }

    .about-purchase {
        padding: 45px 30px;
    }

    .bg-light-blue {
        padding: 0;
    }
    .about-purchase-header {
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .about-text {
        padding: 64px 78px;
    }

    .border-top {
        height: 8px;
    }

    .about-purchase {
        padding: 80px 50px;
    }
}

@media screen and (max-width: 767px) {
    .main-nav ul li a{
        color: #fff !important;
    }
    .video-replay-form.secondary .form-heading,.hero-image{
        grid-template-columns: 1fr;
    }
    .hero .two-up .hero-text h1{
        padding: 20px 0;
    }
    .form-heading{
        grid-template-columns: 1fr !important;
    }
    .hero .two-up .hero-image div img{
        padding: 0 !important
    }
    .about-purchase{
        text-align: center;
    }
    .hero-image{
        gap: 40px;
    }
    h2{
        font-size: 30px;
    }
    .hero .two-up {
        display: -ms-grid;
        display: flex;
        flex-direction: column-reverse;
    }
    .hero .two-up .hero-text h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 0;
    }

    .footer {
        padding: 38px 0;
    }

    .section-inner {
        padding: 0 20px;
    }

    .author {
        padding: 40px 20px 40px 20px;
    }

    .author .author-text,
    .hero .section-inner {
        padding: 0;
    }

    .author-image img {
        max-width: 237px;
        margin: 0;
    }

    .author-image {
        margin-bottom: 25px;
    }

    .author .section-header {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .author-text article p {
        font-size: 14px;
        line-height: 20px;
        color: #3A4754;
    }

    .about-purchase {
        padding: 38px 20px;
    }

    .purchase-toggle button {
        font-size: 13px;
        padding: 15px 5px;
    }

    .about-text,.youtube-video {
        padding: 25px 20px !important;
    }

    .about-text h2 {
        font-size: 16px;
        line-height: 21px;
    }

    .about-text article p {
        font-size: 14px;
        line-height: 21px;
    }

    .border-top {
        height: 6px;
        margin-bottom: 15px;
    }

    .footer .logo img {
        max-width: 109px;
        min-width: 109px;
    }

    .hero .two-up .hero-image {
        margin-bottom: 20px;
    }

    .hero {
        padding: 42px 20px;
    }

    .main-nav ul {
        padding: 25px 12px 25px 20px;
    }

    .main-nav ul li {
        margin: 0 0 10px;
    }

    .main-nav ul li a {
        font-size: 12px;
        line-height: 20px;
    }
}
.container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
}
.pre-order{
    background: #f4e3d3;
    padding: 80px 0;
}
.pre-order h1,.live-event h1{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #57626E;
    font-family: 'josefin-sans';
}
.pre-order h1 span{
    text-transform: none;
}
.order-block{
    display: grid;
    grid-template-columns: 182px 1fr;
    gap: 1.5rem;
    margin-top: 30px;
}
.order-block p{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #57626E;
    font-family: 'josefin-sans' !important;
}
.order-block p a{
    color: #455242;
    text-decoration: underline;
}
.order-form .hs-richtext{
    display: none;
}
.order-form .hs-fieldtype-booleancheckbox+div .hs-richtext{
    display: block;
    background: #fcf7f2;
    padding: 20px 20px 0;
}
.bg-blue .order-form .hs-fieldtype-booleancheckbox+div .hs-richtext{
    background: rgba(255, 255, 255, 0.7);
}
.order-form .hs-fieldtype-booleancheckbox+div .hs-richtext p{
    margin: 0;
}
.order-form .hs-fieldtype-booleancheckbox+div .hs-richtext p+p{
    display: none;
}
.order-form .hs-richtext p strong{
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    display: block;
    color: #57626E;
    font-family: 'josefin-sans' !important;
    margin-bottom: 10px;
}
.order-form .hs-richtext a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #455242;
    display: block;
}
.order-form .hs-richtext br{
    display: none;
}
.hs-nashville___all_my_knotted_up_life .input .inputs-list{
    margin-top: 0;
}
.order-form h3{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #57626E;
    font-family: 'josefin-sans' !important;
}
.order-form p{
    font-size: 16px;
    line-height: 140%;
    color: #57626E;
}
.order-form{
    margin-top: 60px;
    position: relative;
}
.order-form:before{
    content:'';
    position: absolute;
    height:11px;
    background-color: #57626E;
    width: 76px;
    top: -35px;
    left: 0;
}
.hbspt-form label{
    font-family: "ivypresto-text",serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top:21px;
    display: block;
    margin-bottom: 5px;
    color: #455242;
}
.hbspt-form .input .hs-input{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 100%;
    font-family: "ivypresto-text",serif;
    height: 60px;
}
.hbspt-form .input .inputs-list .hs-input{
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 5px;
    border-radius: 0;
}
.church-connect-block p{
    color: #0E2808 !important;
    margin-top: 0 !important;

}
.hbspt-form .input .inputs-list label{
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    position: relative;
    top: 2px;
    color: #455242;
    font-family: "ivypresto-text", serif;
}
.inputs-list{
    padding-left: 0;
    list-style: none;
}
.hs-button{
    width: 206px;
    padding: 15px;
    border: none;
    background: #455242;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "utile",sans-serif;
}
.livestream .stream-banner{
    background: url(../img/live-stream-banner.png);
    height: 467px;
    background-size: cover;
    background-position: center;
}
.center-widget{
    display: grid;
    padding-top: 13%;
}
.center-widget h4,.center-widget p{
   color: #fff;
}
.center-widget h4{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.center-widget p{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-family: 'josefin-sans' !important;
    line-height: 130%;
    color: #FFFFFF;
}
.livestream .order-form h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 37px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #57626E;
}
.livestream .order-form h3 span{
    display: block;
    font-size: 20px;
}
.livestream p.stream-description{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding-top: 75px;
    color: #060C2E;
}
.signings-section{
    padding: 80px 0;
}
.signings-section h2{
    font-style: normal;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    /* or 28px */

    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #3A4754;
}
.signings-description{
    margin-bottom: 36px !important;
}
.signings-section h3{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #57626E;
}
.signings-section h3, .signings-section p{
    margin: 3px;
}
.signings-section p{
    font-size: 16px;
    line-height: 130%;
    color: #57626E;
}
.signings-section p a{
    font-weight: 300;
    color: #455242;
}
.event{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.hbspt-form .input .inputs-list .hs-input a,.hs-form-booleancheckbox-display a{
    font-weight: 300;
    color: #455242;
}
.hs_nashville___all_my_knotted_up_life .hs-form-booleancheckbox{
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 20px;
}
.bg-blue .order-form .hs-richtext {
    display: block;
    margin-top: 20px !important;
}
.hs-form-booleancheckbox label{
    margin-top: 0;
}
.hs-error-msg,.hs-main-font-element{
    margin-top: 0 !important;
    color: rgb(203 0 0) !important;
    font-size: 13px !important;
}
.hs-main-font-element{
    font-size: 15px !important;
}
.hs-error-msgs{
    margin-top: 5px !important;
}
.youtube-video{
    padding: 120px;
}
.youtube-video iframe{
    border: none;
    width: 100%;
    height: 1000px;
}
.live-event .hero .section-inner{
    max-width: 1300px;
}
.live-event .hero .two-up{
    grid-template-columns: 1fr;
    gap: 0;
}
.live-event h1{
    max-width: 942px;
    margin: 0 auto;
    text-align: center;
}
.live-event .youtube-video{
    padding: 0 0 60px;
}
.live-event h1 span{
    display: block;
    width: 89px;
    background: #57626E;
    height: 11px;
    margin: 0 auto 26px;
}
.live-event .primary{
    width: 334px;
    margin: 40px auto 0;
    text-decoration: none;
    text-align: center;
}
.live-event .hero {
    background-image: url(../img/live-stream.jpg);
}
.count-down{
    margin: 30px 0 10px;
    text-align: center;   
    font-family: 'josefin-sans';
}
.count-down .count-down-label{
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 130%;
    /* or 104px */

    text-align: center;
    text-transform: uppercase;

    /* Dark */

    color: #57626E;
}
.count-down h2{
    color: #57626E;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    position: relative;
}
.count-down h2:before{
    content: '';
    width: 89px;
    height: 11px;
    position: absolute;
    background: #57626E;
    text-align: center;
    top: -25px;
    transform: translate(-50%, -50%);
    left: 50%;
}
.count-down-label span{
    display: inline-block;
    text-align: right;
}
.count-down-label span:before{
    content:':';
    padding:0 20px;  
}
.count-down-label span:first-child:before{
    display: none;
}
.count-down-label span:after{
    content:'Days';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #57626E;
    font-family:"bodoni-egyptian-pro";
    display: block;
    text-transform:capitalize;
}
.count-down-label span:nth-child(2):after{
    content:'Hours';
    margin-left: 50px;
}
.count-down-label span:nth-child(3):after{
    content:'Minutes';
    margin-left: 50px;
}
.count-down-label span:last-child:after{
    content:'Seconds';
    margin-left: 50px;
}
.video-replay{
    background: url(../img/video-replay.png);
    height: 467px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.replay-info{
    color: #fff;
    display: grid;
    align-items: center;
    max-width: 473px;
    padding-top: 80px;
}
.replay-info a {
    color: #fff;
}
.replay-info h3{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.replay-info p{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    font-family: 'josefin-sans' !important;
    color: #FFFFFF;
}
.video-replay-form .primary{
    margin-top: 20px;
}
.video-replay-form{
    background-color: #E3CDB1;
    padding: 70px 0 100px;
}
.about-purchase p{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.about-purchase p a{
    color: #455242;
    text-decoration: underline;
}
.btn-green{
    padding: 16px 36px;
    background: #455242;
    color: #fff;
    text-decoration: none;
    font-family: 'utile';
    margin-top: 15px !important;
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 1024px){
    .purchase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    h2{
        font-size: 32px;
    }
    .hero .two-up{
        grid-template-columns: 1fr !important;
        margin-top: 40px
    }
    .about-purchase{
        text-align: center;
    }
    .about-purchase img{
        max-width: 300px;

    }
    .main-nav ul li a{
        font-size: 14px;
    }
    .youtube-video {
        padding: 60px 30px;
    }
    .youtube-video iframe{
        height: 425px;
    }
    .count-down .count-down-label{
        font-size: 72px;
    }
    .count-down h2{
        font-size: 20px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .youtube-video {
        padding: 60px 30px;
    }
    .youtube-video iframe{
        height: 600px;
    }
}
@media (max-width: 767px){
    .about-purchase img{
        padding: 0 30px;
    }
    h2.section-header {
        color: #fff;
        font-family: "utile-display", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        border-bottom: 11px solid #AF8F65;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .livevent-label{
        text-align: left;
    }
    .video-replay{
        background-position: -650px;
    }
    .replay-info{
        padding-top: 35px;
    }
    .video-replay-form .primary{
        margin-top: 10px;
    }
    .livevent-label{
        background: #3A4537;
    }
    .livevent-label p{
        font-size: 12px;
    }
    .video-replay-form {
        padding: 30px 0 50px;
    }
    .count-down{
        margin: 90px 0 10px;
    }
    .count-down h2:before,.live-event h1 span{
        height: 8px;
    }
    .count-down-label span:after{
        font-size: 12px;
    }
    .count-down-label span:nth-child(2):after,.count-down-label span:nth-child(3):after,.count-down-label span:last-child:after{
        margin-left: 20px;
    }
    .count-down h2{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .count-down-label span{
        display: inline-block;
        text-align: center;
        line-height: 72px;
    }
    .count-down .count-down-label{
        font-size: 56px;
    }
    .count-down-label span:before{
        content:':';
        padding:0 10px;  
    }
    .live-event .hero .two-up {
        margin: 0 0 40px;
    }
    .live-event .youtube-video{
        padding:25px 0 50px !important;
    }
    .live-event .primary{
        width: 274px;
        margin: 40px auto 0;
        font-size: 12px;
    }
    .live-event h1{
        font-size: 16px;
    }
    .youtube-video iframe{
        height: 190px;
    }
    .order-block{
        grid-template-columns: 1fr;
    }
    .order-block img{
        max-width: 182px;
    }
    .order-block p{
        font-size: 16px;
    }
    .order-form p{
        font-size: 14px;
        line-height: 19.8px;
    }
    .hbspt-form .input .hs-input{
        height: 44px;
    }
    .hbspt-form label{
        font-size: 16px;
    }
    .pre-order h1,.order-form h3{
        font-size: 16px;
    }
    .event{
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .bg-blue{
        padding-bottom: 40px;
    }
    .livestream p.stream-description{
        padding-top:40px;
    }
    .livestream .stream-banner{
        height: 297px;
    }
    .signings-section,.pre-order{
        padding: 40px 0;
    }
    .signings-section h2{
        margin-bottom: 11px;
    }
    .order-form {
        margin-top: 50px;
    }
}
@media (min-width: 640px) and (max-width: 767px){
    .youtube-video iframe {
        height: 350px;
    }
}
