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

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

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

@media (min-width:768px) {#billboard .view-all-btns { display: inline-block; margin: 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 */
#sermons6 .latest-sermon .fullwidth-vid + .latest-sermon-image,
#sermons6 .latest-sermon #sermon-video-embedded-on-landing-page + .latest-sermon-image { display: none; }

#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: .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: .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: .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: 22px; font-family: 'icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

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

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

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

#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 .thumb { width: 100%; height: auto; margin-bottom: 1em; -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 .25s ease-in-out; -moz-transition: color .25s ease-in-out; -webkit-transition: color .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: 'icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; content: "\ed5d"; color: #5d7b9d; top: 2em; margin-left: -7.5px; left: 50%; position: absolute; }

#sermons6 .load-more.disable, #sermons6 .load-more.disable:after { cursor: default; opacity: .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 .25s ease-in-out; -moz-transition: transform .25s ease-in-out; -webkit-transition: transform .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.0; top: 0; left: 0; right: 0; bottom: 0; padding: 1em; background-color: rgba(0, 0, 0, 0.65); transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .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.0; }

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

#sermons6_series .series-list-item .date-range { margin-top: 0; text-align: center; 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: .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: .5em; }

#sermons6 .sermon-detail .speaker .name { font-size: 24px; line-height: 1.6; margin-bottom: .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: .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: .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: 4em 0; box-sizing: border-box; border-style: solid; border-width: 2px; }

#sermons6 .sermon-notes .header { padding: 3em 2em; width: 100%; box-sizing: border-box; }

@media (min-width: 992px) { #sermons6 .sermon-notes .header { padding: 4em; } }

#sermons6 .sermon-notes .header h3 { margin-bottom: 1em; }

#sermons6 .sermon-notes .header p { margin-bottom: 0; }

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

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

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

#sermons6 .sermon-notes #sermon-notes-form textarea { width: 100%; box-sizing: border-box; margin-bottom: 2em; padding: .75em 1em; font-size: 14px; border: none; outline: none; }

#sermons6 .sermon-notes #sermon-notes-form #notes-email { display: block; width: 100%; box-sizing: border-box; margin-bottom: 2em; padding: .75em 1em; font-size: 14px; border: none; outline: none; }

#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 .35s ease-in-out; -moz-transition: all .35s ease-in-out; -webkit-transition: all .35s ease-in-out; opacity: 0.0; }

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

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

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

.sermons-carousel.slick-widget { position: relative; margin-left: -10px; margin-right: -10px; margin-bottom: 0; margin-top: 0; }

@media (min-width: 1200px) { .sermons-carousel.slick-widget { padding: 0; } }

.sermons-carousel.slick-widget .slick-prev { left: -5rem; top: calc((100% - 4em)/2); transform: translateY(-73%); }
.sermons-carousel.slick-widget .slick-next { right: -5rem; top: calc((100% - 4em)/2); transform: translateY(-73%); }

@media (min-width:1300px) {
	.sermons-carousel.slick-widget .slick-prev { left: -6rem; }
	.sermons-carousel.slick-widget .slick-next { right: -6rem; }
}

@media (max-width: 1260px) { .sermons-carousel.slick-widget .slick-prev { display: none !important; } }


@media (max-width: 1250px) { .sermons-carousel.slick-widget .slick-next { display: none !important; } }

.sermons-carousel.slick-widget article { margin: 0 10px; }

.sermons-carousel.slick-widget article a { display: block; }

.sermons-carousel.slick-widget .slick-dots { padding-bottom: 0; }

/* 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;
}

#sermons6 .sermon-notes #notes .pnoteText {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2em;
  padding: .75em 1em;
  font-size: 14px;
  border: none;
  outline: none;
}

#sermons6 .sermon-notes #notes p {
  line-height: 35px;
}

#sermons6 .sermon-notes #notes .blank {
  line-height: 19px;
}

#sermons6 .sermon-notes #notes .blank.wrong-answer {
  color: #710a0a;
}

#sermons6 .sermon-notes #notes .pnoteText {
  height: 100px !important;
}

#sermons6 .sermon-notes #notes .blank {
  border-bottom: 1px solid #252525;
}