.media {
  background-color: #fff; }

.media-top .media-title {
  color: #eb4b34; }

@media (max-width: 1023px) {
  .media-top {
    border-bottom: 1px solid #e7e5e3; } }

.media .tabset {
  border: 2px solid #eb4b34; }
  .media .tabset span {
    color: #eb4b34;
    background-color: #fff;
    border-right: 2px solid #eb4b34; }
    .media .tabset span:hover {
      background-color: #f2f2f2; }
    .media .tabset span.current {
      color: #fff;
      background-color: #eb4b34; }
  .media .tabset li:last-child span {
    border-right: 0; }

.pagination a {
  color: #f2897a;
  background-color: #d9d9d9;
  border-bottom: 1px solid #d1d1d1; }
  .pagination a:hover {
    color: #f07462;
    background-color: #cccccc; }
  .pagination a.current {
    color: #fff;
    background-color: #716c79; }
  .pagination a.next {
    color: #fff;
    border-left: 1px solid #fff; }
    .pagination a.next:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 7px solid #fff;
      position: absolute;
      top: 14px;
      right: 12px; }
  .pagination a.previous {
    color: #fff;
    border-right: 1px solid #fff; }
    .pagination a.previous:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 7px solid #fff;
      position: absolute;
      top: 14px;
      left: 12px; }

.comment-bubble {
  color: #716c79;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .comment-bubble:hover {
    color: #534f59; }
  .comment-bubble:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 10px solid transparent; }
  .comment-bubble:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid #e0e0e0;
    border-right: 11px solid transparent; }

.featured-posts .card {
  background-color: #fff;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid whitesmoke; }
  .featured-posts .card .card-info h4 a {
    color: #eb4b34;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .featured-posts .card .card-info h4 a:hover {
      color: #ce2c14; }
  .featured-posts .card .card-info .card-author-line, .featured-posts .card .card-info .card-excerpt {
    color: #eb4b34; }
  .featured-posts .card .card-info .card-read-more-btn {
    color: #eb4b34;
    border: 2px solid #eb4b34;
    background: #fff; }
    .featured-posts .card .card-info .card-read-more-btn:hover {
      color: #fff;
      background: #eb4b34; }
  .featured-posts .card .card-info .card-excerpt a {
    color: #eb4b34;
    text-decoration: underline; }

.all-posts .post {
  border-bottom: 1px solid #e7e5e3; }
  .all-posts .post:last-child {
    border-bottom: 0; }
  .all-posts .post h4 a {
    color: #eb4b34;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .all-posts .post h4 a:hover {
      color: #ce2c14; }
  .all-posts .post .post-author-line {
    color: #f39588; }
    .all-posts .post .post-author-line a {
      color: #716c79;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .all-posts .post .post-author-line a:hover {
        color: #58545e; }
  .all-posts .post .post-date, .all-posts .post .post-excerpt p {
    color: #eb4b34; }
  .all-posts .post .post-excerpt a {
    color: #eb4b34;
    border: 2px solid #eb4b34;
    background: #fff; }
    .all-posts .post .post-excerpt a:hover {
      color: #fff;
      background: #eb4b34; }

.blog-index .blog-right {
  color: #eb4b34;
  background-color: #e6e6e6; }
  .blog-index .blog-right .podcast-btn {
    color: #eb4b34;
    border-bottom: 1px solid #fff; }
    .blog-index .blog-right .podcast-btn:hover {
      background-color: #d9d9d9; }
  .blog-index .blog-right .sidebar-wrap {
    border-bottom: 1px solid #fff; }
    .blog-index .blog-right .sidebar-wrap:last-child {
      border-bottom: 1px solid #d9d9d9; }
  .blog-index .blog-right h5.hover:hover {
    background-color: #d9d9d9; }
  .blog-index .blog-right .post-archives li span {
    color: #eb4b34; }
  .blog-index .blog-right li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .blog-index .blog-right li a:hover {
      color: #a82411; }
  .blog-index .blog-right li span, .blog-index .blog-right .post-months li span {
    color: #b3b3b3; }

.blog-post .blog-left .post-top {
  border-bottom: 1px solid #e7e5e3; }

.blog-post .blog-left .post-title {
  color: #eb4b34; }

.blog-post .blog-left .post-info {
  color: #eb4b34; }
  .blog-post .blog-left .post-info a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #716c79; }
    .blog-post .blog-left .post-info a:hover {
      color: #534f59; }

.blog-post .blog-left .cms-output p:first-of-type {
  color: #eb4b34; }

.comment-count, .comment-leave {
  color: #fff;
  background: #eb4b34; }

.comment {
  color: #eb4b34;
  border-bottom: 1px solid #e7e5e3; }
  .comment a {
    color: #eb4b34;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .comment a:hover {
      color: #c02913; }
  .comment .comment-date {
    color: #ababab; }

.comment-form {
  color: #eb4b34; }
  .comment-form input, .comment-form textarea {
    color: #eb4b34;
    background-color: #8f8f8f;
    border: 1px solid #dbd8d5; }
  .comment-form #comment-submit {
    color: #8f8f8f;
    background-color: #eb4b34; }
    .comment-form #comment-submit:hover {
      background-color: #d72e15; }
  .comment-form #comment-status {
    color: #716c79; }
  .comment-form #error {
    color: #c0392b; }

.blog-post .blog-right {
  background-color: #e6e6e6; }
  .blog-post .blog-right .post-share {
    border-bottom: 1px solid #fff; }
    .blog-post .blog-right .post-share .share-text {
      color: gray; }
  .blog-post .blog-right .more-posts {
    color: #eb4b34; }
    .blog-post .blog-right .more-posts a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #eb4b34; }
      .blog-post .blog-right .more-posts a:hover {
        color: #ce2c14; }

.blogcast.tablet-only {
  color: #eb4b34;
  background-color: #fff;
  border: 1px solid #b3b3b3; }
  .blogcast.tablet-only:hover {
    color: #fff;
    background-color: #b3b3b3; }

.blog-filter {
  color: #fff;
  border: 1px solid #cccccc;
  background-color: #cccccc; }
  .blog-filter:hover {
    background-color: #b3b3b3; }

.style-wrap-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 22px;
  right: 34px; }

.featured-event {
  border-bottom: 1px solid #e6e6e6; }
  .featured-event .featured-hero .circle {
    color: #eb4b34;
    background: #fff;
    background: #fff;
    border: 1px solid #f2f2f2; }
  .featured-event .featured-info .featured-event-title {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .featured-event .featured-info .featured-event-title:hover {
      color: #c02913; }
  .featured-event .featured-info .featured-event-time {
    color: #eb4b34; }
  .featured-event .featured-info .featured-categories {
    color: #ababab; }
    .featured-event .featured-info .featured-categories .category {
      color: #eb4b34; }
      .featured-event .featured-info .featured-categories .category:after {
        content: ", ";
        color: #ababab; }
      .featured-event .featured-info .featured-categories .category:last-child:after {
        content: ""; }
  .featured-event .featured-info .featured-event-summary {
    color: #eb4b34; }
    .featured-event .featured-info .featured-event-summary a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #716c79; }
      .featured-event .featured-info .featured-event-summary a:hover {
        color: #58545e; }
  .featured-event .featured-info .mobile-title-line {
    color: #eb4b34; }

.events-list .month-label {
  color: #fff;
  background: #eb4b34; }
  @media (max-width: 767px) {
    .events-list .month-label:before, .events-list .month-label:after {
      background: #eb4b34; } }

.events-list .list-info-block {
  border-bottom: 1px solid #e6e6e6;
  color: #eb4b34; }
  .events-list .list-info-block .list-title a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .events-list .list-info-block .list-title a:hover {
      color: #c02913; }
    @media (max-width: 767px) {
      .events-list .list-info-block .list-title a {
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;
        color: #eb4b34; }
        .events-list .list-info-block .list-title a:hover {
          color: #ce2c14; } }

.event-detail .event-detail-title {
  color: #eb4b34; }

.event-detail-info {
  color: #eb4b34; }
  .event-detail-info .event-detail-coordinator a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #716c79; }
    .event-detail-info .event-detail-coordinator a:hover {
      color: #534f59; }

.event-detail .event-right .more-events {
  color: #eb4b34;
  background-color: #e6e6e6; }
  .event-detail .event-right .more-events a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .event-detail .event-right .more-events a:hover {
      color: #ce2c14; }

.mobile-event-map-button, .event-map-button {
  color: #911f0e;
  background-color: #eb4b34; }
  .mobile-event-map-button:hover, .event-map-button:hover {
    background: #ed604b; }

.events-calendar .calendar caption {
  color: #fff;
  background-color: #eb4b34; }
  .events-calendar .calendar caption .prevMonth a, .events-calendar .calendar caption .nextMonth a {
    border-right: 1px solid #ce2c14; }
    .events-calendar .calendar caption .prevMonth a:hover, .events-calendar .calendar caption .nextMonth a:hover {
      background-color: #ed604b; }

.events-calendar .calendar thead, .events-calendar .calendar td {
  background-color: #fff; }

.events-calendar .calendar thead {
  color: gray;
  border: 1px solid #cccccc; }

.events-calendar .calendar td {
  color: #999999;
  border: 1px solid #cccccc; }

.events-calendar .calendar li > a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #eb4b34; }
  .events-calendar .calendar li > a:hover {
    color: #f2897a; }

.events-list .category-button, .events-calendar .category-button {
  color: #fff;
  background: #e9361d;
  border: 1px solid #ce2c14; }
  .events-list .category-button:hover, .events-calendar .category-button:hover {
    background: #ec5742; }
  .events-list .category-button:after, .events-calendar .category-button:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 6px solid #fff; }

.events-list .category-box, .events-calendar .category-box {
  background: #fff;
  -webkit-box-shadow: 0 2px 9px #BBB;
  -moz-box-shadow: 0 2px 9px #BBB;
  -ms-box-shadow: 0 2px 9px #BBB;
  -o-box-shadow: 0 2px 9px #BBB;
  box-shadow: 0 2px 9px #BBB; }
  .events-list .category-box:before, .events-calendar .category-box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid #fff; }

.events-list .category-box, .events-calendar .category-box {
  color: #eb4b34; }

.events-list .event-mobile-filter, .events-calendar .event-mobile-filter {
  color: #fff;
  border: 1px solid #cccccc;
  background-color: #cccccc; }
  .events-list .event-mobile-filter:hover, .events-calendar .event-mobile-filter:hover {
    background-color: #b3b3b3; }

.event-hover-outer {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px #BBB;
  -moz-box-shadow: 0 1px 5px #BBB;
  -ms-box-shadow: 0 1px 5px #BBB;
  -o-box-shadow: 0 1px 5px #BBB;
  box-shadow: 0 1px 5px #BBB; }
  .event-hover-outer .event-hover-title {
    color: #eb4b34; }
    .event-hover-outer .event-hover-title a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #eb4b34; }
      .event-hover-outer .event-hover-title a:hover {
        color: #f07c6c; }
  .event-hover-outer .event-hover-desc {
    color: #f2897a; }
    .event-hover-outer .event-hover-desc a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #716c79; }
      .event-hover-outer .event-hover-desc a:hover {
        color: #58545e; }

.sermon-index .media-top .sermon-podcast-button {
  color: #eb4b34;
  background-color: #fff;
  border: 1px solid #b3b3b3; }
  .sermon-index .media-top .sermon-podcast-button:hover {
    color: #fff;
    background-color: #b3b3b3; }

.sermon-index .media-top .style-wrap-arrow:after {
  right: 20px; }

.sermon-index .media-top .sermon-mobile-filter {
  color: #fff;
  border: 1px solid #cccccc;
  border-bottom: 1px solid #c2c2c2;
  background-color: #cccccc; }
  .sermon-index .media-top .sermon-mobile-filter:hover {
    background-color: #b3b3b3; }

.media .tabset.sort-tabs {
  border: 0; }
  .media .tabset.sort-tabs span {
    border: 0;
    color: #fff;
    background-color: #d1d1d1;
    border-bottom: 1px solid #c2c2c2; }
    .media .tabset.sort-tabs span:hover {
      background-color: #c2c2c2; }
    .media .tabset.sort-tabs span.current {
      background-color: #eb4b34;
      border-bottom: 1px solid #e83218; }
  .media .tabset.sort-tabs li:last-child span {
    border-right: 0; }

.filter-by-info {
  color: #c2c2c2; }

.series-hidden .series-hidden-title {
  color: #eb4b34; }

.series-hidden .series-hidden-button {
  color: #fff;
  background-color: #d1d1d1;
  border-bottom: 1px solid #c2c2c2; }
  .series-hidden .series-hidden-button:hover {
    background-color: #c2c2c2; }

.current-series.sermon-index-view .series-banner {
  background: #eb4b34; }
  .current-series.sermon-index-view .series-banner .current-series-info {
    color: #fff; }
    .current-series.sermon-index-view .series-banner .current-series-info h4 {
      color: #6b170a; }
    .current-series.sermon-index-view .series-banner .current-series-info a {
      color: #cccccc; }
  .current-series.sermon-index-view .series-banner .left-banner, .current-series.sermon-index-view .series-banner .right-banner {
    background: #eb4b34; }
  .current-series.sermon-index-view .series-banner:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-top: 14px solid #eb4b34; }

.all-sermons.sermon-index-view {
  border-top: 1px solid #d9d9d9; }

.sermon-listing {
  border-bottom: 1px solid #d9d9d9; }
  .sermon-listing .sermon-listing-info {
    color: #eb4b34; }
    .sermon-listing .sermon-listing-info .sermon-listing-title {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #eb4b34; }
      .sermon-listing .sermon-listing-info .sermon-listing-title:hover {
        color: #c02913; }
    .sermon-listing .sermon-listing-info .sermon-listing-details a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #716c79; }
      .sermon-listing .sermon-listing-info .sermon-listing-details a:hover {
        color: #58545e; }

.sermon-listing-tabs {
  -webkit-box-shadow: 0 1px 6px #f2f2f2;
  -moz-box-shadow: 0 1px 6px #f2f2f2;
  -ms-box-shadow: 0 1px 6px #f2f2f2;
  -o-box-shadow: 0 1px 6px #f2f2f2;
  box-shadow: 0 1px 6px #f2f2f2; }
  @media (max-width: 767px) {
    .sermon-listing-tabs {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .sermon-listing-tabs .sermon-media-tab {
    color: #eb4b34;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-right: 0; }
    .sermon-listing-tabs .sermon-media-tab:hover {
      background-color: #e6e6e6; }
    @media (max-width: 767px) {
      .sermon-listing-tabs .sermon-media-tab {
        -webkit-box-shadow: 0 1px 6px #f2f2f2;
        -moz-box-shadow: 0 1px 6px #f2f2f2;
        -ms-box-shadow: 0 1px 6px #f2f2f2;
        -o-box-shadow: 0 1px 6px #f2f2f2;
        box-shadow: 0 1px 6px #f2f2f2;
        border-right: 1px solid #e6e6e6; } }
  .sermon-listing-tabs li:last-child .sermon-media-tab {
    border-right: 1px solid #e6e6e6; }
  .sermon-listing-tabs .downloads-tab:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eb4b34; }
  .sermon-listing-tabs .sermon-downloads {
    -webkit-box-shadow: 0 1px 6px #f2f2f2;
    -moz-box-shadow: 0 1px 6px #f2f2f2;
    -ms-box-shadow: 0 1px 6px #f2f2f2;
    -o-box-shadow: 0 1px 6px #f2f2f2;
    box-shadow: 0 1px 6px #f2f2f2; }
    .sermon-listing-tabs .sermon-downloads a, .sermon-listing-tabs .sermon-downloads i {
      color: #eb4b34; }
    .sermon-listing-tabs .sermon-downloads li {
      background-color: #fff;
      border: 1px solid #e6e6e6;
      border-bottom: 0; }
      .sermon-listing-tabs .sermon-downloads li:hover {
        background-color: #e6e6e6; }
      .sermon-listing-tabs .sermon-downloads li:last-child {
        border-bottom: 1px solid #e6e6e6; }

.filter-series .series-group:hover .series-title {
  color: #ce2c14; }

.filter-series .series-title {
  color: #eb4b34; }

.filter-date h4 {
  color: #fff;
  background: #eb4b34; }

.filter-date li {
  color: #bfbfbf; }
  .filter-date li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .filter-date li a:hover {
      color: #a82411; }

.filter-date .sermon-year-button {
  -webkit-box-shadow: 0 1px 3px #f2f2f2;
  -moz-box-shadow: 0 1px 3px #f2f2f2;
  -ms-box-shadow: 0 1px 3px #f2f2f2;
  -o-box-shadow: 0 1px 3px #f2f2f2;
  box-shadow: 0 1px 3px #f2f2f2;
  color: #eb4b34;
  background: #fff;
  border: 1px solid #d9d9d9; }
  .filter-date .sermon-year-button:hover {
    color: #fff;
    background: #eb4b34; }
  .filter-date .sermon-year-button:hover {
    border: 1px solid #eb4b34; }

.filter-scripture h4 {
  color: #fff;
  background: #eb4b34; }

.filter-scripture li {
  color: #bfbfbf; }
  .filter-scripture li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .filter-scripture li a:hover {
      color: #a82411; }
  .filter-scripture li span {
    color: #fff;
    background-color: #d4d4d4; }

.filter-speaker {
  color: #eb4b34; }
  .filter-speaker h4 {
    color: #fff;
    background: #eb4b34; }
  .filter-speaker .speaker-block {
    border-bottom: 1px solid #d9d9d9; }
    .filter-speaker .speaker-block:last-child {
      border-bottom: 0; }
    .filter-speaker .speaker-block .speaker-info a {
      color: #eb4b34;
      border-bottom: 1px solid #eb4b34; }
      .filter-speaker .speaker-block .speaker-info a:hover {
        color: #a82411;
        border-bottom: 1px solid #a82411; }
    .filter-speaker .speaker-block .speaker-page-button {
      -webkit-box-shadow: 0 1px 4px #f2f2f2;
      -moz-box-shadow: 0 1px 4px #f2f2f2;
      -ms-box-shadow: 0 1px 4px #f2f2f2;
      -o-box-shadow: 0 1px 4px #f2f2f2;
      box-shadow: 0 1px 4px #f2f2f2;
      color: #eb4b34;
      background: #fff;
      border: 1px solid #d9d9d9; }
      .filter-speaker .speaker-block .speaker-page-button:hover {
        color: #fff;
        background: #eb4b34; }
      .filter-speaker .speaker-block .speaker-page-button:hover {
        border: 1px solid #eb4b34; }

.filter-topic h4 {
  color: #fff;
  background: #eb4b34; }

.filter-topic li {
  color: #bfbfbf; }
  .filter-topic li a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .filter-topic li a:hover {
      color: #a82411; }
  .filter-topic li span {
    color: #fff;
    background-color: #d4d4d4; }

.sermon-detail .sermon-detail-top {
  color: #eb4b34; }
  .sermon-detail .sermon-detail-top p span a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #716c79; }
    .sermon-detail .sermon-detail-top p span a:hover {
      color: #58545e; }
  .sermon-detail .sermon-detail-top .sermon-listing-tabs {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0; }
    .sermon-detail .sermon-detail-top .sermon-listing-tabs .sermon-media-tab {
      -webkit-box-shadow: 0 1px 4px #f2f2f2;
      -moz-box-shadow: 0 1px 4px #f2f2f2;
      -ms-box-shadow: 0 1px 4px #f2f2f2;
      -o-box-shadow: 0 1px 4px #f2f2f2;
      box-shadow: 0 1px 4px #f2f2f2;
      border: 1px solid #d9d9d9; }

.sermon-detail .cms-output {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px; }

.sermon-detail .sermon-detail-right .more-sermons {
  color: #eb4b34;
  background-color: #e6e6e6; }
  .sermon-detail .sermon-detail-right .more-sermons a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    .sermon-detail .sermon-detail-right .more-sermons a:hover {
      color: #ce2c14; }

.sermon-detail .sermon-detail-right .speaker-detail-button {
  color: #911f0e;
  background-color: #eb4b34; }
  .sermon-detail .sermon-detail-right .speaker-detail-button:hover {
    background: #ed604b; }

#subpage #churches .cf-tabs {
  border: 2px solid #eb4b34;
  border-radius: 4px; }
  #subpage #churches .cf-tabs li {
    color: #eb4b34;
    background: #fff; }
    #subpage #churches .cf-tabs li:hover {
      background-color: #eb4b34;
      color: #fff; }
  #subpage #churches .cf-tabs li.current {
    background: #eb4b34;
    color: #fff; }

#subpage #churches .cf-map .cf-infobox-content {
  background: #fff; }

#subpage #churches .cf-list-tab-holder.cf-tab ul li {
  background-color: #d1d1d1;
  color: #fff;
  border-bottom: 1px solid #c2c2c2; }

#subpage #churches .cf-list-tab-holder.cf-tab ul li.current {
  background-color: #eb4b34;
  border-bottom: 1px solid #e83218; }

#subpage #churches .cf-list-tab-holder.cf-tab ul li:hover {
  background-color: #c2c2c2;
  border-bottom: 1px solid #c2c2c2; }

#subpage #churches .cf-header-bar {
  background: #eb4b34;
  border: 1px solid #eb4b34; }
  #subpage #churches .cf-header-bar label {
    color: #fff; }
    #subpage #churches .cf-header-bar label .select {
      text-shadow: 0 0 1px #eb4b34; }
  #subpage #churches .cf-header-bar a {
    background: #fff;
    color: #eb4b34; }
    #subpage #churches .cf-header-bar a:hover {
      background-color: #f2f2f2; }

#subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church {
  border-bottom: 1px solid #d9d9d9; }
  #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #eb4b34; }
    #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a:hover {
      color: #c02913; }
  #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
    background-color: #fff;
    color: #eb4b34;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 1px 6px #f2f2f2;
    -moz-box-shadow: 0 1px 6px #f2f2f2;
    -ms-box-shadow: 0 1px 6px #f2f2f2;
    -o-box-shadow: 0 1px 6px #f2f2f2;
    box-shadow: 0 1px 6px #f2f2f2;
    color: #eb4b34;
    background-color: #fff;
    border: 1px solid #e6e6e6; }
    @media (max-width: 767px) {
      #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
        -webkit-box-shadow: 0 1px 6px #f2f2f2;
        -moz-box-shadow: 0 1px 6px #f2f2f2;
        -ms-box-shadow: 0 1px 6px #f2f2f2;
        -o-box-shadow: 0 1px 6px #f2f2f2;
        box-shadow: 0 1px 6px #f2f2f2; } }
    #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a:hover {
      background-color: #e6e6e6;
      color: #eb4b34; }

div#church #event-content ul#event-meta li {
  color: #eb4b34; }

#gmap p.full a {
  color: #911f0e;
  background-color: #eb4b34; }
  #gmap p.full a:hover {
    background: #ed604b; }

.small-groups #content .media .groups-header.media-top ::-webkit-input-placeholder {
  color: #f07462 !important; }

.small-groups #content .media .groups-header.media-top ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f07462 !important; }

.small-groups #content .media .groups-header.media-top :-ms-input-placeholder {
  color: #f07462 !important; }

.small-groups #content .media .groups-header.media-top .search-box {
  background: #fff;
  background: #fff;
  border: 1px solid #f2f2f2; }

.small-groups #content .media .groups-header.media-top .group-search-icon {
  color: #716c79; }

.small-groups #content .media .groups-tagging {
  color: #eb4b34; }
  .small-groups #content .media .groups-tagging .group-tags li {
    border: 1px solid white; }
    @media (max-width: 767px) {
      .small-groups #content .media .groups-tagging .group-tags li {
        border: none; } }
    .small-groups #content .media .groups-tagging .group-tags li:last-child {
      border: 0; }
    .small-groups #content .media .groups-tagging .group-tags li span {
      color: #fdf0ee; }
      .small-groups #content .media .groups-tagging .group-tags li span:hover {
        color: #716c79; }
  .small-groups #content .media .groups-tagging .clear-all-button {
    color: #716c79; }
    .small-groups #content .media .groups-tagging .clear-all-button:hover {
      color: #8a8593; }

.small-groups #content .media .groups-data thead tr {
  background: #eb4b34; }
  .small-groups #content .media .groups-data thead tr td {
    color: #fff; }
  .small-groups #content .media .groups-data thead tr select {
    color: #fff;
    background: #e9361d;
    border: 1px solid #c02913; }
    .small-groups #content .media .groups-data thead tr select:hover {
      background: #ec533d; }
  .small-groups #content .media .groups-data thead tr .select-wrap {
    position: relative; }
    .small-groups #content .media .groups-data thead tr .select-wrap:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5.5px solid transparent;
      border-right: 5.5px solid transparent;
      border-top: 6px solid #fff;
      position: absolute;
      top: 16px;
      right: 27px; }
      @media (max-width: 1023px) {
        .small-groups #content .media .groups-data thead tr .select-wrap:after {
          right: 12px; } }

.small-groups #content .media .groups-data tbody {
  color: #ed604b; }
  .small-groups #content .media .groups-data tbody tr.visible:nth-last-child(3) td, .small-groups #content .media .groups-data tbody tr.visible:nth-last-child(2) td {
    border-bottom: 1px solid #cfccc8; }
  .small-groups #content .media .groups-data tbody tr.visible:nth-last-child(3).shown td {
    border-bottom: 0; }
  .small-groups #content .media .groups-data tbody tr.visible td {
    border-top: 1px solid #cfccc8;
    background-color: transparent; }
    .small-groups #content .media .groups-data tbody tr.visible td:first-child {
      border-left: 1px solid #fff; }
    .small-groups #content .media .groups-data tbody tr.visible td:last-child {
      border-right: 1px solid #fff; }
  .small-groups #content .media .groups-data tbody tr.visible:first-child td {
    border-top: 0; }
  .small-groups #content .media .groups-data tbody tr.visible:first-child.shown td {
    border-top: 1px solid #cfccc8; }
  .small-groups #content .media .groups-data tbody tr.visible .show-button {
    color: white; }
    .small-groups #content .media .groups-data tbody tr.visible .show-button.shown {
      color: #eb4b34; }
  .small-groups #content .media .groups-data tbody tr.visible.shown td:first-child {
    border-left: 1px solid #cfccc8; }
  .small-groups #content .media .groups-data tbody tr.visible.shown td:last-child {
    border-right: 1px solid #cfccc8; }
  @media (max-width: 1023px) {
    .small-groups #content .media .groups-data tbody tr.visible.shown td:nth-child(4) {
      border-right: 1px solid #cfccc8; } }
  .small-groups #content .media .groups-data tbody tr.hidden td {
    border-right: 1px solid #cfccc8;
    border-left: 1px solid #cfccc8; }
  .small-groups #content .media .groups-data tbody tr.hidden:nth-last-child(2) td {
    border-bottom: 1px solid #cfccc8; }
  .small-groups #content .media .groups-data tbody tr.hidden .hidden-content h3 {
    color: #eb4b34; }
  .small-groups #content .media .groups-data tbody tr.hidden .hidden-content strong {
    color: #eb4b34; }
  .small-groups #content .media .groups-data tbody tr.shown {
    background: #fff;
    background: white; }
    .small-groups #content .media .groups-data tbody tr.shown .email-leader-button {
      color: #fff;
      background: #716c79; }
      .small-groups #content .media .groups-data tbody tr.shown .email-leader-button:hover {
        background: #85808e; }

.small-groups #content .media .groups-pagination li a {
  color: #eb4b34;
  border-top: 1px solid #cfccc8;
  border-bottom: 1px solid #cfccc8; }
  .small-groups #content .media .groups-pagination li a:hover {
    background: #e7e5e3; }

.small-groups #content .media .groups-pagination li:first-child a {
  color: #716c79;
  border-left: 1px solid #cfccc8;
  border-right: 1px solid #cfccc8; }
  @media (max-width: 767px) {
    .small-groups #content .media .groups-pagination li:first-child a {
      border-right: 0; } }

.small-groups #content .media .groups-pagination li:last-child a {
  color: #716c79;
  border-left: 1px solid #cfccc8;
  border-right: 1px solid #cfccc8; }

.small-groups #content .media .groups-pagination li:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #716c79;
  position: absolute;
  left: 12px;
  top: 4px; }
  @media (max-width: 767px) {
    .small-groups #content .media .groups-pagination li:first-child:before {
      top: 15px; } }

.small-groups #content .media .groups-pagination li:last-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #716c79;
  position: absolute;
  right: 12px;
  top: 4px; }
  @media (max-width: 767px) {
    .small-groups #content .media .groups-pagination li:last-child:before {
      top: 15px; } }

.small-groups #content .media .groups-pagination li.active a {
  color: #fff;
  background: #716c79; }

.small-groups #content .media .groups-pagination .disabled a {
  color: white !important; }

.small-groups #content .media .groups-pagination .disabled:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid white; }

.small-groups #content .media .groups-pagination .disabled:last-child:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid white; }

.groups-modal-wrap.wrap-background, .footer-overlay.wrap-background {
  background-color: rgba(130, 130, 130, 0.4); }

.groups-modal {
  color: #eb4b34;
  background: #fff;
  -webkit-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  -moz-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  -ms-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  -o-box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22);
  box-shadow: 0 5px 29px rgba(4, 4, 4, 0.22); }
  .groups-modal .groups-modal-close {
    color: #eb4b34; }
    .groups-modal .groups-modal-close:hover {
      color: #f5a69a; }
  .groups-modal input, .groups-modal textarea {
    border: 1px solid rgba(4, 4, 4, 0.15);
    -webkit-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    -moz-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    -ms-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    -o-box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02);
    box-shadow: inset 2.5px 4.3px 5px rgba(4, 4, 4, 0.02); }
  .groups-modal .email-submit-button {
    border: 0;
    color: #fff;
    background: #716c79; }
    .groups-modal .email-submit-button:hover {
      background: #85808e; }
  .groups-modal .status.success li {
    color: #716c79; }

.campus-selector {
  color: #eb4b34; }
  .campus-selector h5 {
    color: #ec5742; }
  .campus-selector span {
    background: #fff; }
    .campus-selector span:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #eb4b34;
      position: absolute;
      content: "";
      top: 12px;
      right: 10px; }
  .campus-selector .campus-list {
    background: #fff; }
    .campus-selector .campus-list a {
      color: #eb4b34;
      background: #fff; }
      .campus-selector .campus-list a:hover {
        color: #fff;
        background: #716c79; }

.campus-selector-v2 {
  background: #eb4b34; }
  .campus-selector-v2 .campus-selector-tabs h5 {
    color: #fff; }
  .campus-selector-v2 .campus-selector-tabs a {
    background: #ed604b;
    color: #7a1a0c; }
    .campus-selector-v2 .campus-selector-tabs a:hover {
      background: #f49d91; }
  .campus-selector-v2 .campus-selector-tabs li.current a {
    background: #f49d91; }
  .campus-selector-v2 .campus-selector-dropdown h5 {
    color: #fff;
    background: #ed604b; }
    .campus-selector-v2 .campus-selector-dropdown h5:hover {
      background: #f07462; }
    .campus-selector-v2 .campus-selector-dropdown h5.open {
      background: #ed604b !important; }
  .campus-selector-v2 .campus-selector-dropdown a {
    color: #7a1a0c;
    background: #ed604b; }
    .campus-selector-v2 .campus-selector-dropdown a:hover {
      color: #fff;
      background: #7a1a0c; }

body#subpage .cms-output .cpm_password_protection span#lock {
  background-image: url("https://cpmlightsail2.com/modules/lock.png"); }

body#subpage .cms-output .cpm_password_protection input#cpm-page-password {
  border: 1px solid #eb4b34; }

body#subpage .cms-output .cpm_password_protection input#cpm-password-btn {
  border: 1px solid #eb4b34;
  background: #eb4b34;
  color: #fff; }

.featured-posts .card {
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

.featured-event .featured-info .featured-event-title {
  color: #eb4b34; }

.featured-event .featured-info .featured-event-title:hover {
  color: #516d79; }

.featured-event .featured-info .featured-event-summary {
  color: #5f5e5c; }

.events-list .list-info-block .list-title a {
  color: #eb4b34; }

.events-list .list-info-block .list-title a:hover {
  color: #516d79; }

#subpage {
  background-color: #0d0d0d; }

#subpage #contentWrapper {
  background-color: #fff; }

#home #container {
  background-color: #e6e6e6; }
  #home #container #left {
    background-color: #9cacb3; }
  #home #container #middle .fader .prev {
    background: url("https://cpmlightsail2.com/79/img/a/left-arrow.png") no-repeat; }
  #home #container #middle .fader .next {
    background: url("https://cpmlightsail2.com/79/img/a/right-arrow.png") no-repeat; }
  #home #container #right {
    background-color: #9cacb3; }
  #home #container #quicklinks {
    background: #e6e6e6; }
    #home #container #quicklinks p {
      color: #3b3a3c; }
    #home #container #quicklinks h4 {
      color: #eb4b34; }
    #home #container #quicklinks #info {
      display: none; }

#home #mid-container {
  background: #eeeeef; }
  #home #mid-container #widgets #greeting-heading {
    background: url("https://www.csmedia1.com/firststone.org/full-bg-heading1.png") no-repeat center;
    color: #fff;
    margin-top: 89px; }
    @media (min-width: 1024px) and (max-width: 1239px) {
      #home #mid-container #widgets #greeting-heading {
        margin-top: 68px; } }
    @media (max-width: 1023px) {
      #home #mid-container #widgets #greeting-heading {
        margin-top: 59px; } }
    @media (max-width: 767px) {
      #home #mid-container #widgets #greeting-heading {
        margin-top: 48px; } }
    @media (max-width: 1023px) {
      #home #mid-container #widgets #greeting-heading {
        background: url("https://www.csmedia1.com/firststone.org/tab-bg-heading1.png") no-repeat center; } }
    @media (max-width: 767px) {
      #home #mid-container #widgets #greeting-heading {
        background: url("https://www.csmedia1.com/firststone.org/mobile-bg-heading1.png") no-repeat center; } }
  #home #mid-container #widgets #greeting-blurb p:first-of-type {
    color: #eb4b34; }
  #home #mid-container #widgets #greeting-blurb p {
    color: #3b3a3c; }
  #home #mid-container #widgets .service-times {
    border-top: none; }
    #home #mid-container #widgets .service-times p {
      color: #eb4b34; }
    #home #mid-container #widgets .service-times a {
      border: 3px solid #eb4b34;
      color: #eb4b34; }
      #home #mid-container #widgets .service-times a:hover {
        background: #eb4b34;
        color: #fff; }

#home #bottom-container {
  background: url("https://www.csmedia1.com/firststone.org/ql_bg.jpg") repeat; }
  #home #bottom-container #wrapper #info-block {
    background: url("https://cpmlightsail2.com/24/img/x-full.png") no-repeat center;
    background-size: 62px auto; }
    @media (max-width: 767px) {
      #home #bottom-container #wrapper #info-block {
        background: none; } }
    #home #bottom-container #wrapper #info-block h3 {
      color: #eb4b34; }
      #home #bottom-container #wrapper #info-block h3 a {
        color: #eb4b34; }
    #home #bottom-container #wrapper #info-block h4 a {
      color: #fff; }
    #home #bottom-container #wrapper #info-block p, #home #bottom-container #wrapper #info-block a {
      color: #817c89; }
    #home #bottom-container #wrapper #info-block a {
      text-decoration: none; }
      #home #bottom-container #wrapper #info-block a:hover {
        text-decoration: none;
        color: #817c89; }
    @media (max-width: 767px) {
      #home #bottom-container #wrapper #info-block #news {
        width: 100%; }
        #home #bottom-container #wrapper #info-block #news:after {
          content: '';
          display: block;
          position: relative;
          width: 100%;
          height: 57px;
          background: url("https://cpmlightsail2.com/24/img/x-mobile.png") no-repeat center;
          background-size: contain;
          opacity: 0.4; } }
    #home #bottom-container #wrapper #info-block #events .event-date {
      background: #fff; }
      #home #bottom-container #wrapper #info-block #events .event-date span {
        color: #5a564c; }

#full #nav li ul {
  background: #eb4b34; }
  #full #nav li ul li a {
    color: #fff; }
    #full #nav li ul li a:hover {
      background: #fff;
      color: #eb4b34; }

#tab li:hover ul {
  background: #eb4b34; }
  #tab li:hover ul li a {
    color: #fff; }
    #tab li:hover ul li a:hover {
      background: #fff;
      color: #eb4b34; }

#subpage header .wrapper h1 {
  color: #fff; }
  #subpage header .wrapper h1:before {
    content: '';
    display: inline-block;
    position: relative;
    background: url("https://www.csmedia1.com/firststone.org/heading-left.png");
    width: 322px;
    height: 45px;
    left: -39px; }
    @media (max-width: 1023px) {
      #subpage header .wrapper h1:before {
        background: url("https://www.csmedia1.com/firststone.org/left-tabl.png");
        width: 139px; } }
    @media (max-width: 767px) {
      #subpage header .wrapper h1:before {
        display: none; } }
  #subpage header .wrapper h1:after {
    content: '';
    display: inline-block;
    position: relative;
    background: url("https://www.csmedia1.com/firststone.org/heading-right.png");
    width: 322px;
    height: 45px;
    right: -39px; }
    @media (max-width: 1023px) {
      #subpage header .wrapper h1:after {
        background: url("https://www.csmedia1.com/firststone.org/right-tabl.png");
        width: 139px; } }
    @media (max-width: 767px) {
      #subpage header .wrapper h1:after {
        display: none; } }

#subpage #content .left h1.page-title {
  color: #eb4b34; }

#subpage #content .cms-output p {
  color: #3b3a3c; }

#subpage #content .cms-output a {
  color: #eb4b34; }
  #subpage #content .cms-output a:hover {
    color: #eb4b34;
    text-decoration: none; }

#subpage #content .cms-output h2 {
  color: #3b3a3c; }

#subpage #content .cms-output h3 {
  color: #3b3a3c; }

#subpage #content .cms-output h4 {
  color: #3b3a3c; }

#subpage #content .cms-output h5 {
  color: #eb4b34; }

#subpage #content .cms-output h6 {
  color: #3b3a3c; }

#content #side_nav ul.side_nav_level1 > li {
  border-bottom: 1px solid #dfdfde; }

#content #side_nav li li.current a {
  color: #eb4b34; }

#content #side_nav li li a:hover {
  color: #eb4b34; }

#content #side_nav li li a {
  color: #3b3a3c; }

#content #side_nav li li li a {
  color: #3b3a3c !important; }
  #content #side_nav li li li a:hover {
    color: #eb4b34 !important; }

#content #side_nav li li.current li a:hover {
  color: #eb4b34; }

header {
  background: url("https://www.csmedia1.com/firststone.org/temporary_background.png"); }
  header #social a {
    color: #003857; }
    header #social a:hover {
      color: #eb4b34; }
  header i.icon-search:before {
    color: #003857; }
  header #nav li a {
    color: #003857; }
  header #nav li a:hover, header #nav li a.current {
    color: #eb4b34; }
  header #nav li.current a {
    color: #eb4b34; }
  header .responsive-nav-button span {
    color: #fff; }
  header .responsive-nav-button .hamburger {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
    header .responsive-nav-button .hamburger:after {
      background-color: #fff; }
  header .responsive-nav {
    background: #000;
    z-index: 9999; }
    header .responsive-nav #nav li {
      border-bottom: 1px solid #262527; }
      header .responsive-nav #nav li a {
        color: #fff; }
      header .responsive-nav #nav li:last-child {
        border-bottom: none; }
      header .responsive-nav #nav li ul li a {
        color: #cec3ac; }
      header .responsive-nav #nav li ul ul li a {
        color: #716c79; }

footer {
  background-color: #0d0d0d; }
  footer p {
    color: #716c79; }
  footer a {
    color: #eb4b34; }
    footer a:hover {
      color: #eb4b34;
      text-decoration: none; }
  footer span {
    color: #716c79; }
  footer #left p {
    color: #716c79; }
  footer #left a {
    color: #eb4b34; }
  footer #middle a {
    color: #534674; }
    footer #middle a:hover {
      color: #eb4b34; }
  @media (max-width: 1023px) {
    footer #middle {
      border: none; } }
  @media (max-width: 767px) {
    footer #middle {
      border: none; } }
  footer #middle:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 0px;
    border-left: 2px solid #282622; }
  @media (min-width: 1024px) and (max-width: 1239px) {
    footer #right {
      border-left: none; } }
  footer #right p, footer #right a, footer #right span {
    color: #716c79; }

#giving-form input[type="text"] {
  border: 1px solid #e0e0e0; }
  @media (max-width: 767px) {
    #giving-form input[type="text"] {
      width: 46%;
      float: left; } }

#giving-form input[type="submit"] {
  border: 1px solid #e0e0e0;
  background: #fff; }
  @media (max-width: 767px) {
    #giving-form input[type="submit"] {
      width: 46%;
      float: right; } }

#giving-form input[type="submit"]:hover {
  background: #eb4b34; }

.lbsContainer {
  -webkit-box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  background-color: #fff !important; }

.lbsTooltipHeader {
  background: #fff !important;
  color: #484848 !important; }

.verse-ref {
  color: #000; }

.lbsTooltipBody {
  background-color: #fff !important; }

.lbsTooltipBody p, .lbsTooltipBody span {
  color: #484848; }

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover {
  color: #9e8c67 !important; }

.comment-form #comment-submit {
  color: #fff;
  background-color: #eb4b34; }

.comment-form input, .comment-form textarea {
  color: #fff; }

.featured-posts .card {
  border-top: 1px solid #e5e5e5; }

#home #mid-container #widgets .service-times a:hover {
  background: #3b3a3c; }

#full li:hover ul li a:hover {
  background: #716c79; }

header .responsive-nav #nav li ul li a {
  color: #716c79; }

.cms-output ul li {
  color: #3b3a3c; }

#mc_embed_signup * {
  color: #3b3a3c;
  font-family: "proxima-nova", sans-serif;
  font-weight: 200; }

.indicates-required {
  margin-bottom: 20px;
  display: block;
  position: relative; }

div#mc_embed_signup {
  display: block;
  position: relative;
  width: auto; }

div#mc_embed_signup div {
  padding-bottom: 0; }

div#mc_embed_signup .mc-field-group {
  margin-bottom: 20px; }

div#mc_embed_signup div input {
  display: none; }

div#mc_embed_signup .mc-field-group input {
  display: inline-block; }

div#mc_embed_signup input#mc-embedded-subscribe {
  display: block; }

#mc_embed_signup input {
  border: 1px solid #716c79;
  border-radius: 3px;
  width: 68%;
  float: right;
  padding: 2px 2%;
  display: inline-block; }

#mc_embed_signup label {
  width: 25%;
  display: inline-block;
  padding-bottom: 5px; }

div#mce-responses {
  padding: 0; }

div#mc_embed_signup input#mc-embedded-subscribe {
  display: block;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  background-color: #eb4b34;
  color: #fff;
  border: none; }

div#mc_embed_signup input#mc-embedded-subscribe:hover {
  opacity: 0.8; }

#home #bottom-container #wrapper #info-block #events .event-date span {
  color: #221b34; }

footer #middle a {
  color: #eb4b34; }

footer span.terms a,
footer #right span.terms a {
  color: #eb4b34 !important; }
