#billboard .text {
    text-align: center;
}

#billboard .view-all-btns {
    display: block;
    margin: 0 auto 0;
    width: 200px;
}

#billboard .view-all-btns:nth-child(2n) {
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    #billboard .view-all-btns {
        display: inline-block;
        margin: 0 0.5em 0;
        width: auto;
    }
}

@media (min-width: 768px) {
    #billboard .view-all-btns:nth-child(2n) {
        margin-top: 0;
    }
}

/* LANDING PAGE STYLES */

#sermons6 .latest-sermon .fullwidth-vid {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

#sermons6 .latest-sermon #sermon-video-embedded-on-landing-page {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

/* Hide the large sermon image if a sermon video is available to be shown */

.fullwidth-vid+.latest-sermon-image,
.plyr+.latest-sermon-image,
#sermon-video-embedded-on-landing-page+.latest-sermon-image {
    display: none !important;
}

#sermons6 .latest-sermon {
    width: 100%;
    margin-bottom: 3em;
}

@media (min-width: 992px) {
    #sermons6 .latest-sermon {
        margin-bottom: 4em;
    }
}

#sermons6 .latest-sermon .details {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
    outline: none;
}

@media (min-width: 992px) {
    #sermons6 .latest-sermon .details {
        width: 55%;
        float: left;
        margin-right: 5%;
        margin-bottom: 2em;
        outline: none;
    }
}

#sermons6 .latest-sermon .details .speaker-no-headshot {
    display: none;
}

#sermons6 .latest-sermon.no-headshot .details {
    width: 100%;
    float: none;
    margin-bottom: 2em;
}

#sermons6 .latest-sermon.no-headshot .details .speaker-no-headshot {
    display: block;
}

#sermons6 .latest-sermon .details .date,
#sermons6 .latest-sermon .details-full .date {
    margin-bottom: 0.25em;
}

#sermons6 .latest-sermon .speaker {
    float: none;
    width: 100%;
}

@media (min-width: 992px) {
    #sermons6 .latest-sermon .speaker {
        float: right;
        width: 40%;
    }
}

#sermons6 .latest-sermon.no-headshot .speaker {
    display: none;
}

#sermons6 .latest-sermon .speaker .headshot {
    width: 50%;
    float: none;
    margin-right: 0;
    margin-top: 1em;
    height: auto;
}

@media (min-width: 992px) {
    #sermons6 .latest-sermon .speaker .headshot {
        width: calc(50% - 2rem);
        float: left;
        margin-right: 1.5rem;
        margin-top: 0;
        height: auto;
    }
}

#sermons6 .latest-sermon .speaker .name {
    display: block;
    font-size: 1.5em;
    line-height: 1.6em;
    margin: 0.5em 0 1em;
}

@media (min-width: 992px) {
    #sermons6 .latest-sermon .speaker .name {
        /* Matched this to <p> styles on Layouts site */
        font-size: 14px;
        line-height: 1.6em;
        margin: 0 0 1em 0;
    }
}

#sermons6 .latest-sermon .media {
    margin-top: 1em;
    margin-bottom: 0;
}

/* Media Icons */

#sermons6 .media {
    display: block;
    width: 100%;
    margin: 0.5rem 0 2rem 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

#sermons6 .media li {
    padding: 0;
    margin: 0 1.25rem 0 0;
}

#sermons6 .media li:not(.shareit) a {
    display: block;
  font-size: 24px;
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}

#sermons6 .media li.video a::before {
  content: "\f108";
}

#sermons6 .media li.notes a::before {
  content: "\f15b";
}

#sermons6 .media li.listen a::before {
  content: "\f025";
}

#sermons6 .media li.download a::before {
  content: "\f019";
}

#sermons6 .latest-sermon:after {
  content: '';
  display: block;
  clear: both;
}

#sermons6 .media li.shareit>.btn {
    margin-bottom: 0;
}

#sermons6 .latest-sermon:after {
    content: "";
    display: block;
    clear: both;
}

/* Sermons 6 List */

#sermons6_list {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 160px;
}

#sermons6_list .fail {
    display: block;
    text-align: center;
    margin-top: 2em;
}

#sermons6_list .filtered {
    display: block;
    margin-top: 2em;
    margin-bottom: 1em;
}

#sermons6_list .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
}

#sermons6_list .sermon-list-item {
    display: block;
    margin: 3em 0;
}

@media (min-width: 992px) {
    #sermons6_list .sermon-list-item {
        display: flex;
        flex-wrap: nowrap;
        margin: 4em 0;
    }
}

#sermons6_list .sermon-list-item:first-of-type {
    margin-top: 2em;
}

#sermons6_list .sermon-list-item .linked-image {
    width: 100%;
    margin-right: 0;
    height: 56.25%;
}

