
/* Typography and Universal styles */

html {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #555;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  margin: 0;
}

*,*:before,*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

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

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  margin: 0 0 1.2em;
}

a {
  text-decoration: none;
  color: #2e72b1;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #993366;
}

a:focus {
  outline-color: red;
}

q {
  quotes: none;
}

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

::selection {
  color: #fff;
  background-color: #555;
}

.skip-link {
  background: #fff;
  color: #2e72b1;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
}

.skip-link:focus {
  transform: translateY(0%);
  z-index: 200;
  transition: transform 0.3s;
}

.skip-link:focus-within {
  transform: translateY(0%);
  z-index: 200;
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#content {
  width: 60%;
  float: left;
}

/* #content:focus {
  outline-color: red;
  outline-width: medium;

} */

@media only screen and (max-width: 767px) {
  #content {
    width: 100%;
  }
}

#content strong {
  font-weight: 600;
}

/* #content p + h2 {
  margin-top: 1.5em;
} */

#content ol + h2 {
  margin-top: 1.5em;

}

#content p + h4 {
  margin-top: 1.5em;
}

#content .sub-event .intro-text p + h4 {
  margin-top: 1.5em;
}


#content h2 + h4 {
  margin-top: 1em;
}

#content h1 {
  font-family: 'Crimson Text', serif;
  font-size: 3em;
  line-height: 1em;
  font-weight: normal;
  color: #2e72b1;
  margin: .5em 0 0 0;
}

/* styling h2s like h1s */
#content h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.25em;
  line-height: 1em;
  font-weight: normal;
  color: #2e72b1;
  margin: .5em 0 0 0;
}

#content h1 + p {
  margin-top: 1em;
}

#content .text-info h1 + p, #content .text-info h2 + p {
  margin-top: .5em;
}

#content .text-info {
  overflow: visible;
}

#content .text-info p {
  margin: 0 0 20px;
}

#content .text-info hr {
  color: #d4be52;
}

#content .box-text {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #2e72b1;
  margin: 0 0 39px;
}

#content .box-text p {
  margin: 0;
}

#content .box-text h2 {
  font-family: 'Crimson Text', serif;
  font-size: 42px;
  line-height: 1em;
  font-weight: normal;
  text-transform: none;
  color: #2e72b1;
  margin: .5em 0 0 0;
}


/* #content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: .7em 0 .25em 0;
} */

/* styling h3s like h2s */
#content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  line-height: 1.35em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: .7em 0 .25em 0;
}

/* #content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: .75em 0 .5em 0;
  border-bottom: 1px solid #2e72b1;
} */

/* styling h4s like h3s */
#content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: .75em 0 .5em 0;
  border-bottom: 1px solid #2e72b1;
}

#content h3 span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
  background: #fff;
}

/* #content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: .5em 0 .25em 0;
  border: none;
} */

/* styling h5s like h4s */
#content h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: .5em 0 .25em 0;
  border: none;
}

/* #content h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
  color: #2e72b1;
  margin: .5em 0 0 0;
} */

/* styling h6s like h5s */
#content h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
  color: #2e72b1;
  margin: .5em 0 0 0;
}

/* #content h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: normal;
  color: #2e72b1;
  margin: .5em 0 0 0;
} */

ol {
  padding-left: 1em;
}

#content ul {
  margin: 0;
  padding: 0;
  margin: 0 0 1em 1em;
}

#content .text-info p {
  margin: 0 0 1em 0;
}

#content ul a {
  color: #2e72b1;
  text-decoration: none;
}

#content .text-info a, #content .staff-bio a {
  color: #2e72b1;
  text-decoration: underline;
}

#content .text-info h2 a {
  /* text-decoration: none; */
}

#content .text-info a:hover,#content ul a:hover, #content .staff-bio a:hover {
  color: #d4be52;
}

#content .text-info blockquote {
  margin-left: 0;
  margin-bottom: 2em;
  border-left: 1px solid #2e72b1;
  padding-left: 1em;
}

#content .intro-text p {
  color: #2e72b1;
  font-size: 18px;
  /* line-height: 22px; */
  line-height: 24px;
  font-weight: 600;
}

.text-block {
  margin: 0 auto 4em auto;
  overflow: hidden;
  background: #fff;
  max-width: 1600px;
}

.text-block .container-hold {
  padding: 56px 45px 48px 177px;
}

.photo-credit {
		position: absolute;
    left: 2em;
    bottom: 2em;
    font-size: 100%;
		z-index: 1;
		color: #fff;
}

.photo-credit p {
 	text-transform: capitalize;
  letter-spacing: normal;
	opacity: 75%;
  font-size: .7em;
	margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* background-color: rgba(255, 255, 255, 0.5); */
  /* color: #555; */
  padding: .25em .5em;
}

.photo-credit .dark-photo-credit {
  opacity: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.section-visual .photo-credit {
  top: 1em;
}

/* Secondary header image */
.section-visual {
  overflow: hidden;
  height: 550px;
  position: relative;
}

.section-visual > p {
  margin: 0;
}

.section-visual .img-tab {
  width: 100%;
}

.section-visual .bg-frame {
  background-size: cover !important;
  height: 100%;
  background-position: center;
}

.landing-page .section-visual .bg-frame {
  background-position: bottom;
}

/* background position of Incarnation Chapel Header Image */
.webp .img-2QZFVpsqZiee8XkajdZB8A.loaded-image {
  background-position: bottom;
}

.section-visual > img {
  width: 100%;
  bottom: -25%;
  position: absolute;
}


.section-visual:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 318px;
  box-shadow: inset 0 -160px 169px -70px rgba(0, 0, 0, 0.5);
}

.section-visual .hold {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  color: #fff;
  background: rgba(43, 115, 176, 0.7);
}

.section-visual .text {
  max-width: 1083px;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 auto;
}

.section-visual h1 {
  font: 48px/90px 'Crimson Text', serif;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 1rem 0;
}

.intro-hold {
  overflow: hidden;
  background: #2e72b1;
}

.parallax-header-image {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 2000px) {
  .section-visual {
    height: 650px;
  }
}


@media (max-width: 1710px) {
  .section-visual {
    height: 550px;

  }
}

@media (max-width: 1600px) {
  /*1500px*/

  .section-visual {
    height: 550px;

  }
}

@media (max-width: 1400px) {
  .section-visual {
    height: 450px;

  }
}

@media (max-width: 1200px) {
  .section-visual {
    height: 350px;

  }
}

@media (min-width: 1024px) {
  .img-tab {
    display: none;
  }
}

@media (max-width: 1023px) {
  .section-visual {
    height: 340px;
  }
  .text-block .container-hold {
    padding: 41px 20px 38px;
  }
}

@media (max-width: 767px) {
  .text-block {
    margin-top: 1em;
  }

  .text-block .container-hold {
    padding-top: 0;
  }

  .section-visual {
    height: 200px;
  }

  .section-visual .text {
    padding: 17px;
  }

  .section-visual h1:after {
    color: #2e72b1;
    width: 19px;
    height: 11px;
    font-size: 18px;
    margin: 0 0 0 -11px;
  }

  .section-visual h1 {
    padding: 0;
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
  }
}

@media (max-width: 600px) {
  #content .box-text h2 {
    font-size: 2em;
  }
  #content h1 {
    font-size: 2.5em;
  }
  .section-visual {
    height: 180px;
  }
  .section-visual > img {
    /* height: 160px; */
    bottom: 0;
  }
  .section-visual .photo-credit {
    top: .5em;
    left: 1em;
  }
  .photo-credit p {
    font-size: .5em;
    padding: 0em .4em;
    line-height: 2em;
  }
}

@media (max-width: 420px) {
  .section-visual {
    height: 160px;

  }
}

@media (max-width: 375px) {
  .text-block .container-hold {
    padding-top: 0;
  }

  .section-visual {
    /* height: 160px; */

  }

  .section-visual .text {
    padding: 12px;
  }

  .section-visual h1:after {
    color: #2e72b1;
    width: 19px;
    height: 11px;
    font-size: 16px;
    margin: 0 0 0 -11px;
  }

  .section-visual h1 {
    padding: 0;
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
  }
}






/*------------------------------------------------*/

/* Navbar */

/*------------------------------------------------*/


.btn {
  border: 1px solid #2e72b1;
  background: #2e72b1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  line-height: 18px;
  min-width: 110px;
  text-align: center;
  padding: 4px 13px 6px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color .2s linear, background .2s linear;
  transition: color .2s linear, background .2s linear;
}

.btn:hover {
  background: none;
  color: #234c74;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

#wrapper > .container {
  position: relative;
  background-size: 100% auto;
}

/*------------------------------------------------*/
/* Not sure about this style -- need to double check if needed */
#wrapper .container {
  background-image: none;
}

#header {
  padding: 41px 0 0;
}

#header > .sec-nav {
  float: right;
  display: none !important;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #2e72b1;
}

#header > .sec-nav li {
  float: left;
  border-left: 1px solid rgba(107, 160, 211, .55);
}

#header > .sec-nav li:first-child {
  border-left: none;
}

#header > .sec-nav .current-page > a {
  color: #fff;
}

#header > .sec-nav a {
  display: block;
  color: #d4be52;
  padding: 10px 23px 12px;
}

#header > .sec-nav a:hover {
  color: #fff;
}

#header > .sec-nav,.top-panel .sec-nav,.social-networks,.mobile-drop ul,.main-nav,.main-nav > li > ul,.main-nav > li > ul ul,.flexslider .slides,.flexslider .flex-direction-nav,.tabset,.tab-content ul,.footer-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-drop form,.top-panel .holder,.header-holder,.main-holder,.flexslider .text-slide,.text-gallery,.calendar-block .btn-holder,.slideshow-holder .container,.calendar-carousel,.footer-holder {
  margin: 0 auto;
  max-width: 1418px;
  padding: 0 21px;
}

.search-drop {
  background: #123460;
}

.search-drop form {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 9px !important;
  padding-bottom: 12px !important;
}

.search-drop form input {
  float: left;
  width: 50%;
  padding: 7px 12px;
  letter-spacing: 5px;
  background: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 27px;
  font-family: 'Open Sans', sans-serif;
}

.search-drop form input::-moz-placeholder {
  opacity: 1;
}

.search-drop .search-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  width: 23px;
  height: 23px;
  font-size: 23px;
  line-height: 1;
  color: #7185a0;
  overflow: hidden;
  text-indent: -9999px;
  margin: -11px 0 0;
}

.search-drop .search-close:before {
  text-indent: 0;
  display: block;
}

.search-opener {
  position: relative;
}

.search-opener:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: #123460;
  visibility: hidden;
  -webkit-transition: all .2s linear .1s;
  transition: all .2s linear .1s;
  opacity: 0;
}

.search-active .search-opener {
  background: #123460;
}

.mobile-header {
  overflow: hidden;
  background-image: none;
  background-color: #2e72b1;
  box-shadow: none;
}

.header-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 51;
}

.top-panel {
  /* box-shadow: 1px 0 18px rgba(10, 10, 11, .27); */
  position: relative;
  background-image: none;
  background-color: #2e72b1;
  box-shadow: none;
}

.top-panel:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 48px;
  height: 25px;
  margin: 0 0 0 -24px;
  background: url(/assets/legacy/images/decor-01.png) no-repeat;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* DO WE NEED THiS STYLE????? */
/* remove pointer graphic in top nav */

.top-panel:before {
  background: none;
}

/* .header-holder .logo {
  width: 670px;
} */
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.top-panel .holder:after,.social-networks:after {
  content: " ";
  display: block;
  clear: both;
}

