@charset "UTF-8";
@font-face {
  font-family: 'Montserrat-OTF';
  font-weight: 700;
  src: url("https://cpmlightsail2.com/90/font/Montserrat-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Montserrat-OTF';
  font-weight: 600;
  src: url("https://cpmlightsail2.com/90/font/Montserrat-SemiBold.otf") format("opentype"); }

@font-face {
  font-family: 'Montserrat-OTF';
  font-weight: 300;
  src: url("https://cpmlightsail2.com/90/font/Montserrat-Light.otf") format("opentype"); }

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dd, th, td, caption, pre, code, address, form, fieldset, blockquote {
  font-size: 100%;
  padding: 0;
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  min-height: 100%;
  position: relative;
  ‑webkit‑text‑size‑adjust: 100%;
  ‑moz‑text‑size‑adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  height: 100%; }

body {
  text-rendering: geometricPrecision;
  font-family: sans-serif;
  line-height: 1; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 13px; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: circle; }

ol, ul {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0; }

ol ol, ul ul {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none; }

img {
  -webkit-user-drag: none; }

img, fieldset, iframe {
  border: 0; }

input, textarea {
  outline: 0;
  border: 0; }

select, form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

textarea {
  resize: none;
  overflow: hidden; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table th {
    padding: 0;
    background-clip: padding-box; }

@-webkit-keyframes spin-forward {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(540deg); } }

@-moz-keyframes spin-forward {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(540deg); } }

@-o-keyframes spin-forward {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(540deg); } }

@keyframes spin-forward {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(540deg); } }

@-webkit-keyframes spin-backward {
  0% {
    -webkit-transform: rotate(540deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes spin-backward {
  0% {
    -moz-transform: rotate(540deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes spin-backward {
  0% {
    -o-transform: rotate(540deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes spin-backward {
  0% {
    transform: rotate(540deg); }
  100% {
    transform: rotate(0deg); } }

.cms-output {
  -webkit-text-size-adjust: none; }
  .cms-output p {
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .cms-output strong {
    font-weight: bold; }
  .cms-output h1 {
    font-size: 25px; }
  .cms-output h2 {
    font-size: 22px; }
  .cms-output h3 {
    font-size: 19px; }
  .cms-output h4 {
    font-size: 17px; }
  .cms-output h5 {
    font-size: 15px; }
  .cms-output h6 {
    font-size: 13px; }
  .cms-output h1, .cms-output h2, .cms-output h3, .cms-output h4, .cms-output h5, .cms-output h6 {
    padding-bottom: 10px; }
  .cms-output p, .cms-output ul, .cms-output ol, .cms-output table, .cms-output label, .cms-output input {
    font-size: 15px;
    line-height: 25px; }
  .cms-output blockquote p {
    font-size: 23px;
    line-height: 32px; }
  .cms-output hr {
    border: 0;
    height: 1px;
    background: #313438;
    padding: 0 !important;
    margin-bottom: 25px; }
  .cms-output * {
    padding-bottom: 30px; }
  .cms-output a, .cms-output img, .cms-output li, .cms-output em, .cms-output strong, .cms-output blockquote {
    padding-bottom: 0; }
  .cms-output ol li {
    margin-left: 22px; }
  .cms-output ul li {
    margin-left: 19px; }
  .cms-output button.open-merlin {
    padding: 12px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600; }
    .cms-output button.open-merlin:hover {
      opacity: 0.7; }
  .cms-output .cpmtable {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px; }
    .cms-output .cpmtable th, .cms-output .cpmtable tr, .cms-output .cpmtable td {
      padding-bottom: 10px; }
    .cms-output .cpmtable td {
      padding-right: 30px; }
  .cms-output iframe {
    max-width: 100%; }
  .cms-output img {
    -webkit-user-drag: auto;
    max-width: 100%;
    height: auto; }
  .cms-output img.center-align {
    display: block;
    margin: 0 auto; }
  .cms-output img.left-align {
    float: left;
    max-width: 50%;
    margin: 5px 10px 10px 0; }
  .cms-output img.right-align {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 10px; }
  .cms-output p a:hover {
    text-decoration: underline; }
  .cms-output p *, .cms-output table * {
    font-size: 100%; }
  .cms-output input, .cms-output fieldset {
    padding-bottom: 0; }
  .cms-output #sitemap ul {
    padding-bottom: 0; }
  .cms-output #map * {
    padding-bottom: 0 !important; }
  .cms-output #map img {
    max-width: none; }
  .cms-output .videoinner.left-align {
    float: left;
    margin-right: 10px; }
  .cms-output .videoinner.right-align {
    float: right;
    margin-left: 10px; }
  .cms-output .videoinner.center-align .video-js {
    margin: 0 auto;
    text-align: left; }
  .cms-output [data-width="50"] .vjs-progress-control {
    left: 22%;
    width: 35%; }
  .cms-output [data-width="50"] .vjs-duration-display {
    right: 105px; }
  .cms-output [data-width="50"] .vjs-mute-control {
    right: 99px; }
  .cms-output [data-width="75"] .vjs-progress-control {
    width: 47%; }
  .cms-output [data-width="100"] .vjs-current-time {
    margin-top: 2px;
    margin-left: 15px; }
  .cms-output [data-width="100"] .vjs-progress-control {
    left: 105px;
    width: 53%; }
  .cms-output [data-width="100"] .vjs-duration-display {
    margin-top: 2px;
    right: 170px; }

@font-face {
  font-family: 'cpmsocial';
  src: url("/fonts/cpmsocial.eot?89729697");
  src: url("/fonts/cpmsocial.eot?89729697#iefix") format("embedded-opentype"), url("/fonts/cpmsocial.woff2?89729697") format("woff2"), url("/fonts/cpmsocial.woff?89729697") format("woff"), url("/fonts/cpmsocial.ttf?89729697") format("truetype"), url("/fonts/cpmsocial.svg?89729697#cpmsocial") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?83gocy");
  src: url("/fonts/icomoon.eot?#iefix83gocy") format("embedded-opentype"), url("/fonts/icomoon.woff?83gocy") format("woff"), url("/fonts/icomoon.ttf?83gocy") format("truetype"), url("/fonts/icomoon.svg?83gocy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

#social script {
  width: 0 !important;
  line-height: 0 !important;
  margin-right: -5px !important;
  visibility: hidden; }

#social a {
  display: inline-block;
  vertical-align: top; }
  #social a:before {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    speak: none;
    width: 25px;
    font-size: 25px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-family: 'cpmsocial'; }

#social .ccb:before {
  content: '\e80c'; }

#social .facebook:before {
  content: '\e807'; }

#social .fellowshipone:before {
  content: '\e80f'; }

#social .flickr:before {
  content: '\f303'; }

#social .googleplus:before {
  content: '\f30f'; }

#social .instagram:before {
  content: '\f32d'; }

#social .itunes:before {
  content: '\e800'; }

#social .linkedin:before {
  content: '\f318'; }

#social .mail:before {
  content: '\e803'; }

#social .map:before {
  content: '\f279'; }

#social .pinterest:before {
  content: '\e808'; }

#social .rss:before {
  content: '\e818'; }

#social .search:before {
  content: '\e811'; }

#social .spotify:before {
  content: '\e804'; }

#social .thecity:before {
  content: '\e80a'; }

#social .thetable:before {
  content: '\e80d'; }

#social .tumblr:before {
  content: '\f315'; }

#social .twitter:before {
  content: '\e805'; }

#social .vimeo:before {
  content: '\e80b'; }

#social .youtube:before {
  content: '\e806'; }

.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-bible:before,
.icon-cloud:before,
.icon-download:before,
.icon-location:before,
.icon-play:before,
.icon-plus:before,
.icon-rotator-left:before,
.icon-rotator-right:before,
.icon-rss:before,
.icon-search:before,
.icon-share:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: 'cpmsocial'; }

.icon-calendar:before,
.icon-minus:before,
.icon-music:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: 'icomoon'; }

.icon-arrow-left:before {
  content: '\e801'; }

.icon-arrow-right:before {
  content: '\e80e'; }

.icon-bible:before {
  content: '\e817'; }

.icon-calendar:before {
  content: "\e606"; }

.icon-cloud:before {
  content: '\e819'; }

.icon-download:before {
  content: '\e810'; }

.icon-location:before {
  content: '\f031'; }

.icon-minus:before {
  content: "\e603"; }

.icon-music:before {
  content: "\e602"; }

.icon-play:before {
  content: '\e812'; }

.icon-plus:before {
  content: '\e816'; }

.icon-rotator-left:before {
  content: '\e814'; }

.icon-rotator-right:before {
  content: '\e815'; }

.icon-rss:before {
  content: '\e818'; }

.icon-search:before {
  content: '\e811'; }

.icon-share:before {
  content: '\e802'; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("https://cpmlightsail2.com/modules/legacy/slick/fonts/slick.eot");
  src: url("https://cpmlightsail2.com/modules/legacy/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://cpmlightsail2.com/modules/legacy/slick/fonts/slick.woff") format("woff"), url("https://cpmlightsail2.com/modules/legacy/slick/fonts/slick.ttf") format("truetype"), url(".https://cpmlightsail2.com/modules/legacy/slick/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 54px;
  height: 54px;
  margin-top: -54px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  font-family: 'icomoon';
  font-size: 30px;
  background: #000;
  color: #fff;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-align: center;
  height: 54px;
  width: 54px;
  display: block;
  line-height: 54px; }

.slick-prev {
  left: 0; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  padding-right: 3px;
  content: "\e607"; }

[dir='rtl'] .slick-prev:before {
  padding-left: 3px;
  content: "\e609"; }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  padding-left: 3px;
  content: "\e609"; }

[dir='rtl'] .slick-next:before {
  padding-right: 3px;
  content: "\e607"; }

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

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

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

.slick-dots li button {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: black; }

.slick-dots li.slick-active button {
  background: #fff; }

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

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

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1066px; }
  @media (max-width: 1490px) {
    .wrapper {
      width: 941px; } }
  @media (max-width: 1024px) {
    .wrapper {
      width: 726px; } }
  @media (max-width: 768px) {
    .wrapper {
      width: 91.5%; } }

header {
  width: 100%;
  height: 832px;
  position: relative; }
  @media (max-width: 1490px) {
    header {
      height: 685px; } }
  @media (max-width: 1024px) {
    header {
      height: 589px; } }
  @media (max-width: 768px) {
    header {
      height: 468px; } }
  header video {
    object-fit: cover;
    position: absolute;
    height: inherit;
    width: 100%; }
  header .overlay {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    width: 100%; }
    header .overlay.top {
      top: 0;
      height: 322px;
      opacity: 0.13;
      background-image: linear-gradient(to top, rgba(65, 57, 53, 0) 0%, #413935 100%);
      z-index: 1; }
    header .overlay.btm {
      bottom: 0;
      height: 390px;
      opacity: 0.58;
      background-image: linear-gradient(to top, #241f1c 0%, rgba(36, 31, 28, 0) 100%); }
  header .navigation {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: 0 45px 0 45px;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      header .navigation {
        margin: 0; } }
    header .navigation .topnav {
      padding: 15px 0;
      text-align: right; }
      @media (max-width: 1024px) {
        header .navigation .topnav {
          text-align: center; } }
      @media (max-width: 768px) {
        header .navigation .topnav {
          display: none; } }
    header .navigation #social {
      margin-right: 35px;
      display: inline-block;
      position: relative;
      top: 3px; }
      @media (max-width: 1024px) {
        header .navigation #social {
          margin-right: 0; } }
      header .navigation #social a {
        margin-right: 20px;
        float: left; }
        header .navigation #social a:before {
          -webkit-transition: 0.1s color linear;
          -moz-transition: 0.1s color linear;
          -ms-transition: 0.1s color linear;
          -o-transition: 0.1s color linear;
          transition: 0.1s color linear;
          font-size: 16px;
          width: auto; }
    header .navigation .search-box {
      display: none;
      float: left;
      height: 10px;
      margin-right: 40px;
      position: relative;
      top: -6px; }
      header .navigation .search-box.display {
        display: inline-block; }
      header .navigation .search-box .search-input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
        font-weight: 400;
        font-size: 13px;
        padding: 0 12px;
        width: 150px;
        height: 28px; }
      header .navigation .search-box .search-submit {
        -webkit-transition: 0.1s background linear;
        -moz-transition: 0.1s background linear;
        -ms-transition: 0.1s background linear;
        -o-transition: 0.1s background linear;
        transition: 0.1s background linear;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-family: "Montserrat-OTF", sans-serif;
        font-weight: 600;
        margin-left: 7px;
        float: right;
        height: 28px; }
    header .navigation .toplinks {
      display: inline-block; }
      header .navigation .toplinks ul {
        list-style-type: none; }
        header .navigation .toplinks ul li {
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          font-size: 11px;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
          letter-spacing: 0.075em;
          text-transform: uppercase;
          display: inline-block;
          margin-right: 36px;
          float: left; }
          @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            header .navigation .toplinks ul li {
              font-weight: 600; } }
          header .navigation .toplinks ul li a {
            -webkit-transition: 0.1s color linear;
            -moz-transition: 0.1s color linear;
            -ms-transition: 0.1s color linear;
            -o-transition: 0.1s color linear;
            transition: 0.1s color linear; }
    header .navigation .navbar {
      -webkit-box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.21);
      -moz-box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.21);
      -ms-box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.21);
      -o-box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.21);
      box-shadow: 0 2px 12.7px 0.3px rgba(0, 0, 0, 0.21);
      position: relative;
      top: 0;
      width: 100%;
      height: 93px; }
      @media (max-width: 768px) {
        header .navigation .navbar {
          height: 85px;
          top: 0; } }
      header .navigation .navbar .logo {
        position: absolute;
        top: 0;
        left: 0; }
        header .navigation .navbar .logo img {
          position: relative;
          top: 0;
          left: 0;
          height: 93px;
          width: auto; }
          @media (max-width: 768px) {
            header .navigation .navbar .logo img {
              height: 64px;
              top: 11px; } }
      header .navigation .navbar #nav {
        list-style-type: none;
        display: inline-block;
        position: absolute;
        right: 0; }
        @media (max-width: 1490px) {
          header .navigation .navbar #nav {
            display: none; } }
        header .navigation .navbar #nav li {
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          font-size: 16px;
          display: inline-block;
          position: relative;
          float: left; }
          @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            header .navigation .navbar #nav li {
              font-weight: 700; } }
          header .navigation .navbar #nav li:last-child a {
            padding-right: 40px; }
          header .navigation .navbar #nav li a {
            -webkit-transition: color 0.1s linear;
            -moz-transition: color 0.1s linear;
            -ms-transition: color 0.1s linear;
            -o-transition: color 0.1s linear;
            transition: color 0.1s linear;
            display: inline-block;
            height: 93px;
            line-height: 93px;
            padding: 0 20px; }
  header .hero {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    top: 20px;
    height: 667px; }
    @media (max-width: 1490px) {
      header .hero {
        height: 520px; } }
    @media (max-width: 1024px) {
      header .hero {
        height: 425px; } }
    @media (max-width: 768px) {
      header .hero {
        height: 383px;
        top: 0; } }
    header .hero .hero-wrapper {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      text-align: center;
      width: 100%; }
      header .hero .hero-wrapper .hero-context {
        margin-bottom: 30px; }
        @media (max-width: 1024px) {
          header .hero .hero-wrapper .hero-context {
            margin-bottom: 25px; } }
        @media (max-width: 768px) {
          header .hero .hero-wrapper .hero-context {
            margin-bottom: 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 15%; } }
        header .hero .hero-wrapper .hero-context * {
          display: none; }
        header .hero .hero-wrapper .hero-context p {
          font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
          font-weight: 400;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: antialiased;
          font-style: italic;
          display: inline;
          font-size: 26px; }
          @media (max-width: 1490px) {
            header .hero .hero-wrapper .hero-context p {
              font-size: 24px; } }
          @media (max-width: 1024px) {
            header .hero .hero-wrapper .hero-context p {
              font-size: 22px; } }
          @media (max-width: 768px) {
            header .hero .hero-wrapper .hero-context p {
              font-size: 17px;
              line-height: 19px; } }
      @media (max-width: 768px) {
        header .hero .hero-wrapper .hero-slogan {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 10%; } }
      header .hero .hero-wrapper .hero-slogan * {
        display: none; }
      header .hero .hero-wrapper .hero-slogan p {
        font-family: "Montserrat-OTF", sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        display: inline-block;
        padding: 33px 43px;
        line-height: 70px;
        font-size: 50px; }
        @media (max-width: 1490px) {
          header .hero .hero-wrapper .hero-slogan p {
            font-size: 40px;
            line-height: 58px; } }
        @media (max-width: 1024px) {
          header .hero .hero-wrapper .hero-slogan p {
            font-size: 34px;
            line-height: 47px; } }
        @media (max-width: 768px) {
          header .hero .hero-wrapper .hero-slogan p {
            font-weight: 700;
            font-size: 20px;
            line-height: 25px;
            padding: 17px 25px; } }
      header .hero .hero-wrapper .hero-links {
        margin-top: 30px; }
        @media (max-width: 1024px) {
          header .hero .hero-wrapper .hero-links {
            margin-top: 25px; } }
        header .hero .hero-wrapper .hero-links * {
          display: none; }
        header .hero .hero-wrapper .hero-links ul {
          display: block; }
          header .hero .hero-wrapper .hero-links ul li {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: antialiased;
            font-family: "Montserrat-OTF", sans-serif;
            font-weight: 600;
            font-size: 17px;
            display: inline-block;
            margin-right: 40px; }
            @media (max-width: 768px) {
              header .hero .hero-wrapper .hero-links ul li {
                margin-right: 0;
                display: block; }
                header .hero .hero-wrapper .hero-links ul li:not(:first-child) {
                  margin-top: 12px; } }
            header .hero .hero-wrapper .hero-links ul li:last-child {
              margin-right: 10px; }
              @media (max-width: 768px) {
                header .hero .hero-wrapper .hero-links ul li:last-child {
                  margin-right: 0; } }
            header .hero .hero-wrapper .hero-links ul li a {
              display: inline; }
              header .hero .hero-wrapper .hero-links ul li a:hover {
                text-decoration: underline; }

header .navbar #nav li ul {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: left;
  position: absolute;
  display: none;
  width: 222px;
  top: 93px;
  left: 50%;
  z-index: -2;
  opacity: 0; }
  header .navbar #nav li ul li {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    display: block;
    width: 100%;
    margin-left: 0; }
    @media (max-width: 1024px) {
      header .navbar #nav li ul li {
        font-size: 12px;
        font-weight: 700; } }
    header .navbar #nav li ul li:first-child {
      padding-top: 20px; }
      header .navbar #nav li ul li:first-child ul {
        top: 0; }
    header .navbar #nav li ul li:last-child {
      padding-bottom: 20px; }
    header .navbar #nav li ul li a {
      padding: 0 !important;
      height: 45px !important;
      line-height: 45px !important;
      display: block;
      max-width: 85%;
      height: 100%;
      line-height: 20px; }
      @media (max-width: 1024px) {
        header .navbar #nav li ul li a {
          padding: 12px; } }
    header .navbar #nav li ul li ul {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      top: -20px;
      left: 0px;
      opacity: 0; }

header .navbar #nav > li:last-child ul {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  left: auto;
  right: 0; }
  header .navbar #nav > li:last-child ul li ul {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }

header .navbar #nav li:hover ul {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: 4;
  opacity: 1;
  display: block; }
  header .navbar #nav li:hover ul li ul {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: -2;
    opacity: 0; }
  header .navbar #nav li:hover ul li:hover ul {
    z-index: 3;
    opacity: 1; }

header .navbar #nav ul:hover {
  display: block; }

header .mobile-menu-button {
  -webkit-transition: background-colorsubl 0.1s linear;
  -moz-transition: background-colorsubl 0.1s linear;
  -ms-transition: background-colorsubl 0.1s linear;
  -o-transition: background-colorsubl 0.1s linear;
  transition: background-colorsubl 0.1s linear;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: none;
  position: absolute;
  width: 105px;
  height: 100%;
  right: 0; }
  @media (max-width: 1490px) {
    header .mobile-menu-button {
      display: inline-block; } }
  @media (max-width: 768px) {
    header .mobile-menu-button {
      width: 67px; } }
  header .mobile-menu-button span {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    text-align: center;
    height: 3px;
    width: 35px;
    left: 37px; }
    @media (max-width: 768px) {
      header .mobile-menu-button span {
        left: 19px;
        width: 30px; } }
    header .mobile-menu-button span:before, header .mobile-menu-button span:after {
      content: "";
      position: absolute;
      width: 35px;
      height: 3px;
      left: 0; }
      @media (max-width: 768px) {
        header .mobile-menu-button span:before, header .mobile-menu-button span:after {
          width: 30px; } }
    header .mobile-menu-button span:before {
      top: -11px; }
    header .mobile-menu-button span:after {
      top: 11px; }

