@media only screen and (min-width: 1400px) {
  .container-wrapper {
    max-width: 1340px;
  }
}
.error,
.success {
  padding: 16px 0;
  /*    max-width: 500px;*/

  /*    margin: 0 auto;*/

}
.error .text,
.success .text {
  padding: 8px 16px 8px 70px;
  position: relative;
  color: white;
  border-radius: 32px;
}
.error .text::before,
.success .text::before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  /*            font-size: 42px;*/

  font-size: 28px;
  left: 20px;
  top: 0;
}
.error .text {
  background-color: #eb2f2faa;
}
.error .text::before {
  content: '\f057';
}
.success .text {
  background-color: #3c872eaa;
}
.success .text::before {
  content: '\f058';
}
.red {
  background-color: #c43d3d;
  color: #fff;
}
.red a {
  color: #fff;
}
.red a.button-link i.fa-chevron-right {
  border-color: #fff;
}
.red a.button-link:hover i.fa-chevron-right {
  border-color: #fff;
}
.editorContent a.red {
  color: white;
  text-decoration: none;
}
.red-text {
  color: #c43d3d !important;
}
.blue {
  background-color: #254963;
  color: #fff !important;
  transition: background-color 0.2s;
}
.blue.button:hover {
  background-color: #c43d3d;
}
.blue-text {
  color: #254963;
}
h5.blue-text {
  margin-bottom: 1rem;
}
.lightblue {
  background-color: #b2bbc1;
}
.grey {
  background-color: #e1e1e1;
  color: #254963;
}
.lightgrey-bg {
  background-color: #e1e1e1;
}
.lightgrey-border-bottom {
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .grey-border-bottom {
    border-bottom: 1px solid #929292;
  }
}
.darkgrey {
  background-color: #515151;
}
.nav-item.active > a {
  border-bottom: 2px solid #c43d3d;
}
.dropdown-item.active {
  background-color: inherit;
  border-bottom: 1px solid #c43d3d;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
header {
  height: 195px;
}
/* scroll */
html,
body {
  scroll-behavior: smooth;
}
h2 {
  scroll-margin-top: 220px;
}
header #top-bar,
footer #top-bar {
  /*        background-image: url('/images/layout/header-background.jpg');*/

  background-image: url('/images/layout/BG-Behind-logo.jpg');
  background-repeat: no-repeat;
  /*        background-position: center center;*/

  background-position-y: 23%;
  background-position-x: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header #top-bar > div,
footer #top-bar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #top-bar #logo-container,
footer #top-bar #logo-container {
  width: 36%;
}
header #top-bar #logo-container img,
footer #top-bar #logo-container img {
  width: 100%;
}
header #navigation ul,
footer #navigation ul,
header #navigation_footer ul,
footer #navigation_footer ul {
  /*            list-style: none;*/

}
header #navigation ul li,
footer #navigation ul li,
header #navigation_footer ul li,
footer #navigation_footer ul li {
  /*                display: inline-block;*/

  margin-right: 20px;
}
header #navigation ul li a,
footer #navigation ul li a,
header #navigation_footer ul li a,
footer #navigation_footer ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  /*                    font-family: 'Raleway', sans-serif;*/

  font-family: 'Open Sans', sans-serif;
  outline: 0;
}
header #navigation ul li a:hover,
footer #navigation ul li a:hover,
header #navigation_footer ul li a:hover,
footer #navigation_footer ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #c43d3d;
}
header #navigation ul li a.button,
footer #navigation ul li a.button,
header #navigation_footer ul li a.button,
footer #navigation_footer ul li a.button {
  font-size: 0.9em;
  transition: background-color 0.2s;
}
header #navigation ul li a.button:hover,
footer #navigation ul li a.button:hover,
header #navigation_footer ul li a.button:hover,
footer #navigation_footer ul li a.button:hover {
  border-bottom: none;
  background-color: #c43d3d;
}
header #navigation ul li ul,
footer #navigation ul li ul,
header #navigation_footer ul li ul,
footer #navigation_footer ul li ul {
  /*                    display: none;*/

  /*                    position: absolute;*/

  /*                    z-index: 5;*/

  /*                    background-color: @blue;*/

  /*                    padding: 20px 10px 10px 10px;*/

  /*                    border-bottom-left-radius: 12px;*/

  /*                    border-bottom-right-radius: 12px;*/

}
header #navigation ul li ul li,
footer #navigation ul li ul li,
header #navigation_footer ul li ul li,
footer #navigation_footer ul li ul li {
  /*                        display: block;*/

  /*                        margin-top: 5px;*/

}
header #navigation ul li ul li a,
footer #navigation ul li ul li a,
header #navigation_footer ul li ul li a,
footer #navigation_footer ul li ul li a {
  font-weight: normal;
  text-transform: none;
}
header #navigation ul li ul li a br,
footer #navigation ul li ul li a br,
header #navigation_footer ul li ul li a br,
footer #navigation_footer ul li ul li a br {
  pointer-events: none;
}
header #navigation ul li.active ul,
footer #navigation ul li.active ul,
header #navigation_footer ul li.active ul,
footer #navigation_footer ul li.active ul {
  /*                        display: inline;*/

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header #navigation ul li,
  footer #navigation ul li,
  header #navigation_footer ul li,
  footer #navigation_footer ul li {
    margin-right: 4px;
  }
}
header #search-bar,
footer #search-bar {
  position: relative;
  /*        input[type='text'] { */

}
header #search-bar > *,
footer #search-bar > * {
  vertical-align: middle;
}
header #search-bar input[type='search'],
footer #search-bar input[type='search'] {
  border-radius: 20px;
  border: none;
  width: 100%;
  padding: 5px 28px 6px 16px;
  position: relative;
}
header #search-bar button,
footer #search-bar button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  background: unset;
  border: unset;
}
header #search-bar i.fa-search,
footer #search-bar i.fa-search {
  color: #c43d3d;
  /*            position: absolute;*/

  /*            right: 21px;*/

  /*            margin-top: 9px;*/

  cursor: pointer;
  transition: color .2s;
}
header #search-bar i.fa-search:hover,
footer #search-bar i.fa-search:hover {
  color: #254963;
}
header #contact-bar,
footer #contact-bar {
  background-color: #fff;
  padding-left: 12px;
  border-radius: 20px;
  white-space: nowrap;
  cursor: default;
}
header #contact-bar > *,
footer #contact-bar > * {
  vertical-align: middle;
}
header #contact-bar a,
footer #contact-bar a {
  color: #000;
  padding: 0;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