.top-panel .sec-nav {
  float: right;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.top-panel .sec-nav li {
  float: left;
  border-left: 1px solid rgba(107, 160, 211, .55);
}

.top-panel .sec-nav li:first-child {
  border-left: none;
}

.top-panel .sec-nav .current-page > a {
  color: #fff;
}

.top-panel .sec-nav a {
  display: block;
  color: #fff;
  padding: 10px 23px 12px;
  /* font-weight: 600; */
}

.top-panel .sec-nav a:hover {
  color: #d4be52;
  text-decoration: underline;
}

.social-networks {
  float: left;
  font-size: 14px;
  margin: 0 0 0 15px;
}

.social-networks li {
  float: left;
}

.social-networks a {
  display: block;
  /* width: 46px;
  height: 40px; */
  color: #fff;
  text-align: center;
  padding: 7px 10px;
}

.social-networks a span {
  display: block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  padding-top: 2px;
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  position: relative;
}

.social-networks a span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 0 1px #fff;
  padding: 0;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease;
}

.social-networks a:hover span {
  box-shadow: 0 0 0 3px #fff;
}

.social-networks a:hover span:after {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: .5;
}

.mobile-button {
  width: 63px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  border-left: 1px solid rgba(107, 160, 211, .55);
  display: none;
}

.mobile-button:after,.mobile-button:before,.mobile-button span {
  background: #fff;
  position: absolute;
  top: 19px;
  left: 17px;
  right: 17px;
  height: 3px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

.mobile-button span {
  overflow: hidden;
  text-indent: -9999px;
}

.mobile-class .mobile-button span {
  opacity: 0;
}

.mobile-button:before,.mobile-button:after {
  content: "";
  top: 11px;
}

.mobile-class .mobile-button:before,.mobile-class .mobile-button:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 19px;
  left: 17px;
  right: 17px;
}

.mobile-button:after {
  top: 27px;
}

.mobile-class .mobile-button:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

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

.mobile-drop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 239px;
  font-size: 22px;
  line-height: 25px;
  overflow: hidden;
  background: #fff;
  z-index: 101;
}

.mobile-drop:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 1px 0 9px rgba(12, 13, 13, .31);
  box-sizing: content-box;
  padding: 10px 10px 10px 0;
}

.mobile-drop ul {
  margin: 0;
  padding: 0;
}

#menu > li {
  border-bottom: 1px solid #dedfe0;
}

#menu > li > a {
  display: block;
  color: #133461;
  padding: 13px 30px 11px 17px;
  position: relative;
}

#menu > li > a:hover {
  color: #fff !important;
  background: #234c74;
}

#menu > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin: -5px 0 0;
  border: solid transparent;
  border-width: 5px 0 5px 7px;
  border-left-color: #89b0d7;
}

#menu .drop {
  right: -239px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 239px;
  background: #fff;
  z-index: 5;
  font-size: 16px;
  line-height: 18px;
}

#menu .drop:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 1px 0 9px rgba(12, 13, 13, .31);
  box-sizing: content-box;
  padding: 10px 10px 10px 0;
}

#menu .drop .active > a {
  color: #fff !important;
  background: #234c74;
}

#menu .drop ul > li {
  border-bottom: 1px solid #dedfe0;
  position: relative;
}

#menu .drop ul > li > a {
  display: block;
  color: #133461;
  padding: 15px 17px 16px;
  position: relative;
}

#menu .drop ul > li > a:hover {
  color: #fff !important;
  background: #234c74;
}

#menu .drop a.back {
  text-align: right;
  font-size: 18px;
  line-height: 20px;
  color: #133461;
  padding: 11px 18px 9px;
  display: block;
  border-bottom: 1px solid #dedfe0;
  letter-spacing: 1px;
}

#menu .drop a.back span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 18px;
}

#menu .drop a.back span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border: solid transparent;
  border-width: 5px 7px 5px 0;
  border-right-color: #89b0d7;
}

#menu .drop .accordion-drop {
  font-size: 15px;
  line-height: 17px;
  right: 0;
}

#menu .drop .accordion-drop ul {
  padding-bottom: 17px;
  background: #234c74;
}

#menu .drop .accordion-drop li {
  border: none;
}

#menu .drop .accordion-drop a {
  display: block;
  padding: 3px 31px;
  background: #234c74;
  color: #fff;
}

#menu .drop .accordion-drop a:hover {
  background: #86aed4;
}

.header-holder {
  padding-top: 2em !important;
  padding-bottom: 2px !important;
}

.header-holder .logo {
  display: block;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  /* width: 670px; */
}

.header-holder .logo:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 18px 0 0 -37px;
  width: 74px;
  height: 1px;
  background: url(/assets/legacy/images/sep-01.png) no-repeat;
}

.header-holder .logo a {
  display: block;
  color: #234c74;
}

.main-nav {
  position: relative;
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-size: 27px;
  line-height: 29px;
  padding: 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-nav > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 0 20px;
  padding: 0;
  position: relative;
}

.main-nav > li > a {
  display: block;
  position: relative;
  color: #555;
  letter-spacing: 1px;
  text-shadow: none;
}

.main-nav > li > a:hover {
  text-decoration: underline;
}

.main-nav > li:last-child > ul {
  left: auto !important;
  right: 0;
}

.main-nav > li.hover .drop {
  top: 100%;
}

.main-nav > li > ul {
  position: absolute;
  top: -9999px;
  left: 2px;
  width: 365px;
  background: #fff;
  font-size: .75em;
  line-height: 1.25em;
  padding: 27px 0 22px;
  text-align: left;
  letter-spacing: 1px;
  z-index: 10;
}

.main-nav > li > ul.drop {
  opacity: .9;
}

.main-nav > li > ul li {
  margin: 0 12px 5px 0;
  position: relative;
}

.main-nav > li > ul li:hover > a {
  color: #86aed4;
}

.main-nav > li > ul li:hover ul {
  display: block;
}

.main-nav > li > ul ul {
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
  width: 100%;
  z-index: 2;
  padding: 0 5px 0 0;
  display: none;
}

.main-nav > li > ul .current-page > a {
  color: #2e72b1;
}

.main-nav > li > ul a {
  color: #2e72b1;
}

.main-nav > li > ul a:hover {
  color: #555;
  text-decoration: underline;
}

.main-nav .imnew-nav-btn {
  background-color: #DCCB74;
  /* background-color: rgba(212, 190, 82, 0.5); */
  padding: .5rem;
  /* border-radius: 4px; */
  color: #000000;
}

@media all and (min-width: 979px) {
  .main-nav > li.has-drop-down.hover {
    margin-bottom: -25px;
    padding-bottom: 25px;
  }

  .main-nav > li.has-drop-down.hover > a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    border: solid #fff;
    border-width: 1px 0;
  }

  .main-nav > li > a:hover:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    border: solid #fff;
    border-width: 1px 0;
  }

  .main-nav > li > ul:after,  .main-nav > li > ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 9999px;
    height: 100%;
    background: #fff;
  }

  .main-nav > li > ul:after {
    left: auto !important;
    right: 100%;
  }
}

@media all and (min-width: 1420px) {
  .top-panel .holder {
    padding: 0 22px 0 21px !important;
    max-width: none !important;
  }
}

@media all and (max-width: 1419px) {
  .search-drop form,  .top-panel .holder,  .header-holder,  .main-holder,  .flexslider .text-slide,  .text-gallery,  .calendar-block .btn-holder,  .slideshow-holder .container,  .calendar-carousel,  .footer-holder {
    padding: 0 17px;
  }

  .search-drop form {
    padding: 9px 21px 12px !important;
  }

  .top-panel .holder {
    padding: 0 9px !important;
  }

  .main-nav > li {
    margin: 0 16px 0 17px;
  }
}

@media all and (max-width: 1023px) {
  .search-drop form,  .top-panel .holder,  .header-holder,  .main-holder,  .flexslider .text-slide,  .text-gallery,  .calendar-block .btn-holder,  .slideshow-holder .container,  .calendar-carousel,  .footer-holder {
    padding: 0 14px;
  }

  #header > .sec-nav {
    margin-right: 63px;
  }

  .top-panel .holder {
    padding: 0 !important;
  }

  .top-panel .sec-nav {
    margin-right: 63px;
  }

  .social-networks {
    margin-left: 6px;
  }

  .social-networks li {
    margin: 0 12px 0 0;
  }

  .none-desktop,  .mobile-drop {
    display: block !important;
  }

  .header-holder .logo {
    margin-bottom: 46px;
  }

  #nav {
    display: none;
  }

  .main-gallery {
    padding-bottom: 116px;
  }

  .tab-content ul li {
    margin-bottom: 13px;
  }

  .tab-content ul .sep {
    margin: 0 9px;
  }

  #menu > li > a:hover {
    background: #2e72b1;
  }

  #menu .drop ul > li > a:hover {
    background: #2e72b1;
  }
}

@media all and (max-width: 978px) {
  #wrapper {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    min-width: 100%;
  }

  .nav-active #wrapper {
    margin: 0 0 0 -239px;
  }

  .mobile-button {
    display: block;
  }

  .main-nav > li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dedfe0;
    position: static;
  }

  .main-nav > li > ul .current-page > a {
    color: #fff;
    background: #234c74;
  }
}

@media all and (max-width: 766px) {
  .search-drop form,  .top-panel .holder,  .header-holder,  .main-holder,  .flexslider .text-slide,  .text-gallery,  .calendar-block .btn-holder,  .slideshow-holder .container,  .calendar-carousel,  .footer-holder {
    padding: 0 7px;
  }

  .btn {
    font-size: 13px;
    line-height: 15px;
    min-width: 88px;
    padding: 3px 9px;
  }

  #wrapper > .container {
    background-size: 100% auto;
    background-position: 0 42px;
  }

  #header {
    padding: 0;
  }

  #header > .sec-nav {
    float: none;
    display: table !important;
    width: 100%;
    letter-spacing: 2px;
  }

  #header > .sec-nav li {
    float: none;
    display: table-cell;
    text-align: center;
  }

  #header > .sec-nav a {
    padding: 10px 5px 12px;
    color: #fff;
  }

  #header > .sec-nav a:hover {
    color: #d4bc52;
  }

  .search-drop form input {
    font-size: 16px;
    letter-spacing: 3px;
    width: 70%;
  }

  .mobile-header {
    position: relative;
  }

  .mobile-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }

  .mobile-header.header-fixed:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 72px;
    height: 22px;
    margin-left: -36px;
    background: url(/assets/legacy/images/decor-04.png) no-repeat;
  }

  .header-block {
    position: relative;
    z-index: auto;
  }

  .top-panel .sec-nav {
    display: none !important;
  }

  .mobile-header.header-fixed {
    top: 40px;
  }

  .scroll-on .mobile-header.header-fixed {
    top: 0;
  }

  .top-panel .sec-nav {
    float: none;
    display: table;
    width: 100%;
    background: #234c74;
    border-bottom: 1px solid #4172a2;
    letter-spacing: 2px;
  }

  .top-panel .sec-nav li {
    float: none;
    display: table-cell;
    text-align: center;
  }

  .top-panel .sec-nav a {
    padding: 10px 5px 12px;
  }

  .social-networks {
    font-size: 23px;
    margin-left: 1px;
  }

  .social-networks li {
    margin-right: 7px;
  }

  .social-networks a {
    width: auto;
    padding: 7px 3px;
  }

  .social-networks a span {
    padding-top: 0;
  }

  .social-networks a span:after {
    display: none;
  }

  .social-networks a:hover span {
    box-shadow: none;
  }

  .mobile-button {
    position: absolute;
    top: auto;
    bottom: -1px;
    right: 0;
    border: none;
    width: 48px;
  }

  .mobile-button:after,  .mobile-button:before,  .mobile-button span {
    left: 11px;
    right: 11px;
  }

  .mobile-class .mobile-button:before,  .mobile-class .mobile-button:after {
    left: 13px;
    right: 12px;
  }

  .header-holder {
    padding-top: 47px !important;
  }

  .header-holder .logo {
    width: 70%;
    margin-bottom: 18px;
  }

  .header-holder .logo:after {
    margin-top: 13px;
    background: none;
  }

  .main-nav > li > ul ul {
    padding: 0 0 16px;
    position: static;
    background: #234c74;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .main-nav > li > ul ul li {
    border: none;
  }

  .main-nav > li > ul ul a {
    color: #fff;
    display: block;
    padding: 3px 33px;
  }
}