header .mobile-nav {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 303px;
  min-height: 100vh; }
  @media (min-width: 1491px) {
    header .mobile-nav {
      opacity: 0 !important; } }
  @media (max-width: 768px) {
    header .mobile-nav {
      width: 100%;
      margin-top: 0; } }
  header .mobile-nav.show {
    opacity: 1;
    z-index: 100; }
  header .mobile-nav .close-nav {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 300;
    text-align: center;
    position: absolute;
    line-height: 100px;
    font-size: 24px;
    width: 100%; }
    @media (max-width: 768px) {
      header .mobile-nav .close-nav {
        line-height: 40px; } }
    header .mobile-nav .close-nav span {
      -webkit-transform: scale(1.5, 1.2);
      -moz-transform: scale(1.5, 1.2);
      -ms-transform: scale(1.5, 1.2);
      -o-transform: scale(1.5, 1.2);
      transform: scale(1.5, 1.2);
      display: inline-block;
      position: relative;
      left: -19px;
      top: 0; }
  header .mobile-nav .mobile-search {
    padding-top: 8px;
    position: relative;
    margin-top: 110px; }
    @media (max-width: 768px) {
      header .mobile-nav .mobile-search {
        margin-top: 50px; } }
    header .mobile-nav .mobile-search .search-input {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 300;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px;
      padding: 10px 6px;
      width: 236px;
      margin: 0 auto;
      display: block;
      position: relative;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        header .mobile-nav .mobile-search .search-input {
          width: 86%; } }
    header .mobile-nav .mobile-search .search-submit {
      background-color: transparent;
      -webkit-border-radius: 27px;
      -moz-border-radius: 27px;
      -ms-border-radius: 27px;
      -o-border-radius: 27px;
      border-radius: 27px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      width: 27px;
      height: 27px;
      position: absolute;
      top: 14px;
      right: 41px;
      text-indent: -9999px;
      z-index: 999; }
    header .mobile-nav .mobile-search i.icon-search {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin-right: 36px;
      font-size: 20px;
      margin-top: 17px; }
      @media (max-width: 768px) {
        header .mobile-nav .mobile-search i.icon-search {
          margin-right: 7%; } }
  header .mobile-nav #nav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 700;
    margin-top: 19px;
    padding-bottom: 56px; }
    @media (max-width: 768px) {
      header .mobile-nav #nav {
        margin-top: 0; } }
    header .mobile-nav #nav li {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 0.055em;
      text-transform: uppercase;
      list-style: none; }
      header .mobile-nav #nav li a {
        display: inline-block;
        position: relative;
        margin: 0 30px;
        padding: 19px 0;
        letter-spacing: 1px; }
      header .mobile-nav #nav li ul {
        display: block;
        position: relative;
        padding-bottom: 15px;
        width: 250px;
        margin: 0 auto 0 auto;
        padding: 0 0; }
        @media (max-width: 768px) {
          header .mobile-nav #nav li ul {
            width: 90%;
            margin-top: 0; } }
        header .mobile-nav #nav li ul ul {
          display: none;
          padding-bottom: 0; }
          header .mobile-nav #nav li ul ul li:last-child {
            padding-bottom: 5px; }
      header .mobile-nav #nav li li {
        font-weight: 500;
        font-size: 18px;
        text-transform: initial; }
        header .mobile-nav #nav li li a {
          padding: 12px 15px;
          margin: 0 6px; }
        header .mobile-nav #nav li li li {
          font-weight: 400;
          text-transform: none;
          letter-spacing: normal; }
          header .mobile-nav #nav li li li a {
            padding: 10px 25px; }

#home #events {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1024px) {
    #home #events .wrapper {
      width: 100%; } }
  @media (max-width: 768px) {
    #home #events .wrapper {
      width: 91.5%; } }
  #home #events .events-title {
    padding: 65px 0;
    text-align: center; }
    @media (max-width: 1024px) {
      #home #events .events-title {
        padding: 55px 0; } }
    @media (max-width: 768px) {
      #home #events .events-title {
        padding: 35px 0 20px 0; } }
    #home #events .events-title * {
      display: none; }
    #home #events .events-title p,
    #home #events .events-title h1,
    #home #events .events-title h2,
    #home #events .events-title h3,
    #home #events .events-title h4,
    #home #events .events-title h5,
    #home #events .events-title h6 {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 26px;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      display: inline-block;
      position: relative;
      height: 100%; }
      @media (max-width: 1490px) {
        #home #events .events-title p,
        #home #events .events-title h1,
        #home #events .events-title h2,
        #home #events .events-title h3,
        #home #events .events-title h4,
        #home #events .events-title h5,
        #home #events .events-title h6 {
          font-size: 25px; } }
      @media (max-width: 1024px) {
        #home #events .events-title p,
        #home #events .events-title h1,
        #home #events .events-title h2,
        #home #events .events-title h3,
        #home #events .events-title h4,
        #home #events .events-title h5,
        #home #events .events-title h6 {
          font-size: 22px; } }
      @media (max-width: 768px) {
        #home #events .events-title p,
        #home #events .events-title h1,
        #home #events .events-title h2,
        #home #events .events-title h3,
        #home #events .events-title h4,
        #home #events .events-title h5,
        #home #events .events-title h6 {
          font-size: 18px;
          line-height: 26px;
          letter-spacing: 0.12em; } }
      @media (max-width: 425px) {
        #home #events .events-title p,
        #home #events .events-title h1,
        #home #events .events-title h2,
        #home #events .events-title h3,
        #home #events .events-title h4,
        #home #events .events-title h5,
        #home #events .events-title h6 {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0 15%; } }
      #home #events .events-title p:before, #home #events .events-title p:after,
      #home #events .events-title h1:before,
      #home #events .events-title h1:after,
      #home #events .events-title h2:before,
      #home #events .events-title h2:after,
      #home #events .events-title h3:before,
      #home #events .events-title h3:after,
      #home #events .events-title h4:before,
      #home #events .events-title h4:after,
      #home #events .events-title h5:before,
      #home #events .events-title h5:after,
      #home #events .events-title h6:before,
      #home #events .events-title h6:after {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        position: absolute;
        height: 2px;
        width: 1200px;
        content: ""; }
      #home #events .events-title p:before,
      #home #events .events-title h1:before,
      #home #events .events-title h2:before,
      #home #events .events-title h3:before,
      #home #events .events-title h4:before,
      #home #events .events-title h5:before,
      #home #events .events-title h6:before {
        right: 100%;
        margin-right: 25px; }
        @media (max-width: 768px) {
          #home #events .events-title p:before,
          #home #events .events-title h1:before,
          #home #events .events-title h2:before,
          #home #events .events-title h3:before,
          #home #events .events-title h4:before,
          #home #events .events-title h5:before,
          #home #events .events-title h6:before {
            margin-right: 10px; } }
      #home #events .events-title p:after,
      #home #events .events-title h1:after,
      #home #events .events-title h2:after,
      #home #events .events-title h3:after,
      #home #events .events-title h4:after,
      #home #events .events-title h5:after,
      #home #events .events-title h6:after {
        left: 100%;
        margin-left: 25px; }
        @media (max-width: 768px) {
          #home #events .events-title p:after,
          #home #events .events-title h1:after,
          #home #events .events-title h2:after,
          #home #events .events-title h3:after,
          #home #events .events-title h4:after,
          #home #events .events-title h5:after,
          #home #events .events-title h6:after {
            margin-left: 10px; } }
      @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #home #events .events-title p,
        #home #events .events-title h1,
        #home #events .events-title h2,
        #home #events .events-title h3,
        #home #events .events-title h4,
        #home #events .events-title h5,
        #home #events .events-title h6 {
          font-weight: 700; } }
  #home #events .quicklinks {
    padding-bottom: 25px; }
    #home #events .quicklinks:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 1024px) {
      #home #events .quicklinks {
        padding-bottom: 15px; } }
    @media (max-width: 768px) {
      #home #events .quicklinks {
        padding-bottom: 0; } }
    #home #events .quicklinks a {
      cursor: pointer; }
    #home #events .quicklinks .ql {
      display: inline-block;
      width: 510px;
      float: left;
      padding-bottom: 30px; }
      @media (max-width: 1490px) {
        #home #events .quicklinks .ql {
          width: 459px; } }
      @media (max-width: 1024px) {
        #home #events .quicklinks .ql {
          width: 49%; } }
      @media (max-width: 768px) {
        #home #events .quicklinks .ql {
          margin-bottom: 24px;
          width: 100%; } }
      #home #events .quicklinks .ql:nth-child(odd) {
        margin-right: 43px; }
        @media (max-width: 1490px) {
          #home #events .quicklinks .ql:nth-child(odd) {
            margin-right: 22px; } }
        @media (max-width: 1024px) {
          #home #events .quicklinks .ql:nth-child(odd) {
            margin-right: 2%; } }
        @media (max-width: 768px) {
          #home #events .quicklinks .ql:nth-child(odd) {
            margin-right: 0; } }
      #home #events .quicklinks .ql img {
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
        width: 100%;
        height: auto; }
      #home #events .quicklinks .ql span {
        overflow: hidden;
        height: 241px;
        display: block;
        position: relative; }
        @media (max-width: 1490px) {
          #home #events .quicklinks .ql span {
            height: 217px; } }
        @media (max-width: 1024px) {
          #home #events .quicklinks .ql span {
            height: auto; } }
      #home #events .quicklinks .ql h4 {
        text-rendering: auto;
        -webkit-transition: color 0.15s ease;
        -moz-transition: color 0.15s ease;
        -ms-transition: color 0.15s ease;
        -o-transition: color 0.15s ease;
        transition: color 0.15s ease;
        font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        font-style: italic;
        padding-top: 18px;
        text-align: center;
        width: 330px;
        margin: 0 auto; }
        @media (max-width: 1024px) {
          #home #events .quicklinks .ql h4 {
            padding-top: 15px;
            line-height: 28px;
            font-size: 18px;
            width: 295px; } }
        @media (max-width: 768px) {
          #home #events .quicklinks .ql h4 {
            font-size: 16px;
            line-height: 23px;
            padding-top: 4px;
            width: 89%; } }
    #home #events .quicklinks a.ql:hover img {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3);
      opacity: 0.5; }
  #home #events .eventlist {
    margin-bottom: 85px; }
    #home #events .eventlist:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 1490px) {
      #home #events .eventlist {
        margin-bottom: 75px; } }
    @media (max-width: 1024px) {
      #home #events .eventlist {
        margin: 0 auto 62px auto;
        width: 726px; } }
    @media (max-width: 768px) {
      #home #events .eventlist {
        width: 100%;
        margin-bottom: 37px; } }
    #home #events .eventlist .event {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
      width: 328px;
      display: block;
      position: relative;
      float: left; }
      @media (max-width: 1490px) {
        #home #events .eventlist .event {
          width: 300px; } }
      @media (max-width: 1024px) {
        #home #events .eventlist .event {
          width: 232px; } }
      @media (max-width: 768px) {
        #home #events .eventlist .event {
          width: 100%; } }
      #home #events .eventlist .event:not(:last-child) {
        margin-right: 39px; }
        @media (max-width: 1490px) {
          #home #events .eventlist .event:not(:last-child) {
            margin-right: 20px; } }
        @media (max-width: 1024px) {
          #home #events .eventlist .event:not(:last-child) {
            margin-right: 15px; } }
        @media (max-width: 768px) {
          #home #events .eventlist .event:not(:last-child) {
            margin: 0 0 15px 0; } }
      #home #events .eventlist .event img {
        width: 100%;
        height: auto; }
      #home #events .eventlist .event .details {
        margin: 50px 0 40px 0;
        text-align: center;
        position: relative;
        padding: 0 29px; }
        @media (max-width: 1490px) {
          #home #events .eventlist .event .details {
            margin: 55px 0 40px 0;
            padding: 0 22px; } }
        #home #events .eventlist .event .details h4 {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: antialiased;
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          font-size: 22px;
          line-height: 33px;
          margin-bottom: 10px; }
          @media (max-width: 1490px) {
            #home #events .eventlist .event .details h4 {
              font-size: 20px;
              line-height: 30px; } }
          @media (max-width: 1024px) {
            #home #events .eventlist .event .details h4 {
              line-height: 26px;
              margin-bottom: 8px; } }
        #home #events .eventlist .event .details p {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: antialiased;
          font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
          font-weight: 400;
          font-size: 15px;
          line-height: 24px; }
          @media (max-width: 1024px) {
            #home #events .eventlist .event .details p {
              font-size: 14px; } }
      #home #events .eventlist .event .time {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        font-family: "Montserrat-OTF", sans-serif;
        font-weight: 600;
        -webkit-border-radius: 93px;
        -moz-border-radius: 93px;
        -ms-border-radius: 93px;
        -o-border-radius: 93px;
        border-radius: 93px;
        text-align: center;
        position: absolute;
        top: -102px;
        left: 121px;
        width: 93px;
        height: 93px; }
        @media (max-width: 1490px) {
          #home #events .eventlist .event .time {
            left: 105px; } }
        @media (max-width: 1024px) {
          #home #events .eventlist .event .time {
            width: 82px;
            height: 82px;
            top: -94px;
            left: 77px; } }
        @media (max-width: 768px) {
          #home #events .eventlist .event .time {
            width: 78px;
            height: 78px;
            top: -92px;
            left: 50%;
            margin-left: -42px; } }
        #home #events .eventlist .event .time span {
          display: block; }
          #home #events .eventlist .event .time span.month {
            margin-top: 22px;
            font-size: 14px; }
            @media (max-width: 1024px) {
              #home #events .eventlist .event .time span.month {
                margin-top: 16px; } }
            @media (max-width: 768px) {
              #home #events .eventlist .event .time span.month {
                font-size: 13px; } }
          #home #events .eventlist .event .time span.day {
            margin-top: 3px;
            font-size: 33px; }
            @media (max-width: 768px) {
              #home #events .eventlist .event .time span.day {
                font-size: 30px; } }

#home #sermon .wrapper {
  width: 810px;
  padding: 83px 0 79px 0; }
  #home #sermon .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    #home #sermon .wrapper {
      width: 580px;
      padding: 60px 0 63px 0; } }
  @media (max-width: 768px) {
    #home #sermon .wrapper {
      width: 91.5%;
      padding: 50px 0 57px 0; } }
  #home #sermon .wrapper img {
    display: block;
    float: left;
    width: 303px;
    height: auto;
    margin-right: 50px; }
    @media (max-width: 1024px) {
      #home #sermon .wrapper img {
        width: 221px;
        margin-right: 30px; } }
    @media (max-width: 768px) {
      #home #sermon .wrapper img {
        display: none; } }
  #home #sermon .wrapper .meta {
    width: 455px;
    display: block;
    float: left; }
    @media (max-width: 1024px) {
      #home #sermon .wrapper .meta {
        width: 329px; } }
    @media (max-width: 768px) {
      #home #sermon .wrapper .meta {
        width: 100%; } }
    #home #sermon .wrapper .meta h5 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
      font-weight: 700;
      font-size: 18px;
      margin-top: 24px; }
      @media (max-width: 1024px) {
        #home #sermon .wrapper .meta h5 {
          font-size: 16px;
          margin-top: 12px; } }
      @media (max-width: 768px) {
        #home #sermon .wrapper .meta h5 {
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 25%;
          font-size: 16px;
          line-height: 23px;
          margin-top: 0; } }
    #home #sermon .wrapper .meta h3 {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 35px;
      margin-top: 20px; }
      @media (max-width: 1024px) {
        #home #sermon .wrapper .meta h3 {
          font-size: 25px;
          margin-top: 12px; } }
      @media (max-width: 768px) {
        #home #sermon .wrapper .meta h3 {
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 14%;
          font-size: 23px;
          line-height: 29px; } }
      #home #sermon .wrapper .meta h3 a {
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear; }
    #home #sermon .wrapper .meta .sermon-listing-tabs {
      -webkit-box-shadow: 0 1px 8px rgba(3, 3, 3, 0.11);
      -moz-box-shadow: 0 1px 8px rgba(3, 3, 3, 0.11);
      -ms-box-shadow: 0 1px 8px rgba(3, 3, 3, 0.11);
      -o-box-shadow: 0 1px 8px rgba(3, 3, 3, 0.11);
      box-shadow: 0 1px 8px rgba(3, 3, 3, 0.11);
      border-radius: 1px;
      margin-top: 25px;
      float: left; }
      @media (max-width: 1490px) {
        #home #sermon .wrapper .meta .sermon-listing-tabs {
          width: auto; } }
      @media (max-width: 1024px) {
        #home #sermon .wrapper .meta .sermon-listing-tabs {
          margin-top: 17px;
          width: auto; }
          #home #sermon .wrapper .meta .sermon-listing-tabs .sermon-downloads {
            top: 52px; } }
    @media (max-width: 1024px) and (max-width: 768px) {
      #home #sermon .wrapper .meta .sermon-listing-tabs .sermon-downloads li {
        margin-left: 0 !important; } }
      @media (max-width: 1024px) {
          #home #sermon .wrapper .meta .sermon-listing-tabs li a {
            box-shadow: none; } }
      @media (max-width: 768px) {
        #home #sermon .wrapper .meta .sermon-listing-tabs {
          text-align: center;
          float: none;
          width: auto;
          margin: 12px auto 0 auto;
          box-shadow: none;
          display: flex;
          justify-content: center; }
          #home #sermon .wrapper .meta .sermon-listing-tabs ul {
            right: 0; }
          #home #sermon .wrapper .meta .sermon-listing-tabs li {
            margin-bottom: 0;
            float: none;
            clear: none;
            display: inline-block; }
            #home #sermon .wrapper .meta .sermon-listing-tabs li:not(:first-child) {
              position: relative;
              margin-left: -2px; }
            #home #sermon .wrapper .meta .sermon-listing-tabs li a {
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              -ms-border-radius: 0;
              -o-border-radius: 0;
              border-radius: 0;
              padding: 16px 17px;
              box-shadow: none; }
              #home #sermon .wrapper .meta .sermon-listing-tabs li a.watch-tab {
                -webkit-border-radius: 5px 0 0 5px;
                -moz-border-radius: 5px 0 0 5px;
                -ms-border-radius: 5px 0 0 5px;
                -o-border-radius: 5px 0 0 5px;
                border-radius: 5px 0 0 5px;
                position: relative;
                left: 1px; } }
        @media (max-width: 768px) and (max-width: 768px) {
          #home #sermon .wrapper .meta .sermon-listing-tabs li a.watch-tab {
            border-radius: 0; } }
      @media (max-width: 768px) {
              #home #sermon .wrapper .meta .sermon-listing-tabs li a.listen-tab {
                -webkit-border-radius: 0 5px 5px 0;
                -moz-border-radius: 0 5px 5px 0;
                -ms-border-radius: 0 5px 5px 0;
                -o-border-radius: 0 5px 5px 0;
                border-radius: 0 5px 5px 0;
                position: relative; } }
        @media (max-width: 768px) and (max-width: 768px) {
          #home #sermon .wrapper .meta .sermon-listing-tabs li a.listen-tab {
            border-radius: 0; } }
      @media (max-width: 768px) {
            #home #sermon .wrapper .meta .sermon-listing-tabs li span {
              border-radius: 5px;
              padding: 16px 31px 16px 17px;
              box-shadow: none; } }
      @media (max-width: 768px) and (max-width: 768px) {
        #home #sermon .wrapper .meta .sermon-listing-tabs li span {
          border-radius: 0; } }
      @media (max-width: 768px) {
              #home #sermon .wrapper .meta .sermon-listing-tabs li span li {
                padding: 0;
                margin: 0; }
              #home #sermon .wrapper .meta .sermon-listing-tabs li span .icon-download {
                display: none; }
              #home #sermon .wrapper .meta .sermon-listing-tabs li span:after {
                top: 19px; } }
      #home #sermon .wrapper .meta .sermon-listing-tabs li {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        font-family: "Montserrat-OTF", sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
        @media (max-width: 1024px) {
          #home #sermon .wrapper .meta .sermon-listing-tabs li {
            font-size: 12px; } }
        #home #sermon .wrapper .meta .sermon-listing-tabs li a,
        #home #sermon .wrapper .meta .sermon-listing-tabs li span {
          -webkit-transition: color 0.1s linear;
          -moz-transition: color 0.1s linear;
          -ms-transition: color 0.1s linear;
          -o-transition: color 0.1s linear;
          transition: color 0.1s linear; }
      #home #sermon .wrapper .meta .sermon-listing-tabs .single-button {
        border-radius: 2px !important; }
        @media (max-width: 768px) {
          #home #sermon .wrapper .meta .sermon-listing-tabs .single-button {
            text-align: center;
            width: 200px;
            left: -16% !important; } }
      #home #sermon .wrapper .meta .sermon-listing-tabs .icon-download {
        color: rgba(150, 150, 150, 0.3) !important; }

