@charset "UTF-8";
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Colors & Defaults
   ========================================================================== */
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #FFFFFF; }

html, button, input, select, textarea {
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222; }

body {
  width: 100%;
  margin: 0px;
  padding: 0px 0 0px 0;
  min-width: 320px; }

.outer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

.inner {
  width: 94.44444444444444%;
  /*1020/1080*/
  margin: 0 auto; }

.wrap {
  width: 78.4313725490196%;
  /*800/1020*/
  margin: 0 auto; }

.inner-wrap {
  width: 83.75%;
  /*670px/800*/
  margin: 0 auto; }

.hidden {
  display: none; }

.not-visible {
  visibility: hidden; }

.center iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px auto; }

.column {
  width: 48.52941217647059%;
  /*495/1020*/ }
  .column .column-wrap {
    width: 87.9518072289157%;
    /*438/498*/
    margin: 0 auto; }
  .column .inner-column {
    width: 48%; }
  .column .inner-column-1 {
    float: left; }
  .column .inner-column-2 {
    float: right; }

.column-1 {
  float: left; }

.column-2 {
  float: right; }

.three-column, .drop-down-col {
  width: 31.3725490196078%;
  /*320/1020*/
  float: left;
  margin: 0 0 0 2.9411764705882%;
  /*30/1020*/ }
  .three-column .three-column-wrap, .drop-down-col .three-column-wrap {
    width: 87.5%;
    /*280/320*/
    margin: 0 auto; }

.three-column-0, .drop-down-col-0 {
  margin-left: 0px; }

.big-column {
  width: 65.6862745098039%;
  /*670/1020*/ }

.small-column {
  width: 31.3725490196078%;
  /*320/1020*/ }

.inner-big-column {
  width: 68.6274509803922%;
  /*700/1020*/ }

.SectionedOverviewPage ul.global-list li.overview-section .inner-big-column .inner-big-column-wrap {
  width: 95.714286%;
  /*670/700*/ }
.SectionedOverviewPage ul.global-list li.overview-section .inner-small-column {
  margin-bottom: 0px; }

.inner-small-column {
  width: 28.4313725490196%;
  /*290/1020*/ }

.inner-tiny-column {
  width: 14.117647%;
  /*144/1020*/ }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle; }

img.center {
  display: block;
  margin: 0 auto 20px auto; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 0px auto; }

iframe.center {
  margin: 0 auto; }

