::selection {
  background: rgba(87, 156, 122, 0.7); }

::-moz-selection {
  background: rgba(87, 156, 122, 0.7); }

::-webkit-input-placeholder {
  color: #579c7a; }

::-moz-placeholder {
  color: #579c7a; }

:-ms-input-placeholder {
  color: #579c7a; }

.cms-output input[type="text"],
.comment-form input,
textarea {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .cms-output input[type="text"]:focus,
  .comment-form input:focus,
  textarea:focus {
    box-shadow: 0px 0px 4px #74b293; }

a:focus {
  outline-color: #579c7a; }

body {
  background: #3b302a; }

header {
  background: #3b302a; }
  header #social a:before {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33); }
  header #social a:hover:before {
    color: #73b394; }
  header .toplinks a {
    color: #fff; }
    header .toplinks a:hover {
      color: #73b394; }
  header .search-box .search-input {
    color: #3b302a;
    background-color: #fff; }
  header .search-box .search-submit {
    color: #3b302a;
    background-color: #fff; }
    header .search-box .search-submit:hover {
      background-color: #73b394; }
  header .navbar {
    background: url("../img/navbar-a.png") repeat 0 0; }
    @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      header .navbar {
        background: url("../img/navbar-a@2x.png") repeat 0 0; } }
    header .navbar #nav li.current a {
      color: #cba892;
      background: rgba(92, 60, 45, 0.33); }
    header .navbar #nav li a {
      color: #fff; }
      header .navbar #nav li a:hover {
        color: #cba892; }
  header .hero .hero-context p {
    color: #fff; }
  header .hero .hero-slogan p {
    color: #fff;
    border: 5px solid #fff; }
  header .hero .hero-links li a {
    color: #fff; }
    header .hero .hero-links li a:after {
      background-image: url("../img/hero-link-a.svg");
      content: "";
      width: 21px;
      height: 21px;
      display: inline-block;
      position: relative;
      top: 5px;
      left: 10px; }

header .navbar #nav li ul li {
  background-color: rgba(71, 59, 52, 0.97); }
  header .navbar #nav li ul li a {
    color: rgba(247, 247, 247, 0.97) !important;
    background: none !important; }
  header .navbar #nav li ul li:hover a {
    color: rgba(115, 179, 148, 0.97) !important; }
  header .navbar #nav li ul li:hover li a {
    color: rgba(247, 247, 247, 0.97) !important; }
  header .navbar #nav li ul li:hover li:hover a {
    color: rgba(115, 179, 148, 0.97) !important; }

header .mobile-menu-button {
  background: rgba(92, 60, 45, 0.33); }
  header .mobile-menu-button:hover {
    background: rgba(58, 38, 28, 0.33); }
  header .mobile-menu-button span {
    background: #fff; }
    header .mobile-menu-button span:before, header .mobile-menu-button span:after {
      background: #fff; }

header .mobile-nav {
  background-color: #579c7a; }
  header .mobile-nav .mobile-search .icon-search {
    color: #579c7a; }
  header .mobile-nav li a,
  header .mobile-nav .close-nav,
  header .mobile-nav .close {
    color: #fff; }
  header .mobile-nav li ul {
    background-color: #579c7a; }
  header .mobile-nav li.children-arrow > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    margin-top: 15px;
    right: 0;
    margin-right: -20px;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff; }

#home #events {
  background: url("../img/events-bg-a.jpg") 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #home #events {
      background: url("../img/events-bg-a@2x.jpg") 50% no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  #home #events .events-title p,
  #home #events .events-title h1,
  #home #events .events-title h2,
  #home #events .events-title h3,
  #home #events .events-title h4,
  #home #events .events-title h5,
  #home #events .events-title h6 {
    color: #816658; }
    #home #events .events-title p:before, #home #events .events-title p:after,
    #home #events .events-title h1:before,
    #home #events .events-title h1:after,
    #home #events .events-title h2:before,
    #home #events .events-title h2:after,
    #home #events .events-title h3:before,
    #home #events .events-title h3:after,
    #home #events .events-title h4:before,
    #home #events .events-title h4:after,
    #home #events .events-title h5:before,
    #home #events .events-title h5:after,
    #home #events .events-title h6:before,
    #home #events .events-title h6:after {
      background-color: rgba(129, 102, 88, 0.15); }
  #home #events .quicklinks span {
    background: #66b38e; }
    @media (max-width: 1024px) {
      #home #events .quicklinks span {
        background: none; } }
  #home #events .quicklinks h4 {
    color: #7a5b4c; }
  #home #events .quicklinks a.ql:hover h4 {
    color: #66b38e; }
  #home #events .eventlist .event {
    -webkit-box-shadow: 0 1px 7px rgba(3, 3, 3, 0.1);
    -moz-box-shadow: 0 1px 7px rgba(3, 3, 3, 0.1);
    -ms-box-shadow: 0 1px 7px rgba(3, 3, 3, 0.1);
    -o-box-shadow: 0 1px 7px rgba(3, 3, 3, 0.1);
    box-shadow: 0 1px 7px rgba(3, 3, 3, 0.1);
    background: #fff; }
    #home #events .eventlist .event:hover {
      -webkit-box-shadow: 7px 14px 28px rgba(3, 3, 3, 0.2), 0 0 0 2px #66b38e;
      -moz-box-shadow: 7px 14px 28px rgba(3, 3, 3, 0.2), 0 0 0 2px #66b38e;
      -ms-box-shadow: 7px 14px 28px rgba(3, 3, 3, 0.2), 0 0 0 2px #66b38e;
      -o-box-shadow: 7px 14px 28px rgba(3, 3, 3, 0.2), 0 0 0 2px #66b38e;
      box-shadow: 7px 14px 28px rgba(3, 3, 3, 0.2), 0 0 0 2px #66b38e; }
    #home #events .eventlist .event .details h4 {
      color: #73b394; }
    #home #events .eventlist .event .details p {
      color: #625751; }
    #home #events .eventlist .event .time {
      -webkit-box-shadow: 0 1px 13px rgba(3, 3, 3, 0.11);
      -moz-box-shadow: 0 1px 13px rgba(3, 3, 3, 0.11);
      -ms-box-shadow: 0 1px 13px rgba(3, 3, 3, 0.11);
      -o-box-shadow: 0 1px 13px rgba(3, 3, 3, 0.11);
      box-shadow: 0 1px 13px rgba(3, 3, 3, 0.11);
      border: 1px solid rgba(0, 0, 0, 0.09);
      background: #fff;
      color: #7a5b4c; }

#home #sermon {
  background-color: #fff; }
  #home #sermon img {
    -webkit-box-shadow: 0 4px 12.7px 0.3px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 4px 12.7px 0.3px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 4px 12.7px 0.3px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 4px 12.7px 0.3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 4px 12.7px 0.3px rgba(0, 0, 0, 0.13);
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
    #home #sermon img:hover {
      opacity: 0.9; }
  #home #sermon h5 {
    color: #ac8471; }
  #home #sermon h3 a {
    color: #816658; }
    #home #sermon h3 a:hover {
      color: #ac8471; }
  #home #sermon .sermon-listing-tabs li a,
  #home #sermon .sermon-listing-tabs span {
    border-color: rgba(129, 102, 88, 0.2);
    border-width: 2px;
    color: #73b394; }
    #home #sermon .sermon-listing-tabs li a:hover,
    #home #sermon .sermon-listing-tabs span:hover {
      color: #529775; }
  #home #sermon .sermon-listing-tabs .downloads-tab:after {
    border-top-color: #73b394; }
  #home #sermon .sermon-listing-tabs .sermon-media-tab:hover,
  #home #sermon .sermon-listing-tabs .sermon-downloads li:hover {
    background: transparent; }
  #home #sermon .sermon-listing-tabs .single-button {
    border-right: 2px solid rgba(129, 102, 88, 0.2); }

#story {
  background: #579c7a; }
  #story .story-block h1,
  #story .story-block h2,
  #story .story-block h3,
  #story .story-block h4,
  #story .story-block h5,
  #story .story-block h6,
  #story .story-block p,
  #story .story-block ul,
  #story .story-block li {
    color: #fff; }
  #story .story-block a {
    color: #fff; }

span.story-shim {
  background: #579c7a; }

footer {
  background-color: #3b302a; }
  footer #social a:before {
    color: #ac8471; }
  footer #social a:hover:before {
    color: #fff; }
  footer #nav {
    border-top: 2px solid rgba(172, 132, 113, 0.24);
    border-bottom: 2px solid rgba(172, 132, 113, 0.24); }
    footer #nav a {
      color: #fff; }
      footer #nav a:hover {
        color: #caaf9d; }
    footer #nav li.current a {
      color: #caaf9d; }
  footer .info {
    color: #96857c; }
    footer .info a {
      color: #73b394; }
      footer .info a:hover {
        color: #fff; }

#subpage #content {
  background: #fff; }
  #subpage #content .page-title h1 {
    color: #625751; }
    #subpage #content .page-title h1:before, #subpage #content .page-title h1:after {
      background-color: rgba(129, 102, 88, 0.15); }

#subpage #content .cms-output p,
#subpage #content .cms-output ul,
#subpage #content .cms-output ol,
#subpage #content .cms-output table,
#subpage #content .cms-output label,
#subpage #content .cms-output iframe {
  color: #625751; }
  #subpage #content .cms-output p a,
  #subpage #content .cms-output ul a,
  #subpage #content .cms-output ol a,
  #subpage #content .cms-output table a,
  #subpage #content .cms-output label a,
  #subpage #content .cms-output iframe a {
    color: #73b394; }
    #subpage #content .cms-output p a:hover,
    #subpage #content .cms-output ul a:hover,
    #subpage #content .cms-output ol a:hover,
    #subpage #content .cms-output table a:hover,
    #subpage #content .cms-output label a:hover,
    #subpage #content .cms-output iframe a:hover {
      color: #94c5ad; }

#subpage #content .cms-output blockquote p {
  color: #9d918b;
  border-left: 5px solid #d6b09c; }

#subpage #content .cms-output h1 {
  color: #625751; }

#subpage #content .cms-output h2 {
  color: #73b394; }

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

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

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

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

#subpage aside #side_nav {
  border-bottom: 2px solid #f4f4f3; }
  #subpage aside #side_nav .side_nav_level1 a {
    color: #625751; }
    #subpage aside #side_nav .side_nav_level1 a:hover {
      color: #7e7068; }
  #subpage aside #side_nav .side_nav_level1 li li a {
    color: #a89a92; }
    #subpage aside #side_nav .side_nav_level1 li li a:hover {
      color: #bfb4ae; }
  #subpage aside #side_nav .side_nav_level1 li.current a {
    color: #73b394;
    border: 2px solid #73b394;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13); }
  #subpage aside #side_nav .side_nav_level1 li.current li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #a89a92;
    border: 0; }
    #subpage aside #side_nav .side_nav_level1 li.current li a:hover {
      color: #bfb4ae; }
  #subpage aside #side_nav .side_nav_level1 li.current li.current a {
    color: #73b394; }

#subpage aside .sidenav-widget p {
  color: #7a5b4c; }

#subpage aside .sidenav-widget a {
  color: #73b394; }
  #subpage aside .sidenav-widget a:hover {
    color: #94c5ad; }

.cms-output input[type="text"],
.cms-output input[type="password"] {
  border: 1px solid #aea49e;
  background: #fff;
  color: #625751; }

.cms-output input[type="submit"] {
  background: #fff;
  border: 1px solid #73b394;
  color: #625751; }
  .cms-output input[type="submit"]:hover {
    background: #73b394;
    color: #fff; }

.cms-output hr {
  background: rgba(129, 102, 88, 0.15) !important; }

.cms-output h1 a,
.cms-output h2 a,
.cms-output h3 a,
.cms-output h4 a,
.cms-output h5 a,
.cms-output h6 a {
  color: #73b394; }
  .cms-output h1 a:hover,
  .cms-output h2 a:hover,
  .cms-output h3 a:hover,
  .cms-output h4 a:hover,
  .cms-output h5 a:hover,
  .cms-output h6 a:hover {
    text-decoration: underline; }

@media (min-width: 1491px) {
  .filter-speaker .speaker-group .speaker-info {
    width: 50%; }
  .filter-speaker .speaker-group .speaker-page-button {
    margin-top: 0; } }

header .mobile-nav {
  background: #508f70; }
  header .mobile-nav #nav {
    background: #579c7a; }

.media {
  background-color: #fff; }

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

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

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

.pagination a {
  color: #8c7c74;
  background-color: #d9d9d9;
  border-bottom: 1px solid #d1d1d1; }
  .pagination a:hover {
    color: #7e7068;
    background-color: #cccccc; }
  .pagination a.current {
    color: #fff;
    background-color: #d6b09c; }
  .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: #d6b09c;
  background-color: #fff;
  border: 1px solid #fff;
  -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: #c48d71; }
  .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 #fff;
    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: #625751;
    -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: #403935; }
  .featured-posts .card .card-info .card-author-line, .featured-posts .card .card-info .card-excerpt {
    color: #625751; }
  .featured-posts .card .card-info .card-read-more-btn {
    color: #73b394;
    border: 2px solid #73b394;
    background: #fff; }
    .featured-posts .card .card-info .card-read-more-btn:hover {
      color: #fff;
      background: #73b394; }
  .featured-posts .card .card-info .card-excerpt a {
    color: #73b394;
    text-decoration: underline; }

.all-posts .post {
  border-bottom: 1px solid #ecebea; }
  .all-posts .post:last-child {
    border-bottom: 0; }
  .all-posts .post h4 a {
    color: #625751;
    -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: #403935; }
  .all-posts .post .post-author-line {
    color: #93847c; }
    .all-posts .post .post-author-line a {
      color: #d6b09c;
      -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: #c79378; }
  .all-posts .post .post-date, .all-posts .post .post-excerpt p {
    color: #625751; }
  .all-posts .post .post-excerpt a {
    color: #73b394;
    border: 2px solid #73b394;
    background: #fff; }
    .all-posts .post .post-excerpt a:hover {
      color: #fff;
      background: #73b394; }

.blog-index .blog-right {
  color: #625751;
  background-color: #e6e5e5; }
  .blog-index .blog-right .podcast-btn {
    color: #73b394;
    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: #625751; }
  .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: #73b394; }
    .blog-index .blog-right li a:hover {
      color: #447c61; }
  .blog-index .blog-right li span, .blog-index .blog-right .post-months li span {
    color: #b3b2b2; }

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

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

.blog-post .blog-left .post-info {
  color: #625751; }
  .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: #d6b09c; }
    .blog-post .blog-left .post-info a:hover {
      color: #c48d71; }

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

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

.comment {
  color: #625751;
  border-bottom: 1px solid #ecebea; }
  .comment a {
    color: #625751;
    -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: #38322e; }
  .comment .comment-date {
    color: #ababab; }

.comment-form {
  color: #625751; }
  .comment-form input, .comment-form textarea {
    color: #625751;
    background-color: #fff;
    border: 1px solid #e0dedd; }
  .comment-form #comment-submit {
    color: #fff;
    background-color: #73b394; }
    .comment-form #comment-submit:hover {
      background-color: #569e7b; }
  .comment-form #comment-status {
    color: #d6b09c; }
  .comment-form #error {
    color: red; }

.blog-post .blog-right {
  background-color: #e6e5e5; }
  .blog-post .blog-right .post-share {
    border-bottom: 1px solid #fff; }
    .blog-post .blog-right .post-share .share-text {
      color: #807f7f; }
  .blog-post .blog-right .more-posts {
    color: #625751; }
    .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: #73b394; }
      .blog-post .blog-right .more-posts a:hover {
        color: #529775; }

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

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

.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 #e6e5e5; }
  .featured-event .featured-hero .circle {
    color: #625751;
    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: #625751; }
    .featured-event .featured-info .featured-event-title:hover {
      color: #38322e; }
  .featured-event .featured-info .featured-event-time {
    color: #625751; }
  .featured-event .featured-info .featured-categories {
    color: #ababab; }
    .featured-event .featured-info .featured-categories .category {
      color: #625751; }
      .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: #625751; }
    .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: #d6b09c; }
      .featured-event .featured-info .featured-event-summary a:hover {
        color: #c79378; }
  .featured-event .featured-info .mobile-title-line {
    color: #625751; }

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

.events-list .list-info-block {
  border-bottom: 1px solid #e6e5e5;
  color: #625751; }
  .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: #625751; }
    .events-list .list-info-block .list-title a:hover {
      color: #38322e; }
    @media (max-width: 768px) {
      .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: #73b394; }
        .events-list .list-info-block .list-title a:hover {
          color: #529775; } }

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

.event-detail-info {
  color: #625751; }
  .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: #d6b09c; }
    .event-detail-info .event-detail-coordinator a:hover {
      color: #c48d71; }

.event-detail .event-right .more-events {
  color: #625751;
  background-color: #e6e5e5; }
  .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: #73b394; }
    .event-detail .event-right .more-events a:hover {
      color: #529775; }

.mobile-event-map-button, .event-map-button {
  color: #3b6c54;
  background-color: #73b394; }
  .mobile-event-map-button:hover, .event-map-button:hover {
    background: #84bca1; }

.events-calendar .calendar caption {
  color: #fff;
  background-color: #73b394; }
  .events-calendar .calendar caption .prevMonth a, .events-calendar .calendar caption .nextMonth a {
    border-right: 1px solid #529775; }
    .events-calendar .calendar caption .prevMonth a:hover, .events-calendar .calendar caption .nextMonth a:hover {
      background-color: #84bca1; }

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

.events-calendar .calendar thead {
  color: #807f7f;
  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: #625751; }
  .events-calendar .calendar li > a:hover {
    color: #8c7c74; }

.events-list .category-button, .events-calendar .category-button {
  color: #fff;
  background: #62aa87;
  border: 1px solid #529775; }
  .events-list .category-button:hover, .events-calendar .category-button:hover {
    background: #7db89c; }
  .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 0 2px 21px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 9px 0 2px 21px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 9px 0 2px 21px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 9px 0 2px 21px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 9px 0 2px 21px rgba(0, 0, 0, 0.08); }
  .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: #625751; }

.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: #b3b2b2; }

.event-hover-outer {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 2px 21px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 5px 0 2px 21px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 5px 0 2px 21px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 5px 0 2px 21px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 5px 0 2px 21px rgba(0, 0, 0, 0.08); }
  .event-hover-outer .event-hover-title {
    color: #625751; }
    .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: #73b394; }
      .event-hover-outer .event-hover-title a:hover {
        color: #9bc9b2; }
  .event-hover-outer .event-hover-desc {
    color: #8c7c74; }
    .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: #d6b09c; }
      .event-hover-outer .event-hover-desc a:hover {
        color: #c79378; }

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

.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: #b3b2b2; }

.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: #73b394;
      border-bottom: 1px solid #5fa885; }
  .media .tabset.sort-tabs li:last-child span {
    border-right: 0; }

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

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

.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: #73b394; }
  .current-series.sermon-index-view .series-banner .current-series-info {
    color: #fff; }
    .current-series.sermon-index-view .series-banner .current-series-info h4 {
      color: #2c503f; }
    .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: #73b394; }
  .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 #73b394; }

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

.sermon-listing {
  border-bottom: 1px solid #d9d9d9; }
  .sermon-listing .sermon-listing-info {
    color: #625751; }
    .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: #625751; }
      .sermon-listing .sermon-listing-info .sermon-listing-title:hover {
        color: #38322e; }
    .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: #d6b09c; }
      .sermon-listing .sermon-listing-info .sermon-listing-details a:hover {
        color: #c79378; }

.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: 768px) {
    .sermon-listing-tabs {
      box-shadow: none; } }
  .sermon-listing-tabs .sermon-media-tab {
    color: #625751;
    background-color: #fff;
    border: 1px solid #e6e5e5;
    border-right: 0; }
    .sermon-listing-tabs .sermon-media-tab:hover {
      background-color: #e6e5e5; }
    @media (max-width: 768px) {
      .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 #e6e5e5; } }
  .sermon-listing-tabs li:last-child .sermon-media-tab {
    border-right: 1px solid #e6e5e5; }
  .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 #625751; }
  .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: #625751; }
    .sermon-listing-tabs .sermon-downloads li {
      background-color: #fff;
      border: 1px solid #e6e5e5;
      border-bottom: 0; }
      .sermon-listing-tabs .sermon-downloads li:hover {
        background-color: #e6e5e5; }
      .sermon-listing-tabs .sermon-downloads li:last-child {
        border-bottom: 1px solid #e6e5e5; }

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

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

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

.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: #73b394; }
    .filter-date li a:hover {
      color: #447c61; }

.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: #625751;
  background: #fff;
  border: 1px solid #d9d9d9; }
  .filter-date .sermon-year-button:hover {
    color: #fff;
    background: #73b394; }
  .filter-date .sermon-year-button:hover {
    border: 1px solid #73b394; }

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

.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: #73b394; }
    .filter-scripture li a:hover {
      color: #447c61; }
  .filter-scripture li span {
    color: #fff;
    background-color: #d4d4d4; }

.filter-speaker {
  color: #625751; }
  .filter-speaker h4 {
    color: #fff;
    background: #625751; }
  .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: #73b394;
      border-bottom: 1px solid #73b394; }
      .filter-speaker .speaker-block .speaker-info a:hover {
        color: #447c61;
        border-bottom: 1px solid #447c61; }
    .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: #625751;
      background: #fff;
      border: 1px solid #d9d9d9; }
      .filter-speaker .speaker-block .speaker-page-button:hover {
        color: #fff;
        background: #73b394; }
      .filter-speaker .speaker-block .speaker-page-button:hover {
        border: 1px solid #73b394; }

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

.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: #73b394; }
    .filter-topic li a:hover {
      color: #447c61; }
  .filter-topic li span {
    color: #fff;
    background-color: #d4d4d4; }

.sermon-detail .sermon-detail-top {
  color: #625751; }
  .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: #d6b09c; }
    .sermon-detail .sermon-detail-top p span a:hover {
      color: #c79378; }
  .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: #625751;
  background-color: #e6e5e5; }
  .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: #73b394; }
    .sermon-detail .sermon-detail-right .more-sermons a:hover {
      color: #529775; }

.sermon-detail .sermon-detail-right .speaker-detail-button {
  color: #3b6c54;
  background-color: #73b394; }
  .sermon-detail .sermon-detail-right .speaker-detail-button:hover {
    background: #84bca1; }

#subpage #churches .cf-tabs {
  border: 2px solid #73b394;
  border-radius: 4px; }
  #subpage #churches .cf-tabs li {
    color: #73b394;
    background: #fff; }
    #subpage #churches .cf-tabs li:hover {
      background-color: #73b394;
      color: #fff; }
  #subpage #churches .cf-tabs li.current {
    background: #73b394;
    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: #73b394;
  border-bottom: 1px solid #5fa885; }

#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: #73b394;
  border: 1px solid #73b394; }
  #subpage #churches .cf-header-bar label {
    color: #fff; }
    #subpage #churches .cf-header-bar label .select {
      text-shadow: 0 0 1px #73b394; }
  #subpage #churches .cf-header-bar a {
    background: #fff;
    color: #73b394; }
    #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: #625751; }
    #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a:hover {
      color: #38322e; }
  #subpage #churches div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
    background-color: #fff;
    color: #625751;
    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: #625751;
    background-color: #fff;
    border: 1px solid #e6e5e5; }
    @media (max-width: 768px) {
      #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: #e6e5e5;
      color: #625751; }

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

#gmap p.full a {
  color: #3b6c54;
  background-color: #73b394; }
  #gmap p.full a:hover {
    background: #84bca1; }

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

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

.small-groups #content .media .groups-header.media-top :-ms-input-placeholder {
  color: #7e7068 !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: #d6b09c; }

.small-groups #content .media .groups-tagging {
  color: #625751; }
  .small-groups #content .media .groups-tagging .group-tags li {
    border: 1px solid #ddd8d5; }
    @media (max-width: 768px) {
      .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: #c6beb9; }
      .small-groups #content .media .groups-tagging .group-tags li span:hover {
        color: #d6b09c; }
  .small-groups #content .media .groups-tagging .clear-all-button {
    color: #d6b09c; }
    .small-groups #content .media .groups-tagging .clear-all-button:hover {
      color: #e5cdc0; }

.small-groups #content .media .groups-data thead tr {
  background: #73b394; }
  .small-groups #content .media .groups-data thead tr td {
    color: #fff; }
  .small-groups #content .media .groups-data thead tr select {
    color: #fff;
    background: #62aa87;
    border: 1px solid #4d8d6e; }
    .small-groups #content .media .groups-data thead tr select:hover {
      background: #7ab799; }
  .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: 1024px) {
        .small-groups #content .media .groups-data thead tr .select-wrap:after {
          right: 12px; } }

.small-groups #content .media .groups-data tbody {
  color: #70635d; }
  .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 #d4d2cf; }
  .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 #d4d2cf;
    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 #d4d2cf; }
  .small-groups #content .media .groups-data tbody tr.visible .show-button {
    color: #ddd8d5; }
    .small-groups #content .media .groups-data tbody tr.visible .show-button.shown {
      color: #625751; }
  .small-groups #content .media .groups-data tbody tr.visible.shown td:first-child {
    border-left: 1px solid #d4d2cf; }
  .small-groups #content .media .groups-data tbody tr.visible.shown td:last-child {
    border-right: 1px solid #d4d2cf; }
  @media (max-width: 1024px) {
    .small-groups #content .media .groups-data tbody tr.visible.shown td:nth-child(4) {
      border-right: 1px solid #d4d2cf; } }
  .small-groups #content .media .groups-data tbody tr.hidden td {
    border-right: 1px solid #d4d2cf;
    border-left: 1px solid #d4d2cf; }
  .small-groups #content .media .groups-data tbody tr.hidden:nth-last-child(2) td {
    border-bottom: 1px solid #d4d2cf; }
  .small-groups #content .media .groups-data tbody tr.hidden .hidden-content h3 {
    color: #73b394; }
  .small-groups #content .media .groups-data tbody tr.hidden .hidden-content strong {
    color: #625751; }
  .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: #d6b09c; }
      .small-groups #content .media .groups-data tbody tr.shown .email-leader-button:hover {
        background: #e2c7b9; }

.small-groups #content .media .groups-pagination li a {
  color: #625751;
  border-top: 1px solid #d4d2cf;
  border-bottom: 1px solid #d4d2cf; }
  .small-groups #content .media .groups-pagination li a:hover {
    background: #ecebea; }

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

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

.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 #d6b09c;
  position: absolute;
  left: 12px;
  top: 4px; }
  @media (max-width: 768px) {
    .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 #d6b09c;
  position: absolute;
  right: 12px;
  top: 4px; }
  @media (max-width: 768px) {
    .small-groups #content .media .groups-pagination li:last-child:before {
      top: 15px; } }

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

.small-groups #content .media .groups-pagination .disabled a {
  color: #ddd8d5 !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 #ddd8d5; }

.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 #ddd8d5; }

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

.groups-modal {
  color: #625751;
  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: #625751; }
    .groups-modal .groups-modal-close:hover {
      color: #9c8f87; }
  .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: #d6b09c; }
    .groups-modal .email-submit-button:hover {
      background: #e2c7b9; }
  .groups-modal .status.success li {
    color: #d6b09c; }

.campus-selector {
  color: #625751; }
  .campus-selector h5 {
    color: #6a5e58; }
  .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 #625751;
      position: absolute;
      content: "";
      top: 12px;
      right: 10px; }
  .campus-selector .campus-list {
    background: #fff; }
    .campus-selector .campus-list a {
      color: #625751;
      background: #fff; }
      .campus-selector .campus-list a:hover {
        color: #fff;
        background: #d6b09c; }

.campus-selector-v2 {
  background: #73b394; }
  .campus-selector-v2 .campus-selector-tabs h5 {
    color: #fff; }
  .campus-selector-v2 .campus-selector-tabs a {
    background: #84bca1;
    color: #325b47; }
    .campus-selector-v2 .campus-selector-tabs a:hover {
      background: #b5d7c7; }
  .campus-selector-v2 .campus-selector-tabs li.current a {
    background: #b5d7c7; }
  .campus-selector-v2 .campus-selector-dropdown h5 {
    color: #fff;
    background: #84bca1; }
    .campus-selector-v2 .campus-selector-dropdown h5:hover {
      background: #94c5ad; }
    .campus-selector-v2 .campus-selector-dropdown h5.open {
      background: #84bca1 !important; }
  .campus-selector-v2 .campus-selector-dropdown a {
    color: #325b47;
    background: #84bca1; }
    .campus-selector-v2 .campus-selector-dropdown a:hover {
      color: #fff;
      background: #325b47; }

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 #625751; }

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

body#online-service {
  background-color: #fff; }
  body#online-service a.rtBibleRef {
    border: 2px solid #73b394; }
  body#online-service #mobile-menu-layout {
    background: #73b394; }
    body#online-service #mobile-menu-layout ul li a {
      color: #fff; }
  body#online-service #sunday-archive {
    background: #fff; }
    body#online-service #sunday-archive h4 {
      color: #625751; }
    body#online-service #sunday-archive ul li a {
      color: #625751; }
  body#online-service header {
    background-color: #625751; }
    body#online-service header section.top-wrapper span ul li {
      color: #fff; }
      body#online-service header section.top-wrapper span ul li:hover a#list-archive:after {
        content: '';
        width: 0px;
        height: 0px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 14px solid #fff;
        display: block;
        position: absolute;
        margin-top: 16px;
        padding: 0;
        transform: translateX(50%);
        right: 50%; }
      body#online-service header section.top-wrapper span ul li:hover ul {
        background: #fff; }
        body#online-service header section.top-wrapper span ul li:hover ul li a {
          color: #625751; }
      body#online-service header section.top-wrapper span ul li a {
        color: #fff; }
    body#online-service header section.top-wrapper span button {
      color: #fff;
      background: #73b394; }
    body#online-service header .media-container h3 {
      color: #73b394; }
    body#online-service header .media-container span {
      color: #73b394; }
    body#online-service header section.header-buttons button {
      color: #fff;
      border: 1PX SOLID #fff; }
  body#online-service section#service-resources {
    background-color: #fff; }
    body#online-service section#service-resources .resource-bar {
      border-BOTTOM: 1px solid #625751;
      box-shadow: 0 4px 24px -4px 0 2px 21px rgba(0, 0, 0, 0.08); }
      body#online-service section#service-resources .resource-bar h3 {
        color: #625751; }
      body#online-service section#service-resources .resource-bar span#down-arrow g {
        FILL: #625751; }
      @media (max-width: 768px) {
        body#online-service section#service-resources .resource-bar #resource-list {
          background: #fff; } }
      body#online-service section#service-resources .resource-bar #resource-list a {
        color: #73b394; }
        body#online-service section#service-resources .resource-bar #resource-list a span.arrow .arrow::before, body#online-service section#service-resources .resource-bar #resource-list a span.arrow .arrow .arrow::before {
          background-color: #73b394; }
    body#online-service section#service-resources div#service-order h3 {
      color: #625751; }
    body#online-service section#service-resources div#service-order p {
      color: #625751; }
    body#online-service section#service-resources div#service-order a {
      color: #73b394; }
    body#online-service section#service-resources div#service-order ul li {
      color: #625751; }
      body#online-service section#service-resources div#service-order ul li a {
        color: #73b394; }
    body#online-service section#service-resources div#info-block {
      border: 1px solid #f2f2f2; }
      body#online-service section#service-resources div#info-block h3 {
        color: #625751; }
      body#online-service section#service-resources div#info-block p {
        color: #625751; }
      body#online-service section#service-resources div#info-block a {
        color: #73b394; }
  body#online-service section#announcments-block {
    background-color: #f2f2f2; }
    body#online-service section#announcments-block #announcements-wrapper h3 {
      color: #625751; }
    body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata h4 a {
      color: #625751; }
    body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata p {
      color: #625751; }
    body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata a {
      color: #73b394; }
  body#online-service footer .footer-wrapper .footer-copy p.copyright {
    color: #625751; }
  body#online-service footer .footer-wrapper .footer-copy p.cpm {
    color: #73b394; }
    body#online-service footer .footer-wrapper .footer-copy p.cpm a {
      color: #73b394; }
  body#online-service footer .footer-wrapper button.back-links {
    color: #fff;
    background: #73b394; }

.arrow {
  margin: 25px;
  display: inline-block;
  height: 6px;
  position: absolute;
  width: 6px;
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 0px;
  margin-left: 16px; }
  .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 6px; }
  .arrow.is-check::after {
    width: 3px; }
  .arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 13px;
    position: absolute;
    right: -1px;
    transform-origin: bottom;
    width: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow::after,
  .arrow .arrow::after {
    border-color: #73b394; }
  .arrow.is-triangle::after,
  .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #73b394; }
  .arrow::before,
  .arrow .arrow::before {
    background-color: #73b394; }

#content .media .sermon-podcast-button {
  color: #625751;
  border: 1px solid #ccc2bd; }
  #content .media .sermon-podcast-button:hover {
    background: transparent;
    color: #463e3a; }
  #content .media .sermon-podcast-button i {
    color: #73b394; }

#content .media .tabset.sort-tabs span {
  background-color: #ccc2bd;
  border-bottom: 0; }
  #content .media .tabset.sort-tabs span:hover {
    background-color: #b3a6a0; }
  #content .media .tabset.sort-tabs span.current {
    background-color: #73b394 !important; }

#content .media .current-series-info h4 {
  color: #37654f; }

#content .media .events-calendar .calendar caption .prevMonth,
#content .media .events-calendar .calendar caption .nextMonth {
  background-color: #609f80; }

#content .media .events-calendar .calendar caption .prevMonth a {
  border-right: #73b394; }

#content .media .events-calendar .calendar caption .nextMonth a {
  border-right: 0; }

#content .media .category-box {
  -webkit-box-shadow: 9px 2px 21px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 9px 2px 21px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 9px 2px 21px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 9px 2px 21px rgba(0, 0, 0, 0.08);
  box-shadow: 9px 2px 21px rgba(0, 0, 0, 0.08); }

#content .media .sermon-listing-info .sermon-listing-date {
  color: #625751; }

#content .media .sermon-listing-info .sermon-listing-title {
  color: #625751; }

#content .media .sermon-listing-info .sermon-listing-details {
  color: #625751; }
  #content .media .sermon-listing-info .sermon-listing-details a {
    color: #73b394; }
    #content .media .sermon-listing-info .sermon-listing-details a:hover {
      color: #529775; }

#content .media .all-posts .post h4 a {
  color: #625751; }

#content .media .all-posts .post .post-author-line {
  color: #625751; }
  #content .media .all-posts .post .post-author-line a {
    color: #73b394; }
    #content .media .all-posts .post .post-author-line a:hover {
      color: #529775; }

#content .media .all-posts .post .post-excerpt p {
  color: #625751; }

#content .media .post-excerpt a,
#content .media .card-read-more-btn {
  border-color: #d6b09c;
  color: #d6b09c; }
  #content .media .post-excerpt a:hover,
  #content .media .card-read-more-btn:hover {
    background-color: #d6b09c;
    color: #fff; }

#content .media .blog-right {
  background-color: #f0efee; }
  #content .media .blog-right .sidebar-wrap:last-child {
    border-bottom: 0; }

#content .media .featured-event .circle {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #e3d7d1; }

#content .media .featured-event .featured-title-line,
#content .media .featured-event .featured-event-time,
#content .media .featured-event .featured-categories,
#content .media .featured-event .featured-event-summary {
  color: #625751; }

#content .media .featured-event .featured-event-summary a {
  color: #73b394; }
  #content .media .featured-event .featured-event-summary a:hover {
    color: #569e7b; }

#content .media .featured-posts .card h4 {
  color: #625751; }

#content .media .featured-posts .card .card-date {
  color: #625751; }

#content .media .featured-posts .card .author {
  color: #73b394; }

#content .media .featured-posts .card .card-excerpt {
  color: #625751; }

#content .media .pagination a {
  background-color: rgba(204, 194, 189, 0.32);
  border-bottom: 0;
  color: #73b394; }
  #content .media .pagination a:hover {
    background-color: #73b394;
    color: #fff; }
  #content .media .pagination a.next {
    color: #746b66; }
    #content .media .pagination a.next:after {
      border-left-color: #746b66; }
    #content .media .pagination a.next:hover {
      color: #fff; }
      #content .media .pagination a.next:hover:after {
        border-left-color: #fff; }
  #content .media .pagination a.previous {
    color: #746b66; }
    #content .media .pagination a.previous:after {
      border-right-color: #746b66; }
    #content .media .pagination a.previous:hover {
      color: #fff; }
      #content .media .pagination a.previous:hover:after {
        border-right-color: #fff; }

.blog-index .blog-right .podcast-btn:hover,
.blog-index .blog-right h5.hover:hover {
  background-color: #e3e1df !important; }

.event-detail .event-right .more-events {
  background-color: #f0efee; }

#subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap a,
#subpage.church-detail .cms-output #church #event-content #event-meta-links a {
  color: #73b394; }

div#church div#gmap p.full a {
  color: #fff; }