@media (min-width: 992px) {
    #sermons6_list .sermon-list-item .linked-image {
        width: 30%;
        margin-right: 3%;
        height: 16.875%;
    }
}

#sermons6_list .sermon-list-item .linked-image {
    margin-bottom: 1em;
}

#sermons6_list .sermon-list-item .linked-image .thumb {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 992px) {
    #sermons6_list .sermon-list-item .linked-image .thumb {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
}

#sermons6_list .sermon-list-item .main-sermon-image+.placeholder-sermon-image {
    display: none;
}

#sermons6_list .sermon-list-item .details {
    margin: 0;
}

#sermons6_list .sermon-list-item .details .date {
    margin-bottom: 0;
    font-size: 16px;
}

#sermons6_list .sermon-list-item .details .passage {
    margin-bottom: 0;
}

#sermons6 .load-more {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
    position: relative;
    width: 100px;
    margin: auto;
    height: 2em;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    cursor: pointer;
}

#sermons6 .load-more.loading {
    color: transparent;
    background-image: url("/_assets/img/loaders/preloader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-size: cover;
}

#sermons6 .load-more:after {
    display: block;
    font-family: "Font Awesome 6 Pro" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    content: "\f021";
    color: #5d7b9d;
    top: 2em;
    margin-left: -7.5px;
    left: 50%;
    position: absolute;
}

#sermons6 .load-more.disable,
#sermons6 .load-more.disable:after {
    cursor: default;
    opacity: 0.2;
}

#sermons6 .load-more.loading:after {
    display: none;
}

/* SERIES LIST VIEW */

#sermons6_series {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 160px;
}

@media (min-width: 992px) {
    #sermons6_series {
        display: flex;
        min-height: 160px;
        flex-wrap: wrap;
    }
}

#sermons6_series .series-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
}

@media (min-width: 992px) {
    #sermons6_series .series-list-item {
        width: 31.333333333%;
        margin-right: 3%;
        margin-bottom: 2em;
    }
}

#sermons6_series .series-list-item:nth-child(3n+3) {
    margin-right: 0;
}

#sermons6_series .series-list-item .image-link {
    display: block;
    transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -webkit-transition: transform 0.25s ease-in-out;
    padding-top: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    -webkit-backface-visibility: hidden;
}

#sermons6_series .series-list-item .image-link .overlay {
    position: absolute;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.65);
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}

#sermons6_series .series-list-item .image-link .overlay h3 {
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 1.5em;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-smoothing: antialiased !important;
    font-weight: 600;
    text-shadow: 1px 1px 0px #333;
}

#sermons6_series .series-list-item .image-link:hover {
    transform: scale(1.1);
}

#sermons6_series .series-list-item .image-link:hover .overlay {
    opacity: 1;
}

#sermons6_series .series-list-item .title-link {
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0.75em auto 0.25em;
}

#sermons6_series .series-list-item .date-range {
    margin-top: .5rem;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
}

/* SERMON DETAIL VIEW */

#sermons6 .sermon-detail {
    width: 100%;
    position: relative;
}

@media (max-width: 56em) {
    #sermons6 .sermon-detail {
        padding-top: 0 !important;
    }
}

#sermons6 #sermon-video-embedded,
#sermons6 .sermon-detail .fullwidth-vid {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}

/* #sermons6 #sermon-video-embedded.sticky, #sermons6 .sermon-detail .fullwidth-vid.sticky { z-index: 100; width: 100% !important; position: relative; left: 0 !important; } */

@media (min-width: 992px) {
    #sermons6 #sermon-video-embedded.sticky,
    #sermons6 .sermon-detail .fullwidth-vid.sticky {
        z-index: 100;
        box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.18);
    }
}

#sermons6 .sermon-detail .details {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
    outline: none;
}

@media (min-width: 992px) {
    #sermons6 .sermon-detail .details {
        width: 55%;
        float: left;
        margin-right: 5%;
        margin-bottom: 2em;
    }
}

#sermons6 .sermon-detail .details .speaker-no-headshot {
    display: block;
}

#sermons6 .sermon-detail.has-speaker-headshot .details .speaker-no-headshot {
    display: none;
}

#sermons6 .sermon-detail .details .date {
    margin-bottom: 0.25em;
}

#sermons6 .sermon-detail .details .media {
    margin-top: 1em;
    margin-bottom: 0;
}

#sermons6 .sermon-detail .speaker {
    width: 100%;
    float: none;
}

@media (min-width: 992px) {
    #sermons6 .sermon-detail .speaker {
        width: 40%;
        float: right;
    }
}

#sermons6 .sermon-detail .speaker .headshot {
    float: none;
    margin-right: 0;
    width: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
    height: auto;
}

