@charset "UTF-8";
/*

Media Query Mixin.
https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/

*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  -webkit-text-size-adjust: none;
  font-weight: 500;
}

body, input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

object, embed {
  max-width: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 700;
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=text], input[type=password], textarea {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
}

table {
  font-size: inherit;
  font: 100%;
  -webkit-appearance: none;
}

small {
  font-size: 65%;
}

strong {
  font-weight: 700;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, "Montserrat", sans-serif;
}

input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

img {
  vertical-align: bottom;
}

* {
  outline: none;
}

a:not([href]) {
  cursor: default;
}

.image-left {
  float: left;
  max-width: 50%;
  margin: 10px 30px 8px 0;
}

.image-right {
  float: right;
  max-width: 50%;
  margin: 10px 0 8px 30px;
}

.image-full {
  width: 100%;
}
.image-full:not(:only-child) {
  margin: 15px 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 4% 0;
}

.video-container.left,
.video-container.right {
  width: 50%;
  padding-bottom: 28.125%;
}

.video-container.left {
  float: left;
  margin: 0 30px 8px 0;
}

.video-container.right {
  float: right;
  margin: 0 0 8px 30px;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container img.cke_flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  background: black;
}

.imgtxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6% 0;
}
@media (max-width: 480px) {
  .imgtxt {
    margin: 25px 0;
  }
}

.imgtxt .img {
  width: 25%;
  min-width: 90px;
  align-self: flex-start;
}
@media (max-width: 480px) {
  .imgtxt .img {
    min-width: 50px;
  }
}
.imgtxt .img:first-child {
  padding-right: 5%;
}
.imgtxt .img:last-child {
  padding-left: 5%;
}

.imgtxt .img img {
  display: block;
  width: 100%;
}

.imgtxt .txt {
  width: 100%;
  max-width: 70%;
}

html {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
  line-height: 1.75;
}

body {
  color: #404040;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

body:not(.notemplate) {
  min-height: 100vh;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #4373b6;
}

a:hover {
  color: #2c5894;
}

ul,
ol {
  margin-left: 2em;
}

blockquote {
  padding: 20px;
  margin: 1em 0;
  border-color: #3b67a3;
  border-style: solid;
  border-left-width: 4px;
  background: rgba(0, 0, 0, 0.05);
  color: #222;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

[class*=subdue] {
  opacity: 0.5;
}

.--text-shadow {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  white-space: normal;
  line-height: normal;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.25rem;
}

.--light {
  font-weight: 300;
}

.--regular {
  font-weight: 400;
}

.--medium {
  font-weight: 500;
}

strong,
.--bold {
  font-weight: 700;
}

.--italic {
  font-style: italic;
}

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

.text-left,
.--align-left {
  text-align: left;
}

.text-right,
.--align-right {
  text-align: right;
}

[class*=uppercase],
.--uppercase {
  text-transform: uppercase;
}

[class*=lowercase],
.--lowercase {
  text-transform: lowercase;
}

[class*=capitalize],
.--capitalize {
  text-transform: capitalize;
}

[class*=nano],
.--nano {
  font-size: 0.6875rem;
  line-height: 1.125rem;
}

[class*=micro],
.--micro {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

[class*=milli],
.--milli {
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

[class*=centi],
.--centi {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

[class*=deci],
.--deci {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}

[class*=normal],
.--normal {
  font-size: 1rem;
  line-height: 1.75rem;
}

[class*=normalplus],
.--normalplus {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

[class*=deca],
.--deca {
  font-size: 1.25rem;
  line-height: 1.925rem;
}
@media (max-width: 600px) {
  [class*=deca],
.--deca {
    font-size: 1.25rem;
    line-height: 1.925rem;
  }
}

[class*=hecto],
.--hecto {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
@media (max-width: 600px) {
  [class*=hecto],
.--hecto {
    font-size: 1.375rem;
    line-height: 2.0125rem;
  }
}

[class*=kilo],
.--kilo {
  font-size: 1.75rem;
  line-height: 2.275rem;
}
@media (max-width: 600px) {
  [class*=kilo],
.--kilo {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}

[class*=mega],
.--mega {
  font-size: 2rem;
  line-height: 2.45rem;
}
@media (max-width: 600px) {
  [class*=mega],
.--mega {
    font-size: 1.625rem;
    line-height: 2.1875rem;
  }
}

[class*=giga],
.--giga {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
@media (max-width: 600px) {
  [class*=giga],
.--giga {
    font-size: 1.75rem;
    line-height: 2.275rem;
  }
}

[class*=tera],
.--tera {
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@media (max-width: 600px) {
  [class*=tera],
.--tera {
    font-size: 1.875rem;
    line-height: 2.3625rem;
  }
}

[class*=peta],
.--peta {
  font-size: 2.75rem;
  line-height: 2.975rem;
}
@media (max-width: 600px) {
  [class*=peta],
.--peta {
    font-size: 2rem;
    line-height: 2.45rem;
  }
}

[class*=exa],
.--exa {
  font-size: 3rem;
  line-height: 3.15rem;
}
@media (max-width: 600px) {
  [class*=exa],
.--exa {
    font-size: 2.125rem;
    line-height: 2.5375rem;
  }
}

[class*=zetta],
.--zetta {
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media (max-width: 600px) {
  [class*=zetta],
.--zetta {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}

[class*=yotta],
.--yotta {
  font-size: 4rem;
  line-height: 4rem;
}
@media (max-width: 600px) {
  [class*=yotta],
.--yotta {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

[class*=huge],
.--huge {
  font-size: 5.25rem;
  line-height: 5.25rem;
}
@media (max-width: 600px) {
  [class*=huge],
.--huge {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

@media (min-width: 400px) {
  .show-tiny {
    display: none;
  }
}

@media (max-width: 399px) {
  .hide-tiny {
    display: none;
  }
}

@media (min-width: 600px) {
  .show-small {
    display: none;
  }
}

@media (max-width: 599px) {
  .hide-small {
    display: none;
  }
}

@media (min-width: 800px) {
  .show-medium {
    display: none;
  }
}

@media (max-width: 799px) {
  .hide-medium {
    display: none;
  }
}

@media (min-width: 1000px) {
  .show-large {
    display: none;
  }
}

@media (max-width: 999px) {
  .hide-large {
    display: none;
  }
}

@media (min-width: 1200px) {
  .show-huge {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hide-huge {
    display: none;
  }
}

@media (min-width: 1400px) {
  .show-full {
    display: none;
  }
}

@media (max-width: 1399px) {
  .hide-full {
    display: none;
  }
}

.--color-yellow {
  color: #F8E697;
}

.--backgroundcolor-yellow {
  background-color: #F8E697;
}

.--bordercolor-yellow {
  border-color: rgba(248, 230, 151, 0.25) !important;
}

.--color-white {
  color: #fff;
}

.--backgroundcolor-white {
  background-color: #fff;
}

.--bordercolor-white {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.--color-black {
  color: #000;
}

.--backgroundcolor-black {
  background-color: #000;
}

.--bordercolor-black {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.--color-grey {
  color: #333;
}

.--backgroundcolor-grey {
  background-color: #333;
}

.--bordercolor-grey {
  border-color: rgba(51, 51, 51, 0.25) !important;
}

.--color-greyLight {
  color: #777;
}

.--backgroundcolor-greyLight {
  background-color: #777;
}

.--bordercolor-greyLight {
  border-color: rgba(119, 119, 119, 0.25) !important;
}

.--color-blue {
  color: #426a92;
}

.--backgroundcolor-blue {
  background-color: #426a92;
}

.--bordercolor-blue {
  border-color: rgba(66, 106, 146, 0.25) !important;
}

.--color-red {
  color: #b94a48;
}

.--backgroundcolor-red {
  background-color: #b94a48;
}

.--bordercolor-red {
  border-color: rgba(185, 74, 72, 0.25) !important;
}

.--color-green {
  color: #468847;
}

.--backgroundcolor-green {
  background-color: #468847;
}

.--bordercolor-green {
  border-color: rgba(70, 136, 71, 0.25) !important;
}

.--color-blueDark {
  color: #15293d;
}

.--backgroundcolor-blueDark {
  background-color: #15293d;
}

.--bordercolor-blueDark {
  border-color: rgba(21, 41, 61, 0.25) !important;
}

.--color-blueText {
  color: #3E7DBC;
}

.--backgroundcolor-blueText {
  background-color: #3E7DBC;
}

.--bordercolor-blueText {
  border-color: rgba(62, 125, 188, 0.25) !important;
}

.icon:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: middle;
}

.icon.--arrow-yellow:after,
.icon.--arrow-yellow:before {
  background-image: url("../images/icon-arrow-yellow.svg");
}

.icon.--arrow-blue:after,
.icon.--arrow-blue:before {
  background-image: url("../images/icon-arrow-blue.svg");
}

.icon.--burger:after,
.icon.--burger:before {
  background-image: url("../images/icon-burger.svg");
}

.icon.--arrow:after,
.icon.--arrow:before {
  background-image: url("../images/icon-arrow.svg");
}

.icon.--clock:after,
.icon.--clock:before {
  background-image: url("../images/icon-clock.svg");
}

.icon.--close:after,
.icon.--close:before {
  background-image: url("../images/icon-close.svg");
}

.icon.--directions-blue:after,
.icon.--directions-blue:before {
  background-image: url("../images/icon-directions-blue.svg");
}

.icon.--directions-yellow:after,
.icon.--directions-yellow:before {
  background-image: url("../images/icon-directions-yellow.svg");
}

.icon.--play:after,
.icon.--play:before {
  background-image: url("../images/icon-play.svg");
}

.icon.--search:after,
.icon.--search:before {
  background-image: url("../images/icon-search.svg");
}

.icon.--share:after,
.icon.--share:before {
  background-image: url("../images/icon-share.svg");
}

.icon.--user:after,
.icon.--user:before {
  background-image: url("../images/icon-user.svg");
}

.icon.--cart:after,
.icon.--cart:before {
  background-image: url("../images/icon-cart.svg");
}

.icon.--burger.open:before {
  background-image: url("../images/icon-close.svg");
}

.--font-serif {
  font-family: "Aleo", serif;
}

.--font-sansserif {
  font-family: "Montserrat", sans-serif;
}

.--font-heading {
  font-family: "novecento-sans", sans-serif;
}

.--font-calendar {
  font-family: "Roboto", sans-serif;
}

#aspnetForm {
  height: 100%;
}

form {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.wf-loading form {
  visibility: hidden;
  opacity: 0;
}

.wf-active form,
.wf-inactive form {
  visibility: visible;
  opacity: 1;
}

.media-wrapper {
  position: relative;
}

.media-wrapper.sb3 {
  padding-bottom: 33%;
}

.media-wrapper.sb9 {
  padding-bottom: 56.25%;
}

.media-wrapper.square {
  padding-bottom: 100%;
}

.media {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.media > div {
  height: 100%;
}

.valign-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}

.valign-wrapper::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.valign {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  width: 100%;
}

.leftright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.onlyprint {
  display: none;
}

.scroll-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 98;
  right: 20px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #202020;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms;
}

.scrolled .scroll-to-top {
  opacity: 0.9;
  visibility: visible;
  pointer-events: all;
}

.scroll-to-top:hover {
  opacity: 1;
}

.middot-divider {
  padding-left: 0.45em;
  padding-right: 0.45em;
}

.middot-divider::after {
  content: "·";
}

.hide {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}

.section {
  position: relative;
}

.section .bounds > .padding-less {
  padding: 2.5% 0;
}

.section .bounds > .padding {
  padding: 25px 0;
}

.section .bounds > .padding-more {
  padding: 7% 0;
}

html.popup-active {
  overflow: hidden;
}

.site {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  margin: 0 auto;
}

html.popup-active .site {
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.popup-wrapper {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.94);
  color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.popup-wrapper .popup-content {
  padding: 25px;
}

.popup-wrapper.popup-page .popup-content {
  padding: 40px;
  background: #fff;
  color: #333;
}

.popup-wrapper .popup-x {
  cursor: pointer;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-transform: rotate(-90deg) scale(0.75);
  -moz-transform: rotate(-90deg) scale(0.75);
  -o-transform: rotate(-90deg) scale(0.75);
  transform: rotate(-90deg) scale(0.75);
}

.popup-wrapper.popup-page .popup-x {
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
}

.popup-wrapper.popup-active .popup-x {
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.popup-wrapper .popup-x::before,
.popup-wrapper .popup-x::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}

.popup-wrapper.popup-page .popup-x::before,
.popup-wrapper.popup-page .popup-x::after {
  background: #333;
}

.popup-wrapper .popup-x::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-wrapper .popup-x::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-wrapper .popup-x:hover {
  opacity: 1;
}

.popup-wrapper.popup-active {
  visibility: visible;
  opacity: 1;
}

.popup-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 20px 0;
  overflow-y: scroll;
  font-size: 0;
}

.popup-wrapper.popup-active .popup-scroller {
  -webkit-overflow-scrolling: touch;
}

.popup-scroller::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup-wrapper .popup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.popup-wrapper.popup-active .popup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popup-wrapper .input-wrapper {
  background: #fff;
  color: #333;
}

.popup-wrapper .input-wrapper:last-child {
  margin-bottom: 0;
}

.popup-wrapper .input-wrapper input {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.popup-prev,
.popup-next {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -18px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-prev:hover,
.popup-next:hover {
  opacity: 1;
}

.popup-prev::before,
.popup-next::before {
  font-family: "ycpicons";
  font-size: 36px;
  line-height: 1;
  display: block;
}

.popup-prev {
  left: 0;
}

.popup-prev::before {
  content: "";
}

.popup-next {
  right: 0;
}

.popup-next::before {
  content: "";
}

@media screen and (max-width: 560px) {
  .popup-wrapper .popup-scroller {
    padding: 10px 10px 0;
  }

  .popup-wrapper:not(.popup-page) .popup-x {
    width: 30px;
    height: 30px;
  }

  .popup-wrapper:not(.popup-page) .popup-x::before,
.popup-wrapper:not(.popup-page) .popup-x::after {
    left: 4px;
    right: 4px;
  }

  .popup-wrapper .popup {
    margin-bottom: 10px;
  }

  .popup-wrapper.popup-page .popup-content {
    padding: 20px;
  }

  .popup-wrapper.popup-page .popup-x {
    right: -4px;
    top: -4px;
  }
}
.btns {
  margin: 32px -6px;
}

.btns:last-child {
  margin-bottom: 0;
}

.btns [class*=button] {
  margin: 5px 6px;
}

[class*=button] {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  background: #fff;
  color: #426a92;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=button]:hover {
  background-color: #426a92;
  color: #fff;
}

[class*=button][class*=full] {
  display: block;
  width: 100%;
  text-align: center;
}

[class*=button][class*=smaller] {
  padding: 0.35em 1em;
}

[class*=button][class*=smallest] {
  padding: 0.2em 0.6em;
}

.btn {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  display: inline-block;
}
.btn.--btn-clear {
  border: 1px solid #fff;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0);
}
.btn.--btn-clear:after {
  color: #F8E697;
}
.btn.--btn-clear:hover {
  color: #426a92;
  background-color: white;
  text-shadow: none;
}
.btn.--btn-clear:hover:after {
  color: #426a92;
}
.btn.--btn-white {
  border: 1px solid #333;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  color: #3E7DBC;
  font-weight: 500;
}
.btn.--btn-white:hover {
  background-color: #fff;
}
.btn.--btn-viewall {
  text-align: center;
  line-height: 32px;
  border-radius: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1400px) {
  .btn.--btn-viewall {
    font-size: 14px;
    padding: 0 30px;
    border: 1px solid #ccc;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .btn.--btn-viewall {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .btn.--btn-viewall {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 0 15px;
  }
}
.btn.--btn-viewall:hover {
  background: #426a92;
  color: #fff;
}
.heading .btn {
  float: right;
  letter-spacing: normal;
}

.input-wrapper,
.ss-wrapper {
  position: relative;
}

.input-wrapper label {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #333;
  border: 1px solid transparent;
  display: block;
  font-size: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

.input-wrapper input[type=text],
.input-wrapper input[type=password],
.input-wrapper input[type=email],
.input-wrapper input[type=number],
.input-wrapper textarea {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-size: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

.input-wrapper.dollars:before {
  content: "$";
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 46px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #cacaca;
  color: #757575;
}

.input-wrapper.dollars:after {
  content: ".00";
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 46px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #cacaca;
  color: #757575;
}

.input-wrapper.dollars input {
  padding-left: 60px;
  padding-right: 60px;
}

.input-wrapper[class*=icon-ycpbefore]:before,
.input-wrapper[class*=icon-ycpafter]:after {
  position: absolute;
  top: 10px;
  pointer-events: none;
}

.input-wrapper[class*=icon-ycpbefore] input,
.input-wrapper[class*=icon-ycpbefore] label {
  padding-left: 32px !important;
}

.input-wrapper[class*=icon-ycpbefore]:before {
  left: 10px;
}

.input-wrapper[class*=icon-ycpafter]:after {
  right: 10px;
}

.input-wrapper a {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}

.input-wrapper a ~ input,
.input-wrapper a ~ label,
.input-wrapper[class*=icon-ycpafter] input,
.input-wrapper[class*=icon-ycpafter] label {
  padding-right: 32px !important;
}

.input-wrapper textarea {
  display: block;
  height: 150px;
  resize: none;
}

.ss-wrapper {
  padding: 5px 28px 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ss-wrapper select {
  z-index: 1;
}

.ss-wrapper.initial {
  color: #858585;
}

.ss-wrapper.focus,
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=number]:focus,
.input-wrapper textarea:focus {
  -webkit-box-shadow: 0 0 4px 1px rgba(61, 145, 185, 0.3);
  -moz-box-shadow: 0 0 4px 1px rgba(61, 145, 185, 0.3);
  box-shadow: 0 0 4px 1px rgba(61, 145, 185, 0.3);
}

.ss-wrapper::after {
  font-family: "ycpicons";
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -14px;
}

.checkbox-group {
  margin-bottom: 20px;
}

.checkbox-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checkbox-group ul li {
  position: relative;
  display: block;
  white-space: nowrap;
  padding-left: 28px;
  margin: 3px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-group ul li input + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #758283;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.checkbox-group ul li input[type=radio] + label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.checkbox-group ul li label {
  display: inline-block;
  white-space: normal;
}

.checkbox-group ul li input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2px;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  opacity: 0;
}

.checkbox-group ul li input + label::after {
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -webkit-transition: 150ms;
  -moz-transform: scale(0.5);
  -moz-transition: 150ms;
  transform: scale(0.5);
  transition: 150ms;
}

.checkbox-group ul li input[type=checkbox] + label::after {
  font-family: "ycpicons";
  content: "";
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  display: block;
  color: #444444;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}

.checkbox-group ul li input[type=radio] + label::after {
  content: "";
  left: 5px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #444444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.checkbox-group ul li input:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

select {
  font-size: 16px;
}

.validator {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #333;
  color: #fff;
}

.validator::before {
  font-family: "ycpicons";
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
  font-size: 18px;
  display: block;
  line-height: 1;
}

.error {
  display: block;
  border: 1px solid #93595c;
  background: #e7d3d4;
  color: #912028;
  padding: 6px 10px;
  margin-bottom: 20px;
}

.checkbox,
.radio span {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0 0 0 28px;
  margin: 3px 0;
  user-select: none;
}
.checkbox input,
.radio span input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 1px;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.checkbox label,
.radio span label {
  display: inline-block;
  white-space: normal;
  font-size: 14px;
  font-weight: 500;
}
.checkbox input[type=checkbox] + label:before,
.checkbox input[type=radio] + label:before,
.radio span input[type=checkbox] + label:before,
.radio span input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(69, 75, 89, 0.55);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  transition: 150ms;
}
.checkbox input[type=checkbox] + label:after,
.checkbox input[type=radio] + label:after,
.radio span input[type=checkbox] + label:after,
.radio span input[type=radio] + label:after {
  font-family: "ycpicons";
  content: "";
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: scale(0.5);
  transition: 150ms;
}
.checkbox input:checked + label:after,
.radio span input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox input[type=radio] + label:before,
.radio span input[type=radio] + label:before {
  border-radius: 50%;
}
.checkbox input[type=radio] + label:after,
.radio span input[type=radio] + label:after {
  content: "";
  left: 5px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #343735;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ast {
  color: #a51616;
  margin-right: 3px;
}

.input-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.errortext {
  position: absolute;
  top: 38px;
  font-size: 12px;
}

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  font-size: 10px;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  background: #999999;
  background: -moz-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #999999 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #999999 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: load3 1s infinite linear;
  animation: load3 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
}

.processing {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.processing .loader {
  position: absolute;
  visibility: visible;
  opacity: 1;
}

.wf-loading body > .loader {
  visibility: visible;
  opacity: 1;
}

.wf-active body > .loader,
.wf-inactive body > .loader {
  visibility: hidden;
  opacity: 0;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #999999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.linkset:hover {
  z-index: 10;
}

.linkset li {
  list-style: none;
}

body:not(.js-loaded) .linkset ul {
  display: none;
}

.bounds {
  position: relative;
  max-width: 1400px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.inner {
  position: relative;
  height: 100%;
}

.row {
  font-size: 0;
  margin-left: -2%;
  margin-right: -2%;
  max-width: 100%;
}

.row.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row.flex .flex-start {
  align-self: flex-start;
}

[class*=column] {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
  direction: ltr;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row:not(.reverse) [class*=column].extra-padding:first-child,
.row.reverse [class*=column].extra-padding:last-child {
  padding-right: 6%;
}

.row:not(.reverse) [class*=column].extra-padding:last-child,
.row.reverse [class*=column].extra-padding:first-child {
  padding-left: 6%;
}

.row:not(.reverse) [class*=column].more-extra-padding:first-child,
.row.reverse [class*=column].more-extra-padding:last-child {
  padding-right: 10%;
}

.row:not(.reverse) [class*=column].more-extra-padding:last-child,
.row.reverse [class*=column].more-extra-padding:first-child {
  padding-left: 10%;
}

.row.align-bottom [class*=column] {
  vertical-align: bottom;
}

.row.reverse {
  direction: rtl;
}

[class*=column][class*=center] {
  display: block;
  margin: 0 auto;
}

[class*=column1] {
  width: 8.33333%;
}

[class*=column2] {
  width: 16.66667%;
}

[class*=column3] {
  width: 25%;
}

[class*=column4] {
  width: 33.33333%;
}

[class*=column5] {
  width: 41.66667%;
}

[class*=column6],
[class*=half] {
  width: 50%;
}

[class*=column7] {
  width: 58.33333%;
}

[class*=column8] {
  width: 66.66667%;
}

[class*=column9] {
  width: 75%;
}

[class*=column10] {
  width: 83.33333%;
}

[class*=column11] {
  width: 91.66667%;
}

[class*=column12] {
  width: 100%;
}

.card {
  margin-bottom: 15px;
}

.card__link {
  display: flex;
  align-content: center;
  align-items: flex-start;
}

.card-vertical .card__link {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: flex-start;
}

.card__image {
  border-radius: 4px;
}

.card__text {
  padding-left: 14px;
}
.card .card__text {
  align-self: center;
}
.card-vertical .card__text {
  align-self: stretch;
}

.card__title {
  color: #3E7DBC;
  font-size: 20px;
  font-family: "Aleo", serif;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}

.card__meta {
  font-size: 16px;
  line-height: 20px;
  font-family: "Aleo", serif;
  color: #333;
}

.date {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 24px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #333;
  line-height: normal;
}

.month {
  font-size: 13px;
  text-transform: uppercase;
}

.day {
  font-size: 36px;
  font-weight: 700;
}

.search__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
.searchnav .search__wrapper {
  padding-bottom: 0;
}

.search__input {
  width: calc(100% - 45px);
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #aaa;
}

.search__icon {
  position: relative;
}
.search__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  background-color: #426a92;
  border-radius: 4px;
  background-size: 30px;
  background-position: 50% 50%;
}

.search__btn {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 4px;
}
.searchnav .search__btn {
  background: #426a92;
}
.search__btn:before {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.video {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.video .media-wrapper {
  z-index: 0;
}

.video__link {
  font-size: 20px;
  font-family: "Aleo", serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.video__link, .video__link:hover, .video__link:focus {
  color: #fff;
}

.video__icon:before {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
}

.service__day {
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 4px;
  padding: 0;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
}
.utilitynav .service__day {
  color: rgba(51, 51, 51, 0.65);
}
.directions .service__day {
  color: rgba(255, 255, 255, 0.65);
}

.service__time {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}
.directions .service__time {
  color: white;
}

.heading {
  font-size: 22px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  line-height: normal;
  font-weight: 600;
  font-family: "novecento-sans", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .heading {
    font-size: 18px;
  }
}

.hoverzoom {
  overflow: hidden;
  position: relative;
}
.hoverzoom .hoverzoom__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  transform: scale(1.01);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hoverzoom .hoverzoom__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.hoverzoom:hover .hoverzoom__image {
  transform: scale(1.03);
}

.tabs {
  background-color: #f5f5f5;
  padding-top: 15px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}

.tab {
  cursor: pointer;
  padding: 0 14px;
  margin: 0 0 0 12px;
  border: 1px solid transparent;
  line-height: 30px;
  font-size: 13px;
  color: #404040;
  background: none;
  white-space: nowrap;
}
.tab:after {
  content: "";
  clear: both;
  display: block;
}

.tabs .tab.current {
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  background: #ffffff;
}

/* Slider */
.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;
}