@media all and (max-width: 479px) {
  .header-holder .logo {
    width: 100%;
    margin-bottom: 18px;
    /* margin-top: 18px; */
  }
}




/*------------------------------------------------*/

/* Sidebar Nav */

/*------------------------------------------------*/

#sidebar {
  float: right;
  width: 25.75%;
  padding: 6px 0 0;
}

#sidebar .info-box {
  overflow: hidden;
  margin: 0;
  padding: 1em;
  background: whitesmoke;
  width: fit-content;

}

#sidebar .info-box p {
  margin: 0 0 2px;
  color: #2e72b1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
}

#sidebar .info-box p a {
  color: #2e72b1;
}

#sidebar .info-box h3 {
  margin: 0;
  color: #2e72b1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

#sidebar .social-networks {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin: 0;
}

#sidebar .social-networks li {
  float: left;
  margin: 0 8px 0 8px;
}

#sidebar .social-networks a {
  display: inline-block;
  vertical-align: middle;
  color: #2e72b1;
  font-size: 28px;
}

#sidebar .social-networks a.icon-mail {
  font-size: 32px;
}

#sidebar .social-networks a:hover {
  color: #2e72b1;
}

#sidebar .txt {
  overflow: hidden;
  line-height: 23px;
  padding: 0 0 10px;
}

#sidebar .txt a {
  color: #2e72b1;
}

#sidebar .txt p {
  margin: 0 0 12px;
}

#sidebar .btn-hold {
  text-align: left;
}

#sidebar .btn-hold a {
  color: #2e72b1;
  border-color: #d4be52;
  padding: 7px 11px;
}

#sidebar .btn-hold a:after {
  color: #2e72b1;
}

#sidebar .btn-hold a:hover {
  color: #fff;
  background: #2e72b1;
}

.widget {
  overflow: hidden;
  position: relative;
  padding: 23px 0 10px;
}

.widget:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #d4be52;
  top: 0;
  left: 0;
}

.widget ul {
  overflow: hidden;
  line-height: 27px;
  padding: 0;
}

.widget ul li {
  overflow: hidden;
  margin: 0 0 7px;
}

.widget ul a {
  display: inline-block;
  color: #2e72b1;
  text-decoration: none;
}

.widget ul a:hover {
  color: #635f5a;
  text-decoration: underline;
}

.widget ul span {
  display: block;
  margin: 0 0 0 17px;
}

.widget .heading {
  overflow: hidden;
  margin: 23px 0 18px;
}

.widget .heading h2 {
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  color: #f89562;
  letter-spacing: 2px;
  word-spacing: 1px;
}

.widget .heading i {
  display: inline-block;
  vertical-align: middle;
  color: #2e72b1;
  margin: 0 14px 0 0;
  font-size: 21px;
}

#sidebar .title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 7px;
}

#sidebar .widget .side-nav .current-page > a {
  color: #2e72b1;
}

#sidebar .widget .side-nav > li ul {
  margin-left: 15px;
}

#sidebar .widget .side-nav > li ul li {
  margin-bottom: 2px;
  line-height: 140%;
  font-size: 15px;
}

#sidebar .widget .side-nav > li ul ul {
  margin-top: 3px;
}



@media only screen and (max-width: 1023px) {
  #sidebar {
    width: 32.69%;
    padding: 9px 22px 0 0;
  }

  #sidebar .info-box {
    margin: 21px 0 42px;
    font-size: 15px;
    line-height: 17px;
    padding: 24px 15px 20px 22px;
  }

  #sidebar .info-box p {
    margin: 0 0 6px;
  }

  #sidebar .info-box h2 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar {
    clear: both;
    margin: 2em 0;
    width: 100%;
  }
}






/*------------------------------------------------*/

/* forms and input styles */

/*------------------------------------------------*/

input,textarea,select {
  font: 100% "Garamond Prmr W01 Roman", "Arial", "Helvetica", sans-serif;
  color: #000;
  vertical-align: middle;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,input[type="button"],input[type="reset"],input[type="file"],input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

input[type="text"],input[type="tel"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea {
  margin: 0;
  padding: 4px 7px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #999;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus {
  border-color: #4d4d4d;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type="checkbox"],input[type="radio"] {
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#enews-form div.ctct-form-embed div.ctct-form-defaults {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

#enews-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {
  color: #555;
}

#enews-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  background-color: #2e72b1;
  border: 1px solid #2e72b1;
}


/* Prayer Request form */

.ccm-form .ccm-form-element {
  clear: left;
  margin-top: 1em;
}

#content .ccm-form label {
  color: #635f5a;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  margin: 12px 0 4px;
}

#content .ccm-form label span {
  color: red;
}

.ccm-form .ccm-form-element input[type="text"], .ccm-form .ccm-form-element input[type="email"] {
  /* background-color: #f5f4f4; */
  /* border: none; */
  width: 100%;
  display: block;
  padding: 10px 15px;
  border: 1px solid #b0b6bb;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #394856;
  font-size: 16px;
  line-height: 1.5;
  margin-top: .25em;
}

.ccm-form .ccm-form-element textarea {
  background-color: #f5f4f4;
  border: none;
}

#content .ccm-form .radioPair {
  color: #635f5a;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1em;
  margin: 12px 0;
}

.ctct-custom-form input[type="tel"],.ctct-custom-form input[type="email"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #b0b6bb;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #394856;
  font-size: 16px;
  line-height: 1.5;
}

.radioPair > input {
  float: left;
}

.ccm-form .ccm-form-element input[type="radio"],.ccm-form .ccm-form-element input[type="checkbox"] {
  border: none;
  margin: 0;
  width: 30px;
}

.ccm-form .ccm-form-element select {
  width: auto;
}

.ccm-form .ccm-form-element h5 {
  margin-top: 1em;
}

.ccm-form .ccm-form-element h5 a {
  text-decoration: underline;
}

.ccm-form input[type="file"] {
  border: none;
}

#content .ccm-form button {
  background-color: #2e72b1;
  border: none;
  /* border-radius: 3px; */
  color: #fff;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  padding: .5em 1em;
  margin-top: 1em;
}

#google-prayer-form iframe .freebirdFormviewerViewFormContentWrapper {
  background-color: white;
}

#content .thank-you .cross {
  max-width: 80px;
  height: auto;
  margin: 0 auto;
  display: block;
}

#content .thankyou-headline {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.25em;
  border-bottom: 1px solid #d4be52;
  text-align: center;
  color: #d4be52;
}

#content .thank-you p {
  font-size: 16px;
  line-height: 22px;
  color: #555;
  font-weight: 400;
}




/* end prayer request form styles */




/*------------------------------------------------*/

/* Home Page */

/*------------------------------------------------*/

.home-page {
  margin: 0;
}

.home-page .btn {
  border: none;
}

.home-page .btn:hover {
  border: 1px solid #2e72b1;
}


.bg-frame>img {
  width: 100%;
}

.main-container {
  background: #fff;
}

.main-gallery{
  padding: 0;
  position: relative;
  background: #fff;
}

.main-gallery .decor {
  position: absolute;
  left: 73px;
  right: 73px;
  bottom: 29px;
  background: url(/assets/legacy/images/decor-02.png) repeat-x;
  height: 31px;
  z-index: 2;
}

.main-gallery .decor:after,.main-gallery .decor:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 16px;
  background: #fff;
}

.main-gallery .decor:after {
  top: 0 !important;
  height: 15px !important;
  left: auto !important;
  right: 0;
}

.carousel-box {
  width: 100%;
}

.carousel-box a {
  color: #fff;
}

.carousel-box a:hover {
  background-color: #fff;
  color: #2e72b1;
}

.carousel-item {
  height: 517px;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  position: relative;
}

.carousel-item .carousel-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(43, 115, 176, 0.7);
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  text-align: center;
}

.second-header-image .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.second-header-image .carousel-item h2 {
  color: #fff;
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.25em;
  margin-top: 0;
}

.second-header-image .carousel-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  background: rgba(43, 115, 176, 0.7);
  padding: 2em;
}

.carousel-item .carousel-text h2 {
  margin: 0 0 .5em 0;
  color: #fff;
  font-size: 2em;
  line-height: 1.25em;
  letter-spacing: 1px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
}


.carousel-item .carousel-text .carousel-title h2 {
  padding-left: 1em;
  padding-right: 1em;
}

.carousel-item .carousel-text .carousel-title h3 {
  color: #fff;
  margin-top: 0;
}

/* .carousel-item .carousel-text .carousel-button */
.carousel-item .carousel-text a {
  /* width: fit-content; */
  /* width: intrinsic;           Safari/WebKit uses a non-standard name */
  /* width: -moz-max-content;    Firefox/Gecko */
  /* width: -webkit-max-content; Chrome */
  /* width: -webkit-fit-content;
  width: -moz-fit-content; */
  width: auto;
  display: inline-block;
  border: 1px solid #fff;
  padding: .25em .75em;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
}

.carousel-item .carousel-text a:hover {
  background-color: #fff;
  color: #2e72b1;
}

.second-header-image a {
  width: auto;
  display: inline-block;
  padding: .5em 1.25em;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.second-header-image a:hover {
  background-color: #fff;
  color: #2e72b1;
}

.second-header-image .imnew-home-btn {
  margin-left: 2rem;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 3em;
}

.carousel-nav.prev {
  left: 0;
  margin-left: 12px;
  padding: 0;
}

.carousel-nav.next {
  right: 0;
  margin-right: 12px;
  padding: 0;
}

.upcoming-events {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar.date-item {
  width: 33%;
  padding: 2em;
  border-left: 1px solid #d9c767;
}

.calendar.date-display {
  width: 8em;
  background-color: #ffffff;
  color: #2e72b1;
  text-align: center;
  margin: 1em auto 1em auto;
  border-top: 2px solid #d9c767;
  border-bottom: 2px solid #d9c767;

}

.calendar.month {
  background-color: #ffffff;
  color: #2e72b1;
  padding: 8px;
  text-transform: uppercase;
}

.calendar.day-of-month {
  /* padding-top: .5em; */
  font-size: xx-large;
  /* border-top: 1px solid #d9c767; */
}

.calendar.weekday {
  padding-bottom: .75em;
  padding-top: .25em;
}

.calendar.day-events {
text-align: center;
}

.calendar-event .calendar-event-title h3 {
  margin-top: 2em;
  margin-bottom: 0;
  color: #2e72b1;
  text-transform: uppercase;
}

.calendar-event .calendar-event-subtitle {
  color: #2e72b1;
}

.calendar-event .calendar-time {
  margin-bottom: 0;
  /* font-variant: small-caps; */
}

.calendar-event .calendar-time p {
  margin-bottom: 0;
  margin-top: 1em;
}

.calendar-event .details h4 {
  margin-bottom: 0;
}

.calendar-event .calendar-where {
  margin-top: 1em;
}

.worship-schedule-details p {
  display: none;
}

.schedule-tabs .state {
  position: absolute;
  left: -10000px;
}
#sunday:focus ~ .tabs #sunday-tab,
#monday:focus ~ .tabs #monday-tab,
#tuesday:focus ~ .tabs #tuesday-tab,
#wednesday:focus ~ .tabs #wednesday-tab,
#thursday:focus ~ .tabs #thursday-tab,
#friday:focus ~ .tabs #friday-tab,
#saturday:focus ~ .tabs #saturday-tab {
  /* box-shadow: 0 0 3px 3px rgba(0,127,255,.5); */
}

.schedule-tabs .tab {
  display: inline-block;
  padding: .5em;
  vertical-align: top;
  /* background-color: #eee; */
  cursor: hand;
  cursor: pointer;
}
.schedule-tabs .tab:hover {
  background-color: #fff;
}
#sunday:checked ~ .tabs #sunday-tab,
#monday:checked ~ .tabs #monday-tab,
#tuesday:checked ~ .tabs #tuesday-tab,
#wednesday:checked ~ .tabs #wednesday-tab,
#thursday:checked ~ .tabs #thursday-tab,
#friday:checked ~ .tabs #friday-tab,
#saturday:checked ~ .tabs #saturday-tab {
  background-color: #fff;
  border-bottom: .3em solid #d9c767;
  cursor: default;
}