#story {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 454px; }
  @media (max-width: 1490px) {
    #story {
      height: 423px; } }
  @media (max-width: 1024px) {
    #story {
      height: 372px; } }
  @media (max-width: 768px) {
    #story {
      height: 352px; }
      #story .wrapper {
        width: 77%; } }
  #story .overlay {
    height: 100%;
    width: 100%;
    opacity: 0.5; }
  #story .story-inner {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%; }
    #story .story-inner .story-block {
      width: 500px;
      float: right; }
      @media (max-width: 1024px) {
        #story .story-inner .story-block {
          width: 435px; } }
      @media (max-width: 768px) {
        #story .story-inner .story-block {
          width: 100%; } }
      #story .story-inner .story-block * {
        display: none; }
      #story .story-inner .story-block h1,
      #story .story-inner .story-block h2,
      #story .story-inner .story-block h3,
      #story .story-inner .story-block h4,
      #story .story-inner .story-block h5,
      #story .story-inner .story-block h6,
      #story .story-inner .story-block p,
      #story .story-inner .story-block ul,
      #story .story-inner .story-block li,
      #story .story-inner .story-block a {
        display: block;
        text-align: right; }
        @media (max-width: 768px) {
          #story .story-inner .story-block h1,
          #story .story-inner .story-block h2,
          #story .story-inner .story-block h3,
          #story .story-inner .story-block h4,
          #story .story-inner .story-block h5,
          #story .story-inner .story-block h6,
          #story .story-inner .story-block p,
          #story .story-inner .story-block ul,
          #story .story-inner .story-block li,
          #story .story-inner .story-block a {
            text-align: center; } }
      #story .story-inner .story-block h1,
      #story .story-inner .story-block h2,
      #story .story-inner .story-block h3,
      #story .story-inner .story-block h4,
      #story .story-inner .story-block h5,
      #story .story-inner .story-block h6 {
        font-family: "Montserrat-OTF", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-size: 25px;
        margin-bottom: 30px; }
        @media (max-width: 1490px) {
          #story .story-inner .story-block h1,
          #story .story-inner .story-block h2,
          #story .story-inner .story-block h3,
          #story .story-inner .story-block h4,
          #story .story-inner .story-block h5,
          #story .story-inner .story-block h6 {
            margin-bottom: 25px; } }
        @media (max-width: 1024px) {
          #story .story-inner .story-block h1,
          #story .story-inner .story-block h2,
          #story .story-inner .story-block h3,
          #story .story-inner .story-block h4,
          #story .story-inner .story-block h5,
          #story .story-inner .story-block h6 {
            font-size: 22px;
            margin-bottom: 20px; } }
        @media (max-width: 768px) {
          #story .story-inner .story-block h1,
          #story .story-inner .story-block h2,
          #story .story-inner .story-block h3,
          #story .story-inner .story-block h4,
          #story .story-inner .story-block h5,
          #story .story-inner .story-block h6 {
            font-size: 19px; } }
        @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          #story .story-inner .story-block h1,
          #story .story-inner .story-block h2,
          #story .story-inner .story-block h3,
          #story .story-inner .story-block h4,
          #story .story-inner .story-block h5,
          #story .story-inner .story-block h6 {
            font-weight: 700; } }
      #story .story-inner .story-block p {
        font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        font-style: italic;
        font-size: 23px;
        line-height: 36px;
        margin-bottom: 40px; }
        @media (max-width: 1490px) {
          #story .story-inner .story-block p {
            font-size: 21px;
            line-height: 33px;
            margin-bottom: 30px; } }
        @media (max-width: 1024px) {
          #story .story-inner .story-block p {
            font-size: 19px;
            line-height: 29px;
            margin-bottom: 25px; } }
        @media (max-width: 768px) {
          #story .story-inner .story-block p {
            font-size: 17px;
            line-height: 26px; } }
      #story .story-inner .story-block ul {
        list-style-type: none;
        float: right; }
        @media (max-width: 768px) {
          #story .story-inner .story-block ul {
            text-align: center;
            float: none; } }
        #story .story-inner .story-block ul li {
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 16px;
          letter-spacing: 0.2em;
          display: inline-block;
          padding-right: 20px;
          float: left; }
          @media (max-width: 768px) {
            #story .story-inner .story-block ul li {
              font-size: 15px;
              width: 100%; } }
          #story .story-inner .story-block ul li:not(:first-child) {
            margin-left: 25px; }
          #story .story-inner .story-block ul li a {
            position: relative; }
            #story .story-inner .story-block ul li a:hover {
              text-decoration: underline; }
            #story .story-inner .story-block ul li a:after {
              background-image: url(../img/story-link.svg);
              content: "";
              width: 20px;
              height: 20px;
              display: inline-block;
              position: relative;
              top: 4px;
              left: 12px; }

span.story-shim {
  display: block;
  position: relative;
  line-height: 0; }
  span.story-shim img {
    height: 454px;
    width: 100%;
    object-fit: cover;
    opacity: 0.5; }
    @media (max-width: 1490px) {
      span.story-shim img {
        height: 423px; } }
    @media (max-width: 1024px) {
      span.story-shim img {
        height: 372px; } }
    @media (max-width: 768px) {
      span.story-shim img {
        height: 352px; } }

footer {
  height: 421px;
  position: relative; }
  @media (max-width: 768px) {
    footer {
      height: 327px; }
      footer .wrapper {
        width: 100%; } }
  footer .overlay {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.1; }
  footer #social {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    margin: 60px 0 45px 0;
    width: 100%; }
    @media (max-width: 1024px) {
      footer #social {
        margin-top: 55px; } }
    @media (max-width: 768px) {
      footer #social {
        margin: 35px 0 20px 0; } }
    footer #social a:not(:last-child) {
      margin-right: 88px; }
      @media (max-width: 1024px) {
        footer #social a:not(:last-child) {
          margin-right: 70px; } }
      @media (max-width: 768px) {
        footer #social a:not(:last-child) {
          margin-right: 25px; } }
    footer #social a:before {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      font-size: 36px;
      width: 36px;
      height: 36px; }
      @media (max-width: 1024px) {
        footer #social a:before {
          font-size: 30px;
          width: 30px;
          height: 30px; } }
      @media (max-width: 768px) {
        footer #social a:before {
          font-size: 27px;
          width: 27px;
          height: 27px; } }
  footer #nav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    list-style-type: none;
    text-align: center;
    width: 100%; }
    @media (max-width: 768px) {
      footer #nav {
        border-bottom: 0 !important; } }
    footer #nav li {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 16px;
      display: inline-block;
      padding: 25px 0; }
      @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        footer #nav li {
          font-weight: 700; } }
      @media (max-width: 1024px) {
        footer #nav li {
          padding: 20px 0;
          font-size: 15px; } }
      @media (max-width: 768px) {
        footer #nav li {
          display: none; } }
      footer #nav li:not(:last-child) {
        margin-right: 30px; }
        @media (max-width: 1024px) {
          footer #nav li:not(:last-child) {
            margin-right: 25px; } }
      footer #nav li a {
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear; }
      footer #nav li ul {
        display: none; }
  footer .info {
    font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
    font-weight: 400;
    margin-top: 30px;
    font-size: 16px; }
    footer .info:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 768px) {
      footer .info {
        margin: 30px auto 0 auto;
        font-size: 14px;
        width: 91.5%; } }
    footer .info p {
      margin-bottom: 13px; }
      footer .info p a {
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear; }
    footer .info .contact {
      display: block;
      float: left;
      width: 50%; }
      @media (max-width: 768px) {
        footer .info .contact {
          margin-bottom: 15px;
          text-align: center;
          width: 100%; } }
      footer .info .contact * {
        display: none; }
      footer .info .contact p {
        display: block; }
      footer .info .contact a {
        display: inline; }
    footer .info .copyright {
      text-align: right;
      display: block;
      float: right;
      width: 50%; }
      @media (max-width: 768px) {
        footer .info .copyright {
          text-align: center;
          width: 100%; } }

#subpage #content {
  overflow: hidden; }

#subpage .wrapper {
  padding-bottom: 45px; }
  #subpage .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1490px) {
    #subpage .wrapper {
      padding-bottom: 40px; } }
  @media (max-width: 1024px) {
    #subpage .wrapper {
      padding-bottom: 25px; } }

#subpage header {
  height: 384px; }
  @media (max-width: 1490px) {
    #subpage header {
      height: 354px; } }
  @media (max-width: 1024px) {
    #subpage header {
      height: 284px; } }
  @media (max-width: 768px) {
    #subpage header {
      height: 203px; } }
  #subpage header.default-header {
    height: 192px !important; }
    #subpage header.default-header .overlay {
      height: 192px !important; }
    @media (max-width: 768px) {
      #subpage header.default-header {
        height: 85px !important; }
        #subpage header.default-header .overlay {
          height: 85px !important; } }
  #subpage header .overlay {
    top: 0;
    height: 384px;
    opacity: 0.58;
    background-image: linear-gradient(to top, #241f1c 0%, rgba(36, 31, 28, 0) 100%);
    z-index: 1; }
    @media (max-width: 1490px) {
      #subpage header .overlay {
        height: 354px; } }
    @media (max-width: 1024px) {
      #subpage header .overlay {
        height: 284px; } }
    @media (max-width: 768px) {
      #subpage header .overlay {
        height: 203px; } }

#subpage .page-title {
  padding: 60px 0;
  text-align: center; }
  @media (max-width: 1024px) {
    #subpage .page-title {
      padding: 50px 0; } }
  @media (max-width: 768px) {
    #subpage .page-title {
      padding: 35px 0; } }
  #subpage .page-title h1 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    display: inline-block;
    position: relative;
    height: 100%; }
    @media (max-width: 1490px) {
      #subpage .page-title h1 {
        font-size: 35px; } }
    @media (max-width: 1024px) {
      #subpage .page-title h1 {
        font-size: 32px; } }
    @media (max-width: 768px) {
      #subpage .page-title h1 {
        font-size: 26px;
        line-height: 37px; } }
    #subpage .page-title h1:before, #subpage .page-title h1:after {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      position: absolute;
      height: 2px;
      width: 1200px;
      content: ""; }
    #subpage .page-title h1:before {
      right: 100%;
      margin-right: 40px; }
    #subpage .page-title h1:after {
      left: 100%;
      margin-left: 40px; }
    @media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #subpage .page-title h1 {
        font-weight: 700; } }

#subpage article {
  float: left;
  width: 790px; }
  @media (max-width: 1490px) {
    #subpage article {
      width: 660px; } }
  @media (max-width: 1024px) {
    #subpage article {
      width: 100%; } }

#subpage aside {
  float: right;
  width: 228px; }
  @media (max-width: 1024px) {
    #subpage aside {
      display: none; } }

#subpage #content .cms-output {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400; }
  #subpage #content .cms-output button {
    font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
    font-weight: 400; }
  #subpage #content .cms-output p,
  #subpage #content .cms-output ul,
  #subpage #content .cms-output ol,
  #subpage #content .cms-output table,
  #subpage #content .cms-output label,
  #subpage #content .cms-output iframe {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 31px;
    padding-bottom: 32px; }
    @media (max-width: 1490px) {
      #subpage #content .cms-output p,
      #subpage #content .cms-output ul,
      #subpage #content .cms-output ol,
      #subpage #content .cms-output table,
      #subpage #content .cms-output label,
      #subpage #content .cms-output iframe {
        font-size: 17px; } }
    #subpage #content .cms-output p a,
    #subpage #content .cms-output ul a,
    #subpage #content .cms-output ol a,
    #subpage #content .cms-output table a,
    #subpage #content .cms-output label a,
    #subpage #content .cms-output iframe a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear;
      text-decoration: underline; }
  #subpage #content .cms-output > ul > li {
    margin-left: 26px; }
  #subpage #content .cms-output blockquote {
    padding: 0;
    margin: 0 0 32px 48px; }
    #subpage #content .cms-output blockquote p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      margin-bottom: 0 !important;
      padding: 0 10px 0 30px;
      font-style: italic;
      line-height: 32px;
      font-size: 19px; }
      @media (max-width: 1490px) {
        #subpage #content .cms-output blockquote p {
          font-size: 17px;
          line-height: 28px; } }
  #subpage #content .cms-output h1,
  #subpage #content .cms-output h2,
  #subpage #content .cms-output h3,
  #subpage #content .cms-output h4,
  #subpage #content .cms-output h5,
  #subpage #content .cms-output h6 {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    line-height: 31px; }
    #subpage #content .cms-output h1 *,
    #subpage #content .cms-output h2 *,
    #subpage #content .cms-output h3 *,
    #subpage #content .cms-output h4 *,
    #subpage #content .cms-output h5 *,
    #subpage #content .cms-output h6 * {
      font-size: inherit; }
  #subpage #content .cms-output h1 {
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    line-height: 33px; }
    @media (max-width: 1490px) {
      #subpage #content .cms-output h1 {
        font-size: 35px; } }
    @media (max-width: 1024px) {
      #subpage #content .cms-output h1 {
        font-size: 32px; } }
    @media (max-width: 768px) {
      #subpage #content .cms-output h1 {
        font-size: 26px; } }
  #subpage #content .cms-output h2 {
    font-size: 29px; }
    @media (max-width: 1490px) {
      #subpage #content .cms-output h2 {
        font-size: 27px; } }
    @media (max-width: 768px) {
      #subpage #content .cms-output h2 {
        font-size: 24px; } }
  #subpage #content .cms-output h3 {
    font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
    font-weight: 700;
    font-size: 28px; }
    @media (max-width: 1490px) {
      #subpage #content .cms-output h3 {
        font-size: 26px; } }
    @media (max-width: 768px) {
      #subpage #content .cms-output h3 {
        font-size: 24px; } }
  #subpage #content .cms-output h4 {
    font-size: 24px; }
    @media (max-width: 1490px) {
      #subpage #content .cms-output h4 {
        font-size: 23px; } }
    @media (max-width: 768px) {
      #subpage #content .cms-output h4 {
        font-size: 21px; } }
  #subpage #content .cms-output h5 {
    font-size: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.075em; }
    @media (max-width: 1490px) {
      #subpage #content .cms-output h5 {
        font-size: 19px;
        line-height: 31px; } }
    @media (max-width: 768px) {
      #subpage #content .cms-output h5 {
        font-size: 17px; } }
  #subpage #content .cms-output h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-size: 22px;
    font-weight: 300;
    line-height: 39px;
    padding-bottom: 30px; }
    @media (max-width: 1490px) {
      #subpage #content .cms-output h6 {
        font-size: 20px;
        line-height: 36px; } }
    @media (max-width: 768px) {
      #subpage #content .cms-output h6 {
        font-size: 17px; } }

#subpage aside #side_nav {
  list-style-type: none;
  margin-bottom: 30px; }
  #subpage aside #side_nav ul {
    list-style-type: none; }
    #subpage aside #side_nav ul.side_nav_level1 {
      padding-bottom: 20px; }
    #subpage aside #side_nav ul li {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 16px;
      width: 100%; }
      #subpage aside #side_nav ul li a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 18px;
        display: block;
        width: 100%; }
      #subpage aside #side_nav ul li.children a {
        margin-bottom: 20px; }
      #subpage aside #side_nav ul li.current li a {
        margin-bottom: 0; }
      #subpage aside #side_nav ul li li {
        font-size: 15px; }
        #subpage aside #side_nav ul li li a {
          padding: 0 0 20px 33px; }
  #subpage aside #side_nav .side_nav_level2 {
    margin: 8px 0; }
  #subpage aside #side_nav #side_nav_toplevel {
    display: none; }

#subpage aside .sidenav-widget * {
  display: none; }

#subpage aside .sidenav-widget p,
#subpage aside .sidenav-widget ul,
#subpage aside .sidenav-widget li,
#subpage aside .sidenav-widget a {
  display: block; }

#subpage aside .sidenav-widget p {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  width: 88%; }

#subpage aside .sidenav-widget ul {
  list-style-type: none; }
  #subpage aside .sidenav-widget ul li {
    font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px; }
    #subpage aside .sidenav-widget ul li a {
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }

#subpage.full-width article {
  width: 100%; }

#subpage.sitemap .cms-output li {
  display: none; }

#subpage.sitemap .cms-output ul li {
  display: list-item; }

.cms-output #giving-form fieldset input[type="submit"] {
  width: 211px;
  padding-bottom: 1px; }

@media (max-width: 768px) {
  .cms-output #giving-form fieldset {
    display: block; } }

.cms-output input[type="text"],
.cms-output input[type="password"] {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 400;
  padding: 0 15px;
  font-size: 13px;
  width: 160px;
  height: 34px;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .cms-output input[type="text"],
    .cms-output input[type="password"] {
      margin: 0 0 12px 0;
      display: block;
      width: 180px; } }

.cms-output input[type="submit"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 300;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  transition: 0.1s all linear;
  font-size: 13px;
  height: 35px;
  width: 100px; }

.cms-output label[for="page-password"] {
  display: block; }

.cms-output video.video-js {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }

#home .rotator .slick-dots {
  bottom: 0;
  margin-bottom: 20px; }

#home .rotator .slick-next {
  right: 0;
  margin-right: 4vw;
  z-index: 9; }
  #home .rotator .slick-next:hover {
    opacity: 0.6; }
  @media (max-width: 1024px) {
    #home .rotator .slick-next {
      display: none; } }

#home .rotator .slick-prev {
  left: 0;
  margin-left: 4vw;
  z-index: 9; }
  #home .rotator .slick-prev:hover {
    opacity: 0.6; }
  @media (max-width: 1024px) {
    #home .rotator .slick-prev {
      display: none; } }

#home .slick-slider {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0; }
  #home .slick-slider .slick-track, #home .slick-slider .slick-list {
    height: 100%; }
    #home .slick-slider .slick-track img, #home .slick-slider .slick-list img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

#home .slick-dots li {
  z-index: 9999; }

#home .slick-dots li button {
  padding: 0; }

body .post-share-under .twitter-share-button {
  top: 0px;
  vertical-align: top; }

@media (max-width: 768px) {
  #home span.downloads-tab.sermon-media-tab ul {
    box-shadow: none;
    background: #fff; } }

@media (max-width: 768px) {
  #home span.downloads-tab.sermon-media-tab ul li {
    border-radius: 0;
    left: 0 !important;
    border: none !important;
    top: 0 !important;
    margin-top: 0 !important; } }

.media {
  padding: 60px 0 30px 0;
  margin: 0 auto;
  width: 90%; }
  @media (max-width: 1024px) {
    .media {
      padding-top: 45px; } }
  @media (max-width: 768px) {
    .media {
      padding-top: 35px; } }
  .media .media-top {
    margin-bottom: 45px; }
    .media .media-top:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 768px) {
      .media .media-top {
        margin-bottom: 25px; } }
  .media .media-title {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    width: 64%;
    font-size: 45px;
    float: left; }
    @media (max-width: 1024px) {
      .media .media-title {
        width: 58%; } }
    @media (max-width: 768px) {
      .media .media-title {
        width: 100%;
        font-size: 31px; } }
  .media .hidden-title {
    display: none; }

.media .tabset {
  list-style-type: none;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  @media (max-width: 1024px) {
    .media .tabset {
      float: left;
      margin: 45px 0 25px 0; } }
  @media (max-width: 768px) {
    .media .tabset {
      margin-top: 30px;
      width: 100%; } }
  .media .tabset li {
    display: inline;
    float: left; }
    .media .tabset li span {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 400;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      font-size: 16px;
      padding: 15px 20px;
      display: inline-block; }
      @media (max-width: 768px) {
        .media .tabset li span {
          width: 100%;
          padding: 15px 0;
          text-align: center; } }
    .media .tabset li:first-child span {
      -webkit-border-radius: 2px 0 0 2px;
      -moz-border-radius: 2px 0 0 2px;
      -ms-border-radius: 2px 0 0 2px;
      -o-border-radius: 2px 0 0 2px;
      border-radius: 2px 0 0 2px; }
    .media .tabset li:last-child span {
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      -ms-border-radius: 0 2px 2px 0;
      -o-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0; }

.pagination {
  width: 100%;
  margin: 30px 0 10px 0;
  text-align: center; }
  .pagination a {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    height: 40px; }
    @media (max-width: 768px) {
      .pagination a {
        display: none; } }
    .pagination a.next {
      padding-right: 30px; }
      @media (max-width: 768px) {
        .pagination a.next {
          display: inline-block; } }
    .pagination a.previous {
      padding-left: 30px; }
      @media (max-width: 768px) {
        .pagination a.previous {
          display: inline-block; } }
  .pagination a:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .pagination a:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }
  .pagination a:first-child:last-child {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  @media (max-width: 768px) {
    .pagination a:first-child, .pagination a:last-child {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; } }

.blog-index .tabset .blog-all {
  padding: 15px 42px; }
  @media (max-width: 768px) {
    .blog-index .tabset .blog-all {
      padding: 15px 0; } }

@media (max-width: 768px) {
  .blog-index .tabset li {
    width: 50%; } }

@media (max-width: 1024px) {
  .blog-index .tabset {
    clear: both; } }

.comment-bubble {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  width: 48px;
  height: 35px;
  font-size: 18px;
  text-align: center;
  line-height: 34px; }
  .comment-bubble:after {
    position: absolute;
    top: 35px;
    right: 20px; }
  .comment-bubble:before {
    position: absolute;
    top: 36px;
    right: 20px; }

.featured-posts {
  display: none; }
  .featured-posts .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 36px;
    justify-items: center;
    width: 100%; }
    @media (max-width: 1024px) {
      .featured-posts .cards {
        grid-template-columns: 1fr 1fr;
        grid-gap: 35px; } }
    @media (max-width: 768px) {
      .featured-posts .cards {
        grid-template-columns: 1fr; } }
    .featured-posts .cards .card {
      width: 100%;
      display: inline-block;
      margin-bottom: 37px;
      position: relative; }
      @media (max-width: 768px) {
        .featured-posts .cards .card {
          margin-bottom: 23px; } }
      .featured-posts .cards .card .card-info {
        padding: 20px 7% 25px 7%; }
        .featured-posts .cards .card .card-info h4 {
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 700;
          line-height: 25px;
          font-size: 21px;
          width: 85%; }
          @media (max-width: 768px) {
            .featured-posts .cards .card .card-info h4 {
              font-size: 19px;
              width: 90%; } }
        .featured-posts .cards .card .card-info .card-author-line {
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          font-size: 16px;
          padding: 10px 0; }
          @media (max-width: 768px) {
            .featured-posts .cards .card .card-info .card-author-line {
              font-size: 15px; } }
          .featured-posts .cards .card .card-info .card-author-line .card-date {
            font-weight: 600; }
        .featured-posts .cards .card .card-info .card-excerpt {
          font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 21px; }
        .featured-posts .cards .card .card-info .card-read-line {
          margin-top: 20px;
          text-align: center; }
        .featured-posts .cards .card .card-info .card-read-more-btn {
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          -ms-transition: all 0.1s linear;
          -o-transition: all 0.1s linear;
          transition: all 0.1s linear;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          -webkit-appearance: none;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          padding: 10px 14px;
          font-size: 15px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
      .featured-posts .cards .card .comment-bubble {
        top: 12px;
        right: 12px; }
      .featured-posts .cards .card img {
        width: 100%;
        height: auto; }

.all-posts {
  display: none; }
  .all-posts:after {
    content: "";
    display: table;
    clear: both; }

.blog-left {
  float: left;
  width: 69%; }
  @media (max-width: 1024px) {
    .blog-left {
      width: 100%; } }

.blog-right {
  float: right;
  width: 27%;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .blog-right {
      display: none; } }

.all-posts .post {
  padding-bottom: 32px;
  margin-bottom: 20px;
  position: relative; }
  .all-posts .post:after {
    content: "";
    display: table;
    clear: both; }
  .all-posts .post .comment-bubble {
    top: 0;
    right: 0; }
    @media (max-width: 768px) {
      .all-posts .post .comment-bubble {
        display: none; } }
  .all-posts .post h4 {
    width: 87%; }
    .all-posts .post h4 a {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      line-height: 37px;
      font-size: 28px;
      padding-top: 15px; }
      @media (max-width: 1024px) {
        .all-posts .post h4 a {
          font-size: 24px;
          line-height: 34px; } }
      @media (max-width: 768px) {
        .all-posts .post h4 a {
          font-size: 22px;
          line-height: 30px; } }
    @media (max-width: 768px) {
      .all-posts .post h4 {
        width: 100%; } }
  .all-posts .post .post-author-line {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .all-posts .post .post-author-line {
        padding-top: 4px;
        padding-bottom: 0; } }
    @media (max-width: 768px) {
      .all-posts .post .post-author-line {
        font-size: 15px;
        line-height: 22px; }
        .all-posts .post .post-author-line .author {
          display: block; } }
    .all-posts .post .post-author-line .post-date {
      font-weight: 600; }
      @media (max-width: 768px) {
        .all-posts .post .post-author-line .post-date {
          margin-right: 3px; } }
    .all-posts .post .post-author-line .post-mobile-comments {
      display: none; }
      @media (max-width: 768px) {
        .all-posts .post .post-author-line .post-mobile-comments {
          display: inline; } }
      .all-posts .post .post-author-line .post-mobile-comments a {
        font-weight: 600;
        margin-left: 3px; }
    .all-posts .post .post-author-line .pipebar {
      padding: 0 3px; }
      @media (max-width: 768px) {
        .all-posts .post .post-author-line .pipebar {
          display: none; } }
  .all-posts .post img {
    width: 212px;
    height: auto;
    float: left;
    display: inline-block;
    margin-right: 20px; }
    @media (max-width: 768px) {
      .all-posts .post img {
        display: none; } }
  .all-posts .post .post-excerpt p {
    font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px; }
    .all-posts .post .post-excerpt p:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 768px) {
      .all-posts .post .post-excerpt p {
        font-size: 15px; } }
  .all-posts .post .post-excerpt a {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 14px;
    margin-top: 20px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 1024px) {
      .all-posts .post .post-excerpt a {
        margin-top: 15px;
        padding: 8px 14px; } }
    @media (max-width: 768px) {
      .all-posts .post .post-excerpt a {
        width: 100px;
        display: block;
        margin: 15px auto 0 auto; } }