header #contact-bar a i,
footer #contact-bar a i {
  color: #c43d3d;
  transition: color .2s;
}
header #contact-bar a:hover i,
footer #contact-bar a:hover i {
  color: #254963;
}
header #contact-bar #btn-contact,
footer #contact-bar #btn-contact {
  color: #fff;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 6px;
  transition: background-color 0.2s, color 0.2s;
}
header #contact-bar #btn-contact:hover,
footer #contact-bar #btn-contact:hover {
  text-decoration: none;
  color: #254963;
  background-color: #b2bbc1;
}
.navbar {
  /*    padding-left: 0;*/

  /*    padding-right: 0;*/

}
.navbar-nav .dropdown-menu {
  background-color: #254963;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #254963;
}
.navbar-toggler {
  border-color: white;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#donate-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  /*    background-color: rgba(37,73,99,0.6);*/

}
#donate-bar div.float-right {
  background-color: rgba(37, 73, 99, 0.6);
}
#donate-bar div.float-right > * {
  display: inline-block;
}
#donate-bar div.float-right .social {
  cursor: default;
}
#donate-bar div.float-right .social a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
#donate-bar div.float-right .social a i {
  color: #c43d3d;
  transition: color .2s;
}
#donate-bar div.float-right .social a:hover i {
  color: #fff;
}
#donate-bar div.float-right a.button {
  filter: drop-shadow(0px 0px 4px #ffffff);
  transition: background-color 0.2s, filter 0.2s;
}
#donate-bar div.float-right a.button:hover {
  filter: drop-shadow(0px 0px 8px #ffffff);
}
footer {
  position: relative;
  z-index: 6;
}
footer#primary-footer {
  /* a:hover {
        text-decoration: none;
        border-bottom: 2px solid @red;
    }
    
    .row.nav-headings {
        a {
            text-transform: uppercase;
            font-weight: bold;
            color: #fff;
            font-size: 0.95em;

            &.button {
                font-size: 0.9em;
                transition: background-color .2s;
            }
        }
    }

    .row.nav-subs {
        ul {
            list-style: none;

            li {
                a {
                    color: @blue;
                    font-size: 0.9em;

                    br {
                        pointer-events: none;
                    }
                }
            }
        }
    }

    #bottom-bar div.col-8 {
        border-top: 2px solid @blue;

        a {
            color: @red;
            font-size: 0.9em;
            transition: color .2s;

            &:hover {
                border: none;
                color: @blue;
            }
        }

        div.social {
            float: right;    
        }
    } */

}
footer#primary-footer > div.container-fluid {
  /*        background-image: url('/images/layout/header-background.jpg');*/

  background-image: url('/images/layout/BG-Behind-logo.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.5);
}
footer#primary-footer img {
  width: 100%;
}
footer#primary-footer .social a {
  height: 36px;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
}
footer#primary-footer .social a.circular-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 36px;
  border-radius: 100%;
  text-align: center;
}
footer#primary-footer .social a.circular-icon i {
  position: relative;
  top: 5px;
}
footer#primary-footer .social a.circular-icon:hover {
  color: #fff;
  background-color: #c43d3d;
}
footer#primary-footer .footer-link,
footer#primary-footer .footer-item {
  display: block;
  color: #254963;
  padding: 0;
  margin: 0 0 12px 0;
  font-family: 'Open Sans', sans-serif;
  /*        font-size: 0.8em;*/

  font-size: 18px;
  line-height: 1.1em;
}
footer#primary-footer .footer-link.footer-heading,
footer#primary-footer .footer-item.footer-heading {
  /*            font-size: 0.9em;*/

  font-size: 18px;
  font-weight: 800;
}
footer#primary-footer .footer-news-preview {
  background-color: #fff;
  border: 1px solid #c43d3d;
  border-radius: 4px;
  /*        font-size: 0.8em;*/

  font-size: 18px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1920px) {
  footer#primary-footer .footer-news-preview {
    width: 90%;
  }
}
footer#primary-footer .footer-news-preview h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}
footer#primary-footer .footer-news-preview p {
  /*    font-family: 'Mignon', serif;*/

  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 0;
}
footer#primary-footer .footer-news-preview p.date {
  color: #c43d3d;
  border-bottom: 1px solid #000;
}
footer#primary-footer .footer-news-preview .col:last-of-type {
  background-color: #c43d3d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer#primary-footer .footer-news-preview .col:last-of-type a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  /*height: 17px;
                width: 17px;*/

  height: 24px;
  width: 24px;
  text-align: center;
}
footer#primary-footer .footer-news-preview .col:last-of-type a i {
  position: relative;
  top: -4px;
  /*                    top: -7px;*/

  left: 1px;
  transition: left .2s;
}
footer#primary-footer .footer-news-preview .col:last-of-type a:hover i {
  left: 3px;
}
footer#primary-footer #bottom-bar > .col-8 {
  border-top: 2px solid #254963;
}
footer#primary-footer #bottom-bar p {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}
footer#primary-footer #bottom-bar a {
  font-family: 'Open Sans', sans-serif;
  /*            font-size: 12px;*/

  font-size: 18px;
}
@media only screen and (min-width: 1920px) {
  footer#primary-footer #bottom-bar a {
    /*                font-size: 14px;*/
  
    font-size: 18px;
  }
}
footer#primary-footer #bottom-bar {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  footer#primary-footer #bottom-bar {
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #254963;
    padding-top: 16px;
  }
}
footer#secondary-footer {
  width: 100%;
}
footer#secondary-footer a {
  color: #fff;
}
footer#secondary-footer #footer-links {
  display: flex;
  justify-content: space-between;
}
footer#secondary-footer ul {
  list-style: none;
}
footer#secondary-footer ul > a {
  font-weight: bold;
}
footer#secondary-footer ul a:hover {
  text-decoration: none;
  border-bottom: 2px solid #c43d3d;
}
footer#secondary-footer ul li {
  display: block;
}
footer#secondary-footer ul li a {
  font-size: 0.9em;
}
footer#secondary-footer ul li a br {
  pointer-events: none;
}
footer#secondary-footer #bottom-bar div.col-8 {
  border-top: 2px solid #fff;
  cursor: default;
}
footer#secondary-footer #bottom-bar div.col-8 a {
  font-size: 0.8em;
}
footer#secondary-footer #bottom-bar div.col-8 a:hover {
  border: none;
}
footer#secondary-footer #bottom-bar div.col-8 a:hover i {
  color: #c43d3d;
}
footer#secondary-footer #bottom-bar div.col-8 a i {
  transition: color .2s;
}
footer#secondary-footer #bottom-bar div.col-8 a i:hover {
  color: #c43d3d;
}
@media only screen and (max-width: 1399px) {
  h2 {
    scroll-margin-top: 170px;
  }
  header #navigation ul li,
  footer #navigation ul li {
    margin-right: 3px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  header #navigation ul li,
  footer #navigation ul li {
    margin-right: 0;
  }
  header #navigation ul li a,
  footer #navigation ul li a {
    font-size: 14px;
  }
}
a.button,
input[type='submit'] {
  padding: 12px 30px;
  border-radius: 20px;
  /*    font-size: .7em;*/

  /*    font-size: .9em;*/

  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s;
}
a.button:hover,
input[type='submit']:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #254963;
}
a.button.blue:hover,
input[type='submit'].blue:hover {
  background-color: #c43d3d;
}
a.button-link {
  /*    font-family: 'Mignon', serif;*/

  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}