.schedule-tabs .panels {
  background-color: #fff;
  padding: .5em;
}
.schedule-tabs .panel {
  display: none;
}
#sunday:checked ~ .panels #sunday-panel,
#monday:checked ~ .panels #monday-panel,

#sunday:checked ~ .panels #sunday-schedule,
#monday:checked ~ .panels #monday-schedule,
#tuesday:checked ~ .panels #tuesday-schedule,
#wednesday:checked ~ .panels #wednesday-schedule,
#thursday:checked ~ .panels #thursday-schedule,
#friday:checked ~ .panels #friday-schedule,
#saturday:checked ~ .panels #saturday-schedule {
  display: block;
}

.worship-schedule>p {
  display: none;
}

.worship-schedule-block {
  margin-top: 1em;
  padding: 0 2rem;
}

.events-block {
  background: #fff;
  padding: 16px 0 0;
}

.events-block .tab-gallery .week-carousel-footer {
  margin-top: 1em;
}

.events-block.tab-gallery .decor2 {
  content: "";
  display: block;
  position: relative;
  top: -2.6em;
  height: 1px;
  background-color: #d9c767;
  margin: 0 5% 1em 5%;
}

.events-block .events-block-header {
  clear: both;
  display: block;
  text-transform: uppercase;
  color: #2e72b1;
  background-color: #fff;
  text-align: center;
  width: 220px;
  /* margin: 0 auto 2em auto; */
  /* new margin bottom for holy week */
  margin: 0 auto 1em auto;
  position: relative;
  z-index: 15;
  letter-spacing: 3px;
}

.events-block .events-block-header h2 {
  font-size: 1.25em;
  padding: 0 6px;
}

.events-block.tab-gallery li.active a:before,.events-block.tab-gallery .slide .day:before {
  display: none;
}

.events-block.tab-gallery li.active a:after,.events-block.tab-gallery .slide .day:after {
  background: #dc0320;
}

/* fixed height for events */
/* .events-block.tab-gallery .mask {
  height: 200px;
} */
.events-block.tab-gallery .week-carousel-footer {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 1em;
}
/* end */

/* remove additional whitespace in footer */
.events-block .tab-content {
  margin-bottom: 0px;
  margin-top: 3.5em;
}
/* end */


.events-block .worship-schedule-block .weekly-worship {
  text-align: center;
  /* margin-bottom: 5em; */
  /* margin: 0 1em 5em 1em; */
  /* max-width: 900px; */
  /* new width for holy week only */
  max-width: 980px;
  margin: 0 auto 5em auto;
}

.events-block .worship-schedule-block .weekly-worship b {
  font-weight: 600;
}

.events-block .worship-schedule-block .weekly-worship .ww-header {
  text-transform: uppercase;
  margin: 2em 0 .5em 0;
  /* margin: 0 0 2rem 0; */
  color: #2e72b1;
  font-size: 1.25em
}

.events-block .worship-schedule-block .weekly-worship .ww-header:first-of-type {
  margin-top: 1rem;
}

.events-block .worship-schedule-block .weekly-worship .christ-church {
  margin-bottom: 0;
}

.events-block .worship-schedule-block .weekly-worship .ww-time-service {
  margin: 0 0 1em 0;
}

.events-block .worship-schedule-block .weekly-worship .ww-time-service-nospace {
  margin-bottom: 0;
}

.events-block .worship-schedule-block .weekly-worship .holy-week-p {
  margin: 0;
}

.events-block .worship-schedule-block .weekly-worship .calendar-button-text {
  color: #2e72b1;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.events-block .worship-schedule-block .weekly-worship .good-friday {

}

.events-block .worship-schedule-block .weekly-worship .good-friday .holy-week-p {
  margin-bottom: .75rem;
}

.events-block .worship-schedule-block .weekly-worship .ww-time-service a {
  color: #2e72b1;
}

.events-block .worship-schedule-block .weekly-worship .ww-address {
  font-style: italic;
  margin-bottom: .5em;
}

.events-block .worship-schedule-block .weekly-worship h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #2e72b1;
}

.events-block .worship-schedule-block .weekly-worship .ww-subhead-h5 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  color: #2e72b1;
}

.events-block .worship-schedule-block .weekly-worship .ww-subhead {
  margin-top: 2em;
  /* margin-bottom: 1em; */
  text-transform: capitalize;
  line-height: 1.25em;
  /* margin-bottom style for xmas schedule only */
  margin-bottom: 0;
  margin-top: 1rem;
}

.events-block .worship-schedule-block .weekly-worship .summer-schedule .ww-header {
  margin-bottom: 0;
}

.summer-schedule .summer-dates {
  font-style: italic;
}



.week-carousel-footer .decor, .weekly-worship .decor {
  position: absolute;
  left: 0;
  right: 0;
  /* TODO: change to correct color */
  background: url(/assets/legacy/images/decor-02.png) repeat-x;
  height: 31px;
  z-index: 2;
  margin: 4em 0 1em 0;
}

.week-carousel-footer .decor:before,.week-carousel-footer .decor:after, .weekly-worship .decor:before, .weekly-worship .decor:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 16px;
  background: #fff;
}

.week-carousel-footer .decor:after, .weekly-worship .decor:after {
  top: 0 !important;
  height: 15px !important;
  left: auto !important;
  right: 0;
}

.events-block-header a {
  color: #2e72b1;
}

.home-calendar-button a {
  color: #fff;
  line-height: 26px;
}

.home-bulletin-button {
  margin-top: 2em;
}

.home-bulletin-button a {
  color: #fff;
  line-height: 26px;
}

.calendar-block {
  background: none;
  padding: 0 0 55px;
}

.calendar-block .btn {
  line-height: 26px;
  background-color: #2e72b1;
}

.calendar-block .btn-holder a {
  color: white;
}

.calendar-block .btn:hover {
  background: none;
  color: #234c74;
}

.calendar-block .btn-holder {
  text-align: center;
  padding-top: 0 !important;
}

.calendar-block .home-page-event-btn {
  background-color: #fff;
  border: 1px solid #d9c767;
  color: #232323;
  margin-top: 1em;

}

.calendar-block .upcoming-events-header {
  padding-top: 2em;
  width: 30%;
  color: #2e72b1;
  clear: both;
  display: block;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  text-align: center;
  margin: 40px auto 2em auto;
  position: relative;
  z-index: 15;
  letter-spacing: 3px;
}

.calendar-block .upcoming-events-header h2 {
  color: #2e72b1;
  font-size: 1.25em;
}

.calendar-block .decor2 {
  background-color: #d4be52;
  content: "";
  display: block;
  position: relative;
  top: -2.6em;
  height: 1px;
  margin: 0 5% 1em 5%;
}

.calendar-block .decor3 {
  background-color: #d4be52;
  content: "";
  display: block;
  position: relative;
  top: 3em;
  height: 1px;
  margin: 0 5% 2em 5%;
}

.calendar-block .decor {
  content: "";
  height: 1px;
  background-color: #000;
  margin: -10px 5% 25px 5%;
  z-index: -1;
}

.tabset {
  text-align: center;
  margin: 0 0 2em;
  font-size: 23px;
  line-height: 25px;
}

.tabset li {
  display: inline-block;
  vertical-align: top;
}

.tabset li.active a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 7px 0 0 -35px;
  width: 70px;
  height: 5px;
  background: #234c74;
  pointer-events: none;
}

.tabset li.active a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: " ";
  margin: 12px 0 0 -11px;
  width: 23px;
  height: 9px;
  background: url(/assets/legacy/images/decor-05.png) no-repeat;
}

.tabset .first-link {
  letter-spacing: 1px;
}

.tabset a {
  display: block;
  position: relative;
  color: #234c74;
  padding: 0 20px;
}

.tab-gallery {
  position: relative;
}

.tab-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.tab-gallery .slide {
  width: 100%;
  float: left;
}

.tab-gallery .slide.active {
  z-index: 1;
}

.tab-gallery .btn-prev,.tab-gallery .btn-next {
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 0;
  display: none;
  z-index: 5;
}

.tab-gallery .btn-prev:before,.tab-gallery .btn-next:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: -7px 0 0;
  left: 4px;
  border: solid transparent;
}

.tab-gallery .btn-prev:before {
  border-width: 7px 10px 7px 0;
  border-right-color: #86aed4;
}

.tab-gallery .btn-next {
  left: auto !important;
  right: 0;
}

.tab-gallery .btn-next:before {
  border-width: 7px 0 7px 10px;
  border-left-color: #86aed4;
}

/* .tab-content {
  text-align: center;
} */

.tab-content h5 {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1em;
  margin-top: 0;
}

/* .tab-content a {
  color: #fff;
}

.tab-content a:hover {
  color: #234c74;
} */

.addeventatc {
  visibility: hidden;
}

#content .addeventatc {
  z-index: 9;
  /* margin-top: 1em; */
}

@media all and (min-width: 767px) {

  .tab-gallery .slideset {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
  }

  .tab-gallery .slide {
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }

  .tab-gallery .slide.active {
    opacity: 1 !important;
  }
}

@media all and (min-width: 1024px) {
  .second-header-image .carousel-item {
    height: 800px;
  }
}

@media all and (max-width: 1419px) {

  .main-gallery .decor {
    left: 9px;
    right: 9px;
  }
  .calendar-block {
    padding: 57px 0 55px;
  }
}

