html.bible-resource-center {
    margin: 0 !important;
    /*override GH default*/
    scroll-behavior: smooth;
}

body.page-template-bible-resource-center {
    margin: 0;
}

section h1,
section h2,
section h3 {
    letter-spacing: normal;
    font-family: "PT Serif Regular";
    letter: normal;
}

section h2 {
    font-size: 32px;
    line-height: 42px;
}

section h3 {
    font-size: 24px;
    line-height: 31px;
}

section p {
    font-size: 16px;
    line-height: 24px;
    font-family: "PT Serif Regular";
    letter-spacing: 0;
}

.custom--container {
    padding: 60px 0 !important;
}

.dark-blue {
    background-color: #091328;
    color: #FFFFFF;
}

.dark-blue h2 a,
.dark-blue h3 a {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

.white {
    background-color: #FFFFFF;
    color: #222222;
}

.light-blue {
    background-color: #E7F0F7;
    color: #000C24;
}

.center {
    text-align: center;
}

.right-image-girl {
    width: 100%;
    max-width: 471px;
    max-height: 315px;
    height: 100%;
}

section.light-blue h2,
section.light-blue h3,
section.light-blue p,
section.white h2,
section.white h3,
section.white p {
    color: #222222;
}

.image-container {
    max-height: 266px;
    height: auto;
    background-color: #f0fff0;
    max-width: 266px;
    padding: 40px 45px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 5px 5px;
    position: relative;
    aspect-ratio: 1/1;
}

.resp-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-image-container {
    max-height: 565px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-image-resp {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.circle-image {
    border-radius: 50%;
}

.sword--margin {
    margin-bottom: 40px;
}

.highlighted-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0.9px;
    text-align: center;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 20px;
}

section.white .highlighted-text {
    background-color: #EEF3F9;
    color: #222222;
}

section.light-blue .highlighted-text {
    background-color: #1B2C56;
    color: #ffffff;
}

.lu-logo {
    position: absolute;
    top: 50px;
    left: 10%;
}

.lu-logo img {
    fill: white;
}

.brc-logo {
    position: absolute;
}

.down-arrow-container {
    position: absolute;
    bottom: 30px;
}

.btn {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter: normal;
    text-align: center;
    padding: 19px 18px;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 2px;
}

.btn-blue {
    color: #ffffff;
    background-color: #1F5CA2;
}

.btn-blue:hover,
.btn-blue:focus {
    text-decoration: underline;
    color: #ffffff;
}

.btn-white {
    color: #222222;
    background-color: #F1F1F1;
}

.btn-white:hover,
.btn-white:focus {
    text-decoration: underline;
    color: #222222;
}

.margin-right {
    margin-right: 43px;
}

.book-container {
    display: flex;
    justify-content: space-around;
}

.book-tile {
    display: inline-block;
    width: 100%;
    max-width: 188px;
    vertical-align: top;
    text-align: left;
    margin: 0 10px;
}

.book-tile p {
    line-height: 24px;
    letter: normal;
    font-size: 16px;
}

.publisher {
    color: #222222;
    font-family: "PT Serif";
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
}

.influence-section {
    max-width: 575px;
    margin: 0px auto;
    text-align: center;
}

.influence-section h2 {}

.influence-section p {
    margin-bottom: 50px;
    text-align: left;
}

.footer {
    background-color: #222222;
    color: #FFFFFF;
    min-height: 127px;
    padding: 50px auto;
}

.footer--container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.left--footer {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

.right--footer {
    display: flex;
    flex-wrap: wrap;
}

.left--footer p {
    color: rgba(241, 241, 241, 0.5);
    font-family: 'Roboto';
    font-size: 12px;
    letter-spacing: 0.43px;
    line-height: 14px;
}

.lu-logo__footer img {
    fill: white;
    max-width: 200px;
}

.footer--link ul {
    list-style: none;
    display: flex;
    gap: 48px;
}

.footer--link a {
    color: #FEFEFE;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 0.43px;
    line-height: 14px;
    text-decoration: none;
}

.footer--link a:hover,
.footer--link a:active {
    color: #FEFEFE;
    text-decoration: underline;
}

.content--container a {
    color: #FEFEFE;
    font-size: 12px;
    text-decoration: none;
}

@media (max-width: 550px) {
    section h2 {
        font-size: 18px;
        line-height: 23px;
    }
    section h3 {
        font-size: 18px;
        line-height: 23px;
    }
    section p {
        font-size: 14px;
        line-height: 18px;
    }
    .dark-blue h2 a,
    .dark-blue h3 a {
        text-decoration: none;
        font-size: 18px;
    }
    .dark-blue h2,
    .dark-blue h3 {
        margin-bottom: 10px;
        line-height: 22px;
    }
    h2.learning-title {
        margin-bottom: 32px;
    }
    .hero-image-container {
        height: 430px;
    }
    .image-container {
        margin: 0 auto 50px;
    }
    .book-container {
        flex-direction: column;
    }
    .mobile-center {
        margin: 0 auto 50px;
        display: block;
        text-align: center;
        width: 240px;
    }
    .hide-mobile {
        display: none;
    }
    .btn-container {
        text-align: center;
        padding: 0px 0 20px;
    }
    .publisher {
        max-width: 75%;
        margin: 0 auto;
    }
    .influence-section p {
        margin-bottom: 30px;
    }
    .margin-right {
        margin: 0 0 15px;
    }
    .btn-container-2 {
        max-width: 70%;
        margin: 0 auto;
    }
    .btn-container-2 .btn-blue {
        width: 100%;
        box-sizing: border-box;
    }
    .brc-logo img {
        max-width: 250px;
    }
    .footer--link ul {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
    .left--footer p {
        text-align: center;
    }
}

.italic {
    font-style: italic;
}

@media (max-width: 540px) {
    .brc-logo>svg {
        width: 250px;
    }
}

@media (max-width: 479px) {
    .highlighted-text {
        margin: 0 auto 24px;
        display: block;
        font-size: 14px;
        line-height: 16px;
    }
    .wilmington-circle {
        width: 100%;
        max-width: 298px;
    }
    .hide {
        display: none;
    }
    .book-tile img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .container {
        width: 85% !important;
        /* override default*/
    }
}

@media (max-width: 800px) {
    .lu-logo {
        display: none;
    }
}


/* Bouncing Arrow Animation */

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}