@charset "UTF-8";
/**
 * Ecclesiastes Series Styles
 * Copyright GraceChurch
 *
 * @author Dan Dietz
 */
/* Color & Typography Overrides */
@import url("https://unpkg.com/aos@next/dist/aos.css");
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/**
 * Main styles for Sermon Series Landing Pages
 * Copyright GraceChurch
 *
 * @author Kirby Parnell
 */
/* Color Pallet & Typography */
/* Breakpoints - https://getbootstrap.com/docs/3.3/css/ */
/******************************************************
 * Utilities
 ******************************************************/
.d-flex {
  display: flex;
}

@media (min-width: 992px) {
  .d-md-flex {
    display: flex;
  }
}

.align-items-center {
  align-items: center;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 992px) {
  .justify-content-md-between {
    justify-content: space-between;
  }
}

.flex-row-reverse, .flex-md-row-reverse {
  flex-direction: row-reverse;
}

.ml-1 {
  margin-left: 1.75rem;
}

/******************************************************
 * Base Rules
 ******************************************************/
body {
  font-family: "Poppins", sans-serif;
}

a {
  color: #656565;
  font-weight: 700;
}
a:hover, a:visited, a:active, a:focus {
  color: #114545;
}

.btn {
  padding: 10px;
  margin: 5px 0;
  border-radius: 16px;
  border-color: #656565;
  background: #656565;
  font-family: "Poppins", sans-serif;
  color: #FCFFFF;
}
.btn:hover, .btn:active, .btn:focus {
  background: #114545;
  color: #FCFFFF;
  border-color: #114545;
}

.btn-primary {
  border-radius: 0;
  border: none;
  color: #FCFFFF;
}

.btn-download {
  margin: 30px 0;
}
.btn-download:hover, .btn-download:visited, .btn-download:active, .btn-download:focus {
  color: #FCFFFF;
}

/* Boostrap utility class to create equal height columns */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .row-eq-height [class*=col-] {
    width: 100%;
  }
}

.padding-0 {
  padding: 0;
}

/******************************************************
 * Main Layout
 ******************************************************/
/* HEADER CONTENT */
.header {
  position: relative;
  height: 125px;
  max-height: 100vh;
  background: #FCFFFF no-repeat center center;
  background-size: cover;
}
@media (min-width: 550px) {
  .header {
    height: 175px;
  }
}
@media (min-width: 768px) {
  .header {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .header {
    height: 358px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 433px;
  }
}
@media (min-width: 1400px) {
  .header {
    height: 50vh;
  }
}
.header .intro-video {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .header .intro-video {
    bottom: 50px;
  }
}
.header .intro-video .btn {
  border-radius: 20px;
  font-size: 12px;
  background-color: #1A1D1D;
  outline: none;
}
@media (min-width: 768px) {
  .header .intro-video .btn {
    bottom: 50px;
    font-size: 20px;
  }
}

#intro-video .modal-dialog, .series-panel.videos .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#intro-video .modal-content, .series-panel.videos .modal-content {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: unset;
  background: rgba(252, 255, 255, 0.8);
}
#intro-video .modal-header, .series-panel.videos .modal-header {
  border: none;
  height: 80px;
}
#intro-video .close, .series-panel.videos .close {
  float: none;
  opacity: 1;
  padding-left: 20px;
  color: #FCFFFF;
  font-weight: normal;
  font-size: 60px;
  outline: none;
  text-shadow: 0 1px 0 #1A1D1D;
}
#intro-video .modal-body, .series-panel.videos .modal-body {
  width: 80%;
  margin: 0 auto;
}
#intro-video .embed-container, .series-panel.videos .embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#intro-video .embed-container iframe, #intro-video .embed-container object, #intro-video .embed-container embed, .series-panel.videos .embed-container iframe, .series-panel.videos .embed-container object, .series-panel.videos .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* NAV CONTENT */
.mainnav {
  text-align: center;
}
.mainnav ul.navigation {
  padding-left: 0;
}
.mainnav li {
  float: none;
  display: inline-block;
  padding: 25px 15px 10px 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 5vw;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .mainnav li {
    font-size: 2.5vw;
  }
}
@media (min-width: 992px) {
  .mainnav li {
    font-size: 2vw;
  }
}
@media (min-width: 1200px) {
  .mainnav li {
    font-size: 1.8vw;
  }
}
.mainnav a {
  color: #181818;
  text-decoration: none;
}
.mainnav a:hover {
  color: #FCFFFF;
}
.mainnav ul li.scrollTop {
  float: right;
}
@media (max-width: 767px) {
  .mainnav {
    display: none;
  }
}