@media all and (max-width: 768px) {
  .second-header-image .carousel-item {
    background-attachment: scroll;
  }
  .second-header-image .carousel-item h2 {
    font-size: 1.5rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media all and (max-width: 766px) {
  .carousel-nav.prev {
    margin-left: 0;
    font-size: 2em;
  }
  .carousel-nav.next {
    margin-right: 0;
    font-size: 2em;
  }
  .carousel-item .carousel-text h2 {
    font-size: 1.5rem;
  }
  .carousel-item .carousel-text .carousel-button {
    font-size: .75rem;
  }
  .main-gallery {
    padding-bottom: 16px;
  }

  .main-gallery .decor {
    display: none;
  }

  .tabset {
    /* display: none; */
    font-size: 1em;
    line-height: 1em;
  }

  .tab-content h5 {
    font-size: 1em;
  }

  .tab-gallery .slide .day {
    display: inline-block;
  }

  .tab-gallery .btn-prev,  .tab-gallery .btn-next {
    display: block;
  }

  .calendar-block {
    padding: 63px 0 43px;
  }

  .calendar-block .btn-holder {
    padding-top: 12px !important;
  }

  .events-block {
    padding: 0 0 40px 0;
  }

  .events-block.tab-gallery {
    margin-top: 1px;
  }

  /* .events-block.tab-gallery .events-block-header {
    padding-top: 30px;
  } */

  .btn-prev,  .btn-next {
    margin-top: 12px;
  }

  .upcoming-events {
    margin: 0;
    display: block;
  }

  .calendar.date-item {
    width: 100%;
    padding: 1em 0 0 0;
    border-left: none;
  }

  .calendar .date-item-border {
    border-top: 1px solid #d9c767;
    margin-left: 2em;
    margin-right: 2em;
    padding-top: 2em;
  }

  .calendar-event p {
    margin-left: 0;
  }

}

@media all and (max-width: 500px) {
  .calendar-block .upcoming-events-header {
    width: 50%;
  }
}

@-webkit-keyframes scaleUpFadeOut {
  from {

  }

  50% {
    -webkit-transform: scale(1.04);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(1.02);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleUpFadeOut {
  from {

  }

  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes scaleDownFadeIn {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.04);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes scaleDownFadeIn {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}




/*------------------------------------------------*/

/* Section Pages */
/* (Also called "landing-page") */

/*------------------------------------------------*/
.landing-page .twocolumns {
  overflow: hidden;
  max-width: 1132px;
  margin: 0 auto;
  padding: 49px 24px 20px;
}

.landing-page .twocolumns h1 {
  color: #6e2f57;
  margin: 0 0 22px;
}

.landing-page .twocolumns .hold {
  overflow: hidden;
  margin: 0 -27px;
}

.landing-page .twocolumns .column {
  width: 50%;
  float: left;
}

.landing-page .twocolumns .box {
  overflow: hidden;
  width: 100%;
  padding: 0 27px;
  text-align: left;
}

.landing-page .twocolumns h2 {
  color: #2e72b1;
  font-family: 'Crimson Text', serif;
  font-size: 2.5rem;
  line-height: 1rem;
  font-weight: 400;
  margin: 0 0 28px;
}

.landing-page .twocolumns ul {
  overflow: hidden;
  padding: 0 0 14px;
}

.landing-page .twocolumns ul li {
  overflow: hidden;
  padding: 0 0 18px 14px;
  position: relative;
}

.landing-page .twocolumns ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: #434343;
  width: 5px;
  height: 5px;
}

.landing-page .twocolumns ul a {
  color: #2e72b1;
}

.landing-page .twocolumns ul a:hover {
  opacity: .7;
}

.landing-page .title {
  overflow: hidden;
  border-bottom: 1px solid #d4be52;
  padding: 0 0 3px;
  margin: 0 0 1em;
}

.landing-page .block-text {
  overflow: hidden;
  max-width: 1156px;
  margin: 0 auto;
  padding: 38px 24px 30px 48px;
  font-size: 18px;
  line-height: 24px;
}

.landing-page .block-text .accordion li {
  overflow: hidden;
  padding: 9px 0 14px;
  border-top: 1px solid #d4be52;
}

.landing-page .block-text .accordion li:first-child {
  border-top: 0;
}

.landing-page .block-text .accordion li.active a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.landing-page .block-text .accordion a {
  color: #2e72b1;
}

.landing-page .block-text .accordion a.opener {
  color: #2e72b1;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  text-decoration: none;
}

.landing-page .block-text .accordion a.opener:after {
  position: absolute;
  content: "\e600";
  font-size: 18px;
  width: 18px;
  line-height: 1;
  left: 0;
  top: 7px;
  font-family: "icomoon";
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform .3s;
}

.landing-page .block-text .accordion a:hover {
  text-decoration: none;
}

.landing-page .block-text .text {
  overflow: hidden;
  padding: 27px 10% 21px 30px;
}

.landing-page .block-text .text p {
  margin: 0;
}

.landing-page .bg-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  /* background-position: 50% 0 !important; */
}

.landing-page .image-block {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  /*572px*/
}

.landing-page .image-block.block {
  height: 500px;
  /*493px*/
}

.landing-page .section-text {
  background: #2e72b1;
  padding: 2em 12% 3em;
  color: #fff;
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;

}

.landing-page .section-text p {
  margin: 0 0 30px;
}

.landing-page .section-text h2 {
  line-height: 38px;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 1px;
}

.landing-page .section-text h3 {
  font-weight: 400;
  margin-top: 0;
}

.landing-page .btn-hold {
  width: 100%;
  text-align: center;
}

.landing-page .btn-hold a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 4px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.landing-page .btn-hold a:hover {
  text-decoration: none;
  background: #fff;
  color: #2e72b1;
}

.quote {
  font-family: 'Crimson Text', serif;
  padding-left: 4em;
  padding-right: 4em;
  letter-spacing: .2px;
  margin-bottom: 0;

}

.quote blockquote {
  margin-bottom: .5em;
}

.quote blockquote p {
  margin-bottom: 0;
}

.quote > p {
  font-style: italic;
  text-align: right;
  margin-right: 40px;
}

.quote p:empty:nth-last-child(-n+3) {
  height: 0;
}

.quote blockquote p:last-child {
  text-align: right;
}

.rich-text p:empty:nth-last-child(-n+2) {
  height: 0;
}



.faq-div {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 300px;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}

.faq-div .faq-box {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.faq-div .faq-box h3 {
  margin-bottom: .5rem;
}

.faq-answer p:empty:nth-last-child(-n+3) {
  height: 0;
}

.tab .tab-content .faq-ul-list {
  list-style-type: disc;
}

#content #faq-welcome-inclusion {
  margin-top: 0;
}

.intro-block {
  max-width: 1124px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1em;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #fff;
  text-align: center;
}

.section-highlight {
  background-color: whitesmoke;
  padding: 1em;
  margin-bottom: 2em;
}

#content .section-highlight .box-text {
  margin: 0;
}

#content .section-highlight .box-text .event-time {
  margin-bottom: .5em;
  border-bottom: 1px solid #2e72b1;
  padding-bottom: .25em;
}

#content .section-highlight .box-text h2 {
  font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    color: #d4be52;
    margin: .5em 0 0 0;
}

#content .section-highlight .box-text h3 {
  line-height: 1.25em;
  font-size: 1.5em;
  margin: 0;
  border-bottom: none;
  font-family: 'Crimson Text', serif;
  text-transform: capitalize;
  font-style: italic;
  color: #d4be52;
}


#content .section-highlight .box-text .event-info {
  font-weight: 400;
}

#content .section-highlight .box-text .btn {
  margin: 1em 0;
  letter-spacing: 1px;
  padding: .5em .75em;
}

.Grow #content .intro-text h1 {
  font-size: 2.5em;
}

.Grow #content .intro-text h3 {
  font-size: 1.2em;
  padding-top: .5em;
}

/* .Grow #content .intro-text p {
  font-weight: 300;
} */

/* .Grow #content .text-info h1 + p, .Grow #content .text-info h2 + p {
  font-weight: 600;
} */


@media (max-width: 1023px) {
  .landing-page .faq-section {
    /* border-top: 1px solid #2e72b1; */
    margin-left: 1em;
    margin-right: 1em;
  }

  .landing-page .bg-frame {
    background-attachment: scroll !important;
    height: 100%;
    padding: 0 !important;
    position: relative;
    left: auto;
    top: auto;
  }

  .landing-page .bg-frame img {
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
  }

  .landing-page .image-block {
    height: 280px;
  }

  .landing-page .image-block.block {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .intro-block {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .landing-page .quote {
    padding-left: .5em;
    padding-right: .5em;
  }
  .quote > p {
    margin-right: 0;
  }
  .landing-page .quote blockquote {
    margin: 0;
  }
  .landing-page .section-text {
    font-size: 1.5rem;

  }
}

@media (max-width: 480px) {
  #content .section-highlight .box-text h2 {
    font-size: 1em;
  }
  #content .section-highlight .box-text .event-time, #content .section-highlight .box-text .event-info {
    font-size: 16px;
  }
}




/*------------------------------------------------*/

/* Calendar Page */

/*------------------------------------------------*/

.newsletter {
  overflow: hidden;
  background-color: whitesmoke;
  padding: 0;
  margin: 0 auto 2em auto;
  position: relative;
}

.text-info + .newsletter {
  margin-top: 2em;
}

.newsletter .calendar-thumb {
  overflow: hidden;
  margin-right: 2em;
  float: left;
  max-width: 180px;
  width: 30%;
}

#content .newsletter .calendar-link {
  width: 70%;
}

#content .newsletter .calendar-link a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 2em;
}

#content .newsletter .calendar-link h2 {
  font-family: 'Crimson Text', serif;
  text-transform: capitalize;
  font-style: italic;
  color: #2e72b1;
  font-size: 2em;
  margin: 0;
}


@media (max-width: 480px) {
  .newsletter {
    padding: 1em;
  }

  .newsletter .calendar-thumb {
    display: none;
  }

  #content .newsletter .calendar-link {
    width: 100%;
  }

  #content .newsletter .calendar-link h2 {
    font-size: 1.25em;
  }

  #content .newsletter .calendar-link a {
    position: relative;
    text-align: center;
    top: auto;
    transform: none;
    margin-right: 0;
  }
}

.event-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 1em;
}

.event-image {
  margin-bottom: 1em;
}

#content .event-title {
  margin-bottom: 0;
  font-size: 1.25em;
  margin-top: 0;
}

.event-date-col {
  border-top: 2px solid #e9d985;
  font-family: 'Lato', sans-serif;
  text-align: center;
  padding-top: 1em;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

.event-date-col .month {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: .5em;
  color: #2e72b1;
}

.event-date-col .number {
  font-size: 2.5em;
  margin-bottom: .25em;
  color: #2e72b1;
}

.event-date-col .day {
  color: #2e72b1;
}

.event-col-space {
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
}

.event-text-col {
  border-top: 2px solid #e9d985;
  padding-top: 1em;
  padding-left: 0;
  -ms-flex: 0 0 79%;
  flex: 0 0 79%;
  max-width: 79%;
  margin-bottom: 1em;
}

.event-header {
  margin-bottom: 1em;
}

.event-header p {
  margin: 0;
}

/* #content .event-description {
  margin-bottom: ;
} */

#content .event-description h6 {
  font-weight: 700;
  margin-top: 1em;
  color: #232323;
}

.event-description p {
  margin-bottom: .5em;
}

@media all and (max-width: 530px) {
  .event-date-col {
    border-top: none;
    padding-left: 0;
  }
}


.responsive-iframe-container {
  position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-iframe-container .view-cap, .responsive-iframe-container .view-container-border {
  background-color: pink; !important
}

#resources_calendar_widget {

}

.calendar-widget {

}

#content #resources_calendar_widget .rc-resources_grid {
  overflow: auto;
}



#content #resources_calendar_widget .rc-resources_grid .rc-table_striped tbody .rc-primary_col {
  background: #fff;
  /* border-bottom-color: #EDE5B9; */
  border-right: 1px solid #938f8e;
  border-bottom-color: #938f8e;
}

#content #resources_calendar_widget .rc-resources_grid .rc-table_striped tbody tr:nth-child(odd) .rc-primary_col {
  background: #FAF8ED;
  border-right: 1px solid #938f8e;
  border-bottom-color: #938f8e;
}

#content #resources_calendar_widget .rc-resources_grid .rc-table_striped tbody .rc-primary_col:hover {
  background: #EDE5B9;
}

#content #resources_calendar_widget .rc-resources_grid .rc-table_striped tbody tr:nth-child(odd) .rc-primary_col:hover {
  background: #EDE5B9;
}

#content #resources_calendar_widget a {
  color: #2e72b1;
  text-decoration: underline;
}

#content #resources_calendar_widget a:visited {
  color: #993366;
}

#content #resources_calendar_widget table td {
  border-bottom-color: #938f8e;
}

#content #resources_calendar_widget .rc-resources_grid thead th {
  text-shadow: none;
  color: #555;
  background: white;
}

#content #resources_calendar_widget .rc-resources_grid thead th.rc-time_col {
  border-left: none;
  background: white;
}

#content #resources_calendar_widget .rc-resources_grid thead {
  border-right: none;
  border-left: none;
}

#content #resources_calendar_widget .rc-resources_grid thead th.rc-primary_col {
  background: white;
}

#content #resources_calendar_widget .rc-resources_grid tbody tr td:first-child {
  border-left: none;
}

#content #resources_calendar_widget .rc-resources_grid tbody tr td:last-child {
  border-right: none;
}

#content .enews-link a {
  color: #2e72b1;
  text-decoration: underline;
}

/* #resources_calendar_widget #global_header .rc-navi li.rc-btn_wrap .rc-btn:focus-visible {
  outline-color: red;
} */

/* @media all and (max-width: 400px) {
  #content #resources_calendar_widget .rc-resources_grid .rc-table_striped {
    display: block;
  }
} */




/*------------------------------------------------*/

/* Event Styling */

/*------------------------------------------------*/