.blog-index .blog-right {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 16px; }
  .blog-index .blog-right .podcast-btn {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 74px;
    height: 72px; }
    .blog-index .blog-right .podcast-btn span {
      padding-right: 7px;
      position: relative;
      top: 1px; }
  .blog-index .blog-right h5,
  .blog-index .blog-right li {
    float: left;
    display: block;
    width: 80%; }
    .blog-index .blog-right h5 span,
    .blog-index .blog-right li span {
      float: right; }
      .blog-index .blog-right h5 span.icon-plus, .blog-index .blog-right h5 span.icon-minus,
      .blog-index .blog-right li span.icon-plus,
      .blog-index .blog-right li span.icon-minus {
        position: relative;
        left: 2px; }
  .blog-index .blog-right h5,
  .blog-index .blog-right .post-year {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer; }
    .blog-index .blog-right h5 span,
    .blog-index .blog-right .post-year span {
      font-size: 12px; }
  .blog-index .blog-right h5 {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    padding: 28px 10%; }
  .blog-index .blog-right li {
    margin: 0 10%;
    padding: 0 0 10px 0;
    list-style-type: none; }
    .blog-index .blog-right li li {
      width: 100%;
      margin: 0; }
  .blog-index .blog-right .post-year {
    margin-top: 13px; }
    .blog-index .blog-right .post-year:first-child {
      margin-top: 0; }
  .blog-index .blog-right .sidebar-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .blog-index .blog-right .post-tags a {
    text-transform: capitalize; }
  .blog-index .blog-right .post-months {
    display: none; }
  .blog-index .blog-right .post-categories,
  .blog-index .blog-right .post-archives,
  .blog-index .blog-right .post-tags,
  .blog-index .blog-right .post-authors {
    display: none;
    padding-bottom: 25px; }
    .blog-index .blog-right .post-categories:after,
    .blog-index .blog-right .post-archives:after,
    .blog-index .blog-right .post-tags:after,
    .blog-index .blog-right .post-authors:after {
      content: "";
      display: table;
      clear: both; }

.blog-post .blog-left {
  position: relative;
  width: 66%; }
  @media (max-width: 1024px) {
    .blog-post .blog-left {
      width: 100%; } }
  .blog-post .blog-left .comment-bubble {
    top: 0;
    right: 0; }
    @media (max-width: 768px) {
      .blog-post .blog-left .comment-bubble {
        display: none; } }
  .blog-post .blog-left .post-title {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 30px;
    max-width: 90%; }
    @media (max-width: 768px) {
      .blog-post .blog-left .post-title {
        font-size: 26px;
        line-height: 34px;
        max-width: 100%; } }
  .blog-post .blog-left .post-info {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin: 25px 0 30px 0; }
    .blog-post .blog-left .post-info .pipebar {
      padding: 0 5px; }
  .blog-post .blog-left .cms-output {
    padding-bottom: 10px; }
    .blog-post .blog-left .cms-output .feat-img {
      width: 46%;
      height: auto;
      margin: 0 15px 15px 0; }
      @media (max-width: 768px) {
        .blog-post .blog-left .cms-output .feat-img {
          display: none; } }

.comment-count,
.comment-leave {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .comment-count,
    .comment-leave {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; } }

.comment {
  padding: 25px 0 20px 0; }
  .comment:last-child {
    border-bottom: 0;
    margin-bottom: 25px; }
  .comment .comment-byline {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 16px; }
    .comment .comment-byline .comment-author {
      font-weight: 700;
      padding-right: 10px; }
    .comment .comment-byline .comment-date {
      font-weight: 300; }
  .comment .comment-content {
    font-size: 14px;
    padding-top: 12px; }
    .comment .comment-content p {
      font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
      font-weight: 400;
      line-height: 24px; }

.comment-form {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 65px;
  position: relative; }
  .comment-form form {
    height: 235px; }
    @media (max-width: 768px) {
      .comment-form form {
        height: 330px; } }
  .comment-form label {
    font-weight: 700; }
  .comment-form label[for="comment-name"] {
    position: absolute;
    top: 65px;
    left: 0; }
    @media (max-width: 768px) {
      .comment-form label[for="comment-name"] {
        top: 60px; } }
  .comment-form label[for="comment-email"] {
    position: absolute;
    top: 65px;
    left: 53%; }
    @media (max-width: 768px) {
      .comment-form label[for="comment-email"] {
        top: 135px;
        left: 0; } }
  .comment-form label[for="comment-comment"] {
    position: absolute;
    top: 145px;
    left: 0; }
    @media (max-width: 768px) {
      .comment-form label[for="comment-comment"] {
        top: 215px; } }
  .comment-form #comment-name {
    top: 85px;
    left: 0; }
  .comment-form #comment-email {
    top: 85px;
    left: 53%; }
    @media (max-width: 768px) {
      .comment-form #comment-email {
        top: 165px;
        left: 0; } }
  .comment-form #comment-comment {
    width: 98% !important;
    height: 60px;
    top: 165px;
    left: 0; }
    @media (max-width: 768px) {
      .comment-form #comment-comment {
        top: 245px; } }
  .comment-form #comment-name,
  .comment-form #comment-email,
  .comment-form #comment-comment {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    position: absolute;
    font-size: 14px;
    padding: 6px 1%;
    width: 45%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 768px) {
      .comment-form #comment-name,
      .comment-form #comment-email,
      .comment-form #comment-comment {
        width: 98%; } }
  .comment-form #comment-submit {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
    border: none;
    font-size: 16px;
    display: block;
    position: relative;
    padding: 8px 16px;
    margin: 0 auto;
    top: 225px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 768px) {
      .comment-form #comment-submit {
        top: 303px; } }
  .comment-form #comment-url,
  .comment-form label[for="comment-url"],
  .comment-form input.hidden {
    display: none; }
  .comment-form #comment-status,
  .comment-form #error {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -40px; }
    @media (max-width: 768px) {
      .comment-form #comment-status,
      .comment-form #error {
        font-size: 14px;
        top: -50px; } }
  .comment-form #error {
    top: -27px; }
    @media (max-width: 768px) {
      .comment-form #error {
        top: -35px; } }
    .comment-form #error ul li {
      list-style-type: none;
      display: inline; }
      .comment-form #error ul li:after {
        content: "";
        padding-right: 6px; }
  .comment-form .comment-fields p {
    margin: 15px 0; }