/* MOBILE NAV */
.navbar-inverse {
  display: block;
  margin: 0;
}
.navbar-inverse p {
  padding: 12px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.navbar-inverse li {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .navbar-inverse {
    display: none;
  }
}

/* FOOTER */
footer {
  background-color: #d9d9d9;
}
footer img {
  width: 30%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer img {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  footer img {
    width: 10%;
  }
}

/******************************************************
 * Modules
 ******************************************************/
/* Text Callout Module */
.callout {
  background: #d9d9d9 url("../images/old_moon.png");
}
@media (min-width: 768px) {
  .callout {
    background: fixed;
  }
}
.callout .callout-text {
  width: 70%;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 5vw;
  color: #181818;
}
@media (min-width: 768px) {
  .callout .callout-text {
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .callout .callout-text {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  .callout .callout-text {
    font-size: 2vw;
  }
}

/* Action Links */
.actions {
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #656565;
  font-weight: 700;
}
.actions .action-spacer {
  font-size: 50px;
  line-height: 0.58;
  display: inline;
  text-align: center;
  vertical-align: text-bottom;
}
.actions .download-link {
  font-size: 20px;
}

/* Carousel Module */
.series-carousel .series-carousel-title {
  padding: 50px 0 35px 0;
  font-family: "Poppins", sans-serif;
  color: #181818;
  font-size: 35px;
  text-align: center;
}
.series-carousel .carousel {
  position: relative;
  display: block;
  background: #1A1D1D;
}
.series-carousel .carousel .carousel-indicators {
  bottom: 0;
}
.series-carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.series-carousel .carousel-inner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.series-carousel .item-contents {
  height: 900px;
}
@media (min-width: 768px) {
  .series-carousel .item-contents {
    display: flex;
    align-items: stretch;
    height: 486px;
  }
}
.series-carousel .carousel-image-container {
  flex: 1 1 60%;
}
.series-carousel .carousel-image-container img {
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
.series-carousel .carousel-caption {
  position: static;
  flex: 1 1 40%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: white;
  padding: 20px 65px;
  text-shadow: none;
}
.series-carousel .carousel-caption h4 {
  color: #181818;
  padding-bottom: 15px;
}
.series-carousel .carousel-caption h5 {
  padding-top: 10px;
  color: #181818;
}
.series-carousel .carousel-caption h6 {
  padding: -10px -10px;
}
.series-carousel .carousel-caption p {
  padding-top: 10px;
}
.series-carousel .carousel-caption div.wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .series-carousel .carousel-caption {
    padding-top: 10%;
  }
}
@media (min-width: 992px) {
  .series-carousel .carousel-caption {
    padding-top: 5%;
  }
}
@media (min-width: 1200px) {
  .series-carousel .carousel-caption {
    padding-top: 8%;
  }
}

/* Series Panel Module */
.series-panel {
  padding-bottom: 100px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}
.series-panel.full-bleed {
  margin: 0;
  padding: 0;
}
.series-panel.bg-dark {
  background-color: #f2f2f2;
}
.series-panel .series-panel-title {
  padding: 100px 0 45px 0;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #181818;
  text-align: center;
}
.series-panel .series-panel-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  margin: 20px auto;
  border-radius: 6px;
  background-color: #114545;
}
.series-panel ul {
  padding: 0;
  margin: 0;
}
.series-panel .modal-dialog {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .series-panel .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }
}
.series-panel .modal-header {
  text-align: center;
  color: #114545;
}
.series-panel .modal-title {
  padding-top: 15px;
  font-size: 35px;
  font-weight: bold;
}
.series-panel .modal-content {
  border: none;
  border-radius: 0;
}

/* Spotify  */
.spotify-popup {
  padding: 10px 10px 30px 10px;
  margin: 100px 0 -100px 0;
  text-align: center;
  padding: 10px;
  margin-top: 45px;
  background-color: #1db954;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.spotify-popup h2 {
  color: #FCFFFF;
  padding-bottom: 10px;
}
.spotify-popup h4 {
  margin-top: -15px;
  margin-bottom: 25px;
}
.spotify-popup a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
.spotify-popup a:hover {
  color: #d9d9d9;
}
.spotify-popup iframe {
  display: block;
  margin: 0 auto;
  float: none;
}
@media (min-width: 768px) {
  .spotify-popup {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 -10px 50px -6px #bbb;
  }
}
@media (max-width: 767px) {
  .spotify-popup iframe {
    width: 50%;
  }
}

/******************************************************
 * Page Sections
 ******************************************************/
/* TEACHING SECTION */
.teaching ul {
  list-style-type: none;
  text-align: left;
}
.teaching .bibref {
  color: #FCFFFF;
  padding: 0 10px;
}

.reading-plan {
  background-color: #114545;
}
.reading-plan.series-panel .series-panel-title:after {
  background-color: #FCFFFF;
}
.reading-plan .btn-reading {
  margin-top: 50px;
  font-size: 18px;
  padding: 8px 12px;
  background-color: #FCFFFF;
  border-radius: 10px;
  border-color: #114545;
  color: #114545;
  text-decoration: none;
}
.reading-plan .btn-reading:hover {
  background-color: #1A1D1D;
}

/* Drip Published Sermons w/ Clips Block */
.block-sermons_i18n .sermon-images,
.block-sermons_drip_clip .sermon-images {
  min-width: 270px;
  min-height: 150px;
}
.block-sermons_i18n .sermon-videos,
.block-sermons_drip_clip .sermon-videos {
  width: 270px;
  height: 150px;
}
.block-sermons_i18n .series-panel,
.block-sermons_drip_clip .series-panel {
  background-color: #FCFFFF;
  color: #656565;
}
.block-sermons_i18n .series-panel-title,
.block-sermons_drip_clip .series-panel-title {
  color: #656565;
}
.block-sermons_i18n .card-title,
.block-sermons_drip_clip .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #656565;
}
.block-sermons_i18n .card-text,
.block-sermons_drip_clip .card-text {
  color: rgba(101, 101, 101, 0.7);
}
.block-sermons_i18n .sermon-date,
.block-sermons_drip_clip .sermon-date {
  margin-top: 0;
  padding-top: 5px;
  color: #656565;
  font-size: 45px;
  font-weight: bold;
}
.block-sermons_i18n .sermon-title,
.block-sermons_drip_clip .sermon-title {
  color: #656565;
  font-size: 35px;
  font-weight: bold;
}
.block-sermons_i18n .scripture-refs,
.block-sermons_drip_clip .scripture-refs {
  font-size: 35px;
  font-weight: bold;
  color: #656565;
}
.block-sermons_i18n .actions a,
.block-sermons_drip_clip .actions a {
  color: #656565;
}
.block-sermons_i18n .action-spacer,
.block-sermons_drip_clip .action-spacer {
  color: #656565;
}
.block-sermons_i18n .week-number,
.block-sermons_drip_clip .week-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #656565;
  color: #FCFFFF;
  font-size: 28px;
  font-weight: bold;
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}
.block-sermons_i18n .clip-section-title,
.block-sermons_drip_clip .clip-section-title {
  margin: 0;
  padding: 20px 16px 20px 0;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block-sermons_i18n .clip-section-title,
  .block-sermons_drip_clip .clip-section-title {
    text-align: right;
  }
}
.block-sermons_i18n .clip-section-title img,
.block-sermons_drip_clip .clip-section-title img {
  margin-right: 15px;
}
.block-sermons_i18n .clip-section,
.block-sermons_drip_clip .clip-section {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 5px solid rgba(101, 101, 101, 0.2);
  border-bottom: 5px solid rgba(101, 101, 101, 0.2);
}
.block-sermons_i18n .clip-card,
.block-sermons_drip_clip .clip-card {
  padding-bottom: 20px;
}
.block-sermons_i18n .clip-card .card-text h3,
.block-sermons_drip_clip .clip-card .card-text h3 {
  color: #656565;
  font-size: 16px;
}
.block-sermons_i18n .clip-card iframe,
.block-sermons_drip_clip .clip-card iframe {
  width: 100%;
}
.block-sermons_i18n .sermon-sunday-date,
.block-sermons_drip_clip .sermon-sunday-date {
  font-size: 20px;
  display: inline;
  margin-right: 10px;
}
.block-sermons_i18n .scripture-passage-refs,
.block-sermons_drip_clip .scripture-passage-refs {
  font-size: 20px;
  display: inline;
  color: #FCFFFF;
}

