<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url("https://fonts.googleapis.com/css?family=Lora|Open+Sans|Cormorant+SC:wght@300;400&amp;display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&amp;family=PT+Serif&amp;display=swap");
body {
  overflow-x: hidden;
  font-family: "PT Sans", sans-serif;
  color: #666;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}

.header {
  height: 145px;
  background-image: url(../img/header.jpg);
  background-repeat: repeat;
  color: #ffffff;
  position: relative;
}
.header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  height: 94px;
}
.header.fixed .left,
.header.fixed .right {
  display: none;
}
.header.fixed .logo {
  width: 150px;
  height: 150px;
  left: 50%;
  margin-left: -75px;
  bottom: auto;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  z-index: 999999;
}
.header h3 {
  font-size: 23px;
}

.header h4 {
  font-size: 17px;
}

.header-simple {
  position: relative;
  padding: 20px 0;
}

.header-container {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#header-left,
#header-right {
  font-family: "PT Serif", serif;
  font-weight: 300;
  padding: 0 90px;
}

.head-left,
.head-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.head-left h2,
.head-right h1 {
  font-size: 35px;
  opacity: 0.79;
}

.head-left {
}

.header-simple .logo {
  width: 130px;
  height: 130px;
  left: 50%;
  margin-left: -75px;
  bottom: auto;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  z-index: 999999;
}

@media (max-width: 900px) {
  .header {
    height: auto;
    padding-bottom: 20px;
  }
}
.header .left {
  padding-left: 2%;
}
@media (max-width: 900px) {
  .header .left {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .header .left h3 {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .header .left h4 {
    font-size: 14px;
  }
}
.header .right {
  padding-right: 2%;
  padding-top: 2.5%;
}
@media (max-width: 900px) {
  .header .right {
    display: none;
  }
}
.header .right .btn {
  padding: 10px 20px;
  background: #d09420;
  color: #ffffff;
  display: inline-block;
  float: right;
  border-radius: 0px !important;
  font-size: 1.5rem;
  margin: 0 5px;
}
.header .right .btn.larger {
  font-size: 22px;
  padding: 18px 22px;
}
.header .right .btn:hover {
  padding: 10px 20px;
  background: #ba841d;
  color: #ffffff;
  display: inline-block;
  float: right;
  border-radius: 0px !important;
}
.header .right .btn:hover.larger {
  font-size: 22px;
  padding: 18px 22px;
}
.header-simple .logo {
  width: 130px;
  height: 130px;
  background-image: url(../img/logo.png);
  left: 50%;
  margin-left: -75px;
  top: 20px;
  position: absolute;
  display: block;
  z-index: 99;
}

#top-header {
  background: #ddd;
  font-family: "PT Serif", serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  padding: 7px 10px;
}

#top-header span,
#top-header a {
  color: #8a0606;
}

@media screen and (max-width: 900px) {
  .header .logo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: static;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

nav.main {
  border-bottom: solid 1px #850b0c;
  transition-delay: 0s;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition-duration: 0.4;
}
nav.main.fixed {
  position: fixed;
  width: 100%;
  z-index: 90;
  left: 0;
  top: 94px;
  background: #ffffff;
}
nav.main #burger {
  display: none;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #850b0c;
  font-size: 18px;
}
@media (max-width: 900px) {
  nav.main #burger {
    display: block;
  }
}
nav.main #burger:hover {
  text-decoration: none;
  background: #850b0c;
  color: #ffffff;
}
nav.main ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 43%;
  text-align: right;
}
@media (max-width: 900px) {
  nav.main ul {
    width: 100%;
    float: none !important;
    text-align: center;
    display: none;
  }
}
nav.main ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 900px) {
  nav.main ul li {
    width: 100%;
    display: block;
  }
}
nav.main ul li a {
  color: #850b0c;
  font-size: 18px;
  padding: 10px 20px;
  display: block;
}
nav.main ul li a:hover {
  text-decoration: none;
  background: #850b0c;
  color: #ffffff;
}
nav.main ul li ul {
  position: absolute;
  width: 185px;
  background: rgba(255, 255, 255, 0.9);
  left: 0px;
  top: 47px;
  text-align: left;
  display: none;
  z-index: 99999999;
}
@media (max-width: 900px) {
  nav.main ul li ul {
    position: static;
    width: 100%;
    text-align: center;
    display: none;
  }
}
nav.main ul li ul li {
  display: block;
  font-size: 14px;
}
@media (max-width: 900px) {
  nav.main ul li ul li {
    background: #ccc;
  }
}
nav.main ul li ul li a {
  padding: 5px 10px;
}
nav.main ul li:hover ul {
  display: block;
}
@media (max-width: 900px) {
  nav.main ul li:hover ul {
    display: none;
  }
}
nav.main ul li.has_children:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  left: 2px;
  top: 12px;
  color: #850b0c;
}
@media (max-width: 900px) {
  nav.main ul li.has_children:before {
    display: none;
  }
}
nav.main ul.right {
  float: right;
  text-align: left;
}
@media (max-width: 900px) {
  nav.main ul.right {
    float: none;
    text-align: center;
  }
}
nav.main:after {
  clear: both;
  content: " ";
  display: block;
}