.blue-back {
  background-color: #a0b4bf; }

.light-blue-back {
  background-color: #dae1e6; }

.beige-back {
  background-color: #f3edec; }

.orange-back {
  background-color: #c4842c; }

.white-back {
  background-color: #FFFFFF; }

.default-content {
  padding: 30px 0;
  min-height: 450px; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Ethan Sager, www.bebetterstudios.com
   ========================================================================== */
.header {
  padding: 0px 0 21px 0;
  position: relative; }
  .header .header-top {
    padding: 10px 0; }
  .header .header-bottom {
    padding: 15px 0 0 0; }
    .header .header-bottom .outer {
      position: relative; }
    .header .header-bottom .headercol1 {
      width: 26.6666666666667%;
      /*272/1020*/
      float: left; }
      .header .header-bottom .headercol1 .logo {
        background: url("../img/south-church-logo.png") no-repeat;
        width: 272px;
        height: 75px;
        margin: 0 auto;
        text-indent: -9999px;
        position: relative; }
        .header .header-bottom .headercol1 .logo a {
          position: absolute;
          width: 100%;
          height: 100%;
          display:block; }
      .header .header-bottom .headercol1 .mobile-logo {
        display: none;
        background: url("../img/south-church-logo-mobile.png") no-repeat;
        width: 226px;
        height: 61px;
        margin: 0;
        text-indent: -9999px;
        position: relative; }
        .header .header-bottom .headercol1 .mobile-logo a {
          position: absolute;
          width: 100%;
          height: 100%;
          display:block; }
      .header .header-bottom .headercol1 .headersubcol2 {
        display: none; }
        .header .header-bottom .headercol1 .headersubcol2 .mobile-switch {
          display: none;
          cursor: pointer;
          width: 60px;
          float: right;
          margin-top: 5px; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch:hover span.mobile-grab-bar {
            background: #dae1e6; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch .mobile-bars {
            margin-top: 5px;
            padding: 8px 0 4px 0; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch .mobile-grab-bar {
            display: block;
            margin: 0 auto 8px auto;
            width: 70%;
            height: 5px;
            background: rgba(218, 225, 230, 0.7);
            -webkit-transition: background-color 250ms ease-out 0s;
            -moz-transition: background-color 250ms ease-out 0s;
            -o-transition: background-color 250ms ease-out 0s;
            transition: background-color 250ms ease-out 0s; }
  .header .headercol2 {
    width: 68.6274509803922%;
    /*700/1020*/
    float: right; }
    .header .headercol2 nav {
      margin-top: 57px; }
  .header .headercol2-bottom {
    margin-top: 27px; }
  .header .searchform {
    float: right;
    display: block;
    margin-left: 25px; }
    .header .searchform #Search {
      float: left; }
    .header .searchform input#SearchForm_SearchForm_Search {
      height: 30px;
      padding: 0px 10px 0 10px;
      border: none;
      line-height: 100%;
      font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
      background-color: #dae1e6;
      color: #a0b4bf; }
      .header .searchform input#SearchForm_SearchForm_Search:focus {
        color: #504d50; }
    .header .searchform input#SearchForm_SearchForm_action_results {
      display: block;
      text-indent: -9999px;
      margin: 0;
      height: 30px;
      width: 30px;
      background: url("../img/magnifying-glass.png") no-repeat left top;
      padding: 0;
      border: none;
      float: right; }
      .header .searchform input#SearchForm_SearchForm_action_results:hover {
        opacity: .8; }

.pagination {
  text-align: center;
  margin-bottom: 0px; }
  .pagination span {
    color: #c4842c; }
    .pagination span span.currentPage {
      padding: 0 10px; }
    .pagination span a {
      color: #504d50;
      padding: 0 10px;
      text-decoration: none; }
      .pagination span a:hover {
        color: #c4842c; }
  .pagination a.prev {
    margin-right: 25px;
    text-decoration: none; }
  .pagination a.next {
    margin-left: 25px;
    text-decoration: none; }

.mobile {
  display: none; }

.main-image {
  width: 100%;
  height: 401px; }
  .main-image .inner {
    overflow: auto;
    height: 100%; }
    .main-image .inner .column-1 {
      height: 100%; }
      .main-image .inner .column-1 .slide-text {
        margin-top: 32%;
        visibility: hidden; }
        .main-image .inner .column-1 .slide-text p, .main-image .inner .column-1 .slide-text h1, .main-image .inner .column-1 .slide-text h2, .main-image .inner .column-1 .slide-text h3, .main-image .inner .column-1 .slide-text h4, .main-image .inner .column-1 .slide-text h5 {
          color: #FFFFFF; }

.overlay-black {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%; }

.footer .footer-top {
  padding: 36px 0; }
  .footer .footer-top .footercol h4 {
    margin-top: 25px; }
    .footer .footer-top .footercol h4:first-child {
      margin-top: 0px; }
  .footer .footer-top .footercol a {
    transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out; }
    .footer .footer-top .footercol a:hover {
      color: #c4842c; }
  .footer .footer-top .footercol-2 ul li a {
    text-decoration: none; }
.footer .footer-middle {
  margin-bottom: 25px; }
.footer .footer-bottom {
  padding: 20px 0; }

.footercol {
  float: left;
  margin: 0 0 0 2.9411764705882%;
  /*30/1020*/ }

.footercol-1 {
  width: 31.3725490196078%;
  /*320/1020*/
  margin-left: 0px; }

.footercol-2 {
  width: 21.5686274509804%;
  /*220/1020*/ }

.footercol-3 {
  width: 41.1764705882353%;
  /*420/1020*/ }

.map {
  margin-bottom: 36px; }

.top, .middle, .bottom, .home-events {
  padding: 36px 0; }

.top {
  padding-bottom: 0px; }
  .top .top {
    padding-bottom: 36px; }

.middle .spotlights {
  padding-bottom: 36px; }
.middle .intro {
  margin-bottom: 25px; }

.top-sub-col-1, .top-sub-col-2 {
  width: 47.7611940298507%;
  /*320/670*/ }

.top-sub-col-1 {
  float: left; }

.top-sub-col-2 {
  float: right; }

.top-single {
  margin-bottom: 36px; }

.middle .intro {
  margin-bottom: 36px; }

.EventsPage .intro {
  margin-bottom: 36px; }

.home-event, .top-image {
  margin-bottom: 25px; }

.bottom h3 {
  line-height: 180%; }

.bottom-stripe {
  padding: 0px 0; }
  .bottom-stripe .column {
    padding: 15px 0; }
    .bottom-stripe .column p {
      font-size: 1.5625em;
      color: #FFFFFF; }
      .bottom-stripe .column p:last-child {
        margin-bottom: 0px; }

.InnerTwoColumnPage .content, .StaffPage .content, .SectionedOverviewPage .content, .EventsPage .content {
  background-color: #FFFFFF;
  overflow: auto; }

.slide-show {
  margin-bottom: 46px; }

.inner-content {
  margin: 10px 0 0 0; }

.secondary-nav {
  padding: 18px 0;
  background-color: #FFFFFF;
  border: 1px solid #cccaca;
  margin-bottom: 25px; }
  .secondary-nav .nav-wrap {
    width: 79.3103448275862%;
    /*230/320*/
    margin: 0 auto; }
  .secondary-nav h3 {
    text-transform: uppercase; }
  .secondary-nav h3.mobile-secondary {
    display: none; }

.searchResults {
  margin-bottom: 36px; }

.sidebar {
  margin-bottom: 11px; }

.searchResults {
  min-height: 400px; }

.top-inner, .middle-inner, .bottom-inner {
  padding-bottom: 36px; }
  .top-inner .intro, .middle-inner .intro, .bottom-inner .intro {
    margin-bottom: 25px; }

.bottom-inner-callout {
  padding: 70px 0; }

.mobile-date {
  display: none; }

/* Slick Slider Default Theme
*********************************/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider ul li {
    display: none; }
  .slick-slider ul.slick-dots {
    margin: 0px;
    padding: 0px; }
    .slick-slider ul.slick-dots li {
      display: inline-block; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev, .slick-next {
  width: 33px;
  height: 17px;
  margin: 0px 0px 0 0px;
  display: block;
  background: url(../img/white-arrows.png) no-repeat 0 0;
  position: absolute;
  bottom: 47%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  z-index: 9998;
  border: none;
  outline: none; }

.slick-prev {
  left: 2%; }

.slick-next {
  background-position: 100% 0;
  right: 2%; }

.company-slide {
  outline: none;
  display: none; }
  .company-slide img {
    width: 90%;
    margin: 0 auto; }

.full-width .slick-track {
  width: 100% !important;
  text-align: center; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.InnerSlideShowPage .slick-dots {
  bottom: -25px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 1em;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 2em;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 0px) {
  .wrap {
    width: 100%; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .desktop {
    display: none !important; }

  .left {
    float: none; }

  .right {
    float: none; }

  .big-column {
    width: 100%; }

  .small-column {
    width: 100%; }

  .column {
    width: 100%;
    /*495/1020*/ }
    .column .column-wrap {
      width: 87.9518072289157%;
      /*438/498*/
      margin: 0 auto; }
    .column .inner-column {
      width: 48%; }
    .column .inner-column-1 {
      float: left; }
    .column .inner-column-2 {
      float: right; }

  .column-1 {
    float: none;
    margin-bottom: 25px; }

  .column-2 {
    float: none; }

  .three-column {
    width: 100%;
    float: none;
    margin: 0 0 25px 0; }
    .three-column .three-column-wrap {
      width: 87.5%;
      /*280/320*/
      margin: 0 auto; }

  .three-column-0 {
    margin-left: 0px; }

  .three-column-2 {
    margin-bottom: 0px; }

  .inner-big-column {
    width: 100%;
    float: none; }

  .inner-small-column {
    width: 100%;
    float: none;
    margin-bottom: 25px; }

  .inner-tiny-column {
    display: none; }

  .main-image {
    width: 100%;
    height: 250px; }
    .main-image .inner {
      overflow: hidden; }
      .main-image .inner .column-1 {
        height: 100%; }
        .main-image .inner .column-1 .slide-text {
          margin-top: 32%;
          visibility: hidden; }
          .main-image .inner .column-1 .slide-text p, .main-image .inner .column-1 .slide-text h1, .main-image .inner .column-1 .slide-text h2, .main-image .inner .column-1 .slide-text h3, .main-image .inner .column-1 .slide-text h4, .main-image .inner .column-1 .slide-text h5 {
            color: #FFFFFF; }

  .header .header-top {
    display: none; }
  .header .header-bottom {
    padding: 15px 0 0 0; }
    .header .header-bottom .outer {
      position: relative; }
    .header .header-bottom .headercol1 {
      width: 100%;
      float: none; }
      .header .header-bottom .headercol1 .headersubcol1 {
        float: left;
        width: 226px; }
        .header .header-bottom .headercol1 .headersubcol1 .logo {
          display: none; }
        .header .header-bottom .headercol1 .headersubcol1 .mobile-logo {
          display: block; }
      .header .header-bottom .headercol1 .headersubcol2 {
        display: block;
        float: right; }
        .header .header-bottom .headercol1 .headersubcol2 .mobile-switch {
          display: block;
          cursor: pointer;
          width: 60px;
          float: right;
          margin-top: 5px; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch:hover span.mobile-grab-bar {
            background: #dae1e6; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch .mobile-bars {
            margin-top: 5px;
            padding: 8px 0 4px 0; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch .mobile-grab-bar {
            display: block;
            margin: 0 auto 8px auto;
            width: 70%;
            height: 5px;
            background: rgba(218, 225, 230, 0.7);
            -webkit-transition: background-color 250ms ease-out 0s;
            -moz-transition: background-color 250ms ease-out 0s;
            -o-transition: background-color 250ms ease-out 0s;
            transition: background-color 250ms ease-out 0s; }
  .header .headercol2 {
    width: 100%;
    float: none;
    display: none; }
    .header .headercol2 nav {
      margin-top: 25px; }
  .header li.mobile .searchform {
    max-width: 302px;
    float: none;
    margin-left: 0px; }
    .header li.mobile .searchform #Search {
      width: 80%; }
      .header li.mobile .searchform #Search #SearchForm_SearchForm_Search {
        width: 92%;
        background-color: #FFFFFF;
        border: 1px solid #dae1e6;
        height: 28px; }
    .header li.mobile .searchform input#SearchForm_SearchForm_action_results {
      float: left; }

  .bottom-col-1 {
    margin-bottom: 25px; }
    .bottom-col-1 img {
      margin-bottom: 0px; }

  .bottom-stripe .column p {
    font-size: 1.3125em; }
  .bottom-stripe .column-1 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .bottom-stripe .column-2 {
    margin-bottom: 15px; }

  .footer .footer-top {
    padding: 25px 0; }

  .footercol {
    float: none;
    margin: 0 0 25px 0; }

  .footercol-1 {
    width: 100%;
    margin-left: 0px; }

  .footercol-2 {
    width: 100%; }

  .footercol-3 {
    width: 100%;
    margin-bottom: 0px; }

  .map {
    margin-bottom: 25px; }

  .top, .middle, .bottom, .home-events {
    padding: 25px 0; }

  .top {
    padding-bottom: 0px; }
    .top .top {
      padding-bottom: 25px; }

  .middle .spotlights {
    padding-bottom: 25px; }
  .middle .intro {
    margin-bottom: 25px; }

  .top-single {
    margin-bottom: 25px; }

  .middle .intro {
    margin-bottom: 25px; }

  .EventsPage .intro {
    margin-bottom: 25px; }

  .searchResults {
    margin-bottom: 25px; }

  .sidebar {
    margin-bottom: 0px; }

  .top-inner, .middle-inner, .bottom-inner {
    padding-bottom: 25px; }
    .top-inner .intro, .middle-inner .intro, .bottom-inner .intro {
      margin-bottom: 25px; }

  .secondary-nav {
    padding: 18px 0;
    background-color: #FFFFFF;
    border: 1px solid #cccaca;
    margin-bottom: 25px; }
    .secondary-nav .nav-wrap {
      width: 93.3103448275862%;
      margin: 0 auto; }
    .secondary-nav h3 {
      text-transform: uppercase; }
    .secondary-nav h3.mobile-secondary {
      display: block; }

  .SectionedOverviewPage ul.global-list li.overview-section .inner-big-column .inner-big-column-wrap {
    width: 87.9518072289157%;
    /*438/498*/
    margin: 0 auto; }
  .SectionedOverviewPage ul.global-list li.overview-section .inner-small-column {
    margin-bottom: 0px; }

  .mobile-date {
    display: inline; } }
@media screen and (min-width: 480px) {
  .header .header-bottom {
    padding: 15px 0 0 0; }
    .header .header-bottom .outer {
      position: relative; }
    .header .header-bottom .headercol1 .headersubcol1 {
      width: 272px; }
      .header .header-bottom .headercol1 .headersubcol1 .logo {
        display: block;
        background: url("../img/south-church-logo.png") no-repeat;
        width: 272px;
        height: 75px; }
      .header .header-bottom .headercol1 .headersubcol1 .mobile-logo {
        display: none; }

  .footercol {
    float: none;
    margin: 0 0 25px 0; }

  .footercol-1 {
    width: 58%;
    margin-left: 0px;
    float: left; }

  .footercol-2 {
    width: 38%;
    float: right; }

  .footercol-3 {
    width: 100%;
    margin-bottom: 0px;
    clear: both; } }
@media screen and (min-width: 500px) {
  .main-image {
    width: 100%;
    height: 280px; }
    .main-image .inner {
      overflow: auto;
      height: 100%; }
      .main-image .inner .column-1 {
        height: 100%; }
        .main-image .inner .column-1 .slide-text {
          margin-top: 32%;
          visibility: hidden; }
          .main-image .inner .column-1 .slide-text p, .main-image .inner .column-1 .slide-text h1, .main-image .inner .column-1 .slide-text h2, .main-image .inner .column-1 .slide-text h3, .main-image .inner .column-1 .slide-text h4, .main-image .inner .column-1 .slide-text h5 {
            color: #FFFFFF; }

  .bottom-stripe .column p {
    font-size: 1.4375em; }

  .footercol {
    float: none;
    margin: 0 0 25px 0; }

  .footercol-1 {
    width: 48%;
    margin-left: 0px;
    float: left; }

  .footercol-2 {
    width: 48%;
    float: right; }

  .footercol-3 {
    width: 100%;
    margin-bottom: 0px;
    clear: both; } }
@media screen and (min-width: 550px) {
  .main-image {
    width: 100%;
    height: 320px; }
    .main-image .inner {
      overflow: auto;
      height: 100%; }
      .main-image .inner .column-1 {
        height: 100%; }
        .main-image .inner .column-1 .slide-text {
          margin-top: 32%;
          visibility: hidden; }
          .main-image .inner .column-1 .slide-text p, .main-image .inner .column-1 .slide-text h1, .main-image .inner .column-1 .slide-text h2, .main-image .inner .column-1 .slide-text h3, .main-image .inner .column-1 .slide-text h4, .main-image .inner .column-1 .slide-text h5 {
            color: #FFFFFF; }

  .EventsPage .inner-tiny-column {
    display: block;
    width: 14.117647%;
    /*144/1020*/ }
  .EventsPage .inner-big-column {
    width: 68.6274509803922%;
    /*700/1020*/ } }
@media screen and (min-width: 600px) {
  .wrap {
    width: 78.4313725490196%;
    /*800/1020*/
    margin: 0 auto; }

  .inner-wrap {
    width: 83.75%;
    /*670px/800*/
    margin: 0 auto; }

  .column {
    width: 48.52941217647059%;
    /*495/1020*/ }
    .column .column-wrap {
      width: 87.9518072289157%;
      /*438/498*/
      margin: 0 auto; }
    .column .inner-column {
      width: 48%; }
    .column .inner-column-1 {
      float: left; }
    .column .inner-column-2 {
      float: right; }

  .column-1 {
    float: left;
    margin-bottom: 0px; }

  .column-2 {
    float: right; }

  .three-column {
    width: 31.3725490196078%;
    /*320/1020*/
    float: left;
    margin: 0 0 0 2.9411764705882%;
    /*30/1020*/ }
    .three-column .three-column-wrap {
      width: 87.5%;
      /*280/320*/
      margin: 0 auto; }

  .three-column-0 {
    margin-left: 0px; }

  .main-image {
    width: 100%;
    height: 401px; }
    .main-image .inner {
      overflow: auto;
      height: 100%; }
      .main-image .inner .column-1 {
        height: 100%; }
        .main-image .inner .column-1 .slide-text {
          margin-top: 32%;
          visibility: hidden; }
          .main-image .inner .column-1 .slide-text p, .main-image .inner .column-1 .slide-text h1, .main-image .inner .column-1 .slide-text h2, .main-image .inner .column-1 .slide-text h3, .main-image .inner .column-1 .slide-text h4, .main-image .inner .column-1 .slide-text h5 {
            color: #FFFFFF; }

  .bottom-stripe .column-1 {
    text-align: left;
    padding-bottom: 15px; }
  .bottom-stripe .column-2 {
    margin-bottom: 0px; } }
@media screen and (min-width: 700px) {
  .inner-big-column {
    width: 68.6274509803922%;
    /*700/1020*/ }

  .inner-small-column {
    width: 28.4313725490196%;
    /*290/1020*/
    margin-bottom: 0px; }

  .inner-tiny-column {
    display: block;
    width: 14.117647%;
    /*144/1020*/ }

  .desktop {
    display: block !important; }

  .mobile, .mobile-date {
    display: none !important; }

  .bottom-stripe .column p {
    font-size: 1.5625em; }

  .header .header-top {
    display: block; }
  .header .header-bottom {
    padding: 15px 0 0 0; }
    .header .header-bottom .outer {
      position: relative; }
    .header .header-bottom .headercol1 {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .header .header-bottom .headercol1 .headersubcol1 .logo {
        background: url("../img/south-church-logo.png") no-repeat;
        width: 272px;
        height: 75px;
        margin: 0 auto;
        text-indent: -9999px;
        position: relative; }
        .header .header-bottom .headercol1 .headersubcol1 .logo a {
          position: absolute;
          width: 100%;
          height: 100%;
          display:block; }
      .header .header-bottom .headercol1 .headersubcol2 {
        display: none; }
        .header .header-bottom .headercol1 .headersubcol2 .mobile-switch {
          display: none;
          cursor: pointer;
          width: 60px;
          float: right;
          margin-top: 5px; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch:hover span.mobile-grab-bar {
            background: #dae1e6; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch .mobile-bars {
            margin-top: 5px;
            padding: 8px 0 4px 0; }
          .header .header-bottom .headercol1 .headersubcol2 .mobile-switch .mobile-grab-bar {
            display: block;
            margin: 0 auto 8px auto;
            width: 70%;
            height: 5px;
            background: rgba(218, 225, 230, 0.7);
            -webkit-transition: background-color 250ms ease-out 0s;
            -moz-transition: background-color 250ms ease-out 0s;
            -o-transition: background-color 250ms ease-out 0s;
            transition: background-color 250ms ease-out 0s; }
  .header .headercol2 {
    width: 100%;
    float: none;
    display: block !important; }
    .header .headercol2 nav {
      margin-top: 0px; }

  .secondary-nav {
    padding: 18px 0;
    background-color: #FFFFFF;
    border: 1px solid #cccaca;
    margin-bottom: 0px; }
    .secondary-nav .nav-wrap {
      width: 79.3103448275862%;
      /*230/320*/
      margin: 0 auto; }
    .secondary-nav h3 {
      text-transform: uppercase; }
    .secondary-nav h3.mobile-secondary {
      display: none; }

  .SectionedOverviewPage ul.global-list li.overview-section .inner-big-column .inner-big-column-wrap {
    width: 95.714286%;
    /*670/700*/
    margin: 0; }
  .SectionedOverviewPage ul.global-list li.overview-section .inner-small-column {
    margin-bottom: 0px; } }
@media screen and (min-width: 768px) {
  .left {
    float: left; }

  .right {
    float: right; }

  .big-column {
    width: 65.6862745098039%;
    /*670/1020*/ }

  .small-column {
    width: 31.3725490196078%;
    /*320/1020*/ }

  .bottom-col-1 {
    margin-bottom: 0px; }

  .footer .footer-top {
    padding: 36px 0; }

  .footercol {
    float: left;
    margin: 0 0 0 2.9411764705882%;
    /*30/1020*/ }

  .footercol-1 {
    width: 31.3725490196078%;
    /*320/1020*/
    margin-left: 0px; }

  .footercol-2 {
    width: 21.5686274509804%;
    /*220/1020*/ }

  .footercol-3 {
    width: 41.1764705882353%;
    /*420/1020*/
    clear: none; }

  .map {
    margin-bottom: 36px; }

  .top, .middle, .bottom, .home-events {
    padding: 36px 0; }

  .top {
    padding-bottom: 0px; }
    .top .top {
      padding-bottom: 36px; }

  .middle .spotlights {
    padding-bottom: 36px; }
  .middle .intro {
    margin-bottom: 25px; }

  .top-single {
    margin-bottom: 36px; }

  .middle .intro {
    margin-bottom: 36px; }

  .EventsPage .intro {
    margin-bottom: 36px; }

  .secondary-nav, .searchResults {
    margin-bottom: 25px; }

  .sidebar {
    margin-bottom: 11px; }

  .top-inner, .middle-inner, .bottom-inner {
    padding-bottom: 36px; }
    .top-inner .intro, .middle-inner .intro, .bottom-inner .intro {
      margin-bottom: 25px; } }
@media screen and (min-width: 875px) {
  .bottom-stripe .column-2 {
    margin-top: 15px; } }
@media screen and (min-width: 960px) {
  .header .header-bottom .headercol1 {
    width: 26.6666666666667%;
    /*272/1020*/
    margin-bottom: 0px;
    float: left; }
  .header .header-bottom .headercol2 {
    width: 68.6274509803922%;
    /*700/1020*/
    float: right;
    display: block !important; }
    .header .header-bottom .headercol2 nav {
      margin-top: 57px; }

  .desktop {
    display: block !important; } }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  /* a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* ==========================================================================
   Retina styles.
   ========================================================================== */
/*
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
   Retina-specific stuff here...

} */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .headercol1 .logo {
    background: url("../img/south-church-logo@2x.png") no-repeat;
    background-size: 272px 75px;
    width: 272px;
    height: 75px; }
  .header .headercol1 .mobile-logo {
    background: url("../img/south-church-logo-mobile2x.png") no-repeat;
    background-size: 226px 61px;
    width: 226px;
    height: 61px; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto; }

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

.hidden {
  display: none; }

.not-visibile {
  visibility: hidden; }

.uppercase {
  text-transform: uppercase !important; }

.no-border-top {
  border-top: none; }

.no-border-bottom {
  border-bottom: none; }

.no-boder-left {
  border-left: none; }

.no-border-right {
  border-right: none; }

.no-margin-top {
  margin-top: 0px; }

.no-margin-right {
  margin-right: 0px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.no-margin-left {
  margin-left: 0px; }

.no-padding-top {
  padding-top: 0px; }

.no-padding-right {
  padding-right: 0px; }

.no-padding-bottom {
  padding-bottom: 0px; }

.no-padding-left {
  padding-left: 0px; }

h1.white, h2.white, h3.white, h4.white, h5.white, p.white, .white {
  color: #FFFFFF; }