.block-sermons_i18n .sermon-item {
  display: flex;
  padding-bottom: 75px;
}
.block-sermons_i18n .actions {
  padding: 0;
}
.block-sermons_i18n .actions:before {
  content: "";
  display: block;
  margin: 10px 0 20px 0;
  width: 50px;
  height: 2px;
  background-color: #656565;
}
.block-sermons_i18n .actions-study-questions .action-spacer {
  display: none;
}
.block-sermons_i18n .actions-study-questions .download-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #656565;
  color: #FCFFFF;
  width: 30px;
  height: 30px;
}

/* STUDY QUESTIONS */
.questions p {
  margin-bottom: 5px;
}
.questions ul {
  list-style-type: none;
  text-decoration: none;
  text-align: left;
}

/* STUDY QUESTIONS MODAL */
.study-questions-modal ul {
  list-style-type: none;
  text-decoration: none;
  text-align: left;
}
.study-questions-modal ol {
  margin-right: 30px;
  text-align: left;
  counter-reset: my-badass-counter;
  list-style: none;
}
@media (max-width: 768px) {
  .study-questions-modal ol img {
    width: 100%;
    height: auto;
  }
}
.study-questions-modal ol li {
  position: relative;
  padding: 0 0 30px 50px;
}
.study-questions-modal ol li:last-child {
  border-bottom: none;
}
.study-questions-modal ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  color: #656565;
  font: bold 50px/1 "Poppins", sans-serif;
}
.study-questions-modal .modal-content ul {
  text-align: left;
  margin-left: 40px;
  padding: 10px;
}
.study-questions-modal .modal-content ul li::before {
  content: "•";
  color: black;
  margin-right: 10px;
  font-size: 20px;
}
.study-questions-modal .block-paragraph {
  font-size: 20px;
  padding: 10px 30px;
}
.study-questions-modal .block-heading {
  font-weight: bold;
  font-size: 30px;
}
.study-questions-modal .block-image img {
  max-width: 100%;
}
.study-questions-modal .block-list li {
  margin-bottom: 10px;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.study-questions-modal .block-list li div, .study-questions-modal .block-list li p {
  display: inline;
}

/* SONGS */
.songs {
  background-color: white;
  padding-bottom: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.songs p {
  margin-bottom: 30px;
}
.songs ul {
  list-style-type: none;
  text-align: center;
}
.songs .modal-body {
  text-align: center;
}

/* MEMORIZING SCRIPTURE */
.memory ul {
  list-style-type: none;
  text-align: left;
}
.memory .card-body {
  width: 100%;
  font-size: 14px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .memory .card-body {
    width: 75%;
  }
}
.memory .btn {
  width: 100%;
  white-space: normal;
}
@media (min-width: 768px) {
  .memory .btn {
    width: 300px;
    white-space: nowrap;
  }
}

/* Accordion */
.block-accordion {
  background-color: #656565;
}

.accordion ul {
  list-style-type: none;
  text-align: left;
}
.accordion .card-body {
  width: 100%;
  font-size: 14px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .accordion .card-body {
    width: 75%;
  }
}
.accordion .btn {
  width: 100%;
  white-space: normal;
  border: none;
}
@media (min-width: 768px) {
  .accordion .btn {
    white-space: nowrap;
  }
}

/* RESOURCES */
.resources div.modal-content {
  width: 570px;
  margin: 0 auto;
}

.downloadables .downloadables-item {
  display: flex;
  flex-direction: column;
}
.downloadables .downloadables-item img {
  margin: auto 0;
  max-width: 100%;
}

.download h3 {
  padding-top: 15px;
}

.block-downloads .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* BIG IMAGE */
.block-big_image .series-panel img {
  width: 100%;
}

/* FEATURES */
.feature-row {
  display: block;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .feature-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: space-around;
  }
}
.feature-row .feature-item {
  flex: 1 1 0;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .feature-row .feature-item {
    padding-bottom: 0;
  }
}
.feature-row .feature-item-text {
  padding: 10px;
}
.feature-row .feature-item-img {
  padding: 0;
  margin: 0 0 40px 0;
}

/* Video Panels */
.series-panel.videos .series-panel-title {
  color: #FCFFFF;
}
.series-panel.videos .series-panel-title:after {
  background-color: #FCFFFF;
}
.series-panel.videos .video-item {
  text-align: center;
}
.series-panel.videos .video-item img {
  padding: 20px 0 20px 0;
  max-width: 100%;
}
.series-panel.videos .video-item-title {
  text-align: center;
  min-height: 70px;
}
.series-panel.videos .modal {
  padding: 0 !important;
}
.series-panel.videos .close {
  float: right;
  margin: 0 30px 0 0;
}

/* Gradient Text Panel */
.gradient-text {
  padding-bottom: 0 !important;
  width: 100%;
  min-height: 200px;
  background-image: linear-gradient(to bottom, #656565, #114545);
}
.gradient-text p {
  padding: 20px;
  font-size: 9.5vw;
  font-family: rift, sans-serif;
  line-height: 10vw;
  background: -webkit-linear-gradient(#114545, #656565, #1A1D1D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

/* 3 Columns with Icons */
.infoblocks {
  padding-top: 20px;
}
.infoblocks .infoblock .infoblock-icon {
  text-align: right;
  font-size: 50px;
  padding-top: 20px;
}

/* Timeline Block */
.timeline {
  padding-bottom: 100px;
  background: rgb(246, 246, 246);
  background: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(123, 123, 123) 100%);
  overflow-x: hidden;
}
.timeline img {
  object-fit: contain;
}
.timeline .timeline-item-container {
  position: relative; /* for abs children */
  padding-top: 55px;
}
.timeline .timeline-item-container::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #666;
}
.timeline .timeline-title {
  text-align: center;
  padding: 100px 0;
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 100px;
  background-color: #FCFFFF;
}
@media (min-width: 992px) {
  .timeline .timeline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 130px;
    background-color: transparent;
  }
}
.timeline .timeline-item > * {
  flex-basis: 50%;
}
.timeline .timeline-item-image {
  text-align: center;
}
@media (min-width: 992px) {
  .timeline .timeline-item-image {
    padding: 0 20px;
  }
}
.timeline .timeline-item-image img {
  width: 100%;
}
.timeline .timeline-item-text {
  position: relative;
  text-align: left;
  padding: 20px;
}
@media (min-width: 992px) {
  .timeline .timeline-item-text {
    padding: 0 0 0 120px;
  }
  .timeline .timeline-item-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    top: 50%;
    left: 0;
    background-color: #666;
  }
}
.timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .timeline .timeline-item:nth-child(even) .timeline-item-text {
    padding-left: 0;
    padding-right: 120px;
    text-align: right;
  }
}
.timeline .timeline-item:nth-child(even) .timeline-item-text:after {
  right: 0;
  left: unset;
}
.timeline .timeline-item-date {
  font-size: 10vw;
  font-weight: bold;
}
@media (min-width: 992px) {
  .timeline .timeline-item-date {
    font-size: 8vw;
  }
}
.timeline .timeline-item-title {
  font-size: 6vw;
}
@media (min-width: 992px) {
  .timeline .timeline-item-title {
    font-size: 4vw;
  }
}

