/**
 * Resource Library Site styles
 */
/* Colors */
/* Breakpoints - http://getbootstrap.com/docs/4.1/layout/grid/ */
/******************************************************
 * Base Rules
 * Tag rules, boostrap overrides, and very generic UI elements
 ******************************************************/
h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  h4 {
    font-size: 2rem;
  }
}

p, ul {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p .btn-buy {
  margin-top: 15px;
}

.btn-buy a {
  background-color: #06a7e0;
  border-radius: 50px;
  padding: 12px 15px;
  width: 45%;
  color: white !important;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 2px;
}
.btn-buy a:hover {
  background-color: white;
  color: #06a7e0 !important;
  border: 1px solid #06a7e0;
}

p.lead.excerpt {
  margin-bottom: 35px;
}

.btn-default a {
  border-radius: 50px;
  border: 3px solid white;
  padding: 10px 30px;
  margin-top: 5px;
  display: inline-block;
  color: white !important;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 2px;
}
.btn-default a:hover {
  color: black !important;
  background-color: white;
}

.btn-white {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  margin: 5px 5px 0;
  border: 3px solid #ffffff;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffff !important;
}
.btn-white:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

.text-burnt-orange {
  color: #B94C25;
}

.graceblue {
  color: #06a7e0;
}

/******************************************************
 * Main Layout
 * Overall page layout that shows on every screen (nav/footer)
 ******************************************************/
.btn-bordered {
  border: 3px solid #000;
  color: #000;
}

header:not(.shrink) .btn-bordered {
  border: 3px solid #FFF;
  color: #FFF;
}

.btn-bordered:hover,
header:not(.shrink) .btn-bordered:hover {
  border: 3px solid #06a7e0;
  color: #FFF;
  background-color: #06a7e0;
}

.lang-control {
  color: #343a40;
}

header:not(.shrink) .lang-control {
  color: #FFF;
}

.navbar-toggler {
  border-radius: 0.125rem;
}

header {
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 3px 16px rgba(34, 34, 34, 0.2);
  box-shadow: 0 3px 16px rgba(34, 34, 34, 0.2);
}

header.header-dark {
  background-color: #343a40;
}

header.header-dark .navbar-brand img.logo-text-dark {
  display: none;
}

header.header-dark .navbar-brand img.logo-text-light {
  display: block;
}

header.header-dark .navbar-toggler {
  border-color: #6c757d !important;
}

header.header-dark .navbar-nav .nav-link:not(.active) {
  color: #f8f9fa;
}

header.header-dark .navbar-nav .nav-link:not(.active):hover {
  color: #fff;
}

.navbar-header {
  height: 6.875rem;
}

.navbar-brand img {
  max-height: 60px;
}

.navbar-brand img.logo-text-light {
  display: none;
}

.navbar-toggler {
  border-color: #343a40 !important;
  margin-top: -1.25rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
}

.open-search {
  color: #000;
}

@media (min-width: 768px) {
  .fixed-top-md {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

.fixed-top-md .navbar-nav .nav-link {
  color: #343a40;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
  background-color: transparent;
  text-decoration: none;
}

.navbar-nav .nav-link:focus {
  background-color: transparent;
}

@media (max-width: 1199.98px) {
  header.header-dark .navbar-collapse {
    border-top: 1px solid #495057;
  }

  header.header-dark .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #495057;
  }

  header.header-dark .navbar .form-inline {
    border-top: 1px solid #495057;
  }

  header .container {
    max-width: none;
    padding: 0;
  }

  header .navbar {
    width: 100%;
  }

  header .navbar-header {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    position: relative;
    width: 100%;
  }

  header .navbar-collapse {
    border-top: 1px solid #e9ecef;
  }

  header .navbar-nav .nav-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  header .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
  }

  header .navbar .form-inline {
    border-top: 1px solid #e9ecef;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  header.shrink .navbar {
    height: 5.625rem;
  }

  header.shrink .navbar-header {
    height: 5.625rem;
  }

  header:not(.shrink) {
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;
  }

  header:not(.shrink) .navbar-brand img.logo-text-dark {
    display: none;
  }

  header:not(.shrink) .navbar-brand img.logo-text-light {
    display: block;
  }

  header:not(.shrink) .navbar-expand-xl .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
  }

  header:not(.shrink) .navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #fff;
  }

  .navbar {
    height: 6.875rem;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.scroll-to-top, .navbar-brand img, .navbar-header, .navbar, header, .mfp-fade.mfp-wrap .mfp-content, .mfp-fade.mfp-bg, .gallery-item figure:before, .form-subscribe label, .ease, a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**
 * SUBPAGE NAVBAR
 */
.navbar-section a {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-section .nav-link.active {
  border-bottom: 4px solid #06a7e0;
}
.navbar-section .dropdown-menu {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.navbar-section .dropdown-item.active, .navbar-section .dropdown-item:active {
  background-color: #06a7e0;
}

.header.smaller .dropdown-menu {
  background-color: #06a7e0;
}

/**
 * SEARCH Form
 */
#search-box {
  border: none;
  outline: none;
  width: 100%;
  font-size: 32px;
  box-shadow: none;
}

.search-container {
  height: 180px;
  padding: 50px 0;
  background-color: #FFF;
}

.close-search {
  color: #666;
  font-size: 50px;
}

header:not(.shrink) .search-close {
  color: #000;
}

/**
 * UTILITY Classes
 */
.h-100 {
  height: 100% !important;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .no-gutters-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .no-gutters-sm > .col, .no-gutters-sm > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .no-gutters-md {
    margin-left: 0;
    margin-right: 0;
  }

  .no-gutters-md > .col, .no-gutters-md > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .no-gutters-lg {
    margin-left: 0;
    margin-right: 0;
  }

  .no-gutters-lg > .col, .no-gutters-lg > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .no-gutters-xl {
    margin-left: 0;
    margin-right: 0;
  }

  .no-gutters-xl > .col, .no-gutters-xl > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.no-opacity {
  opacity: 1 !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  width: 27px;
  padding: 15px 0;
  margin: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger:focus {
  outline: none;
}

.hamburger-box {
  width: 27px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 27px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
* Spring
*/
.hamburger--spring .hamburger-inner {
  top: 5px;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner:before {
  top: 7px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 14px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
  top: 2px;
  transition: top 0.5s cubic-bezier(0.33333, 0, 0.66667, 0.33333);
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
* Spring Reverse
*/
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Slide in Menu */
.menu {
  background: #024d71;
  position: fixed;
  z-index: 2000;
  /* Vertically fill screen */
  width: 250px;
  height: 100%;
  top: 0;
  padding: 55px 0 0 10px;
  /* Transitions */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-height: 26.375em) {
  .menu {
    font-size: 90%;
    width: 190px;
  }
}
.menu a {
  display: block;
  padding: 0 0 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.menu .menu-title {
  padding: 0 0 0 20px;
  margin: 15px 0 5px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase;
}
.menu .menu-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}

/* Slides from the left */
.menu-right {
  right: -250px;
}
@media screen and (max-height: 26.375em) {
  .menu-right {
    right: -190px;
  }
}

.menu-right.menu-open {
  right: 0;
}

/* HOME HEADING/HERO */
.hero {
  position: relative;
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
.hero .hero-gradient {
  min-height: 50vh;
  padding: 150px 0;
}
.hero .hero-title {
  position: absolute;
  bottom: 38px;
  left: 0;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.hero .hero-title:before {
  content: "";
  display: inline-block;
  width: 100px;
  padding: 0;
  margin-bottom: 4px;
  border-bottom: 1px solid white;
}

.hero-card {
  color: white;
  font-family: proxima-nova, sans-serif;
  margin-top: 150px;
  border-radius: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.hero-card .article-type {
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
}
.hero-card .article-type::after {
  content: "";
  display: block;
  width: 15%;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 4px solid white;
  margin-bottom: 10px;
}
.hero-card h2 a {
  color: white;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
}
.hero-card ul.resource-info {
  display: inline-flex;
  margin: 0;
  padding: 0;
  margin-bottom: -25px;
}
.hero-card ul.resource-info li {
  list-style-type: none;
}
.hero-card ul.resource-info li.separator {
  font-size: 7px;
  padding: 7px 10px;
}

/* SUB PAGE HEADING */
.header {
  margin: 0 !important;
  background-position: center;
  background-color: #06a7e0;
  border-radius: 0;
}
.header .header-content {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .header .header-content {
    min-height: 600px;
    padding: 150px 0;
  }
}
.header .jumbotron-heading {
  color: white;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
}
.header .jumbotron-heading img {
  width: 35%;
  height: auto;
}
@media (max-width: 576px) {
  .header .jumbotron-heading img {
    width: 75%;
  }
}

.header.smaller .header-content {
  height: 300px;
}

.subpage-hero .container {
  max-width: 100%;
  margin: 0;
  height: 500px;
  padding: 0;
  font-family: proxima-nova, sans-serif;
  background-position: center center;
}
.subpage-hero .container img {
  width: 100%;
}
.subpage-hero .container a {
  font-family: proxima-nova, sans-serif;
  color: #06a7e0;
}

.teaching-series-header {
  height: 580px;
  background-color: #06a7e0;
  background-size: cover;
}

.series-description {
  padding: 100px 0;
}

/*Styles for Reading Plan pages*/
/* Colors */
/* Breakpoints - http://getbootstrap.com/docs/4.1/layout/grid/ */
.px-4 {
  padding-left: 14px;
  padding-right: 16px;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2rem;
}

.reading-plan-card {
  background-color: #ffffff;
  margin-bottom: 75px;
  padding: 15px 15px 50px 15px;
  min-height: 320px;
}
.reading-plan-card .card-title {
  margin-top: -35px;
  text-align: center;
  font-size: 30px;
}
.reading-plan-card .card-subtitle {
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.reading-plan-card .sermon-title {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.reading-plan-card .sermon-title a {
  color: #151515;
  font-size: 18px;
  text-decoration: none;
}
.reading-plan-card .reading-scripture {
  text-align: center;
  font-size: 30px;
  padding: 40px 0 50px 0;
}
.reading-plan-card .footer {
  text-align: center;
}

.reading-plan {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}
.reading-plan .reading-plan-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  min-height: 700px;
  background-color: #FFF;
}
.reading-plan .reading-plan-card .card-title {
  margin-top: -45px;
}
.reading-plan .reading-plan-card .footer {
  text-align: left;
}
.reading-plan .reading-plan-card .footer a {
  color: #C7C6C5;
}
.reading-plan .reading-plan-week {
  margin-bottom: auto;
}
.reading-plan .reading-plan-week h3 {
  text-align: center;
  font-weight: normal;
}
.reading-plan .reading-plan-week h6 {
  text-align: center;
  font-weight: normal;
  font-size: 0.75em;
}
.reading-plan .reading-plan-day {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.reading-plan .reading-plan-day .reading-plan-day-scripture {
  text-transform: capitalize;
  font-size: 0.75em;
  font-weight: normal;
  margin-top: -5px;
}

.btn-reading {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 155px;
  padding: 3px 15px;
  border-radius: 20px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  text-transform: lowercase;
  white-space: nowrap;
  background-color: #f5b335;
}
.btn-reading:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-reading.completed {
  background-color: #004D75;
  text-transform: capitalize;
  border: none;
}

/* Styles for the featured reading plans block */
.block-featured_readings {
  background-color: #EFEFEF;
  padding: 110px 0 50px 0;
}

/* FOOTER */
footer.page-footer {
  position: relative;
  background-color: #024d71;
  height: 250px;
  padding: 0;
  overflow: hidden;
}
footer.page-footer ul {
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.page-footer li {
  list-style-type: none;
}

#footer-icon {
  position: absolute;
  top: 0;
  left: -45px;
  color: rgba(6, 167, 224, 0.6);
  font-size: 315px;
}

.footer-campus-heading {
  margin: 0 0 20px 10px;
  color: #FFF;
}

.footer-campus-heading h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
}

.footer-campus-heading h5 {
  margin: 0;
  font-size: 16px;
}

.richtext-image.left {
  float: left;
  margin: 0 30px 20px 0;
}
.richtext-image.right {
  float: right;
  margin: 0 0 20px 30px;
}
.richtext-image.full-width {
  display: block;
  clear: both;
  max-width: 100%;
  width: 100%;
}

/******************************************************
 * Page Sections
 * Usually CMS Blocks or other elements used on a variety of different pages
 ******************************************************/
/**
 * Wagtail CMS Blocks
 */
.richtext-image.full-width {
  display: block;
  max-width: 100%;
  margin: 50px auto;
}

.block-downloads .panel {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-downloads .panel h2.panel-title {
  text-align: center;
  margin-bottom: 40px;
}
.block-downloads .panel h3.download {
  margin: 20px 0;
}
.block-downloads .panel.bg-dark {
  background-color: #e2e2e2 !important;
}

.btn.btn-download {
  color: #fff;
  background-color: #06a7e0;
  border-color: #95d4e9;
}

.featured {
  position: relative;
  font-family: proxima-nova, sans-serif;
  padding-top: 50px;
  padding-bottom: 50px;
}
.featured .featured-title .featured-title-heading {
  text-align: center;
  padding-bottom: 20px;
}
.featured .featured-title-rotated {
  margin-left: -20px;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .featured .featured-title-rotated {
    position: absolute;
    top: 0;
    right: -300px;
    transform: rotate(90deg);
    transform-origin: left top 0;
  }
}
.featured .featured-title-rotated:before {
  content: "";
  display: inline-block;
  width: 100px;
  margin: 0 5px 5px 0;
  border-bottom: 1px solid black;
}
.featured .featured-title-rotated .featured-title-heading {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.featured .featured-media {
  margin-bottom: 20px;
}
.featured .featured-media iframe {
  width: 100%;
}
.featured .featured-content {
  margin-top: 60px;
}
.featured .featured-content .fa-circle {
  font-size: 5px;
  margin: 0 5px;
  vertical-align: middle;
}
.featured .featured-content h3 {
  font-weight: bold;
}
.featured .featured-content .details {
  padding-bottom: 10px;
}
.featured .featured-content .details a {
  color: black;
  text-decoration: underline;
}
.featured .featured-content .article-type {
  font-weight: 900;
  color: #636569;
}
.featured .featured-content .article-type::after {
  border-bottom: 4px solid #636569;
}
.featured .featured-content footer .icon {
  color: #024d71;
  font-size: 20px;
  text-decoration: none;
}

.bg-white {
  background-color: rgba(0, 0, 0, 0) !important;
}

.text-dark {
  color: white !important;
}

#image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#image-container img {
  width: 100%;
  max-height: 100%;
}

.action {
  color: white;
  font-size: 35px;
}

.action:hover {
  color: #c8c8c8;
}

.icon {
  font-size: 35px;
}

.icon:hover {
  color: white;
}

.recent-resources {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}
.recent-resources h2 {
  text-align: center;
  padding-bottom: 45px;
}
.recent-resources .card {
  position: relative;
}
@media (max-width: 576px) {
  .recent-resources .card-img-top {
    height: 300px;
  }
}
.recent-resources .card-link-read {
  font-size: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #06a7e0;
}
.recent-resources .card-link-watch {
  position: absolute;
  font-size: 15px;
  right: 12px;
  bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #024d71;
}
.recent-resources .icon:hover {
  color: white;
}

.link-watch {
  font-size: 11px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #024d71;
}
.link-watch a {
  text-decoration: none;
}

.link-book {
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #024d71;
}
.link-book a {
  text-decoration: none;
}
.link-book .link-book a:hover {
  color: #06a7e0;
}

.link-read {
  font-size: 11px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #06a7e0;
}
.link-read a {
  text-decoration: none;
}

.btn-home {
  font-size: 22px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: white !important;
}
.btn-home a {
  text-decoration: none;
  color: white;
}

.card {
  font-family: proxima-nova, sans-serif;
  margin-bottom: 25px;
  border-radius: 0 !important;
}
.card h4 {
  font-weight: 700;
  color: black;
}
.card h5 {
  font-weight: 400;
}
.card .subdued {
  font-size: 16px;
  color: #636569;
}
.card .subdued .fas {
  padding: 0 3px 3px 3px;
  font-size: 6px;
  vertical-align: middle;
}
.card .card-body {
  height: 220px;
}
.card .excerpt {
  position: relative;
}
.card .excerpt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent 25px, white);
}
.card .card-footer {
  border: none;
  background-color: #ffffff;
}

.card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  height: 200px;
  background-position: center;
}

.secondary-content-body {
  padding-bottom: 100px;
}

.rich-text hr {
  display: block;
  background-color: #26a8e1;
  height: 2px;
  width: 50%;
  border: 0;
  margin-bottom: 10px;
}
.rich-text .richtext-image.full-width {
  height: auto;
}

/******************************************************
 * Generic Pages
 ******************************************************/
.media-player {
  display: inline-block;
  width: 100%;
  background-color: #151515;
  margin-top: 75px;
}
.media-player .no-media {
  color: #ffffff;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  margin: 50px 0;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}
.breadcrumbs p {
  display: inline;
}
.breadcrumbs p:after {
  content: " >";
  display: inline;
}
.breadcrumbs p.active:after {
  display: none;
}

.content {
  background-color: white;
  font-family: proxima-nova, sans-serif;
}
.content .content-heading {
  font-weight: 900;
  font-size: 50px;
  font-style: normal;
  text-align: center;
}
.content .author-date {
  text-align: center;
}
.content .separator {
  border-bottom: 5px solid black;
  width: 55px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.topics {
  list-style: none;
  text-transform: capitalize;
}
.topics .tag-category h2 {
  text-align: left;
  padding: 20px 0 0 0;
  font-weight: 900;
  color: #004d71;
}

.index-listing {
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-listing a {
  color: #00a8e1;
  font-weight: 400;
}

.index-detail-listing {
  min-height: 500px;
}
.index-detail-listing li {
  padding: 20px 0;
  border-bottom: 1px solid #06a7e0;
}
.index-detail-listing li:last-child {
  border-bottom: none;
}

.excerpt p {
  font-size: 16px;
  font-weight: normal;
}

.panel {
  padding-top: 100px;
  padding-bottom: 100px;
}
.panel.panel-odd {
  background-color: #ffffff;
}
.panel.panel-even {
  background-color: #EAEAEA;
}
.panel .btn-primary {
  padding: 0.5rem 1.5rem;
  margin: 5px 5px 0;
  border: 1px solid #00a8e1;
  border-radius: 0;
  color: #00a8e1;
  text-transform: uppercase;
  background-color: #ffffff;
}
.panel .btn-primary:hover {
  color: #ffffff;
  background-color: #00a8e1;
}

.downloadables-item {
  margin-bottom: 40px;
}

.audio-title {
  text-align: center;
  color: #777;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 65px;
  margin-bottom: -75px;
}

/******************************************************
 * Specific Pages
 ******************************************************/
.content-body h1 {
  font-weight: 700;
  font-size: 32px;
  font-style: normal;
  text-align: left;
  border-bottom: 5px solid #ededed;
  margin-bottom: 20px;
}
.content-body h2 {
  font-size: 25px;
  font-weight: 900;
  color: #a5d4e9;
  font-style: normal;
}
.content-body h3 {
  color: #636569;
  font-size: 20px;
  font-weight: 700;
}
.content-body h4 {
  font-size: 16px;
  color: #a5d4e9;
  font-weight: 700;
}
.content-body a {
  font-family: proxima-nova, sans-serif;
  color: #06a7e0;
}
.content-body ul {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  list-style-type: none;
  padding-left: 0;
}
.content-body li {
  background: #ededed;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}
.content-body .responsive-object {
  margin-bottom: 10px;
}
.content-body .block-image img {
  width: 100%;
  height: auto;
  display: block;
}

a.btn-article {
  background-color: #636569 !important;
  border-radius: 50px;
  padding: 8px 0px;
  /* margin-top: 18px; */
  display: block;
  margin: 0 auto;
  width: 45%;
  color: white !important;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: proxima-nova, sans-serif;
}
a.btn-article:hover {
  background-color: white !important;
  color: #636569 !important;
  border: 1px solid #636569;
}

.index-listing .topics {
  list-style: none;
  text-transform: capitalize;
  margin-bottom: 0;
}
.index-listing .tag-category h2 {
  text-align: left;
  padding: 20px 0 0 0;
}

.search-results {
  padding-top: 30px;
}
.search-results .card {
  background-color: #eeeeee;
  border: none;
}
.search-results .card-block {
  padding: 32px;
}
.search-results .card-block .tags {
  text-align: right;
  position: absolute;
  right: 40px;
  text-transform: lowercase;
  color: #06a7e0;
}
.search-results .card-block .tags a {
  color: #06a7e0;
}
.search-results .article-type {
  font-weight: bold;
  color: #06a7e0;
}
.search-results .article-type::after {
  border-bottom-color: #06a7e0;
  width: 45px;
}
.search-results .card-title a {
  color: #151515;
  font-size: 30px;
}
.search-results .card-text {
  font-size: 20px;
}

.navbar-podcast .navbar-brand {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-podcast .nav-item {
  font-size: 25px;
  font-weight: bold;
}

.navbar-primary {
  background: linear-gradient(143deg, #06a7e0 10%, #024d71 100%);
}

.navbar-secondary {
  background: linear-gradient(143deg, #ff7f30, #c94d00 80%);
}

.panel.burnt-orange {
  background-color: #B94C25;
}
.panel.burnt-orange .block-paragraph, .panel.burnt-orange .block-heading {
  color: #ffffff;
}

.panel.primary-blue {
  background-color: #06a7e0;
}
.panel.primary-blue .block-paragraph, .panel.primary-blue .block-heading {
  color: #ffffff;
}

.panel.podcast-promo .column-1 img {
  box-shadow: 10px 30px 30px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .panel.podcast-promo .column-2 {
    padding: 20px 0 0 50px;
  }
}
.panel.podcast-promo .column-2 .block-paragraph h2 {
  padding-top: 50px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .panel.podcast-promo .column-2 .block-paragraph h2 {
    padding-top: 0;
  }
}
.panel.podcast-promo .column-2 .block-paragraph h3 {
  font-size: 18px;
  font-weight: normal;
}
.panel.podcast-promo .column-2 .block-paragraph p {
  font-size: 20px;
  font-weight: 400;
}
.panel.podcast-promo .column-2 .block-button-group {
  text-align: left !important;
}

.episode .card .card-body {
  height: auto;
}
.episode .episode-icon-primary {
  color: #06a7e0;
}
.episode .episode-icon-secondary {
  color: #ff7f30;
}
.episode .episode-stats {
  font-size: 10px;
  padding: 10px;
}
.episode .episode-stats .podcast-platforms a {
  font-size: 18px;
  color: #636569;
}
.episode .episode-stats .podcast-platforms i {
  padding-left: 3px;
}
.episode .episode-title {
  font-size: 16px;
  color: #636569;
}
.episode .episode-resource {
  color: #ff7f30;
  line-height: 1;
  padding-bottom: 15px;
}
.episode .episode-resource i {
  padding-right: 10px;
  font-size: 30px;
  font-weight: normal;
}
.episode .episode-resource .episode-resource-title-primary {
  color: #06a7e0;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.episode .episode-resource .episode-resource-title-secondary {
  color: #ff7f30;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.episode .episode-resource .episode-resource-desc {
  color: #636569;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.episode .card-link-read {
  color: #ff7f30;
  font-size: 30px;
}

.panel.intro-video {
  background-color: #B94C25;
}
.panel.intro-video .block-paragraph {
  color: #ffffff;
}

.panel.podcast-panel-primary {
  color: #ffffff;
  background-color: #06a7e0;
}
.panel.podcast-panel-primary a {
  color: #ffffff;
}
.panel.podcast-panel-primary .form-button-wrapper .btn-submit {
  color: #024d71 !important;
}

.panel.podcast-panel-secondary {
  color: #ffffff;
  background-color: #B94C25;
}
.panel.podcast-panel-secondary a {
  color: #B94C25;
}
.panel.podcast-panel-secondary .form-button-wrapper .btn-submit {
  color: #B94C25 !important;
}

.panel.podcast-panel-dark {
  color: #c8c8c8;
  background-color: #151515;
}
.panel.podcast-panel-dark a {
  color: #06a7e0;
}
.panel.podcast-panel-dark .form-button-wrapper .btn-submit {
  color: #06a7e0 !important;
}

#ask-chris {
  min-height: 400px;
}

#ask-chris .btn-submit {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  margin: 5px 5px 0;
  border: 3px solid #ffffff;
  border-radius: 10px;
  color: #B94C25;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffff !important;
}
#ask-chris .btn-submit:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

/* videojs player */
.div-embed iframe,
.div-embed object,
.div-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.div-embed {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.audio-player {
  background-color: #151515;
  padding: 0;
}

.video-js {
  width: 100%;
}

.video-js.vjs-audio {
  height: 39px;
  background-color: transparent;
  color: #777;
  width: 85%;
  max-width: 1000px;
  margin: 100px auto;
}

.video-js.vjs-audio .vjs-big-play-button {
  display: none;
}

.video-js.vjs-audio .vjs-control-bar {
  background-color: transparent;
  display: flex;
}

.video-js.vjs-audio .vjs-control:focus {
  text-shadow: none;
}

.video-js.vjs-audio .vjs-play-control {
  width: 3em;
  border: 2px solid;
  border-radius: 17px;
}

.video-js.vjs-audio .vjs-play-control::before {
  top: -1px;
  left: 1px;
}

.video-js.vjs-audio .vjs-progress-control .vjs-progress-holder.vjs-slider {
  height: 0.7em;
  background-color: transparent;
  border: 1px solid #333;
}

.video-js.vjs-audio .vjs-progress-control .vjs-load-progress {
  height: 0.6em;
  background: #666;
}

.video-js.vjs-audio .vjs-progress-control .vjs-load-progress div {
  background: #666;
}

.video-js.vjs-audio .vjs-progress-control .vjs-play-progress {
  height: 0.6em;
  background-color: #ddd;
}

.video-js.vjs-audio .vjs-progress-control .vjs-play-progress:before {
  top: -0.23em;
  font-size: 1.4em;
  color: #fff;
}

.video-js.vjs-audio .vjs-current-time,
.video-js.vjs-audio .vjs-duration {
  display: block;
}

.video-js .vjs-volume-level {
  background: #ddd;
}

.video-js .vjs-volume-level:before {
  color: #fff;
}

.video-js .vjs-loading-spinner {
  display: none !important;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: none !important;
}

/* Color Changing Form Styles */
.color-change-form {
  color: #FFF;
  background: linear-gradient(270deg, #01293b, #024e71, #00adff, #6e2108, #c4390c, #ff3e00, #f5a918, #ffdb99, #01293b, #024e71, #00adff, #6e2108, #c4390c, #ff3e00, #f5a918, #ffdb99);
  background-size: 1400% 200%;
  -webkit-animation: DEFACTO 150s linear infinite;
  -moz-animation: DEFACTO 150s linear infinite;
  animation: DEFACTO 150s linear infinite;
}
.color-change-form :focus {
  outline: none !important;
  border: 2px solid #1b0031 !important;
  box-shadow: none !important;
}
.color-change-form label {
  display: none;
}
.color-change-form .form-block .form-control {
  background-color: transparent !important;
  border: 2px solid #fff;
  text-transform: none;
  border-radius: 0px !important;
  letter-spacing: 1.6px;
  padding: 20px;
}
.color-change-form .form-block .form-group {
  margin-bottom: 15px !important;
}
.color-change-form .form-block .form-control::-webkit-input-placeholder {
  color: #fff !important;
}
.color-change-form .form-block .textarea .form-control {
  height: 120px !important;
}
.color-change-form .form-block input, .color-change-form .form-block select, .color-change-form .form-block textarea {
  color: #fff !important;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.6px;
}
.color-change-form .form-block .select select {
  outline-style: none;
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 2px #fff solid;
  width: 100% !important;
  height: 60px;
  -webkit-appearance: none !important;
  text-indent: 15px;
}
.color-change-form .form-block .select:before {
  content: ".....";
  color: transparent;
  background-repeat: no-repeat;
  top: 28px !important;
  position: absolute;
  right: 30px;
  background-size: 15px !important;
  background-position: 50% !important;
  pointer-events: none;
}
.color-change-form .form-block .select .description {
  display: none;
  color: #fff !important;
  font: 500 12px "Mont" !important;
  opacity: 1 !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  position: absolute;
  top: 23px;
  left: 22px;
}
.color-change-form .form-block .select option:first-child {
  display: none;
}
.color-change-form .form-block select:focus {
  outline-offset: -2px;
}
.color-change-form .form-block .btn-submit {
  text-transform: uppercase;
}
.color-change-form .form-button-wrapper .btn-submit {
  width: 30% !important;
  padding: 20px;
  border: 0;
  background-color: #ffffff;
}
.color-change-form .form-button-wrapper .btn-submit:hover {
  background-color: #e6e6e6;
}
.color-change-form .form-submission-text * {
  color: #fff;
  font-weight: 800 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: left;
}

@-webkit-keyframes DEFACTO {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes DEFACTO {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes DEFACTO {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (min-width: 640px) {
  .form-block {
    padding-left: 0px;
    padding-top: 7px !important;
  }
}
/* Some random styles. Not sure what these are here for? TODO: organize these */
span.topics {
  background-color: #ececec;
  width: 345px;
  padding: 10px;
  display: block;
  margin: 17px auto;
}

.scripture {
  background-color: #ececec;
  width: 345px;
  padding: 10px;
  display: block;
  margin: 17px auto;
}

.clip-source {
  background-color: #ececec;
  width: 345px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}

.book-image-container {
  height: 385px;
  width: 275px;
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}

.article-type {
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  color: #636569;
}
.article-type::after {
  content: "";
  display: block;
  width: 15%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: 3px solid #636569;
}

.subpage-hero .container {
  height: 650px;
}

.breadcrumbs a, .author-date a, .scripture a, .topics a, .clip-source a {
  color: #06a7e0;
}

@media (min-width: 992px) {
  .media-player {
    margin-top: 110px;
  }
}
@media (max-width: 768px) {
  .media-player {
    margin-top: 0;
  }
}

.block-paragraph img {
  height: auto;
}

.content {
  position: relative;
  /* for abs sharing nav */
}

.sharing-nav {
  transition: all ease 0.2s;
  border-radius: 0;
  margin-top: -10px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .sharing-nav {
    display: block;
    position: absolute;
    float: right;
    text-align: center;
    top: 0;
    right: 10px;
    width: 100px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
  }
}
.sharing-nav .share-btn-container {
  display: inline-block;
}
@media (min-width: 768px) {
  .sharing-nav .share-btn-container {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 10px;
  }
  .sharing-nav .share-btn-container:last-child {
    margin-bottom: 0;
  }
}
.sharing-nav .btn-share {
  /* a.share-btn */
  display: inline;
  padding: 20px;
  color: rgb(0, 168, 225);
}
.sharing-nav .btn-share:visited {
  color: rgb(0, 168, 225);
}
.sharing-nav .btn-share:hover {
  cursor: pointer;
}
.sharing-nav .btn-share > i {
  font-size: 24px;
}
@media (min-width: 768px) {
  .sharing-nav .btn-share {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
}
.sharing-nav h5 {
  display: none;
}
@media (min-width: 768px) {
  .sharing-nav h5 {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
}
.sharing-nav .mrt-podcast-btns a, .sharing-nav .mrt-podcast-btns h5 {
  color: #004E71;
}

.book.fa-circle {
  font-size: 2px;
  margin: 0 5px;
  vertical-align: middle;
}

.block-resources_by_category h2 {
  text-align: center;
  margin-bottom: 25px;
}
.block-resources_by_category a {
  color: #024d71 !important;
  font-size: 18px !important;
}
.block-resources_by_category a:hover {
  text-decoration: none !important;
}

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