.blog-post .blog-right {
  float: right;
  width: 29%; }
  @media (max-width: 1024px) {
    .blog-post .blog-right {
      display: none; } }
  .blog-post .blog-right .post-share {
    height: 73px;
    position: relative; }
    .blog-post .blog-right .post-share .share-text {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 16px;
      position: absolute;
      top: 27px;
      left: 45px; }
    .blog-post .blog-right .post-share .fb-like {
      position: absolute;
      top: 25px;
      left: 100px; }
    .blog-post .blog-right .post-share .twitter-share-button {
      position: absolute !important;
      top: 26px;
      left: 185px; }
  .blog-post .blog-right .more-posts {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    padding: 25px 25px 20px 25px; }
    .blog-post .blog-right .more-posts h4 {
      font-size: 15px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 25px; }
    .blog-post .blog-right .more-posts .side-post-date {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .blog-post .blog-right .more-posts a {
      display: block;
      font-weight: 700;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px; }

.blogcast.tablet-only {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 20px;
  float: right;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .blogcast.tablet-only span.icon-rss {
    padding-right: 4px;
    position: relative;
    top: 1px; }
  @media (max-width: 1024px) {
    .blogcast.tablet-only {
      display: inline-block; } }
  @media (max-width: 850px) {
    .blogcast.tablet-only .extra {
      display: none; } }
  @media (max-width: 768px) {
    .blogcast.tablet-only {
      display: none; } }

.blog-filter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 16px;
  outline: none;
  background: none;
  height: 50px;
  padding: 0 38px 0 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .blog-filter {
      width: 100%; } }

.style-wrap-arrow {
  display: none;
  float: right;
  clear: right;
  position: relative;
  margin: 45px 0 25px 0; }
  @media (max-width: 1024px) {
    .style-wrap-arrow {
      display: inline-block; } }
  @media (max-width: 768px) {
    .style-wrap-arrow {
      margin-top: 0;
      text-align: center;
      width: 100%; } }

.all-posts .post .post-excerpt a.rtBibleRef {
  color: inherit !important;
  border: inherit !important;
  background: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important; }
  .all-posts .post .post-excerpt a.rtBibleRef:hover {
    color: inherit !important;
    border: inherit !important;
    background: inherit !important; }

.event-index .events-calendar {
  display: none; }

.event-index .events-list {
  display: none; }

@media (max-width: 1024px) {
  .event-index .media-top {
    border-bottom: 0;
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .event-index .media-top {
    margin-bottom: 0; } }

.event-index .media-title {
  width: 50%; }
  @media (max-width: 1024px) {
    .event-index .media-title {
      width: 47%;
      font-size: 37px;
      margin: 5px 0 25px 0; } }
  @media (max-width: 768px) {
    .event-index .media-title {
      width: 100%;
      font-size: 31px; } }

.event-index .tabset span {
  width: 125px;
  text-align: center; }
  @media (max-width: 1024px) {
    .event-index .tabset span {
      width: 60px; } }

.event-index .tabset .hide {
  display: none; }

@media (max-width: 1024px) {
  .event-index .tabset {
    float: right;
    margin-top: 0; } }

@media (max-width: 768px) {
  .event-index .tabset .tab {
    width: 50%; }
    .event-index .tabset .tab .ccbcity {
      display: none; }
  .event-index .tabset .tab-calendar {
    display: none; }
  .event-index .tabset .tab-list i {
    display: inline; } }

.event-index .tabset i {
  font-style: normal; }
  @media (max-width: 1024px) {
    .event-index .tabset i {
      display: none; } }

.featured-event {
  margin-bottom: 25px;
  height: auto; }
  .featured-event:after {
    content: "";
    display: table;
    clear: both; }
  .featured-event .featured-hero {
    float: left;
    clear: both;
    width: 25%;
    padding-bottom: 25px;
    display: inline-block;
    position: relative; }
    @media (max-width: 1024px) {
      .featured-event .featured-hero {
        width: 30%; } }
    @media (max-width: 768px) {
      .featured-event .featured-hero {
        width: 100%;
        height: auto; } }
    .featured-event .featured-hero .circle {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      -webkit-border-radius: 77px;
      -moz-border-radius: 77px;
      -ms-border-radius: 77px;
      -o-border-radius: 77px;
      border-radius: 77px;
      width: 77px;
      height: 77px;
      float: left;
      display: inline-block;
      margin: 9px 0 0 0;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700; }
      @media (max-width: 1024px) {
        .featured-event .featured-hero .circle {
          width: 70px;
          height: 70px; } }
      @media (max-width: 768px) {
        .featured-event .featured-hero .circle {
          display: none; } }
      @media all and (max-width: 930px) {
        .featured-event .featured-hero .circle {
          margin-top: 0; } }
      .featured-event .featured-hero .circle .event-startmonth, .featured-event .featured-hero .circle .event-endmonth {
        font-size: 12px; }
      .featured-event .featured-hero .circle .event-startmonth:before {
        content: "";
        display: block;
        height: 20px; }
        @media (max-width: 1024px) {
          .featured-event .featured-hero .circle .event-startmonth:before {
            height: 17px; } }
      .featured-event .featured-hero .circle .event-endmonth:after {
        content: "";
        display: block;
        height: 2px; }
      .featured-event .featured-hero .circle .event-startday, .featured-event .featured-hero .circle .event-endday, .featured-event .featured-hero .circle .endday {
        font-size: 21px; }
      .featured-event .featured-hero .circle .single-month {
        font-size: 14px; }
        @media (max-width: 1024px) {
          .featured-event .featured-hero .circle .single-month {
            font-size: 11px; } }
      .featured-event .featured-hero .circle .single-month:before {
        content: "";
        display: block;
        height: 12px; }
      .featured-event .featured-hero .circle .single-month:after {
        content: "";
        display: block; }
      .featured-event .featured-hero .circle .single-day {
        font-size: 34px; }
        @media (max-width: 1024px) {
          .featured-event .featured-hero .circle .single-day {
            font-size: 30px; } }
    .featured-event .featured-hero .featured-img {
      -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
      -ms-transition: opacity 0.1s linear;
      -o-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear;
      opacity: 1;
      width: 155px;
      height: auto;
      position: absolute;
      left: 96px;
      top: 0x; }
      .featured-event .featured-hero .featured-img:hover {
        opacity: .85; }
      @media (max-width: 1024px) {
        .featured-event .featured-hero .featured-img {
          width: 55%; } }
      @media all and (max-width: 850px) {
        .featured-event .featured-hero .featured-img {
          margin-left: -5px; } }
      @media all and (max-width: 790px) {
        .featured-event .featured-hero .featured-img {
          margin-left: -9px; } }
      @media (max-width: 768px) {
        .featured-event .featured-hero .featured-img {
          width: 100%;
          margin-left: 0;
          position: static; } }
  .featured-event .featured-info {
    float: left;
    padding-bottom: 25px;
    display: inline-block;
    padding-left: 1%;
    width: 74%; }
    @media (max-width: 1024px) {
      .featured-event .featured-info {
        width: 67%;
        padding-left: 3%; } }
    @media (max-width: 768px) {
      .featured-event .featured-info {
        width: 100%;
        padding-left: 0; } }
    .featured-event .featured-info .featured-event-title {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      line-height: 25px;
      font-size: 20px;
      display: block;
      max-width: 60%;
      float: left; }
      @media (max-width: 1024px) {
        .featured-event .featured-info .featured-event-title {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .featured-event .featured-info .featured-event-title {
          clear: both;
          width: 100%;
          margin-top: 8px; } }
    .featured-event .featured-info .featured-event-time {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      line-height: 25px;
      text-align: right;
      font-size: 20px;
      display: block;
      width: 40%;
      float: right; }
      @media (max-width: 1024px) {
        .featured-event .featured-info .featured-event-time {
          font-size: 18px; } }
      @media (max-width: 768px) {
        .featured-event .featured-info .featured-event-time {
          display: none; } }
    .featured-event .featured-info .featured-categories {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 16px;
      padding-top: 5px;
      float: left;
      width: 100%; }
      @media (max-width: 768px) {
        .featured-event .featured-info .featured-categories {
          line-height: 20px; } }
    .featured-event .featured-info .featured-event-summary {
      font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      margin-top: 10px;
      float: left; }
      @media (max-width: 1024px) {
        .featured-event .featured-info .featured-event-summary {
          font-size: 15px;
          line-height: 20px; } }
      .featured-event .featured-info .featured-event-summary a {
        font-weight: 600; }
    .featured-event .featured-info .mobile-title-line {
      display: none; }
      @media (max-width: 768px) {
        .featured-event .featured-info .mobile-title-line {
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          font-size: 14px;
          display: block; }
          .featured-event .featured-info .mobile-title-line .mobile-event-date {
            float: left;
            font-weight: 700; }
          .featured-event .featured-info .mobile-title-line .mobile-event-time {
            float: right;
            font-weight: 600; }
          .featured-event .featured-info .mobile-title-line .event-startmonth, .featured-event .featured-info .mobile-title-line .event-endmonth {
            padding-right: 4px; } }

.events-list {
  display: none;
  position: relative; }
  .events-list .month-block {
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .events-list .month-block {
        margin-bottom: 30px; } }
  .events-list .month-label {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 24px;
    text-indent: 20px;
    position: relative;
    line-height: 63px;
    height: 63px; }
    @media (max-width: 768px) {
      .events-list .month-label {
        font-weight: 600;
        text-align: center;
        text-indent: 0; }
        .events-list .month-label:before {
          content: '';
          width: 6%;
          height: 63px;
          position: absolute;
          left: -6%;
          top: 0; }
        .events-list .month-label:after {
          content: '';
          width: 6%;
          height: 63px;
          position: absolute;
          right: -6%;
          top: 0; } }
  .events-list .list-info-block {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    padding: 30px 0; }
    .events-list .list-info-block:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 768px) {
      .events-list .list-info-block {
        padding: 24px 0; } }
    .events-list .list-info-block .list-day {
      font-size: 24px;
      font-weight: 300;
      line-height: 30px;
      display: inline-block;
      padding-right: 1%;
      width: 13.2%;
      float: left;
      clear: left; }
      @media (max-width: 1024px) {
        .events-list .list-info-block .list-day {
          font-size: 21px; } }
      @media (max-width: 768px) {
        .events-list .list-info-block .list-day {
          width: 50%;
          padding-right: 0;
          font-size: 18px;
          line-height: 25px; } }
      .events-list .list-info-block .list-day span {
        font-weight: 700;
        padding-right: 5px; }
      .events-list .list-info-block .list-day i {
        padding: 0 10px 0 3px; }
    .events-list .list-info-block .list-title {
      font-size: 17px;
      font-weight: 700;
      display: inline-block;
      width: 50%;
      float: left; }
      @media (max-width: 1024px) {
        .events-list .list-info-block .list-title {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .events-list .list-info-block .list-title {
          font-size: 15px;
          display: block;
          width: 100%; } }
      .events-list .list-info-block .list-title a {
        line-height: 25px;
        display: block;
        max-width: 75%; }
        @media (max-width: 768px) {
          .events-list .list-info-block .list-title a {
            padding-top: 3px;
            max-width: none; } }
    .events-list .list-info-block .list-category {
      font-size: 16px;
      font-weight: 600;
      display: inline-block;
      min-height: 1px;
      width: 17.8%;
      float: left; }
      @media (max-width: 1024px) {
        .events-list .list-info-block .list-category {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .events-list .list-info-block .list-category {
          display: none; } }
      .events-list .list-info-block .list-category .category {
        display: block;
        padding-bottom: 8px; }
    .events-list .list-info-block .list-time {
      font-size: 16px;
      font-weight: 600;
      text-align: right;
      display: inline-block;
      width: 18%;
      float: left; }
      @media (max-width: 1024px) {
        .events-list .list-info-block .list-time {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .events-list .list-info-block .list-time {
          display: none; } }
    .events-list .list-info-block .list-time-mobile {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      display: none;
      width: 50%;
      float: right;
      text-align: right;
      font-size: 14px;
      line-height: 25px; }
      @media (max-width: 768px) {
        .events-list .list-info-block .list-time-mobile {
          display: inline; } }

@media (max-width: 768px) {
  .event-index #content {
    overflow: hidden; } }

.event-detail .media {
  position: relative; }

.event-detail .event-top {
  margin-bottom: 35px; }
  .event-detail .event-top:after {
    content: "";
    display: table;
    clear: both; }

.event-detail .event-left {
  float: left;
  width: 65%;
  padding: 0 5% 25px 0; }
  @media (max-width: 1024px) {
    .event-detail .event-left {
      width: 100%; } }
  .event-detail .event-left .event-detail-title {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    width: 100%; }
    @media (max-width: 1024px) {
      .event-detail .event-left .event-detail-title {
        width: 73%;
        padding-right: 2%; } }
    @media (max-width: 768px) {
      .event-detail .event-left .event-detail-title {
        width: 100%;
        padding-right: 0;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 25px; } }
  .event-detail .event-left .event-featured-image {
    width: 25%;
    height: auto;
    float: left;
    padding-right: 3%; }
    @media (max-width: 1024px) {
      .event-detail .event-left .event-featured-image {
        width: 23%; } }
    @media (max-width: 768px) {
      .event-detail .event-left .event-featured-image {
        display: none; } }

.event-detail .event-right {
  float: right;
  width: 30%;
  padding-bottom: 35px; }
  @media (max-width: 1024px) {
    .event-detail .event-right {
      float: none;
      position: absolute;
      width: 25%;
      top: 45px;
      right: 0; } }
  @media (max-width: 768px) {
    .event-detail .event-right {
      display: none; } }
  @media (max-width: 1024px) {
    .event-detail .event-right .google-map {
      display: none; } }
  .event-detail .event-right .google-map iframe {
    width: 100%; }
  .event-detail .event-right .event-map-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    width: 100%;
    top: -3px; }
    .event-detail .event-right .event-map-button i {
      font-size: 17px;
      font-weight: 700;
      padding-right: 7px;
      position: relative;
      top: 2px; }
  .event-detail .event-right .more-events {
    width: 100%;
    margin-top: 30px; }
    @media (max-width: 1024px) {
      .event-detail .event-right .more-events {
        display: none; } }
    .event-detail .event-right .more-events .more-category {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      padding: 25px 25px 5px 25px; }
      .event-detail .event-right .more-events .more-category h4 {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 25px; }
      .event-detail .event-right .more-events .more-category .more-event-block {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 3px; }
        .event-detail .event-right .more-events .more-category .more-event-block .more-event-time {
          font-weight: 400;
          text-transform: none;
          padding-left: 5px; }
      .event-detail .event-right .more-events .more-category a {
        display: block;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px; }

.event-detail-info {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline;
  width: 72%;
  float: left;
  display: inline-block; }
  @media (max-width: 1024px) {
    .event-detail-info {
      width: 74%; } }
  @media (max-width: 768px) {
    .event-detail-info {
      width: 100%; } }
  .event-detail-info p {
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .event-detail-info p {
        line-height: 25px;
        margin-bottom: 5px; } }
  .event-detail-info li {
    list-style: none;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .event-detail-info li {
        line-height: 25px;
        margin-bottom: 5px; } }
  .event-detail-info .event-recurrence,
  .event-detail-info .event-times {
    font-size: 20px; }
    @media (max-width: 768px) {
      .event-detail-info .event-recurrence,
      .event-detail-info .event-times {
        font-size: 16px;
        display: inline;
        float: left; } }
  .event-detail-info .event-recurrence {
    font-weight: 700; }
    @media (max-width: 768px) {
      .event-detail-info .event-recurrence {
        float: left;
        padding-right: 20px; } }
  .event-detail-info .event-times {
    font-weight: 400; }
  @media (max-width: 768px) {
    .event-detail-info .event-location {
      float: left;
      width: 100%; } }
  .event-detail-info .event-detail-categories,
  .event-detail-info .event-detail-coordinator {
    line-height: 20px; }
    @media (max-width: 768px) {
      .event-detail-info .event-detail-categories,
      .event-detail-info .event-detail-coordinator {
        float: left;
        display: block;
        line-height: 25px;
        width: 100%; } }
  .event-detail-info .category:after {
    content: ","; }
  .event-detail-info .category:last-child:after {
    content: ""; }
  .event-detail-info .pipebar {
    padding: 0 3px; }
    @media (max-width: 768px) {
      .event-detail-info .pipebar {
        display: none; } }

.mobile-event-map-button {
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  margin-top: 25px; }
  .mobile-event-map-button i {
    font-weight: 700;
    font-size: 17px;
    padding-right: 8px;
    position: relative;
    top: 2px; }
  @media (max-width: 768px) {
    .mobile-event-map-button {
      display: block; } }

.events-calendar {
  display: none;
  position: relative; }
  .events-calendar .calendar {
    width: 100%; }
    @media (max-width: 768px) {
      .events-calendar .calendar {
        display: none; } }
    .events-calendar .calendar caption {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      text-align: left;
      height: 63px;
      margin-bottom: 13px;
      position: relative;
      display: table-caption; }
      .events-calendar .calendar caption .prevMonth, .events-calendar .calendar caption .nextMonth {
        position: absolute;
        width: 59px;
        height: 63px;
        display: block;
        position: absolute;
        top: 0; }
        .events-calendar .calendar caption .prevMonth a, .events-calendar .calendar caption .nextMonth a {
          -webkit-transition: background-color 0.1s linear;
          -moz-transition: background-color 0.1s linear;
          -ms-transition: background-color 0.1s linear;
          -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
          text-indent: 105%;
          white-space: nowrap;
          overflow: hidden;
          width: 59px;
          height: 63px;
          display: inline-block; }
        .events-calendar .calendar caption .prevMonth:after, .events-calendar .calendar caption .nextMonth:after {
          -webkit-transform: scale(2, 4);
          -moz-transform: scale(2, 4);
          -ms-transform: scale(2, 4);
          -o-transform: scale(2, 4);
          transform: scale(2, 4);
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          pointer-events: none;
          font-size: 9px;
          display: block;
          position: absolute;
          top: 28px; }
      .events-calendar .calendar caption .prevMonth:after {
        content: "<";
        left: 42%; }
      .events-calendar .calendar caption .nextMonth {
        left: 60px; }
        .events-calendar .calendar caption .nextMonth:after {
          content: ">";
          right: 42%; }
      .events-calendar .calendar caption .currentMonth {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        pointer-events: none;
        font-size: 24px;
        font-weight: 500;
        line-height: 63px;
        padding-left: 140px; }
    .events-calendar .calendar thead {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 15px;
      line-height: 48px;
      height: 48px; }
      .events-calendar .calendar thead th {
        font-weight: 300; }
    .events-calendar .calendar td {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 14px;
      height: 150px;
      position: relative;
      vertical-align: top; }
      .events-calendar .calendar td ul {
        list-style: none;
        margin-top: 20px; }
        .events-calendar .calendar td ul li {
          position: relative;
          padding-top: 5px; }
          .events-calendar .calendar td ul li span {
            display: block;
            position: absolute;
            left: 10px;
            top: 8px;
            width: 9px;
            height: 9px;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            -ms-border-radius: 9px;
            -o-border-radius: 9px;
            border-radius: 9px; }
      .events-calendar .calendar td > span:first-child {
        position: absolute;
        top: 11px;
        right: 10px; }
      .events-calendar .calendar td li > a {
        font-size: 13px;
        font-weight: 600;
        display: block;
        line-height: 17px;
        margin: 0 0 7px 3px;
        padding: 0 10px 0 20px; }
        @media (max-width: 1024px) {
          .events-calendar .calendar td li > a {
            font-size: 12px;
            line-height: 15px;
            margin: 0 0 10px 3px; } }

@media (max-width: 1024px) {
  .events-calendar .calendar thead th {
    position: relative;
    text-indent: -9999px; }
    .events-calendar .calendar thead th:after {
      text-indent: 0;
      text-align: center;
      position: absolute;
      display: block;
      width: 100%;
      top: 0; }
    .events-calendar .calendar thead th:nth-child(1):after {
      content: "SUN"; }
    .events-calendar .calendar thead th:nth-child(2):after {
      content: "MON"; }
    .events-calendar .calendar thead th:nth-child(3):after {
      content: "TUE"; }
    .events-calendar .calendar thead th:nth-child(4):after {
      content: "WED"; }
    .events-calendar .calendar thead th:nth-child(5):after {
      content: "THU"; }
    .events-calendar .calendar thead th:nth-child(6):after {
      content: "FRI"; }
    .events-calendar .calendar thead th:nth-child(7):after {
      content: "SAT"; } }

.event-index .category-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 500;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 10px;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
  letter-spacing: 1px;
  padding: 0 42px 0 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .event-index .category-button {
      display: none; } }
  .event-index .category-button:after {
    position: absolute;
    top: 16px;
    right: 16px; }
  .event-index .category-button.forward:after {
    -webkit-animation: spin-forward 0.5s ease-out 0s 1;
    -moz-animation: spin-forward 0.5s ease-out 0s 1;
    -ms-animation: spin-forward 0.5s ease-out 0s 1;
    -o-animation: spin-forward 0.5s ease-out 0s 1;
    animation: spin-forward 0.5s ease-out 0s 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .event-index .category-button.backward:after {
    -webkit-animation: spin-backward 0.5s ease-out 0s 1;
    -moz-animation: spin-backward 0.5s ease-out 0s 1;
    -ms-animation: spin-backward 0.5s ease-out 0s 1;
    -o-animation: spin-backward 0.5s ease-out 0s 1;
    animation: spin-backward 0.5s ease-out 0s 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }

.events-calendar .category-box {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 35px 30px;
  position: absolute;
  top: 63px;
  right: 10px;
  width: 60%;
  z-index: 2; }
  .events-calendar .category-box:before {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: 80px; }
  @media (max-width: 1024px) {
    .events-calendar .category-box {
      width: 83%;
      right: 0; } }
  .events-calendar .category-box p {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px; }
  .events-calendar .category-box .calendar-category-filter {
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    -ms-column-gap: 10px;
    -o-column-gap: 10px;
    column-gap: 10px;
    width: 100%; }
    .events-calendar .category-box .calendar-category-filter li {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      font-size: 14px;
      cursor: pointer;
      display: inline-block;
      padding-top: 15px;
      width: 100%; }

.events-list .category-box {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 35px 30px;
  position: absolute;
  top: 63px;
  right: 10px;
  width: 60%;
  z-index: 3; }
  .events-list .category-box:before {
    position: absolute;
    z-index: 2;
    top: -6px;
    right: 80px; }
  @media (max-width: 1024px) {
    .events-list .category-box {
      width: 83%;
      right: 0; } }
  .events-list .category-box p {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px; }
  .events-list .category-box .list-category-filter {
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    -ms-column-gap: 10px;
    -o-column-gap: 10px;
    column-gap: 10px;
    width: 100%; }
    .events-list .category-box .list-category-filter li {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      font-size: 14px;
      cursor: pointer;
      display: inline-block;
      padding-top: 15px;
      width: 100%; }

.events-list .event-mobile-filter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 16px;
  outline: none;
  display: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  padding: 0 38px 0 18px;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .events-list .event-mobile-filter {
      width: 100%;
      display: block; } }

.events-list .style-wrap-arrow {
  display: none;
  float: none;
  clear: right;
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .events-list .style-wrap-arrow {
      display: inline-block;
      margin-top: 0;
      text-align: center;
      width: 100%; } }

.event-hover-outer {
  -webkit-transform: translateY(-103%);
  -moz-transform: translateY(-103%);
  -ms-transform: translateY(-103%);
  -o-transform: translateY(-103%);
  transform: translateY(-103%);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  z-index: 3;
  display: block;
  visibility: hidden;
  position: absolute;
  width: 250%;
  left: -75%; }
  .event-hover-outer .event-hover-inner {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    position: relative;
    width: 100%;
    height: 70px;
    padding: 20px 25px; }
    .event-hover-outer .event-hover-inner .event-hover-title img {
      width: 30%;
      float: left; }
    .event-hover-outer .event-hover-inner .event-hover-title strong {
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      float: left;
      width: 40%;
      padding-left: 5%; }
    .event-hover-outer .event-hover-inner .event-hover-title p {
      font-weight: 400;
      float: left;
      width: 40%;
      padding-left: 5%;
      line-height: 20px; }
    .event-hover-outer .event-hover-inner .event-hover-desc {
      font-size: 14px;
      line-height: 20px;
      padding: 15px 0 20px 0;
      float: left;
      clear: left;
      width: 85%; }
      .event-hover-outer .event-hover-inner .event-hover-desc a {
        font-weight: 700; }
    .event-hover-outer .event-hover-inner .event-bubble-arrow {
      position: absolute;
      right: 15%;
      top: 30px;
      font-size: 32px; }

.event-index td li:hover > .event-hover-outer {
  visibility: visible; }

.calendar tr td:first-child .event-hover-outer {
  left: 10px; }

.calendar tr td:last-child .event-hover-outer {
  left: auto;
  right: 10px; }

.calendar[data-calservice="ccb"] div.event-hover-outer {
  display: none !important; }

.sermon-index .media-top {
  border-bottom: 0; }
  @media (max-width: 1024px) {
    .sermon-index .media-top {
      margin-bottom: 0;
      padding-bottom: 25px; }
      .sermon-index .media-top h1 {
        font-size: 40px;
        width: 50%; } }
  @media (max-width: 768px) {
    .sermon-index .media-top {
      padding-bottom: 0; }
      .sermon-index .media-top h1 {
        font-size: 31px;
        width: 100%; } }
  .sermon-index .media-top .sermon-podcast-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    -webkit-transition: all, 0.1s, linear;
    -moz-transition: all, 0.1s, linear;
    -ms-transition: all, 0.1s, linear;
    -o-transition: all, 0.1s, linear;
    transition: all, 0.1s, linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 12px 20px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .sermon-index .media-top .sermon-podcast-button i {
      position: relative;
      top: 1px; }
    @media (max-width: 1024px) {
      .sermon-index .media-top .sermon-podcast-button {
        font-size: 14px;
        padding: 11px 18px; } }
    @media (max-width: 768px) {
      .sermon-index .media-top .sermon-podcast-button {
        display: none; } }
  .sermon-index .media-top .top-title-line:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .sermon-index .media-top .top-title-line {
      margin-bottom: 0; } }
  .sermon-index .media-top .tabset.primary-tabs {
    float: left;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .sermon-index .media-top .tabset.primary-tabs {
        display: none; } }
    .sermon-index .media-top .tabset.primary-tabs .tab {
      width: 190px; }
      .sermon-index .media-top .tabset.primary-tabs .tab .tab-current {
        padding-right: 18px; }
      .sermon-index .media-top .tabset.primary-tabs .tab span {
        text-align: center;
        width: 150px; }

.sermon-index .current-series,
.sermon-index .all-sermons,
.sermon-index .filter-series,
.sermon-index .filter-date,
.sermon-index .filter-scripture,
.sermon-index .filter-speaker,
.sermon-index .filter-topic,
.sermon-index .sermons-ajax {
  display: none;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .sermon-index .current-series,
    .sermon-index .all-sermons,
    .sermon-index .filter-series,
    .sermon-index .filter-date,
    .sermon-index .filter-scripture,
    .sermon-index .filter-speaker,
    .sermon-index .filter-topic,
    .sermon-index .sermons-ajax {
      margin-top: 20px;
      margin-bottom: 0; } }

.sermon-index .sermon-index-view.default {
  display: grid; }

.media .tabset.primary-tabs, .media .tabset.sort-tabs, .media .filter-by-info {
  margin-top: 50px; }

.media .tabset.sort-tabs span {
  padding: 17px 20px;
  margin-right: 2px; }

.media .tabset.sort-tabs li:first-child span {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }

.media .tabset.sort-tabs li:last-child span {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin-right: 0; }

@media (max-width: 1024px) {
  .media .tabset.sort-tabs {
    display: none; } }

.filter-by-info {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 49px;
  padding-right: 15px;
  float: right; }
  @media (max-width: 1024px) {
    .filter-by-info {
      display: none; } }

.sermon-mobile-filter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 16px;
  outline: none;
  display: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  padding: 0 38px 0 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  @media (max-width: 1024px) {
    .sermon-mobile-filter {
      display: inline-block; } }
  @media (max-width: 768px) {
    .sermon-mobile-filter {
      width: 100%;
      display: block; } }

.sermon-index .style-wrap-arrow {
  display: none;
  float: none;
  clear: right;
  position: relative;
  margin-bottom: 0;
  float: right;
  top: 45px; }
  @media (max-width: 1024px) {
    .sermon-index .style-wrap-arrow {
      display: inline-block;
      margin-top: 0;
      text-align: center; } }
  @media (max-width: 768px) {
    .sermon-index .style-wrap-arrow {
      top: 20px;
      margin-bottom: 20px; } }

.series-hidden {
  float: left; }
  .series-hidden .series-hidden-title {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 49px; }
    @media (max-width: 1024px) {
      .series-hidden .series-hidden-title {
        margin: 45px 0; } }
  .series-hidden .series-hidden-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    -webkit-transition: all, 0.1s, linear;
    -moz-transition: all, 0.1s, linear;
    -ms-transition: all, 0.1s, linear;
    -o-transition: all, 0.1s, linear;
    transition: all, 0.1s, linear;
    font-size: 16px;
    padding: 17px 20px;
    display: none;
    float: left; }

.current-series.sermon-index-view .series-banner {
  width: 100%;
  padding: 48px 0;
  margin-bottom: 10px;
  position: relative; }
  .current-series.sermon-index-view .series-banner:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 768px) {
    .current-series.sermon-index-view .series-banner {
      display: none; } }
  .current-series.sermon-index-view .series-banner .series-banner-img, .current-series.sermon-index-view .series-banner iframe {
    margin-right: 4%;
    width: 35%;
    height: auto;
    float: left; }
    @media (max-width: 1024px) {
      .current-series.sermon-index-view .series-banner .series-banner-img, .current-series.sermon-index-view .series-banner iframe {
        width: 40%;
        margin-right: 3%; } }
    @media (max-width: 768px) {
      .current-series.sermon-index-view .series-banner .series-banner-img, .current-series.sermon-index-view .series-banner iframe {
        display: none; } }
  .current-series.sermon-index-view .series-banner iframe {
    height: 250px; }
  .current-series.sermon-index-view .series-banner .current-series-info {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
    font-weight: 300;
    width: 61%;
    float: left; }
    @media (max-width: 1024px) {
      .current-series.sermon-index-view .series-banner .current-series-info {
        width: 57%; } }
    @media (max-width: 768px) {
      .current-series.sermon-index-view .series-banner .current-series-info {
        width: 100%; } }
    .current-series.sermon-index-view .series-banner .current-series-info h4 {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      font-size: 17px;
      padding: 2px 0 20px 0; }
      @media (max-width: 1024px) {
        .current-series.sermon-index-view .series-banner .current-series-info h4 {
          padding-bottom: 15px; } }
    .current-series.sermon-index-view .series-banner .current-series-info h2 {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 33px;
      padding-bottom: 30px; }
      @media (max-width: 1024px) {
        .current-series.sermon-index-view .series-banner .current-series-info h2 {
          font-size: 30px;
          padding-bottom: 12px; } }
    .current-series.sermon-index-view .series-banner .current-series-info p {
      font-size: 16px;
      line-height: 28px; }
      @media (max-width: 1024px) {
        .current-series.sermon-index-view .series-banner .current-series-info p {
          line-height: 26px; } }
  .current-series.sermon-index-view .series-banner .left-banner, .current-series.sermon-index-view .series-banner .right-banner {
    position: absolute;
    height: 100%;
    width: 5.6%;
    top: 0; }
  .current-series.sermon-index-view .series-banner .left-banner {
    left: -5.6%; }
  .current-series.sermon-index-view .series-banner .right-banner {
    right: -5.6%; }
  .current-series.sermon-index-view .series-banner:after {
    position: relative;
    left: 47%;
    top: 62px; }

.sermon-listing {
  padding: 25px 0 20px 0; }
  .sermon-listing:after {
    content: "";
    display: table;
    clear: both; }
  .sermon-listing .sermon-listing-info {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    width: 67%;
    float: left; }
    .sermon-listing .sermon-listing-info img {
      float: left;
      display: block;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .sermon-listing .sermon-listing-info img {
          display: none; } }
    @media (max-width: 1024px) {
      .sermon-listing .sermon-listing-info {
        width: 50%; } }
    @media (max-width: 768px) {
      .sermon-listing .sermon-listing-info {
        width: 67%; } }
    .sermon-listing .sermon-listing-info .sermon-listing-date {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      padding-bottom: 10px; }
      @media (max-width: 768px) {
        .sermon-listing .sermon-listing-info .sermon-listing-date {
          text-transform: none; } }
    .sermon-listing .sermon-listing-info .sermon-listing-title {
      font-weight: 600;
      font-size: 20px; }
      @media (max-width: 768px) {
        .sermon-listing .sermon-listing-info .sermon-listing-title {
          font-weight: 700;
          font-size: 19px; } }
    .sermon-listing .sermon-listing-info .sermon-listing-details {
      margin-top: 10px;
      line-height: 22px;
      font-size: 15px; }
      .sermon-listing .sermon-listing-info .sermon-listing-details .sermon-listing-detail:after {
        content: "|";
        padding: 0 4px 0 6px; }
        @media (max-width: 768px) {
          .sermon-listing .sermon-listing-info .sermon-listing-details .sermon-listing-detail:after {
            content: "";
            padding: 0; } }
      .sermon-listing .sermon-listing-info .sermon-listing-details .sermon-listing-detail:last-child:after {
        content: "";
        padding: 0; }
      @media (max-width: 1024px) {
        .sermon-listing .sermon-listing-info .sermon-listing-details .sermon-series:after {
          content: "";
          display: block;
          height: 1px; } }