/* About Block */
.about_us_thumb > img {
  max-width: 100%;
}

/**
 * Series page overrides to the default styles
 */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .header {
    height: 100vh;
  }
}
.header h1 {
  padding-bottom: 50px;
  font: 10vw/100vh "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
.header h1 span {
  display: inline-block;
  color: rgba(26, 29, 29, 0.2);
  transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
  font: 15vw/100vh "Bebas Neue", sans-serif;
  text-shadow: 0 0 40px rgba(26, 29, 29, 0.7);
  opacity: 0;
  animation: smoky 5s 0s both;
}
.header h1 span:nth-of-type(1) {
  animation-delay: 0.2s;
}
.header h1 span:nth-of-type(2) {
  animation-delay: 0.4s;
}
.header h1 span:nth-of-type(3) {
  animation-delay: 0.6s;
}
.header h1 span:nth-of-type(4) {
  animation-delay: 0.8s;
}
.header h1 span:nth-of-type(5) {
  animation-delay: 1s;
}
.header h1 span:nth-of-type(6) {
  animation-delay: 1.2s;
}
.header h1 span:nth-of-type(7) {
  animation-delay: 1.4s;
}
.header h1 span:nth-of-type(8) {
  animation-delay: 1.6s;
}
.header h1 span:nth-of-type(9) {
  animation-delay: 1.8s;
}
.header h1 span:nth-of-type(10) {
  animation-delay: 2s;
}
.header h1 span:nth-of-type(11) {
  animation-delay: 2.2s;
}
.header h1 span:nth-of-type(12) {
  animation-delay: 2.4s;
}

@keyframes smoky {
  60% {
    text-shadow: 0 0 20px rgba(26, 29, 29, 0.7);
  }
  to {
    transform: translate3d(0, 0, 0) rotate(0deg) skewX(0deg) scale(1);
    font: 10vw/100vh "Bebas Neue", sans-serif;
    text-shadow: 0 0 0 rgba(26, 29, 29, 0.7);
    opacity: 1;
  }
}
.mainnav {
  background-color: #1A1D1D;
}
.mainnav a {
  color: #FCFFFF;
}

.callout {
  position: relative;
  background: #FCFFFF url(http://grace-marketing2018.s3.amazonaws.com/images/Ecclesiastes_Bac.max-1920x692.jpegquality-80.format-jpeg.jpg) no-repeat fixed;
  background-size: 100% 100%;
}
.callout:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(100, 100, 100, 0.25);
}
@media (min-width: 992px) {
  .callout .callout-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.callout .callout-text p {
  text-align: left;
  padding: 50px 0 0 0;
  font-size: 18px;
}
@media (min-width: 992px) {
  .callout .callout-text p {
    padding: 0 0 0 50px;
    text-align: left;
    font-size: 1.4vw;
  }
}

.series-panel .series-panel-title {
  text-align: left;
  text-transform: uppercase;
  font: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 4vw;
  color: #575959;
}
.series-panel .series-panel-title:after {
  display: none;
}

.block-sermons_drip_clip .series-panel {
  background-color: #E5E5E5;
}
.block-sermons_drip_clip .series-panel-title {
  color: #575959;
}
.block-sermons_drip_clip .series-panel-title:after {
  display: none;
}
.block-sermons_drip_clip .week-number {
  background-color: #114545;
  color: #FCFFFF;
}
.block-sermons_drip_clip .sermon-date {
  color: #114545;
}
.block-sermons_drip_clip .sermon-title {
  color: #114545;
}
.block-sermons_drip_clip .scripture-refs {
  color: #1A1D1D;
}
.block-sermons_drip_clip .actions:before {
  background-color: #114545;
}
.block-sermons_drip_clip .actions-study-questions .download-link {
  background-color: #114545;
  color: #FCFFFF;
}

.reading-plan {
  background-color: #656565;
}
.reading-plan .series-panel-title {
  color: #FCFFFF;
}
.reading-plan p {
  color: #FCFFFF;
}
.reading-plan .btn-reading:hover {
  background-color: #114545;
  color: #FCFFFF;
}

.featured-download {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.featured-download .downloadables-thumbnail {
  max-width: 500px;
}
.featured-download .downloadables-footer {
  padding: 0 40px;
  border: solid 1px rgba(26, 29, 29, 0.4);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.gradient-text {
  background: #FCFFFF url(http://grace-marketing2018.s3.amazonaws.com/images/Ecclesiastes_Bac.max-1920x692.jpegquality-80.format-jpeg.jpg) no-repeat fixed;
  background-size: 100% 100%;
}
.gradient-text p {
  font-size: 4vw;
  line-height: 4vw;
  text-transform: none;
}
.gradient-text p:nth-child(3) {
  text-align: right;
}

/*# sourceMappingURL=ecclesiastes.css.map */
