.leftNav {
  font: 600 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.leftNav li a {
  color: #6d7e88;
}
.leftNav li a:hover {
  color: #a2aeb6;
}
.leftNav li.selected a {
  color: #009cab;
}
@media screen and (max-width: 767px) {
  .leftNav {
    font-size: 10px;
  }
  .leftNav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .leftNav li a {
    display: block;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #6d7e88;
    color: #6d7e88;
  }
  .leftNav li a:hover {
    background-color: #6d7e88;
    color: white;
  }
  .leftNav li.selected a {
    border-color: #009cab;
    background-color: #009cab;
    color: white;
  }
}
@media screen and (min-width: 768px) {
  .leftNav li {
    padding-bottom: 20px;
  }
}

.innerCont date {
  margin-bottom: 20px;
}
.innerCont .breadcrumbs,
.innerCont h2, .innerCont h3, .innerCont h4, .innerCont h5, .innerCont h6 {
  font: 600 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}
.innerCont h2, .innerCont h3, .innerCont h4 {
  border-bottom: 2px solid #f2efed;
  margin-bottom: 20px;
  font-size: 18px;
}
.innerCont .breadcrumbs {
  color: #009cab;
}
.innerCont .breadcrumbs a {
  color: #6d7e88;
}
.innerCont .article-body {
  font: 18px/32px Georgia, serif;
  color: #333;
}
.innerCont .article-body p,
.innerCont .article-body div {
  margin-bottom: 20px;
}
.innerCont .article-body ol,
.innerCont .article-body ul {
  margin-left:20px;
  margin-bottom: 20px;
}
.innerCont .article-body li {
  margin-bottom:10px;
}
.innerCont .article-body ul li {
  list-style:disc;
}
.innerCont .article-body ol li {
  list-style:decimal;
}
.innerCont .article-body a {
  word-break: break-word;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #a2aeb6;
}
.innerCont .article-body a:hover {
  color: #6d7e88;
}
.innerCont p span {
  font: inherit !important;
}
.innerCont .article-body figure {
  margin-bottom: 40px;
}
.innerCont .featured h1 {
  font: 24px/30px Georgia, serif;
  margin: 20px 0 10px;
  max-height: inherit;
}
.innerCont .featured li {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 600px) {
  .innerCont .featured li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .innerCont .featured li {
    width: 33.33333333%;
    margin-bottom: 40px;
  }
}
.innerCont .featured figure {
  background-color: #f0f4f6;
  text-align: center;
  border-bottom: 10px solid #009cab;
}
.innerCont .featured img {
  width: inherit;
  max-height: inherit;
}
.innerCont .featured p {
  font-size: 16px;
  line-height: 22px;
  border-bottom: 5px solid black;
  padding-bottom: 40px;
  margin: 0;
  max-height: inherit;
}

.pager {
  font: 600 12px/40px "Open Sans", sans-serif;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.pager a {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  padding: 0 10px;
  color: #6d7e88;
}
.pager a:hover {
  font-size: 18px;
  color: #a2aeb6;
}
.pager span.current a {
  font-size: 18px;
  font-weight: 700;
  color: #009cab;
}

.innerSlide {
  color: white;
  position: relative;
  max-height: inherit;
  min-height: 320px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.innerSlide.scroll {
  background-attachment:scroll;
}
.innerSlide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+60 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.innerSlide.about {
  background-image: url("../images/image1.jpg");
}
.innerSlide.events, .innerSlide.newsroom {
  background-image: url("../images/image2.jpg");
}
.innerSlide.prayerresources, .innerSlide.prayerneeds {
  background-image: url("../images/image3.jpg");
}
.innerSlide .hero-caption {
  text-align: center;
  font: italic 28px/41px Georgia, serif;
}
@media screen and (min-width: 768px) {
  .innerSlide {
    background-attachment: fixed;
    height: 0;
    padding-bottom: 40%;
  }
}

.highlight {
  color: #009cab;
  margin-left: -3px;
}