.sermon-listing-tabs {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  list-style-type: none;
  margin-top: 8px;
  font-size: 15px;
  float: right; }
  @media (max-width: 768px) {
    .sermon-listing-tabs {
      font-weight: 600; } }
  .sermon-listing-tabs li {
    float: left; }
    @media (max-width: 768px) {
      .sermon-listing-tabs li {
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        margin-bottom: 8px;
        float: right;
        clear: right; } }
    .sermon-listing-tabs li .sermon-media-tab {
      -webkit-transition: background-color, 0.1s, linear;
      -moz-transition: background-color, 0.1s, linear;
      -ms-transition: background-color, 0.1s, linear;
      -o-transition: background-color, 0.1s, linear;
      transition: background-color, 0.1s, linear;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      padding: 17px 20px; }
      @media (max-width: 768px) {
        .sermon-listing-tabs li .sermon-media-tab {
          padding: 12px 17px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; } }
    .sermon-listing-tabs li:first-child .sermon-media-tab {
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      -o-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      @media (max-width: 768px) {
        .sermon-listing-tabs li:first-child .sermon-media-tab {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; } }
    .sermon-listing-tabs li:last-child .sermon-media-tab {
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -ms-border-radius: 0 5px 5px 0;
      -o-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0; }
      @media (max-width: 768px) {
        .sermon-listing-tabs li:last-child .sermon-media-tab {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; } }
    .sermon-listing-tabs li:first-child:last-child .sermon-media-tab {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .sermon-listing-tabs li .downloads-tab {
      padding-right: 35px;
      position: relative; }
      .sermon-listing-tabs li .downloads-tab:after {
        position: absolute;
        right: 15px;
        top: 22px; }
      .sermon-listing-tabs li .downloads-tab.forward:after {
        -webkit-animation: spin-forward 0.5s ease-out 0s 1;
        -moz-animation: spin-forward 0.5s ease-out 0s 1;
        -ms-animation: spin-forward 0.5s ease-out 0s 1;
        -o-animation: spin-forward 0.5s ease-out 0s 1;
        animation: spin-forward 0.5s ease-out 0s 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      .sermon-listing-tabs li .downloads-tab.backward:after {
        -webkit-animation: spin-backward 0.5s ease-out 0s 1;
        -moz-animation: spin-backward 0.5s ease-out 0s 1;
        -ms-animation: spin-backward 0.5s ease-out 0s 1;
        -o-animation: spin-backward 0.5s ease-out 0s 1;
        animation: spin-backward 0.5s ease-out 0s 1;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both; }
  .sermon-listing-tabs .sermon-downloads {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    list-style-type: none;
    position: absolute;
    display: none;
    z-index: 2;
    width: 145px;
    top: 60px;
    right: 30px; }
    @media (max-width: 768px) {
      .sermon-listing-tabs .sermon-downloads {
        top: 45px; } }
    .sermon-listing-tabs .sermon-downloads li {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: background-color 0.1s linear;
      -moz-transition: background-color 0.1s linear;
      -ms-transition: background-color 0.1s linear;
      -o-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear;
      width: 100%;
      padding: 10px 15px; }
      .sermon-listing-tabs .sermon-downloads li:first-child {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0; }
      .sermon-listing-tabs .sermon-downloads li:last-child {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px; }
      .sermon-listing-tabs .sermon-downloads li:first-child:last-child {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
      @media (max-width: 768px) {
        .sermon-listing-tabs .sermon-downloads li {
          margin-bottom: 0; } }
      .sermon-listing-tabs .sermon-downloads li i {
        -webkit-transform: scale(0.9, 1);
        -moz-transform: scale(0.9, 1);
        -ms-transform: scale(0.9, 1);
        -o-transform: scale(0.9, 1);
        transform: scale(0.9, 1);
        font-size: 13px;
        float: right; }
      .sermon-listing-tabs .sermon-downloads li a {
        max-width: 127px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        float: left; }

@media (max-width: 768px) {
  .sermon-index .sermon-listing .sermon-listing-tabs {
    width: 33%; } }

@media (max-width: 768px) {
  .sermon-index .sermon-listing .sermon-listing-tabs .downloads-tab {
    padding-right: 17px; } }

@media (max-width: 768px) {
  .sermon-index .sermon-listing .sermon-listing-tabs .downloads-tab:after {
    top: 17px;
    display: none; } }

@media (max-width: 768px) {
  .sermon-index .sermon-listing .sermon-listing-tabs ul.sermon-downloads {
    right: 0; } }

.filter-series {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px; }
  .filter-series:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .filter-series {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 768px) {
    .filter-series {
      grid-template-columns: 1fr 1fr; } }
  .filter-series .series-group {
    cursor: pointer;
    display: inline-table;
    margin-bottom: 0;
    padding-right: 0;
    width: 100%; }
    .filter-series .series-group:hover img {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .filter-series .series-group img {
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      width: 100% !important;
      height: auto !important; }
    .filter-series .series-group .series-title {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      font-size: 16px;
      padding-top: 10px;
      width: 100%;
      display: block;
      text-align: center;
      height: 20px; }
      @media (max-width: 768px) {
        .filter-series .series-group .series-title {
          font-size: 13px;
          padding-top: 5px; } }

.filter-date {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600; }
  .filter-date:after {
    content: "";
    display: table;
    clear: both; }
  .filter-date .sermon-year {
    margin-bottom: 50px;
    width: 48%;
    float: left; }
    .filter-date .sermon-year:nth-child(2n+1) {
      margin-right: 4%; }
      @media (max-width: 768px) {
        .filter-date .sermon-year:nth-child(2n+1) {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .filter-date .sermon-year {
        width: 100%; } }
    .filter-date .sermon-year h4 {
      text-align: center;
      letter-spacing: 2px;
      font-weight: 400;
      font-size: 17px;
      margin-bottom: 20px;
      line-height: 35px;
      height: 35px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .filter-date .sermon-year h4 {
          width: 111.5%;
          margin-left: -6%; } }
      @media (max-width: 768px) {
        .filter-date .sermon-year h4 {
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          -o-border-radius: 0px;
          border-radius: 0px; } }
    .filter-date .sermon-year ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      -ms-column-count: 3;
      -o-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      -ms-column-gap: 2em;
      -o-column-gap: 2em;
      column-gap: 2em; }
      @media (max-width: 1024px) {
        .filter-date .sermon-year ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          -ms-column-count: 2;
          -o-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 2em;
          -moz-column-gap: 2em;
          -ms-column-gap: 2em;
          -o-column-gap: 2em;
          column-gap: 2em; } }
      @media (max-width: 768px) {
        .filter-date .sermon-year ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          -ms-column-count: 2;
          -o-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 0px;
          -moz-column-gap: 0px;
          -ms-column-gap: 0px;
          -o-column-gap: 0px;
          column-gap: 0px; } }
      .filter-date .sermon-year ul li {
        list-style-type: none;
        margin-bottom: 15px; }
        .filter-date .sermon-year ul li a {
          font-weight: 600; }
    .filter-date .sermon-year .sermon-year-button {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
      margin: 5px auto 0 auto;
      display: block;
      width: 160px;
      height: 35px;
      font-size: 14px;
      font-weight: 600;
      line-height: 35px;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }

.filter-scripture:after {
  content: "";
  display: table;
  clear: both; }

.filter-scripture .testament {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  float: left;
  width: 49%; }
  @media (max-width: 1024px) {
    .filter-scripture .testament {
      width: 100%;
      margin-bottom: 30px; } }
  .filter-scripture .testament h4 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 35px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    @media (max-width: 768px) {
      .filter-scripture .testament h4 {
        width: 111.5%;
        margin-left: -6%; } }
    @media (max-width: 768px) {
      .filter-scripture .testament h4 {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px; } }
  .filter-scripture .testament ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0; }
    @media (max-width: 1024px) {
      .filter-scripture .testament ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 6em;
        -moz-column-gap: 6em;
        -ms-column-gap: 6em;
        -o-column-gap: 6em;
        column-gap: 6em; } }
    @media (max-width: 768px) {
      .filter-scripture .testament ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -ms-column-gap: 0;
        -o-column-gap: 0;
        column-gap: 0; } }
    .filter-scripture .testament ul li {
      font-size: 17px;
      margin-bottom: 10px;
      list-style-type: none; }
      .filter-scripture .testament ul li a {
        font-weight: 600; }
      .filter-scripture .testament ul li span {
        vertical-align: middle;
        margin-left: 10px;
        padding: 2px 7px;
        font-size: 11px;
        position: relative;
        top: -1px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        @media (max-width: 768px) {
          .filter-scripture .testament ul li span {
            display: none; } }

.filter-scripture .old-testament {
  padding-right: 2%; }
  @media (max-width: 1024px) {
    .filter-scripture .old-testament {
      padding-right: 0; } }

.filter-speaker:after {
  content: "";
  display: table;
  clear: both; }

.filter-speaker .speaker-block {
  width: 100%;
  padding: 30px 0;
  float: left; }
  .filter-speaker .speaker-block:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .filter-speaker .speaker-block {
      text-align: center; }
      .filter-speaker .speaker-block .speaker-inner {
        text-align: left;
        min-height: 100px;
        width: 100%; } }

.filter-speaker .speaker-group {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  width: 100%;
  float: left; }
  .filter-speaker .speaker-group:after {
    content: "";
    display: table;
    clear: both; }
  .filter-speaker .speaker-group h4 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 17px;
    line-height: 37px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    @media (max-width: 768px) {
      .filter-speaker .speaker-group h4 {
        width: 111.5%;
        margin-left: -6%; } }
    @media (max-width: 768px) {
      .filter-speaker .speaker-group h4 {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px; } }
  .filter-speaker .speaker-group img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-right: 2%;
    width: 100px;
    height: 100px;
    float: left; }
    @media (max-width: 768px) {
      .filter-speaker .speaker-group img {
        -webkit-border-radius: 72px;
        -moz-border-radius: 72px;
        -ms-border-radius: 72px;
        -o-border-radius: 72px;
        border-radius: 72px;
        margin-right: 4%;
        width: 72px;
        height: 72px; } }
  .filter-speaker .speaker-group .speaker-info {
    float: left;
    width: 57%; }
    @media (max-width: 1024px) {
      .filter-speaker .speaker-group .speaker-info {
        float: none;
        width: auto; } }
    .filter-speaker .speaker-group .speaker-info h3 {
      width: 100%;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .filter-speaker .speaker-group .speaker-info h3 {
          padding-top: 12px; } }
    .filter-speaker .speaker-group .speaker-info .speaker-name {
      font-size: 25px; }
      @media (max-width: 768px) {
        .filter-speaker .speaker-group .speaker-info .speaker-name {
          font-size: 19px; }
          .filter-speaker .speaker-group .speaker-info .speaker-name:after {
            content: "";
            display: block; } }
    .filter-speaker .speaker-group .speaker-info .speaker-title {
      font-size: 19px;
      font-weight: 400; }
      @media (max-width: 768px) {
        .filter-speaker .speaker-group .speaker-info .speaker-title {
          display: inline-block;
          margin-top: 5px;
          font-size: 18px; } }
    .filter-speaker .speaker-group .speaker-info .pipebar {
      font-size: 21px;
      font-weight: 400;
      padding: 0 10px;
      position: relative;
      top: 1px; }
      @media (max-width: 768px) {
        .filter-speaker .speaker-group .speaker-info .pipebar {
          display: none; } }
    .filter-speaker .speaker-group .speaker-info p {
      font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 768px) {
        .filter-speaker .speaker-group .speaker-info p {
          font-size: 15px;
          line-height: 22px;
          padding-top: 5px;
          display: block;
          float: left; } }
      .filter-speaker .speaker-group .speaker-info p a {
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        margin-left: 5px; }
  .filter-speaker .speaker-group .speaker-page-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 15px 22px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 1024px) {
      .filter-speaker .speaker-group .speaker-page-button {
        float: none; } }
    @media (max-width: 768px) {
      .filter-speaker .speaker-group .speaker-page-button {
        padding: 13px 20px;
        font-size: 14px; } }

.filter-topic {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600; }
  .filter-topic:after {
    content: "";
    display: table;
    clear: both; }
  .filter-topic h4 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 35px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    @media (max-width: 768px) {
      .filter-topic h4 {
        width: 111.5%;
        margin-left: -6%; } }
    @media (max-width: 768px) {
      .filter-topic h4 {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px; } }
  .filter-topic ul {
    list-style-type: none; }
    .filter-topic ul li {
      font-size: 17px;
      margin-bottom: 12px;
      padding-right: 1%;
      font-weight: 600;
      width: 24%;
      float: left; }
      @media (max-width: 1024px) {
        .filter-topic ul li {
          width: 31%;
          padding-right: 2%; } }
      @media (max-width: 768px) {
        .filter-topic ul li {
          width: 45%;
          padding-right: 5%;
          font-size: 16px; } }
      .filter-topic ul li span {
        vertical-align: middle;
        margin-left: 10px;
        padding: 2px 7px;
        font-size: 11px;
        position: relative;
        top: -1px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        @media (max-width: 768px) {
          .filter-topic ul li span {
            display: none; } }

.sermon-detail .media:after {
  content: "";
  display: table;
  clear: both; }

.sermon-detail .media .sermon-detail-left {
  width: 66%;
  float: left; }
  @media (max-width: 1024px) {
    .sermon-detail .media .sermon-detail-left {
      width: 100%; } }

.sermon-detail .sermon-detail-top {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  padding-bottom: 20px; }
  .sermon-detail .sermon-detail-top:after {
    content: "";
    display: table;
    clear: both; }
  .sermon-detail .sermon-detail-top h1 {
    width: 100%;
    font-size: 34px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .sermon-detail .sermon-detail-top h1 {
        font-size: 27px;
        margin-bottom: 10px; } }
  .sermon-detail .sermon-detail-top .sermon-info {
    font-size: 18px;
    line-height: 30px; }
    @media (max-width: 768px) {
      .sermon-detail .sermon-detail-top .sermon-info {
        font-size: 17px;
        line-height: 26px; } }
    .sermon-detail .sermon-detail-top .sermon-info .sermon-date {
      font-weight: 600; }
    .sermon-detail .sermon-detail-top .sermon-info span:after {
      padding: 0 3px 0 7px;
      content: "|"; }
      @media (max-width: 768px) {
        .sermon-detail .sermon-detail-top .sermon-info span:after {
          content: "";
          padding: 0;
          display: block; } }
    .sermon-detail .sermon-detail-top .sermon-info span:last-child:after {
      display: none; }
  .sermon-detail .sermon-detail-top .sermon-listing-tabs {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    margin-top: 20px;
    width: 100%; }
    .sermon-detail .sermon-detail-top .sermon-listing-tabs .sermon-media-tab {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      padding: 17px 35px;
      margin-right: 10px;
      font-weight: 600; }
      @media (max-width: 768px) {
        .sermon-detail .sermon-detail-top .sermon-listing-tabs .sermon-media-tab {
          padding: 12px 17px;
          float: left; } }
      .sermon-detail .sermon-detail-top .sermon-listing-tabs .sermon-media-tab span {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; }
    @media (max-width: 768px) {
      .sermon-detail .sermon-detail-top .sermon-listing-tabs li {
        clear: none;
        float: left;
        margin-bottom: 0; }
        .sermon-detail .sermon-detail-top .sermon-listing-tabs li .downloads-tab {
          float: right;
          display: inline-block; } }
    .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(1) li:nth-child(3) {
      float: none; }
    .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(2) li:nth-child(3) {
      float: none; }
    .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(3) {
      float: right; }
      .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(3) li:nth-child(3) {
        float: none; }
      @media (max-width: 768px) {
        .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(3) {
          float: left; } }
      .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(3) .downloads-tab {
        padding-right: 50px;
        margin-right: 0; }
        @media (max-width: 768px) {
          .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(3) .downloads-tab {
            padding-right: 17px; } }
        .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(3) .downloads-tab:after {
          right: 30px; }
          @media (max-width: 768px) {
            .sermon-detail .sermon-detail-top .sermon-listing-tabs li:nth-child(3) .downloads-tab:after {
              display: none; } }

.sermon-detail .cms-output .speaker-photo {
  padding: 0 25px 5px 0;
  max-width: 200px;
  height: auto;
  float: left; }
  @media (max-width: 768px) {
    .sermon-detail .cms-output .speaker-photo {
      display: none; } }

.sermon-detail .sermon-detail-right {
  float: right;
  width: 29%; }
  .sermon-detail .sermon-detail-right:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .sermon-detail .sermon-detail-right {
      display: none; } }
  .sermon-detail .sermon-detail-right a {
    width: 100%; }
    .sermon-detail .sermon-detail-right a img {
      -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
      -ms-transition: opacity 0.1s linear;
      -o-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear;
      opacity: 1;
      width: 100%;
      height: auto;
      float: left; }
      .sermon-detail .sermon-detail-right a img:hover {
        opacity: .85; }
  .sermon-detail .sermon-detail-right iframe {
    width: 100%;
    height: 200px;
    float: left; }
  .sermon-detail .sermon-detail-right .more-sermons {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    padding: 25px 0 20px 0;
    width: 100%; }
    .sermon-detail .sermon-detail-right .more-sermons p, .sermon-detail .sermon-detail-right .more-sermons a {
      padding: 0 25px; }
    .sermon-detail .sermon-detail-right .more-sermons h4 {
      font-size: 15px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 25px; }
    .sermon-detail .sermon-detail-right .more-sermons .side-sermon-date {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 3px; }
    .sermon-detail .sermon-detail-right .more-sermons a {
      display: block;
      font-weight: 700;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px; }
    .sermon-detail .sermon-detail-right .more-sermons.in-series {
      float: left; }
  .sermon-detail .sermon-detail-right .speaker-detail-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    width: 100%; }

@media (max-width: 768px) {
  .small-groups #content .media {
    width: 100%; } }

.small-groups #content .media .loading {
  display: none; }

.small-groups #content .media .groups-header.media-top {
  margin-bottom: 25px;
  padding-bottom: 0;
  position: relative;
  border-bottom: 0 !important; }
  .small-groups #content .media .groups-header.media-top:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .small-groups #content .media .groups-header.media-top .media-title {
      font-size: 37px;
      width: 40%; } }
  @media (max-width: 768px) {
    .small-groups #content .media .groups-header.media-top .media-title {
      font-size: 31px;
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 15px; } }
  .small-groups #content .media .groups-header.media-top .group-search-wrap {
    position: relative; }
    @media (max-width: 768px) {
      .small-groups #content .media .groups-header.media-top .group-search-wrap {
        width: 90%;
        margin: 0 auto; } }
  .small-groups #content .media .groups-header.media-top .search-box {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    padding: 14px 95px 14px 30px;
    -webkit-appearance: none;
    float: right;
    font-size: 15px; }
    @media (max-width: 768px) {
      .small-groups #content .media .groups-header.media-top .search-box {
        display: block;
        margin: 0 auto;
        padding: 0;
        float: none;
        width: 100%;
        height: 44px;
        font-size: 16px;
        text-indent: 24px; } }
  .small-groups #content .media .groups-header.media-top .group-search-icon {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 15px; }

.small-groups #content .media .groups-tagging {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  top: -10px; }
  @media (max-width: 768px) {
    .small-groups #content .media .groups-tagging {
      top: 0; } }
  .small-groups #content .media .groups-tagging .tagging-title {
    font-size: 18px;
    font-weight: 700;
    display: inline;
    padding-right: 8px; }
    @media (max-width: 768px) {
      .small-groups #content .media .groups-tagging .tagging-title {
        display: block;
        font-size: 16px;
        text-align: center; } }
  .small-groups #content .media .groups-tagging .group-tags {
    display: inline;
    list-style-type: none; }
    .small-groups #content .media .groups-tagging .group-tags li {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      margin: 10px 8px 0 0;
      padding: 12px 14px;
      font-size: 16px; }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-tagging .group-tags li {
          padding: 4px 14px;
          text-align: center;
          display: block; } }
      .small-groups #content .media .groups-tagging .group-tags li span {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;
        transform: scale(1.2, 1);
        padding-right: 10px;
        font-weight: 400; }
      .small-groups #content .media .groups-tagging .group-tags li:last-child {
        padding-left: 0; }
  .small-groups #content .media .groups-tagging .clear-all-button {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px; }
    @media (max-width: 768px) {
      .small-groups #content .media .groups-tagging .clear-all-button {
        display: none !important; } }