/* SLIDER */
.slick-loading .slick-list {
  background: #ffffff url("../images/ajax-loader.gif") center center no-repeat;
}

/* ARROWS */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 6px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: "ycpicons";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

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

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}

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

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* DOTS */
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  line-height: 1;
}

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

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

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

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

.slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.25;
  background: #000000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.toggle {
  white-space: nowrap;
  display: flex;
}

.toggle__item {
  color: #24537f;
  border-style: solid;
  border-width: 2px 0 2px 2px;
}
@media (min-width: 800px) {
  .toggle__item {
    padding: 9px 16px;
  }
}
@media (max-width: 799px) {
  .toggle__item {
    padding: 6px;
    font-size: 14px;
  }
}

.toggle__item:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.toggle__item:last-child {
  border-right-width: 2px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.toggle__item.--active {
  background: #24537f;
  border-color: #24537f;
  color: #ffffff;
}

.filter {
  padding: 0 0 20px 0;
}
@media (min-width: 600px) {
  .filter {
    display: flex;
    justify-content: space-between;
  }
}

.filter__ul {
  margin: 0;
}
@media (max-width: 799px) {
  .filter__ul {
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .filter__a {
    display: none;
  }
}

.filter__ul-1 {
  margin: 0;
  position: relative;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media (min-width: 1000px) {
  .filter__ul-1 {
    display: flex;
  }
}
@media (max-width: 999px) {
  .filter__ul-1 {
    position: fixed;
    top: 65px;
    z-index: 8;
    background: #15293d;
    width: 100%;
  }
}

@media (max-width: 999px) {
  .filter__li:not(.open) .filter__ul-1 {
    left: -100%;
    opacity: 0;
  }
}

.filter__close {
  font-size: 10px;
  color: #fff;
}
.filter__close:before {
  display: block;
  height: 30px;
  width: 30px;
  margin: 4px auto;
}

.filter__li:not(.open) .filter__close {
  display: none;
}

@media (max-width: 999px) {
  .filter__li.open .filter__close {
    position: fixed;
    top: 6px;
    right: 10px;
    z-index: 10;
  }
}

@media (max-width: 999px) {
  .filter__li.open .filter__ul-1 {
    left: 0;
  }
  .filter__li.open .filter__ul-1:before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 41, 61, 0.8);
    z-index: 0;
  }
}

.filter__li-1 {
  position: relative;
}
@media (min-width: 1000px) {
  .filter__li-1 {
    margin-left: 24px;
  }
}
@media (max-width: 999px) {
  .filter__li-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.filter__li-1:first-child {
  margin-left: 0;
}

.filter__li-1.parent .filter__a-1:after {
  content: "";
  border: 5px solid transparent;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media (min-width: 1000px) {
  .filter__li-1.parent .filter__a-1:after {
    border-top-color: #404040;
    float: right;
    margin-top: 12px;
    margin-left: 6px;
  }
}
@media (max-width: 999px) {
  .filter__li-1.parent .filter__a-1:after {
    position: absolute;
    top: 17px;
    right: 10px;
    border-top-color: #fff;
  }
}

.filter__li-1.parent.open .filter__a-1:after {
  transform: rotatex(180deg) translateY(5px);
}

.filter__a-1 {
  white-space: nowrap;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 1000px) {
  .filter__a-1, .filter__a-1:hover, .filter__a-1:focus {
    color: #404040;
  }
}
@media (max-width: 999px) {
  .filter__a-1, .filter__a-1:hover, .filter__a-1:focus {
    color: #fff;
  }
}
@media (max-width: 999px) {
  .filter__a-1 {
    color: #fff;
    padding: 10px;
    display: block;
  }
}

.filter__ul-2 {
  margin: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  max-height: 265px;
  overflow: auto;
}
@media (min-width: 1000px) {
  .filter__ul-2 {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
  }
}
@media (max-width: 999px) {
  .filter__ul-2 {
    background: #fff;
    padding: 6px 0;
  }
}

@media (min-width: 1000px) {
  .filter__li-1:not(:hover) .filter__ul-2 {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
  }
}

@media (min-width: 1000px) {
  .filter__li-1:hover .filter__ul-2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 999px) {
  .filter__li-1:not(.open) .filter__ul-2 {
    display: none;
  }
}

@media (min-width: 1000px) {
  .filter__li-2 {
    margin-bottom: 6px;
  }
}
@media (max-width: 999px) {
  .filter__li-2 {
    margin-bottom: 2px;
  }
}

.filter__a-2 {
  color: #404040;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .filter__a-2 {
    font-size: 15px;
  }
}
@media (max-width: 999px) {
  .filter__a-2 {
    font-size: 13px;
    line-height: 28px;
  }
}
.filter__a-2, .filter__a-2:hover, .filter__a-2:focus {
  color: #404040;
}
@media (min-width: 1000px) {
  .filter__a-2:hover {
    background: rgba(0, 0, 0, 0.04);
  }
}

/* TABLE STYLES */
table.custom .pdfIcon {
  margin-top: 6px;
}

table.custom {
  width: 100%;
  margin: 25px 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d5d5d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

table.custom .label {
  display: none;
}

table.custom .checkbox-wrapper {
  padding-left: 12px;
  margin-bottom: 0;
}

table.custom th {
  text-align: center;
  border-bottom: 3px solid #1f4b7a;
  padding: 20px;
  line-height: 1.3em;
}

table.custom th:first-child {
  -webkit-border-radius: 4px 0 0;
  -moz-border-radius: 4px 0 0;
  border-radius: 4px 0 0;
}

table.custom th:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

table.custom tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

table.custom tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

table.custom td {
  padding: 10px;
  border-style: solid;
  border-color: #d5d5d2;
  border-width: 0 1px 1px 0;
  vertical-align: top;
  font-size: 12px;
}

table.custom td.narrow {
  width: 1px;
}

table.custom td:last-child {
  border-right-width: 0;
  text-align: left;
}

table.custom tr:last-child td {
  border-bottom-width: 0;
}

table.custom tr:nth-child(even) td {
  background-color: #fbfbfb;
}

table.custom th:first-child,
table.custom td:first-child,
table.custom.radios th:nth-child(2),
table.custom.radios td:nth-child(2) {
  text-align: left;
}

table.custom th:last-child:not(:nth-child(2)),
table.custom td:last-child:not(:nth-child(2)) {
  text-align: center;
}

table.custom tr.cancelled {
  color: #b8aaae;
}

table.custom a [class*=icon-only] {
  color: #887f82;
  font-size: 200%;
  line-height: 1;
}

table.custom a [class*=icon-only]:before {
  display: block;
  line-height: 1;
  top: 0;
  opacity: 0.85;
}

table.custom a [class*=icon-only]:hover:before {
  opacity: 1;
}

table.custom .button-smaller {
  margin: -4px 0;
  white-space: nowrap;
}

table.custom .input-wrapper {
  margin: -2px 0;
}

.table-searchable .input-wrapper.search {
  margin: 0;
}

table.custom .input-wrapper input[type=text],
.table-searchable .input-wrapper.search input[type=text],
table.custom .input-wrapper label,
.table-searchable .input-wrapper.search label {
  padding: 8px 7px 7px;
}

table.custom .input-wrapper[class*=icon-before]:before,
.table-searchable .input-wrapper.search:before {
  margin-top: -10px;
  left: 10px;
}

table.custom .input-wrapper[class*=icon-before] input[type=text],
.table-searchable .input-wrapper.search input[type=text] {
  padding-left: 30px;
}

table.custom .input-wrapper[class*=icon-before] label,
.table-searchable .input-wrapper.search label {
  padding-left: 31px;
}

table.custom .tools {
  white-space: nowrap;
}

table.custom .tools a {
  display: inline-block;
  vertical-align: middle;
}

table.custom .tools a [class*=icon-only] {
  font-size: 150%;
}

table.custom .tools a:not(:first-child) {
  margin-left: 14px;
}

table.custom .tools .save,
table.custom .tools .add {
  color: #32B37B;
}

table.custom p {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .sermons .hero .bounds,
.series .hero .bounds {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 999px) {
  .sermons .hero .bounds,
.series .hero .bounds {
    padding: 25px;
  }
}
@media (max-width: 999px) {
  .sermons .hero .column10-center,
.series .hero .column10-center {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .sermons .hero .hero__heading,
.series .hero .hero__heading {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  .sermons .hero .hero__heading,
.series .hero .hero__heading {
    text-align: center;
    margin-bottom: 20px;
  }
}
.sermons .hero .hero__times-heading,
.series .hero .hero__times-heading {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .sermons .hero .hero__times-heading,
.series .hero .hero__times-heading {
    float: left;
  }
}
.sermons .hero .hero__text,
.series .hero .hero__text {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border-radius: 10px;
  padding: 20px 0;
  font-size: 14px;
  margin-bottom: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1000px) {
  .sermons .hero .hero__text,
.series .hero .hero__text {
    max-width: 500px;
    margin: 20px 0;
  }
}
.sermons .hero .status,
.series .hero .status {
  font-size: 12px;
  color: #fff;
  line-height: normal;
  padding: 4px 6px;
  margin-top: 6px;
  border-radius: 5px;
}
@media (min-width: 800px) {
  .sermons .hero .status,
.series .hero .status {
    float: right;
  }
}
.sermons .hero .hero__times-status,
.series .hero .hero__times-status {
  padding: 4px 20px;
  margin-bottom: 1rem;
}
.sermons .hero .offline,
.series .hero .offline {
  background: #b94a48;
}
.sermons .hero .online,
.series .hero .online {
  background: #468847;
  position: relative;
}
.sermons .hero .online:before,
.series .hero .online:before {
  content: "";
  font-family: "ycpicons";
  position: absolute;
  left: -23px;
  font-size: 16px;
  color: #468847;
}
@media (min-width: 800px) {
  .sermons .hero .online:before,
.series .hero .online:before {
    content: "";
  }
}
@media (max-width: 799px) {
  .sermons .hero .online:before,
.series .hero .online:before {
    content: "";
    right: auto;
    top: 3px;
    left: calc(100% + 3px);
  }
}
.sermons .hero .hero__times,
.series .hero .hero__times {
  padding-bottom: 10px;
  clear: both;
}
@media (min-width: 800px) {
  .sermons .hero .hero__times,
.series .hero .hero__times {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 75px;
  }
}
.sermons .hero .hero__time,
.series .hero .hero__time {
  line-height: normal;
  padding: 0 20px 10px;
}
.sermons .hero .hero__label,
.series .hero .hero__label {
  font-size: 12px;
  line-height: normal;
  padding: 0 20px;
  display: block;
}

.serm .media-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.serm .media-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.serm .media iframe {
  width: 100%;
  height: 100%;
}

a.serm-item .media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -33%;
  bottom: -33%;
  background: #000000;
  opacity: 0.11;
  -webkit-transform: skewY(20deg);
  -moz-transform: skewY(20deg);
  transform: skewY(20deg);
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}

a.serm-item:hover .media::before {
  bottom: 133%;
}

/* HEADER */
.serm-header {
  position: relative;
  padding: 0 0 20px;
}

.serm-header .serm-item {
  display: inline-block;
  font-size: 0.9375rem;
}

.serm-header .serm-filters-trigger {
  display: none;
}

.serm-header .serm-filter-back {
  display: none;
}

.serm-header .serm-filters-wrapper {
  position: relative;
}

.serm-header .serm-filters {
  white-space: nowrap;
  font-size: 0;
  padding: 4px 0;
  margin: 0 -8px;
  list-style: none;
}

.serm-header .serm-filters .serm-item {
  position: relative;
  padding: 8px;
  margin-right: 15px;
  cursor: default;
  opacity: 0.85;
}

.serm-header .serm-filters .serm-item:hover {
  opacity: 1;
}

.serm-header .serm-filters .serm-item a {
  color: inherit;
}

.serm-header .serm-filters .serm-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  padding: 10px;
  overflow: auto;
  max-height: 265px;
  -webkit-overflow-scrolling: touch;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
}

.serm-header .serm-filters .serm-item:hover .serm-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.serm-header .serm-filters .serm-dropdown ul {
  margin: 0;
  list-style: none;
  max-height: 265px;
}

.serm-header .serm-filters .serm-item:hover .serm-dropdown ul {
  max-height: none;
}

.serm-header .serm-filters .serm-dropdown li,
.serm-header .serm-filters .serm-dropdown a {
  display: block;
}

.serm-header .serm-filters .serm-dropdown a {
  padding: 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.serm-header .serm-filters .serm-dropdown a:hover {
  background: rgba(0, 0, 0, 0.04);
}

.serm-header .serm-toggles {
  white-space: nowrap;
  font-size: 0;
}

.serm-header .serm-toggles .serm-item {
  color: #24537f;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  padding: 9px 16px;
}

.serm-header .serm-toggles .serm-item:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.serm-header .serm-toggles .serm-item:last-child {
  border-right-width: 2px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.serm-header .serm-toggles .serm-item.serm-current {
  background: #24537f;
  border-color: #24537f;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .serm-header .serm-filters-trigger {
    display: block;
    padding: 4px 12px;
    margin: 10px 5px 10px 0;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .serm-header .serm-filter-back {
    display: block;
    padding: 0 8px;
  }

  .serm-header .serm-filters-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    font-size: 0;
  }

  .serm-filters-active .serm-header .serm-filters-wrapper {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  .serm-header .serm-filters-wrapper::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .serm-header .serm-filters {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 0;
    margin: 0;
    font-size: 1rem;
  }

  .serm-header .serm-filters .serm-item {
    margin: 0;
    display: block;
  }

  .serm-header .serm-filters.serm-filter-active .serm-item > span,
.serm-header .serm-filters.serm-filter-active .serm-item > a {
    opacity: 0;
    visibility: hidden;
  }

  .serm-header .serm-filters .serm-item::after {
    display: none;
  }

  .serm-header .serm-filters .serm-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    max-height: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    background: none;
    pointer-events: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    font-size: 0;
  }

  .serm-header .serm-filters .serm-item:hover .serm-dropdown {
    opacity: 0;
    visibility: hidden;
  }

  .serm-header .serm-filters .serm-item.serm-filter-current .serm-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }

  .serm-header .serm-filters .serm-dropdown::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

  .serm-header .serm-filters .serm-dropdown ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    max-height: none;
  }
}
/* FILTERING */
.serm-filtering {
  padding: 12px 18px;
  background: #24537f;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.serm-filtering div {
  opacity: 0.8;
}

.serm-filtering a {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.8;
}

.serm-filtering a:hover {
  opacity: 1;
}

/* SEARCH POPUP */
.search-popup {
  padding: 20px;
}

/* FEATURE */
.serm-feature {
  padding: 50px 1px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.serm-filtering + .slick-slider .serm-feature {
  border-top: none;
}

.serm-feature .serm-left {
  width: 526px;
}

.serm-feature .serm-text {
  width: calc(100% - 576px);
  margin-left: 40px;
  margin-top: 20px;
}

.serm-feature .serm-title {
  margin-bottom: 16px;
  max-width: 500px;
}

.serm-feature .serm-title a:hover {
  text-decoration: underline;
}

.serm-feature [class*=button] {
  margin-bottom: 18px;
  margin-right: 1px;
}

.serm-feature .serm-details {
  margin-bottom: 20px;
}

/* SERMONS */
.serm-header + .serm-sermons {
  border-top: 1px solid #bebebe;
}

.serm-sermons .serm-item {
  position: relative;
  color: inherit;
  border-bottom: 1px solid #bebebe;
  padding: 3% 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.serm-sermons .serm-item a:hover {
  text-decoration: underline;
}

.serm-sermons .serm-left {
  width: 200px;
}

.serm-sermons .media .serm-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  background: rgba(50, 50, 50, 0.8);
  color: #ffffff;
}

.serm-sermons .serm-text {
  width: 100%;
}

.serm-sermons .serm-left + .serm-text {
  width: calc(100% - 240px);
}

.serm-sermons .serm-tools {
  display: none;
}

.serm-sermons .serm-item .jp-audio {
  bottom: -30px;
}

.serm-sermons .serm-item.serm-playing .jp-audio,
.serm-sermons .serm-item:hover .jp-audio {
  bottom: 0;
}

@media screen and (max-width: 720px) {
  .serm-sermons .serm-left {
    width: 150px;
  }

  .serm-sermons .serm-left + .serm-text {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 520px) {
  .serm-sermons .serm-left {
    display: none;
  }

  .serm-sermons .serm-left + .serm-text {
    width: auto;
  }

  .serm-sermons .serm-detail:nth-child(n+3) {
    display: none;
  }
}
/* SERIES */
.serm-header + .serm-series-wrapper {
  border-top: 1px solid #bebebe;
}

.serm-series {
  margin-top: 25px;
}
.serm-series .column3 {
  margin: 0 0 25px;
}
@media (min-width: 800px) and (max-width: 999px) {
  .serm-series .column3 {
    width: 33.33333%;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .serm-series .column3 {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .serm-series .column3 {
    width: 100%;
  }
}
.serm-series .serm-item {
  display: block;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.serm-series .media {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.serm-series .serm-text {
  position: relative;
  background: #ffffff;
  padding: 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.serm-series .serm-date {
  font-size: 12px;
  color: initial;
}
.serm-series .serm-title {
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  .serm-series .column6 {
    margin: 4% 0;
  }
}

/* SERMON DETAIL */
.serm-section {
  padding-top: 50px;
}

.serm-details a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .serm-feature .serm-text {
    margin-top: 0;
  }
}
@media (max-width: 999px) {
  .serm-feature .serm-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .serm-feature .serm-text {
    width: 100%;
    margin: 0;
  }
}
.jp-audio {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
}

.jp_interface {
  position: relative;
  height: 100%;
}

.jp-controls {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(121, 139, 144, 0.8);
}

a.jp-play,
a.jp-pause {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 39px;
  background-color: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

a.jp-play:hover,
a.jp-pause:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

a.jp-play {
  background-image: url(/pages/sermons/images/icon-sermon-play.png);
}

a.jp-pause {
  background-image: url(/pages/sermons/images/icon-sermon-pause.png);
}

.jp-progress {
  position: absolute;
  left: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: height 160ms ease;
  -moz-transition: height 160ms ease;
  transition: height 160ms ease;
}

.jp-seek-bar {
  position: relative;
  width: 0px;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.jp-play-bar {
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  z-index: 0;
}

.jp-audio .jp-time-holder {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 50px;
  line-height: 30px;
  color: #ffffff;
  font-size: 90%;
  pointer-events: none;
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.jp-play {
    background-image: url(/pages/sermons/images/icon-sermon-play-2x.png) !important;
    background-size: 16px !important;
  }

  a.jp-pause {
    background-image: url(/pages/sermons/images/icon-sermon-pause-2x.png) !important;
    background-size: 16px !important;
  }
}
.nav-sermons {
  color: rgba(0, 0, 0, 0.8) !important;
}

.section.welcome {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .section.welcome .flex {
    flex-direction: column;
  }

  .section.welcome .column7,
.section.welcome .column5 {
    width: 100%;
    margin: 10px 0;
  }
}
.section.welcome .media-wrapper {
  position: absolute;
  width: 80%;
  padding-bottom: 80%;
  top: 0;
  max-height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .section.welcome .media-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    top: auto;
    max-height: unset;
    overflow: hidden;
  }
}
.most-recent-sermon {
  margin: 48px 0 0;
}

@media screen and (max-width: 767px) {
  .section.recent-sermons .column7,
.section.recent-sermons .column5 {
    width: 100%;
    margin: 10px 0;
  }

  .section.recent-sermons .column5 .text-right {
    text-align: left;
  }
}
.most-recent-sermon .text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}

.most-recent-sermon .text {
  max-width: 60%;
}

.most-recent-sermon .action {
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .most-recent-sermon .text-wrapper {
    flex-direction: column;
    padding: 0;
  }

  .most-recent-sermon .text {
    width: 100%;
    max-width: 100%;
  }

  .most-recent-sermon .action {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 10px;
  }
}
.other-recent-sermons {
  margin: 48px 0 0;
  position: relative;
}

.other-recent-sermons .recent-sermon {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3.9%;
}

.other-recent-sermons .recent-sermon .media-wrapper {
  width: 45%;
  padding-bottom: 24.5%;
}

.other-recent-sermons .recent-sermon .text {
  padding-left: 20px;
  width: 51%;
}

.other-recent-sermons .recent-sermon .action a {
  font-size: 13px;
  line-height: 2px;
  font-weight: 500;
  border-bottom: 2px solid #29547e;
}

#smartbanner {
  top: -81px !important;
}

.sermon__podcast {
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}

.stream__password {
  max-width: 200px;
}

.purchase__ul-1 {
  margin: 0 24px 0 0;
  padding: 0;
  white-space: normal !important;
}

.purchase__li-1 {
  position: relative;
}

.purchase__a-1 {
  position: relative;
}

.purchase__a-1:after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #4373b6;
  margin-left: 12px;
  float: right;
  margin-top: 10px;
}

.purchase__a-1:hover:after {
  border-top-color: #fff;
}

.purchase__li-1.open .purchase__a-1:after {
  border-bottom-color: #4373b6;
  border-top-color: transparent;
  margin-top: 4px;
}

.purchase__li-1.open .purchase__a-1:hover:after {
  border-bottom-color: #fff;
}

.purchase__li-1 .purchase__ul-2 {
  transition-duration: 0.2s;
}

.purchase__li-1:not(.open) .purchase__ul-2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
}

.purchase__li-1.open .purchase__ul-2 {
  opacity: 1;
  visibility: visible;
}

.purchase__ul-2 {
  position: absolute;
  top: 100%;
  width: 300px;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  z-index: 1000;
}

.purchase__li-2 p {
  font-size: 12px;
  line-height: normal !important;
}

.cal-processing {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background: #000000 url(/pages/calendar/images/processing.gif) center no-repeat;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

/* HEADER */
.cal-heading {
  position: relative;
}

.cal-toggles {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -24px;
  font-size: 0;
  white-space: nowrap;
}

.cal-toggles a {
  display: inline-block;
  color: #29547e;
  border-width: 2px;
  border-style: solid;
  padding: 8px 18px;
}

.cal-toggles a:first-child {
  border-right-width: 0;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.cal-toggles a:last-child {
  border-left-width: 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.cal-toggles a:hover {
  background: #ebeff1;
}

.cal-toggles a.selected {
  background: #29547e;
  color: #ffffff;
  border-color: #29547e;
}

/* TOOLBAR */
.cal-toolbar {
  position: relative;
  background: #29547e;
  color: #ffffff;
  padding: 12px 5%;
}

.cal-toolbar .cal-month {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.cal-toolbar .cal-navigator {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.cal-toolbar .cal-navigator a {
  display: inline-block;
  color: #ffffff;
  opacity: 0.65;
}

.cal-toolbar .cal-navigator a:hover {
  opacity: 1;
}

.cal-toolbar-btns {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -19px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cal-toolbar-btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #ffffff;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cal-toolbar-btn:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.cal-filter-dropdown {
  cursor: default;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 100%;
  min-width: 100%;
  padding: 15px;
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
}

.cal-toolbar-btn.active .cal-filter-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.cal-filter-dropdown .checkbox-group ul li label {
  white-space: nowrap;
}

.cal-filter-dropdown a {
  display: block;
  text-align: center;
  white-space: nowrap;
  background: #404040;
  color: #ffffff;
  padding: 3px 8px;
  margin-top: 8px;
  margin-bottom: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cal-filter-dropdown a:hover {
  background: #333;
}

/* GRID VIEW */
.cal-grid {
  padding: 2%;
}

.cal-grid table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
}

.cal-grid td {
  position: relative;
  text-align: left;
  height: 140px;
}

.cal-grid td > span {
  display: block;
  padding: 4px 0 5px;
  border-bottom: 1px solid #cccccc;
  margin: 0 3px 5px;
  line-height: 1;
  font-size: 0.875rem;
}

.cal-grid ul {
  position: relative;
  margin: 0;
  padding: 0 3px;
}

.cal-grid li {
  display: block;
}

.cal-grid li:not(:last-child) {
  margin-bottom: 3px;
}

.cal-grid .cal-item {
  cursor: pointer;
  position: relative;
  padding: 3px 0 3px 12px;
}

.cal-grid .cal-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.cal-grid .cal-item div {
  line-height: 1rem;
}

.cal-grid .cal-name {
  margin-bottom: 2px;
}

.cal-grid .cal-time {
  text-transform: uppercase;
}

.cal-grid .cal-border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-left-width: 4px;
  opacity: 0.5;
}

.cal-grid .cal-item:hover .cal-border {
  opacity: 0.7;
}

.cal-grid .cal-today > span {
  font-weight: bold;
  color: #d14a39;
  border-color: #d14a39;
  border-bottom-width: 3px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.cal-grid .cal-other {
  opacity: 0.4;
  pointer-events: none;
}

.cal-btn {
  display: inline-block;
  background: #404040;
  color: #ffffff;
  padding: 1px 6px;
  margin-bottom: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cal-btn:hover {
  background: #404040;
  color: #ffffff;
}

/* LIST VIEW */
.cal-list {
  padding: 2%;
}

.cal-list .cal-day-heading {
  padding: 15px 0;
}

.cal-list .cal-day {
  position: relative;
}

.cal-list .cal-item {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
}

.cal-list .cal-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.cal-list .cal-date {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -30px;
  text-align: center;
}

.cal-list .media-wrapper {
  position: absolute;
  left: 100px;
  top: 30px;
  width: 180px;
  height: 100px;
}

.cal-list .cal-date + .cal-text {
  padding-left: 100px;
}

.cal-list .media-wrapper + .cal-date {
  top: 45px;
  margin-top: 0;
}

.cal-list .media-wrapper ~ .cal-text {
  padding-left: 320px;
  min-height: 100px;
}

.cal-list .media-wrapper:nth-last-child(2) {
  left: 0;
}

.cal-list .media-wrapper:nth-last-child(2) + .cal-text {
  padding-left: 220px;
}

.cal-list .cal-item.empty {
  padding: 20px 12px;
  text-align: center;
}

.cal-list .cal-details {
  position: relative;
}

.cal-list .cal-type-color {
  display: inline-block;
  border-width: 7px;
  border-style: solid;
  margin-right: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  opacity: 0.5;
}

.cal-list .cal-item:hover .cal-type-color {
  opacity: 0.7;
}

.cal-list .cal-time {
  position: absolute;
  right: 0;
  top: 30px;
}

.cal-list .cal-time.cal-nextline {
  position: relative;
  right: auto;
  top: auto;
}

.cal-list .cal-thumbs {
  margin: 15px 0 5px;
}

.cal-list .cal-thumb {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 8px 8px 0;
  overflow: hidden;
}

.cal-list .button {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* MONTH SELECTOR */
.cal-month-picker-year {
  position: relative;
  max-width: 360px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.cal-month-picker-year div {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  font-size: 20px;
  margin-top: -17px;
  opacity: 0.65;
}

.cal-month-picker-year div:hover {
  opacity: 1;
}

.cal-month-picker-prev {
  left: 0;
}

.cal-month-picker-next {
  right: 0;
}

.cal-month-picker-months {
  max-width: 360px;
  text-align: center;
  overflow: hidden;
}

.cal-month-picker-month {
  cursor: pointer;
  float: left;
  width: 25%;
  padding: 16px 0;
  color: #ffffff;
}

.cal-month-picker-month:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/* PHOTO GALLERY */
.photoGallery {
  width: 100%;
  padding: 20px 0;
}

.photoGallery .thumbnail {
  float: left;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 20px 20px 0;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px #bcbcbc;
  -moz-box-shadow: 0 2px 5px #bcbcbc;
  box-shadow: 0 2px 5px #bcbcbc;
}

.photoGallery .thumbnail.last {
  margin-right: 0;
}

.photoGallery .photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photoGallery a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent url(../images/photo-gallery-magnify.png) 0 0 no-repeat;
  background: transparent url(../images/spacer.gif) 0 0 repeat \9 ;
  opacity: 0;
  -webkit-transition: 0.1s opacity linear;
  -moz-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}

.photoGallery a:hover {
  background-color: transparent;
  background: transparent url(../images/photo-gallery-magnify.png) 0 0 no-repeat \9 ;
  opacity: 1;
}

.calThumbs {
  opacity: 0.9;
}

.calThumbs:hover {
  opacity: 1;
}

/* HIGH PIXEL DENSITY */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cal-processing {
    background-image: url(/pages/calendar/images/processing-2x.gif);
    background-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .cal-grid .cal-name {
    color: inherit !important;
  }
}
@media screen and (max-width: 955px) {
  .cal-grid td {
    height: 100px;
  }

  .cal-grid .cal-item {
    padding-left: 0;
  }

  .cal-grid .cal-border {
    display: none;
  }

  .calendar .cal-heading {
    text-align: center;
  }

  .calendar .cal-heading h2 {
    text-align: center !important;
  }

  .cal-toggles {
    position: relative;
    display: inline-block;
    right: auto;
    top: auto;
    margin-top: 0;
  }

  .cal-toggles a {
    padding: 3px 14px;
    font-size: 14px;
  }

  .view-label {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .cal-toolbar {
    text-align: center;
  }

  .cal-toolbar .cal-month {
    display: block;
  }

  .cal-toolbar .cal-navigator {
    position: absolute;
    left: 8px;
    right: 8px;
  }

  .cal-toolbar .icon-ycponly-left {
    position: absolute;
    left: 0;
  }

  .cal-toolbar .icon-ycponly-right {
    position: absolute;
    right: 0;
  }

  .cal-toolbar-btns {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
  }

  .cal-toolbar-btns div {
    width: calc(100% - 112px);
    margin-top: 12px;
  }

  .cal-grid-day {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .cal-grid-day.active {
    background: rgba(0, 0, 0, 0.1);
  }

  .cal-grid td {
    height: 60px;
    border: 1px solid #cccccc;
  }

  .cal-grid td > span {
    border: none;
    margin-bottom: 0;
  }

  .cal-grid li {
    float: left;
    margin: 0 3px 3px 0;
  }

  .cal-grid .cal-item {
    padding: 0;
  }

  .cal-grid .cal-border {
    position: relative;
    display: block;
    border-left-width: 10px;
    height: 10px;
  }

  .cal-grid .cal-name,
.cal-grid .cal-time,
.cal-grid .cal-btn {
    display: none;
  }

  #cal-grid-day ul {
    margin: 0 2% 10px;
    list-style: none;
  }

  #cal-grid-day li {
    position: relative;
    padding-left: 8px;
    margin: 4px 0;
  }

  #cal-grid-day .cal-border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-right-width: 4px;
  }

  .cal-list .cal-date {
    left: 8px;
    top: 32px !important;
    margin-top: 0;
  }

  .cal-list .media-wrapper {
    left: 60px;
  }

  .cal-list .cal-date + .cal-text {
    padding-left: 60px;
    min-height: 0;
  }

  .cal-list .media-wrapper ~ .cal-text {
    padding-top: 120px;
    padding-left: 60px;
  }

  .cal-list .media-wrapper:nth-last-child(2) + .cal-text {
    padding-left: 0;
  }
}
@media print {
  .cal-toolbar .cal-navigator,
.cal-toggles,
.cal-toolbar-btns {
    display: none !important;
  }

  .cal-toolbar {
    padding: 0;
  }

  .cal-grid .cal-border {
    opacity: 1;
  }

  header[role=banner], footer.site-footer {
    display: none;
  }

  .section.cal {
    margin-top: 0 !important;
  }

  .cal-month.hecto-medium.popup-trigger {
    margin: 2%;
  }
}
.login table {
  width: 100%;
}

.login__sumbit-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.login__remember {
  font-size: 12px;
}

.login__submit {
  padding: 6px 24px;
  margin: 0;
}

.login__links {
  margin-top: 12px;
}

.login__links a {
  font-size: 12px;
  display: inline-block;
  margin: 6px;
}

.members:not(.list) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.members:not(.list) .member {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1400px) {
  .members:not(.list) .member {
    flex-basis: 20%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .members:not(.list) .member {
    flex-basis: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .members:not(.list) .member {
    flex-basis: 33.333%;
  }
}
@media (max-width: 599px) {
  .members:not(.list) .member {
    flex-basis: 50%;
  }
}
.members:not(.list) .member__link {
  box-sizing: border-box;
  display: inline-block;
  color: #303d48;
}
@media (min-width: 1000px) {
  .members:not(.list) .member__link {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid transparent;
  }
}
@media (min-width: 1000px) {
  .members:not(.list) .member__link:hover {
    background: #f5f5f5;
    border-color: #efefef;
  }
}
.members:not(.list) .member__photo {
  margin-bottom: 6px;
  background: #E3E3E3;
  border: 5px solid #e3e3e3;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.members:not(.list) .member__photo img {
  max-height: 150px;
  max-width: 150px;
}
.members:not(.list) .member__heading {
  font-size: 13px;
  max-width: 150px;
}
.members:not(.list) .member__text {
  font-size: 12px;
}

@media (max-width: 799px) {
  .members.list {
    font-size: 14px;
  }
}
@media (min-width: 800px) {
  .members.list .group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.members.list .member__heading {
  padding: 0 0 10px;
}
@media (max-width: 799px) {
  .members.list .member__heading {
    display: none;
  }
}
.members.list .member__heading .col {
  font-weight: 700;
}
.members.list .member__link {
  color: #303d48;
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 799px) {
  .members.list .member__link {
    display: flex;
  }
}
.members.list .member__photo {
  background: #E3E3E3;
  border: 5px solid #e3e3e3;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.members.list .member__photo img {
  max-height: 50px;
  max-width: 50px;
}
.members.list .col {
  box-sizing: border-box;
  line-height: normal;
}
.members.list .col:not(:first-child) {
  padding: 0 0 0 10px;
}
@media (min-width: 800px) {
  .members.list .col.--one {
    flex-basis: 10%;
  }
}
@media (max-width: 799px) {
  .members.list .col.--one {
    float: left;
  }
}
@media (min-width: 800px) {
  .members.list .col.--two {
    flex-basis: 30%;
  }
}
@media (min-width: 800px) {
  .members.list .col.--three {
    flex-basis: 30%;
  }
}
@media (min-width: 800px) {
  .members.list .col.--four {
    flex-basis: 30%;
  }
}
@media (max-width: 799px) {
  .members.list .col.--two,
.members.list .col.--three,
.members.list .col.--four {
    margin-left: 80px;
    margin-bottom: 4px;
  }
}

.myaccount .cke_chrome {
  max-width: 100%;
  width: auto !important;
  box-sizing: border-box;
}
.myaccount .account__password-label {
  display: block;
}
@media (max-width: 799px) {
  .myaccount [class*=column] {
    width: 100%;
  }
}

.familymembers .family__table {
  margin-bottom: 40px;
}
.familymembers .tblNewFam {
  margin: 5px 0;
}
.familymembers table.list {
  width: 100%;
  border: 1px solid #cccccc;
}
.familymembers table.list tr th {
  padding-left: 6px;
  font-size: 12px;
  text-align: left;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  height: 25px;
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f1f1f1", GradientType=0);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
}
.familymembers table.list tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.familymembers table.list tr td {
  height: 24px;
  padding: 6px;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 13px;
}
.familymembers table.list input[type=checkbox] {
  margin: 0;
  padding: 0;
}
.familymembers table.list tr td:last-child {
  border-right: 1px solid #cccccc;
  width: 40px;
  text-align: center;
}
.familymembers table.list tr td:last-child input[type=image] {
  margin: 0 2px;
}
.familymembers table.list tr:nth-of-type(odd):hover {
  background: #f4f4f4;
}
.familymembers table.list tr:nth-of-type(even):hover {
  background: #fbfbfb;
}
.familymembers table.list tr.selected {
  color: #ffffff;
  text-shadow: 0 -1px 0 #52758d;
  background: #84adc8;
  background: -moz-linear-gradient(top, #84adc8 0%, #719ab6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84adc8), color-stop(100%, #719ab6));
  background: -webkit-linear-gradient(top, #84adc8 0%, #719ab6 100%);
  background: -o-linear-gradient(top, #84adc8 0%, #719ab6 100%);
  background: -ms-linear-gradient(top, #84adc8 0%, #719ab6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84adc8", endColorstr="#719ab6", GradientType=0);
  background: linear-gradient(top, #84adc8 0%, #719ab6 100%);
}
.familymembers table.list tr.selected td {
  border-right: 1px solid #769ab3;
}

.familymembers__wrapper {
  padding: 25px;
  background: #f5f5f5;
}

.directory__search-icon {
  position: absolute;
  right: 6px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url(/Pages/Members/Directory/images/icon-search.png) 0 0 no-repeat;
}

.directory__letters {
  padding: 7px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.directory__letter {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #404040;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.directory__letter:hover {
  background: #f3f3f3;
}

.directory__letter.--true {
  cursor: default;
  color: #7f3434;
  background: #eacece;
}

.directory__letter[disabled=disabled] {
  color: #bababa;
  cursor: default;
}

.directory__letter[disabled=disabled]:hover {
  background: none;
}

.person {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.person__image {
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .person__image {
    flex-basis: 200px;
  }
}
@media (max-width: 999px) {
  .person__image {
    flex-basis: 100%;
  }
}

.person__image img {
  max-width: 100%;
}

@media (min-width: 1000px) {
  .person__content {
    flex-basis: calc(100% - 200px);
    padding-left: 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 999px) {
  .person__content {
    flex-basis: 100%;
  }
}

.person__item {
  font-size: 12px;
  margin-bottom: 24px;
}

.person__heading {
  font-weight: 700;
  font-size: 16px;
}

table.list {
  width: 100%;
  border: 1px solid #cccccc;
}

table.list tr th {
  padding-left: 6px;
  padding-right: 12px;
  text-align: left;
  font-weight: bold;
  color: #b7b7b7;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  height: 25px;
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f1f1",GradientType=0 );
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
}

table.list tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

table.list tr td {
  height: 24px;
  padding: 6px;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
}

table.list input[type=checkbox] {
  margin: 0;
  padding: 0;
}

table.list tr td:last-child {
  border-right: none;
}

table.list tr td:last-child input[type=image] {
  margin: 0 2px;
}

table.list tr:hover td:last-child input[type=image] {
  visibility: visible;
}

table.list tr:nth-of-type(odd):hover {
  background: #f4f4f4;
}

table.list tr:nth-of-type(even):hover {
  background: #fbfbfb;
}

.files__group {
  font-size: 56px;
  border-bottom: 1px solid #bebebe;
}

.file {
  border-bottom: 1px solid #bebebe;
  padding: 25px 0;
  display: flex;
  align-items: flex-start;
}

.file__left {
  padding-right: 40px;
}

.file__right {
  flex-grow: 1;
}

.file__date {
  font-size: 14px;
  opacity: 0.5;
}

.file__title {
  font-size: 28px;
  color: inherit;
}

a.file__title:hover {
  color: inherit;
  text-decoration: underline;
}

.file__description {
  font-size: 14px;
}

.globe {
  float: right;
  width: 140px;
  height: 73px;
  background-image: url(../images/globe.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.globe.africa {
  background-position: 0 -73px;
}

.globe.asia {
  background-position: 0 -146px;
}

.globe.australia {
  background-position: 0 -219px;
}

.globe.europe {
  background-position: 0 -292px;
}

.globe.northamerica {
  background-position: 0 -365px;
}

.globe.southamerica {
  background-position: 0 -438px;
}

.globe.all {
  background-position: 0 -511px;
}

.missionaries__about,
.missionaries__news,
.missionaries__prayer {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  .missionaries__about,
.missionaries__news,
.missionaries__prayer {
    flex-direction: column;
  }
}

.missionaries__left {
  padding-bottom: 25px;
}
@media (min-width: 800px) {
  .missionaries__left {
    flex-basis: 240px;
  }
}

.missionaries__photo img {
  max-width: 100%;
}

@media (min-width: 800px) {
  .missionaries__right {
    flex-grow: 1;
    flex-basis: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 40px;
  }
}

.missionaries__meta {
  font-size: 14px;
}

.missionaries__copy {
  padding-top: 25px;
}

.ecom-processing {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background: #000000 url(/pages/ecommerce/images/processing.gif) center no-repeat;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.ecom-price {
  color: #a84343;
}

.ecom-item {
  position: relative;
  display: block;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ecom-item .media-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 120px;
}

.ecom-item .row .media-wrapper {
  top: 0;
  bottom: 0;
}

.ecom-item .media {
  background: none;
}

.ecom-item .media-wrapper + .text {
  padding-left: 140px;
  min-height: 100px;
}

.ecom-related-products {
  background: rgba(0, 0, 0, 0.05);
}

.ecom-related-products .ecom-item {
  border-color: rgba(0, 0, 0, 0.09);
}

.ecom-options {
  display: inline-block;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 4% 0;
  font-size: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ecom-option {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ecom-option:nth-child(odd) {
  padding-right: 10px;
}

.ecom-option:nth-child(even) {
  padding-left: 10px;
}

.ecom-option:nth-child(odd):last-child {
  width: 100%;
}

.ecom-options .ss-wrapper,
.ecom-options .input-wrapper {
  margin-bottom: 10px;
}

.ecom-options .ecom-quantity {
  display: inline-block;
  width: 80px;
  vertical-align: bottom;
  margin-bottom: 0;
}

.ecom-options .ecom-quantity input[type=text] {
  padding-left: 33px;
}

.ecom-options [class*=button] {
  padding: 6px 12px 5px;
  margin-left: 8px;
  vertical-align: bottom;
}

.ecom-product-sidebar .ecom-main-image {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.ecom-gallery {
  font-size: 0;
  margin: 0 -5px 10px;
}

.ecom-gallery figure {
  position: relative;
  display: inline-block;
  width: 25%;
  padding-bottom: 25%;
}

.ecom-gallery a::before {
  font-family: "ycpicons";
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  font-size: 24px;
  line-height: 1;
  display: block;
  margin: -12px 0 0 -12px;
  color: #333333;
  opacity: 0;
}

.ecom-gallery .media {
  background: none;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: auto;
  height: auto;
}

.ecom-gallery a:hover::before {
  opacity: 1;
}

.ecom-gallery a:hover .media {
  opacity: 0.25;
}

.ecom-discounts {
  display: inline-block;
  padding: 0 8px;
  background: #aaaaaa;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ecom-product-detail h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.ecom-btn-text {
  display: inline-block;
  position: relative;
}

.ecom-added .ecom-btn-text {
  color: rgba(255, 255, 255, 0);
}

.ecom-btn-text::after {
  content: "Added";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #ffffff;
  opacity: 0;
  font-size: 13px;
  margin-top: -10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.ecom-added .ecom-btn-text::after {
  opacity: 1;
}

/* CART */
.ecom-cart {
  position: relative;
  font-size: 0;
}

.ecom-cart-left {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  padding: 20px 0 20px 20px;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ecom-cart-right {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  position: relative;
  width: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ecom-cart-title {
  margin-left: -20px;
}

.ecom-cart-table-header {
  padding: 0 20px;
  margin-bottom: 10px;
}

.ecom-cart-review .input-wrapper {
  margin-top: 20px;
}

.ecom-cart-quantity {
  text-align: right;
}

.ecom-cart-quantity .input-wrapper {
  display: inline-block;
  width: 70px;
  max-width: 100%;
  margin: 0;
}

.ecom-cart-review {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ecom-cart-review [class*=button] {
  margin-bottom: 10px;
}

.ecom-cart-review > a:last-child {
  background: #426a92;
  color: #fff;
}

.ecom-savings-breakdown-trigger {
  cursor: pointer;
}

.ecom-savings-breakdown-trigger:hover {
  text-decoration: underline;
}

.ecom-savings-breakdown-trigger::before {
  position: relative;
  display: inline-block;
  font-family: "ycpicons";
  content: "";
  line-height: 1;
  top: 0.12em;
  margin-right: 4px;
}

.ecom-savings-breakdown-trigger.active::before {
  content: "";
}

.ecom-savings-breakdown {
  display: none;
}

/* CHECKOUT */
.ecom-checkout-process {
  list-style: none;
  counter-reset: process;
  font-size: 0;
  background: white;
  padding: 25px 1.5%;
}

.ecom-checkout-process li {
  display: inline-block;
  font-size: 1rem;
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ecom-checkout-process a::before {
  counter-increment: process;
  content: counter(process);
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #cccccc;
  color: #333333;
  margin-right: 8px;
}

.ecom-checkout-process li:first-child:nth-last-child(1) {
  width: 100%;
}

.ecom-checkout-process li:first-child:nth-last-child(2),
.ecom-checkout-process li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.ecom-checkout-process li:first-child:nth-last-child(3),
.ecom-checkout-process li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.ecom-checkout-process li a {
  position: relative;
  display: block;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
}

.ecom-checkout-process li.active a::before {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}

.ecom-checkout-process li.done a::before {
  font-family: "ycpicons";
  content: "";
  background: #7e9c45;
  border-color: #7e9c45;
  color: #ffffff;
}

.ecom-item .checkbox-group li:not(:only-child) {
  margin-top: 8px;
  padding-bottom: 8px;
}

.ecom-item .checkbox-group li:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.ecom-item .checkbox-group .ecom-shipping-price {
  position: absolute;
  right: 0;
  top: 0;
}

.ecom-item .row:not(:only-child) {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ecom-item .row:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -8px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* MY ORDERS */
.ecom-order-table {
  width: 100%;
}

.ecom-order-table th {
  text-align: left;
  padding: 6px 10px;
  border-bottom: 3px solid #cccccc;
}

.ecom-order-table td {
  padding: 6px 10px;
}

.ecom-order-table tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.04);
}

/* HIGH PIXEL DENSITY */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ecom-processing {
    background-image: url(/pages/ecommerce/images/processing-2x.gif);
    background-size: 32px;
  }
}
/* RESPONSIVE */
@media screen and (max-width: 960px) {
  .ecom-cart .ecom-item {
    padding: 10px;
  }

  .ecom-cart .ecom-item .media-wrapper {
    width: 60px;
  }

  .ecom-cart .ecom-item .media-wrapper + .text {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ecom-product-sidebar,
.ecom-product-sidebar + div {
    width: auto;
    display: block;
  }

  .ecom-cart-left,
.ecom-cart-right {
    display: block;
    width: auto;
  }

  .ecom-cart-left {
    padding: 20px 20px 0;
  }

  .ecom-cart-right {
    padding: 5px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .ecom-item .media-wrapper {
    width: 60px;
  }

  .ecom-item .media-wrapper + .text {
    padding-left: 80px;
  }
}
/* Cart Popup */
.cart-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 999px) {
  .cart-popup {
    display: none;
  }
}

.cart-popup__wrapper {
  max-width: 300px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  box-sizing: border-box;
}

.cart-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkbox-group ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 999px) {
  .cart__popup {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .cart__utility {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .EmailTable table, .EmailTable td, .EmailTable tr, .EmailTable thead, .EmailTable tbody, .EmailTable th {
    display: block;
  }
}
@media (max-width: 799px) {
  .EmailTable td {
    padding: 10px !important;
  }
}

.section.get-involved .bounds {
  border-top: 2px solid #f7f8f9;
}

.section.get-involved .get-involved-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.get-involved-wrapper .ministry {
  border-radius: 10px;
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  margin: 3% 1.5%;
  box-sizing: border-box;
  position: relative;
  width: 22%;
  background: white;
}

.get-involved-wrapper .ministry .media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  border-radius: 10px 10px 0 0;
}

.get-involved-wrapper .ministry .text {
  padding: 30px 20px;
  position: relative;
  background: white;
  border-radius: 0 0 10px 10px;
}

.section.section.get-involved .underlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background-color: #f7f8f9;
  transform: scaleY(-1);
}

.get-involved-wrapper .action a {
  font-size: 13px;
  line-height: 2px;
  font-weight: 500;
  border-bottom: 2px solid #29547e;
}

@media screen and (max-width: 900px) {
  .get-involved-wrapper .ministry {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .section.get-involved .get-involved-wrapper {
    flex-direction: column;
  }

  .get-involved-wrapper .ministry {
    width: 97%;
  }

  .section.content .column3,
.section.content .column9 {
    width: 100%;
  }

  .section.content .column9 {
    margin-top: 40px;
  }
}
header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.header__logo {
  background: rgba(66, 106, 146, 0.8);
}
@media (min-width: 1000px) {
  .header__logo {
    flex-basis: 50%;
    padding: 25px;
    box-sizing: border-box;
    align-self: stretch;
  }
}
@media (max-width: 999px) {
  .header__logo {
    padding: 10px;
    order: 2;
    flex: 1;
  }
}

.header__logo-a {
  display: inline-block;
}

.header__logo-img {
  vertical-align: bottom;
}

@media (min-width: 1000px) {
  .header__icon.icon {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 999px) {
  .header__icon.icon {
    font-size: 10px;
    line-height: normal;
    display: inline-block;
  }
}
@media (max-width: 349px) {
  .header__icon.icon {
    font-size: 0;
  }
}

@media (min-width: 1000px) {
  .header__icon.icon:after,
.header__icon.icon:before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    float: left;
  }
}
@media (max-width: 999px) {
  .header__icon.icon:after,
.header__icon.icon:before {
    display: block;
    margin: auto;
    height: 30px;
    width: 30px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
}
@media (max-width: 349px) {
  .header__icon.icon:after,
.header__icon.icon:before {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.utilitynav {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: rgba(66, 106, 146, 0.8);
  line-height: normal;
}
@media (min-width: 1000px) {
  .utilitynav {
    z-index: 1;
    padding: 0 25px 0 0;
    flex-basis: 50%;
    box-sizing: border-box;
  }
}
@media (max-width: 999px) {
  .utilitynav {
    order: 2;
  }
}

.utilitynav__ul-1 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .utilitynav__ul-1 {
    margin-top: 12px;
  }
}

.utilitynav__li-1:first-child {
  margin-left: 0;
}
@media (min-width: 1000px) {
  .utilitynav__li-1 {
    margin-left: 30px;
  }
}
@media (max-width: 999px) {
  .utilitynav__li-1 {
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  .utilitynav__li-1 {
    position: relative;
  }
}

.utilitynav__a-1 {
  position: relative;
}
.utilitynav__a-1, .utilitynav__a-1:hover, .utilitynav__a-1:focus {
  color: #fff;
}

.utilitynav__ul-2 {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  margin: 0;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  padding: 12px 0 6px;
}
.utilitynav__ul-2.utilitynav__service {
  padding: 30px 30px 0;
}
@media (max-width: 999px) {
  .utilitynav__ul-2 {
    top: calc(100% + 3px);
  }
}
@media (max-width: 599px) {
  .utilitynav__ul-2 {
    left: 0;
    right: 0;
    top: 65px;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .utilitynav__li-1:not(.open) .utilitynav__ul-2 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
  }
}

.utilitynav__a-2 {
  color: #333;
  font-size: 13px;
  line-height: 28px;
  display: block;
}
@media (min-width: 1000px) {
  .utilitynav__a-2 {
    padding: 0 60px 0 10px;
  }
}
@media (max-width: 999px) {
  .utilitynav__a-2 {
    padding: 0 10px;
  }
}
@media (min-width: 1000px) {
  .utilitynav__a-2.active {
    font-weight: 700;
  }
}
@media (min-width: 1000px) {
  .utilitynav__a-2:hover {
    color: #3E7DBC;
  }
}
@media (min-width: 1000px) {
  .utilitynav__li-2:hover > .utilitynav__a-2 {
    color: #426a92;
  }
}
@media (min-width: 1000px) {
  .utilitynav__li-2.parent > .utilitynav__a-2:after {
    content: "";
    border: 5px solid transparent;
    border-left-color: #426a92;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 999px) {
  .utilitynav__li-2.parent > .utilitynav__a-2:after {
    content: "";
    border: 5px solid transparent;
    border-top-color: #426a92;
    float: right;
    margin-top: 12px;
  }
}
@media (max-width: 999px) {
  .utilitynav__li-2.parent.open > .utilitynav__a-2:after {
    transform: rotatex(180deg) translateY(5px);
  }
}

.mainnav {
  line-height: normal;
}
@media (min-width: 1000px) {
  .mainnav {
    flex: 1;
    padding: 10px 25px;
    box-sizing: border-box;
    z-index: 0;
    background-color: rgba(21, 41, 61, 0.8);
    height: 42px;
  }
}
@media (max-width: 999px) {
  .mainnav {
    order: 3;
    padding: 0 10px 0 20px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(66, 106, 146, 0.8);
  }
}
@media (min-width: 1000px) {
  body.off-top .mainnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}

.mainnav__ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 999px) {
  .mainnav__ul {
    order: 2;
  }
}
@media (min-width: 1000px) {
  .mainnav__ul {
    display: inline-block;
  }
}

.mainnav__li {
  list-style: none;
}
@media (min-width: 1000px) {
  .mainnav__li {
    position: relative;
  }
}
@media (max-width: 999px) {
  .mainnav__li.open:before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 41, 61, 0.8);
    z-index: 0;
  }
}

.mainnav__a {
  font-size: 14px;
}
.mainnav__a, .mainnav__a:hover, .mainnav__a:focus {
  color: #fff;
}
@media (min-width: 1000px) {
  header .mainnav__a.icon {
    display: none;
  }
}
@media (max-width: 999px) {
  .mainnav__li.open .mainnav__a {
    z-index: 1;
    position: relative;
  }
}

.mainnav__ul-1 {
  margin: 0;
  padding: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media (min-width: 1000px) {
  .mainnav__ul-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 999px) {
  .mainnav__ul-1 {
    position: absolute;
    top: 65px;
    background: #15293d;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .mainnav__li:not(.open) .mainnav__ul-1 {
    left: -100%;
    opacity: 0;
  }
}
@media (max-width: 999px) {
  .mainnav__li.open .mainnav__ul-1 {
    left: 0;
    opacity: 100;
  }
}

.mainnav__li-1 {
  position: relative;
}
@media (min-width: 1000px) {
  .mainnav__li-1 {
    margin-left: 25px;
  }
}
@media (max-width: 999px) {
  .mainnav__li-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 1000px) {
  .mainnav__li-1:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .mainnav__ul-1.hover .mainnav__li-1:not(:hover) .mainnav__a-1 {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 1200px) {
  .mainnav__a-1 {
    font-size: 16px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .mainnav__a-1 {
    font-size: 13px;
  }
}
@media (max-width: 999px) {
  .mainnav__a-1 {
    padding: 10px;
    display: block;
    position: relative;
  }
}
.mainnav__a-1, .mainnav__a-1:hover, .mainnav__a-1:focus {
  color: #fff;
}
@media (min-width: 1000px) {
  .mainnav__li-1.parent .mainnav__a-1:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #679ED5;
    float: right;
    margin: 8px 0 0 6px;
  }
}
@media (min-width: 1000px) {
  .mainnav__li-1.parent:hover .mainnav__a-1:before {
    transform: rotatex(180deg) translateY(5px);
  }
}
@media (max-width: 999px) {
  .mainnav__li-1.parent .mainnav__a-1:after {
    content: "";
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
@media (max-width: 999px) {
  .mainnav__li-1.parent.open .mainnav__a-1:after {
    transform: rotatex(180deg) translateY(5px);
  }
}
@media (min-width: 1000px) {
  .mainnav__a-1.child-active, .mainnav__a-1.active {
    color: #F8E697;
  }
}

.mainnav__ul-2,
.mainnav__ul-3 {
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .mainnav__ul-2,
.mainnav__ul-3 {
    padding: 12px 0 6px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 999px) {
  .mainnav__ul-2,
.mainnav__ul-3 {
    background: #fff;
    padding: 6px 0;
  }
}
@media (max-width: 999px) {
  .mainnav__li-1:not(.open) > .mainnav__ul-2, .mainnav__li-2:not(.open) > .mainnav__ul-2,
.mainnav__li-1:not(.open) > .mainnav__ul-3,
.mainnav__li-2:not(.open) > .mainnav__ul-3 {
    display: none;
  }
}

.mainnav__li-2,
.mainnav__li-3 {
  position: relative;
  display: block;
  margin: 0 0 4px;
}

.mainnav__a-2,
.mainnav__a-3 {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
@media (min-width: 1000px) {
  .mainnav__a-2,
.mainnav__a-3 {
    padding: 0 60px 0 10px;
  }
}
@media (max-width: 999px) {
  .mainnav__a-2,
.mainnav__a-3 {
    padding: 0 10px;
  }
}
@media (min-width: 1000px) {
  .mainnav__a-2.active,
.mainnav__a-3.active {
    font-weight: 700;
  }
}
@media (min-width: 1000px) {
  .mainnav__a-2:hover,
.mainnav__a-3:hover {
    color: #3E7DBC;
  }
}
@media (min-width: 1000px) {
  .mainnav__li-2:hover > .mainnav__a-2, .mainnav__li-3:hover > .mainnav__a-2,
.mainnav__li-2:hover > .mainnav__a-3,
.mainnav__li-3:hover > .mainnav__a-3 {
    color: #426a92;
  }
}
@media (min-width: 1000px) {
  .mainnav__li-2.parent > .mainnav__a-2:after, .mainnav__li-3.parent > .mainnav__a-2:after,
.mainnav__li-2.parent > .mainnav__a-3:after,
.mainnav__li-3.parent > .mainnav__a-3:after {
    content: "";
    border: 5px solid transparent;
    border-left-color: #426a92;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 999px) {
  .mainnav__li-2.parent > .mainnav__a-2:after, .mainnav__li-3.parent > .mainnav__a-2:after,
.mainnav__li-2.parent > .mainnav__a-3:after,
.mainnav__li-3.parent > .mainnav__a-3:after {
    content: "";
    border: 5px solid transparent;
    border-top-color: #426a92;
    float: right;
    margin-top: 12px;
  }
}
@media (max-width: 999px) {
  .mainnav__li-2.parent.open > .mainnav__a-2:after,
.mainnav__li-2.parent.open > .mainnav__a-3:after {
    transform: rotatex(180deg) translateY(5px);
  }
}

@media (min-width: 1000px) {
  .mainnav__ul-3 {
    left: 100%;
    top: -12px;
  }
}

@media (max-width: 999px) {
  .mainnav__a-3 {
    padding: 0 10px 0 24px;
  }
}

.searchnav {
  z-index: -1;
  line-height: normal;
}
body:not(.off-top) .searchnav {
  background-color: rgba(21, 41, 61, 0.8);
}
@media (min-width: 1000px) {
  .searchnav {
    padding: 10px 25px;
    box-sizing: border-box;
    height: 42px;
  }
}
@media (max-width: 999px) {
  .searchnav {
    order: 4;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(21, 41, 61, 0.8);
  }
}
@media (min-width: 1000px) {
  body.off-top .searchnav {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 25px;
  }
}

.searchnav__ul-1 {
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .searchnav__ul-1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.searchnav__li-1 {
  margin-left: 40px;
}
@media (min-width: 1000px) {
  .searchnav__li-1 {
    position: relative;
  }
}
.searchnav__li-1:first-child {
  margin-left: 0;
}
@media (min-width: 1000px) {
  .searchnav__li-1.parent:hover:after {
    width: 300px !important;
    right: 0 !important;
    left: auto !important;
    top: 0 !important;
    height: 40px !important;
  }
}

@media (min-width: 1200px) {
  .searchnav__a-1 {
    font-size: 16px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .searchnav__a-1 {
    font-size: 13px !important;
  }
}
.searchnav__a-1, .searchnav__a-1:hover, .searchnav__a-1:focus {
  color: #fff;
}
@media (max-width: 999px) {
  header .searchnav__a-1.icon {
    display: none;
  }
}

.searchnav__ul-2 {
  margin: 0;
}
@media (min-width: 1000px) {
  .searchnav__ul-2 {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 400px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
    padding: 10px;
  }
}

header ul,
header *:before,
header *:after {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

@media (min-width: 1000px) {
  header [class*=li-].parent:not(:hover) > ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
  }
}

@media (min-width: 1000px) {
  header [class*=li-].parent:not(:hover):not(.searchnav__li-1) > ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
  }
}

@media (min-width: 1000px) {
  .headernav__li:not(:hover) > ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
  }
}

@media (min-width: 1000px) {
  header [class*=li-1].parent:hover:after {
    content: "";
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    height: 20px;
    z-index: -1;
  }
}

@media (min-width: 1000px) {
  header [class*=__li-1].parent > a:after {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: calc(50% - 8px);
    display: block;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.95);
  }
}

@media (min-width: 1000px) {
  header .parent:not(:hover) > a:after {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
  }
}

footer {
  background-image: linear-gradient(135deg, rgba(40, 79, 118, 0.95) 0%, rgba(66, 106, 146, 0.95) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 1.5px;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 800px) {
  footer {
    padding: 56px 25px 65px;
  }
}
@media (max-width: 799px) {
  footer {
    padding: 20px;
  }
}

.footer__address {
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}

.footer__copyright {
  margin: 20px auto;
  color: #fff;
}

.footer__ycp {
  color: rgba(255, 255, 255, 0.35);
}

.footer__ycp-link, .footer__ycp-link:hover, .footer__ycp-link:focus {
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 999px) {
  .footer__address-divider {
    display: block;
  }
}
@media (min-width: 1000px) {
  .footer__address-divider:before {
    content: "/";
    margin: 0 12px;
  }
}

.footer__social {
  margin-bottom: 12px;
}

.footer__social a {
  color: #fff;
  margin: 0 12px;
  font-size: 24px;
}

@media (min-width: 1000px) {
  .interior-main {
    padding: 60px 0;
  }
}
@media (max-width: 999px) {
  .interior-main {
    padding: 20px 0;
  }
}
.interior-main.--two-col {
  display: flex;
  flex-wrap: wrap;
}
.interior-main:not(.--two-col) {
  max-width: 1400px;
  margin: 0 auto;
}

.interior-main__copy {
  padding: 0 25px 40px;
  flex-grow: 1;
}
@media (min-width: 800px) {
  .--two-col .interior-main__copy {
    flex-basis: 70%;
    margin-left: auto;
    padding: 0 40px 40px 25px;
    box-sizing: border-box;
  }
}

.interior-main__copy p {
  line-height: 24px;
  margin-bottom: 24px;
}

.interior-main__copy h4 {
  font-family: "Aleo", serif;
  color: #3E7DBC;
}

.interior-main__copy ul:not(.linkset):not(.filter__ul-1),
.interior-main__copy ol {
  margin-bottom: 24px;
}

.interior-main.--two-col .interior-main__copy-wrapper {
  max-width: 965px;
  margin-left: auto;
}

.interior-main__side {
  margin-bottom: 40px;
  flex-basis: 30%;
  align-self: baseline;
  background-color: #f5f5f5;
  padding: 40px 25px 40px 40px;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  .interior-main__side {
    display: none;
  }
}

.interior-main__side-wrapper {
  max-width: 300px;
  margin-right: auto;
  white-space: normal;
}

.interior-main__side-title {
  color: #777;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}

.interiornav__ul-1 {
  margin: 0;
  padding: 0;
}

.interiornav__ul-2 {
  margin: 6px 0 0 1em;
  padding: 0;
}

.interiornav__li-1 {
  margin: 0 0 9px;
  padding: 0;
}

.interiornav__a-1,
.interiornav__a-2 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.interiornav__a-1:not([href]),
.interiornav__a-2:not([href]) {
  color: #000;
  font-weight: 700;
}
.interiornav__a-1:not([href]):hover,
.interiornav__a-2:not([href]):hover {
  cursor: default;
}
.interiornav__a-1.active,
.interiornav__a-2.active {
  color: #333;
  font-weight: 700;
  font-size: 18px;
}
.interiornav__a-1.active:before,
.interiornav__a-2.active:before {
  content: "";
  width: 10px;
  height: 15px;
  margin: 6px 6px 0 0;
  float: left;
  background-image: url("../images/icon-arrow-blue.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.interiornav__li-2 {
  margin-bottom: 6px;
}

.notemplate {
  box-sizing: border-box;
}
.notemplate form {
  padding: 25px;
}

.hero {
  position: relative;
  z-index: 0;
}
@media (max-width: 599px) {
  .hero .media-wrapper {
    display: none;
  }
}
@media (min-width: 600px) {
  .hero .valign-wrapper {
    background-image: none !important;
  }
}
@media (max-width: 599px) {
  .hero .valign-wrapper {
    position: static;
    background-size: cover;
    background-position: 50% 50%;
  }
}

.hero__background {
  background-position: 50% 50%;
}

.hero__video {
  width: 100%;
}

@media (min-width: 1000px) {
  .hero__content {
    box-sizing: border-box;
  }
}
@media (max-width: 599px) {
  .hero__content {
    text-align: left;
  }
}
@media (max-width: 599px) {
  .hero__content .bounds {
    padding: 25px;
  }
}
@media (max-width: 799px) {
  .hero__content .column8-center {
    width: 100%;
  }
}
.hero__content:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.hero__heading {
  letter-spacing: 2px;
  color: #fff;
  font-family: "Aleo", serif;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  line-height: 1.2;
}
@media (min-width: 800px) {
  .hero__heading {
    margin-bottom: 14px;
    font-size: 48px;
  }
}
@media (max-width: 799px) {
  .hero__heading {
    font-size: 28px;
  }
}

.hero__text {
  margin-bottom: 35px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.home-main {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.home-main .home-main__item {
  box-sizing: border-box;
}
@media (min-width: 600px) and (max-width: 999px) {
  .home-main .home-main__item {
    flex-basis: 50%;
    padding: 25px;
  }
}
@media (max-width: 599px) {
  .home-main .home-main__item {
    flex-basis: 100%;
    padding: 25px;
  }
}
@media (min-width: 1000px) {
  .home-main .directions,
.home-main .events,
.home-main .sermons {
    flex-basis: 33.333%;
  }
}
@media (min-width: 1000px) {
  .home-main .directions {
    padding: 65px 50px 50px 25px;
  }
}
@media (max-width: 999px) {
  .home-main .directions {
    order: 4;
  }
}
@media (min-width: 1000px) {
  .home-main .events,
.home-main .sermons {
    max-width: 525px;
    padding: 65px 0 50px 50px;
  }
}
@media (min-width: 1000px) {
  .home-main .sermons {
    padding: 65px 25px 50px 50px;
  }
}
@media (min-width: 1000px) {
  .home-main .events {
    padding: 65px 25px 50px 25px;
  }
}
@media (min-width: 1000px) {
  .home-main .welcome__wrapper {
    flex-basis: 100%;
  }
}

.directions {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-color: #426a92;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1000px) {
  .directions {
    margin-top: -30px;
  }
}

@media (min-width: 1400px) {
  .directions__wrapper {
    max-width: 300px;
    margin-left: auto;
  }
}
@media (max-width: 1399px) {
  .directions__wrapper {
    margin: auto;
  }
}

.directions__video {
  margin-bottom: 38px;
}
@media (max-width: 999px) {
  .directions__video {
    display: none;
  }
}

.directions__btn:before {
  height: 22px;
  width: 22px;
  margin-right: 10px;
  margin-top: -2px;
}
.directions__btn:hover:before {
  background-image: url("../images/icon-directions-blue.svg");
}

.sermon__link {
  display: inline-block;
  vertical-align: bottom;
}

.sermon__hero {
  border-radius: 4px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 350px;
}
.sermon__hero .card__image {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
}
.sermon__hero .card__text {
  padding: 15px;
}

.sermon__card .card__image {
  width: 100%;
}

.sermon__image-wrapper {
  width: 102px;
  flex: 0 0 auto;
}

.sermon__card:hover {
  transform: scale(1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.welcome__wrapper {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.welcome__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1000px) {
  .welcome__wrapper:before {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 60%);
  }
}
@media (max-width: 999px) {
  .welcome__wrapper:before {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  }
}

@media (min-width: 1000px) {
  .welcome {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 25px;
  }
}

@media (min-width: 1000px) {
  .welcome__content {
    max-width: 500px;
    box-sizing: border-box;
    margin: 0 auto 0 0;
  }
}

.welcome__copy {
  font-size: 15px;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .welcome__copy {
    color: #333;
  }
}
@media (max-width: 999px) {
  .welcome__copy {
    color: #000;
  }
}
.welcome__copy p {
  margin-bottom: 12px;
  font-weight: 500;
}

.believe {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media (max-width: 799px) {
  .believe {
    border-top: 2px solid #fff;
  }
}

.believe__item {
  flex-grow: 1;
}
@media (min-width: 800px) {
  .believe__item {
    height: 300px;
  }
}
@media (max-width: 799px) {
  .believe__item {
    height: 200px;
    flex-basis: 100%;
    border-bottom: 2px solid #fff;
  }
}

.believe__text {
  margin-bottom: 6px;
  color: #F8E697;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  font-family: "novecento-sans", sans-serif;
  letter-spacing: 2px;
}

.believe__title {
  margin-bottom: 6px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-transform: uppercase;
  font-family: "Aleo", serif;
  font-size: 32px;
  letter-spacing: 2.22px;
  font-weight: 700;
}

.believe__btn:before {
  width: 50px;
  height: 50px;
}

@media (min-width: 1000px) {
  .map {
    margin-bottom: 25px;
  }
}

.contact__heading {
  margin-bottom: 25px;
}

.contact__address {
  margin-bottom: 25px;
}

@media (max-width: 999px) {
  .contactus .interior-main {
    padding: 0;
  }
}
@media (max-width: 999px) {
  .contactus .interior-main__copy {
    order: 2;
    flex-basis: 100%;
  }
}
@media (max-width: 999px) {
  .contactus .interior-main__side {
    order: 1;
    flex-basis: 100%;
    padding: 25px;
  }
}
@media (max-width: 799px) {
  .contactus .interior-main__side {
    display: block;
  }
}
@media (max-width: 999px) {
  .contactus .interior-main__side-wrapper {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.contactus .contact__address_heading,
.contactus .service__heading {
  display: none;
}
.contactus .contact__address,
.contactus .service__times {
  flex-grow: 1;
}
@media (max-width: 599px) {
  .contactus .contact__address,
.contactus .service__times {
    flex-basis: 100%;
  }
}

.results__group {
  margin-bottom: 60px;
}

.results__item {
  background: #f6f6f6;
  margin-bottom: 9px;
  padding: 10px 25px;
}

.results__heading {
  font-size: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

.results__title {
  font-size: 20px;
  font-weight: 700;
}

.results__description {
  font-size: 15px;
}

@media (min-width: 1000px) {
  .cal {
    padding: 50px 0;
  }
}
@media (max-width: 999px) {
  .cal {
    padding: 25px 0;
  }
}

@media (max-width: 799px) {
  .cal .row > div {
    width: 100%;
  }
}

@font-face {
  font-family: "ycpicons";
  src: url("../ycpicons/ycpicons.eot");
  src: url("../ycpicons/ycpicons.eot?#iefix") format("embedded-opentype"), url("../ycpicons/ycpicons.woff") format("woff"), url("../ycpicons/ycpicons.ttf") format("truetype"), url("../ycpicons/ycpicons.svgycpicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-ycpbefore]::before,
[class*=icon-ycpafter]::after,
[class*=icon-ycponly]::before {
  font-family: "ycpicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 0.15em;
  display: inline;
  position: relative;
}

[class*=icon-ycpbefore]::before {
  margin-right: 0.35em;
}

[class*=icon-ycpafter]::after {
  margin-left: 0.35em;
}

.icon-ycpbefore-left::before,
.icon-ycpafter-left::after,
.icon-ycponly-left::before {
  content: "";
}

.icon-ycpbefore-right::before,
.icon-ycpafter-right::after,
.icon-ycponly-right::before {
  content: "";
}

.icon-ycpbefore-up::before,
.icon-ycpafter-up::after,
.icon-ycponly-up::before {
  content: "";
}

.icon-ycpbefore-down::before,
.icon-ycpafter-down::after,
.icon-ycponly-down::before {
  content: "";
}

.icon-ycpbefore-asterisk::before,
.icon-ycpafter-asterisk::after,
.icon-ycponly-asterisk::before {
  content: "";
}

.icon-ycpbefore-camera::before,
.icon-ycpafter-camera::after,
.icon-ycponly-camera::before {
  content: "";
}

.icon-ycpbefore-clock::before,
.icon-ycpafter-clock::after,
.icon-ycponly-clock::before {
  content: "";
}

.icon-ycpbefore-calendar-check::before,
.icon-ycpafter-calendar-check::after,
.icon-ycponly-calendar-check::before {
  content: "";
}

.icon-ycpbefore-play::before,
.icon-ycpafter-play::after,
.icon-ycponly-play::before {
  content: "";
}

.icon-ycpbefore-question::before,
.icon-ycpafter-question::after,
.icon-ycponly-question::before {
  content: "";
}

.icon-ycpbefore-rss::before,
.icon-ycpafter-rss::after,
.icon-ycponly-rss::before {
  content: "";
}

.icon-ycpbefore-print::before,
.icon-ycpafter-print::after,
.icon-ycponly-print::before {
  content: "";
}

.icon-ycpbefore-select::before,
.icon-ycpafter-select::after,
.icon-ycponly-select::before {
  content: "";
}

.icon-ycpbefore-key::before,
.icon-ycpafter-key::after,
.icon-ycponly-key::before {
  content: "";
}

.icon-ycpbefore-share::before,
.icon-ycpafter-share::after,
.icon-ycponly-share::before {
  content: "";
}

.icon-ycpbefore-search::before,
.icon-ycpafter-search::after,
.icon-ycponly-search::before {
  content: "";
}

.icon-ycpbefore-checkmark::before,
.icon-ycpafter-checkmark::after,
.icon-ycponly-checkmark::before {
  content: "";
}

.icon-ycpbefore-logo::before,
.icon-ycpafter-logo::after,
.icon-ycponly-logo::before {
  content: "";
}

.icon-ycpbefore-facebook::before,
.icon-ycpafter-facebook::after,
.icon-ycponly-facebook::before {
  content: "";
}

.icon-ycpbefore-twitter::before,
.icon-ycpafter-twitter::after,
.icon-ycponly-twitter::before {
  content: "";
}

.icon-ycpbefore-instagram::before,
.icon-ycpafter-instagram::after,
.icon-ycponly-instagram::before {
  content: "";
}

.icon-ycpbefore-youtube::before,
.icon-ycpafter-youtube::after,
.icon-ycponly-youtube::before {
  content: "";
}

.icon-ycpbefore-linkedin::before,
.icon-ycpafter-linkedin::after,
.icon-ycponly-linkedin::before {
  content: "";
}

.icon-ycpbefore-response::before,
.icon-ycpafter-response::after,
.icon-ycponly-response::before {
  content: "";
}

.icon-ycpbefore-cart::before,
.icon-ycpafter-cart::after,
.icon-ycponly-cart::before {
  content: "";
}

.icon-ycpbefore-envelope::before,
.icon-ycpafter-envelope::after,
.icon-ycponly-envelope::before {
  content: "";
}

.icon-ycpbefore-phone::before,
.icon-ycpafter-phone::after,
.icon-ycponly-phone::before {
  content: "";
}

.icon-ycpbefore-pin::before,
.icon-ycpafter-pin::after,
.icon-ycponly-pin::before {
  content: "";
}

.icon-ycpbefore-lock::before,
.icon-ycpafter-lock::after,
.icon-ycponly-lock::before {
  content: "";
}

.icon-ycpbefore-user::before,
.icon-ycpafter-user::after,
.icon-ycponly-user::before {
  content: "";
}

.icon-ycpbefore-document::before,
.icon-ycpafter-document::after,
.icon-ycponly-document::before {
  content: "";
}

.icon-ycpbefore-mic::before,
.icon-ycpafter-mic::after,
.icon-ycponly-mic::before {
  content: "";
}

.icon-ycpbefore-film-strip::before,
.icon-ycpafter-film-strip::after,
.icon-ycponly-film-strip::before {
  content: "";
}

.icon-ycpbefore-download::before,
.icon-ycpafter-download::after,
.icon-ycponly-download::before {
  content: "";
}

.icon-ycpbefore-arrow-left::before,
.icon-ycpafter-arrow-left::after,
.icon-ycponly-arrow-left::before {
  content: "";
}

.icon-ycpbefore-arrow-right::before,
.icon-ycpafter-arrow-right::after,
.icon-ycponly-arrow-right::before {
  content: "";
}

.icon-ycpbefore-arrow-up::before,
.icon-ycpafter-arrow-up::after,
.icon-ycponly-arrow-up::before {
  content: "";
}

.icon-ycpbefore-arrow-down::before,
.icon-ycpafter-arrow-down::after,
.icon-ycponly-arrow-down::before {
  content: "";
}

.icon-ycpbefore-plus::before,
.icon-ycpafter-plus::after,
.icon-ycponly-plus::before {
  content: "";
}

.icon-ycpbefore-home::before,
.icon-ycpafter-home::after,
.icon-ycponly-home::before {
  content: "";
}

.icon-ycpbefore-dashboard::before,
.icon-ycpafter-dashboard::after,
.icon-ycponly-dashboard::before {
  content: "";
}

.yar-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  /* Fade in when Init finishes */
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.yar-slide {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.yar-slide.active {
  z-index: 2;
}

/* Non-touch Image transition properties default
			-- Set transition speed and type
		*/
.yar-slider.no-touch .yar-slide:not(:only-child) .media {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0;
}

/* Non-touch Image transition properties */
.yar-slider.no-touch .yar-slide.active .media {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.yar-slider.no-touch .yar-slide.transition-speed .media {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

/* Non-touch Caption transition properties default
			-- Set transition speed and type
		*/
.yar-slider.no-touch .yar-slide .caption {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 0;
}

/* Non-touch Caption transition properties */
.yar-slider.no-touch .yar-slide.active .caption {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.yar-slider.no-touch .yar-slide.transition-speed .caption {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

/* controls */
.yar-slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 3;
  color: white;
}

.yar-slider-controls > div {
  cursor: pointer;
  position: absolute;
  font-size: 32px;
  margin-top: -16px;
  text-align: center;
  overflow: hidden;
  opacity: 0.92;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

.yar-slider-controls > div:before {
  top: 0;
  display: block;
}

.yar-slider-controls > div:hover {
  opacity: 1;
}

.yar-slider-controls .prev {
  left: 5px;
}

.yar-slider-controls .next {
  right: 5px;
}

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

/* GENERAL */
@media print {
  @page {
    margin: 1.2cm;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 90%;
  }

  * {
    background: none !important;
    color: #000 !important;
  }

  [data-scrollfx-fade-out],
[data-scrollfx-fade-in] {
    opacity: 1 !important;
  }

  [data-scrollfx-parallax] {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  a {
    font-weight: bolder;
    text-decoration: none;
  }

  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }

  a[href^="#"]:after {
    content: "";
  }

  .bounds {
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .noprint,
[class*=button],
.frontEndEditBar {
    display: none !important;
  }

  .onlyprint {
    display: block !important;
  }

  /* YAR SLIDER */
  .yar-slider,
.slideshow {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
  }

  .yar-slide {
    position: relative;
    width: auto;
    height: auto;
  }

  .yar-slider .image {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
  }

  .yar-slider .image img {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
/* SITE SPECIFIC */

/*# sourceMappingURL=main.css.map */