#content .sub-events {
  margin-top: 3em;
  padding-bottom: 6em;
}

#content .sub-event {
  border-top: 1px solid #2e72b1;
  padding-top: 1em;
  margin-bottom: 2em;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
}

#content .sub-event .event-image {
  margin-right: 2em;
  margin-top: 1em;
  overflow: hidden;
  -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}

#content .sub-event .event-image img {
  width: 100%;
  display: block;
}

#content .sub-event .event-image .event-image-credit {
  font-size: .75em;
  line-height: 1em;
  font-style: italic;
  margin-top: 0.5em;
}

#content .sub-event .event-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#content .sub-event .clear:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

#content .sub-event h2 {
  color: #2e72b1;
  margin-bottom: 0;
}

#content .sub-event h3 {
  border: none;
  font-family: 'Crimson Text', serif;
  text-transform: capitalize;
  font-style: normal;
  font-weight: normal;
  color: #2e72b1;
  font-size: 1.5em;
  margin-top: .5em;
  margin-bottom: 0;
  line-height: 1.25em;
}


#content .sub-event .event-info h2 + .event-subtitle, #content .sub-event .event-info h3 + .event-subtitle {
  margin-top: 0;
  font-style: italic;
}

#content .sub-event .event-date {
  color: #555;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}

#content .sub-event .intro-text p {
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  /* margin: 0; */
}

#content .guest-speaker h3 {
  border: none;
}

#content .sub-event .location .label {
  margin: 0;
  text-transform: uppercase;
  color: #2e72b1;
  font-weight: 600;
  font-size: 1em;
}

#content .sub-event .led-by p {
  margin: 0;
  text-transform: uppercase;
  color: #2e72b1;
  font-weight: 600;
  font-size: 1em;
}

#content .sub-event .led-by h5 {
  font-weight: normal;
  color: #555;
  text-transform: capitalize;
  margin: 0;
}

#content .sub-event .title {
  font-style: italic;
}

/* @media (min-width: 1200px) {
  #content .sub-event {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #content .sub-event .event-image {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
  }

  #content .sub-event .event-info {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
  }
} */

/* @media (max-width: 1200px) {
  #content .sub-event {
    display: block;
  }

  #content .sub-event .event-image {
    flex: none;
    margin: 0;
  }

  #content .sub-event .event-info {
    flex: none;
  }
} */

/* fix an issue where rich text p's get auto-zero height */
#content .rich-text p:empty {
  height: 1em;
}

#content .rich-text p:empty:first-of-type {
  height: 0;
}

/* fix an issue where the first header in a rich text gets wrapped in a p that gets turned into an empty p */
#content .rich-text h2 + p:empty, #content .rich-text h3 + p:empty, #content .rich-text h4 + p:empty, #content .rich-text h5 + p:empty, #content .rich-text h6 + p:empty {
  height: 0;
  margin: 0;
}

#content .subevent-group-headline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: 0 0 0.25em 0;
}




@media (max-width: 767px) {
  #content .sub-event {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #content .sub-event .event-image {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    margin-right: 1em;
  }

  #content .sub-event .event-info {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
  }
}

@media (max-width: 480px) {
  #content .sub-event {
    display: block;
  }

  #content .sub-event .event-image {
    flex: none;
    margin: 0;
    overflow: visible;
  }

  #content .sub-event .event-info {
    flex: none;
  }
}






/*------------------------------------------------*/

/* E-News */

/*------------------------------------------------*/

.bg-frame>img {
  width: 100%;
}

#content .enews-categories {
  padding-bottom: 0;
}

/* #content .enews-connect {
  margin-top: 0;
} */

#content .enews-categories a {
  color: #2e72b1;
  text-decoration: underline;
}

#content .enews-categories .home-calendar-button, #content .enews-categories .home-bulletin-button {
  text-align: center;
}

#content .enews-categories .home-bulletin-button {
  margin-top: 0;
  margin-bottom: 4rem;
}

#content .enews-categories .home-calendar-button a, #content .enews-categories .home-bulletin-button a {
  color: #fff;
  text-decoration: none;
}

#content .enews-categories .home-calendar-button a:hover, #content .enews-categories .home-bulletin-button a:hover, #content .enews-categories .home-calendar-button a:focus, #content .enews-categories .home-bulletin-button a:focus {
  color: #2e72b1;
}

#content .enews-categories .home-calendar-button a {
  margin-top: 1rem;
}

#content .enews-categories .enews-intro-text {
  clear: both;
  padding: 1em;
}

#content .enews-worship .enews-intro-text {
  text-align: center;
}

#content .enews-worship .enews-intro-text h4 {
  border-bottom: none;
}

#content .enews-worship .enews-intro-text h5 {
  text-transform: capitalize;
  color: #555;
}

#content .enews-worship .enews-intro-text p {
  margin: 0;
}

#content .enews-connect .enews-intro-text h2 {
  text-align: center;
}

#content .enews-categories .sub-event {
  background-color: whitesmoke;
  padding: 1em;
  margin: 0;
  border-top: 5px solid white;
  clear: both;
}

#content .enews-prayers .sub-event {
  display: block;
  border: none;
}

#content .enews-prayers .sub-event .event-image {
  flex: none;
  margin-bottom: 1em;
}

#content .enews-prayers .sub-event .intro-text {
  font-style: italic;
}

#content .enews-categories .sub-event .event-image {
  margin-top: 0;
  margin-bottom: .7em;
}

#content .enews-categories .sub-event h2 {
  margin-top: 0;
}

/* styles to make the weekly news H3 look like H2 */
#content .enews-categories .sub-event h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2e72b1;
  margin: 0 0 .25em 0;
}

/* styles to make the weekly news H4 look like H3 */
#content .enews-categories .sub-event h4 {
  border: none;
    font-family: 'Crimson Text', serif;
    text-transform: capitalize;
    font-style: normal;
    font-weight: normal;
    /* color: #555; */
    font-size: 1.5em;
    margin-top: .5em;
    margin-bottom: 0;
}

#content .enews-categories .sub-event h4 + p {
  margin-top: 0
}

#content .enews-categories .sub-event .event-date {
  color: #555;
  margin-bottom: .5em;
}

#content .enews-categories .sub-event h3 + h4 {
  margin-top: 0;
}

#content .sub-event .event-info .event-subtitle + .text-info {
  margin-top: .5em;
}

#content .enews-category-label {
  background-color: #2e72b1;
  font-family: 'Crimson Text', serif;
  font-size: 2em;
  color: #fff;
  font-style: italic;
  padding: .5em 0 .5em 0;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  float: left;
  width: 100%;
  border-bottom: 5px solid #d4be52;
}

#content .enews-social {
  background-color: #2e72b1;
  text-align: center;
  padding: 2em;
  border-top: 5px solid #d4be52;
}

#content .enews-social h4, #content .enews-social h2, #content .enews-social h3 {
  color: white;
  text-align: center;
  margin-bottom: 2em;
}

#content .enews-social ul {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  float: none;
  text-align: center;
}

#content .enews-social ul li {
  float: left;
  margin-left: .75em;
  margin-right: .75em;
}

#content .enews-social ul li a {
  color: white;
}

#content .enews-social ul li a .hidden-url {
  display: none;
}

#content .enews-social ul li:before {
  content: none;
}

#content .enews-social ul li a span {
  width: 2em;
  height: 2em;
  border: 1px solid white;
  border-radius: 50%;
  padding-top: .4em;
  font-size: 1.5em;
}

.nested-event {
  margin-bottom: 1em;
  border-top: 1px solid #555;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: .5em;
}

#content .enews-categories .sub-event .nested-event h4 {
  font-family: 'Open Sans', sans-serif;
  color: #2e72b1;
  font-weight: 600;
  font-size: 1.25em;
}

#content .enews-categories .sub-event .nested-event h5 {
  font-family: 'Crimson Text', serif;
  text-transform: capitalize;
  font-style: italic;
  margin-top: 0;
  font-size: 1.4em;
}


#content .sub-event .event-info .nested-event .event-date {
  color: #555;
  line-height: 1.25em;
}

/* .addeventatc {
  z-index: 9;
} */

@media all and (max-width: 767px) {
  #content .enews-social h4 {
    margin-bottom: 1em;
  }
  #content .enews-social ul li a span {
    width: 1.5em;
    height: 1.5em;
    padding: .25em 0 0 0;
    font-size: 1em;
  }
}



/*------------------------------------------------*/

/* CSI Page */

/*------------------------------------------------*/

#content .csi-header {
  margin-top: 1em;
}

#content .csi-sub-events {
  margin-top: 2em;
}

.csi-profiles {
  margin-bottom: 1em;
}

#content .csi-img {
  float: left;
  margin-right: 2em;
  margin-top: 2em;
}

#content .csi-img .staff-img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 300px;
  height: 300px;
}

#content .csi-caption {
  font-size: 10px;
  color: gray;
}






/*------------------------------------------------*/

/* Clergy and Staff */

/*------------------------------------------------*/

.bg-frame>img {
  width: 100%;
}

.profile {
  border-top: 1px solid #2e72b1;
  padding-top: 1em;
  margin-bottom: 2em;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.profile .clear:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.profile .profile-img {
  margin-right: 2em;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.staff-img {
  width: 100%;
  max-width: 300px;
}

.staff-info-header {
  margin-bottom: 1em;
}

.profile .staff-profile-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#content .staff-info-header .staff-name {
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}


#content .profile-div .profile p {
  margin-bottom: 0;
}

#content .profile-div .profile .staff-bio p {
  margin-bottom: 1em;
}

#content .profile-div .profile h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 4px 0;
  margin: 0;
  border-bottom: none;
}

#content .profile-div .profile .staff-email {
  color: #2e72b1;
  display: block;
  padding-top: .5em;
  padding-bottom: 0;
  text-decoration: underline;
  /* border-bottom: 1px solid #2e72b1; */
}

#content .profile-div .profile .phone-number {

}

#content .profile-div .profile .staff-title {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 19px;
  color: #2e72b1;
}

#content .profile-div .profile .staff-email .fa-envelope {
  color: #2e72b1;
  font-size: 1.25em;
  margin-right: .5em;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 600px) {
  .profile {
    display: block;
    margin-bottom: 0;
  }
  .profile .profile-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
  }
  .profile .profile-img .staff-img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #clergystaff-section #content {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #clergystaff-section #content {
    width: 100%;
  }

  .clergyandstaff .profile-div {
    width: 100%;
  }
}





/*------------------------------------------------*/

/* Photo Gallery Page */

/*------------------------------------------------*/

#instafeed {
  /* display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center; */
}
#instafeed .insta-pic {
  /* flex-basis: auto;
  -ms-flex-preferred-size: auto; */
  margin: .75%;
  float: left;
}
#instafeed a {
  /* flex-basis: auto;
  -ms-flex-preferred-size: auto; */
  margin: .75%;
  float: left;
}
.insta-pic a .featured-image {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 270px;
  height: 270px;
}

#instafeed a img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 270px;
  height: 270px;
}

.instagram-more {
  width: 270px;
  height: 270px;
  margin: .75%;
  float: left;
  background-color: #2e72b1;
  position: relative;
}

.instagram-more a {
  display: block;
  padding: 1em;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.instagram-more a p {
  margin: 0;
  text-align: center;
  font-size: 2em;
}

#content .instagram-more a h4 {
  margin-top: .5em;
  text-align: center;
  color: #fff;
}



/* .insta-pic {
  width: 265px;
}

.insta-pic.compat-object-fit {
  background-size: cover;
  background-position: center center;
} */
/*hide image if object fit is not supported - opacity to 0 for the link area*/
/* .insta-pic.compat-object-fit.post__featured-image {
   opacity: 0;
}

.insta-pic .featured-image {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 265px;
  height: 265px;
} */

@media (max-width: 588px) {
  .insta-pic {
    width: 100%;
  }
  .insta-pic a .featured-image {
    width: 100%;
    height: auto;
  }
  .instagram-more {
    width: 100%;

  }

}