.feature-image {
  height: 80vh;

  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 900px) {
  .feature-image {
    height: 40vh;
  }
}

.white-panel {
  padding: 50px 0;
}
.white-panel .btn {
  padding: 10px 20px;
  background: #1e1e1e;
  color: #ffffff;
  display: inline-block;
  float: none;
  border-radius: 0px !important;
  font-size: 1.5rem;
}
.white-panel .btn.larger {
  font-size: 22px;
  padding: 18px 22px;
}
.white-panel .btn:hover {
  padding: 10px 20px;
  background: #ba841d;
  color: #ffffff;
  display: inline-block;
  float: none;
  border-radius: 0px !important;
}
.white-panel .btn:hover.larger {
  font-size: 22px;
  padding: 18px 22px;
}

.align-left {
  display: inline-block;
  margin: 0 20px 10px 0;
  float: left;
}
@media (max-width: 900px) {
  .align-left {
    display: block;
    margin: 10px auto;
    float: none;
  }
}

.new-news-pg.text-panel h2 {
  color: #fff;
  font-size: 32px;
  border-bottom: none;
  margin: 0 0 30px 0;
  position: absolute;
  padding: 15px;
  line-height: 1;
  background: #1e1e1e;
  display: inline-block;
  bottom: -13px;
  left: -17px;
  box-shadow: 2px 10px 5px rgb(0 0 0 / 40%);
}

.new-news-pg.text-panel h2:after {
  display: none;
}

.text-panel h2.right {
  float: right;
}
@media (max-width: 900px) {
  .text-panel h2.right {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.text-panel h2:after {
  width: 21px;
  height: 33px;
  position: absolute;
  bottom: -16px;
  content: " ";
  background-color: #fff;
  background-image: url(../img/cross.png);
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -10.5px;
}

.text-panel .btn {
  margin: 20px auto;
  display: inline-block;
  clear: both;
}

.text-panel p {
  line-height: 1.5;
  font-size: 14px;
}

.diary .panel-heading {
  padding: 10px;
  text-align: center;
  background-color: #1e1e1e;
  color: #ffffff;
  position: relative;
  border-radius: 0px;
  font-size: 20px;
  font-family: "PT Serif", serif;
}
.diary .panel-heading:before {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  left: 10px;
  top: 8px;
}
.diary .panel-heading:after {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  right: 10px;
  top: 8px;
}

.diary .panel-body {
  padding: 20px;
  background-color: #eaeaea;
  color: #850b0c;
  max-height: 548px;
  overflow: scroll;
}
.diary .panel-body .simcal-day-label {
  border-bottom: solid 1px #850b0c !important;
}
.diary .panel-body .simcal-day-label &gt; span {
  background: #850b0c !important;
}

.diary .event-list {
  border-bottom: solid 1px #850b0c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .diary .event-list {
    text-align: center;
  }
}
.diary .event-list span.date {
  background: #850b0c;
  width: 100%;
  display: block;
  padding: 10px;
  color: #d09420;
  text-align: center;
}
@media (max-width: 900px) {
  .diary .event-list span.date {
    width: 27%;
    margin: 0 auto;
  }
}
.diary .event-list span.date cite {
  font-size: 42px;
  display: block;
  font-style: normal;
  line-height: 1;
}
.diary .event-list span.date em {
  font-size: 15px;
  font-style: normal;
  display: block;
}
.diary .event-list h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}
.diary .event-list p {
  font-size: 16px;
  font-style: italic;
}
.diary .event-list p strong {
  font-style: normal;
}
.diary .event-list:after {
  width: 21px;
  height: 33px;
  background-image: url(../img/cross.png);
  position: absolute;
  left: 50%;
  margin-left: -10.5px;
  bottom: -16px;
  content: " ";
  background-color: #d09420;
}