@media (min-width: 992px) {
    #sermons6 .sermon-detail .speaker .headshot {
        float: left;
        margin-right: 1.5em;
        width: calc(50% - 2rem);
        margin-top: 0;
        height: auto;
        margin-bottom: 0;
    }
}

#sermons6 .latest-sermon .speaker .position,
#sermons6 .sermon-detail .speaker .position {
    margin-bottom: 0.5em;
}

#sermons6 .sermon-detail .speaker .name {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0.25em;
    display: block;
}

#sermons6 .sermon-detail .speaker .social,
#sermons6 .latest-sermon .speaker .social {
    display: block;
    margin: 0;
    padding: 0;
}

#sermons6 .sermon-detail .speaker .social li,
#sermons6 .latest-sermon .speaker .social li {
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
    padding-top: 1px;
}

#sermons6 .sermon-detail .speaker .social li.website,
#sermons6 .latest-sermon .speaker .social li.website {
    padding-top: 0;
}

@media (min-width: 992px) {
    #sermons6 .sermon-detail .speaker .social li,
    #sermons6 .latest-sermon .speaker .social li {
        display: inline-block;
        margin-right: 0.75em;
        vertical-align: top;
    }
}

#sermons6 .sermon-detail .speaker .social li a,
#sermons6 .latest-sermon .speaker .social li a {
    font-size: 20px;
}

@media (min-width: 992px) {
    #sermons6 .sermon-detail .speaker .social li a,
    #sermons6 .latest-sermon .speaker .social li a {
        font-size: 18px;
    }
}

/* This website/world icon needs a boost in size, to match up better */

#sermons6 .sermon-detail:after {
    display: block;
    width: 100%;
    clear: both;
    content: " ";
}

@media (max-width: 56em) {
    #sermons6 .latest-sermon .speaker .headshot {
        margin-bottom: 1em;
    }
    #sermons6 .latest-sermon .speaker .name {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 0.25em;
        margin-top: 0px;
    }
    #sermons6 .latest-sermon .speaker .position {
        margin-bottom: 5px;
    }
}

/* Sermon Notes Section */

#sermons6 .sermon-notes {
    width: 100%;
    display: block;
    padding: 0;
    margin: 4rem 0;
    padding: 2rem;
    border-radius: .5rem;
}

@media (min-width: 768px) {
    #sermons6 .sermon-notes {
        padding: 3.25rem;
    }
}

#sermons6 .sermon-notes .header {
    margin-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
}

#sermons6 .sermon-notes .form-area {
    min-height: 200px;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    #sermons6 .sermon-notes .form-area {
        min-height: 400px;
    }
}

#sermons6 .sermon-notes #sermon-notes-form>fieldset {
    max-width: 100%;
}

#sermons6 .sermon-notes #sermon-notes-form textarea {
    display: block;
    width: 100% !important;
    padding: .3rem .4rem;
    margin-bottom: 1.5rem;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    border-top-width: 3px;
    box-shadow: none;
    width: 70%;
    vertical-align: baseline;
    font-size: .875rem;
}

#sermons6 .sermon-notes #sermon-notes-form #notes-email {
    display: block;
    width: 100% !important;
    padding: .3rem .4rem;
    margin-bottom: 1.5rem;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    border-top-width: 3px;
    box-shadow: none;
    width: 70%;
    vertical-align: baseline;
    font-size: .875rem;
}

#sermons6 .sermon-notes #sermon-notes-form #loader-box {
    /* This element will replace #notes-submit, during ajax process */
    display: none;
    width: 130px;
    height: 30px;
    margin: 1em 2em 1em 0;
    background-image: url("/_assets/img/loaders/preloader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: top;
    box-sizing: border-box;
}

#sermons6 .sermon-notes #sermon-notes-form #loader-box.active {
    display: inline-block;
}

#sermons6 .sermon-notes #sermon-notes-form #notes-submit.disable,
#sermons6 .sermon-notes #sermon-notes-form #notes-download.disable {
    display: none;
}

#sermons6 #sermons6-modal-msg {
    visibility: hidden;
    width: 85vw;
    max-width: 300px;
    transform: translateY(-50%) translateX(-50%);
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 1.5em 2em;
    /* Link color, translated to RGB, with a bit of transparency */
    z-index: 9999;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    opacity: 0;
}

#sermons6 #sermons6-modal-msg.active {
    visibility: visible;
    opacity: 1;
}

#sermons6 #sermons6-modal-msg p {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0;
}

#sermons6 .more-link {
    margin-top: 1em;
}

/* Animation */

@keyframes shimmy {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(0.7deg);
    }
    75% {
        transform: rotate(-0.65deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes bobble {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.93);
    }
    70% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}

.sermon-loading {
    text-align: center;
    padding: 4em 0;
    padding-top: 0;
}

.sermon-loading img {
    width: 60px;
}

.slick-widget .slick-slide {
  margin: 0 10px;
}