.small-groups #content .media .groups-data {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  border-collapse: separate;
  width: 100%; }
  @media (max-width: 1024px) {
    .small-groups #content .media .groups-data tr > *:nth-child(5),
    .small-groups #content .media .groups-data tr > *:nth-child(6),
    .small-groups #content .media .groups-data tr > *:nth-child(7),
    .small-groups #content .media .groups-data tr > *:nth-child(8),
    .small-groups #content .media .groups-data tr > *:nth-child(9),
    .small-groups #content .media .groups-data tr > *:nth-child(10) {
      display: none !important; } }
  @media (max-width: 768px) {
    .small-groups #content .media .groups-data tr > *:nth-child(3),
    .small-groups #content .media .groups-data tr > *:nth-child(4) {
      display: none !important; } }
  .small-groups #content .media .groups-data thead tr {
    height: 63px; }
    @media (max-width: 1024px) {
      .small-groups #content .media .groups-data thead tr td {
        width: 22.6%; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .small-groups #content .media .groups-data thead tr td {
      width: 50%; } }
    @media (max-width: 1024px) {
      .small-groups #content .media .groups-data thead tr td:first-child {
        width: 32%; } }
    .small-groups #content .media .groups-data thead tr .filter-heading span {
      font-weight: 600;
      font-size: 18px;
      margin-left: 24px;
      letter-spacing: 0.075em;
      text-transform: uppercase; }
    .small-groups #content .media .groups-data thead tr .select-wrap {
      max-width: 180px; }
      @media (max-width: 1024px) {
        .small-groups #content .media .groups-data thead tr .select-wrap {
          max-width: none;
          margin-right: 12px; } }
    .small-groups #content .media .groups-data thead tr select {
      -webkit-transition: all 0.05s linear;
      -moz-transition: all 0.05s linear;
      -ms-transition: all 0.05s linear;
      -o-transition: all 0.05s linear;
      transition: all 0.05s linear;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-size: 15px;
      padding: 8px 28px 8px 14px;
      margin-right: 12px;
      font-weight: 600;
      max-width: 160px; }
      @media (max-width: 1024px) {
        .small-groups #content .media .groups-data thead tr select {
          width: 100%;
          max-width: none; } }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-data thead tr select {
          font-size: 16px; } }
  .small-groups #content .media .groups-data tbody:before {
    content: '';
    height: 10px;
    display: block;
    background: transparent; }
  .small-groups #content .media .groups-data tbody tr.visible td {
    padding: 28px 0;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    vertical-align: top; }
    .small-groups #content .media .groups-data tbody tr.visible td:first-child {
      font-weight: 700;
      padding-left: 24px;
      padding-right: 24px;
      line-height: 26px;
      font-size: 16px;
      width: 32%; }
      @media (max-width: 1024px) {
        .small-groups #content .media .groups-data tbody tr.visible td:first-child {
          width: auto;
          font-size: 15px; } }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-data tbody tr.visible td:first-child {
          width: 50%; } }
    .small-groups #content .media .groups-data tbody tr.visible td .show-button {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      display: inline-block;
      font-size: 24px;
      right: 20px;
      width: 50px;
      height: 50px; }
      .small-groups #content .media .groups-data tbody tr.visible td .show-button.shown {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: -8px;
        top: 0; }
      .small-groups #content .media .groups-data tbody tr.visible td .show-button.tablet-only {
        display: none;
        top: 27px; }
        .small-groups #content .media .groups-data tbody tr.visible td .show-button.tablet-only.shown {
          top: 0px; }
        @media (max-width: 1024px) {
          .small-groups #content .media .groups-data tbody tr.visible td .show-button.tablet-only {
            display: block; } }
        @media (max-width: 768px) {
          .small-groups #content .media .groups-data tbody tr.visible td .show-button.tablet-only {
            display: none; } }
      .small-groups #content .media .groups-data tbody tr.visible td .show-button.mobile-only {
        display: none;
        top: 27px; }
        .small-groups #content .media .groups-data tbody tr.visible td .show-button.mobile-only.shown {
          top: 0px; }
        @media (max-width: 768px) {
          .small-groups #content .media .groups-data tbody tr.visible td .show-button.mobile-only {
            display: block; } }
  .small-groups #content .media .groups-data tbody tr.hidden td {
    padding: 10px 0 28px 0; }
    .small-groups #content .media .groups-data tbody tr.hidden td:after {
      content: "";
      display: table;
      clear: both; }
    .small-groups #content .media .groups-data tbody tr.hidden td .img-wrap {
      margin-left: 5%;
      width: 24%;
      float: left;
      display: inline-block;
      min-height: 150px; }
      @media (max-width: 1024px) {
        .small-groups #content .media .groups-data tbody tr.hidden td .img-wrap {
          width: 36%; } }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-data tbody tr.hidden td .img-wrap {
          width: 80%;
          height: auto;
          min-height: auto;
          margin-left: 20px; } }
      .small-groups #content .media .groups-data tbody tr.hidden td .img-wrap img {
        width: 100%;
        height: auto; }
        @media (max-width: 1024px) {
          .small-groups #content .media .groups-data tbody tr.hidden td .img-wrap img {
            margin-bottom: 12px; } }
        @media (max-width: 768px) {
          .small-groups #content .media .groups-data tbody tr.hidden td .img-wrap img {
            max-width: 150px !important; } }
    .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content {
      margin-left: 3%;
      width: 68%;
      display: inline-block;
      float: left; }
      @media (max-width: 1024px) {
        .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content {
          width: 56%; } }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content {
          width: 97%;
          padding-left: 20px;
          margin-left: 0; } }
      .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header {
        margin-bottom: 10px; }
        .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header:after {
          content: "";
          display: table;
          clear: both; }
        .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data {
          width: 63%;
          font-size: 15px;
          float: left;
          display: inline-block; }
          @media (max-width: 1024px) {
            .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data {
              width: 90%; }
              .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data span {
                display: block; } }
          .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data h3 {
            font-size: 22px;
            margin-bottom: 10px; }
            @media (max-width: 768px) {
              .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data h3 {
                font-size: 22px; } }
          .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data p {
            margin-bottom: 5px;
            line-height: 18px; }
            .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data p.tablet-only {
              display: none; }
            @media (max-width: 1024px) {
              .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data p {
                margin-bottom: 0;
                line-height: 28px; }
                .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data p.tablet-only {
                  display: block; } }
          .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data .pipebar {
            font-weight: 700;
            padding: 0 3px; }
            @media (max-width: 1024px) {
              .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-header .hidden-data .pipebar {
                display: none; } }
      .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-description {
        font-size: 16px;
        line-height: 26px;
        padding-right: 60px; }
        @media (max-width: 768px) {
          .small-groups #content .media .groups-data tbody tr.hidden td .hidden-content .hidden-description {
            padding-right: 20px; } }
    .small-groups #content .media .groups-data tbody tr.hidden td .email-leader-button {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: background 0.1s linear;
      -moz-transition: background 0.1s linear;
      -ms-transition: background 0.1s linear;
      -o-transition: background 0.1s linear;
      transition: background 0.1s linear;
      display: inline-block;
      margin-right: 45px;
      padding: 16px 18px;
      font-size: 16px;
      float: right; }
      @media (max-width: 1024px) {
        .small-groups #content .media .groups-data tbody tr.hidden td .email-leader-button {
          display: none; } }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-data tbody tr.hidden td .email-leader-button {
          display: block;
          float: left;
          margin: 14px 0 14px 0; } }
      .small-groups #content .media .groups-data tbody tr.hidden td .email-leader-button.tablet-only {
        display: none;
        font-size: 15px;
        margin: 0 auto 0 auto;
        text-align: center;
        width: 134px;
        float: none; }
        @media (max-width: 1024px) {
          .small-groups #content .media .groups-data tbody tr.hidden td .email-leader-button.tablet-only {
            display: block; } }
        @media (max-width: 768px) {
          .small-groups #content .media .groups-data tbody tr.hidden td .email-leader-button.tablet-only {
            display: none; } }
  .small-groups #content .media .groups-data tbody tr + .no-vals {
    display: none; }
  .small-groups #content .media .groups-data tbody tr.hidden.shown td {
    background-clip: padding-box; }

.small-groups #content .media .groups-pagination {
  margin: 0 auto;
  text-align: center;
  list-style-type: none;
  height: 40px;
  margin-top: 30px; }
  .small-groups #content .media .groups-pagination li {
    height: 40px;
    display: inline; }
    @media (max-width: 768px) {
      .small-groups #content .media .groups-pagination li {
        display: none !important; } }
    .small-groups #content .media .groups-pagination li a {
      -webkit-transition: background-color 0.02s linear;
      -moz-transition: background-color 0.02s linear;
      -ms-transition: background-color 0.02s linear;
      -o-transition: background-color 0.02s linear;
      transition: background-color 0.02s linear;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      font-weight: 600;
      font-size: 16px;
      display: inline-block;
      line-height: 40px;
      height: 40px;
      width: 42px; }
    .small-groups #content .media .groups-pagination li:first-child, .small-groups #content .media .groups-pagination li:last-child {
      position: relative; }
      .small-groups #content .media .groups-pagination li:first-child:before, .small-groups #content .media .groups-pagination li:last-child:before {
        z-index: 2; }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-pagination li:first-child, .small-groups #content .media .groups-pagination li:last-child {
          display: inline-block !important; } }
    .small-groups #content .media .groups-pagination li:first-child a {
      -webkit-border-radius: 8px 0 0 8px;
      -moz-border-radius: 8px 0 0 8px;
      -ms-border-radius: 8px 0 0 8px;
      -o-border-radius: 8px 0 0 8px;
      border-radius: 8px 0 0 8px;
      padding: 0 18px 0 28px;
      position: relative;
      width: auto; }
      @media (max-width: 768px) {
        .small-groups #content .media .groups-pagination li:first-child a span {
          display: none; } }
    .small-groups #content .media .groups-pagination li:last-child a {
      -webkit-border-radius: 0 8px 8px 0;
      -moz-border-radius: 0 8px 8px 0;
      -ms-border-radius: 0 8px 8px 0;
      -o-border-radius: 0 8px 8px 0;
      border-radius: 0 8px 8px 0;
      padding: 0 28px 0 18px;
      position: relative;
      width: auto; }
  .small-groups #content .media .groups-pagination .disabled {
    pointer-events: none; }

.groups-modal-wrap {
  -webkit-transition: background-color 0.12s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.12s linear, opacity 0.2s linear;
  -ms-transition: background-color 0.12s linear, opacity 0.2s linear;
  -o-transition: background-color 0.12s linear, opacity 0.2s linear;
  transition: background-color 0.12s linear, opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1; }
  .groups-modal-wrap.in {
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    opacity: 1; }

.groups-modal {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 600px;
  min-height: 568px;
  margin-left: -300px;
  margin-top: -284px;
  z-index: 1000; }
  @media (max-width: 768px) {
    .groups-modal {
      width: 100%;
      top: 0;
      left: 0;
      margin: 0;
      position: absolute;
      overflow-y: scroll; } }
  .groups-modal .groups-modal-close {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    width: 65px;
    height: 65px;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0; }
    .groups-modal .groups-modal-close:before {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 600;
      font-weight: 400;
      content: "\00d7";
      line-height: 60px;
      text-align: center;
      font-size: 35px; }
  .groups-modal h3 {
    font-size: 26px;
    text-align: center;
    margin: 55px 0 40px 0; }
  .groups-modal form {
    width: 456px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .groups-modal form {
        width: 86%; } }
  .groups-modal label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px; }
  .groups-modal input, .groups-modal textarea {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    display: block;
    margin-bottom: 16px;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px; }
  .groups-modal input {
    -webkit-appearance: none;
    height: 40px;
    font-size: 16px; }
  .groups-modal textarea {
    -webkit-appearance: none;
    height: 135px;
    padding: 10px 3%; }
    @media (max-width: 768px) {
      .groups-modal textarea {
        height: 85px; } }
  .groups-modal .email-submit-button {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    width: 86px !important;
    height: 44px !important;
    margin: 0 auto;
    padding: 0; }
  .groups-modal .status li {
    font-weight: 700;
    padding-bottom: 2px; }
    .groups-modal .status li:first-child {
      margin-top: 25px; }
    .groups-modal .status li:last-child {
      margin-bottom: 30px; }
  .groups-modal .status.errors {
    margin-left: 20px; }
    .groups-modal .status.errors li {
      color: #D8000C; }
  .groups-modal .status.success li {
    list-style: none;
    text-align: center;
    color: #4F8A10; }

.footer-overlay {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#content .hidden-content .custom,
#content .hidden-content .type + .pipebar {
  display: none !important; }

.media .post-share .share-sidebar {
  margin: 0 auto;
  position: relative;
  width: 60%;
  top: 25px; }

.media .post-share .fb-like {
  top: 0 !important;
  left: 0 !important;
  left: auto !important;
  position: static !important; }

.media .post-share .twitter-share-button {
  top: 0px !important;
  left: auto !important;
  position: static !important;
  margin-left: 5px; }

.post-share-over {
  display: none;
  padding-top: 20px; }
  @media (max-width: 768px) {
    .post-share-over {
      display: block; } }
  .post-share-over .twitter-share-button {
    position: relative !important;
    top: 8px; }

.event-detail-info .post-share-over {
  padding-top: 20px;
  float: left; }
  .event-detail-info .post-share-over .twitter-share-button {
    top: 3px; }

.sermon-detail-top .post-share-over {
  padding-bottom: 20px;
  float: left;
  width: 100%; }
  .sermon-detail-top .post-share-over .twitter-share-button {
    top: 3px; }

.post-share-under {
  height: 50px; }
  .post-share-under .twitter-share-button {
    position: relative !important;
    top: 3px; }

@media (max-width: 768px) {
  .sermon-detail .post-share-under, .event-detail .post-share-under, .blog-post .post-share-under {
    display: none; } }

.sermon-detail .sermon-detail-right .post-share {
  height: 73px;
  position: relative;
  width: 100% !important;
  float: left; }
  .sermon-detail .sermon-detail-right .post-share .fb-like {
    position: absolute;
    top: 25px;
    left: 100px; }
  .sermon-detail .sermon-detail-right .post-share .twitter-share-button {
    position: absolute !important;
    top: 26px;
    left: 185px; }

.post-share {
  height: 73px;
  position: relative; }
  .post-share .share-text {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 27px;
    left: 45px; }
  .post-share .fb-like {
    position: absolute;
    top: 25px;
    left: 100px; }
  .post-share .twitter-share-button {
    position: absolute !important;
    top: 26px;
    left: 185px; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #content .post-share .twitter-share-button {
      position: relative !important;
      top: 3px !important;
      right: 4px !important; }
    .sermon-detail #content .post-share .twitter-share-button {
      position: absolute !important;
      top: 0px !important;
      right: 14px !important;
      float: right; } } }

.campus-selector-v2 {
  height: 52px; }
  .campus-selector-v2 .campus-selector-tabs {
    text-align: center; }
    @media (max-width: 1024px) {
      .campus-selector-v2 .campus-selector-tabs {
        display: none; } }
    .campus-selector-v2 .campus-selector-tabs h5 {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      font-size: 14px;
      line-height: 52px;
      margin-right: 25px; }
    .campus-selector-v2 .campus-selector-tabs ul {
      display: inline-block; }
      .campus-selector-v2 .campus-selector-tabs ul li {
        font-family: "Montserrat-OTF", sans-serif;
        font-weight: 600;
        display: inline-block; }
        .campus-selector-v2 .campus-selector-tabs ul li a {
          -webkit-transition: background-color 0.1s linear;
          -moz-transition: background-color 0.1s linear;
          -ms-transition: background-color 0.1s linear;
          -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
          -webkit-appearance: none;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          padding: 8px 12px;
          font-size: 15px;
          font-weight: 600;
          display: inline; }
        .campus-selector-v2 .campus-selector-tabs ul li:not(:last-child) a {
          margin-right: 8px; }
  .campus-selector-v2 .campus-selector-dropdown {
    text-align: center;
    display: none; }
    @media (max-width: 1024px) {
      .campus-selector-v2 .campus-selector-dropdown {
        display: block; } }
    .campus-selector-v2 .campus-selector-dropdown h5 {
      -webkit-transition: background-color 0.1s linear;
      -moz-transition: background-color 0.1s linear;
      -ms-transition: background-color 0.1s linear;
      -o-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      text-align: left;
      text-indent: 22px;
      line-height: 34px;
      font-size: 14px;
      margin-top: 9px;
      width: 228px;
      height: 34px;
      position: relative;
      z-index: 999; }
      .campus-selector-v2 .campus-selector-dropdown h5:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: -11px;
        right: 8px;
        content: "›";
        font-size: 28px;
        font-weight: 100; }
      .campus-selector-v2 .campus-selector-dropdown h5.open {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -ms-border-radius: 6px 6px 0 0;
        -o-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0; }
      .campus-selector-v2 .campus-selector-dropdown h5.open:after {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        top: 10px;
        right: 12px; }
    .campus-selector-v2 .campus-selector-dropdown ul {
      position: relative;
      display: none;
      z-index: 10000; }
      .campus-selector-v2 .campus-selector-dropdown ul li {
        font-family: "Montserrat-OTF", sans-serif;
        font-weight: 600;
        text-align: center;
        font-size: 15px; }
        .campus-selector-v2 .campus-selector-dropdown ul li a {
          width: 180px;
          padding: 0 24px;
          display: inline-block;
          line-height: 40px;
          height: 40px; }
        .campus-selector-v2 .campus-selector-dropdown ul li:last-child a {
          -webkit-border-radius: 0 0 6px 6px;
          -moz-border-radius: 0 0 6px 6px;
          -ms-border-radius: 0 0 6px 6px;
          -o-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px; }

