@charset "UTF-8";
/**
* BE WARNED
* rowMachine uses nth-child which is not supported in IE 7
* http://caniuse.com/css-sel3
*
*/
/* Uncomment and set these variables to customize the grid. */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Slabo+13px");
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    order: 1; } }

.clearfix:after, .clearfix:before,
.clearfixiest:after,
.clearfixiest:before {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  content: '\0020'; }

.clearfix:after,
.clearfixiest:after {
  clear: both; }

.clearfix,
.clearfixiest {
  zoom: 1; }

.clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }

html {
  height: 100%; }

article, aside, details, dialog, figcaption, figure, footer, header, main, nav, section, summary, time {
  display: block; }

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0 0 12px 0;
  font-weight: normal; }

a img {
  border: 0; }

a {
  outline: none;
  text-decoration: none;
  transition: all 300ms; }

p {
  line-height: 1.7; }

a:active,
a:focus {
  background-color: transparent; }

input[type='text'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0; }

input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1; }

b,
strong {
  font-weight: normal; }

em,
i {
  font-style: normal; }

b em,
b i,
strong em,
strong i,
em b,
em strong,
i b,
i strong {
  font-weight: normal;
  font-style: normal; }

#cms_header_navbar,
#cms_header_subbar {
  overflow: hidden; }

body {
  text-shadow: 0px 0px 1px transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  height: 100%; }

.rf-paragraph {
  margin: 0 0 18px 0;
  /* IMPORTANT: Do not change .no_border class name or remove the definition.
          This class is added to paragraph images by the CMS when a user
          chooses to disable the border on the image.
    */ }
  .rf-paragraph .photoset img {
    float: left;
    margin: 0 15px 15px 0; }
  .rf-paragraph .image {
    margin-bottom: 40px;
    text-align: center; }
    .rf-paragraph .image img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .rf-paragraph .image {
        text-align: center; } }
    .rf-paragraph .image.rf-left {
      float: left;
      margin: 0 24px 6px 0; }
      @media only screen and (max-width: 767px) {
        .rf-paragraph .image.rf-left {
          float: none;
          margin-right: 0; } }
    .rf-paragraph .image.rf-right {
      float: right;
      margin: 0 0 6px 12px; }
      @media only screen and (max-width: 767px) {
        .rf-paragraph .image.rf-right {
          float: none;
          margin-left: 0; } }
  .rf-paragraph img {
    border: none;
    max-width: 100%; }
  .rf-paragraph .no_border img {
    border: none; }
  .rf-paragraph iframe {
    width: 100%; }
  .rf-paragraph .rf-slideshow {
    margin-bottom: 30px;
    text-align: center; }
    .rf-paragraph .rf-slideshow img {
      left: 0px;
      right: 0px;
      margin: 0 auto; }

/* events */
#events .event,
#events .blog_post,
#events .news_article,
#blog .event,
#blog .blog_post,
#blog .news_article,
#news .event,
#news .blog_post,
#news .news_article {
  margin-bottom: 25px; }
  #events .event .date,
  #events .blog_post .date,
  #events .news_article .date,
  #blog .event .date,
  #blog .blog_post .date,
  #blog .news_article .date,
  #news .event .date,
  #news .blog_post .date,
  #news .news_article .date {
    margin-bottom: 3px; }
  #events .event .post_details,
  #events .blog_post .post_details,
  #events .news_article .post_details,
  #blog .event .post_details,
  #blog .blog_post .post_details,
  #blog .news_article .post_details,
  #news .event .post_details,
  #news .blog_post .post_details,
  #news .news_article .post_details {
    margin-bottom: 9px; }
  #events .event .post_topics,
  #events .blog_post .post_topics,
  #events .news_article .post_topics,
  #blog .event .post_topics,
  #blog .blog_post .post_topics,
  #blog .news_article .post_topics,
  #news .event .post_topics,
  #news .blog_post .post_topics,
  #news .news_article .post_topics {
    margin-bottom: 12px; }

#events .archive_title,
#blog .archive_title,
#news .archive_title {
  margin-bottom: 12px; }

#events .older,
#blog .older,
#news .older {
  float: right; }

#events .newer,
#blog .newer,
#news .newer {
  float: left; }

#comments {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 15px;
  border-top: 1px dotted #111; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../jscripts/src/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../jscripts/src/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../jscripts/src/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../jscripts/src/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../jscripts/src/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../jscripts/src/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