.feature-banner {
  height: 45vh;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  /* Removed as it dulls nicaea2025 banner
  background-color: #aaa;
  background-blend-mode: multiply;
  */
}
.feature-banner .btn {
  padding: 10px 20px;
  background: #ffffff;
  color: #850b0c;
  display: inline-block;
  float: none;
  border-radius: 0px !important;
  font-size: 1.5rem;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.4);
}
.feature-banner .btn.larger {
  font-size: 22px;
  padding: 18px 22px;
}
.feature-banner .btn:hover {
  padding: 10px 20px;
  background: #6d090a;
  color: #ffffff;
  display: inline-block;
  float: none;
  border-radius: 0px !important;
}
.feature-banner .btn:hover.larger {
  font-size: 22px;
  padding: 18px 22px;
}

.latest h2,
.readings h2 {
  color: #850b0c;
  font-size: 19px;
  border-bottom: solid 1px #850b0c;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 0 50px 10px;
}

.youtube-vid-holder a {
  display: block;
  height: 30vh;
  background-position: center;
  background-size: cover;
  position: relative;
}

.youtube-vid-holder a span {
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
}

.youtube-vid-holder a:hover {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
}

#youtube-videos .text-center {
  margin-bottom: 30px;
}

#youtube-videos .btn {
  margin: 44px 0 0 0;
  display: inline-block;
  background: #850b0c;
  border-radius: 0;
  padding: 14px 23px;
  color: #fff;
  font-size: 17px;
}

@media (max-width: 900px) {
  .col-md-3.youtube-vid-holder {
    margin-bottom: 30px;
  }
  .news-list {
    margin-bottom: 20px;
  }
}

.news-list figure {
  margin: 0;
  height: 30vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.news-list figure .overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.news-list figure:hover .overlay {
  display: block;
}

.news-list .meta {
  background: #d09420;
  font-size: 26px;
  color: #850b0c;
  padding: 10px 20px;
  position: relative;
}
.news-list .meta .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  background: #850b0c;
  text-align: center;
  line-height: 100%;
  padding-top: 18px;
}
.news-list .meta .more:hover {
  background: #560708;
}

.list-events {
  padding-top: 20px;
}

.readings {
  color: #850b0c;
}
.readings h3 {
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
}
.readings p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
.readings .col-md-6 {
  padding-top: 20px;
  padding-bottom: 30px;
}