#subpage #churches {
  display: block;
  padding-bottom: 0; }
  @media (max-width: 940px) {
    #subpage #churches .title-border {
      padding: 0; } }
  #subpage #churches ul.cf-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 324px;
    height: 49px;
    margin: 0 auto;
    display: block;
    position: relative; }
    @media (max-width: 940px) {
      #subpage #churches ul.cf-tabs {
        display: none; } }
    @media (max-width: 720px) {
      #subpage #churches ul.cf-tabs {
        display: none; } }
    #subpage #churches ul.cf-tabs li {
      position: relative;
      display: inline-block;
      height: 49px;
      line-height: 50px !important;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 400;
      font-size: 16px;
      border-radius: 0;
      text-align: center;
      cursor: pointer;
      margin-left: 0;
      float: left;
      width: 162px; }
    #subpage #churches ul.cf-tabs li.first-child {
      margin-right: 0; }
  #subpage #churches div.cf-tabs-holder {
    max-width: 100%;
    width: 100%;
    margin: 0 0 50px 0;
    padding-bottom: 0; }
    @media (max-width: 940px) {
      #subpage #churches div.cf-tabs-holder {
        margin: 0; } }
    #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder {
      display: block; }
      #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar {
        padding-bottom: 0;
        line-height: 62px;
        border-bottom: 0;
        padding: 0 10px 0 26px; }
        @media (max-width: 940px) {
          #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar {
            display: none; } }
        @media (max-width: 720px) {
          #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar {
            display: none; } }
        #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar label {
          font-size: 16px;
          font-weight: bold;
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600; }
          #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar label input {
            padding: 0 15px;
            width: 180px;
            height: 33px;
            border-radius: 4px;
            margin: 10px 11px 10px 14px;
            font-size: 16px; }
          #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar label .select {
            display: inline-block;
            padding: 0 0 0 10px;
            width: 206px;
            height: 34px;
            line-height: 34px;
            background: url(img/church_finder_select.png) no-repeat;
            font: bold "adobe-caslon-pro", serif;
            position: relative; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar label .select select {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              opacity: 0;
              filter: alpha(opacity=0); }
        #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar #state-sort select:after {
          content: "";
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #fff;
          position: absolute;
          right: 0;
          top: 0;
          display: iblock; }
        #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-header-bar a {
          display: block;
          height: 31px;
          width: 160px;
          text-align: center;
          float: right;
          margin: 10px 0 0;
          padding-top: 6px;
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          font-weight: 400;
          font-size: 15px;
          line-height: 26px;
          text-decoration: none;
          border-radius: 4px; }
      #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map {
        width: 100%;
        min-height: 500px;
        margin-bottom: 40px; }
        #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map * {
          padding-bottom: 0; }
        #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map img {
          max-width: inherit; }
        #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox {
          position: absolute;
          width: 590px !important;
          height: auto;
          border: none;
          border-radius: 5px; }
          #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content {
            position: relative;
            padding: 25px 25px 13px 25px;
            width: auto;
            height: auto;
            display: block; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content:after {
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 13px solid #fff;
              content: '';
              position: absolute;
              bottom: 0;
              left: 50%;
              margin-left: -5px;
              margin-bottom: -13px; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-left {
              display: inline-block;
              position: relative;
              margin-right: -3px;
              vertical-align: top;
              max-width: 170px;
              height: 100%;
              min-height: 98px;
              background-size: contain !important;
              margin-right: 23px; }
              #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-left:after {
                content: '';
                display: table;
                clear: both; }
              #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-left img {
                max-height: 94px;
                max-width: 100%;
                height: auto;
                width: auto; }
              @media (max-width: 720px) {
                #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-left {
                  width: 100%; } }
              #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-left a:hover {
                text-decoration: underline; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right {
              display: inline-block;
              margin-right: -3px;
              vertical-align: top;
              width: 330px; }
              #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right h3 {
                font-family: "Montserrat-OTF", sans-serif;
                font-weight: 600;
                font-size: 15px;
                padding-bottom: 10px; }
                #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right h3 a:hover {
                  text-decoration: underline; }
              #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right p {
                font-family: "Montserrat-OTF", sans-serif;
                font-weight: 100;
                font-size: 14px;
                padding-bottom: 15px; }
              #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right span {
                display: block;
                position: relative; }
                #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right span p {
                  display: inline-block;
                  font-family: "Montserrat-OTF", sans-serif;
                  font-weight: 100;
                  font-size: 14px;
                  border-left: 1px solid #000;
                  padding: 0 9px 0 9px;
                  line-height: 11px;
                  margin-bottom: 15px; }
                  #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right span p:first-child {
                    border-left: none;
                    padding-left: 0; }
                #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right span a {
                  display: inline-block;
                  font-family: "Montserrat-OTF", sans-serif;
                  font-weight: 100;
                  font-size: 14px;
                  border-left: 1px solid #000;
                  padding: 0 9px 0 9px;
                  line-height: 11px;
                  margin-bottom: 15px; }
                  #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right span a:first-child {
                    border-left: none;
                    padding-left: 0; }
                  #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-infobox-right span a:hover {
                    text-decoration: underline; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content h3 {
              margin: 0;
              padding-bottom: 15px;
              font-family: "Montserrat-OTF", sans-serif;
              font-weight: 600;
              font-size: 15px;
              line-height: 15px; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content ul {
              margin: 0;
              padding: 0;
              list-style: none; }
              #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content ul li {
                font-size: 14px;
                margin: 0;
                list-style: none;
                line-height: 14px;
                font-family: "Montserrat-OTF", sans-serif;
                font-weight: 600;
                font-size: 14px;
                padding-bottom: 15px; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-churchurl a {
              color: #46403a;
              font-weight: bold; }
            #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder div.cf-map .cf-map-infobox .cf-infobox-content .cf-closebox {
              position: absolute;
              top: 11px;
              right: 13px;
              background: url(//cpmlightsail2.com/78/img/b/menu_close.png) no-repeat;
              display: block;
              width: 21px;
              height: 21px;
              cursor: pointer;
              text-indent: -999em;
              z-index: 100; }
      @media (max-width: 940px) {
        #subpage #churches div.cf-tabs-holder div.cf-map-tab-holder {
          display: none; } }
    #subpage #churches div.cf-tabs-holder div.cf-tab {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      width: 100%;
      margin-top: 40px; }
      @media (max-width: 720px) {
        #subpage #churches div.cf-tabs-holder div.cf-tab:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          display: block;
          position: absolute;
          z-index: 9999;
          right: 0;
          top: 0;
          margin-top: 37px;
          margin-right: 17px; } }
    #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder {
      display: none; }
      @media (max-width: 940px) {
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder {
          padding-top: 0;
          display: block; } }
      @media (max-width: 720px) {
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder {
          margin-top: 0;
          display: block;
          padding-top: 0; } }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder ul.cf-continents-tabs {
        margin: 0 auto 0 auto;
        list-style: none;
        height: auto;
        display: block;
        position: relative;
        padding: 0;
        width: auto;
        text-align: center;
        font-size: 0;
        padding-bottom: 0; }
        @media (max-width: 940px) {
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder ul.cf-continents-tabs {
            margin: -10px 0 15px 0;
            list-style: none !important;
            width: 100%;
            max-width: 100%;
            height: auto;
            display: block;
            position: relative;
            padding: 0; } }
        @media (max-width: 720px) {
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder ul.cf-continents-tabs {
            margin: 0 0 24px -1px;
            position: relative;
            height: auto;
            left: 0;
            right: 0;
            display: none; } }
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder ul.cf-continents-tabs li {
          list-style: none;
          padding: 0 17px;
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          margin-left: 0;
          margin-right: 1px;
          margin-bottom: 5px;
          position: relative;
          display: inline-block;
          height: 50px;
          line-height: 51px !important;
          font-size: 15px;
          letter-spacing: 1px;
          border-radius: 0;
          text-align: center;
          cursor: pointer; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder ul.cf-continents-tabs li:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder ul.cf-continents-tabs li:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder ul.cf-continents-tabs li.current {
          border-bottom-width: 1px; }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder .mobile-filter {
        display: none; }
        @media (max-width: 720px) {
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder .mobile-filter {
            width: 100%;
            height: 52px;
            padding: 0;
            display: block;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            -webkit-appearance: none;
            display: inline-block;
            text-decoration: none;
            cursor: pointer;
            font-family: "Montserrat-OTF", sans-serif;
            font-weight: 600;
            -webkit-transition: background 0.1s linear;
            -moz-transition: background 0.1s linear;
            -ms-transition: background 0.1s linear;
            -o-transition: background 0.1s linear;
            transition: background 0.1s linear;
            font-size: 16px;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            height: 50px;
            padding: 0 38px 0 18px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px; } }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar {
        height: 52px;
        line-height: 52px;
        border-bottom: 0;
        padding: 0 10px 0 26px;
        margin-bottom: 3px;
        display: none; }
        @media (max-width: 940px) {
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar {
            display: none; } }
        @media (max-width: 720px) {
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar {
            display: none; } }
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar label {
          font-size: 16px;
          font-weight: bold;
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar label input {
            padding: 0 15px;
            width: 180px;
            height: 30px;
            border-radius: 4px;
            margin: 0 8px 0 14px;
            font-size: 16px; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar label .select {
            display: inline-block;
            padding: 0 0 0 10px;
            width: 206px;
            height: 34px;
            line-height: 34px;
            background: url(img/church_finder_select.png) no-repeat;
            font: bold "adobe-caslon-pro", serif;
            position: relative; }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar label .select select {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              opacity: 0;
              filter: alpha(opacity=0); }
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-header-bar a {
          display: block;
          height: 26px;
          width: 152px;
          text-align: center;
          float: right;
          margin: 10px 0 0;
          padding-top: 6px;
          font-size: 14px;
          font-family: "Montserrat-OTF", sans-serif;
          font-weight: 600;
          text-decoration: none;
          border-radius: 5px; }
      @media (min-width: 721px) {
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent {
          margin-top: 32px; } }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent {
        display: none;
        width: 100%;
        margin: 0 auto; }
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church {
          border-bottom: 1px solid #ebe9e9;
          padding-bottom: 0;
          clear: both;
          position: relative; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church:after {
            content: "";
            display: table;
            clear: both; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church:first-child {
            border-bottom: none; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church:after {
            content: '';
            display: block;
            position: relative;
            clear: both;
            float: left;
            height: 1px;
            width: 100%; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church div {
            display: inline-block; }
            @media (max-width: 720px) {
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church div {
                display: block;
                vertical-align: none;
                float: none;
                clear: both; } }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-logo {
            max-width: 25%;
            padding: 13px 0 12px;
            display: block;
            float: left; }
            @media (max-width: 720px) {
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-logo {
                display: none; } }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-logo img {
              max-width: 160px;
              max-height: 89px;
              margin: 14px 0 0 0;
              vertical-align: middle;
              padding-right: 20px; }
              @media (min-width: 721px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-logo img {
                  max-width: 90%; } }
              @media (max-width: 720px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-logo img {
                  margin: 0 auto !important;
                  vertical-align: middle;
                  padding-right: 0;
                  display: block;
                  position: relative;
                  max-width: 100%;
                  display: none; } }
            @media (max-width: 720px) {
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-logo {
                max-width: 100%; } }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info {
            width: 50%;
            min-height: 44px;
            padding: 26px 0 24px;
            float: left; }
            @media (max-width: 940px) {
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info {
                padding: 26px 0 20px; } }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .phone {
              display: none; }
              @media (max-width: 720px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .phone {
                  display: block; } }
            @media (max-width: 720px) {
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info {
                width: 100%;
                padding: 22px 0 12px; } }
            @media (min-width: 721px) {
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info {
                width: 50%; } }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 {
              margin: 0;
              font-family: "Montserrat-OTF", sans-serif;
              font-weight: 600;
              text-transform: none;
              line-height: 23px;
              padding: 0 0 14px 0; }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a {
                font-size: 21px; }
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a:hover {
                  text-decoration: underline; }
                @media (max-width: 940px) {
                  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a {
                    font-size: 19px; } }
              @media (max-width: 720px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 {
                  padding-bottom: 8px; } }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p {
              font-family: "Montserrat-OTF", sans-serif;
              font-weight: 600;
              margin: 0;
              padding: 0 0 15px 0;
              font-size: 16px;
              line-height: 16px; }
              @media (max-width: 940px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p {
                  font-size: 14px; } }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p a {
                padding: 0 10px;
                font-size: 16px;
                line-height: 16px; }
                @media (max-width: 940px) {
                  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p a {
                    font-size: 14px; } }
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p a:first-child {
                  padding-left: 0; }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span {
                padding: 0 10px;
                font-size: 16px;
                line-height: 16px;
                display: inline-block; }
                @media (max-width: 940px) {
                  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span {
                    font-size: 14px; } }
                @media (max-width: 720px) {
                  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span {
                    font-size: 14px;
                    float: left;
                    clear: both;
                    border-left: none;
                    padding-left: 0 !important;
                    line-height: 14px;
                    padding: 8px 0; } }
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span:first-child {
                  padding-left: 0; }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span + span {
                border-left: 1px solid #000; }
                @media (max-width: 768px) {
                  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span + span {
                    border-left: none; } }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap {
              padding-bottom: 0; }
              @media (max-width: 720px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap {
                  padding-top: 8px; } }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap a {
                display: inline-block;
                float: left;
                padding: 0;
                margin-bottom: 10px;
                position: relative;
                margin-right: 9px;
                padding-left: 9px; }
                @media (max-width: 720px) {
                  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap a {
                    font-size: 14px; } }
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap a:first-child {
                  padding-left: 0; }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap a.external + a.external {
                border-left: 1px solid #000; }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap a:after {
                content: '';
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                width: 1px;
                height: 15px;
                margin-right: -9px; }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .link-wrap a:last-child:after {
                border-right: none; }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info .cf-details-pipe {
              margin: 0 9px; }
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details {
            display: block;
            position: absolute;
            right: 0;
            transform: translateY(50%);
            margin-top: 6px; }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
              text-indent: 0;
              text-align: center;
              font-size: 16px;
              padding: 19px 20px 18px 20px;
              border-radius: 5px; }
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a :hover {
                background-position: left bottom;
                background: gray; }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a.full {
              display: block; }
              @media (max-width: 940px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a.full {
                  display: none; } }
            #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a.tablet {
              display: none; }
              @media (max-width: 940px) {
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a.tablet {
                  display: block; } }
            @media (max-width: 720px) {
              #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details {
                display: block;
                width: 12px;
                height: 20px;
                position: absolute;
                float: none;
                padding: 0;
                margin-top: 85px; }
                #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
                  text-indent: -9999px !important;
                  width: 100%;
                  height: 100%;
                  padding: 0;
                  border: none;
                  border-radius: 0;
                  cursor: pointer;
                  background: url(side_arrow.png) no-repeat;
                  box-shadow: none; } }
        @media (max-width: 720px) {
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent {
            width: 100%; } }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent:first-child {
        display: block; }

div#church {
  display: block; }
  div#church #back-events {
    display: block;
    position: relative;
    float: right;
    width: 112px;
    height: 37px;
    padding: 0;
    margin-bottom: 35px; }
    div#church #back-events a {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.25px;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 37px;
      border-radius: 4px;
      text-align: center;
      vertical-align: middle; }
      div#church #back-events a:hover {
        text-decoration: none; }
  div#church img.church-logo {
    display: block;
    width: 33%;
    height: auto;
    margin: 0;
    float: right;
    clear: right;
    margin-bottom: 20px; }
    @media (max-width: 940px) {
      div#church img.church-logo {
        float: none;
        clear: none;
        margin: 0 auto 20px auto;
        width: auto; } }
  div#church #event-content {
    width: 60%;
    display: block;
    float: left; }
    @media (max-width: 940px) {
      div#church #event-content {
        width: 100%;
        float: left; } }
    div#church #event-content #event-meta-links {
      display: block;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 500;
      margin: 0 0 11px 0;
      padding: 0; }
      div#church #event-content #event-meta-links a {
        display: inline-block;
        padding: 0 10px;
        font-size: 18px;
        line-height: 16px; }
        @media (max-width: 940px) {
          div#church #event-content #event-meta-links a {
            font-size: 14px; } }
        div#church #event-content #event-meta-links a:first-child {
          padding-left: 0; }
        div#church #event-content #event-meta-links a:hover {
          text-decoration: underline; }
    div#church #event-content ul#event-meta {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 36px;
      padding-bottom: 27px; }
      div#church #event-content ul#event-meta li.cf-detail-churchurl {
        font-weight: bold; }
        div#church #event-content ul#event-meta li.cf-detail-churchurl a:hover {
          text-decoration: underline; }
      div#church #event-content ul#event-meta li {
        list-style: none;
        margin-left: 0; }
        @media (max-width: 940px) {
          div#church #event-content ul#event-meta li {
            font-size: 14px;
            line-height: 28px; } }
        div#church #event-content ul#event-meta li a:hover {
          text-decoration: underline; }
  div#church div#gmap {
    float: right;
    clear: right;
    width: 33%;
    display: block; }
    @media (max-width: 940px) {
      div#church div#gmap {
        float: left;
        width: 100%; } }
    div#church div#gmap * {
      padding-bottom: 0 !important; }
    div#church div#gmap img {
      max-width: inherit !important; }
    div#church div#gmap p.full a {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      -webkit-appearance: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: background-color 0.1s linear;
      -moz-transition: background-color 0.1s linear;
      -ms-transition: background-color 0.1s linear;
      -o-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear;
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 400;
      position: relative;
      text-align: center;
      font-size: 15px;
      letter-spacing: 0.25;
      padding: 0;
      width: 100%;
      height: 40px;
      line-height: 40px; }
      div#church div#gmap p.full a i {
        font-size: 19px;
        padding-right: 3px;
        position: relative;
        top: 2px; }
    @media (max-width: 720px) {
      div#church div#gmap p.full {
        display: block; } }

body .cms-output .cpm_password_protection {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  body .cms-output .cpm_password_protection span#lock {
    display: block;
    position: relative;
    width: 53px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding-bottom: 24px; }
    @media (max-width: 768px) {
      body .cms-output .cpm_password_protection span#lock {
        padding-bottom: 6px; } }
  body .cms-output .cpm_password_protection h2 {
    font-size: 33px;
    line-height: 45px; }
    @media (max-width: 768px) {
      body .cms-output .cpm_password_protection h2 {
        font-size: 27px !important;
        line-height: 47px !important; } }
  body .cms-output .cpm_password_protection .cpm_password_form label {
    font-size: 17px;
    line-height: 17px;
    display: block;
    line-height: 36px;
    padding-bottom: 28px;
    font-weight: 400; }
    @media (max-width: 768px) {
      body .cms-output .cpm_password_protection .cpm_password_form label {
        max-width: 70%;
        margin: 0 auto;
        line-height: 28px;
        padding-bottom: 15px; } }
  body .cms-output .cpm_password_protection input#cpm-page-password {
    height: 51px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0px 15px;
    width: 219px;
    font-size: 17px !important;
    line-height: 17px !important;
    vertical-align: top;
    margin-right: 0; }
    @media (max-width: 768px) {
      body .cms-output .cpm_password_protection input#cpm-page-password {
        margin: 0 auto 13px auto;
        width: 90%;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        font-size: 16px !important;
        line-height: 16px !important; } }
  body .cms-output .cpm_password_protection input#cpm-password-btn {
    height: 53px;
    width: auto;
    margin-left: -1px;
    border-radius: 3px;
    padding: 0 19px;
    font-size: 17px !important;
    line-height: 17px !important;
    opacity: 1;
    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    body .cms-output .cpm_password_protection input#cpm-password-btn:hover {
      opacity: 0.8; }
    @media (max-width: 768px) {
      body .cms-output .cpm_password_protection input#cpm-password-btn {
        margin-left: auto;
        width: 104px;
        padding: 0 25px;
        font-size: 16px !important;
        line-height: 16px !important;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; } }

#subpage #content .media {
  width: 100%; }

@media (min-width: 769px) {
  #content .media-title {
    width: 50%; } }

#content .media .media-title {
  font-size: 44px; }

#content .media .sermon-podcast-button {
  font-size: 14px;
  padding: 12px 15px;
  letter-spacing: 0; }
  #content .media .sermon-podcast-button i {
    padding-right: 5px; }

#content .media .tabset li span {
  font-size: 15px; }

@media (max-width: 1490px) {
  #content .media .filter-by-info {
    display: none; } }

#content .media .current-series h4 {
  font-size: 16px; }

#content .media .current-series h2 {
  font-size: 33px;
  padding-bottom: 20px; }

#content .media .current-series p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px; }

#content .media .current-series .right-banner {
  width: 100%;
  right: -100%; }

#content .media .current-series .left-banner {
  width: 100%;
  left: -100%; }

#content .media .category-button {
  background: transparent; }

@media (max-width: 1490px) {
  #content .media .sermon-listing-info {
    width: 64%; } }

@media (max-width: 1024px) {
  #content .media .sermon-listing-info {
    width: 50%; } }

@media (max-width: 768px) {
  #content .media .sermon-listing-info {
    width: 67%; } }

#content .media .sermon-listing-info .sermon-listing-date {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 5px;
  text-transform: uppercase; }

#content .media .sermon-listing-info .sermon-listing-title {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px; }

#content .media .sermon-listing-info .sermon-listing-details {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 5px; }

#content .media .all-posts .post h4 a {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px; }

#content .media .all-posts .post .post-author-line {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px; }
  #content .media .all-posts .post .post-author-line .post-date {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase; }

#content .media .all-posts .post .post-excerpt p {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px; }

#content .media .post-excerpt a,
#content .media .card-read-more-btn {
  font-size: 16px;
  font-weight: 600; }
  @media (max-width: 768px) {
    #content .media .post-excerpt a,
    #content .media .card-read-more-btn {
      width: 114px; } }

#content .media .sidebar-wrap a {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400; }

#content .media .featured-event .circle {
  font-weight: 600; }

#content .media .featured-event .featured-title-line {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px; }

#content .media .featured-event .featured-event-time {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; }

#content .media .featured-event .featured-categories {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; }

#content .media .featured-event .featured-event-summary {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px; }

#content .media .featured-posts {
  text-align: center; }
  #content .media .featured-posts .card {
    -webkit-box-shadow: 0 2px 21px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 21px 4px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 2px 21px 4px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 2px 21px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 21px 4px rgba(0, 0, 0, 0.08);
    text-align: left; }
    #content .media .featured-posts .card h4 {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      font-size: 21px;
      font-weight: 700;
      line-height: 27px; }
    #content .media .featured-posts .card .card-date {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-weight: 700;
      line-height: 25px; }
    #content .media .featured-posts .card .author {
      font-family: "Montserrat-OTF", sans-serif;
      font-weight: 700;
      font-size: 16px;
      font-weight: 400; }
    #content .media .featured-posts .card .card-excerpt {
      font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
      font-weight: 400;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px; }

#content .media .style-wrap-arrow:after {
  right: 20px; }

.blog-post .blog-right .more-posts .side-post-date {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px; }

.blog-post .blog-right .more-posts h4 {
  font-family: "Montserrat-OTF", sans-serif;
  font-weight: 700;
  padding-bottom: 10px; }

.blog-post .blog-right .more-posts a {
  font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px; }

.sermon-listing-tabs li:first-child .sermon-media-tab {
  border-radius: 2px 0 0 2px; }

.sermon-listing-tabs li:last-child .sermon-media-tab {
  border-radius: 2px 0 0 2px; }

@media (min-width: 1491px) {
  #home header {
    overflow: hidden !important; } }

#nav li ul li.children-arrow {
  position: relative; }
  #nav li ul li.children-arrow a {
    position: relative; }
  #nav li ul li.children-arrow > a:after {
    content: "";
    content: "";
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 0;
    margin-right: -20px;
    top: 4px; }
  #nav li ul li.children-arrow:first-child > a:after {
    top: 38px; }

@media (max-width: 1490px) {
  .event-index .featured-event .featured-hero .featured-img {
    width: 130px; } }

@media (min-width: 1025px) {
  #content .media .featured-posts .card {
    top: 20px; } }

@media (min-width: 1491px) {
  .mobile-nav {
    display: none !important; } }

header .navigation .navbar #nav li {
  font-weight: 600; }

header .mobile-nav #nav li {
  font-size: 18px; }
  header .mobile-nav #nav li li {
    font-size: 16px; }

@media (max-width: 768px) {
  #story .overlay {
    background-position-x: 0 !important; } }

@media (min-width: 1491px) {
  .small-groups #content .media .groups-data thead tr .select-wrap:after {
    position: relative;
    right: 37px !important; } }

header .mobile-nav #nav li ul li.children-arrow > a:after {
  display: none; }

header .mobile-nav #nav li ul ul {
  display: block; }

@media (max-width: 768px) {
  #home #sermon .wrapper .meta .sermon-listing-tabs .single-button {
    left: inherit !important; } }

.sermon-detail .sermon-detail-right a:not(.speaker-detail-button) {
  width: auto !important; }

header .navbar #nav li ul li a {
  line-height: inherit !important;
  height: auto !important;
  margin: 15px auto; }

.cms-output p img {
  padding: 0 20px 20px 20px; }

.cms-output hr {
  height: 2px; }

@media (min-width: 769px) {
  #content .media-title {
    width: 46%; } }

@media (min-width: 769px) {
  .filter-speaker .speaker-group .speaker-info {
    width: 50%; } }

header .mobile-nav > ul:not(#nav) {
  padding: 20px 0 0 20px; }
  @media (max-width: 768px) {
    header .mobile-nav > ul:not(#nav) {
      padding-bottom: 20px; } }
  header .mobile-nav > ul:not(#nav) li {
    display: inline;
    list-style-type: none;
    margin-right: 20px;
    line-height: 30px; }
  header .mobile-nav > ul:not(#nav) a {
    font-family: "Montserrat-OTF", sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
    letter-spacing: 0.075em;
    text-transform: uppercase; }

header .mobile-nav .mobile-search {
  margin-top: 100px; }

#subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info {
  padding: 25px 0 16px; }
  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 {
    font-size: 26px;
    line-height: 38px; }
    #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a {
      font-size: 26px;
      line-height: 38px; }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info h4 a:hover {
        text-decoration: none; }
  #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p {
    font-family: "ff-tisa-web-pro", "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif;
    font-weight: 400; }
    #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span {
      display: inline;
      line-height: 22px;
      padding: 0; }
      @media (max-width: 768px) {
        #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span {
          font-weight: 16px;
          line-height: 33px; } }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span strong {
        font-weight: inherit; }
    #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span + span {
      border-left: none; }
      #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span + span:before {
        content: "|";
        padding: 0 4px 0 6px; }
        @media (max-width: 768px) {
          #subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-info p span + span:before {
            content: "";
            display: none; } }

#subpage #churches div.cf-tabs-holder div.cf-list-tab-holder div.cf-church-by-continent div.cf-continent div.cf-continent-church .cf-continent-details a {
  font-size: 15px;
  padding: 17px 20px 16px 20px;
  font-weight: 600; }

#subpage.church-detail .cms-output {
  width: 100%; }
  #subpage.church-detail .cms-output #church h2.church-title {
    display: none; }
  #subpage.church-detail .cms-output #church #event-content #event-meta-links a {
    line-height: 30px;
    font-weight: 600; }

#subpage.church-detail div#church #back-events a {
  text-decoration: none; }

@media (max-width: 768px) {
  div#church #event-content ul#event-meta li {
    font-size: 16px;
    line-height: 33px; } }

@media (max-width: 768px) {
  #subpage.church-detail .cms-output #church #event-content #event-meta-links a {
    font-size: 16px; } }

#loading {
  margin-left: 49%;
  display: block;
  width: 100px;
  height: 100px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header {
    background-attachment: unset !important; } }

body .media .post-share .share-sidebar {
  width: 73%; }

body#home #cpmplayer.landscape {
  height: 100vh; }