a.button-link i.fa-chevron-right,
a.button-link i.fa-chevron-left {
  border: 2px solid #c43d3d;
  border-radius: 100%;
  padding: 2px 4px 5px 6px;
  width: 24px;
  height: 24px;
  text-align: center;
}
a.button-link:hover i.fa-chevron-right,
a.button-link:hover i.fa-chevron-left {
  border-color: #0056b3;
}
@media only screen and (max-width: 767px) {
  a.button-link {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
a.button {
  font-family: 'Raleway', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
h3 {
  font-size: 1.6em;
}
.cms-content h3 {
  font-weight: normal;
}
p {
  /*    font-family: 'Mignon', serif;*/

  font-family: 'Open Sans', sans-serif;
  /*    font-size: 18px;*/

  font-size: 18px;
}
.editorContent li,
.editorContent td {
  font-family: 'Open Sans', sans-serif;
  /*    font-size: 18px;*/

  font-size: 18px;
}
.editorContent img {
  max-width: 100%;
  height: auto;
}
.editorContent .embed-vimeo {
  margin-bottom: 1rem;
}
.editorContent .embed-vimeo iframe {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .editorContent .embed-vimeo iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .editorContent .embed-vimeo iframe {
    height: auto;
  }
}
.search-bar {
  max-width: 325px;
}
.search-bar input[type='text'] {
  border-radius: 20px;
  border: 1px solid #929292;
  /*        padding-right: 28px;*/

  padding: 10px 44px 10px 20px;
}
.search-bar i.fa-search {
  color: #254963;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
  transition: color .2s;
}
.search-bar i.fa-search:hover {
  color: #c43d3d;
}
input[type='text'],
input[type='password'],
textarea,
select {
  border: 1px solid #254963;
  border-radius: 20px;
  width: 100%;
  /*    padding-left: 10px;*/

  /*    padding-right: 10px;*/

  padding: 10px 30px;
}
#clergy_forms_password input {
  width: 100%;
}
.banner {
  background-color: #000;
  background-position: center;
  color: #fff;
  height: 500px;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
}
.banner .banner-content {
  max-width: 33vw;
  font-weight: bold;
}
#banner-slider .banner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  align-items: inherit;
  /* padding-top: 170px;
        padding-bottom: 170px;

        @media @min-width-1920px {
            padding-top: 320px;
            padding-bottom: 320px;
        }
        @media @min-width-2150px {
            padding-top: 450px;
            padding-bottom: 450px;
        }
        @media @min-width-2400px {
            padding-top: 500px;
            padding-bottom: 500px;
        } */

}
#banner-slider .banner h1 {
  font-weight: 900;
  font-size: 3.5em;
  line-height:1;
}
#banner-slider .banner,
#banner-slider .slick-arrow {
  vertical-align: middle;
}
#banner-slider .slick-arrow {
  color: #254963;
  background-color: #e1e1e1;
  opacity: .8;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  transition: opacity .2s;
}
#banner-slider .slick-arrow.fa-chevron-left {
  left: 10px;
  padding: 14px 5px 12px 4px;
  z-index: 1;
}
#banner-slider .slick-arrow.fa-chevron-right {
  right: 10px;
  padding: 14px 4px 12px 5px;
}
#banner-slider .slick-arrow:hover {
  opacity: 1;
}
#banner-slider .slick-arrow:active {
  background-color: #fff;
  opacity: 1;
}
#banner-slider .slick-dots {
  position: absolute;
  z-index: 6;
  margin: -30px;
  width: 100%;
  text-align: center;
}
#banner-slider .slick-dots li {
  list-style: none;
  font-size: 0px;
  display: inline-block;
  margin: 0 10px;
}
#banner-slider .slick-dots li button {
  border: none;
  width: 50px;
  height: 8px;
  border-radius: 10px;
  background-color: #e1e1e1;
  opacity: .8;
  cursor: pointer;
  transition: opacity .2s;
}
#banner-slider .slick-dots li button:hover {
  opacity: 1;
}
#banner-slider .slick-dots li button:active {
  background-color: #fff;
  opacity: 1;
}
#banner-slider .slick-dots li.slick-active button {
  background-color: #c43d3d;
}
.line-title {
  display: flex;
  align-items: center;
  color: #515151;
  width: 100%;
  margin-bottom: 16px;
}
.line-title > *:not(div) {
  padding: 0 5px;
}
.line-title div {
  flex-grow: 10;
  border-bottom: 1px solid #515151;
  margin-top: -0.55em;
}
#announcements > div:last-of-type {
  display: flex;
  min-height: 90px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-left: 2px solid #254963;
}
.image-tile-container {
  overflow: hidden;
}
.image-tile-container .image-tile {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 105% 105%;
  -moz-background-size: 105% 105%;
  -o-background-size: 105% 105%;
  background-size: 105% 105%;
  transition: background-size 0.4s;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 20px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.image-tile-container .image-tile:hover {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.image-tile-container .image-tile div {
  background-color: rgba(0, 0, 0, 0.4);
}
#parish-finder {
  background-image: url('/images/Parish-Finder.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
#parish-finder div {
  width: 40%;
  margin: 0 auto;
}
#parish-finder div p {
  width: 75%;
  margin: 15px auto;
}
#parish-finder div input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 30px;
  border: 2px solid #c43d3d;
}
#faith-matters .image-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
#faith-matters .image-column .image-container {
  border: 1px solid #515151;
  border-radius: 8px;
}
#faith-matters .image-column .image-container img {
  width: 100%;
  border-radius: 6px;
}
#upcoming-events .event .date {
  position: absolute;
  width: 98px;
  top: 74px;
  left: 14px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 3.4em;
  font-weight: bold;
  line-height: 0.65em;
  text-align: center;
}
#upcoming-events .event .date .month {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
#upcoming-events #events-container > div:not(:last-of-type) .event {
  border-right: 1px solid #fff;
}
/*.previews-container,*/
#donation-tile-container {
  display: flex;
  justify-content: space-between;
  /*    .preview-tile,*/

}
#donation-tile-container .donation-tile {
  flex-basis: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e1e1e1;
  color: #515151;
  border-radius: 4px;
  overflow: hidden;
  /*        .preview-text {*/

  /*            line-height: 1em;*/

  /*        }*/

  /*        &.news-preview {*/

  /**/

  /*            .date {*/

  /*                font-size: 0.95em;*/

  /*                border-bottom: 1px solid @grey;*/

  /*            }*/

  /*        }*/

  /*        &.event-preview {*/

  /*            background-color: #000;*/

  /*            color: #fff;*/

  /**/

  /*            & > div {*/

  /*                display: flex;*/

  /*                flex-direction: column;*/

  /*                justify-content: flex-end;*/

  /*                height: 150px;*/

  /*            }*/

  /*        }*/

}
#donation-tile-container .donation-tile h5 {
  font-size: 1.3em;
  line-height: 1.1em;
}
#donation-tile-container .donation-tile .date {
  font-size: 0.95em;
  line-height: 1em;
}
#donation-tile-container .donation-tile .button-link {
  display: block;
  transition: background-color 0.2s;
}
#donation-tile-container .donation-tile .button-link i.fa-chevron-right {
  border-color: #fff;
  padding-top: 2px;
  padding-left: 5px;
  width: 22px;
  height: 22px;
}
#donation-tile-container .donation-tile .button-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #254963;
}
#donation-tile-container .donation-tile h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5em;
}
#donation-tile-container .donation-tile h5 {
  color: #fff;
}
#donation-tile-container .donation-tile a.button-link:hover {
  background-color: #c43d3d;
  text-decoration: underline;
}
.btn-around .button {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .btn-around .button {
    margin-bottom: 8px;
  }
}
.previews-container {
  /*    display: flex;*/

  /*    justify-content: space-between;*/
  row-gap: 30px;
}
@media only screen and (max-width: 575px) {
    .previews-container {
        row-gap: 0;
    }
}
.previews-container .preview-tile {
  /*        flex-basis: 24%;*/

  /*        display: flex;*/

  /*        flex-direction: column;*/

  /*        justify-content: space-between;*/

  background-color: #e1e1e1;
  color: #515151;
  border-radius: 4px;
  /*        overflow: hidden;*/

}
.previews-container .preview-tile h5 {
  font-size: 1.3em;
  line-height: 1.1em;
}
.previews-container .preview-tile .date {
  font-size: 0.95em;
  line-height: 1em;
}
.previews-container .preview-tile .preview-text {
  line-height: 1em;
  font-size: 0.95em;
}
.previews-container .preview-tile .button-link {
  display: block;
  transition: background-color 0.2s;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.previews-container .preview-tile .button-link i.fa-chevron-right {
  border-color: #fff;
  padding-top: 2px;
  padding-left: 5px;
  width: 22px;
  height: 22px;
}
.previews-container .preview-tile .button-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #254963;
}
.previews-container .preview-tile.news-preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.previews-container .preview-tile.news-preview .date {
  font-size: 0.95em;
  border-bottom: 1px solid #929292;
}
.previews-container .preview-tile.news-preview:hover {
  border: 1px solid #c43d3d;
}
@media only screen and (min-width: 576px) {
  .previews-container .preview-tile.news-preview {
    min-height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .previews-container .preview-tile.news-preview {
    min-height: 250px;
  }
}
.previews-container .preview-tile.event-preview {
  background-color: #000;
  color: #fff;
}
.previews-container .preview-tile.event-preview > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 150px;
}
#event-previews-row {
  /*    border-bottom: 1px solid @darkgrey*/

}
.news-articles {
  margin-bottom: 3rem;
}
.news-articles .image {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .news-articles .content {
    display: flex;
  }
  .news-articles .content .image {
    width: 30%;
  }
  .news-articles .content .article {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .news-articles {
    margin-bottom: 1rem;
  }
}
#news-article .button-link i.fa-chevron-left {
  padding-top: 2px;
  padding-left: 4px;
  width: 22px;
  height: 22px;
}
#news-article .image {
  margin-bottom: 1rem;
  padding-left:1rem;
  padding-right:1rem;
  float:left;
}
#donation-button-wrapper {
  display: flex;
}
#donation-button-wrapper a.button {
  font-size: .85em;
  /*        padding-top: 6px;*/

  /*        padding-bottom: 6px;*/

}
#donation-button-wrapper input[type='text'] {
  min-width: 240px;
}
blockquote {
  /*    font-family: 'Mignon', serif;*/

  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  /*    font-size: 1.8em;*/

  color: #c43d3d;
  background: #e1e1e1;
  padding: 5px 20px 3px 20px;
  border-left: 7px solid #c43d3d;
  margin-bottom: 25px;
}
.listing-preview {
  border-top: 1px dashed #e1e1e1;
}
.listing-preview a.button {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9rem;
}
.listing h3 {
  color: #515151;
  border-bottom: 1px solid #e1e1e1;
}
.listing h3 a.button {
  font-size: .9rem;
  padding: 5px 15px;
}
.listing h3 a.button i.fa-chevron-left {
  margin-right: 5px;
}
.listing p {
  color: #2c5067;
}
.listing p > * {
  display: inline-block;
  vertical-align: top;
}
.listing p i.fas {
  color: #c43d3d;
  width: 25px;
  margin-top: 3px;
}
.listing p > span {
  width: calc(70%);
}
.darken-1,
.darken-2,
.darken-3,
.darken-4,
.darken-5,
.darken-6,
.darken-7,
.darken-8,
.darken-9 {
  background-blend-mode: overlay;
}
.darken-1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.darken-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.darken-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.darken-4 {
  background-color: rgba(0, 0, 0, 0.4);
}
.darken-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.darken-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.darken-7 {
  background-color: rgba(0, 0, 0, 0.7);
}
.darken-8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.darken-9 {
  background-color: rgba(0, 0, 0, 0.9);
}
#advanced-search-options label {
  width: 80px;
  text-align: right;
}
#advanced-search-options select,
#advanced-search-options input[type='text'] {
  border: 1px solid #929292;
  width: 80%;
  margin-bottom: 8px;
}
#advanced-search-options input[type='submit'] {
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}
#advanced-search-options select,
#advanced-search-options input[type='submit'] {
  min-width: 196px;
  min-height: 28px;
}
#advanced-search-options a.button.btn-directory-category.blue:hover {
  background-color: #254963;
  cursor: not-allowed;
}
#directory {
  margin-top: 74px;
  margin-bottom: 66px;
}
#directory form i.fas {
  margin-right: 16px;
}
#directory .filter-title {
  font-size: 1.25rem;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