#footer {
  background: #0a0a0a;
  color: #ffffff;
  padding: 50px 0;
}
@media (max-width: 900px) {
  #footer {
    text-align: center;
  }
}
#footer .follow a {
  font-size: 22px;
  display: inline-block;
  margin-right: 5px;
}
#footer .follow a:hover {
  opacity: 0.8;
  color: #ffffff;
}
@media (max-width: 900px) {
  #footer .col-md-3 {
    margin-bottom: 20px;
  }
}
#footer h4 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 25px;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  list-style: none;
  opacity: 0.8;
}
#footer ul li:hover {
  opacity: 1;
}
#footer ul li a {
  padding: 0 0 4px 0;
  display: block;
}
#footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .form-holder {
  content: " ";
  clear: both;
  display: block;
  height: 1px;
}
#footer .form-holder input[type="text"] {
  background: rgba(255, 255, 255, 0.19);
  height: 44px;
  text-indent: 15px;
  color: #ffffff;
  font-style: italic;
  border: none;
  width: 80%;
  float: left;
}
#footer .form-holder input[type="text"]:active,
#footer .form-holder input[type="text"]:focus {
  background: rgba(255, 255, 255, 0.1);
}
#footer .form-holder input[type="submit"] {
  padding: 10px 20px;
  background: #d09420;
  color: #ffffff;
  display: inline-block;
  float: none;
  border-radius: 0px !important;
  font-size: 1.5rem;
  height: 44px;
  line-height: 1;
  float: left;
  width: 20%;
}
#footer .form-holder input[type="submit"].larger {
  font-size: 22px;
  padding: 18px 22px;
}
#footer .form-holder input[type="submit"]:hover {
  background: #be871d;
}

#subfooter {
  background: #393939;
  color: #ffffff;
  padding: 15px 0;
}
@media (max-width: 900px) {
  #subfooter {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #subfooter .col-md-6.text-right {
    text-align: center;
  }
}
#subfooter a {
  text-decoration: none;
  color: #ffffff;
}
#subfooter a:hover {
  text-decoration: underline;
}

/* PAGE TEMPLATE */
.breadcrumbs {
  background: #f0f0f0;
  padding: 15px 0;
  font-size: 16px;
}
.breadcrumbs .crumbs {
  padding-top: 5px;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  color: #850b0c;
  position: relative;
}
.breadcrumbs ul li:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #d09420;
  display: inline-block;
  margin: 0 4px;
}
.breadcrumbs ul li.item-current {
  color: #666;
}
.breadcrumbs ul li.item-current:after {
  display: none;
}
.breadcrumbs .sharebox {
  background: #cdcdcd;
  padding: 4px 10px;
  width: auto;
  display: inline-block;
}
.breadcrumbs .sharebox a {
  font-size: 18px;
  color: #850b0c;
}
.breadcrumbs .sharebox a:hover {
  color: #000;
}
.breadcrumbs .sharebox cite,
.breadcrumbs .sharebox span {
  float: left;
  font-size: 16px;
}
.breadcrumbs .sharebox cite {
  display: inline-block;
  font-style: normal;
  margin-right: 10px;
}
.breadcrumbs .sharebox:after {
  content: " ";
  clear: both;
}

.page-meta h1 {
  color: #850b0c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 32px;
  border-bottom: dotted 1px #850b0c;
}

.page-meta a {
  color: #850b0c;
  text-decoration: underline;
}
.page-meta a:hover {
  color: #000;
  text-decoration: none;
}

.the-content {
  padding: 40px 0;
}
.the-content p {
  font-size: 16px;
  line-height: 1.5;
}
.the-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.the-content a {
  color: #850b0c;
  text-decoration: underline;
}
.the-content a:hover {
  color: #000;
  text-decoration: none;
}
.the-content .panel-heading {
  padding: 10px;
  text-align: center;
  background-color: #850b0c;
  color: #ffffff;
  position: relative;
  border-radius: 0px;
  font-size: 20px;
  font-family: "PT Serif", serif;
}
.the-content .panel-heading:before {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  left: 10px;
  top: 8px;
}
.the-content .panel-heading:after {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  right: 10px;
  top: 8px;
}
.the-content .panel-body {
  padding: 20px;
  background-color: #d09420;
  color: #000000;
}

aside.page .panel-heading {
  padding: 10px;
  text-align: center;
  background-color: #850b0c;
  color: #ffffff;
  position: relative;
  border-radius: 0px;
  font-size: 20px;
  font-family: "PT Serif", serif;
}
aside.page .panel-heading:before {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  left: 10px;
  top: 8px;
}
aside.page .panel-heading:after {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  right: 10px;
  top: 8px;
}