/*------------------------------------------------*/

/* Tours */

/*------------------------------------------------*/

.bg-frame>img {
  width: 100%;
}

#main #content .tour-button {
  margin-bottom: 2em;
  margin-top: 1em;
  padding: 1em .75em;
}

#main #content .tour-button a {
  color: #fff;
}

#main #content .tour-button a:hover {
  color: #2e72b1;
}

/* #main #content .tour-button a {
  color: #fff;
} */

.tour-button-div {
  display: flex;
  justify-content: center;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#content .tour-video-embed h3, #content .tour-video-embed-bottom h3 {
  text-transform: capitalize;
}

#content .tour-video-embed h3 {
  margin-bottom: .75rem;
}

.tour-video-embed-bottom {
  margin-top: 3rem;
  margin-bottom: -0.5rem;
}

.video-embed-2 {
  margin-top: 2em;
}

.video-embed-2:first-of-type {
  margin-top: 0;
}

#content .video-embed-2 h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  margin-bottom: .5em;
  font-weight: bold;
}

#content .video-embed-2 h4 {
  margin-bottom: 1em;
}

.video-embed-2 .video {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
  margin-bottom: 3em;
}

.video iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/*------------------------------------------------*/

/* Blog */

/*------------------------------------------------*/

.bg-frame>img {
  width: 100%;
}

#blog-post-section #content {
  max-width: 1000px;
}

.blog-button {
  padding: 1em .75em;
}

#content .blog-button a {
  color: #d4be52;
}

/* .blog-button a {
  color: #fff;
} */

/* .blog-button a:visited {
  color: #2e72b1;
} */

.blog-post {
  clear: left;
  margin: 8px 0 0;
  padding: 16px 0 6px 30px;
}

.blog-posts .blog-post {
  border-top-width: 1px;
  border-top-color: #d4be52;
  border-top-style: solid;
  margin-left: 20px;
  padding-left: 10px;
}

.blog-post:first-child {
  border-top: none;
  margin-top: 0;
}

.blog-page #page-name h1 a {
  color: #fff;
  text-decoration: none;
}

.blog-page #main-content {
  padding-top: 0;
}

#content .blog-post h1,.blog-page #content .blog-posts h1 {
  background: url("//assets/legacy/css/images/blog-icon.png") left 4px no-repeat;
  border: none;
  color: #2e72b1;
  font-family: 'Crimson Text', serif;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 -3px;
  padding: 0 0 4px 44px;
}

#content .blog-post h1 a,.blog-page #content h1 a {
  color: #2e72b1;
  text-decoration: none;
}

#content .blog-post-meta,#content .blog-post p.blog-post-meta {
  color: #635f5a;
  font-size: 16px;
  margin: 0;
  padding: 0 0 12px 44px;
}

#content .box-text .blog-title h1 {
  font-size: 2.5em;
}

#content .box-text .blog-author {
  font-style: italic;
  font-size: 1.25em;
  margin-top: .5em;
  color: #2e72b1;
  line-height: 1.5em;
}

.blog-post-listing {
  border-bottom: 1px solid #d4be52;
  padding-bottom: 1em;
}

#content .box-text .blog-date {
  margin-top: 0;
}

#content .blog-post-header {
  border-bottom: 1px solid #d4be52;
  padding-bottom: .75em;
  margin-bottom: 1.5em;
}

.blog-breadcrumb .fa-angle-left {
  color: #2e72b1;
  margin-right: .5em;
}

#content .blog-content {
  margin-bottom: 3em;
}

#content .blog-content img {
  margin: 2em auto;
  display: block;
}

#content .blog-content iframe {
  margin: 2em auto;
  display: block;
}

#content .blog-post ul {
  padding-left: 44px;
}

.blog-more-button:before {
  content: "+ ";
}

.blog-more-button {
  font-size: 16px;
  text-transform: capitalize;
}





/*------------------------------------------------*/

/* Sermons */

/*------------------------------------------------*/

.bg-frame>img {
  width: 100%;
}

.sermons-podcast {
  max-width: 100%;
  margin-bottom: 2em;
}

.sermon-video-section .video-embed-2 {
  margin-top: 1em;
}

#content .sermon-video-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  margin-bottom: .5em;
  font-weight: bold;
}

.video-embed-2 .sermon-video {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 25px; */
  height: 0;
  margin-bottom: .5em;
}

.sermon-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sermon-video-section {
  margin-bottom: 3em;
}

.sermon-video-section .video-embed-2 .sermon-video p {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#content .text-info .view-download {
  margin-bottom: 0;
}

.message {
  padding-bottom: 1em;
  border-bottom: 1px solid #2e72b1;
  font-weight: bold;
  color: #2e72b1;
  margin-bottom: 2em;
}

.message a {
  text-decoration: underline;
}




/*------------------------------------------------*/

/* Worship Schedule Page */

/*------------------------------------------------*/
#content .worship-schedule-events {
  padding-bottom: 6em;
}

#content .worship-schedule-events h3 {
  font-family: 'Open Sans', sans-serif;
    font-size: 1.75em;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

#content .worship-schedule-events h4 {
  /* margin-top: 2em; */
  color: #555;
  text-transform: capitalize;
  margin: .5em 0 1em 0;
  border-bottom: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}

#content .worship-schedule-events h5 {
  font-size: 1.5em;
  border-bottom: none;
  font-family: 'Crimson Text', serif;
  text-transform: capitalize;
  margin-bottom: 0;
}

#content .worship-schedule-events .special-worship-services {
  margin-bottom: 2rem;
}

#content .worship-schedule-events .special-worship-services h2, #content .worship-schedule-events h2 {
  font-family: 'Crimson Text', serif;
  font-size: 2.5rem;
    line-height: 2.75rem;
    text-transform: capitalize;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #2e72b1;
    /* padding-top: 1em; */
    padding-bottom: 1rem;
}

#content .worship-schedule-events .special-worship-services h2 {
  margin-top: 4rem;
  /* remove below styles after holy week */
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}


#content .worship-schedule-events .special-worship-services > h2:first-of-type {
  margin-top: 0rem;
}

/* #content .worship-schedule-events .special-worship-services > h2 {
  margin-top: 0rem;
} */

#content .worship-schedule-events .h2-with-no-rule {
  border-bottom: none;
  margin-bottom: 1rem;
  /* margin-top: 4rem; */
}

/* #content .worship-schedule-events .h2-with-no-rule:first-of-type {
  margin-top: 0;
} */

#content .worship-schedule-events .special-worship-services h3 {
  font-family: 'Open Sans', sans-serif;
    /* font-size: 1.75rem; */
    line-height: 2.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #2e72b1;
    /* margin: 2rem 0 0 0; */
    /* revert below styles after holy week */
    font-size: 1.5rem;
    border-bottom: 1px solid #2e72b1;
    padding-bottom: 1rem;
    margin: 0 0 1rem 0;
}

/* #content .worship-schedule-events .special-worship-services h3 + p {
  color: #2e72b1;
} */

#content .worship-schedule-events .special-worship-services h4 {
  color: #555;
  text-transform: capitalize;
  margin: .5em 0 1em 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0;
}

#content .worship-schedule-events .nested-event .intro-text p {
  color: #555;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

#content .worship-schedule-events .nested-event .event-date {
  color: #555;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}

#content .worship-schedule-events .addeventatc {
  margin-bottom: 1em;
}


#content .worship-schedule-events .worship-schedule-event-block {
  border-top: 1px solid #2e72b1;
  padding-top: 1em;
  margin-bottom: 2em;
}











/*------------------------------------------------*/

/* Donate */

/*------------------------------------------------*/

.Donate #content h3 {
  border-bottom: none;
  text-transform: capitalize;
  font-size: 1.25em;
}








/*------------------------------------------------*/

/* Annual Meeting Page */

/*------------------------------------------------*/

#content .Annual-Meeting .event-subtitle {
  font-family: 'Crimson Text', serif;
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  font-size: 2em;
  margin-top: 0;
  line-height: 1.5em;
  margin-bottom: 1em;
}





/*------------------------------------------------*/

/* Audio Tour Page */

/*------------------------------------------------*/

#content .audio-tour-text .audio-tour-link {
  margin-bottom: 0;
}

.audio-tour-link span img, .live-stream-pdf span img {
  width: 1.25em;
  margin-left: .5em;
}

.audio-tour-text .help-text {
  font-style: italic;
}






/*------------------------------------------------*/

/* Desktop Wallpaper Page */

/*------------------------------------------------*/

#content .month-div h2 {
  margin-bottom: .5em;
}

#content .text-info .month-div a:hover img {
  border: 2px solid #d4be52;
  /* position: relative; */
  opacity: 60%;
}

#content .month {
  position: relative;
}

#content .month span {
  font-weight: bold;
}

.month-div {
  margin-top: 3em;
}

.download-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.download-btn a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: solid 2px #fff;
}

.helpful-links {
  margin-top: 3em;
}

#content .helpful-links h4 {
  border-bottom: none;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 1.5em;
    color: #555;
}

#content .disclaimer p {
  font-style: italic;
  margin-top: 3em;
}




/*------------------------------------------------*/

/* Live Video Streaming Page */

/*------------------------------------------------*/

.live-stream-div {

}

.live-stream-div .video-embed-2 {
  margin-top: 3em;
}

.live-stream-div .video-embed-2:first-of-type {
  margin-top: 0;
}

.live-stream-div .video-embed-2 .video {
  margin-bottom: 1em;
}




/*------------------------------------------------*/

/* Clinch Fund Page */

/*------------------------------------------------*/

#main #content .blue-button a {
  text-decoration: none;
  letter-spacing: 2px;
}

.clinch-fund-info {
  /* display: flex; */
}

.cornelia-photo {
  /* margin-left: 2rem; */
}

.cornelia-photo img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  /* margin-right: 2rem; */
  min-width: 180px;
  max-width: 350px;
  margin: 2rem auto 1rem auto;
  display: block;
}

.cornelia-caption {
  font-style: italic;
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 600;
}




/*------------------------------------------------*/

/* I'm New Page */

/*------------------------------------------------*/

.im-new-page .section-visual .hold {
  z-index: 2;
  height: inherit;
  display: flex;
  align-items: center;
}

.im-new-page .section-visual .hold h1 {
  font-size: clamp(4.5rem, 3vw, 6rem);
  line-height: 4.5rem;
}

.im-new-page .section-visual .hold h1 span {
  font-style: italic;
  font-size: clamp(10rem, 3vw, 12rem);
}

.imnew-faq {
  margin-top: 2rem;
}

.accord-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  max-width: 1400px;
  width: inherit;
}
.accordion-row {
  display: flex;
  margin: 1rem 0 3rem 0rem;
}
.accordion-row .accordion-col {
  flex: 1;
}
/* .accordion-row .accordion-col:last-child {
  margin-left: 1em;
} */

/* Accordion styles */
.tabs {
  overflow: hidden;
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}
.tab {
  /* width: 100%; */
  width: inherit;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  /* background: #fff; */
  color: #555;
  cursor: pointer;
  border-top: 1.5px solid #555;
  font-weight: 700;
  /* font-family: "garamond-premier-pro", serif; */
  /* text-transform: capitalize; */
  /* font-size: 1rem; */
}
.tab:last-child {
  border-bottom: 1.5px solid #555;
}
.tab-label:hover {
  background: #2e72b1;
  color: #fff;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  height: 0;
  padding: 0 1em;
  color: #555;
  transition: all 0.35s;
}
/* .accordion-row .tab-content ul {
  list-style: none;
  margin-left: 0;
}
.tab-content ul li {
  display: block;
  margin-bottom: 4px;
  position: relative;
  cursor: pointer;
}
.accordion-row .tab .tab-content ul li:last-of-type {
  margin-bottom: 1rem;
}
.tab-content ul li a {
  font-weight: 700;
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  font-size: .85rem;
  line-height: 1.5rem;
}
.tab-content ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #7C6B30;
  color: #7C6B30;
} */
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}
.accord-input:checked + .tab-label {
  background: #2e72b1;
  color: #fff;
}
.accord-input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.accord-input:checked ~ .tab-content {
  max-height: 100vh;
  height: auto;
  padding: 1em;
}
.accord-link::after {
  content: "❯";
  width: .85em;
  height: .85em;
  text-align: center;
}