#directory .fa-sliders-h {
  color: #c43d3d;
}
#directory .btn-directory-category {
  cursor: pointer;
  /*        font-family:  'Mignon', serif;*/

  font-family: 'Open Sans', sans-serif;
}
#directory .btn-directory-category .fa-circle {
  color: #929292;
}
#directory .btn-directory-category.active .fa-circle {
  color: #254963;
}
#search-results ul.search-results {
  list-style-type: none;
  padding-inline-start: 0;
}
#search-results li {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  padding: 8px 16px;
  background-color: #ddd0;
}
#search-results li:not(:last-child) {
  margin-bottom: 1rem;
}
#search-results li:hover {
  background-color: #ddda;
  border-color: #254963;
}
#search-results li a:hover {
  text-decoration: none;
}
#search-results li .description {
  color: black;
}
#search-results li .text-blue {
  color: #254963;
}
#search-results li .text-grey {
  color: #929292;
}
.paginate-clean {
  /*    font-family: 'Mignon', serif;*/

  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
.paginate-clean table {
  margin: 0 auto;
}
.paginate-clean td {
  display: block;
  text-align: center;
}
.paginate-clean .left-options {
  background-color: #e1e1e1;
  color: #254963;
  padding: 3px 16px;
  border-radius: 20px;
  font-size: 18px;
}
.paginate-clean .left-options:first-letter {
  text-transform: capitalize;
}
.paginate-clean .links {
  padding-top: 16px;
  padding-bottom: 16px;
}
.paginate-clean .links span,
.paginate-clean .links a {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 18px;
}
.paginate-clean .links .curLink {
  color: #c43d3d;
  border-bottom: 1px solid #c43d3d;
}
.paginate-clean .links a {
  color: #254963;
}
.paginate-clean .links .prevLink,
.paginate-clean .links .nextLink {
  color: #c43d3d;
}
.paginate-clean .links .prevLink {
  margin-right: 8px;
}
.paginate-clean .links .nextLink {
  margin-left: 8px;
}
.paginate-clean .right-options {
  display: none;
}
/* Editor content */
.editorContent {
  padding-top: 40px;
  padding-bottom: 58px;
}
.editorContent h2,
.editorContent h3,
.editorContent h4,
.editorContent h5 {
  color: #c43d3d;
}
.editorContent h2 {
  position: relative;
  margin-top: 34px;
  margin-bottom: 40px;
}
.editorContent h2::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #929292;
}
.editorContent a {
  color: #254963;
  text-decoration: underline;
  word-break: break-word;
}
.editorContent table {
  /*    font-family: 'Mignon', serif;*/

  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 575px) {
  .editorContent {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .editorContent h2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.black-transparent {
  padding: 16px 32px;
  background-color: #25496377;
  width:max-content;
}
@media only screen and (max-width: 991.98px) {
  #advanced-search-options select,
  #advanced-search-options input[type='text'] {
    width: 73%;
  }
}
@media only screen and (max-width: 767px) {
  #advanced-search-options select,
  #advanced-search-options input[type='text'] {
    width: 100%;
  }
}
#search-bar {
  width: 216px;
  margin-left: auto;
  margin-top:0.5rem;
}
#links {
  padding-top: 74px;
  padding-bottom: 66px;
}
#links .link {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px dotted #929292;
}
#links div.button {
  padding: 8px 30px;
  border-radius: 20px;
  /* font-size: .7em; */

  font-size: 0.9em;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}