aside.page .panel-body {
  padding: 20px;
  background-color: #eee;
  color: #000000;
  box-shadow: none;
}
aside.page .panel-body ul {
  padding: 0;
  margin: 0;
}
aside.page .panel-body ul li {
  list-style: none;
  color: #850b0c;
  padding: 5px 0;
}

aside.page .banner img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
aside.page .banner img:hover {
  opacity: 0.8;
}

.page-offset {
  padding-right: 40px;
}

.faq-layout .faq-item {
  margin-bottom: 20px;
}
.faq-layout .faq-item .btn {
  padding: 10px 20px;
  background: #d09420;
  color: #000;
  display: inline-block;
  float: none;
  border-radius: 0px !important;
  font-size: 1.5rem;
  margin: 0 auto;
  display: inline-block;
  width: auto;
}
.faq-layout .faq-item .btn.larger {
  font-size: 22px;
  padding: 18px 22px;
}
.faq-layout .faq-item .btn:hover {
  padding: 10px 20px;
  background: #a8781a;
  color: #000;
  display: inline-block;
  float: none;
  border-radius: 0px !important;
}
.faq-layout .faq-item .btn:hover.larger {
  font-size: 22px;
  padding: 18px 22px;
}
.faq-layout .faq-item .heading {
  padding: 10px;
  text-align: center;
  background-color: #ccc;
  color: #000;
  position: relative;
  border-radius: 0px;
  font-size: 20px;
  font-family: "PT Serif", serif;
  cursor: pointer;
}
.faq-layout .faq-item .heading:before {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  left: 10px;
  top: 8px;
}
.faq-layout .faq-item .heading:after {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  right: 10px;
  top: 8px;
}
.faq-layout .faq-item .heading:hover {
  padding: 10px;
  text-align: center;
  background-color: #850b0c;
  color: #ffffff;
  position: relative;
  border-radius: 0px;
  font-size: 20px;
  font-family: "PT Serif", serif;
}
.faq-layout .faq-item .heading:hover:before {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  left: 10px;
  top: 8px;
}
.faq-layout .faq-item .heading:hover:after {
  width: 21px;
  height: 33px;
  background-image: url(../img/crosswhite.png);
  content: " ";
  position: absolute;
  right: 10px;
  top: 8px;
}
.faq-layout .faq-item .body {
  padding: 20px;
  background-color: #eee;
  color: #666;
  display: none;
}

#saints-map {
  width: 100%;
  height: 80vh;
  background: #eee;
}

.saint-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 10%;
  display: none;
  z-index: 9999999;
}
.saint-modal .box {
  background: #fff;
  padding: 30px;
  width: 50%;
  margin: 0 auto;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.2);
  max-height: 60vh;
  overflow: auto;
  position: relative;
}
.saint-modal .box .st-im {
  display: block;
  margin: 20px auto;
}
.saint-modal .box .close-modal {
  background: #850b0c;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px;
  font-size: 20px;
  z-index: 9999999;
  display: block;
}

.clergy-page {
  padding: 50px 0;
}