.im-new-page .text-block {
  background: none;
}

/* .call-out {
  position: relative;
  height: 300px;
  width: 100%;
  padding: 2rem;
  background-color: rgba(46, 115, 177, 0.8);
  color: #fff;
  margin: 2rem 0rem;
}

.call-out::after {
  background-image: url(/assets/images/ImNew_HeaderBackground.jpg);
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
} */

#content .block-link h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.block-link p a {
  color: #fff;
  text-decoration: underline;
}

.im-new-page .block-link a {
  text-decoration: underline;
  /* color: #2E72B0; */
  color: #fff;
}

.im-new-page .block-link a:hover,
.im-new-page .block-link a:focus {
  color: #d4be52;
}

.im-new-page .block-link .tour-button {
  border: 1px solid white;
  background: transparent;
  padding: 1rem;
}

.im-new-page .block-link .tour-button:hover {
  border-color: #d4be52;
}

.im-new-page .block-link .tour-button a {
  text-decoration: none;
}

.flex-block-call-out {
  display: flex;
  margin: 3rem auto;
  align-items: center;
}

.flex-block-call-out .tour-button-div {
  justify-content: left;
}

.flex-block-left {
  flex: 45%;
  position: relative;
}

.flex-block-right {
  flex: 55%;
  padding-left: 2rem;
}

.im-new-page .imnew-blockimg-links {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: .75%;
  padding: 1rem;
}

.im-new-page .imnew-blockimg-links .block-link {
  flex-wrap: wrap;
  padding: 12%;
  aspect-ratio: auto;
  height: 100%;
  align-items: flex-start;
  display: flex;
  color: #fff;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 82, 145, 0.8);
  position: relative;
}

.block-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-link-enews::after {
  background-image: url(/assets/images/ImNew_Enews.jpg);
}

.block-link-worship::after {
  background-image: url(/assets/images/ImNew_Worship.jpg);
  background-position: 50%;
}

.block-link-realm::after {
  background-image: url(/assets/images/ImNew_Realm.jpg);
}

.im-new-page .imnew-blockimg-links .block-link h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.im-new-page .faq-contact {
  padding: 1rem;
  text-align: center;
  background-color: #2E72B1;
  color: #ffffff;
}

.im-new-page #content .faq-contact h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.im-new-page #content .faq-contact a {
  color: #fff;
}

.im-new-page #content .faq-contact a:hover {
  color: #d4be52;
}

.im-new-page #content .faq-contact .faq-email {
  margin-bottom: 0;
}

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

.im-new-page .sidebar-mobile {
  display: none;
}

@media screen and (max-width: 820px) {
  .im-new-page .imnew-blockimg-links {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .im-new-page .section-visual .hold h1 {
    font-size: clamp(3rem, 3vw, 5rem);
    line-height: 3.25rem;
  }
  .im-new-page .section-visual .hold h1 span {
    font-size: clamp(6rem, 3vw, 8rem);
  }
  .im-new-page .sidebar-desktop {
    display: none;
  }

  .im-new-page .sidebar-mobile {
    display: block;
  }
  .im-new-page .sidebar-mobile #sidebar {
    float: none;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .im-new-page .section-visual .hold h1 span {
    font-size: clamp(4.5rem, 3vw, 6rem);
  }
  .im-new-page .section-visual .hold h1 {
    line-height: 2.5rem;
    font-size: clamp(2rem, 3vw, 4rem);
  }
  .im-new-page #content h2 {
    font-size: 2rem;
  }
}


/*------------------------------------------------*/

/*	Moon as Sacred Mirror Page
/*------------------------------------------------*/

.moon-page #content .box-text {
  margin-bottom: 0;
}

.moon-page #content .event-date-main {
  margin-bottom: 2rem;
  text-align: center;
  color: #25215a;
}

.moon-page #content .sub-event .event-date {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: revert;
}

.moon-page .moon-copyright-language {
  border: 1px solid lightgray;
  padding: 1.5rem;
}

.moon-page .moon-copyright-language p {
  font-style: italic;
  margin: 0;
}


/*------------------------------------------------*/

/*	Stewart Fund Page
/*------------------------------------------------*/
.stewart-fund-page .section-visual > img {
  bottom: 0;
}

.stewart-fund-page .faq-contact {
  padding: 2rem 4rem;
  text-align: center;
  background-color: #2E72B1;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.stewart-fund-page #content .faq-contact h3 {
  color: #fff;
}

.stewart-fund-page #main #content .donate-to-the-fund .tour-button {
  margin-bottom: 1rem;
}

.stewart-fund-page #main #content .faq-contact .tour-button {
  border: 1px solid white;
  background: transparent;
  padding: 1rem;
  margin-bottom: 1rem
}

.stewart-fund-page #main #content .faq-contact .tour-button-div {
  width: 100%;
}

.stewart-fund-page #main #content .faq-contact .tour-button a {
  text-decoration: none;
}

.stewart-fund-page #main #content .faq-contact .tour-button a:hover, .stewart-fund-page #main #content .faq-contact .tour-button a:focus {
  color: #d4be52;
}

.stewart-fund-page #main #content .faq-contact .tour-button:hover, .stewart-fund-page #main #content .faq-contact .tour-button:focus {
  border-color: #d4be52;
}

.designate-fund {
  text-align: center;
  max-width: 450px;
  margin: 0 auto 2rem auto;
}

.stewart-fund-photo {
  margin: 1rem 0 2rem 0;
}

.stewart-fund-photo img {
  margin-bottom: .5rem;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .stewart-fund-page .faq-contact {
    padding: 2rem;
  }

}




/*------------------------------------------------*/

/*	Footer
/*------------------------------------------------*/

#footer {
  margin: 0px auto;
  background: #555;
}

.footer-holder {
  position: relative;
  padding-top: 52px !important;
  padding-bottom: 123px !important;
  overflow: hidden;
  max-width: 1298px;
}

.footer-holder .address-block {
  float: right;
  width: 629px;
  padding: 2px 0 0 43px;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 1px;
  margin: 0 0 0 52px;
}

/* .footer-holder .address-block:before {
  content: "";
  position: absolute;
  top: 52px;
  bottom: 123px;
  width: 1px;
  background: #9c9fa1;
  margin: 0 0 0 -43px;
} */

.footer-holder .footer-message {
  clear: both;
  display: block;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 1.25em;
  color: #fff;
  background-color: #555;
  text-align: center;
  /* width: 460px; */
  width: 100%
  margin: 0 auto;
  position: relative;
  /* top: 4em; */
  z-index: 15;
  letter-spacing: 3px;
  padding: .75em 0;
  margin: 2em 0 1em 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}


/* .footer-holder .decor2 {
  content: "";
  display: block;
  position: relative;
  top: 4.4em;
  height: 1px;
  background-color: #FFF;
  margin: 0 5% 0 5%;
} */

/* .footer-holder .decor {
  position: absolute;
  bottom: 40px;
  left: 33px;
  right: 33px;
  height: 31px;
  background: url(/assets/legacy/images/decor-03.png) repeat-x;
}

.footer-holder .decor:before,.footer-holder .decor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 16px;
  background: #5a5f62;
}

.footer-holder .decor:after {
  width: 13px;
  height: 15px;
  top: 16px;
  left: auto !important;
  right: 0;
} */

.footer-holder a {
  color: #fff;
}

.footer-holder a:hover {
  color: #d4be52;
}

.footer-holder .contacts {
  overflow: hidden;
  margin: 0 -5px 15px 5px;
  color: #c1a471;
}

.footer-holder .contacts dt {
  float: left;
  clear: left;
  width: 116px;
  padding: 4px 10px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.footer-holder .contacts .contacts-div {
  overflow: hidden;
  margin: 1em 0 1em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.footer-holder .contacts address {
  font-style: normal;
}

.footer-holder .footer-links {
  overflow: hidden;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 -10px -10px -1px;
}

.footer-holder .footer-links li {
  float: left;
  margin: 0 7px 10px;
  text-align: center;
}

.footer-holder .footer-links .phone {
  display: none;
}

.footer-holder .footer-links a {
  display: block;
  min-width: 154px;
  text-align: center;
  background: #555;
  border: 1px solid #fff;
  -webkit-transition: color .2s linear, background .2s linear;
  transition: color .2s linear, background .2s linear;
  padding: 5px 5px 6px;
}

.footer-holder .footer-links a:hover {
  background: #fff;
  color: #2e72b1;
}

.footer-holder .map {
  overflow: hidden;
  height: 311px;
  position: relative;
}

.footer-holder .map > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8b9093;
  opacity: .6;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  visibility: visible;
}

.footer-holder .map > div:hover:before {
  opacity: 0;
  visibility: hidden;
}

.footer-holder .map iframe {
  width: 100%;
  display: block;
}

.footer-holder .map img {
  max-width: none;
  width: 100%;
}

.footer-holder .map .marker {
  position: absolute;
  font-size: 38px;
  top: 41%;
  left: 44.7%;
  color: #234c74;
}

.footer-holder .map .marker:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 20px;
  height: 15px;
  background: #adb2b5;
  z-index: 0;
}

.footer-holder .map .marker:before {
  z-index: 2;
  position: relative;
}

#contentful-mark {
  float: left;
  width: 10%;
}

.sub-footer .doublebond {
  float: left;
  width: 15%;
  margin-right: 2em;
  border-right: 1px solid white;
  padding-right: 2em;
  padding-top: 6px;
}



@media all and (max-width: 1419px) {
  .footer-holder {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .footer-holder .decor {
    left: 17px;
    right: 22px;
  }

  .footer-holder .decor:after {
    width: 14px;
    height: 16px;
    top: 0;
  }

  .footer-holder .address-block {
    width: 557px;
    padding-left: 26px;
    margin-left: 37px;
  }

  .footer-holder .address-block:before {
    margin-left: -26px;
  }
}



@media all and (max-width: 1023px) {
  /* .footer-holder .footer-message {
    width: 80%;
  } */
  /* .footer-holder .decor {
    left: 9px;
    right: 8px;
  } */

  .footer-holder .address-block {
    padding: 0 0 0 22px;
    margin-left: 22px;
    width: 355px;
    font-size: 18px;
    line-height: 29px;
  }

  .footer-holder .address-block:before {
    margin-left: -22px;
  }

  .footer-holder .logo {
    /* width: 329px; */
    margin-bottom: 25px;
  }

  .footer-holder .contacts {
    margin-bottom: 3px;
  }

  .footer-holder .contacts dt {
    width: 84px;
    padding-top: 6px;
  }

  .footer-holder .contacts dd {
    letter-spacing: 3px;
  }

  .footer-holder .footer-links li {
    min-width: 154px;
  }

  .footer-holder .footer-links a {
    min-width: 0;
  }

}


@media all and (min-width: 979px) {
  .footer-holder .contacts .phone {
    cursor: default;
    pointer-events: none;
  }
}


@media all and (max-width: 766px) {

  .footer-holder .address-block {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
  }

  .footer-holder .address-block:before {
    display: none;
  }

  .footer-holder .footer-links li {
    min-width: 0;
    width: 50%;
    margin: .5em 0;
    padding: 0 5px 9px;
    letter-spacing: 2px;
    float: left;
  }

  .footer-holder .footer-links .phone {
    display: block;
  }
  .sub-footer .doublebond {
    width: 20%;
  }
  #contentful-mark {
    width: 13%;
  }
}

@media all and (max-width: 600px) {
  .sub-footer .doublebond {
    width: 35%;
  }
  #contentful-mark {
    width: 25%;
  }
}