@media (min-width: 992px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: wrap;
  }
  .desk-left {
    order: 1;
  }
  .desk-right {
    order: 2;
    border-left: 3px solid #e1e1e1;
  }
}
@media only screen and (max-width: 1399px) {
  header {
    height: 175px;
  }
}
@media only screen and (max-width: 1199px) {
  header {
    height: 154px;
  }
  .banner .banner-content {
    max-width: 50%;
  }
  a.button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  #search-bar {
    width: 150px;
  }
  #banner-slider .banner h1 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 991px) {
  header {
    height: 132px;
  }
  header #search-bar {
    position: absolute;
/*    top: 11px;*/
/*    right: 24px;*/
    right: 39px;
    top:78px;
    z-index:1;
  }
  header #navigation ul li a {
    width: max-content;
  }
  #banner-slider .banner h1 {
    font-size: 3em;
  }
  h1 {
    font-size: 3em;
  }
  .image-tile-container > div:nth-of-type(odd) {
    padding-right: 7.5px;
  }
  .image-tile-container > div:nth-of-type(even) {
    padding-left: 7.5px;
  }
  .image-tile-container > div:first-of-type {
    margin-bottom: 15px;
  }
  #parish-finder div {
    width: 80%;
  }
  footer #navigation_footer ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer #navigation_footer ul li {
    width: 33.3%;
    margin-right: auto;
  }
  footer #navigation_footer ul li .nav-link {
    width: max-content;
  }
  footer .dropdown-menu {
    width: 100%;
  }
  footer .dropdown-item {
    white-space: break-spaces;
  }
  /*  interior pages  */
  .banner {
    height: 300px;
  }
  .banner .banner-content {
    max-width: 80%;
  }
  #directory {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 575px) {
  #top-bar .container {
    flex-direction: column;
  }
  header {
    height: 164px;
  }
  header #top-bar #logo-container {
    width: 250px;
  }
  header #contact-bar a {
    font-size: 16px;
  }
  header #search-bar {
    right: 12px;
    top:111px;
  }
  header #navigation ul li a {
    width: 100%;
    white-space: normal;
  }
  .navbar-nav .nav-link {
    padding: 0;
  }
  .dropdown-item {
    padding: 0;
  }
  #banner-slider .banner h1 {
    font-size: 1.5em;
    line-height: 1;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  p {
    font-size: 16px;
    line-height: 1.2;
  }
  a.button,
  input[type='submit'] {
    font-size: 16px;
    padding: 8px 16px;
  }
  .image-tile-container > div:nth-of-type(odd) {
    padding-right: 15px;
  }
  .image-tile-container > div:nth-of-type(even) {
    padding-left: 15px;
  }
  .image-tile-container > div:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .image-tile-container .image-tile {
    background-size: cover;
    background-position: top;
  }
  #parish-finder {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #parish-finder div {
    width: 100%;
  }
  #donate-bar div.float-right .social a {
    font-size: 16px;
  }
  #donate-bar div.float-right a.button span {
    display: none;
  }
  footer#primary-footer img {
    width: 60px;
  }
  footer#primary-footer .footer-link,
  footer#primary-footer .footer-item {
    font-size: 16px;
  }
  footer#primary-footer #bottom-bar {
    text-align: center;
  }
  footer #navigation_footer ul li {
    width: 50%;
  }
  footer .nav-item .dropdown-menu {
    width: 90vw;
  }
  footer .nav-item:nth-of-type(even) .dropdown-menu {
    float: right;
  }
  /*  interior pages  */
  .banner {
    height: 200px;
  }
  .banner .banner-content {
    max-width: 100%;
  }
  #directory .listing-preview {
    word-break: break-word;
  }
}
/* quick links */
h5.blue-text a {
  color: #254963;
  text-decoration: underline;
  font-weight: bold;
}
#from-the-bishop {
  /*  padding-top: 74px;*/

  /*  padding-bottom: 66px;*/

  margin-bottom: 40px;
}
#from-the-bishop a.button {
  padding: 12px 30px;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  transition: background-color 0.2s;
  border: unset;
}
#from-the-bishop a.button:focus {
  outline: unset;
}
#from-the-bishop .btn-around.active a.button {
  background-color: #c43d3d;
}
#from-the-bishop .blogs {
  display: none;
}
#from-the-bishop .blogs.active {
  display: block;
}
@media only screen and (max-width: 992px) {
  #from-the-bishop {
    margin-bottom: 16px;
  }
  #from-the-bishop a.button {
    margin-bottom: 8px;
    font-size: 16px;
    padding: 8px 16px;
  }
}
/* listview of news */
#listview-back {
  position: relative;
  height: 30px;
}
#listview-back a.button-link {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  #listview-back {
    margin-bottom: 1rem;
  }
}
/* blogs */
/*div.home-item {
    width: 90%;
    margin: 30px auto;
    background-color:white;
    padding:5px;
    margin-bottom:10px;
    border:1px solid #dfdfdf;

    .date {
        position:absolute;
        top:20px;
        left:-65px;
        width:100px;
        background-color: @blue;
        color:white;
        text-align:center;
        font-size:1.25em;
        text-transform: uppercase;
        padding: 5px 0;
        div {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          line-height: 1;
          height: 100px;
          padding: 4px 0;
          span {
            font-size: 30px;
          }
        }
    }

    .bbody { 
      position:relative;
      padding:15px;
      padding-left:45px; 
    }
    h2.title {
        padding:5px;padding-left:0px;margin:0px;
        a { color: @blue; text-decoration: none; }
    }

    .image {
        img {margin: auto; display: block; height:auto; width: 100%;}
    }

    .desc {padding-top:10px;font-size:18px;}
    .tags {padding-top:15px;font-size:18px;}
    .responses {padding-top:15px;}
    .readmore {
        text-align:right;
        
    }
    .fulltext {
        margin-bottom: 1rem;
        img {
            padding:3px;
            border:1px solid #efefef;
        }
    }
    @media only screen and (max-width:575px) {
      h4 {
        font-size: 1.2rem;
      }
      .date {
        position: relative;
        width: 100%;
        padding: 8px 16px;
        left: 0;
        top: 0;
        div {
          flex-direction: row;
          align-items: center;
          height: auto;
          span {
            font-size: inherit;
          }
        }
      }
      .bbody {
        padding-left: 15px;
      }
      .desc, .tags {
        font-size: 16px;
      }
      .readmore {
        margin-top: 16px;
      }
    }
}*/
div.home-item {
  margin: 30px auto;
  background-color: white;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
}
div.home-item .date {
  position: absolute;
  top: 20px;
  left: -65px;
  width: 100px;
  background-color: #254963;
  color: white;
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
  padding: 5px 0;
}
div.home-item .date div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
  height: 100px;
  padding: 4px 0;
}
div.home-item .date div span {
  font-size: 30px;
}
div.home-item .bbody {
  position: relative;
  padding: 15px;
  padding-left: 45px;
}
div.home-item .title {
  padding: 5px;
  padding-left: 0px;
  margin: 0px;
  color: #254963;
}
div.home-item .title a {
  color: #254963;
  text-decoration: none;
}
div.home-item .title a:hover {
  text-decoration: underline;
}
div.home-item .image img {
  margin: auto;
  display: block;
  height: auto;
  width: 100%;
}
div.home-item .desc {
  padding-top: 10px;
  font-size: 18px;
}
div.home-item .tags {
  padding-top: 15px;
  font-size: 18px;
}
div.home-item .responses {
  padding-top: 15px;
}
div.home-item .readmore {
  text-align: right;
}
div.home-item .fulltext {
  margin-bottom: 1rem;
}
div.home-item .fulltext img {
  padding: 3px;
  border: 1px solid #efefef;
}
@media only screen and (max-width: 575px) {
  div.home-item h4 {
    font-size: 1.2rem;
  }
  div.home-item .date {
    position: relative;
    width: 100%;
    padding: 8px 16px;
    left: 0;
    top: 0;
  }
  div.home-item .date div {
    flex-direction: row;
    align-items: center;
    height: auto;
  }
  div.home-item .date div span {
    font-size: inherit;
  }
  div.home-item .bbody {
    padding-left: 15px;
  }
  div.home-item .desc,
  div.home-item .tags {
    font-size: 16px;
  }
  div.home-item .readmore {
    margin-top: 16px;
  }
}
/* archives */
#archives {
  margin-top: 30px;
}
#archives h3 {
  color: #254963;
}
#archives .card,
#archives .card-header,
#archives .sub-card,
#archives .sub-card-header,
#archives button {
  /*    background-color: @bg_color;*/

  border: none;
}
#archives button {
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1.4rem;
  background-color: unset;
}
#archives button:not(.collapsed) {
  font-weight: 600;
}
#archives button:not(.collapsed) .openContainer {
  display: none;
}
#archives button.collapsed .closeContainer {
  display: none;
}
#archives button i {
  /*      color: @entry_font;*/

}
#archives button span {
  font-size: smaller;
}
#archives .card-header {
  background-color: unset;
}
#archives .card-header,
#archives .card-body {
  padding: 0;
}
#archives .card-header-sub {
  padding-left: 0.6rem;
}
#archives .title {
  /*    padding-left: 2.5rem;*/

  font-size: 1.2rem;
  font-weight: 600;
  /*    text-indent: -1em;*/

}
#archives .title a {
  text-decoration: none;
  color: #000;
}
#archives button,
#archives .title {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#archives button:hover,
#archives .title:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 425px) {
  #archives {
    margin-top: 0;
  }
  #archives h3 {
    font-size: 1.2rem !important;
  }
}
p.contact-info {
  color: #254963;
  font-weight: bold;
}
.table .row {
  padding-top: 1rem;
}
.table .row:nth-child(even) {
  background-color: #e1e1e1;
}

#board_password {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#board_password input[type="password"] {
    width: 400px;
    padding: 9px 16px;
}
#board_password input[type="submit"] {
    padding: 13px 24px;
    line-height: 1;
    border: none;
}
#board_password .error {
    background-color: transparent;
}
#board_password .error .text {
    color: white;
    padding: 8px 24px;
    padding-left: 3.6rem;
}
.board_wrapper .year {
    font-size: 2em;
}
.board_wrapper {
    line-height: 2;
}
.board_wrapper .title {
    font-size: 1.5em;
}