.clergy-item {
  cursor: pointer;
}
.clergy-item.off {
  opacity: 0.5;
}
.clergy-item.on .clergy-img h2 {
  background: #d09420;
}
.clergy-item .clergy-img {
  position: relative;
  width: 100%;
}
.clergy-item .clergy-img img {
  max-width: 100%;
  height: auto;
}
.clergy-item .clergy-img h2 {
  position: absolute;
  background: #850b0c;
  color: #ffffff;
  padding: 10px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.clergy-item .clergy-img .cover {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.clergy-item .clergy-img .cover a {
  display: inline-block;
  padding: 10px 14px;
  border: solid 1px #ffffff;
  font-size: 14px;
  width: 90px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.clergy-item .clergy-img .cover a:hover {
  background: #ffffff;
  color: #000;
}
.clergy-item .clergy-img:hover .cover {
  display: block;
}

.padd-top {
  padding-top: 50px;
}

.clergy-bios h2 {
  color: #850b0c;
  font-size: 19px;
  border-bottom: solid 1px #850b0c;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
.clergy-bios h2:after {
  width: 21px;
  height: 33px;
  position: absolute;
  bottom: -16px;
  content: " ";
  background-color: #fff;
  background-image: url(../img/cross.png);
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -10.5px;
}

.clergy-bios p {
  font-size: 16px;
  line-height: 1.5;
}

.clergy-bios .bio {
  padding: 20px;
  background: #fafafa;
  border: solid 1px #eaeaea;
  display: none;
}

.directions {
  padding: 50px 0;
}

.direction-box {
  background: #eaeaea;
  padding: 20px;
  text-align: center;
}
.direction-box .icon {
  font-size: 55px;
  color: #850b0c;
}

#directions-map {
  height: 500px;
  width: 100%;
}

.news-item-display {
  margin-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  padding: 30px;
  background: #eaeaea;
}
.news-item-display .news-item-img img {
  float: none;
  margin: 0;
}
.news-item-display a.read-more {
  padding: 10px 20px;
  background: #850b0c;
  color: #ffffff;
  display: inline-block;
  float: right;
  border-radius: 0px !important;
  font-size: 1.5rem;
}
.news-item-display a.read-more.larger {
  font-size: 22px;
  padding: 18px 22px;
}
.news-item-display a.read-more:hover {
  padding: 10px 20px;
  background: #6d090a;
  color: #ffffff;
  display: inline-block;
  float: right;
  border-radius: 0px !important;
}
.news-item-display a.read-more:hover.larger {
  font-size: 22px;
  padding: 18px 22px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23850B0C'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23850B0C'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-container img {
  padding: 0;
  border: none;
}

.donate-buttons {
  background: #f2f2f2;
}
.donate-buttons .donate {
  width: 70%;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 30px 0;
  padding: 20px;
}
.donate-buttons .donate img {
  display: block;
  width: 100%;
  height: auto;
}
.donate-buttons .donate h2 {
  color: #850b0c;
  font-size: 19px;
  border-bottom: solid 1px #850b0c;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 23px;
}
.donate-buttons .donate h2:after {
  width: 21px;
  height: 33px;
  position: absolute;
  bottom: -16px;
  content: " ";
  background-color: #fff;
  background-image: url(../img/cross.png);
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -10.5px;
}
.donate-buttons .donate .btn {
  padding: 20px 30px;
  font-size: 21px;
  border-radius: 6px !important;
  margin: 40px auto !important;
  text-decoration: none;
}
.donate-buttons .donate .input-holder {
  position: relative;
  text-align: center;
}
.donate-buttons .donate .input-holder span {
  display: inline-block;
  width: 50px;
  height: 51px;
  line-height: 50px;
  background: #850b0c;
  text-align: center;
  color: #ffffff;
  border: solid 1px #850b0c;
}
.donate-buttons .donate .input-holder input[type="text"] {
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  border: solid 1px #850b0c;
  width: 80%;
  display: inline-block;
}

.contact-info {
  background: #eee;
  padding: 30px;
  text-align: center;
}
.contact-info h2 {
  margin-top: 0;
}
.contact-info .contact-item {
  padding-bottom: 20px;
}
.contact-info .contact-item i {
  font-size: 36px;
  color: #850b0c;
}
.contact-info .contact-item h3 {
  font-size: 22px;
  margin: 15px 0;
}
.contact-info .contact-item address,
.contact-info .contact-item .tel,
.contact-info .contact-item .email {
  font-size: 19px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  width: 100%;
  background: #eee;
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  border: none;
}

.contact-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: none;
  background: #eee;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  bottom: 20px !important;
}

.wp-block-gallery {
  margin: 42px 0 24px !important;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

#live-feed p {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}

#live-feed {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: solid 1px #ccc;
  box-shadow: 2px 10px 5px rgba(0, 0, 0, 0.2);
}

.flash-message {
  background: #ff6a6a;
  padding: 30px;
  margin: 30px 0;
  color: #fff;
  font-size: 20px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.4);
}

.thumbnail-section {
  width: 33.333%;
  float: left;
  border: solid 10px #fff;
  height: 223px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.thumbnail-section span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.thumbnail-section a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.thumbnail-section:hover a {
  background: rgba(0, 0, 0, 0.2);
}

#youtube-videos {
  padding: 50px 0;
  background: #ececec;
}

.giving-page h3 {
  margin-bottom: 30px;
  margin-top: 30px !important;
}

.giving-page h2:after {
  display: none !important;
}

.giving-page h2 {
  font-size: 27px;

  margin: 30px 0;
}

.giving-page a.btn {
  display: block;
  margin: 0;
}

.giving-page a.btn:hover {
  display: block;
  margin: 0;
}

nav.main.fixed.never-fixed {
  position: static !important;
}

#central-menu ul#menu-dropdown-menu {
  float: none;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}

nav.main.never-fixed {
  border-bottom: none !important;
  margin-top: 20px;
}

nav.main #central-menu ul li a {
  color: #850b0c;
  font-size: 22px;
  padding: 10px 40px;
  display: block;
  font-weight: 500;
  border-left: solid 1px #ccc;
}

