@charset "UTF-8";
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: 'fontello';
  src: url("//cpmtls.com/fonts/fontello.eot?65758075");
  src: url("//cpmtls.com/fonts/fontello.eot?65758075#iefix") format("embedded-opentype"), url("//cpmtls.com/fonts/fontello.woff?65758075") format("woff"), url("//cpmtls.com/fonts/fontello.ttf?65758075") format("truetype"), url("//cpmtls.com/fonts/fontello.svg?65758075#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

#social .facebook:before,
#social .flickr:before,
#social .googleplus:before,
#social .instagram:before,
#social .linkedin:before,
#social .mail:before,
#social .pinterest:before,
#social .tumblr:before,
#social .twitter:before,
#social .vimeo:before {
  font-family: 'fontello'; }

#social .ccb:before,
#social .fellowshipone:before,
#social .itunes:before,
#social .rss:before,
#social .search:before,
#social .thecity:before,
#social .thetable:before,
#social .youtube:before {
  font-family: 'Socialicons'; }

.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-calendar:before,
.icon-download:before,
.icon-location:before,
.icon-minus:before,
.icon-music:before,
.icon-plus:before,
.icon-rss:before,
.icon-search:before,
#social .map:before {
  font-family: 'icomoon';
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#social .thecity:before {
  content: "\6f"; }

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

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

.icon-arrow-left:before {
  content: "\e607"; }

.icon-arrow-right:before {
  content: "\e609"; }

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

.icon-download:before {
  content: "\e600"; }

.icon-location:before {
  content: "\e605"; }

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

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

.icon-plus:before {
  content: "\e604"; }

.icon-rss:before {
  content: "\e608"; }

.icon-search:before {
  content: "\e601"; }

.slick-slider {
  position: relative;
  display: block;
  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; }

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

.slick-slider button:focus {
  outline: 0; }