.background--primary-color {
  background-color: #4471e4; }

.font--primary-color {
  color: #4471e4; }

.background--secondary-color {
  background-color: #c0504d; }

.font--secondary-color {
  color: #c0504d; }

.background--tertiary-color {
  background-color: #4471e4; }

.font--tertiary-color {
  color: #4471e4; }

.background--quatinary-color {
  background-color: #c0504d; }

.font--quatinary-color {
  color: #c0504d; }

.background--white {
  background-color: #fefefe; }

.font--white {
  color: #fefefe; }

.background--black {
  background-color: #231f20; }

.font--black {
  color: #231f20; }

.background--brand-gray {
  background-color: #808080; }

.font--brand-gray {
  color: #808080; }

.background--light-gray {
  background-color: #a6a6a6; }

.font--light-gray {
  color: #a6a6a6; }

.background--dark-gray {
  background-color: #5a5a5a; }

.font--dark-gray {
  color: #5a5a5a; }

.social-icons {
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .social-icons a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .social-icons a svg {
      height: 20px;
      width: 20px; }
    .social-icons a svg g path {
      fill: #fefefe; }
    .social-icons a:hover {
      text-decoration: none; }
      .social-icons a:hover svg g path {
        fill: #4471e4; }

.social-icons--icon-only .circle-solid, .social-icons--icon-only .circle-outline, .social-icons--icon-only .square-solid, .social-icons--icon-only .square-rounded {
  display: none; }

.social-icons--circle-solid .icon-only, .social-icons--circle-solid .circle-outline, .social-icons--circle-solid .square-solid, .social-icons--circle-solid .square-rounded {
  display: none; }

.social-icons--circle-outline .icon-only, .social-icons--circle-outline .circle-solid, .social-icons--circle-outline .square-solid, .social-icons--circle-outline .square-rounded {
  display: none; }

.social-icons--square-solid .icon-only, .social-icons--square-solid .circle-solid, .social-icons--square-solid .circle-outline, .social-icons--square-solid .square-rounded {
  display: none; }

.social-icons--square-rounded .icon-only, .social-icons--square-rounded .circle-solid, .social-icons--square-rounded .circle-outline, .social-icons--square-rounded .square-solid {
  display: none; }

.social-icons--branded a:hover .five-hundred-px g path {
  fill: #34bf49; }

.social-icons--branded a:hover .facebook g path {
  fill: #3b5998; }

.social-icons--branded a:hover .flickr g path {
  fill: #ff0084; }

.social-icons--branded a:hover .google-plus g path {
  fill: #dd4b39; }

.social-icons--branded a:hover .instagram g path {
  fill: #e1306c; }

.social-icons--branded a:hover .linkedin g path {
  fill: #0077b5; }

.social-icons--branded a:hover .pinterest g path {
  fill: #bd081c; }

.social-icons--branded a:hover .sharethis g path {
  fill: #94d228; }

.social-icons--branded a:hover .soundcloud g path {
  fill: #ff8800; }

.social-icons--branded a:hover .tumblr g path {
  fill: #35465c; }

.social-icons--branded a:hover .twitter g path {
  fill: #1da1f2; }

.social-icons--branded a:hover .vimeo g path {
  fill: #1ab7ea; }

.social-icons--branded a:hover .yelp g path {
  fill: #af0606; }

.social-icons--branded a:hover .youtube g path {
  fill: #cd201f; }

.readable-width {
  max-width: 45em;
  margin: 0 auto; }

body {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

b em,
b i,
strong em,
strong i,
em b,
em strong,
i b,
i strong {
  font-weight: bold;
  font-style: italic; }

h1 {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fefefe;
  font-size: 3.5em;
  line-height: 1em;
  text-shadow: 0 0 10px rgba(35, 31, 32, 0.5); }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.75em; } }

h2 {
  font-family: 'Slabo 13px', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #4471e4;
  font-size: 2em;
  line-height: 1em; }

h3 {
  font-family: 'Slabo 13px', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #c0504d;
  font-size: 1.5em;
  line-height: 1em; }

h4 {
  font-family: 'Slabo 13px', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #5a5a5a;
  font-size: 1.25em;
  line-height: 1em;
  text-transform: uppercase; }

p {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #231f20;
  line-height: 1.5em;
  font-size: 1em; }

.rf-paragraph-wrapper ol, .rf-paragraph-wrapper ul {
  color: #231f20;
  list-style: none; }
  .rf-paragraph-wrapper ol li, .rf-paragraph-wrapper ul li {
    margin-bottom: .75em; }

.rf-paragraph-wrapper ul li {
  position: relative; }
  .rf-paragraph-wrapper ul li:before {
    content: '•';
    position: absolute;
    left: -.5em;
    color: #4471e4;
    margin-bottom: .25em; }

.rf-paragraph-wrapper ol li {
  position: relative;
  counter-increment: counter; }
  .rf-paragraph-wrapper ol li:before {
    content: counter(counter) "";
    position: absolute;
    left: -.75em;
    color: #4471e4;
    margin-bottom: .25em; }

a {
  color: #c0504d; }
  a:hover {
    color: #4471e4;
    text-decoration: underline; }

blockquote {
  margin: 0;
  padding: 1em 2em;
  position: relative; }
  blockquote q {
    color: #7c6e72;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.5em; }
    blockquote q::before {
      font-family: 'Slabo 13px', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 3em;
      position: absolute;
      left: .15em;
      top: .4em; }
    blockquote q::after {
      display: none; }
  blockquote cite {
    display: block;
    text-align: right;
    font-family: 'Slabo 13px', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    margin-top: 10px;
    font-style: italic; }
    blockquote cite::before {
      content: '―  '; }

.stripe-header {
  font-size: 3em;
  width: 100%;
  margin-top: 50px; }

.header--one-line {
  font-family: 'EB Garamond', serif;
  font-style: bold;
  font-variant: small-caps;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1em;
  padding-right: 15px; }
  .header--one-line::after {
    content: ' ';
    display: block;
    height: 2px;
    -ms-flex: 1;
        flex: 1 1 0%;
    background-color: currentColor;
    position: relative;
    right: -15px; }

.header--two-line {
  font-family: 'EB Garamond', serif;
  font-style: bold;
  font-variant: small-caps;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1em; }
  .header--two-line::before, .header--two-line::after {
    content: ' ';
    display: block;
    height: 2px;
    -ms-flex: 1;
        flex: 1 1 0%;
    background-color: currentColor;
    position: relative; }
  .header--two-line::before {
    margin-right: .5em; }
  .header--two-line::after {
    margin-left: .5em; }

.header--underline::after {
  margin-top: 10px;
  content: ' ';
  display: block;
  height: 2px;
  width: 100%;
  background-color: currentColor; }

#header_wrap {
  background: #666; }
  #header_wrap #header {
    position: relative; }
    #header_wrap #header #nav {
      margin: 0;
      padding: 0;
      height: 30px;
      list-style-type: none; }
      #header_wrap #header #nav li {
        display: block;
        float: left;
        margin: 0;
        padding: 0 15px; }
        #header_wrap #header #nav li a {
          display: block;
          height: 30px;
          text-decoration: none;
          line-height: 30px; }

#footer_wrap {
  background: #666; }
  #footer_wrap #footer {
    margin: 0 auto;
    padding: 10px 0; }

#sidebar {
  min-height: 100px; }
  #sidebar .subnav {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #sidebar .subnav li {
      margin: 0;
      padding: 0; }
  #sidebar .sidebar_section {
    margin-bottom: 18px; }
    #sidebar .sidebar_section .head {
      margin-bottom: 9px; }

.alert {
  padding: 20px;
  background-color: #4471e4; }
  .alert .alert__text {
    font-family: 'Slabo 13px', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.25em;
    color: #fefefe;
    text-align: center;
    display: block; }
  .alert a {
    color: #fefefe; }
    .alert a:hover {
      text-decoration: none; }
      .alert a:hover::after {
        margin-right: -.25em;
        margin-left: .25em; }
    .alert a::after {
      content: '  ›';
      transition: .2s; }

.homepage-banner .site-header {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%; }
  .homepage-banner .site-header .pre-header {
    background: rgba(192, 80, 77, 0.85); }
  .homepage-banner .site-header .main-header {
    background-color: rgba(254, 254, 254, 0.85); }

.site-header a:hover {
  text-decoration: none; }

.site-header .pre-header {
  background: #c0504d;
  min-height: 10px; }
  .site-header .pre-header .pre-header__nav {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin: 0 auto; }
    .site-header .pre-header .pre-header__nav li {
      padding: 10px; }
      .site-header .pre-header .pre-header__nav li:last-child {
        padding-right: 0; }

.site-header .main-header {
  background-color: #fefefe;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .site-header .main-header .logo {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 250px;
    margin-right: 1em; }
    .site-header .main-header .logo svg {
      width: 100%;
      height: auto;
      margin: -1em 0 -.5em 0; }
      .site-header .main-header .logo svg path, .site-header .main-header .logo svg rect, .site-header .main-header .logo svg circle {
        fill: #3e3739; }
  .site-header .main-header .main-header__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end; }

.site-header > div {
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em; }
  @media only screen and (max-width: 964px) {
    .site-header > div {
      padding-left: 1em;
      padding-right: 1em; } }

.social-icons {
  box-sizing: border-box; }
  .social-icons a {
    margin: 0 10px; }
  @media only screen and (max-width: 767px) {
    .social-icons {
      display: none; } }

.utility-nav {
  list-style: none;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0; }
  .utility-nav li {
    cursor: pointer;
    transition: .2s; }
    .utility-nav li:hover, .utility-nav li.active {
      background-color: #4471e4; }
    .utility-nav li a {
      color: #fefefe;
      padding: 0 10px;
      font-family: 'Slabo 13px', sans-serif;
      font-style: normal;
      font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .utility-nav {
      display: none; } }
  .utility-nav__buttons {
    display: -ms-flexbox;
    display: flex; }
    .utility-nav__buttons .button {
      margin-right: 5px; }
      .utility-nav__buttons .button:last-child {
        margin-right: 0; }

.main-nav {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .main-nav {
      display: none; } }
  .main-nav__item {
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    .main-nav__item:hover .main-nav__item__link {
      color: #c0504d; }
    .main-nav__item:hover .subnav_flyout {
      max-height: 100vh; }
    .main-nav__item__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1 1 0%;
      margin: 0 1.5rem;
      -ms-flex-pack: center;
          justify-content: center;
      font-family: 'EB Garamond', serif;
      font-style: bold;
      font-variant: small-caps;
      font-size: 1.25em;
      font-weight: bold;
      text-transform: uppercase;
      color: #4471e4; }
      .main-nav__item__link.active {
        color: #c0504d; }
      .main-nav__item__link:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 964px) {
        .main-nav__item__link {
          margin: 0 .75rem; } }

.subnav_flyout {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 2.5em;
  width: 150%;
  max-height: 0;
  overflow: hidden;
  transition: .25s;
  z-index: 500;
  min-width: 250px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  left: 50%; }
  .subnav_flyout .triangle {
    display: block;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 1em solid #4471e4;
    margin: 0 auto; }

.subnav__item {
  position: relative;
  z-index: 2; }
  .subnav__item__link {
    background-color: #4471e4;
    font-family: 'Slabo 13px', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.25em;
    color: #fefefe;
    padding: .5em;
    box-sizing: border-box;
    margin: 0;
    display: block;
    width: 100%; }
    .subnav__item__link:hover {
      background-color: #c0504d;
      color: #fefefe; }

.footer {
  background-color: #4471e4;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .footer::before {
    content: '';
    display: block;
    background-image: url("../images/asanoha.svg");
    background-position: center center;
    background-size: 2.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .075;
    z-index: 1; }
  .footer > div {
    z-index: 2;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em; }
  .footer .footer-pre {
    background: #c0504d;
    min-height: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    z-index: 2; }
    .footer .footer-pre .redundant-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      @media only screen and (max-width: 964px) {
        .footer .footer-pre .redundant-nav {
          display: none; } }
      .footer .footer-pre .redundant-nav__item {
        -ms-flex: 1;
            flex: 1 1 0%;
        text-align: center;
        transition: .2s; }
        .footer .footer-pre .redundant-nav__item__link {
          display: block;
          padding: .5em 0;
          font-weight: bold;
          font-size: 1.75em;
          color: #fefefe;
          font-family: 'EB Garamond', serif;
          font-style: bold;
          font-variant: small-caps; }
        .footer .footer-pre .redundant-nav__item:hover {
          background: #4471e4; }
          .footer .footer-pre .redundant-nav__item:hover a {
            text-decoration: none; }
  .footer .footer-main {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
    padding-bottom: 2em; }
    @media only screen and (max-width: 964px) {
      .footer .footer-main {
        display: block; } }
  .footer .footer-content {
    -ms-flex: 1;
        flex: 1 1 0%;
    box-sizing: border-box;
    padding-right: 2em;
    border-right: 2px solid #fefefe;
    margin-right: 2em; }
    .footer .footer-content:last-child {
      padding-right: 0;
      border-right: 0;
      margin-right: 0;
      -ms-flex: 2;
          flex: 2 1 0%; }
    @media only screen and (max-width: 964px) {
      .footer .footer-content {
        padding-right: 0;
        border-right: 0;
        margin-right: 0; } }
  .footer .footer__logo {
    display: block; }
    .footer .footer__logo svg {
      width: 100%;
      height: auto;
      display: block; }
      .footer .footer__logo svg path, .footer .footer__logo svg rect, .footer .footer__logo svg circle {
        fill: #fefefe; }
      @media only screen and (min-width: 768px) and (max-width: 964px) {
        .footer .footer__logo svg {
          width: 50%;
          margin: 0 25%; } }
  .footer .tec-logo {
    display: block;
    width: 50%;
    margin: 50px auto 0 auto; }
    @media only screen and (min-width: 768px) and (max-width: 964px) {
      .footer .tec-logo {
        margin-top: 25px auto 0 auto; } }
    .footer .tec-logo svg {
      width: 100%; }
  .footer .footer__contact-info {
    padding-top: 30px;
    font-size: 1.25em; }
    .footer .footer__contact-info > p {
      font-family: 'Slabo 13px', sans-serif;
      font-style: normal;
      font-weight: 300; }
    .footer .footer__contact-info .contact-info__phone {
      color: #fefefe; }
      .footer .footer__contact-info .contact-info__phone::before {
        -ms-flex-item-align: start;
            align-self: flex-start;
        content: ' ';
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-right: .5em;
        background-image: url("../images/contact/phone.svg"); }
    .footer .footer__contact-info .contact-info__email a {
      color: #fefefe;
      text-decoration: none; }
      .footer .footer__contact-info .contact-info__email a:hover {
        color: #fefefe; }
    .footer .footer__contact-info .contact-info__email::before {
      -ms-flex-item-align: start;
          align-self: flex-start;
      content: ' ';
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: .5em;
      background-image: url("../images/contact/email.svg"); }
    .footer .footer__contact-info .contact-info__address {
      color: #fefefe;
      display: -ms-flexbox;
      display: flex; }
      .footer .footer__contact-info .contact-info__address::before {
        -ms-flex-item-align: start;
            align-self: flex-start;
        content: ' ';
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-right: .5em;
        background-image: url("../images/contact/location.svg"); }
  .footer .social-icons {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 964px) {
      .footer .social-icons {
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 20px; } }
    .footer .social-icons a {
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .footer .social-icons a {
          padding: 10px; } }
      .footer .social-icons a:hover svg path {
        fill: #c0504d; }
      .footer .social-icons a svg {
        height: 50px;
        width: 50px; }
  .footer .footer__sermons {
    color: #fefefe; }
    .footer .footer__sermons header {
      font-size: 1.75em;
      line-height: 1em;
      font-family: 'EB Garamond', serif;
      font-style: bold;
      font-variant: small-caps;
      font-weight: bold;
      margin-top: 1em;
      margin-bottom: .5em; }
      .footer .footer__sermons header.footer__sermons__header {
        font-size: 2.75em;
        text-align: center; }
    .footer .footer__sermons__times {
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 964px) {
        .footer .footer__sermons__times {
          display: block; } }
      .footer .footer__sermons__times .footer__sermons__time {
        -ms-flex: 1;
            flex: 1 1 0%;
        margin-right: 25px; }
        .footer .footer__sermons__times .footer__sermons__time:last-child {
          margin-right: 0; }
        .footer .footer__sermons__times .footer__sermons__time p {
          color: #fefefe;
          margin-bottom: 0;
          font-size: 1.125em; }
          .footer .footer__sermons__times .footer__sermons__time p strong {
            font-weight: bold; }
  .footer .footer-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    background-color: #c0504d;
    text-align: center;
    padding: 1.5em 0 1em 0;
    font-size: .8rem; }
    .footer .footer-post .legal {
      font-family: 'Slabo 13px', sans-serif;
      font-style: normal;
      font-weight: 300;
      color: #fefefe;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
      .footer .footer-post .legal .rocketfuel_footer {
        position: relative;
        color: #fefefe;
        display: inline-block; }
        .footer .footer-post .legal .rocketfuel_footer:hover {
          text-decoration: none;
          color: #4471e4; }
        .footer .footer-post .legal .rocketfuel_footer svg {
          position: absolute;
          left: 0;
          right: 0;
          top: -.5em; }
          .footer .footer-post .legal .rocketfuel_footer svg path {
            fill: currentColor; }

button, .button {
  display: inline-block;
  min-height: 40px;
  color: #fefefe;
  text-align: center;
  font-weight: 700;
  line-height: auto;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 1.25em;
  transition: .5s ease;
  position: relative;
  background-color: #c0504d; }
  button span, .button span {
    position: relative;
    z-index: 2; }
  button::before, .button::before {
    content: '';
    display: block;
    background-image: url("../images/asanoha.svg");
    background-position: center center;
    background-size: 2.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .125;
    z-index: 1; }
  button:hover, .button:hover {
    text-decoration: none;
    background-color: #4471e4; }

.button--block {
  display: block; }

.button--disable {
  color: #fefefe;
  background-color: #a6a6a6; }
  .button--disable:hover, .button--disable:active {
    color: #fefefe;
    background-color: #a6a6a6; }

.button--large {
  font-size: 1.25em;
  padding: 30px; }

.button--small {
  font-size: .75em;
  padding: 10px 15px; }

.button--utility {
  background-color: #4471e4;
  font-size: 1em;
  padding: .5em 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .button--utility:before {
    display: none; }
  .button--utility:hover {
    color: #fefefe;
    background-color: #c0504d; }

.button--primary-color {
  background-color: #4471e4;
  border-color: #4471e4; }
  .button--primary-color:hover {
    background-color: #2e60e1;
    color: #fefefe; }
  .button--primary-color:active {
    background-color: #1f52d6; }

.button--primary-color--hollow {
  background-color: transparent;
  border: 3px solid #4471e4;
  color: #4471e4; }
  .button--primary-color--hollow:hover {
    color: #fefefe;
    background: rgba(68, 113, 228, 0.5); }
  .button--primary-color--hollow:active {
    background: rgba(68, 113, 228, 0.6); }

.button--primary-color--text {
  color: #4471e4;
  padding-left: 0;
  padding-right: 0; }
  .button--primary-color--text:hover {
    color: #1f52d6; }
  .button--primary-color--text:active {
    color: #1841aa; }

.button--secondary-color {
  background-color: #c0504d;
  border-color: #c0504d; }
  .button--secondary-color:hover {
    background-color: #b44340;
    color: #fefefe; }
  .button--secondary-color:active {
    background-color: #a13c39; }

.button--secondary-color--hollow {
  background-color: transparent;
  border: 3px solid #c0504d;
  color: #c0504d; }
  .button--secondary-color--hollow:hover {
    color: #fefefe;
    background: rgba(192, 80, 77, 0.5); }
  .button--secondary-color--hollow:active {
    background: rgba(192, 80, 77, 0.6); }

.button--secondary-color--text {
  color: #c0504d;
  padding-left: 0;
  padding-right: 0; }
  .button--secondary-color--text:hover {
    color: #a13c39; }
  .button--secondary-color--text:active {
    color: #7b2e2c; }

.button--tertiary-color {
  background-color: #4471e4;
  border-color: #4471e4; }
  .button--tertiary-color:hover {
    background-color: #2e60e1;
    color: #fefefe; }
  .button--tertiary-color:active {
    background-color: #1f52d6; }

.button--tertiary-color--hollow {
  background-color: transparent;
  border: 3px solid #4471e4;
  color: #4471e4; }
  .button--tertiary-color--hollow:hover {
    color: #fefefe;
    background: rgba(68, 113, 228, 0.5); }
  .button--tertiary-color--hollow:active {
    background: rgba(68, 113, 228, 0.6); }

.button--tertiary-color--text {
  color: #4471e4;
  padding-left: 0;
  padding-right: 0; }
  .button--tertiary-color--text:hover {
    color: #1f52d6; }
  .button--tertiary-color--text:active {
    color: #1841aa; }

.button--quatinary-color {
  background-color: #c0504d;
  border-color: #c0504d; }
  .button--quatinary-color:hover {
    background-color: #b44340;
    color: #fefefe; }
  .button--quatinary-color:active {
    background-color: #a13c39; }

.button--quatinary-color--hollow {
  background-color: transparent;
  border: 3px solid #c0504d;
  color: #c0504d; }
  .button--quatinary-color--hollow:hover {
    color: #fefefe;
    background: rgba(192, 80, 77, 0.5); }
  .button--quatinary-color--hollow:active {
    background: rgba(192, 80, 77, 0.6); }

.button--quatinary-color--text {
  color: #c0504d;
  padding-left: 0;
  padding-right: 0; }
  .button--quatinary-color--text:hover {
    color: #a13c39; }
  .button--quatinary-color--text:active {
    color: #7b2e2c; }

.button--white {
  background-color: #fefefe;
  border-color: #fefefe; }
  .button--white:hover {
    background-color: #f1f1f1;
    color: #fefefe; }
  .button--white:active {
    background-color: #e5e5e5; }

.button--white--hollow {
  background-color: transparent;
  border: 3px solid #fefefe;
  color: #fefefe; }
  .button--white--hollow:hover {
    color: #fefefe;
    background: rgba(254, 254, 254, 0.5); }
  .button--white--hollow:active {
    background: rgba(254, 254, 254, 0.6); }

.button--white--text {
  color: #fefefe;
  padding-left: 0;
  padding-right: 0; }
  .button--white--text:hover {
    color: #e5e5e5; }
  .button--white--text:active {
    color: #cbcbcb; }

.button--black {
  background-color: #231f20;
  border-color: #231f20; }
  .button--black:hover {
    background-color: #151314;
    color: #fefefe; }
  .button--black:active {
    background-color: #080707; }

.button--black--hollow {
  background-color: transparent;
  border: 3px solid #231f20;
  color: #231f20; }
  .button--black--hollow:hover {
    color: #fefefe;
    background: rgba(35, 31, 32, 0.5); }
  .button--black--hollow:active {
    background: rgba(35, 31, 32, 0.6); }

.button--black--text {
  color: #231f20;
  padding-left: 0;
  padding-right: 0; }
  .button--black--text:hover {
    color: #080707; }
  .button--black--text:active {
    color: black; }

.button--brand-gray {
  background-color: #808080;
  border-color: #808080; }
  .button--brand-gray:hover {
    background-color: #737373;
    color: #fefefe; }
  .button--brand-gray:active {
    background-color: #676767; }

.button--brand-gray--hollow {
  background-color: transparent;
  border: 3px solid #808080;
  color: #808080; }
  .button--brand-gray--hollow:hover {
    color: #fefefe;
    background: rgba(128, 128, 128, 0.5); }
  .button--brand-gray--hollow:active {
    background: rgba(128, 128, 128, 0.6); }

.button--brand-gray--text {
  color: #808080;
  padding-left: 0;
  padding-right: 0; }
  .button--brand-gray--text:hover {
    color: #676767; }
  .button--brand-gray--text:active {
    color: #4d4d4d; }

.button--light-gray {
  background-color: #a6a6a6;
  border-color: #a6a6a6; }
  .button--light-gray:hover {
    background-color: #9a9a9a;
    color: #fefefe; }
  .button--light-gray:active {
    background-color: #8d8d8d; }

.button--light-gray--hollow {
  background-color: transparent;
  border: 3px solid #a6a6a6;
  color: #a6a6a6; }
  .button--light-gray--hollow:hover {
    color: #fefefe;
    background: rgba(166, 166, 166, 0.5); }
  .button--light-gray--hollow:active {
    background: rgba(166, 166, 166, 0.6); }

.button--light-gray--text {
  color: #a6a6a6;
  padding-left: 0;
  padding-right: 0; }
  .button--light-gray--text:hover {
    color: #8d8d8d; }
  .button--light-gray--text:active {
    color: #737373; }

.button--dark-gray {
  background-color: #5a5a5a;
  border-color: #5a5a5a; }
  .button--dark-gray:hover {
    background-color: #4d4d4d;
    color: #fefefe; }
  .button--dark-gray:active {
    background-color: #404040; }

.button--dark-gray--hollow {
  background-color: transparent;
  border: 3px solid #5a5a5a;
  color: #5a5a5a; }
  .button--dark-gray--hollow:hover {
    color: #fefefe;
    background: rgba(90, 90, 90, 0.5); }
  .button--dark-gray--hollow:active {
    background: rgba(90, 90, 90, 0.6); }

.button--dark-gray--text {
  color: #5a5a5a;
  padding-left: 0;
  padding-right: 0; }
  .button--dark-gray--text:hover {
    color: #404040; }
  .button--dark-gray--text:active {
    color: #272727; }

.button--white--hollow {
  box-shadow: 0 0 10px rgba(35, 31, 32, 0.5);
  text-shadow: 0 0 10px rgba(35, 31, 32, 0.5); }

.form__field__btn {
  width: 100%;
  border: 0;
  background-color: #c0504d; }
  .form__field__btn::before {
    display: none; }
  .form__field__btn:hover {
    background-color: #4471e4;
    cursor: pointer; }

.stripe-button {
  margin: 0 2.5%; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
/* swipder provided styling */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #000;
  opacity: 0.5; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.page-content {
  padding: 5em 2em 7.5em 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 70em;
  margin: 0 auto; }
  .page-content--sidebar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .page-content .content__paragraphs {
    width: 100%;
    max-width: 750px;
    margin: 0 auto; }
    .page-content .content__paragraphs .rf-paragraph {
      padding-bottom: 2em; }

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #4471e4; }
  .page-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #5a5a5a;
    opacity: .25;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .page-banner--no-image::before {
    content: '';
    display: block;
    background-image: url("../images/asanoha.svg");
    background-position: center center;
    background-size: 2.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .075;
    z-index: 1; }
  .page-banner .page-banner__header {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    bottom: -.175em;
    text-align: center;
    text-transform: uppercase;
    font-size: 6em;
    padding: 2em 0 0 0;
    font-weight: 100;
    font-family: 'EB Garamond', serif;
    font-style: bold;
    font-variant: small-caps; }
    @media only screen and (min-width: 768px) and (max-width: 964px) {
      .page-banner .page-banner__header {
        font-size: 4em; } }
    @media only screen and (max-width: 767px) {
      .page-banner .page-banner__header {
        font-size: 3em; } }

.sidebar__container {
  width: 375px;
  margin-right: 4em;
  box-sizing: content-box;
  font-family: 'Slabo 13px', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5em; }
  @media only screen and (min-width: 768px) and (max-width: 964px) {
    .sidebar__container {
      width: 350px;
      margin-right: 45px; } }
  @media only screen and (max-width: 767px) {
    .sidebar__container {
      display: none; } }
  .sidebar__container .sidebar__section-title {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #4471e4;
    font-size: 1.5em;
    width: 100%;
    box-sizing: border-box;
    font-family: 'EB Garamond', serif;
    font-style: bold;
    font-variant: small-caps; }
    .sidebar__container .sidebar__section-title a {
      color: #4471e4; }
      .sidebar__container .sidebar__section-title a:hover {
        text-decoration: none; }
  .sidebar__container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sidebar__container ul ul {
      display: none; }
    .sidebar__container ul .sidebar__item .sidebar__row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: space-between;
          align-items: space-between;
      padding-left: 30px; }
      .sidebar__container ul .sidebar__item .sidebar__row a {
        display: block;
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        color: #4471e4;
        -ms-flex: 1;
            flex: 1 1 0%;
        position: relative;
        padding: 15px;
        box-sizing: border-box; }
        .sidebar__container ul .sidebar__item .sidebar__row a::before {
          display: none;
          content: '';
          position: absolute;
          height: 1.5em;
          width: 1.5em;
          top: 50%;
          left: -1em;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          background-image: url("../images/fleurdelis-blue.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        .sidebar__container ul .sidebar__item .sidebar__row a:hover {
          text-decoration: none;
          color: #c0504d; }
          .sidebar__container ul .sidebar__item .sidebar__row a:hover::before {
            display: block;
            background-image: url("../images/fleurdelis-red.svg"); }
        .sidebar__container ul .sidebar__item .sidebar__row a.active {
          color: #c0504d; }
          .sidebar__container ul .sidebar__item .sidebar__row a.active::before {
            display: block; }
      .sidebar__container ul .sidebar__item .sidebar__row .sidebar__selector-wrap {
        width: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .sidebar__container ul .sidebar__item .sidebar__row .sidebar__selector-wrap .sidebar__selector {
          font-family: 'Slabo 13px', sans-serif;
          font-style: normal;
          font-weight: 300;
          color: #4471e4;
          font-size: 20px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          transition: .5s;
          height: 20px;
          width: 20px;
          margin: 0 10px;
          line-height: 18px;
          border-radius: 50%;
          cursor: pointer; }
        .sidebar__container ul .sidebar__item .sidebar__row .sidebar__selector-wrap.active .sidebar__selector {
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .sidebar__container ul .sidebar__item.active > ul {
      display: block; }
    .sidebar__container ul .sidebar__item.active .sidebar__selector-wrap {
      background: #e6e6e6; }
      .sidebar__container ul .sidebar__item.active .sidebar__selector-wrap .sidebar__selector {
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .sidebar__container ul .sidebar__item.active .sidebar__selector-wrap.active {
        background: white; }
        .sidebar__container ul .sidebar__item.active .sidebar__selector-wrap.active .sidebar__selector {
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }

.sidebar--level-1 {
  background: #e6e6e6; }

.sidebar--level-2 {
  background: #cdcdcd; }

.sidebar--level-3 {
  background: #b3b3b3; }

.sidebar--level-4 {
  background: #9a9a9a; }

.sidebar--level-5 {
  background: gray; }

.sidebar--level-6 {
  background: #676767; }

.sidebar--level-7 {
  background: #4d4d4d; }

.sidebar--level-8 {
  background: #343434; }

.sidebar--level-9 {
  background: #1a1a1a; }

.sidebar--level-10 {
  background: #010101; }

.sidebar--level-0 .sidebar__selector-wrap.active {
  background: #e6e6e6; }

.sidebar--level-1 .sidebar__selector-wrap.active {
  background: #cdcdcd; }

.sidebar--level-2 .sidebar__selector-wrap.active {
  background: #b3b3b3; }

.sidebar--level-3 .sidebar__selector-wrap.active {
  background: #9a9a9a; }

.sidebar--level-4 .sidebar__selector-wrap.active {
  background: gray; }

.sidebar--level-5 .sidebar__selector-wrap.active {
  background: #676767; }

.sidebar--level-6 .sidebar__selector-wrap.active {
  background: #4d4d4d; }

.sidebar--level-7 .sidebar__selector-wrap.active {
  background: #343434; }

.sidebar--level-8 .sidebar__selector-wrap.active {
  background: #1a1a1a; }

.sidebar--level-9 .sidebar__selector-wrap.active {
  background: #010101; }

.sidebar--level-1 .sidebar__selector-wrap.active .sidebar__selector {
  background: #e6e6e6; }

.sidebar--level-2 .sidebar__selector-wrap.active .sidebar__selector {
  background: #cdcdcd; }

.sidebar--level-3 .sidebar__selector-wrap.active .sidebar__selector {
  background: #b3b3b3; }

.sidebar--level-4 .sidebar__selector-wrap.active .sidebar__selector {
  background: #9a9a9a; }

.sidebar--level-5 .sidebar__selector-wrap.active .sidebar__selector {
  background: gray; }

.sidebar--level-6 .sidebar__selector-wrap.active .sidebar__selector {
  background: #676767; }

.sidebar--level-7 .sidebar__selector-wrap.active .sidebar__selector {
  background: #4d4d4d; }

.sidebar--level-8 .sidebar__selector-wrap.active .sidebar__selector {
  background: #343434; }

.sidebar--level-9 .sidebar__selector-wrap.active .sidebar__selector {
  background: #1a1a1a; }

/* custom user styling*/
.homepage-banner {
  position: relative;
  margin-bottom: 5rem;
  overflow: hidden; }
  .homepage-banner .swiper-wrapper {
    z-index: 1; }
    .homepage-banner .swiper-wrapper .swiper-slide {
      min-height: 90vh;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%; }
  .homepage-banner .swiper-button-container {
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 30%; }
    .homepage-banner .swiper-button-container .swiper-button-prev, .homepage-banner .swiper-button-container .swiper-button-next {
      font-family: 'Raleway', sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #c0504d;
      font-size: 3em;
      padding: 1em;
      margin: 0;
      z-index: 100;
      text-shadow: 0 0 3px 5px #231f20; }
      .homepage-banner .swiper-button-container .swiper-button-prev:hover, .homepage-banner .swiper-button-container .swiper-button-next:hover {
        cursor: pointer; }
    .homepage-banner .swiper-button-container .swiper-button-next {
      text-align: left; }
  .homepage-banner .swiper-pagination-bullets {
    position: absolute;
    bottom: -2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .homepage-banner .swiper-pagination-bullets .swiper-pagination-bullet {
      border-radius: 50%;
      height: 1rem;
      width: 1rem;
      background: #4471e4; }
    .homepage-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #725AC1; }

.homepage-banner__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  max-width: 650px;
  background: rgba(68, 113, 228, 0.85);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding: 2em;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) and (max-width: 964px) {
    .homepage-banner__content {
      width: 75%;
      max-width: none; } }
  @media only screen and (max-width: 767px) {
    .homepage-banner__content {
      width: calc(100% - 4rem);
      max-width: none; } }
  .homepage-banner__content .homepage-banner__text--header {
    font-family: 'EB Garamond', serif;
    font-style: bold;
    font-variant: small-caps;
    color: #fefefe;
    text-align: center;
    text-shadow: none;
    margin-bottom: .8em;
    position: relative; }
    .homepage-banner__content .homepage-banner__text--header::before {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      margin: 0 auto;
      background-color: #fefefe;
      bottom: -.4em;
      left: 0; }
    .homepage-banner__content .homepage-banner__text--header::after {
      content: '';
      display: block;
      position: absolute;
      height: .75em;
      width: .75em;
      position: absolute;
      bottom: calc(-.4em + 1px);
      left: 50%;
      -ms-transform: translateX(-50%) translateY(45%);
          transform: translateX(-50%) translateY(45%);
      background-image: url("../images/fleurdelis-white.svg");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  .homepage-banner__content .homepage-banner__text--body {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fefefe;
    text-align: center;
    font-size: 1.75em;
    margin-bottom: 0;
    padding-bottom: 1em; }
  .homepage-banner__content a {
    margin-top: .8rem;
    font-family: 'Raleway', sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 1.50em;
    line-height: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 0;
    padding-right: 0;
    color: #fefefe;
    box-sizing: border-box; }
    .homepage-banner__content a::before, .homepage-banner__content a::after {
      color: #fefefe; }
      @media only screen and (max-width: 767px) {
        .homepage-banner__content a::before, .homepage-banner__content a::after {
          display: none; } }
    .homepage-banner__content a:hover {
      color: #c0504d; }
    .homepage-banner__content a::after {
      content: ''; }
    @media only screen and (max-width: 767px) {
      .homepage-banner__content a {
        text-align: center;
        height: auto;
        width: 100%;
        background-color: #c0504d;
        padding: 20px;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        font-size: 1.25em; }
        .homepage-banner__content a:hover {
          color: #fefefe;
          text-decoration: none; } }

.news, .events, .sermons {
  -ms-flex: 1;
      flex: 1 1 0%; }
  @media only screen and (max-width: 964px) {
    .news, .events, .sermons {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

#root {
  width: 100%; }

.sermons-list {
  width: 100%; }

.list {
  position: relative; }
  .list::before {
    content: '';
    display: block;
    width: 2px;
    background-color: #4471e4;
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: -1px; }
    @media only screen and (max-width: 964px) {
      .list::before {
        display: none; } }
  .list::after {
    content: '';
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
    background-image: url("../images/fleurdelis-blue.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 964px) {
      .list::after {
        display: none; } }
  .list:last-child::before, .list:last-child::after {
    display: none; }

.archive-list {
  -ms-flex: 1;
      flex: 1 1 0%;
  padding: 50px; }
  @media only screen and (max-width: 767px) {
    .archive-list {
      padding: 30px 10px; } }
  .archive-list a:hover {
    text-decoration: none; }
  @media only screen and (min-width: 768px) and (max-width: 964px) {
    .archive-list {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .archive-list .header {
    margin-bottom: 30px;
    color: #4471e4;
    font-family: 'EB Garamond', serif;
    font-style: bold;
    font-variant: small-caps;
    font-size: 3em; }
  .archive-list .button {
    color: #fefefe;
    background-color: #c0504d; }
    .archive-list .button:hover {
      color: #fefefe;
      background-color: #4471e4; }

.archive-item {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .archive-item {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .archive-item .archive__image {
    width: 25%;
    float: right;
    margin-left: 15px; }
    @media only screen and (max-width: 767px) {
      .archive-item .archive__image {
        display: block;
        width: 50%;
        margin: 0 auto 1em auto;
        float: none; } }
  .archive-item .datetime {
    text-transform: uppercase;
    font-size: 16px; }
  .archive-item .archive-item__right {
    -ms-flex: 1;
        flex: 1 1 0%; }
  .archive-item .archive__header {
    margin-bottom: 10px; }
    .archive-item .archive__header h1, .archive-item .archive__header h2, .archive-item .archive__header h3, .archive-item .archive__header h4, .archive-item .archive__header h5, .archive-item .archive__header h6 {
      margin: 0 0 5px;
      font-size: 1.5em; }
      .archive-item .archive__header h1 a:hover, .archive-item .archive__header h2 a:hover, .archive-item .archive__header h3 a:hover, .archive-item .archive__header h4 a:hover, .archive-item .archive__header h5 a:hover, .archive-item .archive__header h6 a:hover {
        text-decoration: none; }
  .archive-item .archive-item__categories {
    padding: 0; }
    .archive-item .archive-item__categories li {
      text-decoration: none;
      display: inline-block; }
      .archive-item .archive-item__categories li::after {
        content: ', '; }
      .archive-item .archive-item__categories li:last-child::after {
        display: none; }
  .archive-item .archive-item__details {
    font-size: 16px;
    font-weight: 300; }
    .archive-item .archive-item__details p {
      line-height: 1.45em;
      margin-bottom: 10px; }
    .archive-item .archive-item__details a {
      font-weight: 700;
      text-transform: uppercase; }
    .archive-item .archive-item__details audio {
      width: 100%; }

.archive-item__date-callout {
  display: -ms-flexbox;
  display: flex; }
  .archive-item__date-callout .date-callout {
    box-sizing: border-box;
    padding: 0;
    border: 3px solid #4471e4;
    width: 80px;
    margin-right: 40px; }
    @media only screen and (max-width: 767px) {
      .archive-item__date-callout .date-callout {
        margin: 0 auto 20px auto; } }
    .archive-item__date-callout .date-callout .date-callout__day {
      font-size: 2.25em;
      line-height: 1em;
      text-align: center;
      font-weight: bold;
      padding: 10px;
      color: #fefefe;
      background-color: #4471e4; }
    .archive-item__date-callout .date-callout .date-callout__month {
      font-size: 1.125em;
      line-height: 1em;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      padding: 10px;
      color: #4471e4;
      background-color: #fefefe; }

.contact_form {
  width: 100%; }

.form__field span {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #5a5a5a;
  display: block;
  margin-bottom: .125em;
  font-size: 1em; }
  .form__field span.required::after {
    content: '*';
    font-size: 3em; }

.form__field input, .form__field textarea {
  margin-bottom: 0;
  height: 2em;
  box-sizing: border-box;
  border: 1px solid #808080;
  width: 100%;
  padding: .25em;
  font-size: 1em; }

.form__field textarea {
  height: 30vh; }

.form-wrap {
  width: 100%; }
  .form-wrap .form-container {
    width: 100%; }
    .form-wrap .form-container .form__field__row {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      margin-bottom: 2em; }
      .form-wrap .form-container .form__field__row .form__field--half {
        -ms-flex: 1;
            flex: 1 1 0%;
        margin-right: 1em; }
        .form-wrap .form-container .form__field__row .form__field--half:last-child {
          margin-right: 0; }
      @media only screen and (min-width: 768px) and (max-width: 964px) {
        .form-wrap .form-container .form__field__row {
          -ms-flex-direction: column;
              flex-direction: column; }
          .form-wrap .form-container .form__field__row .form__field--half {
            width: 100%;
            margin-bottom: 2em; }
            .form-wrap .form-container .form__field__row .form__field--half:last-child {
              margin-bottom: 0; } }
      .form-wrap .form-container .form__field__row .form__field--full {
        width: 100%; }

.footer .form__field {
  box-sizing: border-box; }
  .footer .form__field span {
    color: #fefefe;
    font-weight: bold; }
  .footer .form__field input {
    margin-bottom: 20px; }
  .footer .form__field .form__field__btn {
    width: 100%;
    border: 0;
    background: #c0504d; }

.dashboard {
  width: 75%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .dashboard {
      display: block; } }
  .dashboard .dropdown-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin-bottom: 2em;
    margin-right: 50px; }
    .dashboard .dropdown-group:last-child {
      margin-right: 0; }
    .dashboard .dropdown-group .dropdown-wrap {
      width: 100%;
      display: block;
      cursor: pointer; }
      .dashboard .dropdown-group .dropdown-wrap .dropdown {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        background: #4471e4;
        position: relative; }
        .dashboard .dropdown-group .dropdown-wrap .dropdown div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          color: #fefefe;
          font-family: 'Slabo 13px', sans-serif;
          font-style: normal;
          font-weight: 300;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 1.125em;
          padding: .75em; }
          .dashboard .dropdown-group .dropdown-wrap .dropdown div .triangle {
            display: block;
            font-size: 2em; }
        .dashboard .dropdown-group .dropdown-wrap .dropdown .dropdown-items {
          background: #4471e4;
          display: none;
          list-style: none;
          padding: 0;
          margin: 0;
          width: 100%;
          position: absolute;
          top: 100%; }
          @media only screen and (max-width: 767px) {
            .dashboard .dropdown-group .dropdown-wrap .dropdown .dropdown-items {
              position: relative;
              top: 0; } }
          .dashboard .dropdown-group .dropdown-wrap .dropdown .dropdown-items li {
            padding: .75em;
            color: #fefefe;
            font-family: 'Raleway', sans-serif;
            font-style: normal;
            font-weight: 400; }
            .dashboard .dropdown-group .dropdown-wrap .dropdown .dropdown-items li:hover {
              background-color: #2e60e1; }
          .dashboard .dropdown-group .dropdown-wrap .dropdown .dropdown-items.open {
            display: block; }
        .dashboard .dropdown-group .dropdown-wrap .dropdown .dropdown__header.open .triangle {
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .dashboard .dashboard__header--center {
    font-size: 1.25em;
    text-align: center; }

.selected {
  margin-top: 2em;
  margin-bottom: 4em; }
  .selected .clear-filters-btn {
    text-align: center;
    margin-top: 20px;
    transition: 0.3s; }
    .selected .clear-filters-btn:hover {
      cursor: pointer;
      color: #4471e4; }
  .selected .header {
    color: #5a5a5a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1em;
    padding: 0 15px;
    margin-bottom: .75em; }
    .selected .header::before, .selected .header::after {
      content: '';
      display: block;
      height: 3px;
      -ms-flex: 1;
          flex: 1 1 0%;
      background-color: currentColor;
      position: relative; }
    .selected .header::before {
      left: -15px; }
    .selected .header::after {
      right: -15px; }
  .selected .selected__item {
    font-size: 1.125em;
    margin-right: 1.5em;
    cursor: pointer; }
    .selected .selected__item .selected__item__link {
      font-size: 1em;
      margin-left: .25em; }
    .selected .selected__item:hover .selected__item__link {
      color: #c0504d; }

.filter .button {
  width: 100%; }

.mobile-nav__item1 {
  background-color: #1f52d6; }

.mobile-nav__item2 {
  background-color: #1841aa; }

.mobile-nav__item3 {
  background-color: #12307d; }

.mobile-nav__item4 {
  background-color: #0c1f50; }

.mobile-nav__item5 {
  background-color: #050e24; }

.mobile-nav__item6 {
  background-color: black; }

.mobile-nav__item7 {
  background-color: black; }

.mobile-nav__item8 {
  background-color: black; }

.mobile-nav__item9 {
  background-color: black; }

.mobile-nav__item10 {
  background-color: black; }

body {
  overflow-x: hidden; }

.site-wrap {
  position: relative;
  transition: .2s;
  overflow-x: hidden; }
  .site-wrap.open {
    overflow-x: visible;
    -ms-transform: translateX(-100%) translateX(2rem) translateX(50px);
        transform: translateX(-100%) translateX(2rem) translateX(50px); }

.mobile-nav-wrap {
  display: none;
  background: #4471e4;
  position: absolute;
  top: 0;
  display: block;
  width: calc(100% - 50px - 2rem);
  right: calc(-100% + 50px + 2rem);
  z-index: 1000;
  height: 100%;
  box-sizing: border-box;
  transition: 0.3s; }
  @media only screen and (max-width: 767px) {
    .mobile-nav-wrap {
      display: block; } }
  .mobile-nav-wrap .mobile-nav {
    overflow-x: hidden;
    width: 100%; }
    .mobile-nav-wrap .mobile-nav__selector {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 100%; }
      .mobile-nav-wrap .mobile-nav__selector .selector {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2px;
        margin-left: -10px;
        width: 20px;
        height: 4px;
        background: #fefefe; }
        .mobile-nav-wrap .mobile-nav__selector .selector:after {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
          background: #fefefe;
          transition: 300ms; }
      .mobile-nav-wrap .mobile-nav__selector.active .selector:after {
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
    .mobile-nav-wrap .mobile-nav .link_wrap {
      display: block;
      position: relative; }
      .mobile-nav-wrap .mobile-nav .link_wrap a {
        padding: .75em; }
    .mobile-nav-wrap .mobile-nav ul {
      font-family: 'Slabo 13px', sans-serif;
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase;
      list-style-type: none;
      padding: 0;
      margin: 0;
      font-size: 21px; }
      .mobile-nav-wrap .mobile-nav ul li.active {
        background: #c0504d; }
        .mobile-nav-wrap .mobile-nav ul li.active a {
          color: #fefefe; }
          .mobile-nav-wrap .mobile-nav ul li.active a .icon svg {
            fill: #fefefe; }
        .mobile-nav-wrap .mobile-nav ul li.active .active {
          background: rgba(35, 31, 32, 0.1); }
        .mobile-nav-wrap .mobile-nav ul li.active li {
          border-bottom: none; }
      .mobile-nav-wrap .mobile-nav ul li a {
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        color: #fefefe;
        -ms-flex-align: center;
            align-items: center; }
        .mobile-nav-wrap .mobile-nav ul li a .icon {
          display: block;
          width: 15px;
          height: 15px;
          margin-right: 10px; }
          .mobile-nav-wrap .mobile-nav ul li a .icon svg {
            margin-top: -1px;
            display: block;
            width: 100%;
            height: 100%;
            fill: #231f20; }
      .mobile-nav-wrap .mobile-nav ul ul {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 400;
        display: none;
        font-size: 18px;
        text-transform: none; }
        .mobile-nav-wrap .mobile-nav ul ul li {
          padding: 0; }

.mobile-nav-wrap .logo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px; }

.mobile-nav-wrap .socials {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .mobile-nav-wrap .socials a {
    color: #c0504d;
    font-size: 40px;
    margin: 0 10px; }

.navicon-wrap {
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  display: none;
  transition: 0.3s;
  z-index: 250; }
  @media only screen and (max-width: 767px) {
    .navicon-wrap {
      display: block; } }
  .navicon-wrap.open .navicon {
    background: none; }
    .navicon-wrap.open .navicon:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      top: 0; }
    .navicon-wrap.open .navicon:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      top: 0; }
  .navicon-wrap .navicon {
    display: block;
    width: 33px;
    height: 4px;
    background: #4471e4;
    margin: 0 auto;
    top: 43.5%;
    position: relative; }
    .navicon-wrap .navicon:before, .navicon-wrap .navicon:after {
      display: block;
      content: "";
      width: 33px;
      height: 4px;
      background: #4471e4;
      position: absolute;
      z-index: 30;
      transition: transform 200ms; }
    .navicon-wrap .navicon:after {
      top: 12px; }
    .navicon-wrap .navicon:before {
      top: -12px; }

.mobile-nav-overlay {
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(35, 31, 32, 0.5);
  background: rgba(35, 31, 32, 0.75);
  z-index: 40;
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-nav-overlay {
      display: block; } }

.mobile_button {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile_button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .mobile_button a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-pack: center;
        justify-content: center;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    color: #fefefe;
    font-size: 25px;
    font-family: 'Slabo 13px', sans-serif;
    font-style: normal;
    font-weight: 300; }
    .mobile_button a:first-of-type {
      background-color: #c0504d; }
    .mobile_button a:last-of-type {
      background-color: #4471e4; }

.mobile-nav__item0 {
  border-bottom: 2px solid #fefefe; }

.mobile-footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px; }
  .mobile-footer .mobile-socials {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .mobile-footer .mobile-footer__contact-info {
    margin-top: 20px;
    text-align: center; }
    .mobile-footer .mobile-footer__contact-info p {
      color: #fefefe;
      font-family: 'Raleway', sans-serif;
      font-style: normal;
      font-weight: 700; }
  .mobile-footer .footer__logo-mobile img {
    height: 125px;
    width: 200px; }
  .mobile-footer .footer__logo-mobile svg path, .mobile-footer .footer__logo-mobile svg rect, .mobile-footer .footer__logo-mobile svg circle {
    fill: #fefefe; }
  .mobile-footer .legal-mobile {
    text-align: center;
    width: 90%;
    margin-top: 20px; }
    .mobile-footer .legal-mobile p {
      color: #fefefe;
      font-family: 'Raleway', sans-serif;
      font-style: normal;
      font-weight: 700; }
  .mobile-footer .copyright {
    margin-bottom: 20px; }
  .mobile-footer .rocketfuel_footer {
    margin-top: 20px;
    position: relative;
    color: #fefefe; }
    .mobile-footer .rocketfuel_footer svg {
      position: absolute;
      top: -15px;
      right: 0;
      height: 20px;
      width: 90px;
      fill: currentColor; }

.callout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin: 5% 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .callout {
      margin: 25% 0; } }
  .callout .callout-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .callout .callout-container {
        padding: 0 10px; } }
  .callout .button {
    border-radius: 5px;
    width: 50%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .callout .callout-text {
    margin: 30px 0; }

.homepage-sermons .stripe-header {
  color: #c0504d; }

.homepage-sermons .homepage-sermons-wrapper {
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2em;
  padding-right: 2em; }
  @media only screen and (max-width: 767px) {
    .homepage-sermons .homepage-sermons-wrapper {
      display: block; } }
  .homepage-sermons .homepage-sermons-wrapper .homepage-sermon {
    -ms-flex: 1;
        flex: 1 1 0%;
    margin-right: 2rem;
    font-size: 1.125em; }
    .homepage-sermons .homepage-sermons-wrapper .homepage-sermon:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .homepage-sermons .homepage-sermons-wrapper .homepage-sermon {
        margin-right: 0;
        margin-bottom: 2rem; } }
    .homepage-sermons .homepage-sermons-wrapper .homepage-sermon__header {
      font-family: 'Slabo 13px', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #4471e4;
      text-transform: uppercase;
      font-size: 1em;
      line-height: 1em;
      text-align: center;
      position: relative;
      margin-bottom: 1em;
      padding-bottom: .5em; }
      .homepage-sermons .homepage-sermons-wrapper .homepage-sermon__header::before {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        margin: 0 auto;
        background-color: #fefefe;
        bottom: -.4em;
        left: 0; }
      .homepage-sermons .homepage-sermons-wrapper .homepage-sermon__header::after {
        content: '';
        display: block;
        position: absolute;
        height: .75em;
        width: .75em;
        position: absolute;
        bottom: calc(-.4em + 1px);
        left: 50%;
        -ms-transform: translateX(-50%) translateY(45%);
            transform: translateX(-50%) translateY(45%);
        background-image: url("../images/fleurdelis-white.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      .homepage-sermons .homepage-sermons-wrapper .homepage-sermon__header::before {
        background-color: #4471e4;
        max-width: 50%;
        left: 25%; }
      .homepage-sermons .homepage-sermons-wrapper .homepage-sermon__header::after {
        display: none; }
    .homepage-sermons .homepage-sermons-wrapper .homepage-sermon p {
      margin-bottom: 0;
      text-align: center;
      font-size: 1.25em strong;
        font-size-font-weight: bold; }
  .homepage-sermons .homepage-sermons-wrapper .button {
    width: 100%;
    margin-top: 50px;
    background-color: #c0504d;
    color: #fefefe; }
    .homepage-sermons .homepage-sermons-wrapper .button:hover {
      color: #fefefe;
      background-color: #4471e4; }

/* Hide date sermon was posted */
.archive-item__left {
  display: none; }

.grid--card {
  padding-left: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2.5% 0; }
  .grid--card .grid__item {
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 25px; }
  .grid--card .card {
    box-sizing: border-box;
    background: #a6a6a6;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .grid--card .card .card__content {
      -ms-flex: 1;
          flex: 1 1 0%;
      width: 100%;
      min-height: 300px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative; }
      .grid--card .card .card__content::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #5a5a5a;
        opacity: .25;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .grid--card .card .card__content .card__title {
        font-family: 'Slabo 13px', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-weight: bold;
        font-size: 2.5em;
        text-align: center;
        color: #fefefe;
        z-index: 3; }
    .grid--card .card .button {
      width: 100%;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .grid--card .card .button:hover {
        color: #fefefe; }

.stripe-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }

.stripe-content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: center;
      align-self: center; }

.container-spacing {
  margin: 25px 0;
  box-sizing: border-box; }

.full_width {
  width: 100%; }

.info-card-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem; }
  .info-card-wrapper:last-child {
    margin-right: 0; }
  .info-card-wrapper .info-card {
    width: 100%; }
    .info-card-wrapper .info-card--icons {
      margin: 20px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .info-card-wrapper .info-card--icons {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .info-card-wrapper .info-card--icons__icon {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
        .info-card-wrapper .info-card--icons__icon img {
          height: 100%;
          width: 100%; }

.resources-wrapper {
  width: 100%;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .resources-wrapper .resources {
    background: #4471e4;
    padding: 50px 0;
    height: 100%;
    box-sizing: border-box; }
    .resources-wrapper .resources-content {
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 964px) {
        .resources-wrapper .resources-content {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: center;
              justify-content: center; } }
      .resources-wrapper .resources-content--item {
        display: block; }
    @media only screen and (max-width: 767px) {
      .resources-wrapper .resources h3 {
        padding: 0 20px; } }
    .resources-wrapper .resources h3 {
      color: #fefefe;
      font-size: 2em;
      margin-bottom: 50px; }
    .resources-wrapper .resources h4 {
      color: #c0504d;
      font-size: 1.5em; }
    .resources-wrapper .resources img {
      height: 1.5em;
      width: 1.5em;
      margin-right: 10px;
      display: inline-block; }
    .resources-wrapper .resources ul {
      padding-left: 1em;
      color: #fefefe;
      list-style-image: url("../images/triangle.svg"); }
      .resources-wrapper .resources ul li {
        margin-bottom: .5em; }
        .resources-wrapper .resources ul li a {
          color: #fefefe; }
          .resources-wrapper .resources ul li a:hover {
            text-decoration: none;
            color: #c0504d; }

.promo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  min-width: 33%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 100%; }

.promo--light-text .promo__content__header {
  color: #fefefe; }

.promo--light-text .promo__content__body {
  color: #fefefe; }

.promo--dark-text .promo__content__header {
  color: #231f20; }

.promo--dark-text .promo__content__body {
  color: #231f20; }

@media only screen and (max-width: 767px) {
  .promo-content-container {
    padding: 0; } }

.promo-content-container::before {
  display: none; }

.promo--with-image {
  width: 100%;
  padding: 5rem 0;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .promo--with-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #5a5a5a;
    opacity: .25;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .promo--with-image .promo__content {
    max-width: 50%;
    margin: 0;
    box-sizing: border-box;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    z-index: 5;
    padding: 75px 50px; }
    @media only screen and (max-width: 964px) {
      .promo--with-image .promo__content {
        max-width: 100%;
        padding: 100px 50px; } }
    .promo--with-image .promo__content p {
      margin-bottom: 20px; }
    .promo--with-image .promo__content .header {
      font-family: 'EB Garamond', serif;
      font-style: bold;
      font-variant: small-caps;
      font-size: 4em;
      color: #fefefe;
      margin-bottom: -.175em; }
    .promo--with-image .promo__content main {
      background-color: #fefefe;
      padding: 2rem; }
    .promo--with-image .promo__content .button {
      margin-top: 2em;
      color: #fefefe;
      background-color: #c0504d; }
      .promo--with-image .promo__content .button:hover {
        color: #fefefe;
        background-color: #4471e4; }
  .promo--with-image.left .promo__content {
    margin-right: auto; }
  .promo--with-image.right .promo__content {
    margin-left: auto; }
  .promo--with-image.left, .promo--with-image.right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    min-height: 50vh; }

.cover-image {
  -ms-flex: 1;
      flex: 1 1 0%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .cover-image__image {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center; }
/*# sourceMappingURL=style.css.map */