nav.main #central-menu ul li#menu-item-2241 a {
  border-right: solid 1px #ccc;
}

nav.main #central-menu ul li a:hover {
  color: #fff;
}

nav.main #central-menu ul li ul li a {
  padding: 5px;
  font-size: 20px;
  background-color: #eaeaea;
  border: none !important;
}

nav.main #central-menu ul li ul li a:hover {
  background-color: #0e0e0e;
  color: #fff;
}

nav.main #central-menu ul li ul li a {
  background-color: transparent;
}

nav.main .sub-menu {
  background: linear-gradient(180deg, #aaa 0%, #f0f0f0 100%);
}
nav.main .sub-menu ul li {
  background: rgba(204, 204, 204, 0.5) !important;
}

nav.main .sub-menu .sub-menu {
  position: relative;
  top: initial;
}

.nav main {
  display: block;
  content: "+";
}

/* .menu-item-has-children::after {
  content: "+";
  display: block;
  background: #850b0c;
  color: #fff;
} */

.latest h2,
.readings h2 {
  color: #fff;
  font-size: 39px;
  border-bottom: none;
  margin: 0 0 20px 0;
  position: static;
  padding-bottom: 10px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 19px 49px;
  background: #850b0c;
}

.news-list.new-layout-news figure {
  margin: 0;
  height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 52.356%;
}

.news-list.new-layout-news .meta {
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  color: #850b0c;
  padding: 10px 48px 10px 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-bottom: solid 2px #ccc;
}

article.news-list.new-layout-news {
  position: relative;
}

article.news-list.new-layout-news .news-overlay {
  display: block;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
}

article.news-list.new-layout-news:hover .news-overlay {
  opacity: 1;
}

.container.news-container {
  width: 80%;
}

.featured-news-item.news-list.new-layout-news figure {
  height: 765px;
}

.featured-news-item.news-list.new-layout-news .meta {
  font-size: 31px;
  font-weight: 100;
  padding: 20px;
}

.btn.generic {
  background: #1e1e1e;
  color: #fff;
}

section.footer-donate {
  padding: 50px 0;
}

.footer-donate p {
  line-height: 2;
  text-align: justify;
}

.footer-donate a.btn {
  margin: 30px 0;
}

.footer-donate h2 {
  display: block;
  background: #bbb;
  padding: 10px;
  color: #fff;
}

.white-panel.intro {
  background-image: url(../img/emblem.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

section.white-panel.latest {
  background: #eaeaea;
}

.page-meta h1 {
  color: #fff;
  padding: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 32px;
  border-bottom: none;
  background: #1e1e1e;
}

.news-item-img {
  position: relative;
}

.item-meta {
  background: #fff;
  clear: both;
  width: 96.2%;
  margin: 0 auto;
  padding: 21px;
}

.news-pagination a {
  display: inline-block;
  margin: 5px 2px;
  background: #1e1e1e;
  border: solid 1px #1e1e1e;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
}

.news-pagination a.active,
.news-pagination a:hover {
  background: #fff;
  color: #1e1e1e;
}

article.bulletin-section {
  background: #eaeaea;
  padding: 20px;
  margin-bottom: 20px;
}

.bulletin-section h3 {
  margin-top: 0;
  font-size: 33px;
  color: #000;
  border-bottom: solid 1px #999;
  padding-bottom: 7px;
  margin-bottom: 26px;
}

.latest-posts-bulletin h2 {
  color: #fff;
  padding: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 32px;
  border-bottom: none;
  background: #1e1e1e;
}

.latest-posts-bulletin .text-panel h2:after,
.text-panel h2:after {
  display: none;
}

article.news-item-display.second-item {
  background: #0e0e0e;
}

.latest-posts-bulletin a.read-more {
  margin-top: 30px;
}

.bulletin-calendar {
  max-height: 680px;
  overflow: scroll;
  padding: 20px;
  background: #eaeaea;
  margin-bottom: 20px;
  border: solid 3px #ccc;
}

.latest-posts-bulletin .short-description {
  font-size: 16px;
}

.col-md-12.item-meta {
  float: none;
}

.direction-box h2,
.direction-box h3 {
  color: #fff;
  font-size: 42px;
  background: #0e0e0e;
  line-height: 1;
  margin: 10px 0;
  padding: 10px;
}

.directions-section {
  display: none;
}

#select-directions a {
  display: block;
  text-align: center;
  max-width: 55%;
  margin: 20px auto;
  font-size: 30px;
  background: #eaeaea;
  padding: 20px;
  border: solid 1px #ccc;
}

#select-directions a.on {
  background: #850b0c !important;
  color: #fff !important;
}

#select-directions a:hover {
  background: #fff;
  text-decoration: none;
}