/* 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://cpmtls.com/modules/legacy/slick/fonts/slick.eot");
  src: url(".https://cpmtls.com/modules/legacy/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://cpmtls.com/modules/legacy/slick/fonts/slick.woff") format("woff"), url("https://cpmtls.com/modules/legacy/slick/fonts/slick.ttf") format("truetype"), url("https://cpmtls.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;
  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;
  bottom: 20px; }

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

ul.slick-dots button {
  opacity: 0.6; }

ul li.slick-active button {
  opacity: 1; }

#page {
  width: 1260px;
  margin: 0 auto 170px auto; }
  @media (max-width: 1260px) {
    #page {
      width: 100%;
      margin: 0 0 101px 0; } }
  @media (max-width: 768px) {
    #page {
      margin: 0 0 61px 0; } }

.wrapper {
  width: 987px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1260px) {
    .wrapper {
      width: 728px; } }
  @media (max-width: 768px) {
    .wrapper {
      width: 88.125%; } }

header {
  height: 197px; }
  header .logo {
    max-width: 300px;
    position: absolute;
    display: block;
    height: auto;
    top: 50px; }
    @media (max-width: 768px) {
      header .logo {
        position: relative;
        max-width: 230px;
        margin: 0 auto;
        top: 62px; } }
    header .logo img {
      width: 100%;
      height: auto; }
  header #social {
    position: absolute;
    top: 23px;
    right: 0; }
    @media (max-width: 768px) {
      header #social {
        display: none; } }
    header #social a {
      -webkit-border-radius: 27px;
      -moz-border-radius: 27px;
      -ms-border-radius: 27px;
      -o-border-radius: 27px;
      border-radius: 27px;
      -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; }
      header #social a:not(:last-child) {
        margin-right: 12px; }
      header #social a:before {
        font-size: 27px;
        width: 27px;
        height: 26px; }
  header .search-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 65px;
    right: 0; }
    header .search-box form {
      margin: 10px; }
      header .search-box form .search-input {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        padding: 6px 10px;
        margin-right: 5px; }
      header .search-box form .search-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;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -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: 13px;
        padding: 6px 10px; }
  header .service-times {
    position: absolute;
    right: 0;
    top: 72px; }
    @media (max-width: 768px) {
      header .service-times {
        position: absolute;
        display: block;
        width: 100%;
        text-align: center;
        top: 12px; } }
    header .service-times p {
      font-family: "Bitter", serif;
      font-weight: 400;
      font-size: 15px; }

header #nav {
  list-style-type: none;
  position: absolute;
  top: 154px;
  left: 0;
  width: 100%; }
  @media (max-width: 768px) {
    header #nav {
      display: none; } }
  header #nav li {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    font-size: 15px;
    display: inline;
    position: relative;
    padding-bottom: 28px;
    float: left; }
    @media (max-width: 1260px) {
      header #nav li {
        font-size: 13px;
        padding-bottom: 31px; } }
    header #nav li:not(:last-child) {
      margin-right: 75px; }
      @media (max-width: 1260px) {
        header #nav li:not(:last-child) {
          margin-right: 44px; } }
    header #nav li 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; }
    header #nav li li {
      padding-bottom: 0; }
      header #nav li li a {
        padding-bottom: 0; }

header #nav li ul {
  -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: block;
  width: 214px;
  top: 43px;
  left: -20px;
  z-index: -2;
  opacity: 0; }
  header #nav li ul li {
    font-weight: 700;
    font-size: 13px;
    display: block;
    width: 100%;
    margin-left: 0; }
    @media (max-width: 1260px) {
      header #nav li ul li {
        font-size: 12px;
        font-weight: 700; } }
    header #nav li ul li a {
      padding: 15px;
      display: block;
      width: 85%;
      height: 100%;
      line-height: 20px; }
      @media (max-width: 1260px) {
        header #nav li ul li a {
          padding: 12px; } }
    header #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: 0px;
      left: 0px;
      opacity: 0; }

header #nav > li:last-child ul li ul,
header #nav > li:nth-last-child(2) ul li ul {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

@media (max-width: 1260px) {
  header #nav > li:last-child > ul {
    left: -145px; } }

header #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; }
  header #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 #nav li:hover ul li:hover ul {
    z-index: 3;
    opacity: 1; }

.mobile-menu-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;
  width: 100%;
  height: 62px;
  margin: 0 auto;
  display: none;
  text-align: center;
  position: absolute;
  top: 133px; }
  .mobile-menu-button i {
    display: inline-block;
    position: relative;
    top: 12px;
    left: -9px;
    width: 24px;
    height: 3px; }
    .mobile-menu-button i:before, .mobile-menu-button i:after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 24px;
      height: 3px;
      left: 0px; }
    .mobile-menu-button i:before {
      top: 7px; }
    .mobile-menu-button i:after {
      top: 14px; }
  .mobile-menu-button span {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    position: relative;
    top: 23px;
    left: 9px; }
  @media (max-width: 768px) {
    .mobile-menu-button {
      display: block; } }

#mobile-nav {
  display: none; }
  #mobile-nav .mobile-search {
    padding-top: 8px;
    position: relative; }
    #mobile-nav .mobile-search .search-input {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      font-size: 14px;
      padding: 10px 4% 10px 4%;
      width: 92%; }
    #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: 6px; }
    #mobile-nav .mobile-search i.search:after {
      -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;
      pointer-events: none;
      display: block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-decoration: none;
      speak: none;
      width: 27px;
      font-size: 27px;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: geometricPrecision;
      font-family: 'Socialicons';
      content: '\23';
      position: absolute;
      top: 14px;
      right: 6px; }
  #mobile-nav #nav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    margin-top: 26px;
    padding-bottom: 56px; }
    #mobile-nav #nav li {
      font-size: 15px;
      letter-spacing: 0.055em;
      text-transform: uppercase; }
      #mobile-nav #nav li a {
        display: block;
        margin: 0 20px;
        padding: 20px 0; }
      #mobile-nav #nav li ul {
        padding-bottom: 15px; }
        #mobile-nav #nav li ul ul {
          padding-bottom: 0; }
          #mobile-nav #nav li ul ul li:last-child {
            padding-bottom: 5px; }
      #mobile-nav #nav li li {
        font-weight: 700;
        font-size: 14px; }
        #mobile-nav #nav li li a {
          padding: 10px 15px; }
        #mobile-nav #nav li li li {
          font-weight: 400;
          text-transform: none;
          letter-spacing: normal; }
          #mobile-nav #nav li li li a {
            padding: 10px 25px; }
  @media (min-width: 769px) {
    #mobile-nav {
      display: none !important; } }

#home #rotator, #home .slider {
  width: 100%;
  height: 334px;
  overflow: hidden; }
  @media (max-width: 1260px) {
    #home #rotator, #home .slider {
      height: 233px; } }
  @media (max-width: 768px) {
    #home #rotator, #home .slider {
      height: 153px; } }
  #home #rotator .slide, #home .slider .slide {
    width: 1103px;
    height: 334px; }
    @media (max-width: 1260px) {
      #home #rotator .slide, #home .slider .slide {
        width: 769px;
        height: 233px; } }
    @media (max-width: 768px) {
      #home #rotator .slide, #home .slider .slide {
        width: 505px;
        height: 153px; } }
  #home #rotator img, #home .slider img {
    height: 100%;
    width: 100%; }
  #home #rotator button, #home .slider button {
    -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;
    -webkit-border-radius: 86px;
    -moz-border-radius: 86px;
    -ms-border-radius: 86px;
    -o-border-radius: 86px;
    border-radius: 86px;
    margin-bottom: -43px;
    line-height: 20px;
    width: 86px;
    height: 86px; }
    @media (max-width: 1260px) {
      #home #rotator button, #home .slider button {
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        -ms-border-radius: 70px;
        -o-border-radius: 70px;
        border-radius: 70px;
        margin-top: -35px !important;
        width: 70px;
        height: 70px; } }
    @media (max-width: 768px) {
      #home #rotator button, #home .slider button {
        display: none !important; } }
    #home #rotator button:before, #home .slider button:before {
      font-family: "Lato", sans-serif;
      font-weight: 100;
      -webkit-transform: scale(1.5, 1);
      -moz-transform: scale(1.5, 1);
      -ms-transform: scale(1.5, 1);
      -o-transform: scale(1.5, 1);
      transform: scale(1.5, 1);
      background-color: transparent;
      width: 86px !important;
      height: 86px !important;
      line-height: 86px;
      font-size: 118px;
      position: relative;
      top: -13px; }
      @media (max-width: 1260px) {
        #home #rotator button:before, #home .slider button:before {
          width: 70px !important;
          height: 70px !important;
          line-height: 70px;
          font-size: 92px;
          top: -10px; } }
  #home #rotator .slick-prev, #home .slider .slick-prev {
    left: 8%; }
    #home #rotator .slick-prev:before, #home .slider .slick-prev:before {
      content: "‹"; }
    @media (max-width: 1260px) {
      #home #rotator .slick-prev, #home .slider .slick-prev {
        left: 5%; } }
    @media (max-width: 768px) {
      #home #rotator .slick-prev, #home .slider .slick-prev {
        left: 0; } }
  #home #rotator .slick-next, #home .slider .slick-next {
    right: 8%; }
    #home #rotator .slick-next:before, #home .slider .slick-next:before {
      content: "›"; }
    @media (max-width: 1260px) {
      #home #rotator .slick-next, #home .slider .slick-next {
        right: 5%; } }
    @media (max-width: 768px) {
      #home #rotator .slick-next, #home .slider .slick-next {
        right: 0; } }

#quicklinks {
  width: 100%; }
  #quicklinks .greeting {
    padding: 45px 0 20px 0; }
    @media (max-width: 1260px) {
      #quicklinks .greeting {
        padding: 40px 0 20px 0; } }
    #quicklinks .greeting p {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      font-family: "Lato", sans-serif;
      font-weight: 300;
      text-align: center;
      font-size: 29px;
      line-height: 39px; }
      @media (max-width: 1260px) {
        #quicklinks .greeting p {
          font-size: 21px; } }
      @media (max-width: 768px) {
        #quicklinks .greeting p {
          font-size: 22px;
          padding: 0 7px; } }
      #quicklinks .greeting p:first-child {
        font-weight: 900;
        font-size: 32px;
        line-height: 47px;
        letter-spacing: -0.035em; }
        @media (max-width: 1260px) {
          #quicklinks .greeting p:first-child {
            font-size: 29px; } }
      #quicklinks .greeting p a {
        text-decoration: underline; }
  #quicklinks .qls {
    margin-top: 28px;
    width: 100%; }
    #quicklinks .qls:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 768px) {
      #quicklinks .qls {
        padding-bottom: 30px; } }
    #quicklinks .qls .ql {
      display: inline-block;
      padding-bottom: 40px;
      width: 33.33%;
      float: left;
      position: relative; }
      #quicklinks .qls .ql:after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 768px) {
        #quicklinks .qls .ql {
          display: block;
          width: 100%; } }
      @media (max-width: 768px) {
        #quicklinks .qls .ql {
          padding-bottom: 25px; } }
      #quicklinks .qls .ql img {
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        -ms-border-radius: 80px;
        -o-border-radius: 80px;
        border-radius: 80px;
        position: relative;
        width: 80px;
        height: 80px;
        float: left; }
        @media (max-width: 1260px) {
          #quicklinks .qls .ql img {
            margin-left: 81px; } }
        @media (max-width: 768px) {
          #quicklinks .qls .ql img {
            margin-left: 0; } }
      #quicklinks .qls .ql:before {
        -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;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        -ms-border-radius: 80px;
        -o-border-radius: 80px;
        border-radius: 80px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 80px;
        height: 80px;
        z-index: 10;
        content: ''; }
        @media (max-width: 1260px) {
          #quicklinks .qls .ql:before {
            left: 81px; } }
        @media (max-width: 768px) {
          #quicklinks .qls .ql:before {
            left: 0; } }
      #quicklinks .qls .ql:after {
        font-family: "Lato", sans-serif;
        font-weight: 100;
        -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;
        -webkit-transform: scale(1.5, 1);
        -moz-transform: scale(1.5, 1);
        -ms-transform: scale(1.5, 1);
        -o-transform: scale(1.5, 1);
        transform: scale(1.5, 1);
        margin-top: -10px;
        text-align: center;
        position: absolute;
        color: #fff;
        font-size: 80px;
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 20;
        content: '›'; }
        @media (max-width: 1260px) {
          #quicklinks .qls .ql:after {
            left: 81px; } }
        @media (max-width: 768px) {
          #quicklinks .qls .ql:after {
            left: 0; } }
      #quicklinks .qls .ql .ql-title, #quicklinks .qls .ql .ql-caption {
        display: inline-block;
        float: left;
        width: 180px; }
        @media (max-width: 1260px) {
          #quicklinks .qls .ql .ql-title, #quicklinks .qls .ql .ql-caption {
            width: 100%;
            text-align: center;
            padding-left: 0 !important; } }
        @media (max-width: 768px) {
          #quicklinks .qls .ql .ql-title, #quicklinks .qls .ql .ql-caption {
            width: auto;
            text-align: left;
            position: absolute;
            left: 96px; } }
      #quicklinks .qls .ql .ql-title {
        font-family: "Bitter", serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        font-size: 20px;
        font-weight: 700;
        padding: 12px 0 8px 10px;
        letter-spacing: -0.035em; }
        @media (max-width: 768px) {
          #quicklinks .qls .ql .ql-title {
            padding-top: 0;
            top: 10px; } }
        #quicklinks .qls .ql .ql-title a {
          -webkit-transition: color 0.1s linear;
          -moz-transition: color 0.1s linear;
          -ms-transition: color 0.1s linear;
          -o-transition: color 0.1s linear;
          transition: color 0.1s linear; }
      #quicklinks .qls .ql .ql-caption {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        padding: 0 0 0 10px; }
        @media (max-width: 1260px) {
          #quicklinks .qls .ql .ql-caption {
            width: 185px;
            padding-left: 29px !important; } }
        @media (max-width: 768px) {
          #quicklinks .qls .ql .ql-caption {
            width: auto;
            padding-left: 0 !important;
            top: 38px; } }

#widgets {
  padding-bottom: 36px; }
  #widgets .media-widgets {
    padding: 35px 0; }
    #widgets .media-widgets:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 768px) {
      #widgets .media-widgets {
        padding: 20px 0 35px 0; } }
  #widgets .widget {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    width: 474px; }
    @media (max-width: 1260px) {
      #widgets .widget {
        width: 353px; } }
    @media (max-width: 768px) {
      #widgets .widget {
        width: 100%; } }
    #widgets .widget.events {
      float: left; }
      @media (max-width: 768px) {
        #widgets .widget.events {
          margin-bottom: 23px; } }
    #widgets .widget.sermons {
      float: right; }
      @media (max-width: 768px) {
        #widgets .widget.sermons {
          float: left; } }
    #widgets .widget .widget-top {
      -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;
      height: 62px; }
      #widgets .widget .widget-top:after {
        content: "";
        display: table;
        clear: both; }
      #widgets .widget .widget-top h3, #widgets .widget .widget-top a {
        display: inline-block; }
      #widgets .widget .widget-top h3 {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 26px;
        font-style: italic;
        padding: 18px 0 0 30px; }
        @media (max-width: 1260px) {
          #widgets .widget .widget-top h3 {
            font-size: 24px;
            padding: 18px 0 0 21px; } }
        @media (max-width: 768px) {
          #widgets .widget .widget-top h3 {
            font-size: 23px; } }
      #widgets .widget .widget-top .view-all-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-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-size: 13px;
        margin: 14px 15px 0 0;
        padding: 10px 12px;
        float: right; }
        @media (max-width: 1260px) {
          #widgets .widget .widget-top .view-all-button {
            padding: 9px 10px; } }
    #widgets .widget .widget-wrap {
      position: relative;
      height: 85px; }
      #widgets .widget .widget-wrap:after {
        content: "";
        display: table;
        clear: both; }
      #widgets .widget .widget-wrap .event-date {
        font-family: "Lato", sans-serif;
        font-weight: 900;
        font-size: 19px;
        display: inline-block;
        padding: 23px 0 0 30px;
        width: 125px;
        height: 62px;
        float: left; }
        @media (max-width: 1260px) {
          #widgets .widget .widget-wrap .event-date {
            font-size: 17px;
            text-align: center;
            padding: 23px 0 0 0px;
            width: 75px; }
            #widgets .widget .widget-wrap .event-date span {
              display: block;
              padding-bottom: 3px; } }
      #widgets .widget .widget-wrap .event-info {
        padding-top: 23px;
        float: left;
        width: 318px; }
        @media (max-width: 1260px) {
          #widgets .widget .widget-wrap .event-info {
            width: 275px; } }
        @media (max-width: 768px) {
          #widgets .widget .widget-wrap .event-info {
            width: 65%; } }
      #widgets .widget .widget-wrap .sermon-info {
        padding: 23px 0 0 30px; }
        @media (max-width: 768px) {
          #widgets .widget .widget-wrap .sermon-info {
            max-width: 65%; } }
      #widgets .widget .widget-wrap .sermon-date {
        font-weight: 900; }
      #widgets .widget .widget-wrap h4 {
        font-family: "Bitter", serif;
        font-weight: 400;
        font-size: 19px; }
        @media (max-width: 1260px) {
          #widgets .widget .widget-wrap h4 {
            font-size: 18px; } }
        #widgets .widget .widget-wrap h4 a {
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          white-space: nowrap;
          max-width: 300px;
          height: 22px; }
          @media (max-width: 1260px) {
            #widgets .widget .widget-wrap h4 a {
              max-width: 220px; } }
          @media (max-width: 768px) {
            #widgets .widget .widget-wrap h4 a {
              min-width: 100%; } }
          #widgets .widget .widget-wrap h4 a:hover {
            text-decoration: underline; }
      #widgets .widget .widget-wrap p {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 14px; }
      #widgets .widget .widget-wrap .widget-play {
        font-family: "Lato", 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;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        font-size: 14px;
        font-style: italic;
        position: absolute;
        top: 22px;
        right: 17px;
        padding: 14px 9px 14px 9px; }
        @media (max-width: 1260px) {
          #widgets .widget .widget-wrap .widget-play {
            padding: 13px 8px 13px 8px; } }
        @media (max-width: 768px) {
          #widgets .widget .widget-wrap .widget-play {
            padding: 0;
            width: 35px;
            height: 35px; }
            #widgets .widget .widget-wrap .widget-play span {
              display: none; } }
  #widgets .tweets .tweet-widget {
    position: relative;
    padding: 24px 0 30px 0; }
    #widgets .tweets .tweet-widget:after {
      content: "";
      display: table;
      clear: both; }
    #widgets .tweets .tweet-widget h3 {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-style: italic;
      font-size: 30px;
      width: 220px;
      float: left;
      padding-top: 16px; }
      @media (max-width: 1260px) {
        #widgets .tweets .tweet-widget h3 {
          font-size: 28px;
          line-height: 30px;
          width: 84px; } }
      @media (max-width: 768px) {
        #widgets .tweets .tweet-widget h3 {
          padding: 0 0 20px 0;
          text-align: center;
          font-size: 30px;
          display: block;
          width: 100%; } }
    #widgets .tweets .tweet-widget .tweet-feed {
      float: left;
      width: 535px;
      padding-top: 6px; }
      @media (max-width: 1260px) {
        #widgets .tweets .tweet-widget .tweet-feed {
          width: 410px;
          margin-left: 40px; } }
      @media (max-width: 768px) {
        #widgets .tweets .tweet-widget .tweet-feed {
          width: 86%;
          margin: 0 7%;
          padding-bottom: 88px; } }
      #widgets .tweets .tweet-widget .tweet-feed .tweet {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        position: relative; }
        #widgets .tweets .tweet-widget .tweet-feed .tweet a {
          text-decoration: underline; }
        #widgets .tweets .tweet-widget .tweet-feed .tweet:before, #widgets .tweets .tweet-widget .tweet-feed .tweet:after {
          font-family: serif;
          font-size: 20px;
          font-weight: 700; }
        #widgets .tweets .tweet-widget .tweet-feed .tweet:before {
          content: '“';
          position: absolute;
          left: -15px; }
        #widgets .tweets .tweet-widget .tweet-feed .tweet:after {
          content: '”';
          position: relative;
          left: 5px; }
    #widgets .tweets .tweet-widget .follow-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;
      width: 157px;
      height: 63px;
      position: absolute;
      right: 0; }
      @media (max-width: 768px) {
        #widgets .tweets .tweet-widget .follow-button {
          bottom: 30px;
          left: 50%;
          margin-left: -79px; } }

.tweet-wrap {
  width: 100%;
  height: 4px; }

footer {
  height: 115px;
  position: relative; }
  @media (max-width: 1260px) {
    footer {
      height: 194px; } }
  @media (max-width: 768px) {
    footer {
      height: 155px; } }
  footer .wrapper {
    padding-top: 36px; }
  @media (max-width: 1260px) {
    footer .footer-info {
      text-align: center;
      position: absolute;
      width: 100%;
      top: 85px; } }
  @media (max-width: 768px) {
    footer .footer-info {
      top: 35px; } }
  footer .footer-info p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    max-width: inherit; }
    @media (max-width: 1260px) {
      footer .footer-info p {
        text-align: center;
        max-width: auto; } }
  footer #nav {
    list-style-type: none;
    position: absolute;
    top: 52px;
    right: 0; }
    @media (max-width: 1260px) {
      footer #nav {
        text-align: center;
        right: auto;
        width: 100%;
        top: 42px; } }
    @media (max-width: 768px) {
      footer #nav {
        display: none; } }
    footer #nav li {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      text-transform: uppercase;
      letter-spacing: 0.055em;
      font-size: 12px;
      display: inline;
      float: left; }
      @media (max-width: 1260px) {
        footer #nav li {
          float: none;
          display: inline-block; } }
      footer #nav li:not(:last-child) {
        margin-right: 35px; }
    footer #nav li li {
      display: none; }
  footer #social {
    text-align: center;
    display: none;
    width: 100%;
    position: absolute;
    top: 95px; }
    footer #social a:not(:last-child) {
      margin-right: 10px; }
    footer #social a:before {
      font-size: 27px;
      width: 27px;
      height: 26px; }
    @media (max-width: 768px) {
      footer #social {
        display: block; } }

#banner {
  width: 100%;
  margin-bottom: -2px; }
  #banner img {
    width: 100%;
    height: auto; }

#content {
  padding: 38px 0; }
  @media (max-width: 768px) {
    #content {
      padding: 34px 0; } }
  #content .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  #content .wrapper .left-col {
    width: 255px;
    float: left; }
    @media (max-width: 1260px) {
      #content .wrapper .left-col {
        width: 205px; } }
    @media (max-width: 768px) {
      #content .wrapper .left-col {
        display: none; } }
  #content .wrapper .right-col {
    width: 682px;
    float: right; }
    @media (max-width: 1260px) {
      #content .wrapper .right-col {
        width: 481px; } }
    @media (max-width: 768px) {
      #content .wrapper .right-col {
        width: 100%; } }

#content .left-col #side_nav {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  width: 100%;
  margin-bottom: 31px; }
  #content .left-col #side_nav li {
    list-style-type: none; }
  #content .left-col #side_nav #side_nav_toplevel {
    font-size: 26px;
    font-style: italic;
    padding: 20px 0 20px 30px;
    display: block; }
    @media (max-width: 1260px) {
      #content .left-col #side_nav #side_nav_toplevel {
        font-size: 22px; } }
  #content .left-col #side_nav .side_nav_level1 li a {
    padding: 16px 0 16px 30px;
    display: block;
    font-size: 17px;
    font-weight: 700; }
    @media (max-width: 1260px) {
      #content .left-col #side_nav .side_nav_level1 li a {
        padding: 16px 0 16px 20px;
        font-size: 15px; } }
  #content .left-col #side_nav .side_nav_level2 {
    padding-top: 5px; }
    #content .left-col #side_nav .side_nav_level2 li a {
      font-size: 14px;
      font-weight: 400;
      padding: 0 0 20px 37px;
      position: relative; }
      @media (max-width: 1260px) {
        #content .left-col #side_nav .side_nav_level2 li a {
          padding: 0 0 20px 27px; } }
    #content .left-col #side_nav .side_nav_level2 li.current a:after {
      content: '›';
      font-weight: 100;
      -webkit-transform: scale(1.5, 1);
      -moz-transform: scale(1.5, 1);
      -ms-transform: scale(1.5, 1);
      -o-transform: scale(1.5, 1);
      transform: scale(1.5, 1);
      position: absolute;
      top: -11px;
      right: 16px;
      font-size: 30px; }

#content .left-col .tweet-widget {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-top: 18px; }
  #content .left-col .tweet-widget h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-size: 24px;
    font-style: italic;
    text-align: center; }
    @media (max-width: 1260px) {
      #content .left-col .tweet-widget h3 {
        font-size: 23px; } }
  #content .left-col .tweet-widget .tweet {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 20px 0; }
    @media (max-width: 1260px) {
      #content .left-col .tweet-widget .tweet {
        padding: 18px 0; } }
    #content .left-col .tweet-widget .tweet a:hover {
      text-decoration: underline; }
    #content .left-col .tweet-widget .tweet:before {
      content: '“'; }
    #content .left-col .tweet-widget .tweet:after {
      content: '”'; }

#content .left-col .follow-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;
  display: block;
  margin: 0 auto;
  width: 109px;
  height: 36px;
  margin-bottom: 18px; }

#content .right-col {
  font-family: "Lato", sans-serif;
  font-weight: 400; }
  #content .right-col .page-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-weight: 900;
    font-style: italic;
    font-size: 45px;
    padding-bottom: 20px; }
    @media (max-width: 1260px) {
      #content .right-col .page-title {
        font-size: 38px; } }
    @media (max-width: 768px) {
      #content .right-col .page-title {
        font-size: 31px;
        padding-bottom: 25px; } }
  #content .right-col .cms-output {
    padding-top: 24px; }
    #content .right-col .cms-output p, #content .right-col .cms-output ul, #content .right-col .cms-output table, #content .right-col .cms-output label, #content .right-col .cms-output iframe {
      font-size: 15px;
      line-height: 23px;
      padding-bottom: 25px; }
      #content .right-col .cms-output p a:hover, #content .right-col .cms-output ul a:hover, #content .right-col .cms-output table a:hover, #content .right-col .cms-output label a:hover, #content .right-col .cms-output iframe a:hover {
        text-decoration: underline; }
    #content .right-col .cms-output button {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased; }
    #content .right-col .cms-output blockquote {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: antialiased;
      padding: 0; }
      #content .right-col .cms-output blockquote p {
        margin-bottom: 0 !important;
        line-height: 27px;
        font-size: 18px; }
    #content .right-col .cms-output h1, #content .right-col .cms-output h2, #content .right-col .cms-output h3, #content .right-col .cms-output h4, #content .right-col .cms-output h5, #content .right-col .cms-output h6 {
      font-family: "Bitter", serif;
      font-weight: 400;
      line-height: 26px; }
      #content .right-col .cms-output h1 *, #content .right-col .cms-output h2 *, #content .right-col .cms-output h3 *, #content .right-col .cms-output h4 *, #content .right-col .cms-output h5 *, #content .right-col .cms-output h6 * {
        font-size: inherit; }
    #content .right-col .cms-output h1 {
      font-size: 29px; }
    #content .right-col .cms-output h2 {
      font-size: 23px; }
    #content .right-col .cms-output h3 {
      font-size: 19px;
      line-height: 23px; }
    #content .right-col .cms-output h4 {
      font-size: 17px;
      line-height: 20px; }
    #content .right-col .cms-output h5 {
      font-size: 15px;
      line-height: 18px; }
    #content .right-col .cms-output h6 {
      font-size: 13px;
      line-height: 16px;
      text-transform: uppercase; }

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

#subpage.full-width.search-results .search-instance {
  padding-bottom: 25px; }
  #subpage.full-width.search-results .search-instance h4 {
    font-size: 21px; }
    #subpage.full-width.search-results .search-instance h4 a:hover {
      text-decoration: underline; }

#subpage.full-width #sitemap ul {
  padding-bottom: 0; }

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

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

.cms-output input[type="text"], .cms-output input[type="password"] {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -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: 14px;
  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: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  height: 35px;
  width: 79px; }

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

#subpage.full-width #content:after {
  content: "";
  display: table;
  clear: both; }

#content .media {
  padding: 0;
  width: 100%; }
  #content .media .media-title {
    width: 45%; }
  #content .media .media-title, #content .media .post-title, #content .media .event-detail-title, #content .media .sermon-detail-top h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-style: italic;
    font-weight: 900; }
  #content .media .cms-output p:first-of-type {
    font-size: 15px !important; }
  #content .media .events-calendar .calendar td {
    height: 140px; }
    @media (max-width: 1260px) {
      #content .media .events-calendar .calendar td {
        height: 130px; } }
  @media (max-width: 1260px) {
    #content .media .event-right {
      top: 65px; } }
  #content .media #comments {
    padding-top: 110px; }

.media {
  padding: 60px 0 30px 0;
  margin: 0 auto;
  width: 90%; }
  @media (max-width: 1260px) {
    .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: "Lato", sans-serif;
    font-weight: 600;
    width: 64%;
    font-size: 45px;
    float: left; }
    @media (max-width: 1260px) {
      .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: 1260px) {
    .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: "Lato", 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: "Lato", 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: 1260px) {
  .blog-index .tabset {
    clear: both; } }

.comment-bubble {
  font-family: "Lato", 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: 1260px) {
      .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: "Lato", 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: "Lato", sans-serif;
          font-weight: 400;
          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: "Lato", sans-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: "Lato", 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: 1260px) {
    .blog-left {
      width: 100%; } }

.blog-right {
  float: right;
  width: 27%;
  margin-bottom: 30px; }
  @media (max-width: 1260px) {
    .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: "Lato", sans-serif;
      font-weight: 700;
      line-height: 37px;
      font-size: 28px;
      padding-top: 15px; }
      @media (max-width: 1260px) {
        .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: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px; }
    @media (max-width: 1260px) {
      .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: "Lato", sans-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: "Lato", 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: 1260px) {
      .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: "Lato", sans-serif;
  font-weight: 400;
  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: "Lato", 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: 1260px) {
    .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: "Lato", 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: "Lato", sans-serif;
    font-weight: 400;
    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: "Lato", sans-serif;
  font-weight: 400;
  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: "Lato", sans-serif;
    font-weight: 400;
    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: "Lato", sans-serif;
      font-weight: 400;
      line-height: 24px; }

.comment-form {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  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: "Lato", sans-serif;
    font-weight: 400;
    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: "Lato", 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: 1260px) {
    .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: "Lato", sans-serif;
      font-weight: 400;
      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: "Lato", sans-serif;
    font-weight: 400;
    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: "Lato", 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: 1260px) {
    .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: "Lato", sans-serif;
  font-weight: 400;
  -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: 1260px) {
    .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: 1260px) {
  .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: 1260px) {
    .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: 1260px) {
    .event-index .tabset span {
      width: 60px; } }

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

@media (max-width: 1260px) {
  .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: 1260px) {
    .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: 1260px) {
      .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: "Lato", sans-serif;
      font-weight: 400;
      -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: 1260px) {
        .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: 1260px) {
          .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: 1260px) {
          .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: 1260px) {
          .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: 1260px) {
        .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: 1260px) {
      .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: "Lato", sans-serif;
      font-weight: 600;
      line-height: 25px;
      font-size: 20px;
      display: block;
      max-width: 60%;
      float: left; }
      @media (max-width: 1260px) {
        .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: "Lato", sans-serif;
      font-weight: 400;
      line-height: 25px;
      text-align: right;
      font-size: 20px;
      display: block;
      width: 40%;
      float: right; }
      @media (max-width: 1260px) {
        .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: "Lato", 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: "Lato", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      margin-top: 10px;
      float: left; }
      @media (max-width: 1260px) {
        .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: "Lato", sans-serif;
          font-weight: 400;
          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: "Lato", 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: "Lato", sans-serif;
    font-weight: 400;
    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: 1260px) {
        .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: 1260px) {
        .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: 1260px) {
        .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: 1260px) {
        .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: "Lato", sans-serif;
      font-weight: 400;
      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: 1260px) {
    .event-detail .event-left {
      width: 100%; } }
  .event-detail .event-left .event-detail-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    width: 100%; }
    @media (max-width: 1260px) {
      .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: 1260px) {
      .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: 1260px) {
    .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: 1260px) {
    .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: "Lato", 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: 1260px) {
      .event-detail .event-right .more-events {
        display: none; } }
    .event-detail .event-right .more-events .more-category {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      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: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline;
  width: 72%;
  float: left;
  display: inline-block; }
  @media (max-width: 1260px) {
    .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: "Lato", 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: "Lato", sans-serif;
      font-weight: 400;
      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: "Lato", 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;
          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: "Lato", sans-serif;
      font-weight: 400;
      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: "Lato", sans-serif;
      font-weight: 400;
      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: 1260px) {
          .events-calendar .calendar td li > a {
            font-size: 12px;
            line-height: 15px;
            margin: 0 0 10px 3px; } }

@media (max-width: 1260px) {
  .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: "Lato", 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: 1260px) {
    .events-calendar .category-box {
      width: 83%;
      right: 0; } }
  .events-calendar .category-box p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    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: "Lato", 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: 1260px) {
    .events-list .category-box {
      width: 83%;
      right: 0; } }
  .events-list .category-box p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    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: "Lato", 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: "Lato", sans-serif;
  font-weight: 400;
  -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: none;
  position: absolute;
  width: 250%;
  left: -75%; }
  .event-hover-outer .event-hover-inner {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    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; }

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

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

.sermon-index .media-top {
  border-bottom: 0; }
  @media (max-width: 1260px) {
    .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: "Lato", sans-serif;
    font-weight: 400;
    -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: 1260px) {
      .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: 1260px) {
    .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: block; }

.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: 1260px) {
  .media .tabset.sort-tabs {
    display: none; } }

.filter-by-info {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 49px;
  padding-right: 15px;
  float: right; }
  @media (max-width: 1260px) {
    .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: "Lato", sans-serif;
  font-weight: 400;
  -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: 1260px) {
    .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: 1260px) {
    .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: "Lato", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 49px; }
    @media (max-width: 1260px) {
      .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: "Lato", 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: 1260px) {
      .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: "Lato", sans-serif;
    font-weight: 300;
    width: 61%;
    float: left; }
    @media (max-width: 1260px) {
      .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: "Lato", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 400;
      font-size: 17px;
      padding: 2px 0 20px 0; }
      @media (max-width: 1260px) {
        .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: "Lato", sans-serif;
      font-weight: 400;
      font-size: 33px;
      padding-bottom: 30px; }
      @media (max-width: 1260px) {
        .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: 1260px) {
        .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: "Lato", sans-serif;
    font-weight: 400;
    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: 1260px) {
      .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: 1260px) {
        .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: "Lato", sans-serif;
  font-weight: 400;
  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:after {
  content: "";
  display: table;
  clear: both; }

.filter-series .series-group {
  margin-bottom: 35px;
  padding-right: 3%;
  width: 22.75%;
  cursor: pointer;
  float: left;
  display: inline-table; }
  .filter-series .series-group:nth-child(4n+4) {
    padding-right: 0; }
    @media (max-width: 1260px) {
      .filter-series .series-group:nth-child(4n+4) {
        padding-right: 3.5%; } }
  @media (max-width: 1260px) {
    .filter-series .series-group {
      padding-right: 3.5%;
      width: 31%; }
      .filter-series .series-group:nth-child(3n+3) {
        padding-right: 0; } }
    @media (max-width: 1260px) and (max-width: 768px) {
      .filter-series .series-group:nth-child(3n+3) {
        padding-right: 6%; } }
  @media (max-width: 768px) {
    .filter-series .series-group {
      margin-bottom: 25px;
      padding-right: 6%;
      width: 47%; }
      .filter-series .series-group:nth-child(2n+2) {
        padding-right: 0; } }
  .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: "Lato", 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: "Lato", sans-serif;
  font-weight: 400; }
  .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: 1260px) {
        .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: "Lato", sans-serif;
  font-weight: 400;
  float: left;
  width: 49%; }
  @media (max-width: 1260px) {
    .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: 1260px) {
      .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: 1260px) {
    .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: 1260px) {
    .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: "Lato", sans-serif;
  font-weight: 400;
  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: 1260px) {
      .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: "Lato", sans-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: 1260px) {
      .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: "Lato", sans-serif;
  font-weight: 400; }
  .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: 1260px) {
        .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: 1260px) {
    .sermon-detail .media .sermon-detail-left {
      width: 100%; } }

.sermon-detail .sermon-detail-top {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  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: 1260px) {
    .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: "Lato", sans-serif;
    font-weight: 400;
    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: "Lato", sans-serif;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    width: 100%; }

.campus-selector {
  font-family: "Lato", sans-serif;
  font-weight: 400; }
  @media (max-width: 768px) {
    .campus-selector {
      display: none; } }
  .campus-selector h5 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    display: inline;
    float: left;
    margin-right: 15px;
    font-size: 15px;
    padding-top: 7px; }
    @media (max-width: 1260px) {
      .campus-selector h5 {
        display: none; } }
  .campus-selector 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-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-indent: 8px;
    min-width: 140px;
    font-size: 14px;
    padding: 8px 30px 8px 0; }
  .campus-selector .campus-list {
    -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;
    display: none;
    position: absolute;
    right: 0;
    top: 27px; }
    .campus-selector .campus-list li {
      font-size: 14px;
      list-style-type: none; }
      .campus-selector .campus-list li:first-child {
        padding-top: 5px; }
      .campus-selector .campus-list li:last-child a {
        -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; }
      .campus-selector .campus-list li a {
        width: 154px;
        display: block;
        padding: 8px; }

@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: 1260px) {
    .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: "Lato", 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: "Lato", sans-serif;
  font-weight: 400;
  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: "Lato", sans-serif;
  font-weight: 400;
  border-collapse: separate;
  width: 100%; }
  @media (max-width: 1260px) {
    .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: 1260px) {
      .small-groups #content .media .groups-data thead tr td {
        width: 22.6%; } }
  @media (max-width: 1260px) and (max-width: 768px) {
    .small-groups #content .media .groups-data thead tr td {
      width: 50%; } }
    @media (max-width: 1260px) {
      .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: 1260px) {
        .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: "Lato", sans-serif;
      font-weight: 400;
      font-size: 15px;
      padding: 8px 28px 8px 14px;
      margin-right: 12px;
      font-weight: 600;
      max-width: 160px; }
      @media (max-width: 1260px) {
        .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: 1260px) {
        .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: 1260px) {
          .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: 1260px) {
        .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: 1260px) {
          .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: 1260px) {
        .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: 1260px) {
            .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: 1260px) {
              .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: 1260px) {
              .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: 1260px) {
        .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: 1260px) {
          .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;
  -moz-transition: background-color 0.12s linear;
  -ms-transition: background-color 0.12s linear;
  -o-transition: background-color 0.12s linear;
  transition: background-color 0.12s linear;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.groups-modal {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  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: "Lato", sans-serif;
      font-weight: 400;
      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: "Lato", sans-serif;
    font-weight: 400;
    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; } } }

#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: "Lato", 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: "Lato", sans-serif;
          font-weight: 400; }
          #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: "Lato", sans-serif;
          font-weight: 400;
          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: "Lato", sans-serif;
                font-weight: 400;
                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: "Lato", 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: "Lato", 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: "Lato", 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: "Lato", sans-serif;
              font-weight: 400;
              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: "Lato", sans-serif;
                font-weight: 400;
                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(//cpmtls.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: "Lato", sans-serif;
          font-weight: 400;
          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: "Lato", sans-serif;
            font-weight: 400;
            -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: "Lato", sans-serif;
          font-weight: 400; }
          #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: "Lato", sans-serif;
          font-weight: 400;
          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: "Lato", 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: "Lato", sans-serif;
              font-weight: 400;
              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: "Lato", 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: "Lato", 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: "Lato", 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: "Lato", 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; } }

.campus-selector-v2 {
  height: 52px; }
  .campus-selector-v2 .campus-selector-tabs {
    text-align: center; }
    @media (max-width: 1260px) {
      .campus-selector-v2 .campus-selector-tabs {
        display: none; } }
    .campus-selector-v2 .campus-selector-tabs h5 {
      font-family: "Lato", 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: "Lato", sans-serif;
        font-weight: 400;
        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: 1260px) {
      .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: "Lato", 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: "Lato", 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; }

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

body#online-service a.rtBibleRef {
  padding: 6px 11px;
  border-radius: 8px; }

body#online-service #mobile-menu-layout {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 9;
  padding: 24px 5% 0 5%;
  box-sizing: border-box;
  z-index: 99; }
  body#online-service #mobile-menu-layout.show {
    display: block; }
  body#online-service #mobile-menu-layout span#close-x {
    float: right; }
  body#online-service #mobile-menu-layout ul {
    list-style: none;
    margin-top: 38px; }
    body#online-service #mobile-menu-layout ul li {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 27px;
      line-height: 38px;
      padding-bottom: 15px; }

body#online-service #sunday-archive {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 9;
  padding: 24px 5% 0 5%;
  box-sizing: border-box;
  z-index: 99;
  margin-top: 93px;
  text-align: center; }
  body#online-service #sunday-archive.show {
    display: block; }
  body#online-service #sunday-archive h4 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 20px; }
  body#online-service #sunday-archive ul {
    list-style: none; }
    body#online-service #sunday-archive ul li {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 20px; }

body#online-service header section.top-wrapper {
  display: block;
  position: relative;
  height: 158px;
  padding-top: 41px;
  box-sizing: border-box;
  z-index: 9; }
  @media (max-width: 1260px) {
    body#online-service header section.top-wrapper {
      height: 164px; } }
  @media (max-width: 768px) {
    body#online-service header section.top-wrapper {
      padding-top: 31px;
      height: auto; } }
  body#online-service header section.top-wrapper a#list-archive ul {
    display: none; }
  body#online-service header section.top-wrapper a#list-archive:hover ul {
    display: block;
    position: absolute;
    z-index: 999; }
  body#online-service header section.top-wrapper a.logo {
    display: block;
    position: relative;
    width: 240px;
    height: 51px;
    float: left;
    padding-left: 52px; }
    @media (max-width: 1260px) {
      body#online-service header section.top-wrapper a.logo {
        padding-left: 5%; } }
    @media (max-width: 768px) {
      body#online-service header section.top-wrapper a.logo {
        width: 206px;
        height: 41px; } }
  body#online-service header section.top-wrapper span#mobile-menu {
    display: none; }
    @media (max-width: 768px) {
      body#online-service header section.top-wrapper span#mobile-menu {
        display: block; } }
  body#online-service header section.top-wrapper span {
    float: right;
    padding-right: 52px; }
    @media (max-width: 1260px) {
      body#online-service header section.top-wrapper span {
        padding-right: 5%; } }
    body#online-service header section.top-wrapper span ul {
      display: inline-block;
      list-style: none; }
      body#online-service header section.top-wrapper span ul li {
        display: inline-block;
        font-size: 18px;
        font-weight: 800;
        font-family: "Lato", sans-serif;
        font-weight: 800; }
        @media (max-width: 1260px) {
          body#online-service header section.top-wrapper span ul li {
            font-size: 15px; } }
        body#online-service header section.top-wrapper span ul li + li {
          margin-left: 30px; }
        body#online-service header section.top-wrapper span ul li ul {
          display: none; }
        body#online-service header section.top-wrapper span ul li:hover a#list-archive:after {
          content: '';
          width: 0px;
          height: 0px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 14px solid #fff;
          display: block;
          position: absolute;
          margin-top: 16px;
          padding: 0;
          transform: translateX(50%);
          right: 50%; }
        body#online-service header section.top-wrapper span ul li:hover ul {
          display: block;
          position: absolute;
          width: 221px;
          padding: 20px;
          box-sizing: border-box;
          max-height: 350px;
          overflow: scroll;
          margin-left: -52px;
          border-radius: 6px; }
          body#online-service header section.top-wrapper span ul li:hover ul li {
            display: block;
            float: left;
            font-family: "Lato", sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 25px;
            margin-left: 0;
            clear: both;
            padding-bottom: 10px; }
            body#online-service header section.top-wrapper span ul li:hover ul li a {
              padding-bottom: 0; }
        body#online-service header section.top-wrapper span ul li a {
          padding-bottom: 30px;
          position: relative;
          display: block; }
    body#online-service header section.top-wrapper span button {
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      border: none;
      border-radius: 25px;
      padding: 15px 27px;
      margin-left: 30px; }
      @media (max-width: 1260px) {
        body#online-service header section.top-wrapper span button {
          font-size: 15px; } }
    @media (max-width: 768px) {
      body#online-service header section.top-wrapper span {
        display: none; } }

body#online-service header .media-container {
  display: block;
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1260px) {
    body#online-service header .media-container {
      width: 90%; } }
  @media (max-width: 768px) {
    body#online-service header .media-container {
      width: 100%; } }
  body#online-service header .media-container:after {
    content: "";
    display: table;
    clear: both; }
  body#online-service header .media-container h3 {
    float: left;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400; }
    @media (max-width: 1260px) {
      body#online-service header .media-container h3 {
        font-size: 18px; } }
    @media (max-width: 768px) {
      body#online-service header .media-container h3 {
        font-size: 16px;
        text-align: center;
        display: block;
        float: unset;
        padding-bottom: 14px;
        padding-top: 20px; } }
  body#online-service header .media-container span {
    float: right;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
    @media (max-width: 1260px) {
      body#online-service header .media-container span {
        font-size: 18px; } }
    @media (max-width: 768px) {
      body#online-service header .media-container span {
        font-size: 16px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        text-align: center;
        display: block;
        float: unset; } }
  body#online-service header .media-container video {
    width: 100%;
    margin-top: 25px; }
    @media (max-width: 1260px) {
      body#online-service header .media-container video {
        margin-top: 20px; } }

body#online-service header section.header-buttons {
  display: block;
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 67px; }
  @media (max-width: 1260px) {
    body#online-service header section.header-buttons {
      padding-top: 21px;
      padding-bottom: 46px; } }
  @media (max-width: 768px) {
    body#online-service header section.header-buttons {
      padding-top: 25px;
      padding-bottom: 34px; } }
  body#online-service header section.header-buttons button {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: none;
    border-radius: 1px;
    padding: 16px 65px; }
    @media (max-width: 1260px) {
      body#online-service header section.header-buttons button {
        font-size: 15px;
        padding: 13px 27px; } }
    @media (max-width: 768px) {
      body#online-service header section.header-buttons button {
        display: block;
        margin: 0 auto; } }
    body#online-service header section.header-buttons button + button {
      margin-left: 30px; }
      @media (max-width: 768px) {
        body#online-service header section.header-buttons button + button {
          margin-left: auto;
          margin-top: 13px; } }

body#online-service section#service-resources {
  padding-bottom: 150px; }
  @media (max-width: 1260px) {
    body#online-service section#service-resources {
      padding-bottom: 94px; } }
  @media (max-width: 768px) {
    body#online-service section#service-resources {
      padding-bottom: 40px; } }
  body#online-service section#service-resources .resource-bar {
    text-align: center;
    padding: 56px 0; }
    @media (max-width: 1260px) {
      body#online-service section#service-resources .resource-bar {
        padding: 20px 0 40px 0;
        border-bottom: none; } }
    @media (max-width: 768px) {
      body#online-service section#service-resources .resource-bar {
        padding: 24px 0 27px 0; } }
    body#online-service section#service-resources .resource-bar h3 {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 17px;
      display: inline-block;
      padding-right: 30px;
      letter-spacing: 0.5px; }
      @media (max-width: 1260px) {
        body#online-service section#service-resources .resource-bar h3 {
          display: none; } }
      @media (max-width: 768px) {
        body#online-service section#service-resources .resource-bar h3 {
          display: block;
          font-size: 16px; } }
    body#online-service section#service-resources .resource-bar span#down-arrow {
      margin-left: 14px; }
      @media (max-width: 768px) {
        body#online-service section#service-resources .resource-bar span#down-arrow {
          display: inline-block; } }
    body#online-service section#service-resources .resource-bar #resource-list {
      display: inline-block; }
      @media (max-width: 768px) {
        body#online-service section#service-resources .resource-bar #resource-list {
          display: none;
          position: relative;
          width: 100%;
          height: auto;
          text-align: center; }
          body#online-service section#service-resources .resource-bar #resource-list.show {
            display: block; } }
      body#online-service section#service-resources .resource-bar #resource-list a {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 17px;
        display: inline-block;
        position: relative;
        letter-spacing: 0.5px; }
        @media (max-width: 1260px) {
          body#online-service section#service-resources .resource-bar #resource-list a {
            font-size: 15px; } }
        @media (max-width: 768px) {
          body#online-service section#service-resources .resource-bar #resource-list a {
            display: block;
            position: relative;
            clear: both; } }
        body#online-service section#service-resources .resource-bar #resource-list a + a {
          margin-left: 30px; }
          @media (max-width: 1260px) {
            body#online-service section#service-resources .resource-bar #resource-list a + a {
              margin-left: 9px; } }
        @media (max-width: 1260px) {
          body#online-service section#service-resources .resource-bar #resource-list a span.arrow {
            margin-left: 9px; } }
        body#online-service section#service-resources .resource-bar #resource-list a span.arrow:before {
          bottom: 1px;
          content: '';
          height: 13px;
          position: absolute;
          right: -1px;
          -webkit-transform-origin: bottom;
          transform-origin: bottom;
          width: 2px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media (max-width: 1260px) {
            body#online-service section#service-resources .resource-bar #resource-list a span.arrow:before {
              bottom: 1px;
              content: '';
              height: 10px;
              position: absolute;
              right: -1px;
              -webkit-transform-origin: bottom;
              transform-origin: bottom;
              width: 2px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); } }
        body#online-service section#service-resources .resource-bar #resource-list a span.arrow:after {
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 6px;
          left: 0;
          position: absolute;
          top: -1px;
          width: 6px; }
          @media (max-width: 1260px) {
            body#online-service section#service-resources .resource-bar #resource-list a span.arrow:after {
              height: 5px;
              width: 5px; } }
  body#online-service section#service-resources div#service-order {
    display: block;
    position: relative;
    max-width: 887px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px; }
    @media (max-width: 1260px) {
      body#online-service section#service-resources div#service-order {
        padding-top: 44px; } }
    @media (max-width: 768px) {
      body#online-service section#service-resources div#service-order {
        padding-top: 28px;
        padding-bottom: 24px; } }
    body#online-service section#service-resources div#service-order h3 {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 43px;
      line-height: 56px;
      margin: 0 auto;
      max-width: 75%;
      padding-bottom: 15px; }
      @media (max-width: 1260px) {
        body#online-service section#service-resources div#service-order h3 {
          font-size: 38px;
          padding-bottom: 0; } }
      @media (max-width: 768px) {
        body#online-service section#service-resources div#service-order h3 {
          font-size: 28px; } }
    body#online-service section#service-resources div#service-order p {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 39px;
      padding-bottom: 10px; }
      @media (max-width: 1260px) {
        body#online-service section#service-resources div#service-order p {
          font-size: 19px; } }
      @media (max-width: 768px) {
        body#online-service section#service-resources div#service-order p {
          font-size: 15px;
          padding-bottom: 7px; } }
    body#online-service section#service-resources div#service-order a {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 39px; }
      @media (max-width: 1260px) {
        body#online-service section#service-resources div#service-order a {
          font-size: 19px; } }
      @media (max-width: 768px) {
        body#online-service section#service-resources div#service-order a {
          font-size: 15px; } }
    body#online-service section#service-resources div#service-order ul {
      display: block;
      position: relative;
      padding-top: 25px;
      list-style: none; }
      @media (max-width: 768px) {
        body#online-service section#service-resources div#service-order ul {
          padding-top: 10px; } }
      body#online-service section#service-resources div#service-order ul li {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 39px;
        padding-bottom: 10px; }
        @media (max-width: 1260px) {
          body#online-service section#service-resources div#service-order ul li {
            font-size: 19px; } }
        @media (max-width: 768px) {
          body#online-service section#service-resources div#service-order ul li {
            font-size: 15px;
            padding-bottom: 7px; } }
  body#online-service section#service-resources div#info-block {
    display: block;
    position: relative;
    max-width: 887px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 50px 55px 35px 55px;
    box-sizing: border-box;
    border-radius: 2px; }
    @media (max-width: 1260px) {
      body#online-service section#service-resources div#info-block {
        width: 90%; } }
    @media (max-width: 768px) {
      body#online-service section#service-resources div#info-block {
        padding: 25px 20px 8px 20px; } }
    body#online-service section#service-resources div#info-block h3 {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 35px; }
      @media (max-width: 768px) {
        body#online-service section#service-resources div#info-block h3 {
          font-size: 20px; } }
    body#online-service section#service-resources div#info-block p {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 17px;
      line-height: 26px;
      padding-bottom: 29px; }
      @media (max-width: 1260px) {
        body#online-service section#service-resources div#info-block p {
          font-weight: 500;
          font-size: 16px;
          padding-bottom: 27px; } }
      @media (max-width: 768px) {
        body#online-service section#service-resources div#info-block p {
          font-size: 14px; } }
    body#online-service section#service-resources div#info-block a {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 17px;
      line-height: 26px; }
      @media (max-width: 1260px) {
        body#online-service section#service-resources div#info-block a {
          font-weight: 500;
          font-size: 16px;
          padding-bottom: 27px; } }
      @media (max-width: 768px) {
        body#online-service section#service-resources div#info-block a {
          font-size: 14px; } }
      body#online-service section#service-resources div#info-block a:hover {
        text-decoration: underline; }

body#online-service section#announcments-block {
  padding: 0 5%; }
  body#online-service section#announcments-block:after {
    content: "";
    display: table;
    clear: both; }
  body#online-service section#announcments-block #announcements-wrapper {
    max-width: 981px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 56px 0;
    box-sizing: border-box; }
    @media (max-width: 1260px) {
      body#online-service section#announcments-block #announcements-wrapper {
        padding-top: 82px;
        padding-bottom: 42px; } }
    @media (max-width: 768px) {
      body#online-service section#announcments-block #announcements-wrapper {
        padding-top: 38px;
        padding-bottom: 10px; } }
    body#online-service section#announcments-block #announcements-wrapper h3 {
      display: block;
      position: relative;
      margin: 0 auto;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 43px;
      line-height: 60px;
      padding-bottom: 55px; }
      @media (max-width: 1260px) {
        body#online-service section#announcments-block #announcements-wrapper h3 {
          font-size: 38px; } }
      @media (max-width: 768px) {
        body#online-service section#announcments-block #announcements-wrapper h3 {
          font-size: 28px;
          max-width: 75%;
          line-height: 36px;
          padding-bottom: 27px; } }
    body#online-service section#announcments-block #announcements-wrapper .announcement {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 50px; }
      body#online-service section#announcments-block #announcements-wrapper .announcement:after {
        content: "";
        display: table;
        clear: both; }
      body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata {
        display: inline-block; }
        body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata img.announcement-img {
          width: 303px;
          height: auto;
          display: inline-block;
          float: left;
          padding-right: 36px; }
          @media (max-width: 1260px) {
            body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata img.announcement-img {
              width: 230px;
              padding-right: 23px; } }
          @media (max-width: 768px) {
            body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata img.announcement-img {
              width: 100%;
              padding-right: 0;
              padding-bottom: 10px; } }
        body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata h4 a {
          font-family: "Lato", sans-serif;
          font-weight: 600;
          font-size: 22px;
          line-height: 32px;
          padding-bottom: 10px; }
          @media (max-width: 1260px) {
            body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata h4 a {
              font-size: 20px; } }
          @media (max-width: 768px) {
            body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata h4 a {
              font-size: 18px;
              margin: 0 auto;
              display: block;
              position: relative;
              text-align: center;
              max-width: 65%; } }
        body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata p {
          font-family: "Lato", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 31px; }
          @media (max-width: 1260px) {
            body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata p {
              font-size: 15px; } }
          @media (max-width: 768px) {
            body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata p {
              font-size: 14px;
              line-height: 27px; } }
        body#online-service section#announcments-block #announcements-wrapper .announcement .announcement-metadata a:hover {
          text-decoration: underline; }

body#online-service footer .footer-wrapper {
  max-width: 981px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px 0; }
  @media (max-width: 1260px) {
    body#online-service footer .footer-wrapper {
      padding-top: 0; } }
  body#online-service footer .footer-wrapper .footer-copy {
    display: inline-block; }
    @media (max-width: 1260px) {
      body#online-service footer .footer-wrapper .footer-copy {
        display: block;
        text-align: center; } }
    body#online-service footer .footer-wrapper .footer-copy button.tablet {
      display: none; }
      @media (max-width: 1260px) {
        body#online-service footer .footer-wrapper .footer-copy button.tablet {
          display: block;
          margin: 0 auto;
          margin-bottom: 28px; } }
    body#online-service footer .footer-wrapper .footer-copy p {
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      padding-bottom: 7px; }
      @media (max-width: 1260px) {
        body#online-service footer .footer-wrapper .footer-copy p {
          display: block; } }
  body#online-service footer .footer-wrapper button.back-links {
    float: right;
    vertical-align: top;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-radius: 25px;
    padding: 11px 31px; }
    @media (max-width: 1260px) {
      body#online-service footer .footer-wrapper button.back-links {
        display: none;
        float: unset; } }

@media (max-width: 768px) {
  .tab-up {
    display: none; } }

.mobile {
  display: none; }
  @media (max-width: 768px) {
    .mobile {
      display: block; } }

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

.media .events-calendar .calendar caption .nextMonth:after,
.media .events-calendar .calendar caption .prevMonth:after {
  top: 25px; }

.media .event-index .category-button {
  line-height: 37px; }

.media .events-list .event-mobile-filter,
.media .events-calendar .event-mobile-filter {
  line-height: 48px; }

@media (min-width: 769px) {
  .media .tabset li span {
    padding: 16px 20px 17px 20px; } }

.slick-prev,
.slick-next {
  top: 53%; }
  @media (max-width: 1260px) {
    .slick-prev,
    .slick-next {
      top: 51%; } }

.eventlist .upcoming-block:nth-of-type(4) {
  display: none !important; }

.eventlist .upcoming-block {
  width: 280px !important; }

.city-integration .category-button,
.ccb-integration .category-button {
  display: none !important; }

#quicklinks .qls .ql .ql-caption {
  font-weight: 400;
  font-size: 15px; }

.sermon-listing-tabs {
  margin-top: 11px; }

.current-series.sermon-index-view .series-banner .left-banner,
.current-series.sermon-index-view .series-banner .right-banner {
  position: absolute;
  height: 100%;
  width: 13.9%;
  top: 0; }

.current-series.sermon-index-view .series-banner .left-banner {
  left: -13.8%; }

.current-series.sermon-index-view .series-banner .right-banner {
  right: -13.9%; }

@media (min-width: 1261px) {
  #quicklinks .qls .ql .ql-title,
  #quicklinks .qls .ql .ql-caption {
    width: 210px; }
  #widgets .widget .widget-wrap .event-date {
    width: 90px; }
  #widgets .widget .widget-wrap .event-info {
    padding-top: 23px;
    float: left;
    width: 338px; }
  .cms-output p,
  .cms-output ul,
  .cms-output ol,
  .cms-output table,
  .cms-output label,
  .cms-output input {
    font-size: 17px;
    line-height: 29px; }
  #content .right-col .cms-output p,
  #content .right-col .cms-output ul,
  #content .right-col .cms-output table,
  #content .right-col .cms-output label,
  #content .right-col .cms-output iframe {
    font-size: 17px;
    line-height: 29px; } }

@media (max-width: 1260px) {
  #widgets .widget .widget-wrap .event-date {
    width: 75px; }
  #widgets .widget .widget-wrap .event-info {
    width: 275px; }
  .cms-output p,
  .cms-output ul,
  .cms-output ol,
  .cms-output table,
  .cms-output label,
  .cms-output input {
    font-size: 16px;
    line-height: 27px; }
  #content .right-col .cms-output p,
  #content .right-col .cms-output ul,
  #content .right-col .cms-output table,
  #content .right-col .cms-output label,
  #content .right-col .cms-output iframe {
    font-size: 16px;
    line-height: 27px; } }

@media (max-width: 768px) {
  #widgets .widget .widget-wrap .event-info {
    width: 65%; }
  .cms-output p,
  .cms-output ul,
  .cms-output ol,
  .cms-output table,
  .cms-output label,
  .cms-output input {
    font-size: 16px;
    line-height: 27px; }
  #content .right-col .cms-output p,
  #content .right-col .cms-output ul,
  #content .right-col .cms-output table,
  #content .right-col .cms-output label,
  #content .right-col .cms-output iframe {
    font-size: 16px;
    line-height: 27px; } }

.event-index .style-wrap-arrow {
  display: none !important; }

.events-calendar .category-box:before {
  top: -5px !important; }

@media (min-width: 1261px) {
  .event-index .list-info-block .list-title,
  .event-index .list-info-block .list-category,
  .event-index .list-info-block .list-time {
    margin-top: 4px; } }

.blog-index .switcher-tab {
  height: 19px; }
  @media (max-width: 768px) {
    .blog-index .switcher-tab {
      height: 22px; } }

.blog-index .style-wrap-arrow:after {
  right: 20px; }

#quicklinks .qls .ql:before,
#quicklinks .qls .ql:after {
  -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; }

.campus-selector h5 {
  font-family: "Bitter", serif;
  font-weight: 400;
  padding-top: 8px; }

#page {
  margin-bottom: 40px; }

.blog-index .switcher-tab.blog-all {
  height: 22px; }

.slick-dots {
  bottom: 15px; }
  @media (max-width: 1260px) {
    .slick-dots {
      bottom: -10px; } }
  .slick-dots li {
    width: 15px; }
    .slick-dots li button {
      background-color: rgba(255, 255, 255, 0.99) !important;
      width: 20px !important;
      height: 20px !important;
      border-radius: 20px !important; }

@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important; } }

#nav li ul li.children-arrow {
  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: 15px;
    top: 22px; }

.post-share-under .twitter-share-button {
  position: relative !important;
  top: 3px;
  padding-bottom: inherit !important; }

.all-posts .post .post-excerpt a.rtBibleRef {
  color: inherit;
  border: inherit;
  background: inherit;
  padding: 0; }
  .all-posts .post .post-excerpt a.rtBibleRef:hover {
    color: inherit;
    border: inherit;
    background: inherit; }

footer #social a.map {
  -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;
  color: #fff;
  background: rgba(193, 188, 173, 0.76);
  margin-right: 9px;
  margin-left: -5px;
  border-radius: 27px;
  height: 27px;
  width: 27px; }

footer #social a.map:before {
  position: relative;
  font-size: 21px;
  top: 3px;
  left: 0px; }

#widgets .widget .widget-wrap .widget-play:before {
  display: none; }