.the-content h2 {
  font-size: 35px;
  color: #850b0c;
  border-bottom: none;
  margin-bottom: 20px;
}

.the-content h4 {
  color: #000;
  font-size: 27px;
  margin: 20px 0;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
}

.mobile-category-list select {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 10px;
  display: none;
}

h2.parish-title {
  background: #850b0c;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 40px;
  margin: 0;
  box-shadow: 2px 5px 10px rgb(0 0 0 / 80%);
  position: relative;
  z-index: 99;
}

.bull-img img {
  margin: 0;
}

.bull-desc h2 {
  position: static !important;
  margin: 0 !important;
}

a.view-b {
  display: inline-block;
  margin: 20px 0;
  padding: 10px;
  background: #850b0c;
  color: #fff;
  text-decoration: none;
}

a.view-b:hover {
  background: #0e0e0e;
  text-decoration: none;
  color: #fff;
}

.row.bulletin-row {
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .feature-image {
    background-attachment: unset;
  }

  .new-news-pg.text-panel h2 {
    position: static;
  }

  aside.page {
    display: none;
  }

  .mobile-category-list select {
    display: block;
  }

  .head-left {
    float: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .head-right {
    display: none;
  }

  .header-simple .logo {
    margin-left: auto;
    position: static;
    margin-right: auto;
  }

  #top-header {
    display: none;
  }

  .container.news-container {
    width: 95%;
  }

  .featured-news-item.news-list.new-layout-news figure {
    /* height: 300px; */
  }

  .featured-news-item.news-list.new-layout-news .meta {
    font-size: 16px;
  }

  .new-news-pg.text-panel h2 {
    margin-bottom: 0;
    box-shadow: none !important;
    display: block;
  }

  .item-meta {
    width: 94%;
  }
}

.latest-news-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.latest-news-item div {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ribbon-container {
  position: relative;
}

.ribbon {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: -7px; /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--f)),
    calc(100% - var(--f)) 100%,
    calc(100% - var(--f)) calc(100% - var(--f)),
    0 calc(100% - var(--f)),
    var(--r) calc(50% - var(--f) / 2)
  );
  background: #bd1550;
  color: white;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}
</pre></body></html>