@charset "UTF-8";
@font-face {
  font-family: "custom-payment-field-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-field-icons.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-field-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-100.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-300.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-400.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-900.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
#mobileFrame.tablet iframe {
  width: 700px;
}
#mobileFrame.mobile iframe {
  width: 428px;
}
#mobileFrame {
  height: 100%;
}
#mobileFrame.tablet,
#mobileFrame.mobile {
  border: 25px solid #fff;
  border-radius: 25px;
  box-shadow: 0 0 3px 3px #ccc;
  margin-top: 20px;
}
#mobileFrame.tablet iframe,
#mobileFrame.mobile iframe {
  border: 1px solid #ccc;
}
#mobileFrame.tablet {
  width: 700px;
  height: calc(100vh - 65px - 60px - 90px);
  margin-left: calc((100vw - 700px)/2);
}
#mobileFrame.mobile {
  width: 428px;
  height: calc(100vh - 65px - 60px - 90px);
  margin-left: calc((100vw - 428px)/2);
}
#designPreview {
  background: #fff;
  border: 0;
  height: 100%;
}
#designPreview #footerLinks {
  display: none;
}
.border-box {
  box-sizing: border-box;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fa-v6-base {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* Example Usage:
		(at)sectionStylingOptions: "Row Full Width";
		@percent: 96%;
		.rowFullWidth {
			.rowSectionFullWidth(@percent);
			.columnSectionFullWidth(@percent);
			.buttonSectionFullWidth(@percent);
			.gridSectionFullWidth(@percent);
			.halfSectionFullWidth(@percent);
		}
	*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.customModule .moduleBody > ul > li {
  list-style-type: disc;
}
.customModule .moduleBody > ul > li > ul > li {
  list-style-type: circle;
}
.group:after,
#core:after,
#background:after,
.editor:after,
.moduleInner > footer:after,
.sectionInner > footer:after,
.ofField:after,
.footerText:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
*:first-child + html .group {
  zoom: 1;
}
/* IE7 */
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* work-sans-100 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100.woff") format("woff");
}
/* work-sans-100italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 100;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100italic.woff") format("woff");
}
/* work-sans-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 200;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200.woff") format("woff");
}
/* work-sans-200italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 200;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200italic.woff") format("woff");
}
/* work-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300.woff") format("woff");
}
/* work-sans-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 300;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300italic.woff") format("woff");
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-regular.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-regular.woff") format("woff");
}
/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-italic.woff") format("woff");
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500.woff") format("woff");
}
/* work-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 500;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500italic.woff") format("woff");
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600.woff") format("woff");
}
/* work-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 600;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600italic.woff") format("woff");
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700.woff") format("woff");
}
/* work-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 700;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700italic.woff") format("woff");
}
/* work-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 800;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800.woff") format("woff");
}
/* work-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 800;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800italic.woff") format("woff");
}
/* work-sans-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 900;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900.woff") format("woff");
}
/* work-sans-900italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 900;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900italic.woff") format("woff");
}
/* work-sans-100 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100.woff") format("woff");
}
/* work-sans-100italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 100;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-100italic.woff") format("woff");
}
/* work-sans-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 200;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200.woff") format("woff");
}
/* work-sans-200italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 200;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-200italic.woff") format("woff");
}
/* work-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300.woff") format("woff");
}
/* work-sans-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 300;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-300italic.woff") format("woff");
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-regular.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-regular.woff") format("woff");
}
/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-italic.woff") format("woff");
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500.woff") format("woff");
}
/* work-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 500;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-500italic.woff") format("woff");
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600.woff") format("woff");
}
/* work-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 600;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-600italic.woff") format("woff");
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700.woff") format("woff");
}
/* work-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 700;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-700italic.woff") format("woff");
}
/* work-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 800;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800.woff") format("woff");
}
/* work-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 800;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-800italic.woff") format("woff");
}
/* work-sans-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 900;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900.woff") format("woff");
}
/* work-sans-900italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 900;
  src: url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900italic.ttf") format("truetype"), url("https://files.ecatholic.com/ec-fonts/Work_Sans/work-sans-v18-latin-900italic.woff") format("woff");
}
@font-face {
  font-family: "Tenor Sans";
  src: url("https://files.ecatholic.com/ec-fonts/Tenor_Sans/TenorSans-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Tenor_Sans/Tenor_Sans-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Tenor_Sans/Tenor_Sans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tenor Sans";
  src: url("https://files.ecatholic.com/ec-fonts/Tenor_Sans/TenorSans-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Tenor_Sans/Tenor_Sans-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Tenor_Sans/Tenor_Sans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Lora/Lora-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spring";
  src: url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-semibold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spring";
  src: url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-light-webfont.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-light-webfont.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-light-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spring";
  src: url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-regular-webfont.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-regular-webfont.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spring";
  src: url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-semibold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spring";
  src: url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-light-webfont.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-light-webfont.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-light-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spring";
  src: url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-regular-webfont.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-regular-webfont.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/sourcesanspro/sourcesanspro-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Black.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Black.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BlackItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BlackItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLight.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLight.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Light.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Light.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-LightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-LightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Black.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Black.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BlackItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BlackItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Bold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Bold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLight.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLight.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Italic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Italic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Light.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Light.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-LightItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-LightItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Regular.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Regular.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBold.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBold.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBoldItalic.woff2") format("woff2"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBoldItalic.woff") format("woff"), url("https://files.ecatholic.com/ec-fonts/Source_Serif_Pro/SourceSerifPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
html {
  height: 100% !important;
  min-height: 100vh;
}
body {
  margin: 0;
  padding: 0;
  height: 100% !important;
  font-family: "Lora", serif;
  font-size: 18px;
  color: #393c3e;
}
a {
  color: #393c3e;
  text-decoration: underline;
}
a:hover {
  color: rgba(57, 60, 62, 0.5);
  text-decoration: underline;
}
#background {
  position: relative !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
  border-top: solid 0 transparent !important;
  border-bottom: solid 0 transparent;
  padding-top: 0px;
  background: url("../633/design/ARCH%20Coat%20of%20Arms%201.png") "Light", "Light Plus Floral", "Light Plus Jesus and Mary (Saint)", "Gradient";
  background-color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#__lpform_numberButtons {
  display: none;
}
.hideLabel {
  display: none;
}
.wysiwygColor1 {
  color: #071D49;
}
.wysiwygColor2 {
  color: #152733;
}
.wysiwygColor3 {
  color: #999999;
}
.wysiwygColor4 {
  color: #ff4646;
}
.htmlButton {
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  display: inline-flex;
  max-width: 500px;
  min-width: 150px;
  margin: 15px;
  padding: 10px 30px;
  border-radius: 0px;
  line-height: 1.5;
  color: #393c3e;
  background-color: transparent;
  border: 1px solid #393c3e;
  text-decoration: none;
}
.htmlButton:hover {
  color: #fff;
  background-color: #152733;
  border-color: #152733;
  text-decoration: none;
}
.htmlButton2 {
  background-color: #071D49;
  color: #fff;
  border-color: #071D49;
}
.htmlButton2:hover {
  background-color: #152733;
  color: #fff;
  border-color: #152733;
}
#headerBackground {
  background: none;
}
#header {
  position: relative;
  width: 100vw;
  height: 110px;
  margin: 0 auto 0 auto;
  border: 0px solid #fff;
  border-bottom: none;
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px #000;
}
#header .moduleBody {
  overflow: hidden;
}
#header .moduleInner {
  height: 100%;
  width: 100%;
}
#header > * {
  z-index: 150;
}
#pageImage {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.pageTypeInterior #pageImage {
  top: 110px;
  left: 50%;
  width: 1920px;
  height: 330px;
  margin-left: -960px;
}
#siteLogo {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 15px;
  left: 0px;
}
#siteLogo.logoOnly {
  width: 390px;
  height: 70px;
  top: 15px;
  left: 0px;
}
#siteLogo a {
  text-decoration: none;
}
#siteLogo img {
  position: absolute;
  border: 0;
}
#siteLogo img.ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
#siteLogoBody {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#siteName {
  position: absolute;
  width: 390px;
  height: 70px;
  top: 15px;
  left: 85px;
  font-family: "Lora", serif;
  font-size: 20px;
}
#siteName.sitenameOnly {
  width: 390px;
  height: 100px;
  top: 15px;
  left: 0px;
}
#siteName .line1,
#siteName .line2 {
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#siteName .line1.extraSmallFont,
#siteName .line2.extraSmallFont {
  font-size: 10px;
}
#siteName .line1.smallFont,
#siteName .line2.smallFont {
  font-size: 13.2px;
}
#siteName .line1.mediumFont,
#siteName .line2.mediumFont {
  font-size: 20px;
}
#siteName .line1.largeFont,
#siteName .line2.largeFont {
  font-size: 26.6px;
}
#siteName .line1.extraLargeFont,
#siteName .line2.extraLargeFont {
  font-size: 30px;
}
#siteName .line1 a,
#siteName .line2 a {
  text-decoration: none;
  display: inline-block;
  width: auto;
}
#siteName .line1 .editText,
#siteName .line2 .editText {
  display: inline-block;
  width: auto;
  min-height: 15px;
  min-width: 30px;
}
#siteName .line1 {
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}
#siteName .line1,
#siteName .line1 a {
  color: #393c3e;
}
#siteName .line2 {
  margin-top: 5px;
}
#siteName .line2,
#siteName .line2 a {
  color: #393c3e;
}
#siteNameBody {
  width: 100%;
  overflow: hidden;
}
#socialMedia {
  float: right;
  position: relative;
  height: 34px;
  width: auto;
  margin-top: 132px;
  margin-left: 15px;
  margin-right: 0px;
  text-align: right;
}
@media (min-width: 701px) {
  #background #socialMedia {
    display: none;
  }
  #background:not(.hasSocialMedia) #socialMedia {
    display: none;
  }
}
@media (max-width: 700px) {
  #background:not(.hasFooterSocialMedia) #socialMedia {
    display: none;
  }
  #background:not(.hasSocialMedia):not(.hasFooterSocialMedia) #socialMedia {
    display: none;
  }
}
.moduleSocialMedia {
  font-size: 0;
}
.moduleSocialMedia a {
  background-color: transparent;
  color: #fff;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  width: 20px;
  height: 16px;
  border: 0px solid #fff;
  margin: 0px 0px 0px 20px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  border-radius: 0px;
  vertical-align: top;
}
.moduleSocialMedia a:hover {
  background-color: transparent;
  color: #fff;
}
.moduleSocialMedia a:first-child {
  margin-left: 0px;
}
.moduleSocialMedia a.blogSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgBlog");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgBlog', sizingMethod='scale');
}
.moduleSocialMedia a.emailSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgEmail");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgEmail', sizingMethod='scale');
}
.moduleSocialMedia a.facebookSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFacebook");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFacebook', sizingMethod='scale');
  width: 12.5px;
}
.moduleSocialMedia a.twitterSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgTwitter");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgTwitter', sizingMethod='scale');
}
.moduleSocialMedia a.flocknoteSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFlocknote");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFlocknote', sizingMethod='scale');
}
.moduleSocialMedia a.instagramSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgInstagram");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgInstagram', sizingMethod='scale');
}
.moduleSocialMedia a.linkedinSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgLinkedIn");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgLinkedIn', sizingMethod='scale');
}
.moduleSocialMedia a.phoneSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPhone");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPhone', sizingMethod='scale');
}
.moduleSocialMedia a.pinterestSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPinterest");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPinterest', sizingMethod='scale');
}
.moduleSocialMedia a.rssSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgRss");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgRss', sizingMethod='scale');
}
.moduleSocialMedia a.vimeoSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgVimeo");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgVimeo', sizingMethod='scale');
}
.moduleSocialMedia a.youtubeSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgYouTube");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgYouTube', sizingMethod='scale');
}
.moduleSocialMedia a.custom1SocialMedia {
  background-image: url("");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
  display: none;
}
.moduleSocialMedia a.custom2SocialMedia {
  background-image: url("");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
  display: none;
}
.moduleSocialMedia a.custom3SocialMedia {
  background-image: url("");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
  display: none;
}
.moduleSocialMedia a:nth-child(n + 6) {
  display: none;
}
.moduleSocialMedia a .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
}
.moduleSocialMedia .editable {
  min-width: 50px;
}
.moduleSocialMedia .socialMediaBody {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 701px) {
  #socialMediaOption {
    display: none;
  }
}
#dialogSocialMediaSettings form .socialMediaItem:nth-child(n + 6) {
  display: none;
}
#dialogSocialMediaSettings form .socialMediaItem.ui-sortable-placeholder ~ .socialMediaItem:nth-child(6) {
  display: block;
}
#dialogSocialMediaSettings form .socialMediaItem option[value="CUSTOM1"] {
  display: none;
}
#dialogSocialMediaSettings form .socialMediaItem option[value="CUSTOM2"] {
  display: none;
}
#dialogSocialMediaSettings form .socialMediaItem option[value="CUSTOM3"] {
  display: none;
}
#dialogSocialMediaSettings form.dragging .socialMediaItem:nth-child(6) {
  display: block;
}
.svg-defs {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
#search {
  position: relative;
  float: right;
  width: 192px;
  height: 34px;
  margin-top: 132px;
  margin-right: 0px;
}
#search .searchBox {
  font-size: 18px;
  width: 180px;
  height: 26px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #fff;
  color: #393c3e;
}
#search .searchBox::-webkit-input-placeholder {
  color: #393c3e;
}
#search .searchBox:-moz-placeholder {
  color: #393c3e;
}
#search .searchBox::-moz-placeholder {
  color: #393c3e;
}
#search .searchBox:-ms-input-placeholder {
  color: #393c3e;
}
#search .searchBoxSubmit {
  display: none;
}
#searchBody {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#interiorHeader .searchBox {
  margin-top: 10px;
  width: 180px;
  height: 26px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #fff;
  color: #393c3e;
}
#mobileSearch {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0px;
  height: 40px;
  padding: 10px 0 0 20px;
  background-color: #fff;
}
#mobileSearch #searchField {
  width: 225px;
  height: 25px;
}
#coreSearch.searchContainer {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
#coreSearch.searchContainer .searchBox {
  margin-top: 0px;
}
#background .searchBox {
  width: 153px;
  padding-right: 32px;
}
#search .searchBoxSubmit {
  display: block;
}
.searchBoxSubmit,
#searchPopup {
  display: block;
  color: #393c3e;
  background: url("https://cdn.ecatholic.com/1689618031/base-images/icons/search.svg?svgSearch") no-repeat center center;
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 6px;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, opacity 0.5s ease;
  top: 0px;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  margin: auto;
}
.searchBoxSubmit .icon,
#searchPopup .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}
.searchBoxSubmit:hover,
#searchPopup:hover {
  color: #071D49;
}
#mobileSearch #searchField {
  width: 193px;
  padding-right: 32px;
}
#mobileSearch .searchBoxSubmit {
  margin-right: 25px;
  padding: 5px;
}
#searchPopup {
  display: none;
}
@media (min-width: 701px) {
  #searchPopup {
    font-size: 0px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: 133px;
    margin-right: 0px;
    display: block;
  }
  #search {
    margin-top: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
  }
  #search:before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    transform: translate(-50%, -50%);
  }
  #search.open {
    transform: translate(-50%, -50%) scale(2, 2);
    opacity: 1;
    z-index: 151;
    display: block;
  }
}
.headerText {
  display: none;
}
#quickLinks {
  position: absolute;
  width: auto;
  max-height: 21px;
  top: 15px;
  right: 0;
  overflow: hidden;
}
#quickLinks ul {
  float: right;
  margin: 0;
  padding: 0;
  background-color: transparent;
  list-style: none;
}
#quickLinks ul li {
  float: left;
}
#quickLinks ul li:not(:first-child) {
  border-left: 0px solid #393c3e;
}
#quickLinks ul li a {
  display: block;
  height: 6px;
  margin: 0;
  padding: 15px 15px 0 15px;
  color: #393c3e;
  font-size: 14px;
  text-decoration: none;
}
#quickLinks ul li a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
#quickLinks ul li:last-child a {
  padding-right: 15px;
}
@media (min-width: 701px) {
  .siteTitleRight #siteLogo {
    left: auto;
    right: 0px;
  }
  .siteTitleRight #siteLogo.logoOnly {
    left: auto;
    right: 0px;
  }
  .siteTitleRight #siteName {
    left: auto;
    right: 85px;
    text-align: right;
  }
  .siteTitleRight #siteName.sitenameOnly {
    left: auto;
    right: 0px;
  }
  .siteTitleRight #socialMedia {
    float: left;
    margin-left: 0px;
    margin-right: 15px;
  }
  .siteTitleRight #search {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 151;
  }
  .siteTitleRight #quickLinks {
    right: auto;
    left: 0;
  }
  .siteTitleRight #quickLinks ul {
    float: left;
  }
  .siteTitleRight #quickLinks ul li {
    float: left;
  }
  .siteTitleCenter #siteLogo {
    left: 377.5px;
  }
  .siteTitleCenter #siteLogo.logoOnly {
    left: 50%;
    transform: translateX(-50%);
  }
  .siteTitleCenter #siteName {
    left: 462.5px;
  }
  .siteTitleCenter #siteName.sitenameOnly {
    left: 50%;
    transform: translateX(-50%);
  }
  .siteTitleCenter #socialMedia {
    float: left;
    margin-left: 0px;
    margin-right: 15px;
  }
}
@media (min-width: 701px) and (min-width: 701px) {
  .siteTitleRight .siteTitleRight #searchPopup {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.ie7 #nav li,
.ie8 #nav li {
  float: left;
  display: block;
}
#nav {
  position: absolute;
  top: 30px;
  left: 0px;
  width: auto;
}
#nav ul {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
  background-color: transparent;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
}
#nav li {
  position: relative;
  display: inline-block;
  z-index: 200;
}
#nav li:hover {
  background-color: transparent;
}
#nav li:hover > a {
  color: #071D49;
}
#nav li:first-child > a {
  border-left: 0px solid #c4c4c4;
}
#nav li a {
  display: block;
  border-right: 0px solid #c4c4c4;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #393c3e;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
}
#nav li a:hover {
  background-color: transparent;
  color: #071D49;
}
#nav li.selected > a {
  background-color: transparent;
  color: #071D49;
}
#nav li:hover ul {
  display: block;
}
#nav li ul {
  position: absolute;
  display: none;
  width: 250px;
  white-space: normal;
}
#nav li ul li {
  clear: both;
  width: 100%;
  background-color: white;
}
#nav li ul li ul {
  width: 100%;
}
#nav li ul li:first-child a {
  border-left: 0;
}
#nav li ul li.selected a,
#nav li ul li.selected a:hover {
  background-color: #faf7f2;
  color: #071D49;
}
#nav li ul li a {
  border-left: 0;
  border-right: 0;
  border-top: 0px solid #c4c4c4;
  padding: 15px 37px;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 21px;
  color: #393c3e;
}
#nav li ul li a:hover {
  background-color: #faf7f2;
  color: #071D49;
}
#nav .navGroup {
  background: transparent;
}
#nav .navGroup ul {
  position: relative;
}
#nav .navGroup ul li a {
  padding-left: 42px;
}
#nav .navPageGroup,
#nav .navPageGroup:hover {
  background: transparent;
}
#nav .navPageGroup ul {
  position: relative;
  background-color: transparent;
}
#nav .groupName {
  display: block;
  border-top: 0px solid #c4c4c4;
  padding: 15px 37px;
  background-color: transparent;
  font-family: "Lora", serif;
  color: #071D49;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
#nav.resize > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}
#nav.resize > ul > li {
  -webkit-box-flex: 1;
  display: block;
  flex: 1 1 auto;
  position: relative;
}
#nav.resize > ul > li > a {
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
}
.noDropDownMenu #nav li:hover ul {
  display: none;
}
.megaMenu ul {
  -webkit-transform: translate(0px);
}
[class*="MegaMenu"] #nav .megaMenu ul .navGroup ul {
  background-color: transparent;
}
[class*="MegaMenu"] #nav .megaMenu ul .groupName {
  display: block;
  border-top: 0px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 37px;
  background-color: transparent;
  color: #071D49;
  font-family: "Lora", serif;
  font-size: 12px;
  line-height: 17px;
}
[class*="MegaMenu"] #nav .megaMenu ul li {
  background-color: transparent;
}
[class*="MegaMenu"] #nav .megaMenu ul li.selected a,
[class*="MegaMenu"] #nav .megaMenu ul li.selected a:hover {
  background-color: #faf7f2;
  color: #071D49;
}
[class*="MegaMenu"] #nav .megaMenu ul li a {
  border-top: 0px solid #c4c4c4;
  padding: 15px 37px;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 21px;
  color: #393c3e;
}
[class*="MegaMenu"] #nav .megaMenu ul li a:hover {
  background-color: #faf7f2;
  color: #071D49;
}
[class*="MegaMenu"] #nav .megaMenu > ul {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  background-color: white;
  background-color: #ffffff;
  vertical-align: text-top;
  font-size: 0px;
}
[class*="MegaMenu"] #nav .megaMenu > ul > .navGroup .groupName {
  border-top-width: 0px;
}
[class*="MegaMenu"] #nav .megaMenu > ul > .navPageGroup,
[class*="MegaMenu"] #nav .megaMenu > ul > .navGroup {
  display: block;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  padding-bottom: 0px;
}
[class*="MegaMenu"] #nav .megaMenu > ul li,
[class*="MegaMenu"] #nav .megaMenu > ul ul {
  width: 250px;
  display: inline-block;
}
[class*="MegaMenu"] #nav .megaMenu:hover:before {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  background-color: transparent;
  border-right: 0px solid #c4c4c4;
  box-sizing: border-box;
  z-index: 1;
}
[class*="MegaMenu"] #nav .megaMenu.selected:hover:before {
  background-color: transparent;
}
[class*="MegaMenu"] #nav .megaMenu:first-child:hover:before {
  border-left: 0px solid #c4c4c4;
}
.smallMegaMenu #nav .megaMenu > ul {
  width: auto;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  column-gap: 0px;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  -ms-column-gap: 0px;
  -o-column-gap: 0px;
  padding: 0px 0px 0px 0px;
}
.largeMegaMenu #nav .megaMenu > ul {
  border-width: 0px;
  background-color: transparent;
  width: 0vw;
  -webkit-column-width: 250px;
  -moz-column-width: 250px;
  column-width: 250px;
  padding: 0px 0px 0px 100px;
}
.largeMegaMenu #nav .megaMenu > ul:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  box-sizing: border-box;
  margin-left: -50%;
  background-color: white;
  background-color: #ffffff;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
@media (max-width: 1000px) and (min-width: 701px) {
  .largeMegaMenu #nav.sticky[style*="fixed"] .megaMenu > ul,
  .largeMegaMenu #nav.fixed .megaMenu > ul {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    margin-left: 0px !important;
    padding: 10px;
    box-sizing: border-box;
  }
  .largeMegaMenu #nav.sticky[style*="fixed"] .megaMenu > ul > li,
  .largeMegaMenu #nav.fixed .megaMenu > ul > li {
    margin: auto;
  }
}
#navBackground {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 45px;
  background: none;
  background-color: transparent;
}
#navBackground {
  z-index: 150;
}
@media (max-width: 1000px) and (min-width: 701px) {
  #nav[style*="fixed"] {
    left: 0px !important;
    margin-left: 0px !important;
    right: 0px;
    width: 100%;
  }
  #nav[style*="fixed"] > ul {
    width: 100%;
    position: relative;
  }
  #nav[style*="fixed"] > ul > li {
    min-width: 0;
  }
  #nav[style*="fixed"] > ul > li > a {
    overflow: hidden;
  }
}
@media (min-width: 701px) {
  .anchor:target {
    padding-top: 65px;
    display: inline-block;
  }
  @supports (scroll-snap-align) {
    .anchor:target {
      padding-top: 0;
      display: inline;
    }
    html {
      -ms-scroll-padding-top: 65px;
      -webkit-scroll-padding-top: 65px;
      scroll-padding-top: 65px;
    }
  }
}
@media (max-width: 700px) {
  .anchor:target {
    padding-top: 65px;
    display: inline-block;
  }
  @supports (scroll-snap-align) {
    .anchor:target {
      padding-top: 0;
      display: inline;
    }
    html {
      -ms-scroll-padding-top: 80px;
      -webkit-scroll-padding-top: 80px;
      scroll-padding-top: 80px;
    }
  }
}
.translated-ltr #nav[style*="fixed"],
.translated-ltr #navBackground[style*="fixed"] {
  margin-top: 40px;
}
.translated-ltr #nav[style*="absolute"],
.translated-ltr #navBackground[style*="absolute"] {
  top: 30px !important;
  margin-top: 0px;
}
.translated-ltr #adminToolbar {
  top: 40px;
}
#google_translate_element .goog-te-gadget-simple > img:nth-of-type(n + 2),
#google_translate_element .goog-te-gadget-simple > span:nth-of-type(n + 2) {
  display: none;
}
#core {
  position: relative;
  width: 1230px;
  margin: 0 auto 0 auto;
  padding: 0px 0px 0 0px;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 0px #000;
  z-index: 10;
}
#core .moduleName {
  margin: 0;
}
.region {
  position: relative;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
.region.infinite-container .infinite-item {
  margin-left: 0;
  margin-right: 0;
}
.region .moduleBody {
  display: block;
  min-height: 25px;
  word-wrap: initial;
}
.region .moduleBody ul,
.region .moduleBody ol {
  margin: 0;
}
.region .customModule .moduleBody {
  overflow: hidden;
}
.region .customModule img {
  max-width: 100%;
}
.region .customModule ul {
  list-style-position: outside;
  padding-left: 1em;
}
.region .customModule ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}
.region .moduleName .editText,
.region .sectionName .editText {
  display: block;
  min-height: 15px;
}
.moduleInner:not(.mediaFormatting) blockquote {
  background: transparent;
  background-color: #faf7f2;
  font-family: "Lora", serif;
  color: #393c3e;
  margin: 1.5em 0;
  margin-left: min(5%, 34px);
  padding: 30px 47px;
  padding-left: 162px;
  text-align: inherit;
}
.moduleInner:not(.mediaFormatting) blockquote a {
  color: #393c3e;
}
.moduleInner:not(.mediaFormatting) blockquote a:hover {
  color: rgba(57, 60, 62, 0.5);
}
.moduleInner:not(.mediaFormatting) blockquote > p:first-child {
  -webkit-margin-before: 0px;
}
.moduleInner:not(.mediaFormatting) blockquote > p:last-child {
  -webkit-margin-after: 0px;
}
.region .moduleInner {
  background: none;
  background-color: transparent;
}
.region .moduleInner .moduleBody,
.region .moduleInner footer,
.region .moduleInner > a,
.region .moduleInner.content {
  margin-left: 0;
  margin-right: 0;
}
.region .moduleInner header {
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.region .moduleInner footer {
  clear: both;
  padding-bottom: 0;
}
.region > li {
  margin-bottom: 25px;
}
.region .moduleName {
  padding: 10px 0 25px 0;
  border-bottom: 0px solid #999999;
  background: none;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #393c3e;
}
.facebookModule .facebook {
  background-color: #fff;
  border-radius: 5px;
}
.twitterModule .moduleBody {
  text-align: center;
}
.instagramModule .instagram-media {
  min-width: unset !important;
  box-sizing: border-box;
}
.rssLink {
  float: right;
  text-decoration: none;
}
.newsModule .rssLink,
.newsSection .rssLink {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgRss");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgRss', sizingMethod='scale');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-color: #071D49;
  color: #fff;
  border-radius: 3px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.newsModule .rssLink:hover,
.newsSection .rssLink:hover {
  background-color: #152733;
  color: #fff;
}
.newsModule .rssLink .icon,
.newsSection .rssLink .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 5%;
}
.aggregate li .dynamicThumbContainer {
  width: 100%;
}
.aggregate li .dynamicThumbContainer .dynamicThumb {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.aggregate li .dynamicThumbContainer .dynamicThumbImage {
  position: relative;
  width: auto;
  max-width: none;
}
.aggregate li.news .thumb,
.aggregate li.news .thumb .thumbImage:not(.dynamicThumb) {
  max-width: 555px;
}
.aggregate li.news .thumb .dynamicThumbContainer {
  padding-bottom: 58.73873874%;
}
.aggregate li.event .thumb,
.aggregate li.event .thumb .thumbImage:not(.dynamicThumb) {
  max-width: 555px;
}
.aggregate li.event .thumb .dynamicThumbContainer {
  padding-bottom: 58.73873874%;
}
.aggregate li.person .thumb,
.aggregate li.person .thumb .thumbImage:not(.dynamicThumb) {
  max-width: 242px;
}
.aggregate li.person .thumb .dynamicThumbContainer {
  padding-bottom: 123.96694215%;
}
footer .icalLink,
[id="interiorHeader"] .calendarExportContainer {
  float: right;
  text-decoration: none;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.calendarModule.calendarView .calendarExportContainer {
  float: right;
  width: 29px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendarModule.calendarView .calendarExportContainer:hover {
  background: rgba(255, 255, 255, 0.3);
}
.calendarModule.calendarView .calendarExportContainer .exportCalendar {
  float: right;
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
  padding: 7px 4px;
  box-sizing: border-box;
}
.calendarModule footer .icalLink,
.eventsSection footer .icalLink {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-left: 10px;
}
.calendarModule.listView .exportCalendar,
.eventsSection.listView .exportCalendar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calendarExportContainer {
  cursor: pointer;
}
.calendarExportContainer .fieldHelp {
  display: none;
  position: absolute;
  border: 1px solid #777;
  background: #fff;
  width: 150px;
  margin-top: -6px;
  opacity: 1 !important;
  z-index: 911;
  white-space: nowrap;
}
.calendarExportContainer .fieldHelp a {
  color: #555;
  font-size: 12px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  padding: 10px;
  text-align: right;
  font-weight: normal;
}
#background .calendarExportContainer .fieldHelp a {
  color: #393c3e;
}
#background .calendarExportContainer .fieldHelp a:hover {
  color: rgba(57, 60, 62, 0.5);
  background: #faf7f2;
}
.calendarExportContainer .fieldHelp a:not(:last-child) {
  border-bottom: 1px solid #666;
}
#pageTitle .exportCalendar {
  color: #393c3e;
}
#pageTitle .exportCalendar:hover {
  color: rgba(57, 60, 62, 0.5);
}
@media (min-width: 429px) {
  .peopleModule.twoPerLine .moduleBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .peopleModule.twoPerLine .person,
  .peopleModule.twoPerLine .regionSortableHighlight {
    width: 50%;
    box-sizing: border-box;
  }
  .peopleModule.twoPerLine .person:last-child {
    margin-bottom: 15px;
  }
  .peopleModule.twoPerLine .personGroup {
    width: 100%;
  }
  .peopleModule.twoPerLine .personGroup ~ li:not(.personGroup) {
    width: calc((100% - 15px) / 2);
    margin-right: -15px;
  }
  .peopleModule.twoPerLine .person,
  .peopleModule.twoPerLine .regionSortableHighlight {
    padding-right: 10px;
  }
  .peopleModule.grid .moduleBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .peopleModule.grid .person,
  .peopleModule.grid .regionSortableHighlight {
    width: 50%;
    box-sizing: border-box;
  }
  .peopleModule.grid .person:last-child {
    margin-bottom: 15px;
  }
  .peopleModule.grid .personGroup {
    width: 100%;
  }
  .peopleModule.grid .personGroup ~ li:not(.personGroup) {
    width: calc((100% - 15px) / 2);
    margin-right: -15px;
  }
  .peopleModule.grid .aggregate .person {
    text-align: center;
  }
  .peopleModule.grid .aggregate .person .thumb {
    width: 90px;
    position: relative;
    left: 50%;
    margin-left: -45px;
  }
  .peopleModule.grid .aggregate .person .thumb img {
    margin: 0 auto;
  }
  .peopleModule.grid .aggregate .person .name {
    clear: both;
  }
}
@media (min-width: 429px) and (max-width: 700px) and (min-width: 429px) {
  .peopleModule.grid .moduleBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .peopleModule.grid .person,
  .peopleModule.grid .regionSortableHighlight {
    width: 33.33333333%;
    box-sizing: border-box;
  }
  .peopleModule.grid .person:last-child {
    margin-bottom: 15px;
  }
  .peopleModule.grid .personGroup {
    width: 100%;
  }
  .peopleModule.grid .personGroup ~ li:not(.personGroup) {
    width: calc((100% - 15px) / 3);
    margin-right: -15px;
  }
}
@media (min-width: 701px) {
  .duo #content1 .peopleModule.grid .moduleBody,
  .solo #content1 .peopleModule.grid .moduleBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .duo #content1 .peopleModule.grid .person,
  .solo #content1 .peopleModule.grid .person,
  .duo #content1 .peopleModule.grid .regionSortableHighlight,
  .solo #content1 .peopleModule.grid .regionSortableHighlight {
    width: 33.33333333%;
    box-sizing: border-box;
  }
  .duo #content1 .peopleModule.grid .person:last-child,
  .solo #content1 .peopleModule.grid .person:last-child {
    margin-bottom: 15px;
  }
  .duo #content1 .peopleModule.grid .personGroup,
  .solo #content1 .peopleModule.grid .personGroup {
    width: 100%;
  }
  .duo #content1 .peopleModule.grid .personGroup ~ li:not(.personGroup),
  .solo #content1 .peopleModule.grid .personGroup ~ li:not(.personGroup) {
    width: calc((100% - 15px) / 3);
    margin-right: -15px;
  }
  .rowSection.twoModule .peopleModule.grid .moduleBody,
  .rowSection.oneModule .peopleModule.grid .moduleBody,
  .columnSection .largeColumn .peopleModule.grid .moduleBody,
  .halfSection .size6 .peopleModule.grid .moduleBody,
  .halfSection .size8 .peopleModule.grid .moduleBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .rowSection.twoModule .peopleModule.grid .person,
  .rowSection.oneModule .peopleModule.grid .person,
  .columnSection .largeColumn .peopleModule.grid .person,
  .halfSection .size6 .peopleModule.grid .person,
  .halfSection .size8 .peopleModule.grid .person,
  .rowSection.twoModule .peopleModule.grid .regionSortableHighlight,
  .rowSection.oneModule .peopleModule.grid .regionSortableHighlight,
  .columnSection .largeColumn .peopleModule.grid .regionSortableHighlight,
  .halfSection .size6 .peopleModule.grid .regionSortableHighlight,
  .halfSection .size8 .peopleModule.grid .regionSortableHighlight {
    width: 33.33333333%;
    box-sizing: border-box;
  }
  .rowSection.twoModule .peopleModule.grid .person:last-child,
  .rowSection.oneModule .peopleModule.grid .person:last-child,
  .columnSection .largeColumn .peopleModule.grid .person:last-child,
  .halfSection .size6 .peopleModule.grid .person:last-child,
  .halfSection .size8 .peopleModule.grid .person:last-child {
    margin-bottom: 15px;
  }
  .rowSection.twoModule .peopleModule.grid .personGroup,
  .rowSection.oneModule .peopleModule.grid .personGroup,
  .columnSection .largeColumn .peopleModule.grid .personGroup,
  .halfSection .size6 .peopleModule.grid .personGroup,
  .halfSection .size8 .peopleModule.grid .personGroup {
    width: 100%;
  }
  .rowSection.twoModule .peopleModule.grid .personGroup ~ li:not(.personGroup),
  .rowSection.oneModule .peopleModule.grid .personGroup ~ li:not(.personGroup),
  .columnSection .largeColumn .peopleModule.grid .personGroup ~ li:not(.personGroup),
  .halfSection .size6 .peopleModule.grid .personGroup ~ li:not(.personGroup),
  .halfSection .size8 .peopleModule.grid .personGroup ~ li:not(.personGroup) {
    width: calc((100% - 15px) / 3);
    margin-right: -15px;
  }
}
.embedModule .moduleBody {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#core .mediaFormatting .moduleName {
  margin-bottom: 10px;
}
.wordOnFireTempModule.mediaFormatting .aggregate {
  padding-top: 0px;
}
img[style="float: left;"] {
  margin: 15px 15px 15px 0;
}
img[style="float: right;"] {
  margin: 15px 0 15px 15px;
}
.wordOnFireCovidModule h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.wordOnFireCovidModule .wofCovidContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wordOnFireCovidModule .wofCovidImage {
  flex-basis: 240px;
}
.wordOnFireCovidModule .wofCovidImg {
  border-radius: 18px;
}
.wordOnFireCovidModule .wofCovidText {
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
}
.sectionRegion .sectionInner {
  background: none;
  background-color: transparent;
}
.sectionRegion .sectionInner .sectionBody,
.sectionRegion .sectionInner > footer,
.sectionRegion .sectionInner > a,
.sectionRegion .sectionInner.content {
  margin-left: 0;
  margin-right: 0;
}
.sectionRegion .sectionInner > header {
  padding-top: 75px;
  margin-left: 0;
  margin-right: 0;
}
.sectionRegion .sectionInner > footer {
  clear: both;
  padding-bottom: 75px;
}
.sectionRegion .sectionName {
  padding: 20px 0 20px 0;
  border-bottom: 0px solid #999999;
  margin: 0px 0px 30px;
  background: none;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #393c3e;
}
.sectionRegion > li:not(.emptyRegionSection) {
  margin-bottom: 0px;
}
.sectionRegion .sectionInner.emptyRegionSection {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sectionInner {
  position: relative;
  box-sizing: border-box;
  min-height: 125px;
}
.sectionInner .sectionBody {
  display: flex;
  justify-content: space-between;
}
.sectionInner .modulePosition {
  flex-grow: 0;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
}
.sectionInner .sectionTextModule .modulePosition.titlePosition {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .sectionInner .sectionTextModule .modulePosition.titlePosition {
    margin-bottom: 50px;
  }
}
.sectionInner .mediaFormatting iframe {
  max-width: 100%;
}
.sectionInner.hasFixedHeight {
  display: flex;
  flex-direction: column;
}
.sectionInner.hasFixedHeight .sectionBody {
  min-height: 0;
}
@media (min-width: 701px) {
  .sectionInner.hasFixedHeight .sectionBody {
    flex-basis: 100%;
  }
}
@media (max-width: 700px) {
  .sectionInner.hasFixedHeight.clonedMobileSection .sectionBody {
    flex-basis: 100%;
  }
}
.sectionInner.hasFixedHeight .modulePosition > li,
.sectionInner.hasFixedHeight .modulePosition > li .moduleInner {
  max-height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.sectionInner.hasFixedHeight .modulePosition .moduleBody {
  overflow-y: auto;
}
.sectionInner.hasFixedHeight .modulePosition .imageModule .moduleBody {
  overflow: hidden;
  display: flex;
}
@media (max-width: 700px) {
  .sectionInner.hasFixedHeight .modulePosition .imageModule .moduleBody .focusPointImagePositioner {
    height: 100%;
  }
}
.sectionInner.hasFixedHeight .regionSortableHighlight {
  max-height: 100%;
}
.sectionInner.hasBackgroundImage .sectionBackground {
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -100vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 1920px;
  margin-left: -960px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px auto;
  background-size: cover;
}
@media (min-width: 1920px) {
  .sectionInner.hasBackgroundImage .sectionBackground {
    width: 100vw;
    margin-left: -50vw;
  }
}
@media (max-width: 700px) {
  .sectionInner:not(.clonedMobileSection) > header {
    padding-top: 40px;
  }
  .sectionInner:not(.clonedMobileSection) > footer {
    padding-bottom: 40px;
  }
  .sectionInner:not(.clonedMobileSection) .sectionBody {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sectionInner:not(.clonedMobileSection) .sectionBody .modulePosition {
    max-width: 100%;
  }
  .sectionInner:not(.clonedMobileSection) .sectionBody .modulePosition:empty {
    display: none;
  }
  .sectionInner:not(.clonedMobileSection).hasFixedHeight {
    height: auto !important;
  }
  .sectionInner:not(.clonedMobileSection).hasBackgroundImage .sectionBackground {
    background-size: 0;
  }
}
.rowSection.oneModule .modulePosition {
  width: 100%;
}
.rowSection.twoModule .modulePosition {
  width: 590px;
}
.rowSection.threeModule .modulePosition {
  width: 376.66666667px;
}
.rowSection.fourModule .modulePosition {
  width: 270px;
}
.rowSection.fiveModule .modulePosition {
  width: 206px;
}
.rowSection.sixModule .modulePosition {
  width: 163.33333333px;
}
@media (max-width: 700px) {
  .rowSection:not(.clonedMobileSection) .sectionBody .modulePosition:not(:last-child) > li {
    margin-bottom: 50px;
  }
  .rowSection:not(.clonedMobileSection).oneModule .sectionBody .modulePosition,
  .rowSection:not(.clonedMobileSection).twoModule .sectionBody .modulePosition,
  .rowSection:not(.clonedMobileSection).threeModule .sectionBody .modulePosition {
    width: 600px;
  }
  .rowSection .modulePosition .sectionButtonModule {
    margin-left: auto;
    margin-right: auto;
  }
  .rowSection.twoModule .modulePosition .sectionButtonModule {
    width: 590px;
  }
  .rowSection.threeModule .modulePosition .sectionButtonModule {
    width: 376.66666667px;
  }
  .rowSection.fourModule .modulePosition .sectionButtonModule {
    width: 270px;
  }
  .rowSection.fiveModule .modulePosition .sectionButtonModule {
    width: 206px;
  }
  .rowSection.sixModule .modulePosition .sectionButtonModule {
    width: 163.33333333px;
  }
}
@media (max-width: 428px) {
  .rowSection:not(.clonedMobileSection) .sectionBody .modulePosition {
    width: 325px;
  }
}
.rowSection:not(.hasFixedHeight) .buttonModule.focusPointImage .focusPointImageHolder:not(.imageLoaded) {
  position: absolute;
}
.columnSection .modulePositionColumn > li:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 701px) {
  .columnSection .content1 {
    width: 803.33333333px;
  }
  .columnSection .content2,
  .columnSection .content3 {
    width: 376.66666667px;
  }
  .columnSection.trioColumn .content1 {
    width: 376.66666667px;
  }
  .columnSection.soloColumn .content1 {
    width: 1230px;
  }
  .columnSection.twinColumn .content1,
  .columnSection.twinColumn .content2 {
    width: 590px;
  }
}
@media (max-width: 700px) {
  .columnSection .modulePosition {
    width: 100%;
  }
  .columnSection:not(.clonedMobileSection) .sectionBody .modulePositionColumn:not(:last-child),
  .columnSection:not(.clonedMobileSection) .sectionBody .modulePositionColumn > li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.buttonsSection .sectionBody {
  flex-wrap: wrap;
}
.buttonsSection .titlePosition {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .buttonsSection .titlePosition {
    margin-bottom: 50px;
  }
}
.buttonsSection .buttonRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .buttonsSection .buttonRow {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .buttonsSection .buttonRow .buttonPosition:not(:last-child) {
    margin-bottom: 50px;
  }
}
.buttonsSection .buttonPosition {
  height: 443px;
  width: 376.66666667px;
}
.buttonsSection .buttonPosition > li {
  height: 100%;
}
.buttonsSection.twoAcross .buttonPosition {
  width: 376.66666667px;
}
.buttonsSection.threeAcross .buttonPosition {
  width: 376.66666667px;
}
.buttonsSection.fourAcross .buttonPosition {
  width: 270px;
}
.buttonsSection.fiveAcross .buttonPosition {
  width: 206px;
}
.buttonsSection.sixAcross .buttonPosition {
  width: 163.33333333px;
}
.buttonsSection.twoRow .buttonRow1 {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .sectionRegion.region .sectionInner .sectionButtonModule {
    transform-origin: bottom left;
  }
  .sectionInner.hasFixedHeight:not(.clonedMobileSection) .sectionButtonModule:not(.sectionButtonMarkedDelete) {
    max-height: none;
  }
}
@media (max-width: 428px) {
  .buttonsSection:not(.clonedMobileSection) .buttonPosition {
    height: auto;
  }
}
@media (min-width: 701px) {
  .gridSection .sectionBody {
    width: 1230px;
  }
}
.gridSection.hasFixedHeight .sectionBody {
  flex-basis: auto;
}
.gridSection .sectionBody {
  display: -ms-grid;
  -ms-grid-columns: 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px 106.66666667px;
  -ms-grid-rows: 320px 320px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, 56.66666667px);
  grid-auto-columns: 56.66666667px;
  grid-template-rows: repeat(2, 270px);
  grid-auto-rows: 270px;
  grid-gap: 50px 50px;
  justify-content: center;
  grid-auto-flow: column;
}
@supports (display: grid) {
  .gridSection .sectionBody {
    overflow: visible;
  }
}
.gridSection .modulePosition {
  -ms-grid-row-span: 1;
  -ms-grid-column-span: 3;
  margin-right: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  grid-row: span 1;
  grid-column: span 3;
}
@supports (display: grid) {
  .gridSection .modulePosition {
    margin-right: 0;
    margin-bottom: 0;
    overflow: visible;
  }
}
.gridSection.threeAcross .modulePosition {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.gridSection .wideCell,
.gridSection .wideTallCell {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.gridSection .tallCell,
.gridSection .wideTallCell {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.gridSection .order1 {
  order: 1;
}
.gridSection .order2 {
  order: 2;
}
.gridSection .order3 {
  order: 3;
}
.gridSection .order4 {
  order: 4;
}
.gridSection .order5 {
  order: 5;
}
.gridSection .order6 {
  order: 6;
}
.gridSection .order7 {
  order: 7;
}
.gridSection .order8 {
  order: 8;
}
@media (max-width: 700px) {
  .gridSection:not(.clonedMobileSection) .sectionBody {
    grid-gap: 50px 50px;
  }
  .gridSection:not(.clonedMobileSection) .sectionBody .modulePosition > li:last-child {
    margin-bottom: 50px;
  }
  .gridSection:not(.clonedMobileSection) .sectionBody {
    grid-auto-flow: dense;
  }
  .gridSection:not(.clonedMobileSection).GRID_DSWS .order3 {
    order: 5;
  }
  .gridSection:not(.clonedMobileSection).GRID_SWSD .order2,
  .gridSection:not(.clonedMobileSection).GRID_SWSWSS .order2,
  .gridSection:not(.clonedMobileSection).GRID_SWSSWS .order2 {
    order: 4;
  }
  .gridSection:not(.clonedMobileSection).GRID_WSSSWS .order5,
  .gridSection:not(.clonedMobileSection).GRID_SWSSWS .order5 {
    order: 7;
  }
  .gridSection:not(.clonedMobileSection).GRID_DSST .order4,
  .gridSection:not(.clonedMobileSection).GRID_DSSSS .order4 {
    order: 2;
  }
  .gridSection:not(.clonedMobileSection).GRID_SSTD .order3,
  .gridSection:not(.clonedMobileSection).GRID_SSSSD .order3,
  .gridSection:not(.clonedMobileSection).GRID_SSSSWW .order3 {
    order: 1;
  }
  .gridSection:not(.clonedMobileSection).GRID_WWSSSS .order5 {
    order: 3;
  }
}
.sectionRegion .gridSection > footer {
  padding-bottom: 25px;
}
@supports (display: grid) {
  .sectionRegion .gridSection > footer {
    padding-bottom: 75px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .gridSection:not(.clonedMobileSection) .sectionBody {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
  .gridSection:not(.clonedMobileSection).threeAcross .sectionBody {
    max-width: 376.66666667px;
  }
  .gridSection:not(.clonedMobileSection).GRID_TDT .order2 {
    order: 0;
  }
}
@media (max-width: 428px) {
  .gridSection:not(.clonedMobileSection) .sectionBody {
    display: flex;
    grid-gap: 0px;
  }
  .gridSection:not(.clonedMobileSection).fourAcross .tallCell .buttonModule,
  .gridSection:not(.clonedMobileSection).fourAcross .normalCell .buttonModule,
  .gridSection:not(.clonedMobileSection).fourAcross .tallCell .imageModule,
  .gridSection:not(.clonedMobileSection).fourAcross .normalCell .imageModule {
    width: 270px;
  }
  .gridSection:not(.clonedMobileSection).threeAcross .tallCell .buttonModule,
  .gridSection:not(.clonedMobileSection).threeAcross .normalCell .buttonModule,
  .gridSection:not(.clonedMobileSection).threeAcross .tallCell .imageModule,
  .gridSection:not(.clonedMobileSection).threeAcross .normalCell .imageModule {
    width: 376.66666667px;
  }
  .gridSection:not(.clonedMobileSection) .wideCell,
  .gridSection:not(.clonedMobileSection) .wideTallCell {
    width: 590px;
  }
  .gridSection:not(.clonedMobileSection) .modulePosition > li:not(.sectionButtonModule) {
    height: auto !important;
  }
  .gridSection:not(.clonedMobileSection) > footer {
    margin-top: -50px;
  }
}
.halfSection .size3 {
  width: 282.5px;
}
.halfSection .size4 {
  width: 385px;
}
.halfSection .size5 {
  width: 487.5px;
}
.halfSection .size6 {
  width: 590px;
}
.halfSection .size7 {
  width: 692.5px;
}
.halfSection .size8 {
  width: 795px;
}
.halfSection .size9 {
  width: 897.5px;
}
@media (max-width: 700px) {
  .halfSection:not(.clonedMobileSection) .sectionBody .modulePosition:not(:last-child) > li:last-child {
    margin-bottom: 50px;
  }
}
.tabsSection *[class*="ui-corner"] {
  border-radius: 0px;
}
.tabsSection .ui-helper-clearfix:before,
.tabsSection .ui-helper-clearfix:after {
  display: none;
}
.tabsSection .sectionBody {
  flex-wrap: wrap;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
}
.tabsSection .tabArea {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}
.tabsSection .tabArea .regionSortableHighlight {
  min-height: unset;
  min-width: 200px;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  border-bottom-width: 5px;
  margin: 0px;
}
.tabsSection .tabArea .moveHandleItem {
  height: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  right: -1px;
}
.tabsSection .tabArea .tab {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  float: left;
  background-color: transparent;
  border: 1px solid #c4c4c4;
}
.tabsSection .tabArea .tab a {
  float: left;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  min-height: 90px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #393c3e;
  padding: 10px 20px;
  line-height: 1.2;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 0px solid #393c3e;
  box-sizing: border-box;
}
.tabsSection .tabArea .tab:hover {
  background-color: #071D49;
}
.tabsSection .tabArea .tab:hover a {
  color: #fff;
  border-color: #fff;
}
.tabsSection .tabArea .tab.ui-tabs-active {
  margin: 0;
  padding: 0;
  background-color: #071D49;
}
.tabsSection .tabArea .tab.ui-tabs-active a {
  color: #fff;
  border-color: #fff;
}
.tabsSection .tabArea .tab.editable.hoverEditable {
  box-shadow: none;
}
.tabsSection .tabArea .tab:before {
  content: "";
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}
.tabsSection .tabArea .tab.hoverEditable:before {
  box-shadow: 0 0 0 1px #e87722;
}
.tabsSection .tabContent {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .tabsSection .tabArea {
    display: none;
  }
  .tabsSection .sectionBody {
    border: 1px solid #c4c4c4;
    border-bottom-width: 0px;
  }
  .tabsSection .sortable {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
  }
  .tabsSection .tabContent {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .tabsSection .tab {
    margin: 0;
    border: 0;
    padding: 15px 20px;
    padding-right: 60px;
    background-color: transparent;
  }
  .tabsSection .tab a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #393c3e;
  }
  .tabsSection .tab .collapsibleIcon {
    width: 10px;
    height: 100%;
    padding-left: 10px;
    padding-right: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #071D49;
    display: flex;
  }
  .tabsSection .tab .collapsibleIcon svg {
    width: 10px;
  }
  .tabsSection .tab .expandedIcon {
    display: block;
  }
  .tabsSection .tab .collapsedIcon {
    display: none;
  }
  .tabsSection .tab:hover {
    background-color: #071D49;
  }
  .tabsSection .tab:hover a {
    color: #fff;
  }
  .tabsSection .tab:hover .collapsibleIcon {
    color: #071D49;
  }
  .tabsSection .tab.ui-accordion-header-active {
    background-color: transparent;
  }
  .tabsSection .tab.ui-accordion-header-active a {
    color: #393c3e;
  }
  .tabsSection .tab.ui-accordion-header-active .collapsibleIcon {
    color: #071D49;
  }
  .tabsSection .tab.ui-accordion-header-active .expandedIcon {
    display: none;
  }
  .tabsSection .tab.ui-accordion-header-active .collapsedIcon {
    display: block;
  }
  .tabsSection .tab:focus {
    outline: none;
  }
  .tabsSection .ui-accordion-content {
    background-color: transparent;
    border-width: 0px;
    padding: 25px 25px;
  }
  .tabsSection .ui-accordion-content:not(.emptyModulePosition) {
    min-height: unset;
  }
}
@media (min-width: 701px) {
  .tabsView .tabContent {
    background-color: transparent;
    padding: 20px 35px;
    border: 1px solid #c4c4c4;
  }
  .tabsView .tabContent .tab {
    display: none;
  }
  .tabsView .tabContent:not(:nth-child(2)) {
    visibility: hidden;
  }
  .tabsView .tabContent.ui-tabs-panel {
    visibility: visible;
  }
}
.tabsView.verticalTabs .tabArea {
  width: 340px;
}
.tabsView.verticalTabs .tabArea .tab {
  width: 100%;
  margin: -1px 0px;
}
.tabsView.verticalTabs .tabArea .tab a {
  min-height: 90px;
  padding: 10px 20px;
  line-height: 1.2;
}
@media (min-width: 701px) {
  .tabsView.verticalTabs .tabContent {
    width: 890px;
  }
}
.tabsView.verticalTabs.leftTabs .tabArea .tab {
  border-left-width: 0px;
}
.tabsView.verticalTabs.leftTabs .tabArea .tab.ui-tabs-active {
  border-right-color: #071D49;
}
@media (min-width: 701px) {
  .tabsView.verticalTabs.leftTabs .tabContent {
    padding-left: 35px;
    border-left-width: 0px;
  }
}
.tabsView.verticalTabs.rightTabs .tabArea {
  order: 100;
}
.tabsView.verticalTabs.rightTabs .tabArea .tab {
  margin-left: -1px;
  border-right-width: 0px;
}
.tabsView.verticalTabs.rightTabs .tabArea .tab.ui-tabs-active {
  border-left-color: #071D49;
}
@media (min-width: 701px) {
  .tabsView.verticalTabs.rightTabs .tabContent {
    padding-right: 35px;
    border-right-width: 0px;
  }
}
.tabsView.horizontalTabs .tabArea {
  width: 100%;
}
@media (min-width: 701px) {
  .tabsView.horizontalTabs .tabArea {
    display: flex;
  }
}
.tabsView.horizontalTabs .tabArea .tab {
  margin: 0px -1px;
  text-align: center;
}
.tabsView.horizontalTabs .tabArea .tab a {
  justify-content: center;
}
.tabsView.horizontalTabs .tabArea .tab,
.tabsView.horizontalTabs .tabArea .regionSortableHighlight {
  width: 0;
  flex: 1 1 auto;
  min-width: unset;
  max-width: calc(50% + (1px * 2));
}
.tabsView.horizontalTabs.topTabs .tabArea .tab {
  border-top-width: 0px;
  margin-bottom: -1px;
}
.tabsView.horizontalTabs.topTabs .tabArea .tab.ui-tabs-active {
  border-bottom-color: #071D49;
}
@media (min-width: 701px) {
  .tabsView.horizontalTabs.topTabs .tabContent {
    border-top-width: 0px;
  }
}
.tabsView.horizontalTabs.bottomTabs .tabArea {
  order: 100;
}
.tabsView.horizontalTabs.bottomTabs .tabArea .tab {
  border-bottom-width: 0px;
  margin-top: -1px;
}
.tabsView.horizontalTabs.bottomTabs .tabArea .tab.ui-tabs-active {
  border-top-color: #071D49;
}
@media (min-width: 701px) {
  .tabsView.horizontalTabs.bottomTabs .tabContent {
    border-bottom-width: 0px;
  }
}
@media (min-width: 701px) {
  .tabsSection.accordionView .sectionBody {
    border: 1px solid #c4c4c4;
    border-bottom-width: 0px;
  }
  .tabsSection.accordionView .sortable {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
  }
  .tabsSection.accordionView .tabContent {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .tabsSection.accordionView .tab {
    margin: 0;
    border: 0;
    padding: 20px 25px;
    padding-right: 72.5px;
    background-color: transparent;
  }
  .tabsSection.accordionView .tab a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #393c3e;
  }
  .tabsSection.accordionView .tab .collapsibleIcon {
    width: 10px;
    height: 100%;
    padding-left: 12.5px;
    padding-right: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #071D49;
    display: flex;
  }
  .tabsSection.accordionView .tab .collapsibleIcon svg {
    width: 10px;
  }
  .tabsSection.accordionView .tab .expandedIcon {
    display: block;
  }
  .tabsSection.accordionView .tab .collapsedIcon {
    display: none;
  }
  .tabsSection.accordionView .tab:hover {
    background-color: #071D49;
  }
  .tabsSection.accordionView .tab:hover a {
    color: #fff;
  }
  .tabsSection.accordionView .tab:hover .collapsibleIcon {
    color: #071D49;
  }
  .tabsSection.accordionView .tab.ui-accordion-header-active {
    background-color: transparent;
  }
  .tabsSection.accordionView .tab.ui-accordion-header-active a {
    color: #393c3e;
  }
  .tabsSection.accordionView .tab.ui-accordion-header-active .collapsibleIcon {
    color: #071D49;
  }
  .tabsSection.accordionView .tab.ui-accordion-header-active .expandedIcon {
    display: none;
  }
  .tabsSection.accordionView .tab.ui-accordion-header-active .collapsedIcon {
    display: block;
  }
  .tabsSection.accordionView .tab:focus {
    outline: none;
  }
  .tabsSection.accordionView .tabContentHolder {
    background-color: transparent;
    border-width: 0px;
    padding: 50px 40px;
    outline-offset: -40px;
    overflow: visible;
  }
  .tabsSection.accordionView .tabContentHolder:not(.emptyModulePosition) {
    min-height: unset;
  }
}
.newsSection.listView .aggregate .group {
  margin-bottom: 0px;
}
.newsSection.listView .group {
  width: 100%;
  overflow-y: auto;
}
.newsSection.listView .group:not(:last-child) {
  margin-right: 0px;
}
@media (max-width: 700px) {
  .newsSection.listView:not(.clonedMobileSection) .aggregate .group {
    margin-right: 0px;
  }
  .newsSection.listView:not(.clonedMobileSection) .aggregate .group:not(:last-child) {
    margin-bottom: 50px;
  }
}
.newsSection.featuredView .aggregate {
  width: 100%;
}
.newsSection.featuredView .aggregate:first-child {
  margin-right: 0px;
}
.eventsSection.listView .aggregate .group {
  margin-bottom: 0px;
}
.eventsSection.listView .group {
  width: 100%;
  overflow-y: auto;
}
.eventsSection.listView .group:not(:last-child) {
  margin-right: 0px;
}
@media (max-width: 700px) {
  .eventsSection.listView:not(.clonedMobileSection) .aggregate .group {
    margin-right: 0px;
  }
  .eventsSection.listView:not(.clonedMobileSection) .aggregate .group:not(:last-child) {
    margin-bottom: 50px;
  }
}
.headlineSection.sectionInner header {
  padding-top: 0px;
}
.headlineSection.sectionInner footer {
  padding-bottom: 0px;
}
.headlineSection.sectionInner .sectionBody {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  box-sizing: border-box;
  align-items: center;
}
.headlineSection.sectionInner .sectionBody .title,
.headlineSection.sectionInner .sectionBody .caption {
  text-align: center;
}
.headlineSection.sectionInner .sectionBody .callToActionButtons .aggregate {
  justify-content: center;
}
@media (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody .callToActionButtons .link {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media (min-width: 701px) {
  .headlineSection.sectionInner .sectionBody .callToActionButtons .link:first-child {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody .callToActionButtons .link:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody .callToActionButtons .link:nth-child(odd) {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody .callToActionButtons .link:nth-child(even) {
    margin-right: 0px;
  }
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .title,
.headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .caption {
  text-align: left;
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .aggregate {
  justify-content: left;
}
@media (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media (min-width: 701px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link:first-child {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link:nth-child(odd) {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link:nth-child(even) {
    margin-right: 0px;
  }
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .aggregate {
  justify-content: flex-start;
}
@media (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link {
    margin-left: 0px;
    margin-right: 15px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentLeft .callToActionButtons .link:nth-child(even) {
    margin-right: 0px;
  }
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .title,
.headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .caption {
  text-align: right;
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .aggregate {
  justify-content: right;
}
@media (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media (min-width: 701px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link:first-child {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link:nth-child(odd) {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link:nth-child(even) {
    margin-right: 0px;
  }
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .aggregate {
  justify-content: flex-end;
}
@media (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link {
    margin-right: 0px;
    margin-left: 15px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link:first-child {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentRight .callToActionButtons .link:nth-child(odd) {
    margin-left: 0px;
  }
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .title,
.headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .caption {
  text-align: center;
}
.headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .callToActionButtons .aggregate {
  justify-content: center;
}
@media (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .callToActionButtons .link {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media (min-width: 701px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .callToActionButtons .link:first-child {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .callToActionButtons .link:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .callToActionButtons .link:nth-child(odd) {
    margin-left: 0px;
  }
  .headlineSection.sectionInner .sectionBody.horizontalAlignmentCenter .callToActionButtons .link:nth-child(even) {
    margin-right: 0px;
  }
}
.headlineSection.sectionInner .sectionBody.verticalAlignmentTop {
  align-items: top;
  align-items: flex-start;
}
.headlineSection.sectionInner .sectionBody.verticalAlignmentBottom {
  align-items: bottom;
  align-items: flex-end;
}
.headlineSection.sectionInner .sectionBody.verticalAlignmentCenter {
  align-items: center;
}
@media (max-width: 700px) {
  .headlineSection.sectionInner .sectionBody {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.headlineSection.sectionInner .headlineContentHolder {
  position: relative;
  width: 100%;
}
.headlineSection.sectionInner .title,
.headlineSection.sectionInner .caption,
.headlineSection.sectionInner .callToActionButtons {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .headlineSection.sectionInner .title,
  .headlineSection.sectionInner .caption,
  .headlineSection.sectionInner .callToActionButtons {
    margin-bottom: 50px;
  }
}
.headlineSection.sectionInner .title:last-child,
.headlineSection.sectionInner .caption:last-child,
.headlineSection.sectionInner .callToActionButtons:last-child {
  margin-bottom: 0px;
}
.headlineSection.sectionInner .title .editText,
.headlineSection.sectionInner .caption .editText,
.headlineSection.sectionInner .callToActionButtons .editText {
  min-width: 100px;
  display: inline-block;
}
.headlineSection.sectionInner .title .editText:empty,
.headlineSection.sectionInner .caption .editText:empty,
.headlineSection.sectionInner .callToActionButtons .editText:empty {
  width: 100%;
}
.headlineSection.sectionInner .title {
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: normal;
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .title {
    font-size: 52px;
  }
}
@media (max-width: 428px) {
  .headlineSection.sectionInner .title {
    font-size: 32.5px;
  }
}
.headlineSection.sectionInner .caption {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: normal;
}
@media (min-width: 701px) {
  .headlineSection.sectionInner .caption:not(:last-child):not(:first-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .headlineSection.sectionInner .caption:not(:last-child):not(:first-child) {
    margin-bottom: 54px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.sectionInner .caption {
    font-size: 19.8px;
  }
}
@media (max-width: 428px) {
  .headlineSection.sectionInner .caption {
    font-size: 18px;
  }
}
.headlineSection.sectionInner .callToActionButtons .modulePosition {
  min-height: 40px;
}
.headlineSection.sectionInner .callToActionButtons .aggregate {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.headlineSection.sectionInner .callToActionButtons .link a {
  margin: 5px 0px;
}
@media (max-width: 700px) {
  .headlineSection.sectionInner .callToActionButtons {
    width: 100%;
  }
  .headlineSection.sectionInner .callToActionButtons .link {
    width: calc(50% - 15px/2);
  }
  .headlineSection.sectionInner .callToActionButtons .link a {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 428px) {
  .headlineSection.sectionInner .callToActionButtons .link {
    width: 100%;
  }
}
.admin .headlineSection.sectionInner.auto .sectionBody {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 75px;
  padding-right: 75px;
}
.admin .headlineSection.sectionInner.auto .sectionBody:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 75px;
  bottom: 75px;
  border: 2px dashed currentColor;
  opacity: 0.4;
  box-sizing: border-box;
  z-index: -1;
}
.admin .headlineSection.sectionInner.auto .sectionBody.dragOver:before {
  border-color: #d8eeae;
  opacity: 1;
}
@media (min-width: 701px) {
  .headlineSection.sectionInner.auto .sectionBody {
    flex-wrap: wrap;
    justify-content: center;
  }
  .headlineSection.sectionInner .imageAlignmentCenter .focusPointImagePositioner {
    left: 50%;
    transform: translateX(-50%);
  }
  .headlineSection.sectionInner .imageAlignmentRight .focusPointImagePositioner {
    right: 0px;
    left: auto;
  }
  .headlineSection.sectionInner.half .focusPointImageArea {
    width: 50%;
  }
  .headlineSection.sectionInner.half .sectionBody {
    justify-content: space-between;
  }
  .headlineSection.sectionInner.half .sectionBody .headlineContentHolder {
    width: calc(50% - 50px);
  }
  .headlineSection.sectionInner.half .imageAlignmentRight {
    flex-direction: row-reverse;
  }
  .headlineSection.sectionInner.half .imageAlignmentCenter .focusPointImagePositioner {
    left: 0px;
    transform: none;
  }
  .headlineSection.sectionInner.twoThirds .focusPointImageArea .headlineImageOverlay {
    display: none;
  }
  .headlineSection.sectionInner.twoThirds.inset .focusPointImageArea {
    width: 66%;
  }
  .headlineSection.sectionInner.twoThirds.inset .sectionBody {
    justify-content: space-between;
  }
  .headlineSection.sectionInner.twoThirds.inset .sectionBody .headlineContentHolder {
    width: 66%;
    padding: 50px;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    margin-left: -33%;
  }
  .headlineSection.sectionInner.twoThirds.inset .imageAlignmentRight {
    flex-direction: row-reverse;
  }
  .headlineSection.sectionInner.twoThirds.inset .imageAlignmentRight .headlineContentHolder {
    margin-right: -33%;
    margin-left: auto;
  }
  .headlineSection.sectionInner.twoThirds.inset .imageAlignmentCenter {
    justify-content: center;
  }
  .headlineSection.sectionInner.twoThirds.inset .imageAlignmentCenter .headlineContentHolder {
    margin-left: -66%;
  }
  .headlineSection.sectionInner.full.inset .headlineContentHolder {
    margin-left: -100%;
    padding: 50px;
    box-sizing: border-box;
  }
  .headlineSection.sectionInner.edgeToEdge.sectionHeightLarge .sectionBody {
    min-height: 100vh;
  }
  .headlineSection.sectionInner.edgeToEdge.sectionHeightMedium .sectionBody {
    min-height: 75vh;
  }
  .headlineSection.sectionInner.edgeToEdge.sectionHeightSmall .sectionBody {
    min-height: 50vh;
  }
  .headlineSection.sectionInner.edgeToEdge .focusPointImageArea {
    width: 100vw;
    min-width: 1230px;
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
  .headlineSection.sectionInner.edgeToEdge .focusPointImageArea:not(.moveEnabled) {
    pointer-events: none;
  }
  .headlineSection.sectionInner.edgeToEdge .focusPointImagePositioner {
    position: absolute;
    padding: 0px;
  }
  .headlineSection.sectionInner.edgeToEdge.half .focusPointImagePositioner {
    width: 50%;
  }
  .headlineSection.sectionInner.edgeToEdge.half .headlineContentHolder {
    width: 50vw;
    min-width: 615px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .headlineSection.sectionInner.edgeToEdge.half .sectionBody {
    justify-content: flex-end;
  }
  .headlineSection.sectionInner.edgeToEdge.half .imageAlignmentRight {
    justify-content: flex-start;
  }
  .headlineSection.sectionInner.edgeToEdge.half .imageAlignmentRight .headlineContentHolder {
    margin-right: auto;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .sectionBody {
    padding: 0px;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .focusPointImagePositioner {
    width: 66%;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .headlineContentHolder {
    width: 66vw;
    min-width: 820px;
    padding: 50px;
    max-height: 100%;
    box-sizing: border-box;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .sectionBody {
    justify-content: flex-end;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .imageAlignmentRight {
    justify-content: flex-start;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .imageAlignmentRight .headlineContentHolder {
    margin-right: auto;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .imageAlignmentCenter {
    justify-content: flex-start;
  }
  .headlineSection.sectionInner.edgeToEdge.twoThirds .imageAlignmentCenter .headlineContentHolder {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 701px) and (min-width: 701px) {
  .headlineSection.sectionInner.full .headlineContentHolder .headlineImageOverlay {
    display: none;
  }
}
@media (min-width: 701px) and (min-width: 1280px) {
  .headlineSection.sectionInner.edgeToEdge.half .sectionBody .headlineContentHolder {
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 701px) and (min-width: 1280px) {
  .headlineSection.sectionInner.edgeToEdge.half .imageAlignmentRight .headlineContentHolder {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
}
@media (min-width: 701px) and (min-width: 1280px) {
  .headlineSection.sectionInner.edgeToEdge.twoThirds .sectionBody .headlineContentHolder {
    margin-right: calc(50% - 50vw + 50px);
  }
}
@media (min-width: 701px) and (min-width: 1280px) {
  .headlineSection.sectionInner.edgeToEdge.twoThirds .imageAlignmentRight .headlineContentHolder {
    margin-left: calc(50% - 50vw + 50px);
    margin-right: auto;
  }
}
@media (min-width: 701px) and (min-width: 1280px) {
  .headlineSection.sectionInner.edgeToEdge.twoThirds .imageAlignmentCenter .headlineContentHolder {
    margin-left: calc(50% - 33vw);
  }
}
.headlineSection.sectionInner.hasOverlay .headlineImageOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 700px) {
  .headlineSection.sectionInner.hasOverlay .headlineImageOverlay[style*="0.0"] {
    opacity: 1 !important;
  }
}
.headlineSection.sectionInner.hasOverlay .overlayColorLight .headlineImageOverlay {
  background-color: #faf7f2;
}
.headlineSection.sectionInner.hasOverlay .overlayColorLight .title {
  color: #222;
}
.headlineSection.sectionInner.hasOverlay .overlayColorLight .caption {
  color: #222;
}
.headlineSection.sectionInner.hasOverlay .headlineImageOverlay {
  background-color: #faf7f2;
}
.headlineSection.sectionInner.hasOverlay .title {
  color: #222;
}
.headlineSection.sectionInner.hasOverlay .caption {
  color: #222;
}
.headlineSection.sectionInner.hasOverlay .overlayColorDark .headlineImageOverlay {
  background-color: #152733;
}
.headlineSection.sectionInner.hasOverlay .overlayColorDark .title {
  color: #fff;
}
.headlineSection.sectionInner.hasOverlay .overlayColorDark .caption {
  color: #fff;
}
.headlineSection.sectionInner.hasOverlay .overlayColorPrimary .headlineImageOverlay {
  background-color: #071D49;
}
.headlineSection.sectionInner.hasOverlay .overlayColorPrimary .title {
  color: #fff;
}
.headlineSection.sectionInner.hasOverlay .overlayColorPrimary .caption {
  color: #fff;
}
.headlineSection.sectionInner.hasOverlay .htmlButton {
  color: #393c3e !important;
  background-color: transparent !important;
  border-color: #393c3e !important;
}
.headlineSection.sectionInner.hasOverlay .htmlButton:hover {
  color: #fff !important;
  background-color: #152733 !important;
  border-color: #152733 !important;
}
.headlineSection.sectionInner.hasOverlay .htmlButton2 {
  color: #fff !important;
  background-color: #071D49 !important;
  border-color: #071D49 !important;
}
.headlineSection.sectionInner.hasOverlay .htmlButton2:hover {
  color: #fff !important;
  background-color: #152733 !important;
  border-color: #152733 !important;
}
.headlineSection.sectionInner .sidePanel .overlayColorLight,
.headlineSection.sectionInner .sidePanel .overlayColorLight + label {
  background-color: #faf7f2;
}
.headlineSection.sectionInner .sidePanel .overlayColorDark,
.headlineSection.sectionInner .sidePanel .overlayColorDark + label {
  background-color: #152733;
}
.headlineSection.sectionInner .sidePanel .overlayColorPrimary,
.headlineSection.sectionInner .sidePanel .overlayColorPrimary + label {
  background-color: #071D49;
}
@media (max-width: 700px) {
  .headlineSection.sectionInner .headlineContentHolder {
    width: 100%;
  }
  .headlineSection.sectionInner .focusPointImageArea .headlineImageOverlay {
    display: none;
  }
  .headlineSection.sectionInner .focusPointImagePositioner {
    max-height: 100vh;
  }
  .headlineSection.sectionInner:not(.twoThirds) .focusPointImageArea {
    margin-bottom: 50px;
  }
  .headlineSection.sectionInner.edgeToEdge .sectionBody {
    padding-top: 0px;
  }
  .headlineSection.sectionInner.edgeToEdge .focusPointImagePositioner {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
  }
  .headlineSection.sectionInner.hasOverlay .headlineContentHolder {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
  }
}
.headlineSectionSettings #stylingClass option[value*="WhiteModule"],
.headlineSectionSettings .inputHolder[id*="stylingClass"] option[value*="WhiteModule"] {
  display: none;
}
.aggregate {
  margin: 0;
  padding: 15px 0 0 0;
}
.aggregate li {
  display: block;
}
.aggregate li .thumb {
  position: relative;
  float: left;
  width: 40%;
  max-width: 128px;
  margin: 10px 10px 10px 0;
}
.aggregate li .thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 128px;
}
.aggregate .group,
.aggregate .tag {
  position: relative;
}
.aggregate .group .groupCover,
.aggregate .tag .groupCover {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 11;
}
.aggregate .summary a {
  position: relative;
  z-index: 12;
}
.aggregate + footer a,
.aggregate + footer .exportCalendar {
  display: block;
  float: right;
  margin-top: 5px;
  font-size: 23.4px;
  color: #393c3e;
  text-decoration: none;
}
.aggregate + footer a:hover,
.aggregate + footer .exportCalendar:hover {
  color: #393c3e;
  text-decoration: none;
}
.aggregate .event,
.aggregate .news,
.aggregate .person,
.aggregate .rssContent,
.aggregate .searchResult {
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
}
.aggregate .event:not(:last-child),
.aggregate .news:not(:last-child),
.aggregate .person:not(:last-child),
.aggregate .rssContent:not(:last-child),
.aggregate .searchResult:not(:last-child) {
  margin-bottom: 15px;
}
.aggregate .unpublished {
  opacity: 0.5;
}
.aggregate .name a,
.aggregate .name > span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.aggregate .name a {
  color: #393c3e;
  text-decoration: none;
}
.aggregate .name a:hover {
  color: #393c3e;
  text-decoration: none;
}
.aggregate .groupCover:hover ~ .name a,
.aggregate .groupCover:hover ~ a.name {
  color: #393c3e;
  text-decoration: none;
}
.aggregate .event .date,
.aggregate .news .date,
.aggregate .person .date,
.aggregate .news .author,
.aggregate .person .role,
.aggregate .rssContent .date,
.aggregate .rssContent .author {
  display: inline;
  font-family: "Lora", serif;
  font-size: 14px;
  font-weight: 500;
  color: #071D49;
}
.aggregate .summary {
  margin-top: 10px;
}
.aggregate .person .thumb {
  margin-top: 0;
  width: 35%;
  max-width: 90px;
}
.aggregate .person .name,
.aggregate .person .role,
.aggregate .person .phone,
.aggregate .person .mail {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aggregate .person .personSocialMedia a {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.aggregate .person .personSocialMedia a.facebook {
  width: 10px;
}
.aggregate .personGroup {
  clear: both;
  font-size: 24px;
  margin-bottom: 15px;
}
.aggregate .personGroup .editText {
  display: block;
  width: 100%;
  min-height: 15px;
}
.aggregate .personGroup ~ li:not(.personGroup) {
  margin-left: 15px;
}
.aggregate .document a.name,
.aggregate .link a.name,
.aggregate .photoAlbum a.name {
  font-size: 21.6px;
  color: #393c3e;
  text-decoration: none;
}
.aggregate .document a.name:hover,
.aggregate .link a.name:hover,
.aggregate .photoAlbum a.name:hover {
  color: #393c3e;
  text-decoration: none;
}
.aggregate .document a.name,
.aggregate .link a.name {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #c4c4c4;
}
.aggregate .photoAlbum {
  display: inline-block;
  width: 135px;
  max-width: 135px;
  margin-left: 0px;
  margin-right: 20px;
  text-align: center;
}
.aggregate .photoAlbum .thumb {
  display: block;
  float: none;
  max-width: none;
  width: 130px;
  height: 75px;
  margin-bottom: 15px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/photo-albums/photo-album-thumbnail-background.png") center center no-repeat;
  background-color: #e6e6e6;
}
.aggregate .photoAlbum .thumb img {
  max-width: none;
  height: 100%;
}
.aggregate .photoAlbum .thumb .thumbImage {
  background-color: #fff;
}
.aggregate .photoAlbum .name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aggregate .photoAlbum .numberPhotos {
  display: block;
  color: #959595;
}
.localMail:after {
  content: "@";
}
.readMore {
  display: none;
}
.connectGroupModule .groupMessagesTitle {
  color: #393c3e;
  font-size: 24px;
  margin-bottom: 7.5px;
}
.connectModal {
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  width: 420px;
  transform: translateX(-50%);
  z-index: 1300;
  display: table;
}
.connectDialog {
  font-size: 15px;
  color: #2e2e2e;
  display: table-cell;
  vertical-align: middle;
  font-family: "Roboto", Arial, sans-serif;
}
.connectDialog .container {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
}
.connectDialog .cancel {
  float: right;
  font-size: 0px;
  top: -30px;
  right: -25px;
  margin-bottom: -50px;
  position: relative;
  opacity: 0.5;
  padding: 25px;
  cursor: pointer;
}
.connectDialog .cancel:before {
  content: "\2715";
  font-size: 19px;
}
.connectDialog .cancel:hover {
  opacity: 1;
}
.connectDialog .dialogTitle {
  float: left;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
}
.connectDialog .dialogText {
  clear: both;
}
.connectDialog .buttonContainer {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 10px;
}
.connectDialog .dialogButton {
  color: #fff;
  background: #3297d6;
  padding: 10px 25px;
  border-radius: 20px;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  z-index: 0;
}
.connectDialog .dialogButton:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: 0;
  width: 100%;
  background: linear-gradient(270deg, #3297d6, #1b365d);
  opacity: 0;
  z-index: -1;
  transition: 300 cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.connectDialog .dialogButton:hover {
  color: #fff;
}
.connectDialog .dialogButton:hover:before {
  opacity: 1;
}
.calendarModule.moduleInner .disabled {
  display: none;
}
.calendarMonthTitle,
.dayCalendarTitle {
  padding: 5px 0;
  background-color: #152733;
  color: #fff;
  font-size: 19px;
  text-align: center;
  position: relative;
}
.calendarMonthTitle .dateTitle,
.dayCalendarTitle .dateTitle {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.calendarMonthTitle .lastButton,
.dayCalendarTitle .lastButton,
.calendarMonthTitle .nextButton,
.dayCalendarTitle .nextButton {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
}
.calendarMonthTitle .lastButton,
.dayCalendarTitle .lastButton {
  border-right: 19px solid #fff;
}
.calendarMonthTitle .lastButton:hover,
.dayCalendarTitle .lastButton:hover {
  border-right: 19px solid #fff;
}
.calendarMonthTitle .nextButton,
.dayCalendarTitle .nextButton {
  border-left: 19px solid #fff;
}
.calendarMonthTitle .nextButton:hover,
.dayCalendarTitle .nextButton:hover {
  border-left: 19px solid #fff;
}
.calendarMonthTitle .backButton,
.dayCalendarTitle .backButton {
  display: inline-block;
  margin-right: 10px;
  font-size: 11.4px;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}
.calendarMonthTitle .backButton:hover,
.dayCalendarTitle .backButton:hover {
  text-decoration: underline;
}
.calendarMonthTitle {
  padding-right: 25px;
}
.calendarMonthTitle .dateTitle {
  min-width: 190px;
  width: 50%;
}
.calendar {
  width: 100%;
  table-layout: fixed;
}
.calendar .dayName,
.calendar .day {
  width: 14.28571429%;
  vertical-align: top;
  border: 1px solid #777;
}
.calendar .dayName {
  padding: 3px 0;
  background-color: #071D49;
  color: #fff;
  text-align: center;
}
.calendar .day {
  height: 50px;
}
.calendar .otherMonth {
  opacity: 0.5;
}
.calendar .dateNumber {
  padding: 2px 0 0 2px;
  color: #393c3e;
  font-weight: bold;
}
.calendar .calendarEvent {
  padding: 1px 2px;
  color: #393c3e;
  font-size: 15.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar .calendarEvent:nth-child(odd) {
  background-color: #e6e6e6;
}
.calendar .calendarEvent .calendarEventTime {
  font-weight: bold;
}
.calendar .today {
  background-color: #faf7f2;
}
.calendar .hasEvents:hover {
  background-color: rgba(237, 233, 221, 0.8);
  cursor: pointer;
}
.calendar .eventRepository {
  display: none;
}
.moduleRegion:not(#content1) .calendar .calendarEvent,
#core.trio #content1 .calendar .calendarEvent,
#core.twin #content1 .calendar .calendarEvent,
.moduleRegion:not(#content1) .calendar .calendarEvent > span,
#core.trio #content1 .calendar .calendarEvent > span,
#core.twin #content1 .calendar .calendarEvent > span {
  display: none;
}
.moduleRegion:not(#content1) .calendar .day,
#core.trio #content1 .calendar .day,
#core.twin #content1 .calendar .day {
  text-align: center;
}
.moduleRegion:not(#content1) .calendar .hasEvents .dateNumber + .calendarEvent,
#core.trio #content1 .calendar .hasEvents .dateNumber + .calendarEvent,
#core.twin #content1 .calendar .hasEvents .dateNumber + .calendarEvent {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 20px;
  background-color: #ddd;
}
.sectionInner.threeModule .calendar .calendarEvent,
.sectionInner.fourModule .calendar .calendarEvent,
.sectionInner.fiveModule .calendar .calendarEvent,
.sectionInner.sixModule .calendar .calendarEvent,
.sectionInner .smallColumn .calendar .calendarEvent,
.sectionInner.gridSection .modulePosition:not(.wideTallCell) .calendar .calendarEvent,
.sectionInner .size4 .calendar .calendarEvent,
.sectionInner.threeModule .calendar .calendarEvent > span,
.sectionInner.fourModule .calendar .calendarEvent > span,
.sectionInner.fiveModule .calendar .calendarEvent > span,
.sectionInner.sixModule .calendar .calendarEvent > span,
.sectionInner .smallColumn .calendar .calendarEvent > span,
.sectionInner.gridSection .modulePosition:not(.wideTallCell) .calendar .calendarEvent > span,
.sectionInner .size4 .calendar .calendarEvent > span {
  display: none;
}
.sectionInner.threeModule .calendar .day,
.sectionInner.fourModule .calendar .day,
.sectionInner.fiveModule .calendar .day,
.sectionInner.sixModule .calendar .day,
.sectionInner .smallColumn .calendar .day,
.sectionInner.gridSection .modulePosition:not(.wideTallCell) .calendar .day,
.sectionInner .size4 .calendar .day {
  text-align: center;
}
.sectionInner.threeModule .calendar .hasEvents .dateNumber + .calendarEvent,
.sectionInner.fourModule .calendar .hasEvents .dateNumber + .calendarEvent,
.sectionInner.fiveModule .calendar .hasEvents .dateNumber + .calendarEvent,
.sectionInner.sixModule .calendar .hasEvents .dateNumber + .calendarEvent,
.sectionInner .smallColumn .calendar .hasEvents .dateNumber + .calendarEvent,
.sectionInner.gridSection .modulePosition:not(.wideTallCell) .calendar .hasEvents .dateNumber + .calendarEvent,
.sectionInner .size4 .calendar .hasEvents .dateNumber + .calendarEvent {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 20px;
  background-color: #ddd;
}
@media (min-width: 429px) {
  .duo #content1 .calendar .day {
    height: 75px;
  }
  .singleColumn #content1 .calendar .day,
  .solo #content1 .calendar .day {
    height: 100px;
  }
}
.calendarPage #pageTitle {
  overflow: hidden;
}
.calendarViewToggle,
#fieldGroup-calendarPageSelection {
  float: right;
  margin-left: 15px;
  font-size: 18px;
}
.calendarViewToggle {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
  text-decoration: none;
}
.calendarViewToggle:hover {
  text-decoration: none;
}
#fieldGroup-calendarPageSelection {
  margin-top: 20.5px;
  margin-bottom: 18.5px;
}
#calendarPageSelection {
  box-sizing: border-box;
  max-width: 350px;
  height: 28px;
  padding: 0px 7px;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  background-color: #fff;
  color: #393c3e;
  font-size: 18px;
}
.events .calendarExportContainer {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
  margin-right: 0px;
}
.events .calendarExportContainer svg {
  float: right;
}
.events li .thumb {
  margin-top: 0px;
}
.photoAlbumsModule .aggregate {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.photoAlbumsModule .aggregate li {
  font-size: 18px;
}
.galleryModule .moduleBody {
  position: relative;
}
.galleryModule .moduleBody.touchEventsActive .galleryAlbum:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 119;
}
.galleryModule .galleryContainer {
  position: relative;
}
.galleryModule .rotator {
  border: 0px solid #faf7f2;
  box-sizing: border-box;
}
.galleryModule .rotator > .gallerySizeHelper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden;
}
.galleryModule .rotator > .slideshowImageWrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.galleryModule .rotator > .slideshowImageWrapper.firstImage {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
.galleryModule .rotator > .slideshowImageWrapper .slideshowImage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.galleryModule .rotator > .slideshowImageWrapper .slideshowBackgroundImage {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 103%;
  min-height: 103%;
  z-index: -1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-color: #fff;
}
.galleryModule .rotator > .slideshowImageWrapper.landscape .slideshowImage,
.galleryModule .rotator > .slideshowImageWrapper.portraitFill .slideshowImage {
  width: 100%;
  height: auto;
}
.galleryModule .rotator > .slideshowImageWrapper.landscape .slideshowBackgroundImage,
.galleryModule .rotator > .slideshowImageWrapper.portraitFill .slideshowBackgroundImage {
  min-width: 103%;
  width: auto;
  height: 103%;
}
.galleryModule .rotator > .slideshowImageWrapper.portraitFill .slideshowImage {
  top: 0px;
  transform: translateX(-50%);
}
.galleryModule .rotator > a,
.galleryModule .rotator .caption {
  color: #fff;
  text-decoration: none;
}
.galleryModule .rotator .caption {
  height: 18ex;
  font-family: "Lora", serif;
  font-size: 22px;
}
.galleryModule .rotator .caption .captionContent {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 3.1ex;
  height: 12ex;
  margin-bottom: 3ex;
  margin-top: 3ex;
  /* try to add ellipses at the end */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.galleryModule .backBtn,
.galleryModule .fwdBtn,
.galleryModule .pauseBtn {
  top: 50%;
}
.admin .galleryModuleEmpty .moduleBody {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/image-gallery-icon.png") no-repeat center center;
  background-color: #32466e;
}
.admin .galleryModuleEmpty .moduleBody:before {
  content: "";
  position: absolute;
  width: 137px;
  height: 87px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/image-rotator-arrow.png") no-repeat center center;
  right: 40px;
  top: 40px;
  opacity: 0.665;
}
#core .imageModule .moduleName {
  margin-bottom: 10px;
}
.imageModule .moduleBody {
  box-sizing: border-box;
}
.imageModule a,
.imageModule img {
  display: block;
  width: 100%;
}
#core .region .imageModule:not(.imageModuleEmpty) {
  height: auto;
  min-height: 30px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
#core .region .imageModule:not(.imageModuleEmpty) .moduleBody {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.admin .imageModuleEmpty .zoomButton,
.admin .imageModuleEmpty .moveImageButton {
  display: none;
}
.admin .imageModuleEmpty .moduleBody {
  position: relative;
  max-height: 100%;
  min-height: 100%;
  height: 500px;
  background-color: #32466e;
}
.admin .imageModuleEmpty .moduleBody:before {
  content: "";
  position: absolute;
  width: 137px;
  height: 87px;
  max-height: 20%;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/image-rotator-arrow.png") no-repeat top right;
  background-size: contain;
  right: 40px;
  top: 10px;
  opacity: 0.665;
}
.admin .imageModuleEmpty .moduleBody:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 50%;
  max-width: 250px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/photo-albums/picture-add-icon.png") no-repeat center center;
  background-size: contain;
  top: 25%;
  right: 0px;
  left: 0px;
  margin: auto;
}
.admin .imageModuleEmpty.moduleTitleHidden.moduleSubtitleHidden .moduleBody:before {
  top: 40px;
}
.documentsModule .aggregate,
.linksModule .aggregate,
.ctaButtonsModule .aggregate {
  padding-top: 0px;
}
.sectionRegion .documentsModule .aggregate .group:last-child,
.sectionRegion .linksModule .aggregate .group:last-child,
.sectionRegion .ctaButtonsModule .aggregate .group:last-child {
  margin-bottom: 1px;
}
#fieldGroup-buttonCallToAction,
.buttonModule .buttonCallToAction {
  display: none !important;
}
.focusPointImage .focusPointImageArea {
  position: relative;
  width: 100%;
}
.focusPointImage .focusPointImageArea:not(.moveEnabled) {
  pointer-events: none;
}
.focusPointImage .focusPointImagePositioner {
  position: relative;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  .focusPointImage .focusPointImagePositioner {
    height: 100%;
  }
}
.focusPointImage .focusPointImageContainer {
  height: 100%;
  width: 100%;
  display: block;
}
.focusPointImage .focusPointImageHolder {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  transform-origin: top left;
  cursor: move;
}
.focusPointImage .focusPointImageHolder:not(.imageLoaded) {
  visibility: hidden;
  position: relative;
}
.focusPointImage.fixed .focusPointImagePositioner {
  height: 100%;
}
.focusPointImage.fixed .focusPointImageHolder {
  width: 100% !important;
  height: auto !important;
}
.focusPointImage.fixed.fixedHeight .focusPointImageHolder {
  width: auto !important;
  height: 100% !important;
}
@media (min-width: 701px) {
  .focusPointImage.inset .focusPointImageHolder {
    width: 100% !important;
    height: auto !important;
  }
}
.focusPointImage.inset .focusPointImageContainer[style*="padding-top"] {
  height: 0px;
}
@media (max-width: 700px) {
  .focusPointImage .focusPointImageArea {
    width: 100%;
  }
  .focusPointImage .focusPointImageHolder {
    width: 100% !important;
    height: auto !important;
  }
  .focusPointImage .focusPointImagePositioner {
    padding-top: 0 !important;
  }
}
.buttonModuleButton {
  position: relative;
  display: block;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.buttonModuleButton:hover {
  text-decoration: none;
}
.buttonModuleButton .buttonBackground {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.buttonModuleButton .buttonLabel {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.buttonModuleButton.hasCallToAction .buttonCallToAction {
  display: block;
}
.buttonModuleButton .buttonLabelContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
.buttonModuleButton .buttonLabelCenter {
  display: block;
}
.buttonModuleButton:not(.hasImage) .buttonLabelContainer {
  position: static;
}
.buttonModuleButton.hasImage.hasLabel .buttonLabelContainer,
.buttonModuleButton.hasImage.hasSubtext .buttonLabelContainer {
  height: auto;
}
.buttonModuleButton.hasImage.hasSubtext .buttonLabelContainer {
  min-height: 50%;
}
.buttonModuleButton .focusPointImageArea {
  height: 100%;
}
.buttonModuleButton:hover .focusPointImageArea.moveEnabled {
  z-index: 2;
}
.buttonModuleButton:before,
.buttonModuleButton .buttonBackground:before,
.buttonModuleButton:after,
.buttonModuleButton .buttonBackground:after {
  z-index: 1;
}
.buttonModuleButton .buttonLabelContainer {
  z-index: 1;
}
.buttonModule .nonCustomButton:hover .icon {
  color: #393c3e;
}
.buttonModule .nonCustomButton .icon {
  color: #393c3e;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, opacity 0.5s ease;
  width: 100px;
  height: 150px;
  margin: auto;
  max-height: calc(100% - 88px);
}
.buttonModule .bulletinButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/bulletins.svg?svgButtonBulletins");
}
.buttonModule .calendarButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/calendar.svg?svgButtonCalendar");
}
.buttonModule .confessionTimesButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/confession-times.svg?svgButtonConfessionTimes");
}
.buttonModule .contactUsButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/contact-us.svg?svgButtonContactUs");
}
.buttonModule .directionsButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/directions.svg?svgButtonDirections");
}
.buttonModule .documentsButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/documents.svg?svgButtonDocuments");
}
.buttonModule .donationButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/donation.svg?svgButtonDonation");
}
.buttonModule .eventsButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/events.svg?svgButtonEvents");
}
.buttonModule .faithFormationButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/faith-formation.svg?svgButtonFaithFormation");
}
.buttonModule .faqButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/faq.svg?svgButtonFaq");
}
.buttonModule .homilyButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/homilies.svg?svgButtonHomilies");
}
.buttonModule .massTimesButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/mass-times.svg?svgButtonMassTimes");
}
.buttonModule .ministryFinderButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/ministry-finder.svg?svgButtonMinistry");
}
.buttonModule .newsButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/news.svg?svgButtonNews");
}
.buttonModule .parishFinderButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/parish-finder.svg?svgButtonParishFinder");
}
.buttonModule .photoAlbumsButton .buttonLabelContainer {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/photo-albums.svg?svgButtonPhotoAlbums");
}
.buttonModule .portfolioButton .buttonLabelContainer {
  background: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/portfolio.svg?svgButtonPortfolio") left center no-repeat;
}
.buttonModule .pricingButton .buttonLabelContainer {
  background: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/pricing.svg?svgButtonPricing") left center no-repeat;
}
.buttonModule .schoolFinderButton .buttonLabelContainer {
  background: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/school-finder.svg?svgButtonSchoolFinder") left center no-repeat;
}
.buttonModule .testimonialsButton .buttonLabelContainer {
  background: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/testimonials.svg?svgButtonTestimonials") left center no-repeat;
}
.buttonModule .videoButton .buttonLabelContainer {
  background: url("https://cdn.ecatholic.com/1689618031/base-images/buttons/collection-02-svg/video.svg?svgButtonVideo") left center no-repeat;
}
.buttonModule:not(.focusPointImage) .zoomButton,
.buttonModule:not(.focusPointImage) .moveImageButton {
  display: none;
}
.buttonModule.buttonModule1 .hasLabel.hasSubtext .buttonLabel {
  margin-bottom: 3px;
}
.nonCustomButton .buttonLabel {
  align-items: center;
  min-height: 45px;
}
#background #core .nonCustomButton .buttonLabel {
  width: auto;
}
.buttonModule2 .nonCustomButton .buttonLabel {
  min-height: 35px;
}
#background.admin .buttonModuleEmpty .moduleBody {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/buttons/button-add-icon.png") no-repeat center center;
  background-color: #32466e;
}
#background.admin .buttonModuleEmpty .moduleBody:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 32px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/image-rotator-arrow.png") no-repeat center center;
  background-size: contain;
  right: 40px;
  top: 30px;
  opacity: 0.665;
}
#background.admin .buttonModuleEmpty .moduleBody .buttonModuleButton {
  visibility: hidden;
}
.sectionRegion .buttonModuleButton {
  background-color: transparent;
  color: #393c3e;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
}
.sectionRegion .buttonModuleButton:hover {
  background-color: transparent;
  color: #393c3e;
  border: 1px solid #c4c4c4;
}
.sectionRegion .buttonModuleButton .buttonLabelContainer {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sectionRegion .buttonModuleButton .buttonBackground {
  border-radius: -1px;
}
.sectionRegion .buttonModuleButton .buttonLabelCenter {
  padding-right: min(6%, 28px);
  padding-left: min(6%, 28px);
  padding-top: 14px;
  padding-bottom: 14px;
}
.sectionRegion .buttonModuleButton.hasImage.hasLabel .buttonLabelContainer,
.sectionRegion .buttonModuleButton.hasImage.hasSubtext .buttonLabelContainer {
  min-height: 88px;
  background-color: transparent;
  background-color: #000000;
}
.sectionRegion .buttonModuleButton.hasImage.hasLabel:hover .buttonLabelContainer,
.sectionRegion .buttonModuleButton.hasImage.hasSubtext:hover .buttonLabelContainer {
  background-color: transparent;
  background-color: #000000;
}
.sectionRegion .buttonLabel {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 400;
}
.sectionRegion .hasImage .buttonLabel,
.sectionRegion .hasSubtext .buttonLabel {
  font-size: 24px;
}
.sectionRegion .hasImage .buttonSubtext,
.sectionRegion .hasSubtext .buttonSubtext {
  font-size: 18px;
}
.sectionRegion .buttonModule1 .buttonModuleButton {
  min-height: 443px;
}
.sectionRegion .buttonModule1 .buttonBackground,
.sectionRegion .buttonModule1 .buttonModuleButton:not(.hasImage) .buttonLabelContainer {
  min-height: 441px;
}
.sectionRegion .buttonModule2 .buttonModuleButton {
  min-height: 209px;
}
.sectionRegion .buttonModule2 .buttonBackground,
.sectionRegion .buttonModule2 .buttonModuleButton:not(.hasImage) .buttonLabelContainer {
  min-height: 207px;
}
.sectionRegion .sectionInner.hasFixedHeight .buttonModule1 .buttonModuleButton,
.sectionRegion.hasFixedHeight .buttonModule1 .buttonModuleButton {
  min-height: unset;
}
.sectionRegion .sectionInner.hasFixedHeight .buttonModule1 .buttonBackground,
.sectionRegion.hasFixedHeight .buttonModule1 .buttonBackground,
.sectionRegion .sectionInner.hasFixedHeight .buttonModule1 .buttonModuleButton:not(.hasImage) .buttonLabelContainer,
.sectionRegion.hasFixedHeight .buttonModule1 .buttonModuleButton:not(.hasImage) .buttonLabelContainer {
  min-height: unset;
}
.sectionRegion .sectionInner.hasFixedHeight .buttonModule2 .buttonModuleButton,
.sectionRegion.hasFixedHeight .buttonModule2 .buttonModuleButton,
.sectionRegion .sectionInner.hasFixedHeight .buttonModule2 .buttonBackground,
.sectionRegion.hasFixedHeight .buttonModule2 .buttonBackground,
.sectionRegion .sectionInner.hasFixedHeight .buttonModule2 .buttonModuleButton:not(.hasImage) .buttonLabelContainer,
.sectionRegion.hasFixedHeight .buttonModule2 .buttonModuleButton:not(.hasImage) .buttonLabelContainer {
  min-height: unset;
}
.sectionRegion .buttonModule2 .buttonModuleButton {
  height: calc((100% - 25px) / 2);
}
.sectionRegion .buttonModule2 .buttonModuleButton:first-child {
  margin-bottom: 25px;
}
.sectionRegion .sectionButtonModule:not(.sectionButtonMarkedDelete) {
  height: 100%;
}
.sectionRegion .buttonModuleButton {
  height: 100%;
  box-sizing: border-box;
}
.sectionRegion .buttonModule,
.sectionRegion .buttonModule .moduleBody {
  height: 100%;
}
.sectionRegion .buttonBackground {
  background-size: cover;
  background-position: center;
}
.sectionRegion .fourAcross .nonCustomButton .buttonLabel,
.sectionRegion .fourModule .nonCustomButton .buttonLabel {
  white-space: normal;
}
.sectionRegion .fiveAcross .buttonModuleButton.nonCustomButton .buttonLabel,
.sectionRegion .sixAcross .buttonModuleButton.nonCustomButton .buttonLabel {
  white-space: normal;
  font-size: 24px;
  padding-top: 50px;
  padding-left: 0px;
  background-position: top center;
}
#onlineForm #submissionLimitMessage {
  display: none;
}
#onlineForm.submissionLimitReached #submissionLimitMessage {
  display: block;
  margin-top: 20px;
}
#onlineForm.submissionLimitReached #saveOnlineForm > :not(.submissionLimitVisible) {
  visibility: hidden;
}
#onlineForm #onlineFormFields .ofField input[type="radio"],
#onlineForm #onlineFormFields .ofField input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 5px;
}
#onlineForm .ofReplicatorMaster .editBar .copyTagButton {
  display: none;
}
#onlineForm #reloadForm {
  margin-top: 15px;
}
#onlineForm #saveOnlineForm {
  padding-bottom: 20px;
}
#onlineForm .staticFieldLabel {
  font-weight: bold;
  margin-right: 10px;
}
#onlineForm .staticFieldLabel input[type="text"] {
  width: auto;
}
#onlineForm .paymentMultiplier input[type="number"] {
  width: auto;
}
#onlineForm .selectedValue {
  margin-left: 5px;
  font-weight: bold;
}
#onlineForm #paymentsItemizedOrder {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
  margin-bottom: 20px;
}
#onlineForm #paymentsItemizedOrder .total {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  clear: both;
  margin-top: 20px;
}
#onlineForm .subtotals .subtotal {
  min-width: 20%;
}
#onlineForm .subtotalLineItem {
  clear: both;
  margin-bottom: 10px;
}
#onlineForm .paymentLineItemAmounts {
  float: right;
  text-align: right;
}
#onlineForm .paymentLineItemAmounts span {
  margin-left: 10px;
  min-width: 30%;
}
#onlineForm form[action*="paypal"] input {
  width: auto;
  height: auto;
}
#onlineFormSidePanel .threeTab .ui-tab {
  box-sizing: border-box;
}
#onlineFormSidePanel .threeTab .ui-tab:not(.paymentsContent) {
  width: 37.5% !important;
}
#onlineFormSidePanel .threeTab .paymentsContent {
  width: 25% !important;
}
#onlineFormSidePanel .twoTab .ui-tab {
  width: 50% !important;
  box-sizing: border-box;
}
.formStyling .paymentCurrencyLabel + input {
  padding-left: 20px;
}
.formStyling .paymentCurrencyLabel {
  margin-top: 0px;
  height: 50px;
  display: flex;
  align-items: center;
}
.formStyling .ofField {
  position: relative;
  margin: 0 0 15px 0;
}
.formStyling .replicatorCounter {
  margin-bottom: 15px;
}
.formStyling .ofReplicatorHidden {
  display: none;
}
.formStyling .groupName {
  color: #393c3e;
  font-size: 24px;
  margin-bottom: 7.5px;
}
.formStyling .fieldLabel {
  display: block;
  margin-left: 2px;
  margin-bottom: 2px;
  color: #393c3e;
  font-weight: 400;
}
.formStyling .required {
  margin-left: 3px;
  font-size: 12.6px;
  opacity: 0.5;
}
.formStyling input,
.formStyling select,
.formStyling textarea {
  box-sizing: border-box;
  height: 50px;
  padding: 10px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  background-color: #fff;
  color: #393c3e;
  font-size: 18px;
}
.formStyling input,
.formStyling textarea {
  width: 350px;
  max-width: 100%;
}
.formStyling input.hasDatepicker {
  position: relative;
  z-index: 11;
}
.formStyling select {
  max-width: 350px;
  max-width: min(350px, 100%);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../../cdn.ecatholic.com/1689618031/images/admin/dropdown-arrow.png");
  background-position: right 5px bottom 8px;
  background-repeat: no-repeat;
  padding-right: 19px;
}
.formStyling select::-ms-expand {
  display: none;
}
.formStyling textarea {
  height: 100px;
  resize: none;
}
.formStyling .radioContainer .optionContainer,
.formStyling .checkboxContainer .optionContainer {
  margin-top: 8px;
  display: block;
}
.formStyling .radioContainer .optionContainer label,
.formStyling .checkboxContainer .optionContainer label {
  display: inline-block;
  max-width: calc(100% - 26px);
  vertical-align: middle;
}
.formStyling .radioContainer .optionContainer input,
.formStyling .checkboxContainer .optionContainer input {
  clear: both;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.formStyling .iAgreeText {
  margin-bottom: 10px;
}
.formStyling .iAgreeText ~ label {
  display: block;
  float: left;
  margin-top: 5px;
  max-width: calc(100% - 36px);
}
.formStyling .iAgreeText ~ input {
  clear: both;
  margin-left: 15px;
  display: block;
  float: left;
  margin-top: 8px;
}
.formStyling .emailReplyIcon {
  display: none;
  left: 310px;
  left: calc(min(350px, 100%) - 40px);
  font-size: 0;
}
@media (max-width: 428px) {
  .formStyling .emailReplyIcon {
    margin-top: -10px;
    left: auto;
    right: -5px;
  }
}
.formStyling .cityStateZipField > div {
  float: left;
  margin-right: 10px;
}
.formStyling .cityStateZipField > div:last-child {
  margin-right: 0px;
}
.formStyling .cityStateZipField .fieldLabel {
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 701px) {
  .formStyling .firstLastNameField > div,
  .formStyling .duoField > div {
    float: left;
    margin-right: 10px;
  }
  .formStyling .firstLastNameField > div:last-child,
  .formStyling .duoField > div:last-child {
    margin-right: 0px;
  }
  .formStyling .firstLastNameField .fieldLabel,
  .formStyling .duoField .fieldLabel {
    white-space: nowrap;
    overflow: hidden;
  }
  .formStyling .firstLastNameField > div,
  .formStyling .duoField > div,
  .formStyling .firstLastNameField input,
  .formStyling .duoField input,
  .formStyling .firstLastNameField select,
  .formStyling .duoField select {
    width: 170px;
  }
  .formStyling .cityStateZipField div {
    width: 65px;
  }
  .formStyling .cityStateZipField div .required {
    display: none;
  }
  .formStyling .cityStateZipField input,
  .formStyling .cityStateZipField select {
    width: 65px;
  }
  .formStyling .cityStateZipField > div:first-child {
    width: 200px;
  }
  .formStyling .cityStateZipField > div:first-child .required {
    display: inline-block;
  }
  .formStyling .cityStateZipField > div:first-child input {
    width: 200px;
  }
  .trio .formStyling input,
  .duo #content2 .formStyling input,
  .smallColumn .formStyling input,
  .trio .formStyling textarea,
  .duo #content2 .formStyling textarea,
  .smallColumn .formStyling textarea,
  .trio .formStyling select,
  .duo #content2 .formStyling select,
  .smallColumn .formStyling select {
    width: 100%;
  }
  .trio .formStyling .firstLastNameField > div,
  .duo #content2 .formStyling .firstLastNameField > div,
  .smallColumn .formStyling .firstLastNameField > div,
  .trio .formStyling .duoField > div,
  .duo #content2 .formStyling .duoField > div,
  .smallColumn .formStyling .duoField > div,
  .trio .formStyling .cityStateZipField > div,
  .duo #content2 .formStyling .cityStateZipField > div,
  .smallColumn .formStyling .cityStateZipField > div {
    width: 100%;
  }
  .trio .formStyling .firstLastNameField > div:first-child,
  .duo #content2 .formStyling .firstLastNameField > div:first-child,
  .smallColumn .formStyling .firstLastNameField > div:first-child,
  .trio .formStyling .duoField > div:first-child,
  .duo #content2 .formStyling .duoField > div:first-child,
  .smallColumn .formStyling .duoField > div:first-child,
  .trio .formStyling .cityStateZipField > div:first-child,
  .duo #content2 .formStyling .cityStateZipField > div:first-child,
  .smallColumn .formStyling .cityStateZipField > div:first-child {
    margin-bottom: 15px;
  }
  .trio .formStyling .firstLastNameField input,
  .duo #content2 .formStyling .firstLastNameField input,
  .smallColumn .formStyling .firstLastNameField input,
  .trio .formStyling .duoField input,
  .duo #content2 .formStyling .duoField input,
  .smallColumn .formStyling .duoField input,
  .trio .formStyling .cityStateZipField input,
  .duo #content2 .formStyling .cityStateZipField input,
  .smallColumn .formStyling .cityStateZipField input,
  .trio .formStyling .firstLastNameField select,
  .duo #content2 .formStyling .firstLastNameField select,
  .smallColumn .formStyling .firstLastNameField select,
  .trio .formStyling .duoField select,
  .duo #content2 .formStyling .duoField select,
  .smallColumn .formStyling .duoField select,
  .trio .formStyling .cityStateZipField select,
  .duo #content2 .formStyling .cityStateZipField select,
  .smallColumn .formStyling .cityStateZipField select {
    width: 100%;
  }
  .trio .formStyling .cityStateZipField div,
  .duo #content2 .formStyling .cityStateZipField div,
  .smallColumn .formStyling .cityStateZipField div {
    width: calc((100% - 10px) / 2);
  }
  .trio .formStyling .cityStateZipField > div:first-child,
  .duo #content2 .formStyling .cityStateZipField > div:first-child,
  .smallColumn .formStyling .cityStateZipField > div:first-child,
  .trio .formStyling .cityStateZipField > div:first-child input,
  .duo #content2 .formStyling .cityStateZipField > div:first-child input,
  .smallColumn .formStyling .cityStateZipField > div:first-child input {
    width: 100%;
  }
}
.formStyling .ofFieldGroup .fieldGroup {
  margin: 0 0 0 15px;
  padding: 0;
}
.formStyling .fieldGroup input,
.formStyling .fieldGroup textarea {
  width: 335px;
}
@media (min-width: 701px) {
  .formStyling .fieldGroup .firstLastNameField > div,
  .formStyling .fieldGroup .duoField > div,
  .formStyling .fieldGroup .firstLastNameField input,
  .formStyling .fieldGroup .duoField input,
  .formStyling .fieldGroup .firstLastNameField select,
  .formStyling .fieldGroup .duoField select {
    width: 162.5px;
  }
  .formStyling .fieldGroup .cityStateZipField div,
  .formStyling .fieldGroup .cityStateZipField input,
  .formStyling .fieldGroup .cityStateZipField select {
    width: 65px;
  }
  .formStyling .fieldGroup .cityStateZipField > div:first-child {
    width: 185px;
  }
  .formStyling .fieldGroup .cityStateZipField > div:first-child input {
    width: 185px;
  }
  .trio .formStyling .fieldGroup input,
  .duo #content2 .formStyling .fieldGroup input,
  .smallColumn .formStyling .fieldGroup input,
  .trio .formStyling .fieldGroup textarea,
  .duo #content2 .formStyling .fieldGroup textarea,
  .smallColumn .formStyling .fieldGroup textarea,
  .trio .formStyling .fieldGroup select,
  .duo #content2 .formStyling .fieldGroup select,
  .smallColumn .formStyling .fieldGroup select {
    width: 100%;
  }
  .trio .formStyling .fieldGroup .firstLastNameField > div,
  .duo #content2 .formStyling .fieldGroup .firstLastNameField > div,
  .smallColumn .formStyling .fieldGroup .firstLastNameField > div,
  .trio .formStyling .fieldGroup .duoField > div,
  .duo #content2 .formStyling .fieldGroup .duoField > div,
  .smallColumn .formStyling .fieldGroup .duoField > div,
  .trio .formStyling .fieldGroup .cityStateZipField > div,
  .duo #content2 .formStyling .fieldGroup .cityStateZipField > div,
  .smallColumn .formStyling .fieldGroup .cityStateZipField > div {
    width: 100%;
  }
  .trio .formStyling .fieldGroup .firstLastNameField > div:first-child,
  .duo #content2 .formStyling .fieldGroup .firstLastNameField > div:first-child,
  .smallColumn .formStyling .fieldGroup .firstLastNameField > div:first-child,
  .trio .formStyling .fieldGroup .duoField > div:first-child,
  .duo #content2 .formStyling .fieldGroup .duoField > div:first-child,
  .smallColumn .formStyling .fieldGroup .duoField > div:first-child,
  .trio .formStyling .fieldGroup .cityStateZipField > div:first-child,
  .duo #content2 .formStyling .fieldGroup .cityStateZipField > div:first-child,
  .smallColumn .formStyling .fieldGroup .cityStateZipField > div:first-child {
    margin-bottom: 15px;
  }
  .trio .formStyling .fieldGroup .firstLastNameField input,
  .duo #content2 .formStyling .fieldGroup .firstLastNameField input,
  .smallColumn .formStyling .fieldGroup .firstLastNameField input,
  .trio .formStyling .fieldGroup .duoField input,
  .duo #content2 .formStyling .fieldGroup .duoField input,
  .smallColumn .formStyling .fieldGroup .duoField input,
  .trio .formStyling .fieldGroup .cityStateZipField input,
  .duo #content2 .formStyling .fieldGroup .cityStateZipField input,
  .smallColumn .formStyling .fieldGroup .cityStateZipField input,
  .trio .formStyling .fieldGroup .firstLastNameField select,
  .duo #content2 .formStyling .fieldGroup .firstLastNameField select,
  .smallColumn .formStyling .fieldGroup .firstLastNameField select,
  .trio .formStyling .fieldGroup .duoField select,
  .duo #content2 .formStyling .fieldGroup .duoField select,
  .smallColumn .formStyling .fieldGroup .duoField select,
  .trio .formStyling .fieldGroup .cityStateZipField select,
  .duo #content2 .formStyling .fieldGroup .cityStateZipField select,
  .smallColumn .formStyling .fieldGroup .cityStateZipField select {
    width: 100%;
  }
  .trio .formStyling .fieldGroup .cityStateZipField div,
  .duo #content2 .formStyling .fieldGroup .cityStateZipField div,
  .smallColumn .formStyling .fieldGroup .cityStateZipField div {
    width: calc((100% - 10px) / 2);
  }
  .trio .formStyling .fieldGroup .cityStateZipField > div:first-child,
  .duo #content2 .formStyling .fieldGroup .cityStateZipField > div:first-child,
  .smallColumn .formStyling .fieldGroup .cityStateZipField > div:first-child,
  .trio .formStyling .fieldGroup .cityStateZipField > div:first-child input,
  .duo #content2 .formStyling .fieldGroup .cityStateZipField > div:first-child input,
  .smallColumn .formStyling .fieldGroup .cityStateZipField > div:first-child input {
    width: 100%;
  }
}
.formStyling .fieldHelpButton {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  border-radius: 8px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/online-forms/help-icon-small.png") center center no-repeat;
  cursor: pointer;
}
.formStyling .fieldHelpButton:hover {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/online-forms/help-icon-hover-small.png") center center no-repeat;
}
.formStyling .fieldHelp {
  display: none;
  position: absolute;
  max-width: 150px;
  border: 1px solid #777;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  color: #555;
  font-size: 12px;
  z-index: 1;
}
.formStyling .requiredErrorText,
.formStyling .validateErrorText {
  display: none;
  margin-left: 5px;
  color: #e60505;
}
.formStyling .requiredError .requiredErrorText,
.formStyling .validateError .validateErrorText {
  display: block;
}
.formStyling .radio.requiredError .requiredErrorText,
.formStyling .checkbox.requiredError .requiredErrorText,
.formStyling .radio.validateError .validateErrorText,
.formStyling .checkbox.validateError .validateErrorText {
  clear: both;
  padding-top: 5px;
}
.formStyling .submitForm {
  min-width: 100px;
  padding: 10px 20px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 0px;
  background-color: transparent;
  color: #393c3e;
  text-align: center;
  cursor: pointer;
  border: 1px solid #393c3e;
}
.formStyling .submitForm:hover {
  background-color: #152733;
  color: #fff;
  border-color: #152733;
}
.formStyling .customText img {
  max-width: 100%;
}
.formStyling .customText ol li,
.formStyling .customText ul li {
  display: list-item;
}
.formStyling .formCaptchaInfo {
  width: 350px;
  max-width: 100%;
  font-size: 10px;
  opacity: 0.7;
  clear: both;
}
.grecaptcha-badge {
  visibility: hidden;
}
#paymentParameters {
  display: none !important;
}
.paymentCurrencyLabel {
  margin-top: 12px;
  margin-left: 10px;
  position: absolute;
}
#paymentCustomForm {
  --shpf-margin: 15px;
  opacity: 1;
}
.paymentModule .moduleBody {
  color: #393c3e;
}
.paymentModule .formStyling {
  position: unset;
}
.paymentModule .formStyling .hidden {
  display: none;
}
.paymentModule .formStyling .ofField {
  position: unset;
  margin-bottom: unset;
  min-width: 0;
}
.paymentModule .formStyling .ofField.paymentRecurringType {
  min-width: unset;
}
.paymentModule .formStyling .ofField::after {
  display: unset;
  content: unset;
  visibility: unset;
  height: unset;
  clear: unset;
}
.paymentModule .formStyling .duoField > div:first-child,
.paymentModule .formStyling .firstLastNameField > div:first-child {
  margin-bottom: unset;
}
.paymentModule .formStyling input,
.paymentModule .formStyling textarea {
  width: unset;
  max-width: unset;
}
.paymentModule .multiField {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.paymentModule .multiField > * {
  flex-basis: calc((429px - 100%) * 999);
}
.paymentModule .multiField.variableColumns .fieldLabel {
  white-space: nowrap;
}
.paymentModule .multiField:not(.variableColumns) > * {
  flex-grow: 1;
}
.paymentModule .aggregate {
  display: grid;
}
.paymentModule .aggregate > .legendGroup:not(:last-child) {
  margin-bottom: 15px;
}
.paymentModule .aggregate > .formGroup:not(:last-child) {
  margin-bottom: 30px;
}
.paymentModule .legendGroup .faIcon {
  font-family: "custom-payment-title-icons";
  margin-right: 6px;
}
.paymentModule .legendGroup legend {
  display: block;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}
.paymentModule .legendGroup .legendText {
  font-weight: bold;
}
.paymentModule .legendGroup .legendCaption {
  display: none;
  font-size: 18px;
  color: #393c3e;
}
.paymentModule .formGroup {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
.paymentModule .formGroup input,
.paymentModule .formGroup textarea {
  width: 100%;
}
.paymentModule .formGroup .faIcon {
  font-family: "custom-payment-field-icons";
  margin-right: 6px;
}
.paymentModule .formSubGroup {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
.paymentModule .required {
  font-size: inherit;
  margin-left: 0px;
}
.paymentModule input:disabled,
.paymentModule select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.paymentModule #fieldGroup-AMOUNT .fieldLabel,
.paymentModule #paymentOffsetFees .fieldLabel {
  display: none;
}
.paymentModule #presetAmounts {
  grid-column-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  grid-auto-rows: minmax(77px, auto);
}
.paymentModule #presetAmounts .otherButton {
  box-sizing: border-box;
  grid-template-columns: 1fr auto min-content 1fr;
  color: #393c3e;
}
.paymentModule #presetAmounts .otherButton .dollar-sign {
  font-size: 24px;
  font-weight: bold;
  grid-area: 1/2;
  display: none;
}
.paymentModule #presetAmounts .otherButton .input-sizer {
  font-size: 18px;
  display: none;
  grid-area: 1/3;
  align-items: center;
  position: relative;
}
.paymentModule #presetAmounts .otherButton .input-sizer::after {
  box-sizing: border-box;
}
.paymentModule #presetAmounts .otherButton .input-sizer input {
  height: unset;
  background-color: transparent;
  appearance: textfield;
  -moz-appearance: textfield;
}
.paymentModule #presetAmounts .otherButton .input-sizer input:focus {
  outline: none;
}
.paymentModule #presetAmounts .otherButton .input-sizer input::-webkit-outer-spin-button,
.paymentModule #presetAmounts .otherButton .input-sizer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.paymentModule #presetAmounts .otherButton .input-sizer::after,
.paymentModule #presetAmounts .otherButton .input-sizer input {
  font-size: 24px;
  width: 100%;
  font-family: inherit;
  font-weight: bold;
  grid-area: 1/1;
  padding: 0px;
  margin: 0px;
  resize: none;
  border: none;
  padding-left: 2px;
}
.paymentModule #presetAmounts .otherButton .input-sizer input::placeholder {
  font-weight: normal;
  font-size: 18px;
}
.paymentModule #presetAmounts .otherButton .input-sizer::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
}
.paymentModule #presetAmounts .otherButton .label {
  font-weight: bold;
  font-size: 24px;
  grid-area: 2/1/3/5;
  justify-self: center;
}
.paymentModule #presetAmounts .otherButton.selected {
  border: 3px solid #111;
}
.paymentModule #presetAmounts .otherButton.selected .label {
  font-size: 18px;
  font-weight: normal;
}
.paymentModule #presetAmounts .otherButton.selected .dollar-sign {
  display: block;
}
.paymentModule #presetAmounts .otherButton.selected .input-sizer {
  display: inline-grid;
}
.paymentModule #presetAmounts .otherButton .input-sizer.empty {
  width: 12ch;
}
.paymentModule .paymentRecurringTypeButtons,
.paymentModule .paymentTypeButtons {
  display: grid;
}
@media (min-width: 429px) {
  .paymentModule .paymentRecurringTypeButtons,
  .paymentModule .paymentTypeButtons {
    grid-template-columns: 1fr 1fr;
  }
}
.paymentModule .paymentFormButton {
  color: #393c3e;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  font-size: 24px;
  padding: 15px;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  text-align: center;
  cursor: pointer;
  line-height: normal;
}
.paymentModule .paymentFormButton .label {
  display: inline-block;
}
.paymentModule .paymentFormButton .faIcon {
  margin-right: 6px;
}
.paymentModule .paymentFormButton:not(.otherButton).selected {
  background-color: #111;
  color: #fff;
}
.paymentModule .paymentTypeButton,
.paymentModule .paymentRecurringTypeButton {
  min-height: 77px;
}
@media (max-width: 428px) {
  .paymentModule .paymentTypeButton:first-child,
  .paymentModule .paymentRecurringTypeButton:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .paymentModule .paymentTypeButton:last-child,
  .paymentModule .paymentRecurringTypeButton:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media (min-width: 429px) {
  .paymentModule .paymentTypeButton:first-child,
  .paymentModule .paymentRecurringTypeButton:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .paymentModule .paymentTypeButton:last-child,
  .paymentModule .paymentRecurringTypeButton:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.paymentModule .paymentRecurringFirstDate {
  flex-grow: 1;
}
.paymentModule #fieldGroup-paymentRecurringFirstDate {
  display: grid;
  grid-template-columns: 1fr;
}
.paymentModule #fieldGroup-paymentRecurringFirstDate .faIcon {
  color: #393c3e;
  font-size: 18px;
  grid-area: 2/1;
  z-index: 12;
  align-self: center;
  justify-self: end;
  margin-right: 10px;
}
.paymentModule #fieldGroup-paymentRecurringFirstDate #paymentRecurringFirstDate {
  grid-area: 2/1;
  padding-right: 34px;
}
.paymentModule .presetAmountBlock {
  border-radius: 0px;
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100%;
}
.paymentModule .presetAmountBlock .dollar-sign {
  grid-area: 1/1;
  justify-self: end;
}
.paymentModule .presetAmountBlock .amount {
  grid-area: 1/2;
  justify-self: start;
}
.paymentModule .presetAmountBlock .label {
  grid-area: 2/1/3/3;
  width: 100%;
  display: block;
}
.paymentModule .presetAmountBlock:not(.otherButton) {
  font-size: 24px;
}
.paymentModule .presetAmountBlock:not(.otherButton) .label {
  font-size: 18px;
}
.paymentModule #fieldGroup-AMOUNT .paymentCurrencyLabel {
  font-weight: bold;
  height: 2.2em;
  font-size: 24px;
  color: #393c3e;
}
.paymentModule #fieldGroup-AMOUNT input {
  font-weight: bold;
  appearance: textfield;
  height: 2.2em;
  padding-left: 1.25em;
  font-size: 24px;
}
.paymentModule .paymentTypeCredit .paymentTypeCreditIcon {
  float: left;
  margin-right: 10px;
  font-size: 0px;
  width: 40px;
  height: 28px;
  background-image: url("../../cdn.ecatholic.com/1689618031/paymentMinimal/static/shpf/WEBPMIN/images/creditcards.png");
  background-repeat: no-repeat;
  background-size: 193px 58px;
}
.paymentModule .paymentTypeCredit .paymentTypeCreditIcon.hideIcon {
  background-position-y: -29px;
}
.paymentModule .paymentTypeCredit #ccVISA {
  margin-left: 20px;
}
.paymentModule .paymentTypeCredit #ccMC {
  background-position-x: -51px;
}
.paymentModule .paymentTypeCredit #ccDISCOVER {
  background-position-x: -102px;
}
.paymentModule .paymentTypeCredit #ccAMEX {
  background-position-x: -153px;
}
.paymentModule .paymentTypeCheck .paymentTypeCheckIcon {
  float: left;
  margin-left: 20px;
  font-size: 0px;
  width: 215px;
  height: 100px;
  background-image: url("../../cdn.ecatholic.com/1689618031/paymentMinimal/static/shpf/WEBPMIN/images/check.png");
  background-repeat: no-repeat;
  background-size: 215px 299px;
}
.paymentModule .paymentTypeCheck .paymentTypeCheckIcon.hideIcon {
  display: none;
}
.paymentModule .paymentTypeCheck #achROUTING {
  background-position-y: -100px;
}
.paymentModule .paymentTypeCheck #achACCOUNT {
  background-position-y: -200px;
}
.paymentModule .paymentFrame {
  z-index: 1;
  line-height: unset;
  font-size: unset;
  margin-bottom: -15px;
}
.paymentModule .iframe {
  max-width: 100%;
}
.paymentModule .radioContainer .optionContainer {
  display: inline;
  white-space: nowrap;
}
.paymentModule .radioContainer .optionContainer label {
  display: initial;
  cursor: pointer;
  user-select: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
  margin-left: -36px !important;
  margin-right: 20px !important;
}
.paymentModule .radioContainer .optionContainer input {
  position: absolute;
  opacity: 0;
  width: 0;
  z-index: -1;
}
.paymentModule .radioContainer .optionContainer .radioIcon {
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: currentColor;
  vertical-align: middle;
}
.paymentModule .radioContainer .optionContainer input:checked ~ .radioIcon {
  background: radial-gradient(currentColor 0%, currentColor 40%, transparent 50%, transparent);
  border-color: currentColor;
}
.paymentModule .checkboxContainer .optionContainer input {
  margin-left: 0px;
  width: 1rem;
  height: 1rem;
}
.paymentModule .checkboxContainer .optionContainer label {
  display: inline;
  cursor: pointer;
  user-select: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
  margin-left: -36px !important;
  margin-right: 20px !important;
}
.paymentModule #ach-disclaimer {
  font-size: 10px;
  text-align: justify;
}
.paymentModule #ach-disclaimer p {
  line-height: normal;
}
.paymentModule .summaryTotalAmount {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
}
.paymentModule .totalAmount:before,
.paymentModule .totalCharged:before {
  content: "$";
}
.paymentModule .summaryField .totalAmount,
.paymentModule .summaryField .totalCharged,
.paymentModule .summaryField .limitedCycles {
  font-weight: bold;
}
.paymentModule .paymentSubmit {
  justify-self: start;
}
.paymentModule .submitSpinner {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 50px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  display: none;
}
.paymentModule .submitSpinnerIcon {
  background: url("../../cdn.ecatholic.com/1689618031/images/admin/payments/spinner.png") no-repeat;
  width: 50px;
  height: 50px;
  animation: spin 1s steps(12) infinite;
  background-size: 100% auto;
}
.paymentModule .submitSpinnerText {
  color: #000 !important;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 701px) {
  :is(.rowSection.oneModule, .columnSection.soloColumn, #core.solo) .paymentModule .aggregate {
    grid-template-columns: 1fr minmax(230px, max-content) 1fr 500px 1fr;
  }
  :is(.rowSection.oneModule, .columnSection.soloColumn, #core.solo) .paymentModule .legendGroup {
    grid-column-start: 2;
    align-self: start;
    text-align: right;
  }
  :is(.rowSection.oneModule, .columnSection.soloColumn, #core.solo) .paymentModule .legendCaption {
    display: block;
  }
  :is(.rowSection.oneModule, .columnSection.soloColumn, #core.solo) .paymentModule .formGroup {
    grid-column-start: 4;
  }
}
.rowSection:is(.fourModule, .threeModule) .paymentModule .paymentRecurringTypeButtons,
.rowSection:is(.fourModule, .threeModule) .paymentModule .paymentTypeButtons {
  display: grid;
}
@media (min-width: 701px) {
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentRecurringTypeButtons,
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentTypeButtons {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 701px) {
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentRecurringTypeButton:first-child,
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentTypeButton:first-child {
    border-radius: 0px 0px 0px 0px;
  }
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentRecurringTypeButton:last-child,
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentTypeButton:last-child {
    border-radius: 0px 0px 0px 0px;
  }
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentRecurringTypeButton:last-child:first-child,
  .rowSection:is(.fourModule, .threeModule) .paymentModule .paymentTypeButton:last-child:first-child {
    border-radius: 0px;
  }
}
.rowSection:is(.fourModule, .threeModule) .paymentModule .radioContainer {
  display: grid;
}
.rowSection:is(.fourModule) #fieldGroup-paymentRecurringOptionFrequencyType {
  display: grid;
}
@media (max-width: 428px) {
  .subtotals .paymentLineItemDescription,
  .subtotals .paymentLineItemAmounts {
    width: 100%;
    display: inline-block;
  }
  .subtotals .paymentLineItemAmounts {
    clear: both;
  }
}
#core .sacramentTimesModule .moduleBody {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.sacramentTimesModule .categoryName {
  font-size: 25.2px;
  padding: 10px 0;
}
.sacramentTimesModule .categoryName:not(:first-child) {
  border-top: 1px #c4c4c4 solid;
  margin-top: 5px;
}
.sacramentTimesModule .categoryName + .sacramentTimes .sacramentDay {
  padding-left: 20px;
}
.sacramentTimesModule .dayName {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 0;
  padding-left: 20px;
  margin-top: 4px;
}
.sacramentTimesModule .dayName ~ .sacramentTimes .sacramentDay {
  padding-left: 40px;
}
.sacramentTimesModule .sacramentTimesNote {
  font-style: italic;
  font-size: 18px;
  padding: 5px 0;
}
.sacramentTimes.times,
.massModeSacramentTimes {
  position: relative;
  padding: 0px;
  list-style: none;
  margin: 0px;
  font-size: 18px;
}
.sacramentTimes.times .sacramentDay,
.massModeSacramentTimes .sacramentDay {
  min-height: 15px;
  padding: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.sacramentTimes.times .sacramentDay .day,
.massModeSacramentTimes .sacramentDay .day {
  position: relative;
  width: 120px;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sacramentTimes.times .sacramentDay .day.MULTIDAY span,
.massModeSacramentTimes .sacramentDay .day.MULTIDAY span {
  display: inline-block;
  max-width: 100%;
}
.sacramentTimes.times .sacramentDay .day.MULTIDAY .addComma:after,
.massModeSacramentTimes .sacramentDay .day.MULTIDAY .addComma:after {
  content: ",";
}
.sacramentTimes.times .sacramentDay .day.MULTIDAY .addDash:after,
.massModeSacramentTimes .sacramentDay .day.MULTIDAY .addDash:after {
  content: "-";
}
.sacramentTimes.times .sacramentDay .day.MULTIDAY .addColon:after,
.massModeSacramentTimes .sacramentDay .day.MULTIDAY .addColon:after {
  content: ":";
}
.sacramentTimes.times .sacramentDay .day .dayLowercase,
.massModeSacramentTimes .sacramentDay .day .dayLowercase {
  text-transform: lowercase;
}
.sacramentTimes.times .sacramentDay .sacramentGroup,
.massModeSacramentTimes .sacramentDay .sacramentGroup {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  margin-right: -10px;
  margin-left: -7px;
  max-width: calc(100% - 7px);
}
.sacramentTimes.times .sacramentDay .sacramentTime,
.massModeSacramentTimes .sacramentDay .sacramentTime {
  padding-right: 10px;
  padding-left: 7px;
  margin-left: -1px;
  border-left: 1px solid currentColor;
}
.sacramentTimes.times .sacramentDay .sacramentTime .language,
.massModeSacramentTimes .sacramentDay .sacramentTime .language,
.sacramentTimes.times .sacramentDay .sacramentTime .nativeLanguage,
.massModeSacramentTimes .sacramentDay .sacramentTime .nativeLanguage,
.sacramentTimes.times .sacramentDay .sacramentTime .abbrLanguage,
.massModeSacramentTimes .sacramentDay .sacramentTime .abbrLanguage,
.sacramentTimes.times .sacramentDay .sacramentTime .notes,
.massModeSacramentTimes .sacramentDay .sacramentTime .notes,
.sacramentTimes.times .sacramentDay .sacramentTime .separator,
.massModeSacramentTimes .sacramentDay .sacramentTime .separator {
  font-size: 16px;
  color: #666;
}
.sacramentTimes.times .sacramentDay .language.ENGLISH,
.massModeSacramentTimes .sacramentDay .language.ENGLISH,
.sacramentTimes.times .sacramentDay .nativeLanguage.ENGLISH,
.massModeSacramentTimes .sacramentDay .nativeLanguage.ENGLISH,
.sacramentTimes.times .sacramentDay .sacramentTime .abbrLanguage.ENGLISH,
.massModeSacramentTimes .sacramentDay .sacramentTime .abbrLanguage.ENGLISH,
.sacramentTimes.times .sacramentDay .nativeLanguage,
.massModeSacramentTimes .sacramentDay .nativeLanguage,
.sacramentTimes.times .sacramentDay .abbrLanguage,
.massModeSacramentTimes .sacramentDay .abbrLanguage,
.sacramentTimes.times .sacramentDay .separator,
.massModeSacramentTimes .sacramentDay .separator {
  display: none;
}
.sacramentTimes.times .sacramentDay .day:nth-child(even) {
  background-color: transparent;
}
.sacramentTimes.times .videoIconLink {
  line-height: 100%;
  vertical-align: middle;
  padding-left: 4px;
  display: inline-block;
}
.sacramentTimes.times.compact > li .day {
  width: 60px;
}
.sacramentTimes.times.compact > li .day.PERPETUAL {
  width: 120px;
}
.sacramentTimes.times.compact > li .language {
  display: none;
}
.sacramentTimes.times.compact > li .abbrLanguage {
  display: inline;
}
.sacramentTimes.times.large1 > li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sacramentTimes.times.large1 > li .day {
  width: 100%;
}
.sacramentTimes.times.large1 > li .day.MULTIDAY .addColon:after {
  content: "";
}
.sacramentTimes.times.large2 > li .sacramentTime {
  width: 100%;
  margin-right: 0px;
  border-right-width: 0px;
}
.sacramentTimes.times.massTime .firstWeekday {
  border-top: 1px #c4c4c4 solid;
  margin-top: 3px;
  padding-top: 8px;
}
.sacramentTimes.times.massTime .firstWeekday:first-child {
  border-width: 0px;
  margin-top: 0px;
  padding-top: 5px;
}
.twitter-timeline-backup {
  display: none;
}
.rssContent:only-child {
  border-bottom-width: 0px;
}
.aggregate .rssContent .thumb {
  margin-top: 0px;
}
.aggregate .rssContent .date,
.aggregate .rssContent .author {
  display: inline;
}
#features > ul {
  padding: 0;
  list-style-type: none;
}
#featureSlideshow {
  position: relative;
  float: left;
  border: 0px solid #faf7f2;
  margin: 0 0 25px 0;
  background-color: #fff;
  width: 803.33333333px;
  height: 401.66666667px;
  box-sizing: border-box;
}
.pageTypeInterior #featureSlideshow.featureMedium {
  float: right;
}
#featureSlideshow.featureFull {
  width: 1920px;
  height: 480px;
}
@media (min-width: 701px) and (max-width: 1440px) {
  #featureSlideshow.featureFull .width1440 {
    max-width: 1440px;
    padding-left: 240px;
  }
}
@media (min-width: 1440px) {
  #featureSlideshow.featureFull .firstImage .width1440 {
    max-width: 100vw;
    padding-left: calc((100vw - 1920px) / -2);
    height: 480px;
    object-fit: cover;
  }
}
#featureSlideshow.featureFullVideo {
  width: 1920px;
  height: 810px;
}
@media (min-width: 701px) and (max-width: 1440px) {
  #featureSlideshow.featureFullVideo .width1440 {
    max-width: 1440px;
    padding-left: 240px;
  }
}
@media (min-width: 1440px) {
  #featureSlideshow.featureFullVideo .firstImage .width1440 {
    max-width: 100vw;
    padding-left: calc((100vw - 1920px) / -2);
    height: 810px;
    object-fit: cover;
  }
}
#featureSlideshow.featureFullVideo.hasVideo {
  width: 1440px;
}
#featureSlideshow.featureFullVideo:not(.hasVideo) .videoMode {
  overflow: hidden;
  transform: translateZ(0);
}
#featureSlideshow li {
  height: 100%;
  width: 100%;
}
#featureSlideshow li .slideshowModule {
  height: 100%;
  width: 100%;
}
.slideshowModule .rotator .firstImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshowModule .rotator > a,
.slideshowModule .rotator > span {
  width: 100%;
  height: 100%;
}
.slideshowModule .rotator > a picture img,
.slideshowModule .rotator > span picture img,
.slideshowModule .rotator > a > div,
.slideshowModule .rotator > span > div {
  width: 100%;
  height: 100%;
}
.slideshowModule .rotator > a picture img,
.slideshowModule .rotator > span picture img {
  background-color: #fff;
}
.slideshowModule .rotator > a picture img[src=""],
.slideshowModule .rotator > span picture img[src=""] {
  display: none;
}
.slideshowModule .rotator .caption {
  height: 35%;
  color: #fff;
}
.slideshowModule .rotator .caption .title,
.slideshowModule .rotator .caption .captionContent {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.slideshowModule .rotator .caption .title {
  margin-top: 35px;
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slideshowModule .rotator .caption .captionContent {
  height: 34px;
  margin-top: 4px;
  font-family: "Lora", serif;
  font-size: 22px;
}
.slideshowModule .rotator .caption > div.captionContent:first-child {
  margin-top: 113px;
}
.slideshowModule .backBtn,
.slideshowModule .fwdBtn,
.slideshowModule .pauseBtn {
  top: 50%;
}
#imageCropperForm.hasCallToAction #fieldGroup-callToAction {
  display: block;
  margin-left: 20px;
}
#imageCropperForm.hasCallToAction #fieldGroup-title,
#imageCropperForm.hasCallToAction #fieldGroup-description,
#imageCropperForm.hasCallToAction #fieldGroup-callToAction {
  width: calc((100% - 40px)/3);
}
#imageCropperForm.hasCallToAction .fieldHelpButton[helpfield="fieldHelp-callToAction"] {
  position: absolute;
}
.callToAction {
  background-color: #071D49;
  color: #fff;
  font-size: 16px;
  font-family: "Lora", serif;
  padding: 15px 40px 15px 15px;
  border-radius: 0px;
  border: 0px solid transparent;
  position: absolute;
  bottom: 29px;
  right: 5%;
  width: auto;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.callToAction:hover {
  background: #fff;
  color: #071D49;
  border: 0px solid #152733;
}
.callToActionArrow {
  position: absolute;
  top: 0px;
  right: 15px;
  display: inline-block;
  width: 15px;
  height: 100%;
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/slideshow/callToActionIcons.svg?svgChevron");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/slideshow/callToActionIcons.svg?svgChevron', sizingMethod='scale');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.callToActionArrow .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
}
@media (min-width: 701px) {
  #featureSlideshow .caption.hasCallToAction .title,
  #featureSlideshow .caption.hasCallToAction .captionContent {
    padding-right: 210px;
    box-sizing: border-box;
  }
  #featureSlideshow.featureFull .caption.hasCallToAction .callToAction {
    right: 50%;
    margin-right: -487.5px;
    bottom: 62px;
  }
  #featureSlideshow.featureFullVideo .caption.hasCallToAction .title,
  #featureSlideshow.featureFullVideo .caption.hasCallToAction .captionContent {
    width: 975px !important;
  }
  #featureSlideshow.featureFullVideo .caption.hasCallToAction .callToAction {
    right: 50%;
    margin-right: -487.5px;
    bottom: 105px;
  }
}
#featureSlideshow:hover .backBtn,
#featureSlideshow:hover .fwdBtn {
  display: block;
}
#featureSlideshow:hover .pauseBtn {
  display: none;
}
#captions {
  display: none;
}
#shortcuts {
  display: none;
}
#fade {
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  width: 100%;
  height: 100%;
}
#slideshowSettings,
.slideshowPhotoHolder {
  display: none;
}
@media (min-width: 1440px) {
  #background #featureSlideshow.featureFull #rotator .width1440 {
    max-width: 100vw;
    padding-left: calc((100vw - 1920px) / -2);
    height: 480px;
    width: 100%;
    object-fit: cover;
  }
  #background #featureSlideshow.featureFullVideo #rotator .width1440 {
    max-width: 100vw;
    padding-left: calc((100vw - 1920px) / -2);
    height: 810px;
    width: 100%;
    object-fit: cover;
  }
  #background #featureSlideshow.featureFullVideo.hasVideo {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: auto;
  }
  #background #featureSlideshow.featureFullVideo.hasVideo .videoMode {
    width: 100%;
    overflow: auto;
  }
}
@media (min-width: 1440px) and (min-width: 1920px) {
  #background #featureSlideshow.featureFull {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
  #background #featureSlideshow.featureFull #rotator img {
    margin-top: calc((25vw - 480px) / -2);
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1440px) and (min-width: 1920px) {
  #background #featureSlideshow.featureFullVideo {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
  #background #featureSlideshow.featureFullVideo #rotator img {
    margin-top: calc((42.1875vw - 810px) / -2);
    height: auto;
    width: 100%;
  }
}
@media (min-width: 701px) {
  #featureSlideshow.featureFull {
    margin-left: -345px;
  }
  #featureSlideshow.featureFull #fwdBtn {
    right: 345px;
  }
  #featureSlideshow.featureFull .editBar {
    margin-right: -615px !important;
    right: 50%;
  }
  #featureSlideshow.featureFull #backBtn {
    left: 345px;
  }
  .featureFull #rotator .caption .title,
  .featureFull #rotator .caption .captionContent {
    width: 1230px;
  }
  .featureFull#featureSlideshow .slideshowModule.videoMode.captionOn .title,
  .featureFull#featureSlideshow .slideshowModule.videoMode.captionOn .captionContent {
    width: 1230px;
  }
  #featureSlideshow.featureFullVideo {
    margin-left: -345px;
  }
  #featureSlideshow.featureFullVideo #fwdBtn {
    right: 345px;
  }
  #featureSlideshow.featureFullVideo .editBar {
    margin-right: -615px !important;
    right: 50%;
  }
  #featureSlideshow.featureFullVideo #backBtn {
    left: 345px;
  }
  #featureSlideshow.featureFullVideo.hasVideo {
    margin-left: -105px;
  }
  .featureFullVideo #rotator .caption {
    height: 25%;
  }
  .featureFullVideo #rotator .caption .title,
  .featureFullVideo #rotator .caption .captionContent {
    width: 1230px;
  }
  .featureFullVideo#featureSlideshow .slideshowModule.videoMode.captionOn .title,
  .featureFullVideo#featureSlideshow .slideshowModule.videoMode.captionOn .captionContent {
    width: 1230px;
  }
}
#vimeoBlocker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#vimeoBlocker.play {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-play.png") no-repeat center center;
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-play-small.png");
}
#vimeoBlocker.pause:hover {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-pause.png") no-repeat center center;
}
#vimeoBlocker.pause:hover {
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-pause-small.png");
}
.slideshowModule .livePlayerContainer {
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.slideshowModule .livePlayerContainer iframe {
  padding: 0px;
  margin: 0px;
}
.slideshowModule.videoMode.captionOverlayOn .captionPositioner {
  background-color: rgba(0, 0, 0, 0.4);
}
.slideshowModule.videoMode.captionOn .captionPositioner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.slideshowModule.videoMode.captionOn .caption {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#featureSlideshow .slideshowModule.videoMode.captionOn .caption {
  height: 100%;
}
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .captionContent {
  height: auto;
}
.slideshowModule.videoMode.captionOn .caption .title,
.slideshowModule.videoMode.captionOn .caption .captionContent {
  width: 90%;
  margin: 5px auto;
  overflow: hidden;
}
.slideshowModule.videoMode.captionOn .caption .title {
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slideshowModule.videoMode.captionOn .caption .captionContent {
  font-family: "Lora", serif;
  font-size: 22px;
  max-height: 12ex;
  line-height: 3.1ex;
  /* try to add ellipses at the end */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.slideshowModule.videoMode.captionOn .caption .callToAction {
  position: relative;
  margin: 5px auto;
  bottom: auto;
  right: auto;
  text-decoration: none;
}
.slideshowModule.videoMode.captionOn .caption .callToAction:hover {
  text-decoration: none;
}
.slideshowModule.videoMode.captionOn .caption .callToAction:not(:first-child) {
  margin-top: 10px;
}
.slideshowModule .rotator,
.moduleBody .rotator {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slideshowModule .rotator > a,
.moduleBody .rotator > a,
.slideshowModule .rotator .caption,
.moduleBody .rotator .caption {
  text-decoration: none;
}
.slideshowModule .rotator > div.flip,
.moduleBody .rotator > div.flip {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  left: -500px !important;
  transition: all 1s ease-in-out;
}
.slideshowModule .rotator .captionPositioner,
.moduleBody .rotator .captionPositioner,
.slideshowModule .rotator .caption,
.moduleBody .rotator .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slideshowModule .rotator .caption,
.moduleBody .rotator .caption {
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #00000000, endColorstr= #b3000000);
  /* IE6-9 */
  overflow: hidden;
}
.slideshowModule .backBtn,
.moduleBody .backBtn,
.slideshowModule .fwdBtn,
.moduleBody .fwdBtn,
.slideshowModule .pauseBtn,
.moduleBody .pauseBtn {
  display: none;
  z-index: 120;
  position: absolute;
  width: 25px;
  height: 55px;
  margin-top: -27.5px;
  opacity: 0.4;
  overflow: hidden;
  font-size: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.slideshowModule .backBtn:hover,
.moduleBody .backBtn:hover,
.slideshowModule .fwdBtn:hover,
.moduleBody .fwdBtn:hover,
.slideshowModule .pauseBtn:hover,
.moduleBody .pauseBtn:hover {
  opacity: 0.8;
}
.slideshowModule:hover:not(.touchEventsActive) .backBtn,
.moduleBody:hover:not(.touchEventsActive) .backBtn,
.slideshowModule:hover:not(.touchEventsActive) .fwdBtn,
.moduleBody:hover:not(.touchEventsActive) .fwdBtn {
  display: block;
}
.slideshowModule:hover:not(.touchEventsActive) .pauseBtn,
.moduleBody:hover:not(.touchEventsActive) .pauseBtn {
  display: none;
}
.slideshowModule .backBtn,
.moduleBody .backBtn {
  left: 15px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-back.png") no-repeat center center;
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-back-small.png");
}
.slideshowModule .pauseBtn,
.moduleBody .pauseBtn {
  left: 50%;
  margin-left: -12.5px;
  margin-left: -15px;
}
.slideshowModule .rotatorPause,
.moduleBody .rotatorPause {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-pause.png") no-repeat center center;
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-pause-small.png");
}
.slideshowModule .rotatorPlay,
.moduleBody .rotatorPlay {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-play.png") no-repeat center center;
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-play-small.png");
}
.slideshowModule .fwdBtn,
.moduleBody .fwdBtn {
  right: 15px;
  transform: rotate(180deg);
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-back.png") no-repeat center center;
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/button-back-small.png");
}
.slideshowModule .captions,
.moduleBody .captions {
  display: none;
}
.slideshowModule .shortcuts,
.moduleBody .shortcuts {
  display: none;
}
.slideshowModule .slideshowSettings,
.moduleBody .slideshowSettings,
.slideshowModule .slideshowPhotoHolder,
.moduleBody .slideshowPhotoHolder {
  display: none;
}
#horizontals .region .calendarModule.calendarView,
#bottomHorizontals .region .calendarModule.calendarView,
#featureRegion.region .calendarModule.calendarView {
  font-size: 18px;
}
#horizontals .region .calendarModule .calendarMonthTitle,
#bottomHorizontals .region .calendarModule .calendarMonthTitle,
#featureRegion.region .calendarModule .calendarMonthTitle {
  box-sizing: border-box;
  height: 34px;
  font-size: 0px;
}
#horizontals .region .calendarModule .calendarMonthTitle .dateTitle,
#bottomHorizontals .region .calendarModule .calendarMonthTitle .dateTitle,
#featureRegion.region .calendarModule .calendarMonthTitle .dateTitle {
  font-size: 19px;
}
#horizontals .region .calendarModule .day,
#bottomHorizontals .region .calendarModule .day,
#featureRegion.region .calendarModule .day {
  height: auto;
  background-clip: padding-box;
}
#horizontals .region .calendarModule .aggregate,
#bottomHorizontals .region .calendarModule .aggregate,
#featureRegion.region .calendarModule .aggregate {
  box-sizing: border-box;
}
#horizontals .region .calendarModule thead tr,
#bottomHorizontals .region .calendarModule thead tr,
#featureRegion.region .calendarModule thead tr {
  height: 1px;
}
#horizontals .region .calendarModule .hasEvents,
#bottomHorizontals .region .calendarModule .hasEvents,
#featureRegion.region .calendarModule .hasEvents {
  font-size: 0px;
}
#horizontals .region .calendarModule .hasEvents .dateNumber,
#bottomHorizontals .region .calendarModule .hasEvents .dateNumber,
#featureRegion.region .calendarModule .hasEvents .dateNumber {
  font-size: 18px;
  display: inline-block;
}
#horizontals .region .calendarModule .hasEvents .dateNumber + .calendarEvent,
#bottomHorizontals .region .calendarModule .hasEvents .dateNumber + .calendarEvent,
#featureRegion.region .calendarModule .hasEvents .dateNumber + .calendarEvent,
#horizontals .region .calendarModule .hasEvents .dateNumber + .calendarEvent,
#bottomHorizontals .region .calendarModule .hasEvents .dateNumber + .calendarEvent,
#featureRegion.region .calendarModule .hasEvents .dateNumber + .calendarEvent {
  width: 6px;
  height: 8px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
#horizontals .region .calendarModule .dayCalendar,
#bottomHorizontals .region .calendarModule .dayCalendar,
#featureRegion.region .calendarModule .dayCalendar {
  position: relative;
}
#horizontals .region .calendarModule .dayCalendar:before,
#bottomHorizontals .region .calendarModule .dayCalendar:before,
#featureRegion.region .calendarModule .dayCalendar:before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #152733;
  z-index: 1;
}
#horizontals .region .calendarModule .dayCalendar .editBar,
#bottomHorizontals .region .calendarModule .dayCalendar .editBar,
#featureRegion.region .calendarModule .dayCalendar .editBar {
  top: 0px;
}
#horizontals .region .calendarModule .dayCalendar .aggregate,
#bottomHorizontals .region .calendarModule .dayCalendar .aggregate,
#featureRegion.region .calendarModule .dayCalendar .aggregate {
  position: absolute;
  width: 100%;
  top: 100%;
  overflow: auto;
  padding-top: 5px;
}
#horizontals .region .calendarModule .dayCalendar .aggregate .event,
#bottomHorizontals .region .calendarModule .dayCalendar .aggregate .event,
#featureRegion.region .calendarModule .dayCalendar .aggregate .event {
  padding-bottom: 5px;
}
#horizontals .region .calendarModule .dayCalendar .aggregate .event:not(:last-child),
#bottomHorizontals .region .calendarModule .dayCalendar .aggregate .event:not(:last-child),
#featureRegion.region .calendarModule .dayCalendar .aggregate .event:not(:last-child) {
  margin-bottom: 5px;
}
#horizontals .region .calendarModule .dayCalendar .aggregate .event > div,
#bottomHorizontals .region .calendarModule .dayCalendar .aggregate .event > div,
#featureRegion.region .calendarModule .dayCalendar .aggregate .event > div {
  display: none;
}
#horizontals .region .calendarModule .dayCalendar .aggregate .event > div.name,
#bottomHorizontals .region .calendarModule .dayCalendar .aggregate .event > div.name,
#featureRegion.region .calendarModule .dayCalendar .aggregate .event > div.name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#horizontals .region .calendarModule .monthCalendar,
#bottomHorizontals .region .calendarModule .monthCalendar,
#featureRegion.region .calendarModule .monthCalendar {
  background-color: #fff;
}
#horizontals .region .calendarModule,
#bottomHorizontals .region .calendarModule,
#featureRegion.region .calendarModule,
#horizontals .region .newsModule,
#bottomHorizontals .region .newsModule,
#featureRegion.region .newsModule {
  position: relative;
  margin-bottom: 100%;
}
#horizontals .region .calendarModule.editable.hoverEditable,
#bottomHorizontals .region .calendarModule.editable.hoverEditable,
#featureRegion.region .calendarModule.editable.hoverEditable,
#horizontals .region .newsModule.editable.hoverEditable,
#bottomHorizontals .region .newsModule.editable.hoverEditable,
#featureRegion.region .newsModule.editable.hoverEditable {
  box-shadow: none;
}
#horizontals .region .calendarModule:before,
#bottomHorizontals .region .calendarModule:before,
#featureRegion.region .calendarModule:before,
#horizontals .region .newsModule:before,
#bottomHorizontals .region .newsModule:before,
#featureRegion.region .newsModule:before {
  content: "";
  left: 0px;
  width: 100%;
  position: absolute;
  background: none;
  background-color: transparent;
  z-index: -1;
}
#horizontals .region .calendarModule.editable header,
#bottomHorizontals .region .calendarModule.editable header,
#featureRegion.region .calendarModule.editable header,
#horizontals .region .newsModule.editable header,
#bottomHorizontals .region .newsModule.editable header,
#featureRegion.region .newsModule.editable header {
  min-height: 1px;
}
#horizontals .region .calendarModule.editable .moduleBody,
#bottomHorizontals .region .calendarModule.editable .moduleBody,
#featureRegion.region .calendarModule.editable .moduleBody,
#horizontals .region .newsModule.editable .moduleBody,
#bottomHorizontals .region .newsModule.editable .moduleBody,
#featureRegion.region .newsModule.editable .moduleBody {
  margin-top: -1px;
}
#horizontals .region .calendarModule.hoverEditable:before,
#bottomHorizontals .region .calendarModule.hoverEditable:before,
#featureRegion.region .calendarModule.hoverEditable:before,
#horizontals .region .newsModule.hoverEditable:before,
#bottomHorizontals .region .newsModule.hoverEditable:before,
#featureRegion.region .newsModule.hoverEditable:before {
  box-shadow: inset 0 0 0 1px #e87722;
}
#horizontals .region .calendarModule.moduleInner .moduleBody.aggregate,
#bottomHorizontals .region .calendarModule.moduleInner .moduleBody.aggregate,
#featureRegion.region .calendarModule.moduleInner .moduleBody.aggregate,
#horizontals .region .newsModule.moduleInner .moduleBody.aggregate,
#bottomHorizontals .region .newsModule.moduleInner .moduleBody.aggregate,
#featureRegion.region .newsModule.moduleInner .moduleBody.aggregate {
  position: absolute;
  width: 100%;
  top: 100%;
  overflow: auto;
}
#horizontals .region .calendarModule.moduleInner .moduleBody.aggregate > li:last-child,
#bottomHorizontals .region .calendarModule.moduleInner .moduleBody.aggregate > li:last-child,
#featureRegion.region .calendarModule.moduleInner .moduleBody.aggregate > li:last-child,
#horizontals .region .newsModule.moduleInner .moduleBody.aggregate > li:last-child,
#bottomHorizontals .region .newsModule.moduleInner .moduleBody.aggregate > li:last-child,
#featureRegion.region .newsModule.moduleInner .moduleBody.aggregate > li:last-child {
  border-bottom-width: 0px;
}
#horizontals .region .calendarModule.moduleInner .moduleBody.aggregate .thumb,
#bottomHorizontals .region .calendarModule.moduleInner .moduleBody.aggregate .thumb,
#featureRegion.region .calendarModule.moduleInner .moduleBody.aggregate .thumb,
#horizontals .region .newsModule.moduleInner .moduleBody.aggregate .thumb,
#bottomHorizontals .region .newsModule.moduleInner .moduleBody.aggregate .thumb,
#featureRegion.region .newsModule.moduleInner .moduleBody.aggregate .thumb {
  display: none;
}
#horizontals .region .calendarModule.moduleInner .moduleBody.aggregate,
#bottomHorizontals .region .calendarModule.moduleInner .moduleBody.aggregate,
#featureRegion.region .calendarModule.moduleInner .moduleBody.aggregate,
#horizontals .region .newsModule.moduleInner .moduleBody.aggregate,
#bottomHorizontals .region .newsModule.moduleInner .moduleBody.aggregate,
#featureRegion.region .newsModule.moduleInner .moduleBody.aggregate,
#horizontals .region .calendarModule.moduleInner .moduleBody.aggregate + footer,
#bottomHorizontals .region .calendarModule.moduleInner .moduleBody.aggregate + footer,
#featureRegion.region .calendarModule.moduleInner .moduleBody.aggregate + footer,
#horizontals .region .newsModule.moduleInner .moduleBody.aggregate + footer,
#bottomHorizontals .region .newsModule.moduleInner .moduleBody.aggregate + footer,
#featureRegion.region .newsModule.moduleInner .moduleBody.aggregate + footer {
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
}
#horizontals .region .calendarModule .aggregate + footer,
#bottomHorizontals .region .calendarModule .aggregate + footer,
#featureRegion.region .calendarModule .aggregate + footer,
#horizontals .region .newsModule .aggregate + footer,
#bottomHorizontals .region .newsModule .aggregate + footer,
#featureRegion.region .newsModule .aggregate + footer {
  position: absolute;
  left: 0px;
  width: 100%;
}
#horizontals .region .calendarModule .aggregate + footer:before,
#bottomHorizontals .region .calendarModule .aggregate + footer:before,
#featureRegion.region .calendarModule .aggregate + footer:before,
#horizontals .region .newsModule .aggregate + footer:before,
#bottomHorizontals .region .newsModule .aggregate + footer:before,
#featureRegion.region .newsModule .aggregate + footer:before {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0px;
  bottom: 23px;
  border-top: 1px solid #c4c4c4;
}
#horizontals .region .calendarModule.moduleInner,
#bottomHorizontals .region .calendarModule.moduleInner,
#featureRegion.region .calendarModule.moduleInner,
#horizontals .region .newsModule.moduleInner,
#bottomHorizontals .region .newsModule.moduleInner,
#featureRegion.region .newsModule.moduleInner {
  height: auto;
}
#horizontals .region .massTimesModule,
#bottomHorizontals .region .massTimesModule,
#featureRegion.region .massTimesModule,
#horizontals .region .confessionTimesModule,
#bottomHorizontals .region .confessionTimesModule,
#featureRegion.region .confessionTimesModule,
#horizontals .region .adorationTimesModule,
#bottomHorizontals .region .adorationTimesModule,
#featureRegion.region .adorationTimesModule {
  position: relative;
  margin-bottom: 100%;
}
#horizontals .region .massTimesModule.editable.hoverEditable,
#bottomHorizontals .region .massTimesModule.editable.hoverEditable,
#featureRegion.region .massTimesModule.editable.hoverEditable,
#horizontals .region .confessionTimesModule.editable.hoverEditable,
#bottomHorizontals .region .confessionTimesModule.editable.hoverEditable,
#featureRegion.region .confessionTimesModule.editable.hoverEditable,
#horizontals .region .adorationTimesModule.editable.hoverEditable,
#bottomHorizontals .region .adorationTimesModule.editable.hoverEditable,
#featureRegion.region .adorationTimesModule.editable.hoverEditable {
  box-shadow: none;
}
#horizontals .region .massTimesModule:before,
#bottomHorizontals .region .massTimesModule:before,
#featureRegion.region .massTimesModule:before,
#horizontals .region .confessionTimesModule:before,
#bottomHorizontals .region .confessionTimesModule:before,
#featureRegion.region .confessionTimesModule:before,
#horizontals .region .adorationTimesModule:before,
#bottomHorizontals .region .adorationTimesModule:before,
#featureRegion.region .adorationTimesModule:before {
  content: "";
  left: 0px;
  width: 100%;
  position: absolute;
  background: none;
  background-color: transparent;
  z-index: -1;
}
#horizontals .region .massTimesModule.editable header,
#bottomHorizontals .region .massTimesModule.editable header,
#featureRegion.region .massTimesModule.editable header,
#horizontals .region .confessionTimesModule.editable header,
#bottomHorizontals .region .confessionTimesModule.editable header,
#featureRegion.region .confessionTimesModule.editable header,
#horizontals .region .adorationTimesModule.editable header,
#bottomHorizontals .region .adorationTimesModule.editable header,
#featureRegion.region .adorationTimesModule.editable header {
  min-height: 1px;
}
#horizontals .region .massTimesModule.editable .moduleBody,
#bottomHorizontals .region .massTimesModule.editable .moduleBody,
#featureRegion.region .massTimesModule.editable .moduleBody,
#horizontals .region .confessionTimesModule.editable .moduleBody,
#bottomHorizontals .region .confessionTimesModule.editable .moduleBody,
#featureRegion.region .confessionTimesModule.editable .moduleBody,
#horizontals .region .adorationTimesModule.editable .moduleBody,
#bottomHorizontals .region .adorationTimesModule.editable .moduleBody,
#featureRegion.region .adorationTimesModule.editable .moduleBody {
  margin-top: -1px;
}
#horizontals .region .massTimesModule.hoverEditable:before,
#bottomHorizontals .region .massTimesModule.hoverEditable:before,
#featureRegion.region .massTimesModule.hoverEditable:before,
#horizontals .region .confessionTimesModule.hoverEditable:before,
#bottomHorizontals .region .confessionTimesModule.hoverEditable:before,
#featureRegion.region .confessionTimesModule.hoverEditable:before,
#horizontals .region .adorationTimesModule.hoverEditable:before,
#bottomHorizontals .region .adorationTimesModule.hoverEditable:before,
#featureRegion.region .adorationTimesModule.hoverEditable:before {
  box-shadow: inset 0 0 0 1px #e87722;
}
#horizontals .region .massTimesModule.moduleInner,
#bottomHorizontals .region .massTimesModule.moduleInner,
#featureRegion.region .massTimesModule.moduleInner,
#horizontals .region .confessionTimesModule.moduleInner,
#bottomHorizontals .region .confessionTimesModule.moduleInner,
#featureRegion.region .confessionTimesModule.moduleInner,
#horizontals .region .adorationTimesModule.moduleInner,
#bottomHorizontals .region .adorationTimesModule.moduleInner,
#featureRegion.region .adorationTimesModule.moduleInner {
  height: auto;
}
#horizontals .region .massTimesModule .moduleBody,
#bottomHorizontals .region .massTimesModule .moduleBody,
#featureRegion.region .massTimesModule .moduleBody,
#horizontals .region .confessionTimesModule .moduleBody,
#bottomHorizontals .region .confessionTimesModule .moduleBody,
#featureRegion.region .confessionTimesModule .moduleBody,
#horizontals .region .adorationTimesModule .moduleBody,
#bottomHorizontals .region .adorationTimesModule .moduleBody,
#featureRegion.region .adorationTimesModule .moduleBody {
  position: absolute;
  width: 100%;
  top: 100%;
  overflow: auto;
  margin-left: 0px;
  margin-right: 0px;
}
#horizontals .region .listView .fieldHelp,
#bottomHorizontals .region .listView .fieldHelp,
#featureRegion.region .listView .fieldHelp {
  bottom: 0px;
  top: auto !important;
}
.ie8 #horizontals .calendarModule,
.ie8 #bottomHorizontals .calendarModule,
.ie8 #featureRegion .calendarModule,
.ie8 #horizontals .newsModule,
.ie8 #bottomHorizontals .newsModule,
.ie8 #featureRegion .newsModule {
  height: 100%;
  overflow: auto;
}
.ie8 #horizontals .calendarModule footer,
.ie8 #bottomHorizontals .calendarModule footer,
.ie8 #featureRegion .calendarModule footer,
.ie8 #horizontals .newsModule footer,
.ie8 #bottomHorizontals .newsModule footer,
.ie8 #featureRegion .newsModule footer,
.ie8 #horizontals .calendarModule .moduleBody.aggregate,
.ie8 #bottomHorizontals .calendarModule .moduleBody.aggregate,
.ie8 #featureRegion .calendarModule .moduleBody.aggregate,
.ie8 #horizontals .newsModule .moduleBody.aggregate,
.ie8 #bottomHorizontals .newsModule .moduleBody.aggregate,
.ie8 #featureRegion .newsModule .moduleBody.aggregate {
  top: 0px;
  position: relative;
}
.ie8 #horizontals .calendarModule footer:before,
.ie8 #bottomHorizontals .calendarModule footer:before,
.ie8 #featureRegion .calendarModule footer:before,
.ie8 #horizontals .newsModule footer:before,
.ie8 #bottomHorizontals .newsModule footer:before,
.ie8 #featureRegion .newsModule footer:before {
  border-width: 0px;
  display: none;
}
#content1 {
  float: right;
  width: 376.66666667px;
  margin: 0 25px 25px 25px;
  padding-left: 0px;
  padding-right: 0px;
}
#core.duo #content1 {
  float: left;
  width: 803.33333333px;
  margin-left: 0px;
}
#content2 {
  float: right;
  width: 376.66666667px;
  margin: 0 0 25px 0;
  padding-left: 0px;
  padding-right: 0px;
}
#section1 {
  float: right;
  width: 1230px;
  margin: 0;
  margin-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
.pageTypeInterior #core #interiorHeader {
  float: right;
  width: 1230px;
  margin: 0;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
  z-index: 1;
}
.pageTypeInterior #core #content1 {
  float: right;
  width: 721px;
  margin: 0 0 25px 0;
  padding-left: 0px;
  padding-right: 0px;
}
.pageTypeInterior #core #content2 {
  float: left;
  width: 370px;
  margin: 0 0 25px 0;
  padding-left: 0px;
  padding-right: 0px;
}
.pageTypeInterior #core.singleColumn #content1,
.pageTypeInterior #core.solo #content1,
.pageTypeInterior #core.singleColumn #interiorHeader,
.pageTypeInterior #core.solo #interiorHeader {
  width: 1230px;
}
.pageTypeInterior #core.trio #content1,
.pageTypeInterior #core.trio #content3 {
  width: 370px;
}
.pageTypeInterior #core.twin #interiorHeader {
  width: 1230px;
}
.pageTypeInterior #core.twin #content1,
.pageTypeInterior #core.twin #content2 {
  width: 590px;
}
.pageTypeInterior #core.nelo #interiorHeader,
.pageTypeInterior #core.standard #interiorHeader {
  width: 1230px;
}
.pageTypeInterior #core.standard #interiorHeader {
  width: 1230px;
}
.pageTypeInterior #core.section #interiorHeader {
  width: 1230px;
}
.pageTypeInterior .hasHorizontal1 #core #interiorHeader {
  width: 1230px;
}
.pagePicture {
  float: right;
}
#pageTitle {
  position: relative;
  margin: 0 0 0 0;
  padding: 3px 0;
  border-bottom: 0px solid #999999;
  background: none;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: 400;
  color: #fff;
}
#pageTitle .editText {
  display: block;
  min-height: 15px;
}
#pageTitle .rssLink {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgRss");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgRss', sizingMethod='scale');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: #071D49;
  color: #fff;
  border-radius: 3px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
#pageTitle .rssLink:hover {
  background-color: #152733;
  color: #fff;
}
#pageTitle .rssLink .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 5%;
}
.noPageTitle #core #interiorHeader {
  padding-bottom: 0px;
}
#addthisWrapper,
#finder .addthis_toolbox {
  width: 120px;
  height: 28px;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-left: 15px;
  z-index: 1;
}
#sideNav {
  margin-left: 0;
  margin-right: 0;
}
#sideNav header {
  padding-top: 0;
}
#sideNav footer {
  padding-bottom: 0;
}
#sideNav ul,
#sideNav li {
  margin: 0;
  padding: 0;
}
#sideNav li a {
  text-decoration: none;
}
#sideNav li .navName {
  display: block;
  border-top: 0px solid #c4c4c4;
  padding: 12px 0px;
  background-color: default;
  color: #393c3e;
  font-family: "Lora", serif;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#sideNav li .navName:hover {
  background-color: default;
  color: #071D49;
}
#sideNav li .navSecure .navName,
#sideNav li .navPage .navName,
#sideNav li .navLink .navName {
  padding-left: 0px;
}
#sideNav li .navSecure ul li .navName,
#sideNav li .navPage ul li .navName,
#sideNav li .navLink ul li .navName {
  padding-left: 10px;
}
#sideNav li .navSecure ul li ul li .navName,
#sideNav li .navPage ul li ul li .navName,
#sideNav li .navLink ul li ul li .navName {
  padding-left: 20px;
}
#sideNav li .navSecure ul li ul li ul li .navName,
#sideNav li .navPage ul li ul li ul li .navName,
#sideNav li .navLink ul li ul li ul li .navName {
  padding-left: 30px;
}
#sideNav li .navSecure ul li ul li ul li ul li .navName,
#sideNav li .navPage ul li ul li ul li ul li .navName,
#sideNav li .navLink ul li ul li ul li ul li .navName {
  padding-left: 40px;
}
#sideNav li .navGroup > .navName {
  padding: 11px 5px 11px 0px;
  background-color: transparent;
  background-color: default;
  color: #393c3e;
}
#sideNav li .navGroup > .navName:hover {
  background-color: default;
}
#sideNav li .navGroup > ul > li > .navName {
  padding-left: 10px;
}
#sideNav li .navGroup > ul > li > ul > li .navName {
  padding-left: 20px;
}
#sideNav li .navGroup > ul > li > ul > li > ul > li .navName {
  padding-left: 30px;
}
#sideNav li .navGroup > ul > li > ul > li > ul > li > ul > li .navName {
  padding-left: 40px;
}
#sideNav li .navGroup > ul > li > ul > li > ul > li > ul > li > ul > li .navName {
  padding-left: 50px;
}
#sideNav .sideNavCurrent {
  position: relative;
  border-top: 0px solid #999999;
  border-bottom: 0px solid #999999;
  margin-bottom: -1px;
}
#sideNav .sideNavCurrent > .navName {
  border-top: none;
  background-color: transparent;
  color: #071D49;
}
#sideNav .sideNavCurrent > .navName:hover {
  color: #071D49;
  background-color: transparent;
}
#sideNav .sideNavCurrent .navElement .navName {
  background-color: transparent;
}
#sideNav .sideNavCurrent .navElement .navName:hover {
  background-color: default;
}
#sideNav .sideNavCurrent .navGroup > .navName:hover {
  background-color: transparent;
}
#sideNav .sideNavSelected > a {
  font-weight: 400;
}
#sideNav div > ul > li:first-child > .navName {
  border-top: 0px solid #c4c4c4;
}
#sideNav footer {
  border-bottom: 1px solid #c4c4c4;
  min-height: 1px;
}
#sideNav .sideNavSibling {
  display: list-item;
}
#sideNav .moduleInner > ul > li > ul > .navGroup:last-child > .navName {
  transition: padding 0.5s ease;
}
#sideNav .moduleInner > ul > li > ul .navCollapsed:last-child > .navName {
  padding-bottom: 12px;
}
.navCollapsible {
  cursor: pointer;
}
.navCollapsible > .navName {
  position: relative;
}
.navCollapsible > .navName:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #393c3e transparent transparent transparent;
}
.navCollapsible.navCollapsed > .navName:before {
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #393c3e;
  margin-left: 2px;
}
.aggregate .navCollapsible > .navName:before {
  margin-right: 10px;
}
.aggregate .navCollapsible.navCollapsed > .navName:before {
  margin-left: 2px;
}
.solo .sideNavModule {
  display: none;
}
[class*="SideNav"] {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
[class*="SideNav"] ul,
[class*="SideNav"] li {
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*="SideNav"] .navName {
  display: block;
  border-bottom: 0px solid #c4c4c4;
  padding: 12px 0px;
  background-color: default;
  color: #393c3e;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[class*="SideNav"] li.selected .navName,
[class*="SideNav"] .bulletin .featured .navName {
  background-color: transparent;
  color: #071D49;
  font-weight: 400;
}
[class*="SideNav"] li.selected .navName:hover,
[class*="SideNav"] .bulletin .featured .navName:hover {
  color: #071D49;
  background-color: transparent;
}
.bulletinsSideNav .archiveTitle,
.pageTagsSideNav .pageTags {
  border-top: 0px solid #c4c4c4;
}
.pageTagsSideNav .pageTagLink,
.bulletinsSideNav .archiveTitle,
.bulletinsSideNav .bulletin a {
  font-family: "Lora", serif;
  font-size: 17px;
}
.pageTagsSideNav .pageTagLink .navName,
.bulletinsSideNav .bulletin .navName {
  color: #393c3e;
}
.pageTagsSideNav .pageTagLink .navName:hover,
.bulletinsSideNav .bulletin .navName:hover {
  background-color: default;
  color: #071D49;
}
.bulletinsSideNav .archiveTitle > .navName {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: default;
  color: #393c3e;
}
.bulletinsSideNav .bulletin .navName {
  padding: 12px 5px 12px 5px;
}
.bulletinsSideNav .aggregateLabel {
  font-family: "Lora", serif;
  font-size: 17px;
}
.aggregateSideNav .aggregateAll,
.aggregateSideNav .aggregateMonths,
.aggregateSideNav .aggregatePages {
  border-top: 0px solid #c4c4c4;
}
.aggregateSideNav .aggregateMonths,
.aggregateSideNav .aggregatePages {
  margin-top: 24px;
}
.aggregateSideNav .aggregateAll,
.aggregateSideNav .aggregateLabel,
.aggregateSideNav .aggregateMonth,
.aggregateSideNav .aggregatePage {
  font-family: "Lora", serif;
  font-size: 17px;
}
.aggregateSideNav .aggregateAll .navName,
.aggregateSideNav .aggregateMonth .navName,
.aggregateSideNav .aggregatePage .navName {
  color: #393c3e;
}
.aggregateSideNav .aggregateAll .navName:hover,
.aggregateSideNav .aggregateMonth .navName:hover,
.aggregateSideNav .aggregatePage .navName:hover {
  background-color: default;
  color: #071D49;
}
.aggregateSideNav .aggregateLabel > .navName {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: default;
  color: #393c3e;
}
.aggregateSideNav .aggregateMonth .navName,
.aggregateSideNav .aggregatePage .navName {
  padding: 12px 5px 12px 5px;
}
.interior.event .date,
.interior.news .date {
  font-weight: bold;
  margin-bottom: 15px;
}
.interior.event .pagePicture,
.interior.news .pagePicture {
  float: right;
  max-width: 50%;
  padding: 0 0 15px 15px;
}
.event .recurringSchedule,
.searchResult .recurringSchedule {
  font-weight: normal;
  font-style: italic;
}
.searchResult .date {
  font-weight: bold;
}
.interior img {
  max-width: 100%;
}
.interior.event .eventDetails,
.interior.news .newsDetails {
  word-break: break-word;
}
.interior.event .location,
.toggledLocationContent {
  margin-bottom: 15px;
}
.locationContent + .locationMap,
.interior.news .newsDetails {
  margin-top: 15px;
}
.toggledLocationContent {
  display: none;
}
.interior.news .author {
  font-style: italic;
}
.interior.event .locationLabel {
  font-weight: bold;
}
.interior.person .picture {
  float: right;
  max-width: 50%;
  padding: 0 0 15px 15px;
}
.interior.person .role,
.interior.person .phone,
.interior.person .mail {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.interior.person .role {
  margin-bottom: 15px;
  font-weight: bold;
}
.interior.person .bio {
  margin-top: 15px;
}
.personSocialMedia {
  margin-top: 5px;
  font-size: 0px;
  line-height: normal;
}
.personSocialMedia a {
  vertical-align: text-top;
  background-color: transparent;
  color: #071D49;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 4px 0px 0px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border-radius: 0px;
  overflow: hidden;
}
.personSocialMedia a:hover {
  background-color: transparent;
  color: #393c3e;
}
.personSocialMedia a.blogSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgBlog");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgBlog', sizingMethod='scale');
}
.personSocialMedia a.emailSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgEmail");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgEmail', sizingMethod='scale');
}
.personSocialMedia a.facebookSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFacebook");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFacebook', sizingMethod='scale');
  width: 15px;
}
.personSocialMedia a.twitterSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgTwitter");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgTwitter', sizingMethod='scale');
}
.personSocialMedia a.flocknoteSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFlocknote");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgFlocknote', sizingMethod='scale');
}
.personSocialMedia a.instagramSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgInstagram");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgInstagram', sizingMethod='scale');
}
.personSocialMedia a.instagramSocialMedia .icon {
  border-radius: 0px;
}
.personSocialMedia a.linkedinSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgLinkedIn");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgLinkedIn', sizingMethod='scale');
}
.personSocialMedia a.phoneSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPhone");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPhone', sizingMethod='scale');
}
.personSocialMedia a.pinterestSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPinterest");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgPinterest', sizingMethod='scale');
}
.personSocialMedia a.vimeoSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgVimeo");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgVimeo', sizingMethod='scale');
}
.personSocialMedia a.websiteSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgWeb");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgWeb', sizingMethod='scale');
}
.personSocialMedia a.youtubeSocialMedia {
  background-image: url("https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgYouTube");
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.ecatholic.com/1689618031/base-images/social-media/socialMediaIcons.svg?svgYouTube', sizingMethod='scale');
}
.personSocialMedia a .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
}
#content1 .bulletinName {
  font-size: 20px;
  text-align: center;
}
#content1 .bulletinName a {
  text-decoration: none;
}
#content1 .bulletinName img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.searchLast:before,
.searchNext:after {
  content: "";
  width: 0px;
  height: 0px;
  top: 1px;
  position: absolute;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.searchLast {
  position: relative;
  margin-left: 23px;
  padding-right: 8px;
  border-right: 1px solid #393c3e;
}
.searchLast,
.searchLast:hover {
  text-decoration: none;
}
.searchLast:before {
  left: -23px;
  border-right: 18px solid #393c3e;
}
.searchLast:hover:before {
  border-right: 18px solid rgba(57, 60, 62, 0.5);
}
.searchNext {
  position: relative;
  padding-left: 3px;
}
.searchNext,
.searchNext:hover {
  text-decoration: none;
}
.searchNext:after {
  right: -23px;
  border-left: 18px solid #393c3e;
}
.searchNext:hover:after {
  border-left: 18px solid rgba(57, 60, 62, 0.5);
}
#error404 {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 480px;
}
#shieldLogin .loginError {
  color: #e60505;
  margin-bottom: 5px;
}
#shieldLogin #shieldPassword {
  float: left;
  box-sizing: border-box;
  height: 50px;
  padding: 7px;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  background-color: #fff;
  color: #393c3e;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#shieldLogin .submit {
  float: left;
  clear: left;
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 0px;
  background-color: transparent;
  color: #393c3e;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
#shieldLogin .submit:hover {
  background-color: #152733;
  color: #fff;
}
.photos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  padding: 0px;
}
.photos li {
  list-style-type: none;
}
@media (min-width: 429px) {
  .photos li {
    padding: 15px;
  }
}
@media (max-width: 428px) {
  .photos li {
    padding: 9px;
  }
}
.photos li img {
  display: block;
}
.photoAlbum.infinite-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  max-width: none;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 15px;
}
@media (min-width: 429px) {
  .photoAlbum.infinite-item > a {
    padding: 15px;
  }
}
@media (max-width: 428px) {
  .photoAlbum.infinite-item > a {
    padding: 9px;
  }
}
.photoAlbum.infinite-item .photoAlbumName {
  display: flex;
  order: -1;
  text-align: center;
  width: 100%;
  height: auto;
}
.photoAlbum.infinite-item .photoAlbumName a.name {
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 15px;
  font-size: 45px;
}
.photoAlbum.infinite-item .thumb {
  margin: 0px;
  box-sizing: border-box;
}
.photoAlbum.infinite-item .viewMore {
  width: 130px;
  margin-bottom: 15px;
  height: auto !important;
  align-self: center;
}
.photoalbums .photoAlbum .thumb {
  background: #fff;
}
#lightbox .lb-outerContainer {
  border-radius: 0px;
}
#lightbox .lb-prev,
#lightbox .lb-next {
  opacity: 0.5;
  cursor: pointer;
}
#lightbox .lb-prev:hover,
#lightbox .lb-next:hover {
  opacity: 1;
}
#lightbox .lb-prev {
  margin-left: -75px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/photo-albums/photo-album-lightbox-left-arrow.png") no-repeat left 49%;
}
#lightbox .lb-next {
  margin-right: -75px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/photo-albums/photo-album-lightbox-right-arrow.png") no-repeat right 49%;
}
#lightbox .lb-details {
  width: 100%;
  margin-top: 15px;
  color: #e6e6e6;
  font-family: "Lora", serif;
}
#lightbox .lb-details .lb-caption {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}
#lightbox .lb-details .lb-number {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: right;
}
#lightbox .lb-close {
  position: absolute;
  top: -40px;
}
.news .news.group {
  word-break: break-word;
}
.news li .thumb {
  margin-top: 0px;
}
.eCatholicLiveCountdownModule .liveCountdown {
  position: relative;
  padding: 10px 0px;
  text-align: center;
}
.eCatholicLiveCountdownModule .liveCountdown:hover .countdownOverlay {
  display: flex !important;
}
.eCatholicLiveCountdownModule .countdownInner {
  display: flex;
  justify-content: center;
}
.eCatholicLiveCountdownModule .countdownInner .unit {
  padding-left: 10px;
  padding-right: 10px;
}
.eCatholicLiveCountdownModule .countdownInner .unit:not(:last-child) {
  border-right: 1px solid #c4c4c4;
}
.eCatholicLiveCountdownModule .number,
.eCatholicLiveCountdownModule .countdownText {
  color: inherit;
  font-weight: bold;
  font-size: 45px;
}
.eCatholicLiveCountdownModule .label {
  color: inherit;
  font-weight: normal;
  font-size: 18px;
}
.eCatholicLiveCountdownModule .countdownOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.eCatholicLiveCountdownModule .linkWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eCatholicLiveCountdownModule .linkWrapper .countdownLink {
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 0px;
  background-color: transparent;
  color: #393c3e;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.eCatholicLiveCountdownModule .linkWrapper .countdownLink:hover {
  background-color: #152733;
  color: #fff;
}
@keyframes progressBarWidth {
  0% {
    width: 0;
  }
}
.progressBarModule .moduleBody {
  margin-top: 3px;
}
.progressBarModule .moduleBody .progressBarText {
  font-size: 16px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-style: italic;
}
.progressBarModule .moduleBody .progressBarText > span {
  flex-grow: 1;
}
.progressBarModule .moduleBody .fundingAmount {
  padding-right: 10px;
}
.progressBarModule .moduleBody .currentAmount {
  color: #000;
  font-size: 28px;
  display: block;
  font-style: normal;
}
.progressBarModule .moduleBody .fundingPercent {
  margin-top: auto;
  text-align: right;
}
.progressBarModule .moduleBody .currentPercent {
  color: #071D49;
  font-size: 23px;
  display: block;
  font-style: normal;
}
.progressBarModule .moduleBody .progressBarContainer {
  height: 16px;
  margin-top: 15px;
}
.progressBarModule .moduleBody .progressBar {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}
.progressBarModule .moduleBody .progress {
  height: 100%;
  background: #071D49;
  width: 0;
  animation: progressBarWidth 2s;
}
.progressBarModule .moduleBody.goal .progress {
  background: #152733;
}
.progressBarModule .moduleBody.goal .currentPercent {
  color: #152733;
}
.progressBarModule .moduleBody .buttonContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px;
}
.progressBarModule .moduleBody .buttonContainer .button {
  flex-grow: 1;
  width: 100%;
  min-width: 200px;
  flex-basis: 45%;
  box-sizing: border-box;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 16px;
  text-align: center;
  border-radius: 0px;
  background-color: #071D49;
  color: #393c3e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.progressBarModule .moduleBody .buttonContainer .button:hover {
  color: #fff;
  background-color: #152733;
}
.progressBarModule .moduleBody .buttonContainer .facebookButton {
  border: 2px solid #ccc;
  background-color: #fff;
  color: #000;
  padding: 14px;
}
.progressBarModule .moduleBody .buttonContainer .facebookButton:hover {
  color: #000;
  background-color: #ddd;
}
.progressBarModule .moduleBody .buttonContainer .facebookButton .fbIcon {
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/icons/fb.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: -20px;
  margin-top: -23px;
}
@media (min-width: 701px) {
  #content1 .mapsModule .moduleBody {
    max-height: none;
  }
}
#featureRegion .mapsModule .moduleBody {
  max-height: 100%;
}
.locationMap {
  width: 100%;
}
.flocknoteSignupsModule form {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flocknoteSignupsModule input {
  box-sizing: border-box;
  display: inline-flex;
  height: 50px;
  padding: 10px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  background-color: #fff;
  color: #393c3e;
  font-size: 18px;
  margin-bottom: 15px;
}
.flocknoteSignupsModule button {
  box-sizing: border-box;
  min-width: 100px;
  height: 50px;
  border: 0px;
  font-family: "Lora", serif;
  padding: 0 20px;
  display: inline-block;
  border-radius: 0px;
  background-color: transparent;
  color: #393c3e;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
.flocknoteSignupsModule button:hover {
  background-color: #152733;
  color: #fff;
}
.flocknoteSignupsModule .flocknoteLayoutsHorizontal input {
  width: calc(20% - 10px);
  min-width: 100px;
  margin-right: 5px;
  margin-left: 5px;
}
.flocknoteSignupsModule .flocknoteLayoutsHorizontal button {
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 428px) {
  .flocknoteSignupsModule .flocknoteLayoutsHorizontal input {
    min-width: calc(50% - 10px);
    float: left;
  }
  .flocknoteSignupsModule .flocknoteLayoutsHorizontal button {
    float: left;
  }
}
@media (min-width: 701px) {
  .twin .flocknoteSignupsModule .flocknoteLayoutsHorizontal input,
  .trio .flocknoteSignupsModule .flocknoteLayoutsHorizontal input,
  #content2 .flocknoteSignupsModule .flocknoteLayoutsHorizontal input {
    min-width: calc(50% - 10px);
    float: left;
  }
  .twin .flocknoteSignupsModule .flocknoteLayoutsHorizontal button,
  .trio .flocknoteSignupsModule .flocknoteLayoutsHorizontal button,
  #content2 .flocknoteSignupsModule .flocknoteLayoutsHorizontal button {
    float: left;
  }
}
.flocknoteSignupsModule .flocknoteLayoutsTiled form {
  width: 350px;
  max-width: 100%;
  margin: 0;
  justify-content: space-between;
}
.flocknoteSignupsModule .flocknoteLayoutsTiled input {
  width: 170px;
  max-width: calc((100% - 10px) / 2);
  flex-grow: 1;
}
.flocknoteSignupsModule .flocknoteLayoutsTiled .flocknoteSoloField {
  width: 100%;
  max-width: none;
}
.flocknoteSignupsModule .flocknoteLayoutsTiled button {
  width: 350px;
}
.flocknoteSignupsModule .flocknoteSignupsSubmitSuccess {
  display: none;
  font-size: 14px;
}
.flocknoteSignupsModule .flocknoteSignupsSubmitSuccess .iconSubmitSuccess {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/icons/submit-success.png") no-repeat;
  height: 16px;
  width: 16px;
  margin: 0 5px 0 10px;
  background-size: 100%;
  vertical-align: text-bottom;
}
.flocknoteSignupsModule .flocknoteSignupsSubmitSuccess div {
  display: inline-block;
  margin-top: 17px;
}
.registrationModule .required,
.reRegistrationModule .required {
  margin-left: 0px;
  font-size: inherit;
}
.reRegistrationModule .fieldGroup .ofField:last-child,
.reRegistrationModule .aggregate .ofField:last-child {
  margin-bottom: 0px;
}
.reRegistrationModule .ofReplicator .aggregate {
  padding-top: 0px;
}
#footerBackground {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: none;
  background-color: #393c3e;
}
html.oldie #footerBackground {
  position: relative;
}
#footer {
  width: 1230px;
  height: auto;
  margin: 0 auto 25px auto;
  padding: 25px 0px 25px 0px;
  border-top: 0px solid #999999;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  box-shadow: 0px 0px 0px 0px #000;
}
#footer a:not(.htmlButton),
#footer #login {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#footer a:not(.htmlButton):hover,
#footer #login:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#footer #login.disableLoginButton {
  cursor: not-allowed;
}
.footerConnectGroupModule {
  text-align: center;
  top: -25px;
  position: relative;
  margin-bottom: 25px;
  color: #fff;
}
.footerConnectGroupModule.editable .editBar {
  box-shadow: none;
}
.footerConnectGroupModule .groupBackground {
  position: absolute;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  transform: translateX(-50%);
  padding-top: 25px;
  padding-bottom: 25px;
  top: -25px;
  background: #393c3e;
}
.footerConnectGroupModule .groupContent {
  position: relative;
  z-index: 1;
}
.footerConnectGroupModule .moduleTitle {
  color: #fff;
}
.footerConnectGroupModule .groupSubDescription {
  font-style: italic;
  font-size: 16.2px;
}
.footerText {
  display: none;
}
.footerText #insertFooterSocialMedia,
.footerText #insertFooterGroup {
  display: inline-block;
  vertical-align: bottom;
}
.footerText #footerSocialMedia,
.footerText #footerGroup {
  display: inline;
}
#footerGroup.relocated:hover {
  box-shadow: 0 0 0 1px #e87722;
}
.hasFooterText .footerText1 {
  display: block;
}
.footerText,
#footerGroup {
  clear: both;
}
.footerText,
#footerLinks,
#footerBrand {
  text-align: center;
}
#footerSocialMedia {
  margin-top: 10px;
  text-align: center;
}
#footerSocialMedia .editable {
  display: inline-block;
}
#footerSocialMedia .socialMediaBody a {
  background-color: transparent;
  color: #fff;
}
#footerSocialMedia .socialMediaBody a:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
#footerGroup {
  margin-top: 10px;
  text-align: center;
}
#footerLinks {
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid currentColor;
}
#footerLinks .secureLogout:before {
  content: "";
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #fff;
}
#logout-form-footer {
  float: left;
}
#footerBrand {
  display: inline-block;
}
#footerBrand .trademark {
  font-size: 70%;
  vertical-align: super;
}
.finder #at15s {
  top: auto !important;
  bottom: 35px;
  position: fixed !important;
}
.finder #background {
  background: #fff;
}
#finderTitle {
  font-size: 1px;
  position: absolute;
  right: 100%;
  bottom: 100%;
}
#finderNav li {
  display: inline-block;
}
#finderNav a {
  text-decoration: none;
}
#finder {
  font-size: 14px;
  color: #777;
  position: fixed;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
}
.preview.showPreviewToolbar #finder {
  height: calc(100% - 65px);
}
#finder .ui-widget {
  font-family: "Lora", serif;
}
#finder #finderHeader {
  flex-direction: column;
  display: flex;
  width: 100%;
  background-color: blue;
  z-index: 2;
  background: #42447b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #42447b 0%, #343560 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42447b), color-stop(50%, #343560));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #42447b 0%, #343560 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #42447b 0%, #343560 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #42447b 0%, #343560 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #42447b 0%, #343560 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff42447b', endColorstr='#ff343560',GradientType=0 );
  /* IE6-9 */
}
#finder #finderHeader > a {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
#finder #finderHeader > a:hover {
  text-decoration: none;
}
#finder #finderNav {
  display: table;
  min-height: 40px;
  width: 100%;
  border-top: 0px;
  border-bottom: 0px;
  margin-top: 0px;
  left: 0px;
}
#finder #finderNav > ul {
  background: #ddd3ba;
  background-color: #ddd3ba;
  display: table-cell;
  text-align: center;
  float: none;
  vertical-align: middle;
  max-width: 100%;
  min-height: 40px;
  text-transform: uppercase;
  white-space: normal;
  padding: 5px 0px;
}
#finder #finderNav > ul > li {
  padding: 5px 0px;
}
#finder #finderNav > ul > li > a {
  color: #36316a;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
  font-size: 16px;
  line-height: 16px;
  border-right: 2px solid #36316a;
}
#finder #finderNav > ul > li > a:before {
  border: 0px;
}
#finder #finderNav > ul > li:first-child > a {
  border-left-width: 0px;
}
#finder #finderNav > ul > li:last-child > a {
  border-right-width: 0px;
}
#finder #finderNav > ul > li:hover,
#finder #finderNav > ul > li > a:hover {
  background: transparent;
  color: #1b1936;
}
#finder #finderNav > ul > li > ul {
  display: none;
}
#finder #finderCore {
  display: flex;
  overflow: auto;
  flex-grow: 1;
  position: relative;
}
#finder .linkContainer {
  float: right;
  margin-left: 5px;
}
#finder .linkContainer a {
  width: 30px;
  height: 25px;
  display: inline-block;
  background-color: #bcbec0;
  font-size: 0px;
  float: right;
  clear: both;
  background-repeat: no-repeat;
  background-position: center center;
}
#finder .linkContainer a:hover {
  background-color: #a6a6a6;
}
#finder .linkContainer .phoneLink {
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/icons/phone.png");
  background-size: 26px;
}
#finder .linkContainer .directionsLink {
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/icons/direction.png");
  background-size: 17px;
}
#finder .linkContainer .urlLink {
  background-image: url("../../cdn.ecatholic.com/1689618031/base-images/icons/www.png");
  background-size: 26px;
}
#finder .group.hasImage {
  position: relative;
}
#finder .group.hasImage .title,
#finder .group.hasImage .nextMassHolder {
  padding-left: 70px;
}
#finder .group .title > div,
#finder .group .distanceHolder,
#finder .group .nextMassHolder {
  margin-bottom: 2px;
  font-size: 12px;
}
#finder .group .thumbImage {
  max-width: 60px;
  float: left;
}
#finder .group .title .name {
  color: #36316a;
  font-size: 14px;
}
#finder .group .address,
#finder .group .mailAddress,
#finder .group .distanceHolder,
#finder .group .nextMassHolder {
  color: #999;
}
#finder .group .distanceHolder span,
#finder .group .fax {
  white-space: nowrap;
}
#finder .group .email {
  font-size: 13px;
  color: #999;
  text-decoration: none;
}
#finder .group .email:hover {
  color: #666;
  text-decoration: none;
}
#finder .group .nextMassHolder {
  text-indent: -10px;
  margin-left: 10px;
}
#finder .group .nextMassHolder span {
  font-size: 11px;
}
#finder #finderContent {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
#finder #map {
  width: 100%;
  height: 100%;
}
#finder ul {
  list-style: none;
  padding: 0;
}
#finder .siteInfo {
  display: none;
}
#finder #finderBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  flex-shrink: 0;
  height: 100%;
  width: 250px;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
}
#finder #finderBar.findMassTime #siteSearchContainer #advancedFinderButton {
  display: none;
}
#finder #finderBar.findMassTime #siteSearchContainer .nextMassHolder {
  display: block;
}
#finder #finderBar.findMassTime #searchResults .searchResult .hasImage .thumbImage {
  padding-bottom: 32px;
}
#finder #finderBar .nextMassHolder {
  display: none;
}
#finder #finderBar #siteSearchContainer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 8px;
  padding-bottom: 0px;
  border-bottom: 2px solid #666;
  overflow: hidden;
  box-sizing: border-box;
}
#finder #finderBar #siteSearchContainer #siteSearch {
  border: 1px solid #666;
  padding: 3px 7px;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
}
#finder #finderBar #siteSearchContainer #siteSearch:last-child {
  margin-bottom: 8px;
}
#finder #finderBar #siteSearchContainer .button {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  color: #999;
  cursor: pointer;
}
#finder #finderBar #siteSearchContainer .button:hover {
  color: #666;
}
#finder #finderBar #siteSearchContainer #massFinderButton {
  float: right;
}
#finder #finderBar #siteSearchContainer #advancedFinderButton:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent currentColor;
}
#finder #finderBar #siteSearchContainer.expanded #advancedFinderButton:before {
  border-width: 10px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
}
#finder #finderBar #siteSearchContainer #advancedFinderOptions {
  max-height: 0px;
  min-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 8px 0 8px;
  margin-left: -8px;
  margin-right: -8px;
  text-align: right;
  font-size: 0px;
  transition: max-height 0.5s;
  box-sizing: border-box;
}
#finder #finderBar #siteSearchContainer #advancedFinderOptions .inputHolder {
  padding-top: 1px;
  padding-bottom: 1px;
  height: 22px;
  font-size: 13px;
  transform: translateZ(0);
}
#finder #finderBar #siteSearchContainer #advancedFinderOptions label {
  float: left;
  line-height: 22px;
}
#finder #finderBar #siteSearchContainer #advancedFinderOptions select {
  width: calc(100% - 75px);
  height: 22px;
}
#finder #finderBar #siteSearchContainer.expanded #advancedFinderOptions {
  max-height: 140px;
  padding-bottom: 8px;
}
#finder #searchResults,
#finder #categories {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#finder #searchResults .hideResult,
#finder #categories .hideResult {
  display: none;
}
#finder #categories .category + .category .categoryName {
  margin-top: 1px;
}
#finder #categories .category .categoryName {
  border-radius: 0px;
  border-width: 0px;
  font-weight: normal;
  margin: 0px;
  background: #42447b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #42447b 0%, #343560 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42447b), color-stop(50%, #343560));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #42447b 0%, #343560 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #42447b 0%, #343560 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #42447b 0%, #343560 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #42447b 0%, #343560 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff42447b', endColorstr='#ff343560',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  height: 16px;
  padding: 9px 30px 11px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: italic;
}
#finder #categories .category .categoryName span {
  background: transparent;
  left: auto;
  right: 12px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 7.5px 13px 7.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 50%;
}
#finder #categories .category .categoryName.ui-state-active span {
  border-width: 13px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
}
#finder #categories .category .sites {
  border-width: 0px;
  margin: 0px;
}
#finder #categories .category .sites .site {
  min-height: 30px;
  background-color: #fff;
  padding: 10px 15px;
}
#finder #categories .category .sites .site:nth-child(even) {
  background-color: #f4f4f7;
}
#finder #categories .category .sites .site:hover {
  background-color: #e3e3f0;
}
#finder #categories .category .sites .site .name {
  color: #36316a;
}
#finder #categories .category .sites .site .city {
  color: #999;
  padding-left: 5px;
  font-size: 13px;
}
#finder #finderBarFooter {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  border-top: 2px solid #666;
}
#finder #finderBarFooter > a {
  position: absolute;
  left: 20px;
  top: 10px;
}
#finder #finderBarFooter .brandLogo {
  width: 50px;
  float: left;
}
#finder #finderBarFooter .addthis_toolbox {
  position: absolute;
  right: 20px;
  top: 5px;
}
#finder #searchResults {
  bottom: 52px;
}
#finder #searchResults .searchResult {
  padding: 8px;
  margin-top: -1px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  overflow: hidden;
}
#finder #searchResults .searchResult:hover {
  background-color: #f4f4f7;
}
#finder #searchResults .searchResult .email {
  display: none;
}
#finder #searchResults .searchResult .hasImage .thumbImage {
  padding-bottom: 20px;
}
#finder #searchResults .searchResult .hasImage .distanceHolder {
  position: absolute;
  top: 65px;
  left: 0px;
  width: 60px;
  text-align: center;
}
#finder #searchResults .siteInfoCloseButton,
#finder #searchResults .extendedInfo,
#finder #searchResults .phoneFaxHolder {
  display: none;
}
#finder #mapOverlay {
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  margin-top: 10px;
  height: calc(100% - 20px);
  overflow: auto;
}
#finder:not(.siteSelected) #mapOverlay {
  display: none;
}
#finder #siteInfo {
  margin-right: 30px;
  margin-bottom: 5px;
  width: 315px;
  word-wrap: break-word;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(68, 68, 68, 0.5);
}
#finder #siteInfo .main {
  position: relative;
  padding: 10px;
}
#finder #siteInfo .main .siteInfoCloseButton {
  position: fixed;
  left: 575px;
  color: #fff;
  padding: 5px 8px;
  background-color: #00b2f5;
  cursor: pointer;
  box-shadow: 3px 3px 5px 0px rgba(68, 68, 68, 0.5);
}
#finder #siteInfo .main .siteInfoCloseButton:hover {
  color: #666;
}
#finder #siteInfo .main .title > div {
  font-size: 12px;
}
#finder .details ul,
#finder .details ol {
  padding-left: 40px;
}
#finder .details ul {
  list-style-type: disc;
}
#finder .extendedInfo .times,
#finder .extendedInfo .details {
  border-radius: 0px;
  background: none;
  border-width: 0px;
  font-size: 13px;
  padding: 10px;
  color: #666;
}
#finder .extendedInfo .times img,
#finder .extendedInfo .details img {
  max-width: 100%;
}
#finder .extendedInfo > .details {
  padding-top: 0px;
}
#finder .extendedInfoTabs {
  font-family: "Lora", serif;
  font-size: 13px;
  background: transparent;
  border: 0px;
  padding: 0px;
}
#finder .extendedInfoTabs .tabsContainer {
  overflow: hidden;
}
#finder .extendedInfoTabs .tabsContainer ul {
  float: right;
  background: transparent;
  border: 0px;
  border-radius: 0px;
}
#finder .extendedInfoTabs .tabsContainer ul li {
  border: 0px;
  border-right: 1px solid #999;
  background: transparent;
  margin: 0px;
  border-radius: 0px;
}
#finder .extendedInfoTabs .tabsContainer ul li:last-child {
  border-right-width: 0px;
}
#finder .extendedInfoTabs .tabsContainer ul li a {
  cursor: pointer;
  padding: 0px 7px 0px 7px;
  font-weight: normal;
  color: #999;
}
#finder .extendedInfoTabs .tabsContainer ul li a:hover {
  color: #666;
}
#finder .extendedInfoTabs .tabsContainer ul li.ui-state-active a {
  color: #666;
}
#finder .extendedInfoTabs .times {
  padding: 0px;
}
#finder .extendedInfoTabs .times > ul {
  margin-top: 3px;
  background: transparent;
  border: 0px;
  border-radius: 0px;
}
#finder .extendedInfoTabs .times > ul > li {
  border: 2px solid #fff;
  background: #bcbec0;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  width: 33.3%;
  min-width: 80px;
  text-align: center;
  box-sizing: border-box;
}
#finder .extendedInfoTabs .times > ul > li a {
  width: 100%;
  cursor: pointer;
  padding: 5px 0px;
  font-weight: normal;
  color: #fff;
}
#finder .extendedInfoTabs .times > ul > li a:hover {
  color: #666;
}
#finder .extendedInfoTabs .times > ul > li.ui-state-active {
  background-color: #fff;
  border: 2px solid #bcbec0;
}
#finder .extendedInfoTabs .times > ul > li.ui-state-active a {
  color: #666;
}
#finder .extendedInfoTabs .times > div {
  padding: 0px;
  color: #666;
}
#finder .extendedInfoTabs .times > div > ul {
  margin: 0px;
}
#finder .extendedInfoTabs .times > div > ul > li {
  min-height: 15px;
  padding: 5px 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#finder .extendedInfoTabs .times > div > ul > li:nth-child(even) {
  background-color: #f1f2f2;
}
#finder .extendedInfoTabs .times > div > ul > li .day {
  width: 47px;
  padding-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#finder .extendedInfoTabs .times > div > ul > li .day.PERPETUAL {
  width: 80px;
}
#finder .extendedInfoTabs .times > div > ul > li .day.MULTIDAY span[class*="multi"] {
  display: inline-block;
  max-width: 100%;
}
#finder .extendedInfoTabs .times > div > ul > li .day.MULTIDAY .addComma:after {
  content: ",";
}
#finder .extendedInfoTabs .times > div > ul > li .day.MULTIDAY .addDash:after {
  content: "-";
}
#finder .extendedInfoTabs .times > div > ul > li .day.MULTIDAY .addColon:after {
  content: ":";
}
#finder .extendedInfoTabs .times > div > ul > li .sacramentGroup {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  margin-right: -10px;
  margin-left: -7px;
}
#finder .extendedInfoTabs .times > div > ul > li .language.ENGLISH,
#finder .extendedInfoTabs .times > div > ul > li .nativeLanguage.ENGLISH,
#finder .extendedInfoTabs .times > div > ul > li .nativeLanguage {
  display: none;
}
#finder .extendedInfoTabs .times > div > ul > li .sacramentTime {
  padding-right: 10px;
  padding-left: 7px;
  margin-left: -1px;
  border-left: 1px solid #666;
}
#finder .extendedInfoTabs .times > div > ul > li .sacramentTime .language,
#finder .extendedInfoTabs .times > div > ul > li .sacramentTime .nativeLanguage,
#finder .extendedInfoTabs .times > div > ul > li .sacramentTime .notes {
  font-size: 11px;
}
@media (min-width: 701px) {
  #finder #mapOverlay .extendedInfoTabs,
  #finder #mapOverlay .times,
  #finder #mapOverlay details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  #finder #mapOverlay .extendedInfoTabs > *:first-child,
  #finder #mapOverlay .times > *:first-child,
  #finder #mapOverlay details > *:first-child {
    flex-shrink: 0;
  }
  #finder #mapOverlay .extendedInfo {
    height: 100%;
    overflow: hidden;
  }
  #finder #mapOverlay .times > div {
    overflow: auto;
  }
  #finder #mapOverlay .details {
    overflow: auto;
  }
  #finder #mapOverlay.fullHeight {
    height: calc(100% - 20px);
    overflow: visible;
  }
  #finder #mapOverlay.fullHeight .extendedInfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  #finder #mapOverlay.fullHeight .extendedInfoTabs,
  #finder #mapOverlay.fullHeight .times,
  #finder #mapOverlay.fullHeight details {
    height: 100%;
  }
  #finder #mapOverlay.fullHeight .times {
    min-height: 0px;
  }
  #finder #mapOverlay.fullHeight .times > div {
    height: 100%;
  }
  #finder #mapOverlay.fullHeight #siteInfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0px;
  }
  #finder #mapOverlay.fullHeight #siteInfo > *:first-child {
    flex-shrink: 0;
  }
}
@media (max-width: 700px) {
  #finder,
  #finder #finderBar #siteSearchContainer .button,
  #finder #finderBar #siteSearchContainer #advancedFinderOptions .inputHolder {
    font-size: 16px;
  }
  body.finder {
    width: auto;
    max-width: none;
    height: auto !important;
  }
  #finder {
    display: flex;
    flex-direction: column;
  }
  #finder #finderNav {
    display: none;
  }
  #finder #finderBar {
    height: auto;
    width: 100%;
    top: 50px;
    border-top: 0px solid transparent;
    bottom: 0px;
    overflow-y: auto;
  }
  #finder #finderBar #searchResults,
  #finder #finderBar #categories {
    bottom: 0px;
  }
  #finder #finderBar #finderBarFooter {
    display: none;
  }
  #finder #finderBar #siteSearchContainer #advancedFinderOptions select {
    width: calc(100% - 85px);
  }
  #finder #finderCore {
    flex-direction: column;
  }
  #finder #finderContent {
    display: none;
    padding-left: 0px;
    padding-top: 0px;
    bottom: 0px;
    height: 200px;
    border-top: 2px solid #666;
    z-index: 1;
    height: auto;
    flex-grow: 1;
  }
  #finder #mapOverlay {
    margin-top: 10px;
    max-width: 90%;
    max-height: none;
    overflow: visible;
    height: auto;
  }
  #finder #mapOverlay #siteInfo {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    max-height: 100%;
    margin-bottom: 0px;
  }
  #finder #mapOverlay #siteInfo .main .siteInfoCloseButton {
    left: auto;
    position: fixed;
    right: 4px;
    top: 96px;
    padding: 8px 11px;
    z-index: 1;
  }
  .showPreviewToolbar #finder #mapOverlay #siteInfo .main .siteInfoCloseButton {
    top: 151px;
  }
  #finder #mapOverlay #siteInfo .extendedInfo {
    padding-bottom: 5px;
  }
  #finder #map [role="button"] {
    display: none !important;
  }
  #finder.siteSelected #finderBar {
    height: 44px;
  }
  #finder.siteSelected #finderContent {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  #finder.siteSelected #mapOverlay {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: none;
    max-height: 50%;
  }
  #finder.siteSelected .linkContainer {
    margin-right: 35px;
  }
}
@media (min-width: 701px) {
  #background {
    min-width: 1280px;
  }
}
#massModeButtonContainer {
  z-index: 1111;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: right 0.5s ease;
}
#background.admin #massModeButtonContainer {
  margin-bottom: 60px;
}
.mobilePanelActive #massModeButtonContainer {
  right: -260px;
}
#massModeButton {
  display: flex;
  align-items: center;
  padding: 9px 20px;
  color: #fff;
  background: #071D49;
  font-size: 18px;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
#massModeButton .icon {
  margin-right: 7px;
  opacity: 0.5;
  display: flex;
}
#massModeButton a {
  display: block;
  overflow: hidden;
}
#massModeButton a .editButton {
  pointer-events: none;
}
#massModeButton:hover {
  color: #fff;
  background: #152733;
}
#massModeButton:hover .icon {
  opacity: 1;
}
body.pageTypeHome #background:not(.admin) #massModeButton {
  animation: massModeAppear 1.25s ease-in-out;
  -webkit-animation: massModeAppear 1.25s ease-in-out;
}
body.pageTypeHome #background:not(.admin) #massModeButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  height: 100%;
  width: 100%;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  animation: buttonRipple 3s cubic-bezier(0.65, 0, 0.34, 1) 1.5s 2;
  -webkit-animation: buttonRipple 3s cubic-bezier(0.65, 0, 0.34, 1) 1.5s 2;
  box-sizing: border-box;
  z-index: -1;
}
body.pageTypeHome #background:not(.admin) #massModeButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  height: 100%;
  width: 100%;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  animation: buttonRipple 3s cubic-bezier(0.65, 0, 0.34, 1) 2s 2;
  -webkit-animation: buttonRipple 3s cubic-bezier(0.65, 0, 0.34, 1) 2s 2;
  box-sizing: border-box;
  z-index: -1;
}
body.pageTypeHome.massModeActive #background:not(.admin) #massModeButton {
  transform: scale(1) !important;
}
body.pageTypeHome.massModeActive #background:not(.admin) #massModeButton::after,
body.pageTypeHome.massModeActive #background:not(.admin) #massModeButton::before {
  visibility: hidden;
}
.massModeActive {
  overflow: hidden;
}
#massModeModal {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1111;
}
body:not(.massModeActive) #massModeModal {
  display: none;
  margin-top: -58px;
  top: 100%;
  overflow-y: hidden;
  box-shadow: 0px 0px 5px 0px #333;
}
body.preview.showPreviewToolbar.massModeActive #massModeModal {
  top: 65px;
  height: calc(100% - 65px);
}
#background.admin #massModeModal {
  top: 65px;
  height: calc(100% - 65px - 60px);
}
#massModeModalBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
#massModeContainer {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#massModeContainer,
#massModeContainer .massModeTabs {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#massModeContainer .massModeHeader {
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 3px 0px #000;
}
#massModeContainer .massModeTitle {
  color: #393c3e;
  padding: 20px 30px;
  position: relative;
  height: 58px;
  box-sizing: border-box;
}
#massModeContainer .massModeTitle .collapsibleIcon {
  width: 20px;
  height: 100%;
  padding-right: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgba(57, 60, 62, 0.5);
  display: flex;
  cursor: pointer;
}
#massModeContainer .massModeTitle .collapsibleIcon:hover {
  color: #393c3e;
}
#massModeContainer .massModeTitle .collapsibleIcon svg {
  width: 20px;
}
#massModeContainer .massModeTabs,
#massModeContainer .massModeTabList,
#massModeContainer .massModeTab,
#massModeContainer .massModeTab a,
#massModeContainer .massModeSacramentTimes {
  background: none;
  float: none;
  color: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
}
#massModeContainer .massModeTabList {
  flex-shrink: 0;
  display: flex;
  height: 46px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 700px) {
  #massModeContainer .massModeTabList:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    box-shadow: 0px 0px 3px 0px #000;
  }
  #massModeContainer .massModeTabList .massModeTab a {
    border-bottom: 3px solid transparent;
  }
  #massModeContainer .massModeTabList .massModeTab.ui-state-active a {
    border-bottom: 3px solid #fff;
  }
}
#massModeContainer .massModeTabList .massModeTab {
  flex-grow: 1;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.1);
}
#massModeContainer .massModeTabList .massModeTab a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: rgba(57, 60, 62, 0.5);
  box-sizing: border-box;
}
#massModeContainer .massModeTabList .massModeTab.ui-state-active a {
  color: #393c3e;
}
#massModeContainer .massModeTabList .massModeTab:hover a {
  color: #393c3e;
}
#massModeContainer .activeDayName {
  margin-bottom: 8px;
  color: #393c3e;
  font-size: 19px;
  font-weight: bold;
}
#massModeContainer .onlyHolyDay .activeDayName {
  color: #393c3e;
}
#massModeContainer .onlyHolyDay .day {
  display: none;
}
#massModeContainer .massModeTabContent {
  overflow-y: auto;
  padding: 20px 30px;
}
#massModeContainer .massModeSacramentTimes {
  font-size: 18px;
  height: auto !important;
}
#massModeContainer .massModeSacramentTimes.onlyHolyDay .sacramentTime {
  padding-left: 0px;
}
#massModeContainer .massModeSacramentTimes .categoryName {
  padding-bottom: 12px;
  border-bottom: 1px solid #c4c4c4;
  font-weight: bold;
  font-size: 19px;
}
#massModeContainer .massModeSacramentTimes .categoryName:not(:first-child) {
  margin-top: 25px;
}
#massModeContainer .massModeSacramentTimes .dayName {
  display: block;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
#massModeContainer .massModeSacramentTimes .dayName + .sacramentTimes {
  border-left: 20px solid transparent;
}
#massModeContainer .massModeSacramentTimes .sacramentTimes:not(:first-child) {
  padding-left: 20px;
}
#massModeContainer .massModeSacramentTimes .sacramentDay {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: start;
  border-bottom: 1px solid #c4c4c4;
  padding: 0px;
  overflow: visible;
}
#massModeContainer .massModeSacramentTimes .sacramentDay .sacramentGroup {
  margin: 0px;
  max-width: 100%;
  overflow: visible;
}
#massModeContainer .massModeSacramentTimes .sacramentTime {
  display: flex;
  align-items: baseline;
  width: 100%;
  border-left-width: 0px;
  margin: 0px;
  padding: 8px 0px 6px 120px;
}
#massModeContainer .massModeSacramentTimes .sacramentTime:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
#massModeContainer .massModeSacramentTimes .sacramentTime .betweenTimes {
  margin: 0px 4px;
}
#massModeContainer .massModeSacramentTimes .sacramentTime:not(.hasEndTime) .startTime,
#massModeContainer .massModeSacramentTimes .sacramentTime.hasEndTime .endTime {
  flex-grow: 1;
}
#massModeContainer .massModeSacramentTimes .day {
  position: absolute;
  margin-top: 9px;
  margin-bottom: 7px;
  width: 120px;
  font-weight: normal;
}
#massModeContainer .massModeSacramentTimes .day .addColon:after {
  content: "";
}
#massModeContainer .massModeSacramentTimes .day .colon {
  display: none;
}
#massModeContainer .massModeSacramentTimes .day.PERPETUAL {
  position: relative;
  width: 0px;
  padding: 0px;
}
#massModeContainer .massModeSacramentTimes .day.PERPETUAL + .sacramentGroup .notes {
  width: 100%;
}
#massModeContainer .massModeSacramentTimes .language,
#massModeContainer .massModeSacramentTimes .nativeLanguage,
#massModeContainer .massModeSacramentTimes .abbrLanguage,
#massModeContainer .massModeSacramentTimes .notes,
#massModeContainer .massModeSacramentTimes .separator {
  padding-left: 4px;
}
#massModeContainer .massModeSacramentTimes .separator {
  display: inline;
}
#massModeContainer .massModeSacramentTimes .notes {
  text-align: right;
}
#massModeContainer .massModeSacramentTimes .videoIconLink {
  padding-left: 8px;
  align-self: normal;
}
#massModeContainer .massModeSacramentTimes .videoIconLink a {
  color: #393c3e;
}
#massModeContainer .massModeSacramentTimes .videoIconLink a:hover {
  color: rgba(57, 60, 62, 0.5);
}
#massModeContainer .massModeSacrament {
  color: #393c3e;
}
#massModeContainer .massModeSacrament .massModeSacramentDay {
  color: #393c3e;
  margin-bottom: 7px;
}
#massModeContainer .massModeSacramentTime > span {
  font-style: italic;
  color: #666;
}
#massModeContainer .massModeSacramentTime .startTime,
#massModeContainer .massModeSacramentTime .endTime {
  font-size: 16px;
  color: #393c3e;
  font-style: normal;
  white-space: nowrap;
}
#massModeContainer .massModeSacramentTime .startTime span,
#massModeContainer .massModeSacramentTime .endTime span {
  color: #666;
  font-size: 13px;
}
#massModeContainer .massModeTimes,
#massModeContainer .massModeMap,
#massModeContainer .massModeButtons {
  margin-bottom: 20px;
}
#massModeContainer .massModeText {
  color: #393c3e;
  font-size: 13px;
  margin-top: 20px;
}
#massModeContainer .massModeMap {
  width: 100%;
  height: 170px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}
#massModeContainer .massModeButtons {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
#massModeContainer .massModeButtons a {
  text-decoration: none;
  flex-grow: 1;
  text-align: center;
  color: #fff;
  background-color: #071D49;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  border-radius: 0px;
}
#massModeContainer .massModeButtons a:hover {
  background: #152733;
  color: #fff;
}
@media (min-width: 701px) {
  #massModeContainer {
    width: 90%;
    max-width: 1230px;
    max-height: 90%;
  }
  #massModeContainer .massModeTabContent {
    padding: 30px 40px;
  }
  #massModeContainer .massModeTimes {
    float: left;
    width: calc(50% - 30px / 2);
    box-sizing: border-box;
  }
  #massModeContainer .massModeMap,
  #massModeContainer .massModeButtons {
    float: right;
    width: calc(50% - 30px / 2);
    clear: right;
  }
  #massModeContainer .massModeButtons {
    width: calc(50% + 30px / 2);
    margin-left: -15px;
    margin-right: -15px;
  }
  #massModeContainer .massModeButtons a {
    margin-left: 15px;
    margin-right: 15px;
  }
  #massModeContainer .massModeTabList .massModeTab.ui-state-active a {
    background-color: #fff;
    color: #393c3e;
  }
}
@keyframes massModeAppear {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes buttonRipple {
  0% {
    opacity: 1;
    width: 95%;
    height: 95%;
    border-width: 4px;
    border-radius: 0px;
  }
  20% {
    opacity: 1;
    width: 95%;
    height: 95%;
    border-width: 4px;
    border-radius: 0px;
  }
  100% {
    opacity: 0;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    border-width: 8px;
    border-radius: 50px;
  }
}
#mobileNavBar {
  display: none;
}
@media (min-width: 701px) {
  #mobilePanel {
    display: none;
  }
  #background #navicon {
    width: 0px;
  }
}
#mobileNavBar {
  height: 60px;
  padding-top: 8px;
  background-color: #ffffff;
}
#navicon {
  display: block;
  width: 50px;
  color: #999999;
  height: 34px;
  background: url("https://cdn.ecatholic.com/1689618031/base-images/mobile/navicon.svg?svgNavIcon") center top no-repeat;
  background-size: 34px 34px;
  font-size: 0px;
}
#navicon svg {
  width: 100%;
  height: 100%;
}
#mobileIndicator {
  width: 0px;
}
#siteWidthIndicator {
  width: 1230px;
  position: fixed;
  top: -1px;
}
.mobilePanelActive #background {
  margin-left: 275px;
  width: 375px;
}
@media (min-width: 701px) {
  .mobilePanelActive #background {
    width: unset;
    margin-left: 0;
  }
}
.mobilePanelActive #massModeContainer {
  margin-left: 275px;
  width: 375px;
}
.mobilePanelActive #mobilePanel {
  width: 275px;
}
#mobilePanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease;
}
#mobilePanel ul,
#mobilePanel li {
  margin: 0;
  padding: 0;
  white-space: normal;
}
#mobilePanel a,
#mobilePanel .navName {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  border-bottom: 1px solid transparent;
  color: #393c3e;
  font-size: 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#mobilePanel a:hover,
#mobilePanel a:active {
  background-color: #faf7f2;
  color: #071D49;
}
#mobilePanel a:hover .collapsibleIcon,
#mobilePanel a:active .collapsibleIcon {
  color: inherit;
}
#mobileQuickLinks:before,
#mobileNav:before {
  display: block;
  width: 275px;
  max-width: 100%;
  padding: 3px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #393c3e;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#mobileQuickLinks {
  width: 275px;
  max-width: 100%;
}
#mobileQuickLinks:before {
  content: "Quick Links";
}
#mobileNav {
  width: 275px;
  max-width: 100%;
  overflow: hidden;
}
#mobileNav ul ul .navName {
  font-size: 14px;
  padding-left: 45px;
}
#mobileNav ul ul ul .navName {
  padding-left: 70px;
}
#mobileNav ul ul ul ul .navName {
  padding-left: 95px;
}
#mobileNav ul ul ul ul ul .navName {
  padding-left: 120px;
}
#mobileNav .sideNavSelected > .navName {
  font-weight: bold;
}
#mobileNav .sideNavCurrent > .navName {
  background-color: #faf7f2;
  color: #071D49;
}
#mobileNav .sideNavCurrent > .navName .collapsibleIcon {
  color: inherit;
}
#mobileNav .navElement.navGroup > .navName {
  color: #393c3e;
}
#mobileNav .navCollapsible > .navName {
  padding-right: 46px;
}
#mobileNav .navCollapsible > .navName:before {
  display: none;
}
#mobileNav .navCollapsible .collapsibleIcon {
  width: 16px;
  height: 100%;
  padding-left: 10px;
  padding-right: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: inherit;
  display: flex;
  align-items: center;
}
#mobileNav .navCollapsible .collapsibleIcon svg {
  width: 16px;
}
#mobileNav .navCollapsible .expandedIcon {
  display: block;
}
#mobileNav .navCollapsible .collapsedIcon {
  display: none;
}
#mobileNav .navCollapsible.navCollapsed .expandedIcon {
  display: none;
}
#mobileNav .navCollapsible.navCollapsed .collapsedIcon {
  display: block;
}
#mobileNav:before {
  content: "Menu";
}
@media (max-width: 700px) {
  #mobileNavBar {
    display: block;
  }
  #mobileIndicator {
    position: fixed;
    left: -1px;
    width: 1px;
  }
  body {
    width: 650px;
    max-width: 100%;
  }
  body.cke_editable {
    width: 558px;
    word-break: break-word;
    max-width: 100%;
  }
  #background {
    width: 650px;
    transition: all 0.5s ease;
    background-image: none;
  }
  #header {
    width: 650px;
    height: auto;
    background-image: none;
    overflow: hidden;
  }
  #pageImage {
    display: none;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  #siteLogo,
  #siteName,
  .hasHeaderText .headerText {
    position: relative;
    float: left;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 25px;
    max-height: none;
    text-align: left;
  }
  #siteLogo {
    width: 50px;
    height: 50px;
    margin-left: 25px;
  }
  #siteLogo.logoOnly {
    width: 600px;
    height: 50px;
    top: auto;
    left: auto;
  }
  #siteLogo.logoOnly img {
    max-width: 600px;
    max-height: 50px;
  }
  #siteLogo img {
    max-height: 50px;
    max-width: 50px;
    left: 50% !important;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: contain;
  }
  #siteName {
    width: 600px;
    height: auto;
    margin-left: 10px;
  }
  #siteName #siteNameBody {
    max-height: auto;
    display: flex;
    flex-direction: column;
  }
  #siteName.sitenameOnly {
    width: 600px;
    height: auto;
    margin-left: 25px;
    top: auto;
    left: auto;
  }
  #siteName.sitenameOnly #siteNameBody {
    max-height: auto;
  }
  #siteName .line1 {
    margin-top: 0;
  }
  #siteName .line2 {
    margin-top: 3px;
  }
  #siteName .line1,
  #siteName .line2 {
    white-space: normal;
  }
  #header #socialMedia {
    position: absolute;
    top: 8px;
    right: 10px;
    width: auto;
    margin: 0;
    text-align: right;
    transition: left 0.5s ease, right 0.5s ease;
  }
  #socialMedia a {
    color: #393c3e;
  }
  #socialMedia a:hover {
    color: #8c80bc;
  }
  #search {
    display: none;
  }
  #quickLinks {
    display: none;
  }
  #nav {
    display: none;
  }
  #navBackground {
    display: none;
  }
  #background #core {
    padding-left: 0;
    padding-right: 0;
  }
  #core {
    clear: both;
    width: 600px;
    margin-left: 25px;
    padding-top: 25px;
  }
  #core.photoAlbum #content1 {
    overflow: auto;
    zoom: 1;
  }
  #core.duo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #core.duo #interiorHeader {
    order: -1;
  }
  #core.duo #content1 {
    order: 1;
  }
  #core.duo #content2 {
    order: 2;
  }
  #addthisWrapper {
    margin-bottom: 10px;
  }
  #background #core #featureSlideshow,
  #background #core #featureRegion,
  #background #core #horizontal1,
  #background #core #horizontal2,
  #background #core #horizontal3,
  #background #core #horizontal4,
  #background #core #bottomHorizontal1,
  #background #core #bottomHorizontal2,
  #background #core #interiorHeader,
  #background #core #content1,
  #background #core #content2,
  #background #core #content3,
  #background #core #section1 {
    float: none;
    clear: both;
  }
  #background #core #featureSlideshow,
  #background #core:not(.standard):not(.standardvideo) #featureRegion,
  #background #core #interiorHeader,
  #background #core #content1,
  #background #core #content2,
  #background #core #content3,
  #background #core #section1 {
    width: 600px;
  }
  #background #core #content1,
  #background #core #content2,
  #background #core #content3,
  #background #core #section1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .region > li {
    margin-bottom: 25px;
  }
  .embedModule .moduleBody,
  .embedModule .moduleBody iframe {
    max-height: 500px;
  }
  .sideNavModule {
    display: none;
  }
  .hideMobileColumn {
    display: none;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive table {
    width: 100%;
    max-width: 100%;
  }
  #featureSlideshow {
    height: 300px;
    margin-bottom: 25px;
  }
  #featureSlideshow.featureLarge,
  #featureSlideshow.featureFull {
    height: 200px;
  }
  #featureSlideshow.featureLarge .caption,
  #featureSlideshow.featureFull .caption {
    height: 45%;
  }
  #featureSlideshow.featureFull {
    height: 275px;
    margin-left: -250px;
  }
  #background #core #featureSlideshow.featureFull {
    width: 1100px;
  }
  #featureSlideshow.featureFull .title,
  #featureSlideshow.featureFull .captionContent {
    max-width: 600px;
  }
  #featureSlideshow.featureFull .backBtn {
    left: 265px;
  }
  #featureSlideshow.featureFull .fwdBtn {
    right: 265px;
  }
  #featureSlideshow.featureFull .width1440 {
    object-fit: cover;
  }
  #featureSlideshow.featureFullVideo,
  #featureSlideshow.featureLargeVideo,
  #featureSlideshow.featureMediumVideo {
    height: 337.5px;
  }
  #featureSlideshow.featureFullVideo .caption,
  #featureSlideshow.featureLargeVideo .caption,
  #featureSlideshow.featureMediumVideo .caption {
    height: 35%;
  }
  #featureSlideshow.featureFullVideo:not(.hasVideo) {
    margin-left: -100px;
  }
  #background #core #featureSlideshow.featureFullVideo:not(.hasVideo) {
    width: 800px;
  }
  #featureSlideshow.featureFullVideo:not(.hasVideo) .title,
  #featureSlideshow.featureFullVideo:not(.hasVideo) .captionContent {
    max-width: 600px;
  }
  #featureSlideshow.featureFullVideo:not(.hasVideo) .backBtn {
    left: 115px;
  }
  #featureSlideshow.featureFullVideo:not(.hasVideo) .fwdBtn {
    right: 115px;
  }
  #featureSlideshow.featureFullVideo:not(.hasVideo) .width1440 {
    object-fit: cover;
  }
  #featureSlideshow.hasCallToActionSlide {
    box-sizing: initial;
    border-bottom: 40px solid transparent;
  }
  #featureSlideshow.hasCallToActionSlide .slideshowModule {
    padding-bottom: 40px;
    overflow: hidden;
  }
  #featureSlideshow.hasCallToActionSlide #rotator,
  #featureSlideshow.hasCallToActionSlide .caption {
    overflow: visible;
  }
  #featureSlideshow.hasCallToActionSlide .callToAction {
    bottom: -40px;
    height: 40px;
    width: 100%;
    max-width: none;
    right: 0px;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    z-index: 1;
    text-align: center;
  }
  #featureSlideshow.hasCallToActionSlide .callToAction .callToActionArrow {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
  }
  #featureSlideshow.hasCallToActionSlide .captionPositioner {
    z-index: 1;
  }
  #featureSlideshow.hasCallToActionSlide .slideshowImageWrapper:before {
    content: "";
    width: 100%;
    height: 40px;
    bottom: -40px;
    left: 0px;
    background-color: #071D49;
    position: absolute;
    z-index: 1;
  }
  .slideshowModule .pauseBtn,
  .moduleBody .pauseBtn {
    top: 5%;
    margin: 0;
  }
  .slideshowModule .backBtn,
  .moduleBody .backBtn,
  .slideshowModule .fwdBtn,
  .moduleBody .fwdBtn {
    display: none;
    top: 5%;
    margin: 0;
  }
  .slideshowModule.vimeoMode.captionOn .captionPositioner {
    pointer-events: none;
  }
  .slideshowModule.vimeoMode.captionOn .captionPositioner .callToAction {
    pointer-events: all;
  }
  .slideshowModule.videoMode.captionOn .caption .captionContent {
    max-height: 6ex;
    -webkit-line-clamp: 2;
  }
  #background #core #content1,
  #background #core #content2,
  #background #core #content3,
  #background #core #section1 {
    margin: 0;
  }
  .bulletinName img {
    max-width: 100%;
  }
  .photoAlbum.infinite-item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .formStyling select {
    white-space: nowrap;
  }
  .formStyling .firstLastNameField > div:first-child,
  .formStyling .duoField > div:first-child,
  .formStyling .cityStateZipField > div:first-child {
    margin-bottom: 15px;
  }
  #background #footer {
    padding-left: 0;
    padding-right: 0;
  }
  #footer {
    width: 600px;
    margin-left: 25px;
  }
}
@media (max-width: 700px) and (max-width: 700px) and (min-width: 429px) {
  #featureSlideshow.featureFull .width1440 {
    margin-left: 137.5px;
    width: auto !important;
  }
}
@media (max-width: 700px) and (max-width: 700px) and (min-width: 429px) {
  .formStyling .cityStateZipField > div:first-child {
    float: none;
  }
  .formStyling .cityStateZipField > div:not(:first-child) input,
  .formStyling .cityStateZipField > div:not(:first-child) select,
  .formStyling .cityStateZipField > div:not(:first-child) textarea {
    width: 170px;
  }
  .formStyling .fieldGroup .cityStateZipField > div:not(:first-child) input,
  .formStyling .fieldGroup .cityStateZipField > div:not(:first-child) select,
  .formStyling .fieldGroup .cityStateZipField > div:not(:first-child) textarea {
    width: 162.5px;
  }
}
@media (max-width: 700px) {
  #headerBackground {
    padding-top: 50px;
  }
  #mobileNavBar {
    position: fixed;
    top: 0px;
    width: 650px;
    left: 0px;
    z-index: 200;
    transition: all 0.5s ease;
  }
  #background #socialMedia {
    position: fixed;
    z-index: 201;
  }
  #mobilePanel {
    min-height: 100%;
    position: fixed;
  }
  body.mobilePanelActive {
    position: absolute;
    overflow: hidden;
  }
  body.mobilePanelActive #mobileNavBar {
    left: 275px;
  }
  body.mobilePanelActive #mobilePanel {
    bottom: 0px;
    z-index: 1000;
    overflow: auto;
  }
  body.mobilePanelActive #background #socialMedia {
    right: -265px;
    transition: none;
  }
  body:not(.preview) .admin #header #socialMedia {
    margin-top: 65px;
  }
  .preview.showPreviewToolbar #mobilePanel {
    top: 65px;
  }
  .preview.showPreviewToolbar #mobileNavBar,
  .preview.showPreviewToolbar #background #socialMedia {
    margin-top: 65px;
  }
  .admin #mobilePanel {
    top: 65px;
  }
  .admin #mobileNavBar,
  .admin #background #socialMedia {
    margin-top: 65px;
  }
}
@media (max-width: 428px) {
  #mobileNavBar {
    width: 375px;
  }
}
@media (max-width: 700px) and (min-width: 429px) and (min-width: 651px) {
  .mobilePanelActive #background {
    width: calc(100% - 275px);
  }
  .mobilePanelActive #background #core,
  .mobilePanelActive #background #footer {
    margin-left: 25px;
  }
  #background #core,
  #background #footer {
    margin-left: auto;
    margin-right: auto;
  }
  body,
  #background,
  #mobileNavBar {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .mobilePanelActive #background {
    width: 100px;
  }
  body {
    width: 375px;
  }
  #background {
    width: 375px;
  }
  #header {
    width: 375px;
  }
  #siteLogo,
  #siteName,
  .hasHeaderText .headerText {
    margin-top: 25px;
  }
  #siteLogo {
    width: 50px;
    height: 50px;
    margin-left: 25px;
  }
  #siteLogo.logoOnly {
    width: 325px;
    height: 50px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #siteLogo.logoOnly img {
    max-width: 325px;
    max-height: 50px;
  }
  #siteLogo img {
    max-height: 50px;
    max-width: 50px;
  }
  #siteName {
    width: 325px;
    margin-left: 10px;
  }
  #siteName #siteNameBody {
    max-height: auto;
  }
  #siteName.sitenameOnly {
    width: 325px;
    margin-left: 25px;
  }
  #siteName.sitenameOnly #siteNameBody {
    max-height: auto;
  }
  #siteName .line1.extraSmallFont,
  #siteName .line2.extraSmallFont {
    font-size: 8px;
  }
  #siteName .line1.smallFont,
  #siteName .line2.smallFont {
    font-size: 10.56px;
  }
  #siteName .line1.mediumFont,
  #siteName .line2.mediumFont {
    font-size: 16px;
  }
  #siteName .line1.largeFont,
  #siteName .line2.largeFont {
    font-size: 21.28px;
  }
  #siteName .line1.extraLargeFont,
  #siteName .line2.extraLargeFont {
    font-size: 24px;
  }
  #siteName .line1 {
    margin-top: 5px;
  }
  #siteName .line2 {
    margin-top: 0;
  }
  #core {
    width: 325px;
    margin-left: 25px;
    padding-top: 25px;
  }
  #background #core:not(.standard):not(.standardvideo) #featureRegion,
  #background #core:not(.standard):not(.standardvideo) #featureRegion .buttonLabelContainer,
  #background #core #interiorHeader,
  #background #core #content1,
  #background #core #content2,
  #background #core #content3,
  #background #core #section1 {
    width: 325px;
  }
  .region > li {
    margin-bottom: 25px;
  }
  .calendar .calendarEvent,
  .calendar .calendarEvent > span {
    display: none;
  }
  .calendar .day {
    text-align: center;
  }
  .calendar .hasEvents .dateNumber + .calendarEvent {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    border-radius: 20px;
    background-color: #ddd;
  }
  #calendarPageSelection {
    max-width: 180px;
  }
  .formStyling input,
  .formStyling textarea {
    width: 270px;
  }
  .formStyling select {
    width: 270px;
  }
  .formStyling .cityStateZipField > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .formStyling .fieldGroup input,
  .formStyling .fieldGroup textarea,
  .formStyling .fieldGroup select {
    width: 255px;
  }
  #featureSlideshow {
    height: 214px;
    margin-left: -51.5px;
    margin-bottom: 25px;
  }
  #background #core #featureSlideshow {
    width: 428px;
  }
  #featureSlideshow .moduleInner .backBtn,
  #featureSlideshow .moduleInner .fwdBtn,
  #featureSlideshow .moduleInner .pauseBtn {
    display: none;
  }
  #featureSlideshow .title,
  #featureSlideshow .captionContent {
    max-width: 325px;
  }
  #featureSlideshow.featureLarge {
    margin-left: -158.5px;
    height: 214px;
  }
  #background #core #featureSlideshow.featureLarge {
    width: 642px;
  }
  #featureSlideshow.featureFull {
    height: 214px;
    margin-left: -265.5px;
  }
  #background #core #featureSlideshow.featureFull {
    width: 856px;
  }
  #featureSlideshow.featureFull .title,
  #featureSlideshow.featureFull .captionContent {
    max-width: 325px;
  }
  #featureSlideshow.featureFull .width1440 {
    margin-left: 107px;
    width: auto !important;
  }
  #featureSlideshow.featureFullVideo,
  #featureSlideshow.featureLargeVideo,
  #featureSlideshow.featureMediumVideo {
    height: 240px;
  }
  #background #core #featureSlideshow.featureFullVideo,
  #background #core #featureSlideshow.featureLargeVideo,
  #background #core #featureSlideshow.featureMediumVideo {
    width: 428px;
  }
  #featureSlideshow.featureFullVideo .caption .captionContent,
  #featureSlideshow.featureLargeVideo .caption .captionContent,
  #featureSlideshow.featureMediumVideo .caption .captionContent {
    height: 28px;
  }
  #featureSlideshow.featureFullVideo:not(.hasVideo) {
    margin-left: -121.94444444px;
  }
  #background #core #featureSlideshow.featureFullVideo:not(.hasVideo) {
    width: 568.88888889px;
  }
  #featureSlideshow.featureFullVideo:not(.hasVideo) .title,
  #featureSlideshow.featureFullVideo:not(.hasVideo) .captionContent {
    max-width: 325px;
  }
  #rotator .caption .title {
    margin-top: 5px;
    font-size: 18px;
  }
  #rotator .caption .captionContent {
    height: 16px;
    margin-top: 2px;
    font-size: 12px;
  }
  #rotator .caption > div.captionContent:first-child {
    margin-top: 79px;
  }
  .slideshowModule.videoMode.captionOn .caption .title {
    font-size: 18px;
  }
  .slideshowModule.videoMode.captionOn .caption .captionContent {
    font-size: 12px;
  }
  .galleryModule .rotator .caption {
    height: 12ex;
  }
  .galleryModule .rotator .caption .captionContent {
    height: 6ex;
    -webkit-line-clamp: 2;
  }
  #shieldLogin #shieldPassword {
    width: 270px;
  }
  .photoAlbum.infinite-item {
    padding-left: 14px;
    padding-right: 14px;
  }
  #footer {
    width: 325px;
    margin-left: 25px;
  }
}
@media (max-width: 428px) and (min-width: 376px) {
  .mobilePanelActive #background {
    width: calc(100% - 275px);
  }
  .mobilePanelActive #background #core,
  .mobilePanelActive #background #footer {
    margin-left: 25px;
  }
  #background #core,
  #background #footer {
    margin-left: auto;
    margin-right: auto;
  }
  body,
  #background,
  #mobileNavBar {
    width: 100%;
  }
}
#resetPassword {
  width: 400px;
  margin: 50px auto;
  padding: 25px;
  background-color: #fff;
  color: #646a6d;
  font-family: "PillGothic300mg-Light", Tahoma, Arial, sans-serif, "Pill Gothic", Arial, sans-serif;
  font-size: 16px;
  border-radius: 8px;
}
#resetPassword form {
  padding: 0 15px;
}
#resetPassword .formTitle {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #d4d4d4;
  font-size: 24px;
  text-align: center;
}
#resetPassword .inputHolder {
  margin-top: 15px;
}
#resetPassword .fieldLabel {
  display: block;
  color: #646a6d;
}
#resetPassword .required {
  font-size: 10px;
}
#resetPassword input {
  width: 200px;
  border: 1px solid #738bb9;
  padding: 5px 10px;
  background: #f8f8f8;
  font-size: 16px;
  outline: none;
}
#resetPassword input:focus {
  border: 1px solid #646a6d;
  background: #fff7f3;
}
#resetPassword #loginError {
  color: #e60505;
}
#resetPassword .requiredErrorText,
#resetPassword .validateErrorText {
  display: none;
}
#resetPassword #passwordMeter {
  width: 220px;
  height: 4px;
  margin: 4px 1px;
  background: url("../../cdn.ecatholic.com/1689618031/images/admin/pw_security.png") no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
}
#resetPassword #passwordMeter::-ms-expand {
  display: none;
}
#resetPassword #passwordMeter #passwordStrength #passwordStrengthLabel {
  color: #eee;
}
#resetPassword #passwordMeter[value="0"] {
  background-position-y: 0px;
}
#resetPassword #passwordMeter[value="0"] + #passwordStrength #passwordStrengthLabel {
  color: #b84238;
}
#resetPassword #passwordMeter[value="1"] {
  background-position-y: -4px;
}
#resetPassword #passwordMeter[value="1"] + #passwordStrength #passwordStrengthLabel {
  color: #b84238;
}
#resetPassword #passwordMeter[value="2"] {
  background-position-y: -8px;
}
#resetPassword #passwordMeter[value="2"] + #passwordStrength #passwordStrengthLabel {
  color: #edb02e;
}
#resetPassword #passwordMeter[value="3"] {
  background-position-y: -12px;
}
#resetPassword #passwordMeter[value="3"] + #passwordStrength #passwordStrengthLabel {
  color: #e87722;
}
#resetPassword #passwordMeter[value="4"] {
  background-position-y: -16px;
}
#resetPassword #passwordMeter[value="4"] + #passwordStrength #passwordStrengthLabel {
  color: #009c4b;
}
#resetPassword #passwordStrength {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px;
}
#resetPassword #passwordStrengthLabel {
  font-weight: normal;
}
#resetPassword #passwordSuggestions.warning p {
  font-size: 11px;
  color: #999;
  margin: 0 0 5px;
}
body.preview #adminToolbar {
  display: none;
}
body.preview.showPreviewToolbar {
  position: relative;
}
body.preview.showPreviewToolbar #background {
  border-top: solid 65px transparent !important;
}
body.preview.showPreviewToolbar #mobilePanel {
  top: 65px;
}
body.preview.showPreviewToolbar #adminToolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ui-widget {
  font-family: "PillGothic300mg-Light", Tahoma, Arial, sans-serif, "Pill Gothic", Arial, sans-serif;
}
.ui-widget-header {
  color: #fff;
  font-family: "PillGothic300mg-Light", Tahoma, Arial, sans-serif, "Pill Gothic", Arial, sans-serif;
}
.ui-widget-header .ui-icon {
  background-image: url("../../cdn.ecatholic.com/1689618031/images/admin/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../cdn.ecatholic.com/1689618031/images/admin/ui-icons_ef8c08_256x240.png");
}
.ui-datepicker {
  width: 230px;
  border: 0px;
  padding: 0px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px #aaa;
}
.ui-datepicker .ui-datepicker-header {
  background: #1b365d;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 0px;
  padding-top: 5px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  width: 6px;
  height: 8px;
  top: 14px;
}
.ui-datepicker .ui-datepicker-header a.ui-state-hover {
  border: 0px;
  background: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  width: 26px;
  height: 20px;
  top: 6px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 4px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  left: 17px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 4px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  left: 19px;
}
.ui-datepicker .ui-state-default {
  background: #fff;
  color: #333;
  border: 0px;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background: #dedede;
}
.ui-datepicker .ui-state-default.ui-state-hover {
  background: #e87722;
  color: #fff;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background: #e87722;
  color: #fff;
  outline: 1px solid #32466e;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
  color: #ccc;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 3px;
}
.ui-datepicker th {
  font-weight: normal;
  font-size: 12px;
  color: #32466e;
}
.ui-datepicker td {
  font-size: 12px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  width: 25px;
  text-align: center;
  padding: 4.5px 0px 2.5px;
}
.ui-datepicker .ui-datepicker-week-end:first-of-type {
  padding-left: 10px;
}
.ui-datepicker .ui-datepicker-week-end:last-of-type {
  padding-right: 10px;
}
.ui-datepicker .ui-datepicker-prev {
  top: 2px;
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background: url("../../cdn.ecatholic.com/1689618031/images/admin/sprites/png_sprite.png") no-repeat;
  background-size: 150px;
  background-position: 0px -350px;
}
.ui-datepicker .ui-datepicker-next {
  top: 2px;
  right: 2px;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: url("../../cdn.ecatholic.com/1689618031/images/admin/sprites/png_sprite.png") no-repeat;
  background-size: 150px;
  background-position: 0px -300px;
}
.admin #featureSlideshow .slideshowModuleEmpty {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/image-rotator-bg.png") no-repeat center center;
  background-color: #32466e;
}
.admin #featureSlideshow .slideshowModuleEmpty.videoModeAvailable {
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/imagevideo-rotator-bg.png") no-repeat center center;
  background-color: #32466e;
}
.admin #featureSlideshow .slideshowModuleEmpty .editBar {
  opacity: 1 !important;
  display: block;
}
.admin #featureSlideshow .slideshowModuleEmpty .editBar:before {
  content: "";
  position: absolute;
  width: 137px;
  height: 87px;
  background: url("../../cdn.ecatholic.com/1689618031/base-images/slideshow/image-rotator-arrow.png") no-repeat center center;
  right: 40px;
  top: 40px;
  opacity: 0.665;
}
.admin #featureSlideshow .slideshowModuleEmpty .editButton {
  opacity: 0 !important;
}
.admin #featureSlideshow .slideshowModuleEmpty:hover .editButton {
  opacity: 1 !important;
}
.admin #featureSlideshow .slideshowModuleEmpty:not(:hover) .editBar {
  box-shadow: none;
}
.admin #featureSlideshow.featureMediumVideo .slideshowModuleEmpty {
  background-size: cover;
}
#statusMessage {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 18px 25px;
  background-color: #e60505;
  color: #fff;
  font-family: "PillGothic300mg-Light", Tahoma, Arial, sans-serif, "Pill Gothic", Arial, sans-serif;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
  box-sizing: border-box;
}
#statusMessage .statusLink {
  text-decoration: underline;
}
.admin #statusMessage {
  top: 65px;
}
#statusMessage ~ #sideTabHeader {
  top: 43px;
}
#statusMessage ~ #sideTabNav {
  top: 190px;
}
.editable .moveHandleItem + .editBar,
.editable #onlineFormFields .editBar {
  right: 20px;
}
.editable .moveHandle,
.editable .moveHandleSection,
.editable .moveHandleItem,
.editable .moveHandleField,
.editable .moveButton {
  width: 20px;
}
.editable .moveHandle {
  left: -21px;
}
.editable .moveHandleSection,
.editable .moveButton {
  right: -21px;
}
.editable .moveHandleItem,
.editable .moveHandleField {
  right: 0;
}
#bottomHorizontal1 .moveHandle,
#bottomHorizontal2 .moveHandle,
#featureRegion .moveHandle,
#horizontal1 .moveHandle,
#horizontal2 .moveHandle,
#horizontal3 .moveHandle,
#horizontal4 .moveHandle {
  left: 0;
}
.admin #onlineForm #saveOnlineForm {
  float: left;
  width: 350px;
  max-width: 100%;
}
.admin #onlineForm .ofField {
  min-width: 200px;
  max-width: 100%;
}
.admin #onlineForm .ofField .ofField {
  width: auto;
}
.admin #onlineForm .ofField .ofField {
  margin-right: 21px;
}
@media (min-width: 1580px) {
  .sidePanel {
    left: calc(100% + 20px);
  }
}
#adminLogin .requiredErrorText,
#adminLogin .validateErrorText,
#adminLogin .required {
  display: none;
}
body#wysiwygEmailStyling {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 150%;
  word-break: break-word;
  color: #646464;
  text-align: left;
}
body#wysiwygEmailStyling .wysiwygColor1,
body#wysiwygEmailStyling .wysiwygColor2,
body#wysiwygEmailStyling .wysiwygColor3,
body#wysiwygEmailStyling .wysiwygColor4 {
  color: inherit;
}
body#wysiwygEmailStyling a:not(.htmlButton) {
  color: #e87722;
  font-weight: normal;
  text-decoration: none;
}
body#wysiwygEmailStyling a:hover {
  text-decoration: underline;
}
body#wysiwygEmailStyling p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
body#wysiwygEmailStyling h1,
body#wysiwygEmailStyling h2,
body#wysiwygEmailStyling h3 {
  color: inherit;
  font-family: inherit;
  text-transform: none;
  text-align: left;
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  letter-spacing: normal;
}
body#wysiwygEmailStyling h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
body#wysiwygEmailStyling h3 {
  font-size: 20px;
  line-height: 125%;
}
body#wysiwygEmailStyling .htmlButton {
  min-width: unset;
  padding: 15px;
  border-radius: 3px;
  background-color: #e87722;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
}
body#wysiwygEmailStyling .htmlButton2 {
  background-color: #1b365d;
}
@font-face {
  font-family: "custom-payment-field-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-field-icons.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-field-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-100.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-300.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-400.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "custom-payment-title-icons";
  src: url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-900.woff2") format("woff2"), url("https://cdn.ecatholic.com/1689618031/paymentMinimal/icons/custom-payment-title-icons-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
#sideTabNav {
  line-height: 1.2;
}
#sideTabHeader {
  top: 165px !important;
}
#sideTabHeaderLabel {
  background-color: rgba(255, 255, 255, 0.6);
}
label[for="megaMenuOption_smallMegaMenu"] {
  font-size: 0px !important;
}
label[for="megaMenuOption_smallMegaMenu"]:before {
  content: "Mega Menu";
  font-size: 16px !important;
}
#core.empty.section #section1 > li:first-child .addSectionButton.addBefore {
  top: 1px;
}
p,
.moduleBody,
.summary,
.ui-widget-content,
.formStyling :is(.fieldLabel, .groupName),
.paymentModule .fieldLabel,
.progressBarModule .moduleBody :is(.currentAmount, .currentPercent, .progressBarText),
.headlineSection:is(.half, .textOnly) .sectionBody,
.paymentModule .legendGroup .legendCaption {
  color: var(--primary-text-color);
}
.region a:not([class*="Button"]):not(.button):not([class*="name"]):not(
		[class*="More"]
	):not(.rssLink):not(.callToAction):not([class*="SocialMedia"]):not(
		.viewMore
	):not(.navName) {
  color: var(--link-color);
}
.region a:not([class*="Button"]):not(.button):not([class*="name"]):not(
		[class*="More"]
	):not(.rssLink):not(.callToAction):not([class*="SocialMedia"]):not(
		.viewMore
	):not(.navName):hover {
  color: rgba(var(--link-color-hover), var(--alpha));
}
#core .region .moduleBody p,
#core .region .moduleBody,
#core .eventDetails,
#core .newsDetails,
#core .bio,
#core .summary {
  line-height: 1.66;
  font-weight: 400;
}
#core .aggregate :where(.event, .news, .person, .rssContent) .summary {
  line-height: 1.66;
  font-weight: 400;
  font-size: 16px;
}
hr {
  border: 0;
  height: 1px;
  background: var(--default-border-color);
}
.sectionName {
  text-align: left;
}
.sectionName,
.moduleName {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.sectionName .sectionSubtitle,
.moduleName .sectionSubtitle,
.sectionName .moduleSubtitle,
.moduleName .moduleSubtitle {
  order: -1;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.sectionTitle {
  color: var(--section-title-color);
}
.sectionSubtitle {
  color: var(--section-subtitle-color);
}
.moduleTitle {
  color: var(--module-title-color);
}
.moduleSubtitle {
  color: var(--module-subtitle-color);
}
input,
select,
textarea {
  font-family: "Lora", serif;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: italic;
  color: var(--primary-text-color);
}
.aggregateModuleFooter .rssLink {
  background-color: var(--rss-link-background-color);
  color: var(--rss-link-icon-color);
}
.aggregateModuleFooter .rssLink:hover {
  background-color: var(--rss-link-background-color-hover);
  color: var(--rss-link-icon-color-hover);
}
#core .aggregate .name :is(span, a) {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
#core .aggregate a:where(.name) {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
#core .aggregate .name :is(span) {
  color: var(--primary-text-color);
}
#core .aggregate .name :is(a) {
  color: var(--aggregate-name-color);
}
#core .aggregate .name :is(a):hover {
  color: var(--aggregate-name-color-hover);
}
#core .aggregate a:is(.name) {
  color: var(--aggregate-name-color);
}
#core .aggregate a:is(.name):hover {
  color: var(--aggregate-name-color-hover);
}
#core .aggregate :is(.rssContent) .groupCover:hover ~ .name a {
  color: rgba(var(--link-color-hover), var(--alpha));
}
#core .aggregate :is(.photoAlbum) .groupCover:hover ~ a:is(.name) {
  color: rgba(var(--link-color-hover), var(--alpha));
}
#core .aggregate :is(.person) .name a:hover {
  color: rgba(var(--link-color-hover), var(--alpha));
}
#core .aggregate.moduleBody :is(.news, .event) .groupCover:hover ~ .name a {
  color: rgba(var(--link-color-hover), var(--alpha));
}
#core .calendarModule.calendarView .aggregate :is(.event) .groupCover:hover ~ .name a {
  color: rgba(var(--link-color-hover), var(--alpha));
}
#core .aggregate :where(.event, .news, .person, .rssContent) .date,
#core .aggregate :where(.news, .rssContent) .author,
#core .aggregate .person .role,
#core .aggregate .photoAlbum .numberPhotos {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--aggregate-subtitle-color);
}
#core .aggregate .photoAlbum .numberPhotos {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 14px;
}
#core .sacramentTime :is(.language, .nativeLanguage, .abbrLanguage, .notes, .separator) {
  color: var(--aggregate-subtitle-color);
}
.moduleInner .aggregate :where(.event, .news, .person, .rssContent, .searchResult) {
  border-bottom: 1px solid var(--default-border-color);
}
.moduleInner .aggregate :where(.event, .news, .person, .rssContent, .searchResult):not(:last-child) {
  margin-bottom: 30px;
}
:is(
		#flocknoteSignupsSubmit,
		.submitForm,
		.htmlButton,
		footer a.aggregateMore,
		#pageTitle .calendarViewToggle,
		.progressBarModule .moduleBody .buttonContainer a
	) {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  transition: all 0.2s;
}
:is(
		.htmlButton1,
		.buttonCallToAction,
		.aggregateSectionFooter a[class*="more"],
		.flocknoteSignupsModule button,
		#shieldLogin .submit,
		.progressBarModule .moduleBody .buttonContainer a
	) {
  color: var(--primary-button-color);
  background-color: var(--primary-button-background-color);
  border-color: var(--primary-button-border-color);
}
:is(
		.htmlButton1,
		.buttonCallToAction,
		.aggregateSectionFooter a[class*="more"],
		.flocknoteSignupsModule button,
		#shieldLogin .submit,
		.progressBarModule .moduleBody .buttonContainer a
	):hover {
  color: var(--primary-button-color-hover);
  background-color: var(--primary-button-background-color-hover);
  border-color: var(--primary-button-border-color-hover);
}
:is(
		#flocknoteSignupsSubmit,
		.submitForm,
		.aggregateSectionFooter a[class*="more"],
		#pageTitle .calendarViewToggle,
		.progressBarModule .moduleBody .buttonContainer a
	) {
  padding: 10px 30px;
  max-width: unset;
  min-width: unset;
  margin: 0 5px 0 0;
  border: 1px solid;
}
:is(
		#flocknoteSignupsSubmit,
		.submitForm,
		.aggregateSectionFooter a[class*="more"],
		#pageTitle .calendarViewToggle,
		.progressBarModule .moduleBody .buttonContainer a
	):hover {
  border: 1px solid var(--primary-button-border-color-hover);
}
.htmlButton2 {
  color: var(--secondary-button-color);
  background-color: var(--secondary-button-background-color);
  border-color: var(--secondary-button-border-color);
}
.htmlButton2:hover {
  color: var(--secondary-button-color-hover);
  background-color: var(--secondary-button-background-color-hover);
  border-color: var(--secondary-button-border-color-hover);
}
footer[class*="aggregate"] a[class*="more"] {
  font-size: 16px;
}
footer[class*="aggregate"]:not([class*="Section"]) a[class*="more"] {
  color: var(--primary-text-color);
}
footer[class*="aggregate"]:not([class*="Section"]) a[class*="more"]:hover {
  opacity: 0.5;
}
.aggregate + footer .exportCalendar {
  color: var(--formatted-text-color);
}
.aggregate + footer .exportCalendar:hover {
  color: rgba(var(--link-color-hover), var(--alpha));
}
.facebookButton:hover .fbIcon {
  filter: brightness(10);
}
.formStyling .submitForm {
  color: var(--primary-button-color) !important;
  background-color: var(--primary-button-background-color) !important;
  border-color: var(--primary-button-border-color) !important;
}
.formStyling .submitForm:hover {
  color: var(--primary-button-color-hover) !important;
  background-color: var(--primary-button-background-color-hover) !important;
  border-color: var(--primary-button-border-color-hover) !important;
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h1:not(#pageTitle),
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h2:not(.moduleName):not(.sectionName),
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--primary-text-color);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h1 {
  font-size: 65px;
  line-height: 1.16;
}
@media (max-width: 428px) {
  :is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h1 {
    font-size: 45px;
  }
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h2 {
  font-size: 45px;
  line-height: 1.45;
}
@media (max-width: 428px) {
  :is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h2 {
    font-size: 35px;
  }
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) h3 {
  font-size: 24px;
  line-height: 1.25;
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) pre {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--formatted-text-color);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) .wysiwygColor1 {
  color: var(--wysiwygColor1, #071D49);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) .wysiwygColor2 {
  color: var(--wysiwygColor2, #152733);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) .wysiwygColor3 {
  color: var(--wysiwygColor3, #999999);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) .wysiwygColor4 {
  color: var(--wysiwygColor4, #ff4646);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) blockquote {
  position: relative;
  outline: 0.5px solid #c4c4c4;
  outline-offset: -15px;
  padding: 30px 47px;
  padding-left: 162px;
  box-sizing: border-box;
  background-color: var(--blockquote-background-color);
  color: var(--blockquote-font-color);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) blockquote:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 148px;
  max-height: 100%;
  width: clamp(112px, 138px, 140px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) blockquote:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 30px);
  width: 112px;
  border-right: 0.5px solid #c4c4c4;
  z-index: 1;
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) blockquote p {
  color: var(--blockquote-font-color);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) blockquote a {
  color: var(--blockquote-links-color);
}
:is(
		.customModule,
		.customText,
		#footerTextBody,
		.aggregate .group .summary,
		.pageTypeInterior .moduleInner.content
	) blockquote a:hover {
  color: var(--blockquote-links-color-hover);
}
@media (min-width: 701px) {
  #core .smallColumn blockquote,
  #core #content2 blockquote,
  #core .rowSection.threeModule blockquote,
  #core .modulePosition.size4 blockquote,
  #core .rowSection.fourModule blockquote,
  #core .normalCell blockquote,
  #core .tallCell blockquote,
  #core .normalCell blockquote,
  #core .tallCell blockquote {
    padding: 30px 47px;
    padding-left: 47px;
    padding-bottom: 162px;
    margin-inline: 0px;
  }
  #core .smallColumn blockquote:before,
  #core #content2 blockquote:before,
  #core .rowSection.threeModule blockquote:before,
  #core .modulePosition.size4 blockquote:before,
  #core .rowSection.fourModule blockquote:before,
  #core .normalCell blockquote:before,
  #core .tallCell blockquote:before,
  #core .normalCell blockquote:before,
  #core .tallCell blockquote:before {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    height: 148px;
    width: 138px;
  }
  #core .smallColumn blockquote:after,
  #core #content2 blockquote:after,
  #core .rowSection.threeModule blockquote:after,
  #core .modulePosition.size4 blockquote:after,
  #core .rowSection.fourModule blockquote:after,
  #core .normalCell blockquote:after,
  #core .tallCell blockquote:after,
  #core .normalCell blockquote:after,
  #core .tallCell blockquote:after {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: calc(100% - 30px);
    height: 148px;
    border-right: 0px;
    border-top: 0.5px solid #c4c4c4;
  }
}
:root {
  --section-title-color: #393c3e;
  --section-subtitle-color: #071D49;
  --module-title-color: #393c3e;
  --module-subtitle-color: #071D49;
  --formatted-text-color: #071D49;
  --primary-text-color: #393c3e;
  --wysiwygColor1: #071D49;
  --wysiwygColor2: #152733;
  --wysiwygColor3: #999999;
  --wysiwygColor4: #ff4646;
  --link-color: 57, 60, 62;
  --link-color-hover: 57, 60, 62;
  --alpha: 0.5;
  --person-social-media-color: #071D49;
  --person-social-media-color-hover: #393c3e;
  --aggregate-name-color: #393c3e;
  --aggregate-name-color-hover: #393c3e;
  --aggregate-subtitle-color: #071D49;
  --default-border-color: #c4c4c4;
  --rss-link-background-color: #071D49;
  --rss-link-icon-color: #fff;
  --rss-link-background-color-hover: #152733;
  --rss-link-icon-color-hover: #fff;
  --primary-button-background-color: transparent;
  --primary-button-background-color-hover: #152733;
  --primary-button-color: #393c3e;
  --primary-button-color-hover: #fff;
  --primary-button-border-color: #393c3e;
  --primary-button-border-color-hover: #152733;
  --secondary-button-background-color: #071D49;
  --secondary-button-background-color-hover: #152733;
  --secondary-button-color: #fff;
  --secondary-button-color-hover: #fff;
  --secondary-button-border-color: #071D49;
  --secondary-button-border-color-hover: #152733;
  --field-background-color: #fff;
  --field-border-color: #c4c4c4;
  --field-text-color: #393c3e;
  --field-text-placeholder: rgba(57, 60, 62, 0.5);
  --progress-background-color: #fff;
  --progress-bar-color: #071D49;
  --progress-bar-goal-color: #152733;
  --progress-bar-border-color: #c4c4c4;
  --blockquote-background-color: #faf7f2;
  --blockquote-font-color: #393c3e;
  --blockquote-links-color: #393c3e;
  --blockquote-links-color-hover: rgba(57, 60, 62, 0.5);
  --tab-font-color: #393c3e;
  --tab-font-color-hover: #fff;
  --tab-font-color-active: #fff;
  --tab-background-color: transparent;
  --tab-background-color-hover: #071D49;
  --tab-background-color-active: #071D49;
  --accordion-font-color: #393c3e;
  --accordion-font-color-hover: #fff;
  --accordion-font-color-active: #393c3e;
  --accordion-background-color: transparent;
  --accordion-background-color-hover: #071D49;
  --accordion-background-color-active: transparent;
  --tab-border-color: #c4c4c4;
  --collapsible-color: #071D49;
  --hover-feature-background: #faf7f2;
}
@media (min-width: 701px) {
  #background {
    min-width: 1230px;
  }
}
@media (min-width: 701px) {
  #header,
  #nav,
  #quickLinks,
  #socialMedia,
  #searchPopup,
  #siteName,
  #siteLogo {
    position: unset;
    left: unset;
    right: unset;
    top: unset;
    float: unset;
    margin: unset;
  }
}
#header {
  --header-spacing-unit: 30px;
}
@media (min-width: 701px) and (max-width: 1550px) {
  #header {
    --header-spacing-unit: 10px;
  }
}
@media (min-width: 701px) {
  #header {
    position: fixed;
    display: grid;
    align-items: center;
    grid-template-rows: 110px;
    z-index: 200;
    height: 110px;
    min-width: 1230px;
    max-width: 100%;
  }
  #siteName {
    grid-area: siteName;
  }
  #nav {
    grid-area: nav;
  }
  #quickLinks {
    grid-area: quickLinks;
  }
  #searchPopup {
    grid-area: search;
  }
  #siteLogo {
    grid-area: siteLogo;
  }
  #siteName.sitenameOnly #siteNameBody {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  #header.siteTitleLeft {
    grid-auto-columns: max-content max-content minmax(max-content, 750px) 1fr max-content max-content;
    grid-template-areas: " siteLogo siteName nav . search quickLinks";
  }
  #header.siteTitleLeft #siteName.sitenameOnly,
  #header.siteTitleLeft #siteLogo {
    margin-left: 10px;
  }
  #header.siteTitleLeft #siteLogo {
    margin-right: 10px;
  }
  #header.siteTitleLeft #siteLogo.logoOnly {
    margin-right: unset;
  }
  #header.siteTitleLeft #searchPopup,
  #header.siteTitleLeft #quickLinks {
    margin-left: var(--header-spacing-unit);
  }
  #header.siteTitleLeft #nav {
    margin-left: calc((var(--header-spacing-unit) * 2) + 10px) !important;
    justify-self: start;
  }
  #header.siteTitleLeft #nav > ul::before {
    position: absolute;
    left: calc(var(--header-spacing-unit) * -1);
    display: block;
    content: "";
    border-left: 1px solid #999999;
    height: 40px;
  }
  #header.siteTitleRight {
    grid-auto-columns: max-content max-content 1fr minmax(max-content, 750px) max-content max-content;
    grid-template-areas: "quickLinks search . nav siteName siteLogo";
  }
  #header.siteTitleRight #siteName.sitenameOnly,
  #header.siteTitleRight #siteLogo {
    margin-right: 10px;
  }
  #header.siteTitleRight #siteLogo {
    margin-left: 10px;
  }
  #header.siteTitleRight #siteLogo.logoOnly {
    margin-left: unset;
  }
  #header.siteTitleRight #searchPopup,
  #header.siteTitleRight #quickLinks {
    margin-right: var(--header-spacing-unit);
  }
  #header.siteTitleRight #nav {
    margin-right: calc((var(--header-spacing-unit) * 2) + 10px) !important;
    justify-self: end;
  }
  #header.siteTitleRight #nav > ul {
    justify-content: end;
  }
  #header.siteTitleRight #nav > ul::after {
    position: absolute;
    right: calc(var(--header-spacing-unit) * -1);
    display: block;
    content: "";
    border-right: 1px solid #999999;
    height: 40px;
  }
  #header #nav {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
  }
  #header #nav > ul {
    height: 100%;
    align-items: center;
  }
  #header #nav > ul > li {
    height: 100%;
  }
  #header #nav > ul > li > a {
    position: relative;
    display: flex;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
  }
  #header #nav > ul > li.selected > a::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    height: 5px;
    width: 100%;
    background-color: #071D49;
  }
  #header #nav.resize > ul {
    max-width: 100%;
  }
}
@media (min-width: 701px) and (max-width: 1550px) {
  #header.searchOn.quickLinksOn.siteTitleLeft {
    grid-auto-columns: max-content max-content minmax(max-content, 700px) 1fr max-content;
    grid-template-rows: 35px auto;
    grid-template-areas: " siteLogo siteName nav . search" " siteLogo siteName nav . quickLinks";
  }
  #header.searchOn.quickLinksOn.siteTitleLeft #searchPopup {
    margin: auto 20px -4px auto;
  }
  #header.searchOn.quickLinksOn.siteTitleRight {
    grid-auto-columns: max-content 1fr minmax(max-content, 700px) max-content max-content;
    grid-template-rows: 35px auto;
    grid-template-areas: "search . nav siteName siteLogo" "quickLinks . nav siteName siteLogo";
  }
  #header.searchOn.quickLinksOn.siteTitleRight #searchPopup {
    margin: auto auto -4px 20px;
  }
}
@media (min-width: 701px) and (max-width: 1499px) {
  #header {
    --header-spacing-unit: 5px;
  }
  #header #nav > ul > li > a {
    font-size: 15px;
  }
  #header #nav > ul > li {
    padding: 0 5px !important;
  }
}
@media (max-width: 700px) {
  #headerBackground {
    padding-top: 0;
  }
  #navBackground[style*="fixed"] + #header #siteName {
    opacity: 0;
  }
  #header {
    position: relative;
    top: 0;
    padding: 60px 0 20px 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-flow: column;
    height: auto;
  }
  #header #siteName,
  #header #siteLogo {
    z-index: 999;
    position: unset;
    left: unset;
    right: unset;
    top: unset;
    float: unset;
    margin: unset;
  }
  #header #siteLogo {
    position: fixed;
    align-self: start;
    top: 5px;
    left: 70px;
  }
  #header #siteLogo img {
    left: unset !important;
    top: unset !important;
    transform: unset !important;
  }
  #header.siteTitleLeft #siteName,
  #header.siteTitleRight #siteName {
    text-align: center;
  }
  #header.siteTitleLeft #siteName.sitenameOnly,
  #header.siteTitleRight #siteName.sitenameOnly {
    text-align: center;
  }
}
#nav > ul > li > a {
  font-weight: 500;
}
@media (min-width: 701px) {
  #header #nav {
    min-width: 0px;
    max-width: 750px;
  }
  #header #nav > ul > li {
    flex-grow: 0;
    padding: 0px 10px;
  }
  #nav {
    position: relative !important;
    top: unset !important;
    left: unset !important;
  }
  #nav > ul > li > .secondLevel {
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
}
[class*="MegaMenu"] #nav .megaMenu > ul > .navPageGroup,
[class*="MegaMenu"] #nav .megaMenu > ul > .navGroup {
  border-top: 1px solid #c4c4c4;
  top: -1px;
}
#nav > ul > li:not([class*="megaMenu"]) > .secondLevel > .navGroup {
  border-bottom: 1px solid #c4c4c4;
}
#nav > ul > li:not([class*="megaMenu"]) > .secondLevel > .navGroup:last-child {
  margin-bottom: -1px;
}
[class*="MegaMenu"] #nav .megaMenu > ul {
  column-gap: 1px;
  column-rule: 1px solid #c4c4c4;
}
#nav .groupName {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-top: -1px;
}
@media (max-width: 700px) {
  #mobileNavBar {
    padding-top: 0;
    transition: unset !important;
  }
  #mobilePanel {
    height: calc(100% - 60px);
    min-height: calc(100% - 60px);
  }
  body.mobilePanelActive #mobilePanel {
    width: 100vw;
  }
  body.mobilePanelActive #massModeButtonContainer {
    right: -300px;
  }
  body.mobilePanelActive #mobileNavBar {
    left: 0px;
  }
  body.mobilePanelActive #background {
    width: 100%;
    margin-left: 0px;
  }
  #mobileQuickLinks,
  #mobileNav {
    width: 100%;
  }
  #mobilePanel {
    top: 60px;
  }
  #navicon {
    position: relative;
    height: 40px;
    width: 40px;
    margin-top: 9px;
    margin-left: 10px;
  }
  #navicon svg {
    display: none;
  }
  #navicon:before,
  #navicon:after {
    content: "";
    left: 0;
    width: 100%;
    border-top: 2px solid currentColor;
    position: absolute;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  #navicon:before {
    top: calc(50% + 10px);
  }
  #navicon:after {
    height: 12px;
    border-bottom: 2px solid currentColor;
    top: calc(50% - 10px);
  }
  .mobilePanelActive #navicon:before {
    transform: translateY(-6px) rotate(-135deg);
  }
  .mobilePanelActive #navicon:after {
    border-bottom-width: 0px;
    height: auto;
    transform: translateY(13px) rotate(135deg);
  }
  #mobileSearch {
    position: relative;
    min-height: 55px;
    border-top: 1px solid #c4c4c4;
    background-color: var(--blockquote-background-color);
    padding-inline: 20px;
  }
  #mobileSearch .searchBox {
    padding: 6px 32px 0px 3px;
    box-sizing: border-box;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border-width: 0px;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    font-style: normal;
  }
  #mobileSearch .searchBox::placeholder {
    font-style: italic;
  }
  #mobileSearch .searchBoxSubmit {
    margin-bottom: 5px;
    margin-top: 21px;
    height: 15px;
    width: 15px;
    color: #071D49;
  }
  #mobileSearch .searchBoxSubmit:hover {
    color: #393c3e;
  }
  #mobileSearch #searchField {
    background-color: transparent;
    width: 90%;
    height: 40px;
    padding-right: 0;
  }
  #mobileSearch #searchField::placeholder {
    color: #393c3e;
  }
  #mobileNav:before,
  #mobileQuickLinks:before {
    width: 100%;
    font-family: "Lora", serif;
    font-size: 12px;
    color: #071D49;
    border-top: 0px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  #background #socialMedia {
    left: 0;
    z-index: 9999;
  }
}
#background:not(.hasSlideshow).noPageImage.noPageTitle #header {
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 700px) {
  #background:not(.hasSlideshow).hasPageImage.noPageTitle #headerBackground {
    border-bottom: 1px solid #c4c4c4;
  }
}
#navBackground {
  position: fixed !important;
  top: 0px !important;
  height: 110px;
}
#navBackground.navSticky {
  border-bottom: 1px solid #c4c4c4;
}
#navBackground.navSticky ~ #header #mobileNavBar {
  border-bottom: 1px solid #c4c4c4;
}
body.preview.showPreviewToolbar #adminToolbar ~ #background #navBackground {
  margin-top: 65px;
}
#adminToolbar ~ #background #navBackground {
  margin-top: 65px;
}
#adminToolbar.designStudioPreview ~ #background #navBackground {
  margin-top: 0px;
}
#quickLinks {
  max-height: unset;
}
#quickLinks ul li {
  padding: 15px 15px 15px 15px;
  background-color: #faf7f2;
  max-width: 210px;
  box-sizing: border-box;
}
#quickLinks ul li:not(:first-child) {
  padding-left: 0px;
}
#quickLinks ul li:not(:first-child) a {
  border-left: 0px solid transparent;
}
#quickLinks ul li:not(:last-child) {
  padding-right: 0px;
}
#quickLinks ul li a {
  display: block;
  border: 0.5px solid #999999;
  padding: 5px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: unset;
  font-size: 14px;
  border-radius: 0px;
  background-color: transparent;
}
@media (min-width: 701px) and (max-width: 1550px) {
  #quickLinks ul li a {
    font-size: 13px;
  }
}
#quickLinks ul li a:hover {
  background-color: #071D49;
}
#quickLinks li:first-child:nth-last-child(n + 3):nth-child(3),
#quickLinks li:first-child:nth-last-child(n + 3) ~ li:nth-child(3) {
  padding-right: 15px;
}
@media (min-width: 701px) {
  #quickLinks ul li:nth-of-type(1n + 4) {
    display: none;
  }
}
@media (min-width: 701px) and (min-width: 701px) and (max-width: 1400px) {
  #quickLinks ul li:nth-of-type(1n + 3) {
    display: none;
  }
  #quickLinks ul li:nth-child(2) {
    padding-right: 15px;
  }
}
@media (min-width: 701px) and (max-width: 1550px) {
  #header.searchOn.quickLinksOn #quickLinks ul li a {
    max-width: 100px;
  }
}
@site NameFontSizeXS: 12px 0.8: 1;
#siteName {
  line-height: 1.3;
}
@media (min-width: 701px) {
  #siteName {
    width: unset;
    max-width: 390px;
  }
}
@media (min-width: 701px) {
  #siteName.sitenameOnly {
    width: auto;
    max-width: 390px;
  }
}
@media (max-width: 700px) {
  #siteName.sitenameOnly {
    text-align: center;
  }
}
#siteName .line1,
#siteName .line2 {
  font-weight: 400;
}
#siteName .line2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 701px) and (max-width: 1550px) {
  #siteName:not(.siteNameOnly) {
    max-width: 300px;
  }
  #siteName.siteNameOnly {
    max-width: 350px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  #siteLogo.logoOnly {
    margin-left: auto;
    margin-right: auto;
    float: unset;
  }
}
@media (max-width: 700px) {
  #header #socialMedia {
    display: none;
  }
}
#socialMedia {
  height: unset;
}
#search #searchSubmit .icon {
  padding-top: 4px;
  height: 14px;
}
#search #searchField {
  font-size: 14px;
}
#search #searchField::placeholder {
  font-size: 14px;
}
@media (min-width: 701px) {
  #header.searchOn:not(.quickLinksOn) #searchPopup {
    margin-right: 40px;
  }
  #header.siteTitleRight.searchOn:not(.quickLinksOn) #searchPopup {
    margin-left: 40px;
  }
}
@media (max-width: 700px) {
  #core {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 701px) {
  #core,
  #core.section.empty,
  .pageTypeInterior #core {
    padding-top: 110px;
  }
}
#section1 {
  margin-bottom: unset;
}
#featureSlideshow {
  margin-bottom: 0;
}
#featureSlideshow .slideshowModule .rotator .caption .title,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .title,
#featureSlideshow .slideshowModule .rotator .caption .captionContent,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .captionContent {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
}
#featureSlideshow .slideshowModule .rotator .caption .title,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .title {
  line-height: 1.2;
  white-space: normal;
  margin-top: 0px;
}
#featureSlideshow .slideshowModule .rotator .caption .title:only-child,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .title:only-child {
  -webkit-line-clamp: 4;
}
@media (max-width: 700px) and (min-width: 429px) {
  #featureSlideshow .slideshowModule .rotator .caption .title,
  #featureSlideshow .slideshowModule.videoMode.captionOn .caption .title {
    font-size: 35px;
    -webkit-line-clamp: 2;
  }
}
#featureSlideshow .slideshowModule .rotator .caption .captionContent,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .captionContent {
  line-height: 1.275;
  height: auto;
  max-height: none;
}
#featureSlideshow .slideshowModule .rotator .caption .captionContent:only-child,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .captionContent:only-child {
  -webkit-line-clamp: 5;
}
@media (max-width: 700px) and (min-width: 429px) {
  #featureSlideshow .slideshowModule .rotator .caption .captionContent,
  #featureSlideshow .slideshowModule.videoMode.captionOn .caption .captionContent {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
}
#featureSlideshow .slideshowModule .rotator .caption > div.captionContent:first-child {
  margin-top: 0;
}
#featureSlideshow[class*="Full"] .caption.hasCallToAction .callToAction,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 300px;
  height: 48px;
  padding: 0px 30px;
  margin: 40px auto 0 auto;
  bottom: auto;
  right: auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
}
#featureSlideshow[class*="Full"] .caption.hasCallToAction .callToAction .callToActionArrow,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction .callToActionArrow {
  display: none;
}
#featureSlideshow[class*="Full"] .caption.hasCallToAction .callToAction:only-child,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction:only-child {
  margin-top: 0px;
}
@media (max-width: 700px) and (min-width: 429px) {
  #featureSlideshow[class*="Full"] .caption.hasCallToAction .callToAction,
  #featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction {
    margin-top: 15px;
    height: 55px;
  }
}
@media (max-width: 428px) {
  #featureSlideshow[class*="Full"] .caption.hasCallToAction .callToAction,
  #featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction {
    background-color: transparent;
    width: calc(100% + 50px);
    max-width: unset;
    border-top: 1px solid #999999;
    color: #393c3e;
    margin-left: -25px;
    margin-bottom: -25px;
  }
  #featureSlideshow[class*="Full"] .caption.hasCallToAction .callToAction:hover,
  #featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction:hover {
    background-color: transparent;
    color: #071D49;
  }
  #featureSlideshow[class*="Full"] .caption.hasCallToAction .callToAction:only-child,
  #featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction:only-child {
    border-top: 0px;
    margin: auto auto auto -50px;
  }
}
@media (max-width: 428px) {
  #featureSlideshow .slideshowModule.videoMode.captionOn .caption .callToAction {
    width: calc(100% - 10px);
  }
}
#featureSlideshow > li .slideshowModule .rotator .captionPositioner .caption,
#featureSlideshow .slideshowModule.videoMode.captionOn .caption {
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  row-gap: 10px;
}
@media (min-width: 429px) {
  #featureSlideshow > li .slideshowModule .rotator .slideshowImageWrapper.hasCaption:before {
    content: "";
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 115;
    opacity: 0.4;
    mix-blend-mode: overlay;
  }
  #featureSlideshow > li .slideshowModule .rotator .slideshowImageWrapper.hasCaption:after {
    content: "";
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 116;
    opacity: 0.4;
    mix-blend-mode: soft-light;
  }
  #featureSlideshow .captionPositioner {
    background: rgba(0, 20, 33, 0.25);
  }
}
#featureSlideshow > li .slideshowModule .rotator .captionPositioner {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  height: 100%;
  bottom: 0;
  box-sizing: border-box;
  z-index: 200;
}
#featureSlideshow > li .slideshowModule .rotator .captionPositioner .caption {
  background: transparent;
  height: 100%;
  position: relative;
}
#featureSlideshow > li .slideshowModule .rotator .captionPositioner .caption .title,
#featureSlideshow > li .slideshowModule .rotator .captionPositioner .caption .captionContent {
  margin-right: auto;
  padding-right: 0;
  flex-grow: 0;
}
@media (min-width: 429px) {
  #featureSlideshow.hasVideo {
    overflow: hidden;
  }
  #featureSlideshow.hasVideo .videoMode {
    overflow: hidden;
  }
  #featureSlideshow .slideshowModule.videoMode .captionPositioner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #featureSlideshow .slideshowModule.videoMode.captionOverlayOn:before {
    content: "";
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 115;
    opacity: 0.4;
    mix-blend-mode: overlay;
  }
  #featureSlideshow .slideshowModule.videoMode.captionOverlayOn:after {
    content: "";
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 116;
    opacity: 0.4;
    mix-blend-mode: soft-light;
  }
  #featureSlideshow .slideshowModule.videoMode.captionOverlayOn .captionPositioner {
    background: rgba(0, 20, 33, 0.25);
    z-index: 117;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  #featureSlideshow[class*="Full"] .backBtn,
  #featureSlideshow[class*="Full"] .fwdBtn {
    top: 44%;
  }
  #featureSlideshow[class*="Full"] .backBtn {
    left: 230px;
  }
  #featureSlideshow[class*="Full"] .fwdBtn {
    right: 230px;
  }
  #featureSlideshow[class*="Full"] .caption {
    width: 600px;
  }
}
@media (max-width: 700px) {
  #featureSlideshow.hasCallToActionSlide {
    border-bottom: 0px;
  }
  #featureSlideshow.hasCallToActionSlide .slideshowModule {
    padding-bottom: 0px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  #featureSlideshow.hasVideo {
    overflow: hidden;
    width: 100vw !important;
    left: 50%;
    transform: translateX(-50%);
    height: 397px;
  }
  #featureSlideshow.hasVideo .videoMode {
    margin-left: 0px !important;
  }
  #featureSlideshow.hasVideo .video {
    min-width: 100%;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 428px) {
  #background #featureSlideshow {
    width: 100vw !important;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-bottom: 0;
    border-bottom: 0px;
    height: auto;
  }
  #background #featureSlideshow:not(.hasVideo).hasSlideshowCaption {
    margin-bottom: auto;
    height: auto;
  }
  #background #featureSlideshow:not(.hasVideo) .rotator {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "center";
  }
  #background #featureSlideshow .slideshowModule .rotator .slideshowImageWrapper {
    position: relative !important;
    grid-area: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
  }
  #background #featureSlideshow .slideshowModule .rotator .slideshowImageWrapper picture {
    width: 100%;
    height: 207px;
    overflow: hidden;
  }
  #background #featureSlideshow .slideshowModule .rotator .slideshowImageWrapper picture img {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: 207px;
    height: auto !important;
    object-fit: cover;
  }
  #background #featureSlideshow .slideshowModule .rotator .slideshowImageWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
  }
  #background #featureSlideshow > li .slideshowModule .rotator .captionPositioner {
    position: relative;
    transform: unset !important;
    left: auto !important;
    height: auto;
    bottom: auto;
    padding: 50px;
    width: 100vw;
    background-color: #faf7f2;
    outline: 1px solid #999999;
    outline-offset: -25px;
    box-sizing: border-box;
  }
  #background #featureSlideshow > li .slideshowModule .rotator .captionPositioner .caption:before {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    position: absolute;
    top: -10px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 75px 75px, 0px 0px;
    background-position: top left -9px, bottom right 0px;
  }
  #background #featureSlideshow.hasCallToActionSlide > li .slideshowModule .rotator .captionPositioner .caption.hasCallToAction:before {
    background-size: 75px 75px, 75px 75px;
  }
  #background #featureSlideshow > li .slideshowModule .rotator .captionPositioner .caption {
    position: static;
    left: auto;
    height: auto !important;
    margin-bottom: 0 !important;
    transform: unset;
    color: #393c3e;
    padding: 0;
    margin-inline: auto;
    background: transparent;
    width: 100%;
  }
  #background #featureSlideshow #rotator .caption .title,
  #background #featureSlideshow .slideshowModule.videoMode.captionOn .caption .title {
    font-size: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #background #featureSlideshow #rotator .caption .captionContent,
  #background #featureSlideshow .slideshowModule.videoMode.captionOn .caption .captionContent {
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #background #featureSlideshow > .videoMode,
  #background #featureSlideshow > .broadcasting {
    display: flex;
    flex-flow: column;
  }
  #background #featureSlideshow.hasVideo .videoMode .video {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #background #featureSlideshow .slideshowModule.videoMode.captionOn .captionPositioner {
    position: relative;
    top: auto;
    left: auto;
    height: auto !important;
    padding: 20px 0 55px 0;
    width: 100%;
  }
  #background #featureSlideshow .slideshowModule.videoMode.captionOn .caption {
    height: auto;
    color: #393c3e;
    margin-inline: auto;
    position: static;
    width: 100%;
  }
  #background #featureSlideshow .slideshowModule.videoMode.captionOverlayOn .captionPositioner {
    padding: 50px;
    width: 100vw !important;
    background-color: #faf7f2;
    outline: 1px solid #999999;
    outline-offset: -25px;
    box-sizing: border-box;
  }
  #background #featureSlideshow .slideshowModule.videoMode.captionOverlayOn .captionPositioner .caption:before {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    position: absolute;
    top: -10px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 75px 75px, 0px 0px;
    background-position: top left -9px, bottom right 0px;
  }
  #background #featureSlideshow .slideshowModule.videoMode.captionOverlayOn.callToActionOn .captionPositioner .caption:before {
    background-size: 75px 75px, 75px 75px;
  }
}
#footerSocialMedia {
  margin-top: 25px;
}
#footerGroup {
  font-size: 14px;
}
#footerGroup #footerBrand {
  color: rgba(255, 255, 255, 0.5);
}
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="sacredHeart(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="lightPlusSacredHeart(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="eucharist(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="lightPlusEucharist(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="jesusandMary(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="lightPlusJesusandMary(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="immaculateHeart(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="lightPlusImmaculateHeart(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="saintJoseph(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="lightPlusSaintJoseph(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="holySpirit(Saint)"],
#dialogSectionSettings.eventsSectionSettings #stylingClass option[value="lightPlusHolySpirit(Saint)"] {
  display: none;
}
#core .aggregate .document a:is(.name),
#core .aggregate .link a:is(.name) {
  padding: 12px 0px;
  font-size: 18px;
  font-family: "Lora", serif;
  border-bottom: 1px solid var(--default-border-color);
  transition: all 0.2s;
}
#core .aggregate :where(.document, .link) a.name {
  color: var(--link-color);
}
#core .aggregate :where(.document, .link) a.name:hover {
  color: rgba(var(--link-color-hover), var(--alpha));
}
#flocknoteSignupsSubmit {
  height: unset;
}
.formStyling .required {
  font-size: 0;
  opacity: 1;
}
.formStyling .required:before {
  content: "*";
  font-size: 18px;
  color: var(--default-border-color);
}
.formStyling .iAgreeText ~ input {
  margin-top: 14px;
}
.paymentModule .paymentFormButton:not(.otherButton).selected {
  background-color: #071D49;
}
.formStyling :is(input, select, textarea),
.flocknoteSignupsModule input {
  color: var(--field-text-color);
  background-color: var(--field-background-color);
  border: 1px solid var(--field-border-color);
}
#core :is(input, textarea, select)::placeholder {
  color: var(--field-text-placeholder);
}
.progressBarModule .moduleBody .buttonContainer {
  margin-top: 15px;
}
.progressBarModule .moduleBody .progressBar {
  background: var(--progress-background-color);
  border: 1px solid var(--progress-bar-border-color);
}
.progressBarModule .moduleBody:not(.goal) .progress {
  background: var(--progress-bar-color);
}
.progressBarModule .moduleBody.goal .progress {
  background: var(--progress-bar-goal-color);
}
.aggregate .personGroup ~ li:not(.personGroup) {
  margin-left: -1px;
}
.aggregate .person .personSocialMedia a {
  font-size: 0px;
}
.aggregate .person .personSocialMedia a[class*="SocialMedia"] {
  color: var(--person-social-media-color);
}
.aggregate .person .personSocialMedia a[class*="SocialMedia"]:hover {
  color: var(--person-social-media-color-hover);
}
.aggregate .personGroup {
  margin-top: 15px;
}
.aggregate .person {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  border: 1px solid var(--default-border-color);
  margin-top: -1px;
  margin-left: -1px;
}
.aggregate .person .thumb {
  max-width: 242px;
  max-height: 300px;
  margin: 0;
}
.aggregate .person .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aggregate .person .info:not(:last-child) .role {
  margin-bottom: 10px;
}
.aggregate .person .phone a,
.aggregate .person a.mail {
  text-decoration: none;
}
.aggregate .person .name {
  margin-bottom: 10px;
}
.aggregate .person .name a {
  text-decoration: underline;
}
.peopleModule:not(.grid) .aggregate .person {
  padding: 30px;
}
.peopleModule:not(.grid) .aggregate .person.hasThumb {
  padding-left: 250px;
  min-height: 241px;
}
.peopleModule:not(.grid) .aggregate .person.hasThumb .thumb {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 144px;
  height: 178px;
}
.peopleModule:not(.grid) .aggregate .person.hasThumb:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 204px;
  height: 100%;
  width: 0px;
  border-right: 1px solid var(--default-border-color);
}
.peopleModule.twoPerLine .moduleBody {
  justify-content: space-between;
}
.peopleModule.twoPerLine .aggregate .person {
  width: calc((100% - 30px) / 2);
}
.peopleModule.grid .aggregate .person {
  margin-bottom: 0 !important;
}
.peopleModule.grid .personGroup ~ li:not(.personGroup) {
  margin-right: 0px !important;
}
.peopleModule.grid .aggregate .person {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 45px 50px;
  width: calc(100% / 3);
}
.peopleModule.grid .aggregate .person .thumb {
  width: 100%;
  left: 0;
  margin: 0 0 30px 0;
}
.peopleModule.grid .aggregate .person:last-child {
  margin-bottom: 0px;
}
.peopleModule.grid .aggregate .person:not(.hasThumb):before {
  content: "";
  display: block;
  height: 0;
  padding-top: 124%;
  width: 100%;
  max-width: 242px;
  margin: 0 0 30px 0;
}
.peopleModule.grid .aggregate .person .role {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--default-border-color);
}
@media (min-width: 701px) {
  #core .rowSection.oneModule .peopleModule.grid .aggregate .person,
  #core .columnSection.soloColumn .peopleModule.grid .aggregate .person {
    width: calc(100% / 4);
  }
  #core .duoColumn .largeColumn .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .tabContent .modulePosition .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .rowSection.twoModule .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .halfColumn .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core #content1 .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .wideCell .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .wideTallCell .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .modulePosition.size6 .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .smallColumn .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core #content2 .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .rowSection.threeModule .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .modulePosition.size4 .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .rowSection.fourModule .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .normalCell .peopleModule:not(.onePerLine):not(.grid) .moduleBody,
  #core .tallCell .peopleModule:not(.onePerLine):not(.grid) .moduleBody {
    justify-content: flex-start;
    gap: 30px;
  }
  #core .duoColumn .largeColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .tabContent .modulePosition .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .rowSection.twoModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .halfColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core #content1 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .wideCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .wideTallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .modulePosition.size6 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .smallColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core #content2 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .rowSection.threeModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .modulePosition.size4 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .rowSection.fourModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .normalCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person,
  #core .tallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person {
    text-align: center;
    max-width: 300px;
  }
  #core .duoColumn .largeColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .tabContent .modulePosition .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .rowSection.twoModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .halfColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core #content1 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .wideCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .wideTallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .modulePosition.size6 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .smallColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core #content2 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .rowSection.threeModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .modulePosition.size4 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .rowSection.fourModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .normalCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb,
  #core .tallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb {
    padding-left: 30px;
    min-height: unset;
    display: flex;
    flex-flow: column;
  }
  #core .duoColumn .largeColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .tabContent .modulePosition .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .rowSection.twoModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .halfColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core #content1 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .wideCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .wideTallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .modulePosition.size6 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .smallColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core #content2 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .rowSection.threeModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .modulePosition.size4 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .rowSection.fourModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .normalCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb,
  #core .tallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 60px auto;
    max-height: 176px;
  }
  #core .duoColumn .largeColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .tabContent .modulePosition .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .rowSection.twoModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .halfColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core #content1 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .wideCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .wideTallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .modulePosition.size6 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .smallColumn .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core #content2 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .rowSection.threeModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .modulePosition.size4 .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .rowSection.fourModule .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .normalCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before,
  #core .tallCell .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before {
    top: 237px;
    transform: translateY(0%);
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px solid var(--default-border-color);
  }
  #core .rowSection.twoModule .peopleModule.grid .aggregate .person,
  #core .halfColumn .peopleModule.grid .aggregate .person,
  #core #content1 .peopleModule.grid .aggregate .person,
  #core .wideCell .peopleModule.grid .aggregate .person,
  #core .wideTallCell .peopleModule.grid .aggregate .person,
  #core .modulePosition.size6 .peopleModule.grid .aggregate .person {
    width: calc(100% / 2);
  }
  #core .smallColumn .peopleModule.grid .aggregate .person,
  #core #content2 .peopleModule.grid .aggregate .person,
  #core .rowSection.threeModule .peopleModule.grid .aggregate .person,
  #core .modulePosition.size4 .peopleModule.grid .aggregate .person,
  #core .rowSection.fourModule .peopleModule.grid .aggregate .person,
  #core .normalCell .peopleModule.grid .aggregate .person,
  #core .tallCell .peopleModule.grid .aggregate .person {
    width: 100% !important;
  }
  #core .smallColumn .peopleModule.grid .aggregate .person:not(.hasThumb):before,
  #core #content2 .peopleModule.grid .aggregate .person:not(.hasThumb):before,
  #core .rowSection.threeModule .peopleModule.grid .aggregate .person:not(.hasThumb):before,
  #core .modulePosition.size4 .peopleModule.grid .aggregate .person:not(.hasThumb):before,
  #core .rowSection.fourModule .peopleModule.grid .aggregate .person:not(.hasThumb):before,
  #core .normalCell .peopleModule.grid .aggregate .person:not(.hasThumb):before,
  #core .tallCell .peopleModule.grid .aggregate .person:not(.hasThumb):before {
    height: 0;
    margin: 0;
    padding: 0;
  }
  #core .smallColumn .peopleModule.onePerLine,
  #core #content2 .peopleModule.onePerLine,
  #core .rowSection.threeModule .peopleModule.onePerLine,
  #core .modulePosition.size4 .peopleModule.onePerLine,
  #core .rowSection.fourModule .peopleModule.onePerLine,
  #core .normalCell .peopleModule.onePerLine,
  #core .tallCell .peopleModule.onePerLine {
    max-width: 280px;
  }
  #core .smallColumn .peopleModule.onePerLine .aggregate .person,
  #core #content2 .peopleModule.onePerLine .aggregate .person,
  #core .rowSection.threeModule .peopleModule.onePerLine .aggregate .person,
  #core .modulePosition.size4 .peopleModule.onePerLine .aggregate .person,
  #core .rowSection.fourModule .peopleModule.onePerLine .aggregate .person,
  #core .normalCell .peopleModule.onePerLine .aggregate .person,
  #core .tallCell .peopleModule.onePerLine .aggregate .person {
    text-align: center;
  }
  #core .smallColumn .peopleModule.onePerLine .aggregate .person.hasThumb,
  #core #content2 .peopleModule.onePerLine .aggregate .person.hasThumb,
  #core .rowSection.threeModule .peopleModule.onePerLine .aggregate .person.hasThumb,
  #core .modulePosition.size4 .peopleModule.onePerLine .aggregate .person.hasThumb,
  #core .rowSection.fourModule .peopleModule.onePerLine .aggregate .person.hasThumb,
  #core .normalCell .peopleModule.onePerLine .aggregate .person.hasThumb,
  #core .tallCell .peopleModule.onePerLine .aggregate .person.hasThumb {
    padding-left: 30px;
    min-height: unset;
    display: flex;
    flex-flow: column;
  }
  #core .smallColumn .peopleModule.onePerLine .aggregate .person.hasThumb .thumb,
  #core #content2 .peopleModule.onePerLine .aggregate .person.hasThumb .thumb,
  #core .rowSection.threeModule .peopleModule.onePerLine .aggregate .person.hasThumb .thumb,
  #core .modulePosition.size4 .peopleModule.onePerLine .aggregate .person.hasThumb .thumb,
  #core .rowSection.fourModule .peopleModule.onePerLine .aggregate .person.hasThumb .thumb,
  #core .normalCell .peopleModule.onePerLine .aggregate .person.hasThumb .thumb,
  #core .tallCell .peopleModule.onePerLine .aggregate .person.hasThumb .thumb {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 60px auto;
    max-height: 176px;
  }
  #core .smallColumn .peopleModule.onePerLine .aggregate .person.hasThumb:before,
  #core #content2 .peopleModule.onePerLine .aggregate .person.hasThumb:before,
  #core .rowSection.threeModule .peopleModule.onePerLine .aggregate .person.hasThumb:before,
  #core .modulePosition.size4 .peopleModule.onePerLine .aggregate .person.hasThumb:before,
  #core .rowSection.fourModule .peopleModule.onePerLine .aggregate .person.hasThumb:before,
  #core .normalCell .peopleModule.onePerLine .aggregate .person.hasThumb:before,
  #core .tallCell .peopleModule.onePerLine .aggregate .person.hasThumb:before {
    top: 237px;
    transform: translateY(0%);
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px solid var(--default-border-color);
  }
  #core .smallColumn .peopleModule:not(.grid) .aggregate .person,
  #core #content2 .peopleModule:not(.grid) .aggregate .person,
  #core .rowSection.threeModule .peopleModule:not(.grid) .aggregate .person,
  #core .modulePosition.size4 .peopleModule:not(.grid) .aggregate .person,
  #core .rowSection.fourModule .peopleModule:not(.grid) .aggregate .person,
  #core .normalCell .peopleModule:not(.grid) .aggregate .person,
  #core .tallCell .peopleModule:not(.grid) .aggregate .person {
    width: 100%;
  }
}
.aggregate .photoAlbum .thumb img {
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.photoAlbum.infinite-item a[class*="lightbox"] {
  width: 130px;
  height: 75px;
}
.photoAlbum.infinite-item .thumb {
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aggregate .photoAlbum a.name {
  width: 100%;
  white-space: normal;
}
#core .photoAlbumsModule .photoAlbum {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  text-align: left;
  padding-bottom: 15px;
}
#core .photoAlbumsModule .photoAlbum .thumb {
  margin-top: 0;
  background-color: transparent;
}
#core .photoAlbumsModule .photoAlbum .name {
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
#core .photoAlbumsModule .moduleBody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid var(--default-border-color);
}
#core .photoAlbumsModule .aggregate {
  margin-bottom: 0px;
}
#core .photoAlbumsModule > footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
}
#core .moduleBody .group.news {
  position: relative;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}
#core .moduleBody .group.news.hasThumb {
  display: grid;
  column-gap: 20px;
  row-gap: 10px;
  grid-template-columns: 1fr min(40%, 308px);
  grid-template-rows: auto;
}
#core .moduleBody .group.news:last-child {
  border-bottom: 1px solid transparent;
}
#core .moduleBody .group.news > * {
  margin: 0;
}
#core .moduleBody .group.news.hasThumb .thumb {
  grid-column: 2;
  grid-row: 2 / span 4;
  width: 100%;
  margin: 10px 0 0 0;
}
#core .moduleBody .group.news.hasThumb .name {
  grid-column: 1 / span 2;
}
#core .moduleBody .group.news.hasThumb .author,
#core .moduleBody .group.news.hasThumb .date,
#core .moduleBody .group.news.hasThumb .summary {
  grid-column: 1;
}
#core .moduleBody .group.news .summary {
  max-width: 100%;
}
#core .moduleBody .group.news .info {
  display: contents;
}
#core .moduleBody .group.news .info .date {
  font-size: 16px;
}
#core .moduleBody .group.news .info .author {
  color: var(--primary-font-color);
  font-weight: 400;
  font-style: italic;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 16px;
  position: relative;
}
@media (min-width: 701px) {
  #core .smallColumn .group.news.hasThumb,
  #core #content2 .group.news.hasThumb,
  #core .rowSection.threeModule .group.news.hasThumb,
  #core .modulePosition.size4 .group.news.hasThumb,
  #core .rowSection.fourModule .group.news.hasThumb,
  #core .normalCell .group.news.hasThumb,
  #core .tallCell .group.news.hasThumb {
    grid-template-columns: 1fr;
  }
  #core .smallColumn .group.news.hasThumb .thumb,
  #core #content2 .group.news.hasThumb .thumb,
  #core .rowSection.threeModule .group.news.hasThumb .thumb,
  #core .modulePosition.size4 .group.news.hasThumb .thumb,
  #core .rowSection.fourModule .group.news.hasThumb .thumb,
  #core .normalCell .group.news.hasThumb .thumb,
  #core .tallCell .group.news.hasThumb .thumb {
    display: none;
  }
  #core .smallColumn .group.news.hasThumb .name,
  #core #content2 .group.news.hasThumb .name,
  #core .rowSection.threeModule .group.news.hasThumb .name,
  #core .modulePosition.size4 .group.news.hasThumb .name,
  #core .rowSection.fourModule .group.news.hasThumb .name,
  #core .normalCell .group.news.hasThumb .name,
  #core .tallCell .group.news.hasThumb .name {
    grid-column: 1 / span 1;
  }
}
.newsModule .moduleBody {
  padding-top: 0;
  border: 1px solid var(--default-border-color);
}
.newsModule > footer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 0 20px;
  border-left: 1px solid var(--default-border-color);
  border-right: 1px solid var(--default-border-color);
  border-bottom: 1px solid var(--default-border-color);
}
.newsModule > footer .rssLink {
  order: 2;
  margin-left: auto;
}
.newsModule > footer .moreNews {
  order: 1;
}
.newsModule .news .summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
#core .aggregate .rssContent {
  border: 1px solid var(--default-border-color);
  padding: 20px;
  margin: 0;
  margin-top: -1px;
  box-sizing: border-box;
}
#core .aggregate .rssContent .thumb {
  float: none;
  display: block;
  width: 130px;
  height: 74.68px;
  margin: 0 0 10px 0;
}
#core .aggregate .rssContent .thumb img {
  height: 100%;
  max-width: unset;
  object-fit: cover;
}
#core .aggregate .rssContent .name {
  order: 3;
}
.calendarModule.calendarView .monthCalendar {
  background: #fff;
}
.aggregate:not(.sectionBody) .group.event {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  padding: 28px 20px 20px 106px;
  margin: 0;
  box-sizing: border-box;
}
.aggregate:not(.sectionBody) .group.event.hasThumb {
  display: grid;
  column-gap: 20px;
  row-gap: 10px;
  grid-template-columns: 1fr min(40%, 308px);
  grid-template-rows: auto;
}
.aggregate:not(.sectionBody) .group.event.hasThumb .thumb {
  grid-column: 2;
  grid-row: 2 / span 4;
  width: 100%;
  margin: 10px 0 0 0;
}
.aggregate:not(.sectionBody) .group.event.hasThumb .name {
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
}
.aggregate:not(.sectionBody) .group.event.hasThumb .date {
  grid-row: 2 / span 1;
}
.aggregate:not(.sectionBody) .group.event.hasThumb .summary {
  grid-row: 3 / span 1;
}
.aggregate:not(.sectionBody) .group.event.hasThumb .date,
.aggregate:not(.sectionBody) .group.event.hasThumb .summary {
  grid-column: 1;
}
.aggregate:not(.sectionBody) .group.event:last-child {
  border-bottom: 1px solid transparent;
}
.aggregate:not(.sectionBody) .group.event > * {
  margin: 0;
}
.aggregate:not(.sectionBody) .group.event > * {
  margin: 0;
}
.aggregate:not(.sectionBody) .group.event:not(:first-child) {
  margin-top: -1px;
}
.aggregate:not(.sectionBody) .group.event:last-child {
  border-bottom: 1px solid transparent;
}
.aggregate:not(.sectionBody) .group.event .name {
  order: 1;
}
.aggregate:not(.sectionBody) .group.event .date {
  order: 2;
  letter-spacing: unset;
}
.aggregate:not(.sectionBody) .group.event .date .time {
  display: block;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
}
.aggregate:not(.sectionBody) .group.event .summary {
  order: 4;
  max-width: 100%;
}
.aggregate:not(.sectionBody) .group.event .info {
  display: contents;
}
.aggregate:not(.sectionBody) .group.event .month {
  font-size: 0px;
  line-height: 1;
}
.aggregate:not(.sectionBody) .group.event .month:before {
  content: "";
  font-size: 16px;
}
.aggregate:not(.sectionBody) .group.event .month.january:before {
  content: "Jan";
}
.aggregate:not(.sectionBody) .group.event .month.february:before {
  content: "Feb";
}
.aggregate:not(.sectionBody) .group.event .month.march:before {
  content: "Mar";
}
.aggregate:not(.sectionBody) .group.event .month.april:before {
  content: "Apr";
}
.aggregate:not(.sectionBody) .group.event .month.may:before {
  content: "May";
}
.aggregate:not(.sectionBody) .group.event .month.june:before {
  content: "Jun";
}
.aggregate:not(.sectionBody) .group.event .month.july:before {
  content: "Jul";
}
.aggregate:not(.sectionBody) .group.event .month.august:before {
  content: "Aug";
}
.aggregate:not(.sectionBody) .group.event .month.september:before {
  content: "Sep";
}
.aggregate:not(.sectionBody) .group.event .month.october:before {
  content: "Oct";
}
.aggregate:not(.sectionBody) .group.event .month.november:before {
  content: "Nov";
}
.aggregate:not(.sectionBody) .group.event .month.december:before {
  content: "Dec";
}
.aggregate:not(.sectionBody) .group.event .startDate,
.aggregate:not(.sectionBody) .group.event .endDate {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 5px;
  height: 89px;
  width: 89px;
  position: absolute;
  top: 14px;
  left: 0;
  background: #ede9dd;
  text-align: center;
  color: #393c3e;
  letter-spacing: unset;
}
.aggregate:not(.sectionBody) .group.event .startDate .month:before,
.aggregate:not(.sectionBody) .group.event .endDate .month:before {
  font-family: "Lora", serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
}
.aggregate:not(.sectionBody) .group.event .startDate .day,
.aggregate:not(.sectionBody) .group.event .endDate .day {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 1;
  width: 100%;
}
.aggregate:not(.sectionBody) .group.event .endDate .dash {
  display: none;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .month:before {
  font-size: 14px;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .day {
  font-size: 23px;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .startDate {
  width: 44.5px;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .startDate:before {
  content: "";
  width: 89px;
  height: 89px;
  background: #ede9dd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .endDate {
  position: absolute;
  top: 14px;
  left: 43.5px;
  width: 44.5px;
  z-index: 2;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .endDate .dash {
  display: none;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .endDate .day {
  position: relative;
}
.aggregate:not(.sectionBody) .group.event.hasEndDate .endDate .day:before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-54%);
  left: -4px;
  letter-spacing: 0px;
}
.calendarModule.calendarView .aggregate {
  padding-top: 0;
  border: 1px solid var(--default-border-color);
}
.calendarModule.calendarView .aggregate .dayName,
.calendarModule.calendarView .aggregate .comma {
  display: none;
}
.calendarModule.listView .moduleBody {
  padding-top: 0;
  border: 1px solid var(--default-border-color);
}
.calendarModule.listView > footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  border-left: 1px solid var(--default-border-color);
  border-right: 1px solid var(--default-border-color);
  border-bottom: 1px solid var(--default-border-color);
}
.calendarModule.listView > footer .calendarExportContainer {
  order: 2;
  margin-left: auto;
}
.calendarModule.listView > footer .moreEvents {
  order: 1;
}
.calendarModule.listView .event {
  min-height: 120px;
}
.calendarModule.listView .event .dayName,
.calendarModule.listView .event .comma {
  display: none;
}
@media (min-width: 701px) {
  #core .smallColumn .group.event,
  #core #content2 .group.event,
  #core .rowSection.threeModule .group.event,
  #core .modulePosition.size4 .group.event,
  #core .rowSection.fourModule .group.event,
  #core .normalCell .group.event,
  #core .tallCell .group.event {
    padding-top: 120px;
    padding-left: 20px;
  }
  #core .smallColumn .group.event.hasThumb,
  #core #content2 .group.event.hasThumb,
  #core .rowSection.threeModule .group.event.hasThumb,
  #core .modulePosition.size4 .group.event.hasThumb,
  #core .rowSection.fourModule .group.event.hasThumb,
  #core .normalCell .group.event.hasThumb,
  #core .tallCell .group.event.hasThumb {
    grid-template-columns: 1fr;
  }
  #core .smallColumn .group.event.hasThumb .thumb,
  #core #content2 .group.event.hasThumb .thumb,
  #core .rowSection.threeModule .group.event.hasThumb .thumb,
  #core .modulePosition.size4 .group.event.hasThumb .thumb,
  #core .rowSection.fourModule .group.event.hasThumb .thumb,
  #core .normalCell .group.event.hasThumb .thumb,
  #core .tallCell .group.event.hasThumb .thumb {
    display: none;
  }
  #core .smallColumn .group.event.hasThumb .name,
  #core #content2 .group.event.hasThumb .name,
  #core .rowSection.threeModule .group.event.hasThumb .name,
  #core .modulePosition.size4 .group.event.hasThumb .name,
  #core .rowSection.fourModule .group.event.hasThumb .name,
  #core .normalCell .group.event.hasThumb .name,
  #core .tallCell .group.event.hasThumb .name {
    grid-column: 1 / span 1;
  }
}
.sacramentTimesModule .day,
#massModeContainer .massModeSacrament .massModeSacramentDay {
  color: var(--aggregate-subtitle-color);
}
#massModeContainer .massModeTabList {
  border: 1px solid #c4c4c4;
}
#massModeContainer .massModeTabList .massModeTab:not(:last-child) {
  border-right: 1px solid #c4c4c4;
}
#massModeContainer .massModeTabList .massModeTab.ui-state-active a {
  background-color: var(--hover-feature-background);
}
#massModeContainer .massModeTabList .massModeTab:hover a {
  background-color: var(--hover-feature-background);
}
@media (max-width: 700px) {
  #massModeContainer .massModeTabList:before {
    box-shadow: inset 0px 0px 0px 0px #999999;
  }
  #massModeContainer .massModeTabList .massModeTab a {
    border-bottom: 0px;
  }
  #massModeContainer .massModeTabList .massModeTab.ui-state-active a {
    border-bottom: 0px;
  }
}
.sectionInner .buttonModule.buttonModuleEmpty .buttonModuleButton {
  border: 0;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasLabel .buttonLabel {
  font-family: "Poppins", sans-serif;
  white-space: normal;
  line-height: 1.25;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--primary-text-color);
  transition: color 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasLabel .buttonLabel {
    color: #393c3e;
  }
}
@media (min-width: 701px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasLabel:hover .buttonLabel {
    color: #393c3e;
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasSubtext .buttonSubtext {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasSubtext .buttonSubtext {
    -webkit-line-clamp: 2;
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasSubtext.hasLabel .buttonLabelCenter {
  display: flex;
  flex-flow: column;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage .focusPointImageArea {
  padding: 30px;
  box-sizing: border-box;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage .focusPointImageArea:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: var(--hover-feature-background);
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage .focusPointImageArea:before {
    opacity: 1;
  }
}
@media (min-width: 701px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage:hover .focusPointImageArea:before {
    opacity: 1;
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel .buttonLabelContainer,
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext .buttonLabelContainer {
  border-top: 1px solid #c4c4c4;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 700px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel .buttonLabelContainer,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext .buttonLabelContainer {
    max-height: unset;
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel .focusPointImageArea,
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext .focusPointImageArea {
  height: calc(100% - 88px);
}
@media (min-width: 701px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel:not(:hover) .buttonLabelContainer .buttonLabelCenter,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext:not(:hover) .buttonLabelContainer .buttonLabelCenter {
    gap: 0px;
    transition: all 0.3s ease-in-out;
  }
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel:hover .buttonLabelContainer,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext:hover .buttonLabelContainer {
    max-height: unset;
  }
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel:hover .buttonLabelContainer .buttonLabelCenter,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext:hover .buttonLabelContainer .buttonLabelCenter {
    gap: 16px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 701px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel.hasSubtext .buttonSubtext,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext.hasSubtext .buttonSubtext {
    transform-origin: bottom center;
    transform: scaleY(0);
    line-height: 0;
  }
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel.hasSubtext:hover .buttonLabelContainer,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext.hasSubtext:hover .buttonLabelContainer {
    background: #ffffff;
  }
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel.hasSubtext:hover .buttonSubtext,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext.hasSubtext:hover .buttonSubtext {
    transform-origin: bottom center;
    transform: scaleY(1);
    line-height: 1.25;
  }
}
@media (max-width: 700px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel.hasSubtext .buttonLabelContainer,
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasSubtext.hasSubtext .buttonLabelContainer {
    background: #ffffff;
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):before {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background: var(--hover-feature-background);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
}
@media (max-width: 700px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):before {
    opacity: 1;
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage) .buttonLabelCenter {
  position: relative;
  z-index: 3;
}
@media (min-width: 701px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):hover:before {
    opacity: 1;
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage).hasSubtext .buttonLabelCenter {
  gap: 16px;
}
@media (min-width: 701px) {
  .sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):not(:hover).hasSubtext .buttonSubtext {
    color: var(--primary-text-color);
  }
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer {
  align-items: center;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer .icon {
  margin: 0;
  height: 105px;
  transition: color 0.3s ease-in-out;
  z-index: 4;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer .buttonLabelCenter {
  padding-top: 0;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer .buttonLabelCenter .buttonLabel {
  min-height: unset;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasLabel).hasImage.hasSubtext .moduleBody {
  overflow: hidden;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasLabel).hasImage.hasSubtext .focusPointImageArea {
  height: calc(100% - 0px);
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasLabel).hasImage.hasSubtext:not(:hover) .buttonLabelContainer {
  min-height: 0px;
  margin-bottom: -1px;
}
.sectionInner .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasLabel).hasImage.hasSubtext:not(:hover) .buttonLabelCenter {
  margin-bottom: -28px;
}
@media (min-width: 701px) {
  .sectionInner.rowSection .sectionButtonModule:not(.sectionButtonMarkedDelete) {
    max-height: 443px;
  }
  .sectionInner.halfSection .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel .focusPointImageArea {
    position: absolute;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .peopleModule.grid .aggregate .person {
    width: calc(100% / 2) !important;
  }
  .peopleModule:not(.onePerLine):not(.grid) .aggregate .person {
    text-align: center;
  }
  .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb {
    padding-left: 30px;
    min-height: unset;
    display: flex;
    flex-flow: column;
  }
  .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb .thumb {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 60px auto;
    max-height: 176px;
  }
  .peopleModule:not(.onePerLine):not(.grid) .aggregate .person.hasThumb:before {
    top: 237px;
    transform: translateY(0%);
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px solid var(--default-border-color);
  }
}
@media (max-width: 428px) {
  :is(
			.customModule,
			.customText,
			#footerTextBody,
			.aggregate .group .summary,
			.pageTypeInterior .moduleInner.content
		) blockquote {
    padding: 30px 47px;
    padding-left: 47px;
    padding-bottom: 162px;
    margin-inline: 0px;
  }
  :is(
			.customModule,
			.customText,
			#footerTextBody,
			.aggregate .group .summary,
			.pageTypeInterior .moduleInner.content
		) blockquote:before {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    height: 148px;
    width: 138px;
  }
  :is(
			.customModule,
			.customText,
			#footerTextBody,
			.aggregate .group .summary,
			.pageTypeInterior .moduleInner.content
		) blockquote:after {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: calc(100% - 30px);
    height: 148px;
    border-right: 0px;
    border-top: 0.5px solid #c4c4c4;
  }
  .aggregate:not(.sectionBody) .group.event {
    padding-top: 120px;
    padding-left: 20px;
  }
  .aggregate:not(.sectionBody) .group.event.hasThumb {
    grid-template-columns: 1fr;
  }
  .aggregate:not(.sectionBody) .group.event.hasThumb .thumb {
    display: none;
  }
  .aggregate:not(.sectionBody) .group.event.hasThumb .name {
    grid-column: 1 / span 1;
  }
  #core .moduleBody .group.news.hasThumb {
    grid-template-columns: 1fr;
  }
  #core .moduleBody .group.news.hasThumb .thumb {
    display: none;
  }
  #core .moduleBody .group.news.hasThumb .name {
    grid-column: 1 / span 1;
  }
  #core .peopleModule.grid .aggregate .person {
    width: 100% !important;
  }
  #core .peopleModule.grid .aggregate .person:not(.hasThumb):before {
    height: 0;
    padding: 0;
    margin: 0;
  }
  #core .peopleModule:not(.grid) .aggregate .person {
    text-align: center;
  }
  #core .peopleModule:not(.grid) .aggregate .person.hasThumb {
    padding-left: 30px;
    min-height: unset;
    display: flex;
    flex-flow: column;
  }
  #core .peopleModule:not(.grid) .aggregate .person.hasThumb .thumb {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 60px auto;
    max-height: 176px;
  }
  #core .peopleModule:not(.grid) .aggregate .person.hasThumb:before {
    top: 237px;
    transform: translateY(0%);
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px solid var(--default-border-color);
  }
}
@media (min-width: 701px) {
  .newsSection li:first-child:nth-last-child(n + 4) blockquote,
  .eventsSection li:first-child:nth-last-child(n + 4) blockquote,
  .newsSection li:first-child:nth-last-child(n + 4) ~ li blockquote,
  .eventsSection li:first-child:nth-last-child(n + 4) ~ li blockquote {
    padding: 30px 47px;
    padding-left: 47px;
    padding-bottom: 162px;
    margin-inline: 0px;
  }
  .newsSection li:first-child:nth-last-child(n + 4) blockquote:before,
  .eventsSection li:first-child:nth-last-child(n + 4) blockquote:before,
  .newsSection li:first-child:nth-last-child(n + 4) ~ li blockquote:before,
  .eventsSection li:first-child:nth-last-child(n + 4) ~ li blockquote:before {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    height: 148px;
    width: 138px;
  }
  .newsSection li:first-child:nth-last-child(n + 4) blockquote:after,
  .eventsSection li:first-child:nth-last-child(n + 4) blockquote:after,
  .newsSection li:first-child:nth-last-child(n + 4) ~ li blockquote:after,
  .eventsSection li:first-child:nth-last-child(n + 4) ~ li blockquote:after {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: calc(100% - 30px);
    height: 148px;
    border-right: 0px;
    border-top: 0.5px solid #c4c4c4;
  }
}
@media (min-width: 701px) {
  #core .sectionInner.newsSection {
    display: grid;
    grid-template-columns: 1fr 209px;
    grid-template-rows: 75px repeat(3, auto) 75px;
  }
  #core .sectionInner.newsSection > header {
    padding: 0;
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
  #core .sectionInner.newsSection > footer {
    padding: 0;
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  #core .sectionInner.newsSection > footer .rssLink {
    order: 2;
  }
  #core .sectionInner.newsSection .sectionBody {
    grid-column: 1 / span 2;
    grid-row: 4 / span 1;
  }
  #core .sectionInner.newsSection .sectionTextModule {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
  }
  #core .sectionInner.newsSection .sectionBackground {
    position: absolute;
  }
}
#core .sectionInner.newsSection .sectionBody {
  justify-content: center;
  flex-wrap: wrap;
}
#core .sectionInner.newsSection .group {
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 45px;
  overflow: hidden;
  border-bottom: 0px;
  border-right: 1px solid var(--default-border-color);
  flex: 1;
  max-width: 639px;
}
#core .sectionInner.newsSection .group .info {
  display: contents;
}
#core .sectionInner.newsSection .group .date {
  order: 2;
}
#core .sectionInner.newsSection .group .thumb {
  order: -1;
}
#core .sectionInner.newsSection .group .author {
  order: 3;
}
#core .sectionInner.newsSection .group .name {
  order: 4;
  margin-bottom: 10px;
}
#core .sectionInner.newsSection .group .summary {
  order: 5;
  margin: 0px;
}
#core .sectionInner.newsSection .group .date {
  margin-bottom: 10px;
  font-size: 16px;
}
#core .sectionInner.newsSection .group .author {
  text-transform: unset;
  letter-spacing: unset;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 10px;
}
#core .sectionInner.newsSection .group .author:after {
  order: -1;
  position: absolute;
  left: 0;
  top: 0;
}
#core .sectionInner.newsSection .group .thumb {
  margin: 0 0 22px 0;
  width: 100%;
  max-width: 100%;
}
#core .sectionInner.newsSection .group .thumb img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 701px) {
  #core .sectionInner.newsSection .group:before {
    content: "";
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: var(--hover-feature-background);
    opacity: 0;
    transition: all 0.3s;
  }
  #core .sectionInner.newsSection .group:hover:before {
    opacity: 1;
  }
}
#core .sectionInner.newsSection li:only-child {
  border-right: 0px;
}
@media (min-width: 701px) {
  #core .sectionInner.newsSection li:first-child:nth-last-child(n + 4),
  #core .sectionInner.newsSection li:first-child:nth-last-child(n + 4) ~ li {
    max-width: calc(100% / 4);
    min-width: calc(100% / 4);
  }
}
#core .sectionInner.eventsSection[class*="Floral"] .sectionBackground:before {
  display: none;
}
@media (min-width: 701px) {
  #core .sectionInner.eventsSection {
    display: grid;
    grid-template-columns: 1fr 233px;
    grid-template-rows: 75px repeat(3, auto) 75px;
  }
  #core .sectionInner.eventsSection > header {
    padding: 0;
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
  #core .sectionInner.eventsSection > header .sectionName {
    margin-bottom: 0px;
  }
  #core .sectionInner.eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden)[class*="Floral"] > header {
    display: flex;
    align-items: center;
  }
  #core .sectionInner.eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden)[class*="Floral"] > header:after {
    content: "";
    display: inline-block;
    flex: 1;
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--default-border-color);
    margin-inline: 50px;
  }
  #core .sectionInner.eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden)[class*="Floral"] .sectionName {
    max-width: 760px;
    position: relative;
  }
  #core .sectionInner.eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden)[class*="Floral"] .sectionName:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -253px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #core .sectionInner.eventsSection > footer {
    padding: 0;
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #core .sectionInner.eventsSection > footer .calendarExportContainer {
    order: 2;
  }
  #core .sectionInner.eventsSection .sectionBody {
    grid-column: 1 / span 2;
    grid-row: 4 / span 1;
  }
  #core .sectionInner.eventsSection .sectionTextModule {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
  }
  #core .sectionInner.eventsSection .sectionBackground {
    position: absolute;
  }
}
@media (max-width: 700px) {
  #core .sectionInner.eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden)[class*="Floral"] > footer {
    position: relative;
  }
  #core .sectionInner.eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden)[class*="Floral"] > footer:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  #core .sectionInner.eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden)[class*="Floral"] > footer .moreEvents {
    --primary-button-background-color: rgba(255, 255, 255, 0.5);
  }
}
#core .sectionInner.eventsSection .sectionBody {
  justify-content: center;
  flex-wrap: wrap;
}
#core .sectionInner.eventsSection .group {
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 45px min(3%, 45px) 45px 45px;
  overflow: hidden;
  border-bottom: 0px;
  border-right: 1px solid var(--default-border-color);
  flex: 1;
  max-width: 639px;
}
#core .sectionInner.eventsSection .group .startDate {
  order: -1;
}
#core .sectionInner.eventsSection .group .thumb {
  order: 1;
}
#core .sectionInner.eventsSection .group .time {
  order: 2;
}
#core .sectionInner.eventsSection .group .name {
  order: 3;
}
#core .sectionInner.eventsSection .group .summary {
  order: 4;
}
#core .sectionInner.eventsSection .group .dayName,
#core .sectionInner.eventsSection .group .comma {
  display: none;
}
#core .sectionInner.eventsSection .group .info {
  display: contents;
}
#core .sectionInner.eventsSection .group .date {
  display: contents;
}
#core .sectionInner.eventsSection .group .month {
  font-size: 0px;
  line-height: 1;
}
#core .sectionInner.eventsSection .group .month:before {
  content: "";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
}
#core .sectionInner.eventsSection .group .month.january:before {
  content: "Jan";
}
#core .sectionInner.eventsSection .group .month.february:before {
  content: "Feb";
}
#core .sectionInner.eventsSection .group .month.march:before {
  content: "Mar";
}
#core .sectionInner.eventsSection .group .month.april:before {
  content: "Apr";
}
#core .sectionInner.eventsSection .group .month.may:before {
  content: "May";
}
#core .sectionInner.eventsSection .group .month.june:before {
  content: "Jun";
}
#core .sectionInner.eventsSection .group .month.july:before {
  content: "Jul";
}
#core .sectionInner.eventsSection .group .month.august:before {
  content: "Aug";
}
#core .sectionInner.eventsSection .group .month.september:before {
  content: "Sep";
}
#core .sectionInner.eventsSection .group .month.october:before {
  content: "Oct";
}
#core .sectionInner.eventsSection .group .month.november:before {
  content: "Nov";
}
#core .sectionInner.eventsSection .group .month.december:before {
  content: "Dec";
}
#core .sectionInner.eventsSection .group .day {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
}
#core .sectionInner.eventsSection .group .month {
  letter-spacing: 0px;
}
#core .sectionInner.eventsSection .group .startDate,
#core .sectionInner.eventsSection .group .endDate {
  height: 89px;
  background: #ede9dd;
  color: #393c3e;
  letter-spacing: unset;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
}
#core .sectionInner.eventsSection .group .startDate .month,
#core .sectionInner.eventsSection .group .endDate .month {
  width: 100%;
}
#core .sectionInner.eventsSection .group .startDate .month:before,
#core .sectionInner.eventsSection .group .endDate .month:before {
  display: block;
  width: 100%;
}
#core .sectionInner.eventsSection .group .startDate .day,
#core .sectionInner.eventsSection .group .endDate .day {
  width: 100%;
}
#core .sectionInner.eventsSection .group .startDate {
  width: 99px;
  position: relative;
}
#core .sectionInner.eventsSection .group.hasEndDate .month:before {
  font-size: 14px;
}
#core .sectionInner.eventsSection .group.hasEndDate .day {
  font-size: 23px;
}
#core .sectionInner.eventsSection .group.hasEndDate .startDate {
  width: 49.5px;
}
#core .sectionInner.eventsSection .group.hasEndDate .startDate:before {
  content: "";
  width: 99px;
  height: 89px;
  background: #ede9dd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#core .sectionInner.eventsSection .group.hasEndDate .endDate {
  position: absolute;
  top: 45px;
  left: 94.5px;
  width: 49.5px;
  z-index: 2;
}
@media (max-width: 428px) {
  #core .sectionInner.eventsSection .group.hasEndDate .endDate {
    top: 20px;
    left: 59.5px;
  }
}
#core .sectionInner.eventsSection .group.hasEndDate .endDate .dash {
  display: none;
}
#core .sectionInner.eventsSection .group.hasEndDate .endDate .day {
  position: relative;
}
#core .sectionInner.eventsSection .group.hasEndDate .endDate .day:before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-54%);
  left: -4px;
  letter-spacing: 0px;
}
#core .sectionInner.eventsSection .group.hasThumb .startDate {
  position: absolute;
  top: 45px;
  left: 45px;
  z-index: 2;
}
@media (max-width: 428px) {
  #core .sectionInner.eventsSection .group.hasThumb .startDate {
    top: 20px;
    left: 10px;
  }
}
#core .sectionInner.eventsSection .group.hasThumb .thumb {
  margin: 22px 0 22px 24.5px;
  width: calc(100% - 45px);
  max-width: 555px;
}
#core .sectionInner.eventsSection .group.hasThumb .thumb img {
  object-fit: cover;
  width: 100%;
  max-width: 555px;
}
#core .sectionInner.eventsSection .group:not(.hasThumb) .startDate {
  margin-bottom: 11px;
}
#core .sectionInner.eventsSection .group .time {
  text-transform: lowercase;
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
@media (min-width: 701px) {
  #core .sectionInner.eventsSection .group:before {
    content: "";
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: var(--hover-feature-background);
    opacity: 0;
    transition: all 0.3s;
  }
  #core .sectionInner.eventsSection .group:hover:before {
    opacity: 1;
  }
}
#core .sectionInner.eventsSection li:only-child {
  border-right: 0px;
}
@media (min-width: 701px) {
  #core .sectionInner.eventsSection li:first-child:nth-last-child(n + 4),
  #core .sectionInner.eventsSection li:first-child:nth-last-child(n + 4) ~ li {
    max-width: calc(100% / 4);
    min-width: calc(100% / 4);
  }
  #core .sectionInner.eventsSection li:first-child:nth-last-child(n + 4) .thumb,
  #core .sectionInner.eventsSection li:first-child:nth-last-child(n + 4) ~ li .thumb {
    width: calc(100% - 11%);
  }
}
@media (min-width: 701px) {
  .sectionInner.buttonsSection .sectionBody .buttonRow {
    justify-content: center;
    gap: 50px;
  }
}
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorPrimary .htmlButton1:not(:hover) {
  border-color: #fff !important;
  color: #fff !important;
}
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorPrimary .htmlButton2:not(:hover) {
  border-color: #fff !important;
  color: #071D49 !important;
  background-color: #fff !important;
}
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorPrimary .htmlButton1:hover,
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorPrimary .htmlButton2:hover {
  background-color: #152733 !important;
  border-color: #152733 !important;
  color: #fff !important;
}
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorDark .htmlButton1:not(:hover) {
  border-color: #fff !important;
  color: #fff !important;
}
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorDark .htmlButton2:not(:hover) {
  border-color: #fff !important;
  color: #071D49 !important;
  background-color: #fff !important;
}
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorDark .htmlButton1:hover,
.sectionRegion .headlineSection.sectionInner.hasOverlay .sectionBody.overlayColorDark .htmlButton2:hover {
  background-color: #071D49 !important;
  border-color: #071D49 !important;
  color: #fff !important;
}
.headlineSection.textOnly.sectionInner[class*="Floral"],
.headlineSection.textOnly.sectionInner[class*="Saint"] {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .moveButton,
.headlineSection.textOnly.sectionInner[class*="Saint"] .moveButton,
.headlineSection.textOnly.sectionInner[class*="Floral"] .moveHandleSection,
.headlineSection.textOnly.sectionInner[class*="Saint"] .moveHandleSection {
  right: 25px;
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .addSectionButton,
.headlineSection.textOnly.sectionInner[class*="Saint"] .addSectionButton {
  left: 50px;
}
.headlineSection.textOnly.sectionInner[class*="Floral"] > .editBar,
.headlineSection.textOnly.sectionInner[class*="Saint"] > .editBar {
  right: 50px;
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .sidePanel,
.headlineSection.textOnly.sectionInner[class*="Saint"] .sidePanel {
  left: calc(100% + -193px);
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .title,
.headlineSection.textOnly.sectionInner[class*="Saint"] .title,
.headlineSection.textOnly.sectionInner[class*="Floral"] .caption,
.headlineSection.textOnly.sectionInner[class*="Saint"] .caption,
.headlineSection.textOnly.sectionInner[class*="Floral"] .callToActionButtons,
.headlineSection.textOnly.sectionInner[class*="Saint"] .callToActionButtons {
  z-index: 3;
}
@media (min-width: 701px) {
  .headlineSection.textOnly.sectionInner[class*="Floral"],
  .headlineSection.textOnly.sectionInner[class*="Saint"] {
    min-width: 1230px;
  }
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody,
.headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody {
  position: relative;
  padding: 0px;
  display: grid;
  width: 100%;
  grid-template-rows: 100px auto 100px;
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody:before,
.headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  grid-area: watermark;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder,
.headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder {
  grid-area: content;
  box-sizing: border-box;
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder:before,
.headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: calc(100% + 100px);
  border: 1px solid var(--default-border-color);
}
.headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder:after,
.headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder:after {
  content: "";
  position: absolute;
  top: -50px;
  width: 0;
  height: calc(100% + 100px);
  border-left: 1px solid var(--default-border-color);
  transform: unset !important;
}
@media (min-width: 701px) {
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft),
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft) {
    width: 1230px;
    grid-template-columns: 1230px;
    grid-template-rows: 100px auto 10px 180px 10px;
    grid-template-areas: "." "content" "." "watermark" "." ".";
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft):before,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft):before {
    background-position: bottom center;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft) .headlineContentHolder:before,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft) .headlineContentHolder:before {
    top: 50px;
    height: calc(100% - 100px);
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft) .headlineContentHolder:after,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft) .headlineContentHolder:after {
    top: 50px;
    height: calc(100% - 100px);
    width: 1230px;
    left: 50%;
    transform: translateX(-50%) !important;
    border-right: 1px solid var(--default-border-color);
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft) .headlineContentHolder,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody:not(.horizontalAlignmentRight):not(.horizontalAlignmentLeft) .headlineContentHolder {
    position: static;
    padding-inline: 25px;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentRight,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentRight {
    grid-template-columns: 1fr 55% 214px;
    grid-template-areas: "watermark . ." "watermark content ." "watermark . .";
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentRight .headlineContentHolder:before,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentRight .headlineContentHolder:before {
    right: -164px;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentRight .headlineContentHolder:after,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentRight .headlineContentHolder:after {
    left: 0px;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentRight .headlineContentHolder,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentRight .headlineContentHolder {
    padding-left: 50px;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentLeft,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentLeft {
    grid-template-columns: 214px 55% 1fr;
    grid-template-areas: ". . watermark" ". content watermark" ". .watermark";
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentLeft:before,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentLeft:before {
    transform: scaleX(-1);
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentLeft .headlineContentHolder:before,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentLeft .headlineContentHolder:before {
    left: -164px;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after {
    right: 0px;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody.horizontalAlignmentLeft .headlineContentHolder,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody.horizontalAlignmentLeft .headlineContentHolder {
    padding-right: 50px;
  }
}
@media (max-width: 700px) {
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody {
    grid-template-columns: 1fr;
    grid-template-rows: 100px auto 10px 180px 10px;
    grid-template-areas: "." "content" "." "watermark" "." ".";
    justify-items: center;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder:before,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder:before {
    top: 50px;
    height: calc(100% - 100px);
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder:after,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder:after {
    top: 50px;
    height: calc(100% - 100px);
    width: 1230px;
    left: 50%;
    transform: translateX(-50%) !important;
    border-right: 1px solid var(--default-border-color);
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder {
    position: static;
    padding-inline: 25px;
  }
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder:after,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder:after {
    width: calc(100% - 100px);
  }
}
@media (max-width: 700px) and (max-width: 700px) and (min-width: 429px) {
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder {
    width: 600px;
  }
}
@media (max-width: 700px) and (max-width: 428px) {
  .headlineSection.textOnly.sectionInner[class*="Floral"] .sectionBody .headlineContentHolder,
  .headlineSection.textOnly.sectionInner[class*="Saint"] .sectionBody .headlineContentHolder {
    width: 325px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"] .title,
.headlineSection.half.sectionInner[class*="Saint"] .title,
.headlineSection.half.sectionInner[class*="Floral"] .caption,
.headlineSection.half.sectionInner[class*="Saint"] .caption,
.headlineSection.half.sectionInner[class*="Floral"] .callToActionButtons,
.headlineSection.half.sectionInner[class*="Saint"] .callToActionButtons {
  z-index: 3;
}
.headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder,
.headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder {
  position: static;
  padding: 100px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder {
    position: relative;
    padding: 25px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder:before,
.headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder:before {
  content: "";
  position: absolute;
  right: calc(50% - (50vw - 50px));
  width: calc(50vw - 100px);
  height: calc(100% - 100px);
  top: 50px;
  border: 1px solid var(--default-border-color);
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder:before,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder:before {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    inset: 0;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder:after {
  content: "";
  position: absolute;
  width: calc(50vw - 100px);
  height: 180px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto 180px;
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder:after,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: calc(100% - 0px);
    height: 120px;
    background-size: auto 120px;
  }
}
@media (min-width: 701px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder {
    padding-right: 200px;
  }
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:before,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:before,
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:after,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:after {
    right: calc(50% - (50vw - 50px));
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder {
    padding-right: 125px;
  }
}
@media (max-width: 428px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder {
    padding-right: 25px;
    padding-bottom: 120px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:after {
  background-position: bottom left;
  transform: scaleX(-1);
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:after,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.imageAlignmentRight) .headlineContentHolder:after {
    transform: translateX(-50%) scaleX(-1);
  }
}
@media (min-width: 701px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder {
    padding-left: 200px;
  }
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder:before,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder:before,
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder:after,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder:after {
    left: calc(50% - (50vw - 50px));
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder {
    padding-left: 125px;
  }
}
@media (max-width: 428px) {
  .headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder {
    padding-left: 25px;
    padding-bottom: 120px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].edgeToEdge .sectionBody.imageAlignmentRight .headlineContentHolder:after {
  background-position: bottom left;
}
@media (min-width: 701px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.imageAlignmentRight) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.imageAlignmentRight) .headlineContentHolder {
    margin-left: 50px;
  }
  .headlineSection.half.sectionInner[class*="Floral"].inset .imageAlignmentRight .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .imageAlignmentRight .headlineContentHolder {
    margin-right: 50px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].inset .headlineContentHolder,
.headlineSection.half.sectionInner[class*="Saint"].inset .headlineContentHolder {
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .headlineContentHolder {
    padding: 25px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].inset .headlineContentHolder:before,
.headlineSection.half.sectionInner[class*="Saint"].inset .headlineContentHolder:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 1px solid var(--default-border-color);
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .headlineContentHolder:before,
  .headlineSection.half.sectionInner[class*="Saint"].inset .headlineContentHolder:before {
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
}
.headlineSection.half.sectionInner[class*="Floral"].inset .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].inset .headlineContentHolder:after {
  content: "";
  position: absolute;
  left: -12.5px;
  bottom: -12.5px;
  width: calc(100% + 25px);
  height: 125px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .headlineContentHolder:after,
  .headlineSection.half.sectionInner[class*="Saint"].inset .headlineContentHolder:after {
    height: 100px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentCenter) .headlineContentHolder,
.headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentCenter) .headlineContentHolder,
.headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder,
.headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder {
  padding-bottom: 125px;
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentCenter) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentCenter) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder {
    padding-bottom: 115px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentCenter) .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentCenter) .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder:after {
  background-position: bottom center;
}
@media (min-width: 701px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder {
    padding-left: 100px;
  }
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder {
    padding-bottom: 115px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				) .headlineContentHolder:after {
  background-position: bottom left;
}
@media (min-width: 701px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentCenter
				) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentCenter
				) .headlineContentHolder {
    padding-right: 100px;
  }
}
@media (max-width: 700px) {
  .headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentCenter
				) .headlineContentHolder,
  .headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentCenter
				) .headlineContentHolder {
    padding-bottom: 115px;
  }
}
.headlineSection.half.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentCenter
				) .headlineContentHolder:after,
.headlineSection.half.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentRight):not(
					.horizontalAlignmentCenter
				) .headlineContentHolder:after {
  background-position: bottom left;
  transform: scaleX(-1);
}
.headlineSection.twoThirds.sectionInner[class*="Floral"] .title,
.headlineSection.twoThirds.sectionInner[class*="Saint"] .title,
.headlineSection.twoThirds.sectionInner[class*="Floral"] .caption,
.headlineSection.twoThirds.sectionInner[class*="Saint"] .caption,
.headlineSection.twoThirds.sectionInner[class*="Floral"] .callToActionButtons,
.headlineSection.twoThirds.sectionInner[class*="Saint"] .callToActionButtons {
  z-index: 3;
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder {
  padding: 100px;
}
@media (max-width: 700px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder {
    padding: 35px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder:before,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 1px solid var(--default-border-color);
  z-index: 1;
}
@media (max-width: 700px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder:before,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder:before {
    top: 17.5px;
    left: 17.5px;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody .headlineContentHolder:after {
  content: "";
  position: absolute;
  left: 12.5px;
  top: 12.5px;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  z-index: 2;
  background-repeat: no-repeat;
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder {
  padding-top: 165px;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder {
    padding-top: 115px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder:after {
  top: 10px;
  height: 150px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder:after,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentCenter):not(
					.horizontalAlignmentLeft
				):not(.horizontalAlignmentRight) .headlineContentHolder:after,
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder:after,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody:not(.horizontalAlignmentLeft):not(
					.horizontalAlignmentRight
				) .headlineContentHolder:after {
    height: 100px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after {
  background-size: 160px auto;
  background-position: top left;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder:after,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder:after,
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after {
    background-size: auto 100px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder {
  padding-left: 160px;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentRight .headlineContentHolder {
    padding-top: 120px;
    padding-left: 35px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder {
  padding-right: 160px;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder {
    padding-top: 120px;
    padding-right: 35px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].edgeToEdge .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after {
  transform: scaleX(-1);
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody .headlineContentHolder {
  padding: 100px;
}
@media (max-width: 700px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody .headlineContentHolder {
    padding: 35px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody .headlineContentHolder:before,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody .headlineContentHolder:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 1px solid var(--default-border-color);
  z-index: 1;
}
@media (max-width: 700px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody .headlineContentHolder:before,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody .headlineContentHolder:before {
    top: 17.5px;
    left: 17.5px;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody .headlineContentHolder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto 110px;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody .headlineContentHolder:after,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody .headlineContentHolder:after {
    background-size: auto 100px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentCenter):not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentCenter):not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder {
  padding-top: 125px;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentCenter):not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentCenter):not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder {
    padding-top: 115px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentCenter):not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentCenter):not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody:not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody:not(.horizontalAlignmentLeft):not(.horizontalAlignmentRight) .headlineContentHolder:after {
  background-position: top 10px center;
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody.horizontalAlignmentRight .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody.horizontalAlignmentRight .headlineContentHolder:after {
  background-position: top 10px left 10px;
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody.horizontalAlignmentRight .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody.horizontalAlignmentRight .headlineContentHolder {
    padding-top: 115px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody.horizontalAlignmentLeft .headlineContentHolder:after {
  background-position: top 10px left 10px;
  transform: scaleX(-1);
}
@media (max-width: 428px) {
  .headlineSection.twoThirds.sectionInner[class*="Floral"].inset .sectionBody.horizontalAlignmentLeft .headlineContentHolder,
  .headlineSection.twoThirds.sectionInner[class*="Saint"].inset .sectionBody.horizontalAlignmentLeft .headlineContentHolder {
    padding-top: 115px;
  }
}
.headlineSection.twoThirds.sectionInner[class*="Floral"].hasOverlay .sectionBody.overlayColorPrimary .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].hasOverlay .sectionBody.overlayColorPrimary .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Floral"].hasOverlay .sectionBody.overlayColorDark .headlineContentHolder:after,
.headlineSection.twoThirds.sectionInner[class*="Saint"].hasOverlay .sectionBody.overlayColorDark .headlineContentHolder:after {
  filter: brightness(10);
}
.tabsSection:not(.sectionTitleHidden.sectionSubtitleHidden) > header {
  display: flex;
  align-items: center;
}
.tabsSection:not(.sectionTitleHidden.sectionSubtitleHidden) > header:after {
  content: "";
  display: inline-block;
  flex: 1;
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--default-border-color);
  margin: 0 0 30px 50px;
}
.tabsSection .collapsibleIcon {
  color: inherit;
}
.tabsSection .collapsibleIcon svg {
  display: none !important;
}
.tabsSection .collapsibleIcon:before,
.tabsSection .collapsibleIcon:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 0px;
  top: 50%;
  right: 50px;
  transition: transform 0.2s;
  border-bottom: 1px solid var(--collapsible-color);
}
@media (max-width: 700px) {
  .tabsSection .collapsibleIcon:before,
  .tabsSection .collapsibleIcon:after {
    right: 25px;
  }
}
.tabsSection .collapsibleIcon:after {
  transform: rotate(90deg);
}
.tabsSection .tab[class*="accordion"][class*="active"] .collapsibleIcon:after {
  transform: rotate(0deg);
}
.tabsSection .tab:hover .collapsibleIcon:before,
.tabsSection .tab:hover .collapsibleIcon:after {
  border-bottom: 1px solid var(--accordion-font-color-hover);
}
.tabsSection .tab.ui-accordion-header-active .collapsibleIcon:before,
.tabsSection .tab.ui-accordion-header-active .collapsibleIcon:after {
  border-bottom: 1px solid var(--accordion-font-color-active);
}
@media (min-width: 701px) {
  .tabsSection.accordionView .tab {
    padding-right: 92.5px;
  }
}
.tabsView.horizontalTabs .tabArea .tab {
  border-left-width: 0px;
}
.tabsView.verticalTabs .tabArea .tab {
  border-top-width: 0px;
}
.tabsSection .tabContent {
  border-color: var(--tab-border-color);
}
.tabsSection .tabContent .htmlButton2 {
  color: var(--secondary-button-color) !important;
}
.tabsSection .tabContent .htmlButton2:hover {
  color: var(--secondary-button-color-hover) !important;
}
.tabsSection .tabArea {
  background-color: var(--tab-background-color);
  border-color: var(--tab-border-color);
}
.tabsSection .tabArea .tab {
  border-color: var(--tab-border-color);
  background-color: var(--tab-background-color);
}
.tabsSection .tabArea .tab a {
  color: var(--tab-font-color);
}
.tabsSection .tabArea .tab:hover {
  background-color: var(--tab-background-color-hover);
}
.tabsSection .tabArea .tab:hover a {
  color: var(--tab-font-color-hover);
}
.tabsSection .tabArea .tab.ui-tabs-active {
  background-color: var(--tab-background-color-hover);
}
.tabsSection .tabArea .tab.ui-tabs-active a {
  color: var(--tab-font-color-active);
}
.tabsSection.tabsView .tabContent {
  background-color: var(--tab-background-color);
}
@media (max-width: 700px) {
  .tabsSection .tab {
    background-color: var(--accordion-background-color);
  }
  .tabsSection .tab a {
    color: var(--accordion-font-color);
  }
  .tabsSection .tab:hover {
    background-color: var(--accordion-background-color-hover);
  }
  .tabsSection .tab:hover a {
    color: var(--accordion-font-color-hover);
  }
  .tabsSection .tab.ui-accordion-header-active {
    background-color: var(--accordion-background-color-active);
  }
  .tabsSection .tab.ui-accordion-header-active a {
    color: var(--accordion-font-color-active);
  }
  .tabsSection .ui-accordion-content {
    background-color: var(--accordion-background-color-active);
  }
  .tabsSection .ui-accordion-content .htmlButton1 {
    color: var(--primary-button-color) !important;
  }
  .tabsSection .ui-accordion-content .htmlButton1:hover {
    color: var(--primary-button-color-hover) !important;
  }
  .tabsSection .ui-accordion-content .htmlButton2 {
    color: var(--secondary-button-color) !important;
  }
  .tabsSection .ui-accordion-content .htmlButton2:hover {
    color: var(--secondary-button-color-hover) !important;
  }
}
.tabsSection.accordionView .tab {
  background-color: var(--accordion-background-color);
}
.tabsSection.accordionView .tab a {
  color: var(--accordion-font-color);
}
.tabsSection.accordionView .tab:hover {
  background-color: var(--accordion-background-color-hover);
}
.tabsSection.accordionView .tab:hover a {
  color: var(--accordion-font-color-hover);
}
.tabsSection.accordionView .tab.ui-accordion-header-active {
  background-color: var(--accordion-background-color-active);
}
.tabsSection.accordionView .tab.ui-accordion-header-active a {
  color: var(--accordion-font-color-active);
}
.tabsSection.accordionView .tabContentHolder {
  background-color: var(--accordion-background-color-active);
}
.sectionInner.halfSection .sectionBody {
  position: relative;
  align-items: center;
  padding-block: 50px;
}
.sectionInner.halfSection .sectionBody:before {
  content: "";
  width: 77%;
  height: 100%;
  border: 1px solid var(--default-border-color);
  position: absolute;
  top: 0;
}
@media (max-width: 700px) {
  .sectionInner.halfSection .sectionBody:before {
    width: 650px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 428px) {
  .sectionInner.halfSection .sectionBody:before {
    width: 375px;
  }
}
@media (max-width: 700px) {
  .sectionInner.halfSection .sectionBody {
    padding-bottom: 75px;
    padding-inline: 20px;
  }
}
.sectionInner.halfSection .sectionBody:after {
  position: absolute;
}
@media (min-width: 701px) {
  .sectionInner.halfSection .sectionBody .modulePosition:first-child .moduleInner:not(.buttonModule):not(.imageModule):not(.mediaFormatting) {
    padding-left: 50px;
  }
  .sectionInner.halfSection .sectionBody .modulePosition:last-child .moduleInner:not(.buttonModule):not(.imageModule):not(.mediaFormatting) {
    padding-right: 50px;
  }
}
@media (min-width: 701px) {
  .sectionInner.halfSection.half .sectionBody:before {
    width: 77%;
  }
  .sectionInner.halfSection.third .sectionBody:before {
    width: 68%;
  }
  .sectionInner.halfSection:not(.reverse) .sectionBody:before {
    right: 0;
  }
  .sectionInner.halfSection:not(.reverse) .sectionBody:after {
    right: -150px;
    transform: rotate(180deg);
  }
  .sectionInner.halfSection.reverse .sectionBody:before {
    left: 0;
  }
  .sectionInner.halfSection.reverse .sectionBody:after {
    left: -150px;
  }
}
.sectionInner.halfSection[class*="Floral"] .sectionBackground:before,
.sectionInner.halfSection[class*="Saint"] .sectionBackground:before {
  display: none;
}
@media (min-width: 701px) {
  .sectionInner.halfSection[class*="Floral"] .sectionBody,
  .sectionInner.halfSection[class*="Saint"] .sectionBody {
    margin-block: 60px;
    padding-block: 60px;
  }
  .sectionInner.halfSection[class*="Floral"] .modulePosition:not(.titlePosition) .moduleInner:not(.buttonModule):not(.imageModule):not(.mediaFormatting),
  .sectionInner.halfSection[class*="Saint"] .modulePosition:not(.titlePosition) .moduleInner:not(.buttonModule):not(.imageModule):not(.mediaFormatting) {
    padding-block: 50px;
  }
}
@media (min-width: 701px) {
  .sectionInner.halfSection .buttonModuleButton {
    background: #fff;
  }
  .sectionInner.halfSection[class*="light"] .buttonModuleButton {
    background: #f8f8f6;
  }
  .sectionInner.halfSection[class*="primary"] .buttonModuleButton {
    background: #071D49;
  }
}
.pageTypeInterior #background:is(.hasPageTitle, .hasPageImage) #core #interiorHeader {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: min(5vh, 40px) 0px;
  max-width: 100%;
}
#interiorHeader:after {
  display: none;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background-color: #071D49;
  z-index: -1;
}
@media (min-width: 701px) {
  #background.noPageImage.hasPageTitle #interiorHeader::after {
    display: block;
  }
  #background.hasPageImage.hasPageTitle #interiorHeader::after {
    display: block;
    background-color: rgba(0, 20, 33, 0.25);
  }
  #background.hasPageImage #interiorHeader {
    height: 330px;
  }
  #background.hasPageImage:not(.hasPageTitle) #interiorHeader::after {
    background-color: transparent;
  }
}
@media (max-width: 700px) {
  #background.noPageImage.hasPageTitle #interiorHeader::after,
  #background.hasPageImage.hasPageTitle #interiorHeader::after {
    display: block;
  }
  .pageTypeInterior #background.hasPageImage:not(.hasPageTitle) #core #interiorHeader {
    padding: 0;
  }
  .pageTypeInterior #background.hasPageImage:not(.hasPageTitle) #core #interiorHeader:after {
    display: none;
  }
}
#pageTitle {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: clamp(2.188rem, calc(1.506rem + 3.41vw), 4.063rem);
  min-width: 50px;
}
@media (max-width: 700px) and (min-width: 429px) {
  #pageTitle {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  #pageTitle {
    font-size: 24px;
  }
}
#background:is(.hasPageImage, .hasPageTitle) #pageTitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pageTypeInterior #core.empty.duo #addthisWrapper,
.pageTypeInterior #core.aggregate #addthisWrapper,
.pageTypeInterior #core.interior #addthisWrapper {
  position: absolute;
  right: 0px;
  z-index: 2;
}
@media (min-width: 701px) {
  .pageTypeInterior #core.empty.duo #addthisWrapper,
  .pageTypeInterior #core.aggregate #addthisWrapper,
  .pageTypeInterior #core.interior #addthisWrapper {
    bottom: -50px;
  }
}
@media (max-width: 700px) {
  .pageTypeInterior #core.empty.duo #addthisWrapper,
  .pageTypeInterior #core.aggregate #addthisWrapper,
  .pageTypeInterior #core.interior #addthisWrapper {
    bottom: -58px;
  }
}
.pageTypeInterior #core.empty.section #addthisWrapper {
  display: none;
}
.pageTypeInterior #core.aggregate #content1,
.pageTypeInterior #background:not(.noAddThis) #core.duo #content1 {
  padding-top: 60px;
}
.pageTypeInterior #core.aggregate.calendarPage #content1,
.pageTypeInterior #core.aggregate.events #content1,
.pageTypeInterior #core.aggregate.bulletins #content1 {
  padding-top: 90px;
}
.pageTypeInterior #content1 li:first-child .moduleInner.customModule .moduleName {
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 700px) {
  .pageTypeInterior #core.duo #content1 {
    order: -1;
  }
}
.pageTypeInterior #core #content2 {
  margin-bottom: 0px;
}
@media (min-width: 701px) {
  .pageTypeInterior #core #content2 {
    padding-top: 107px;
  }
  .pageTypeInterior #core #content2:before,
  .pageTypeInterior #core.duo:not(.interior):is(.photoalbums, .news, .events) #content1.infinite-container:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    right: -100px;
    height: 100%;
    width: 100vw;
    background-color: #faf7f2;
    z-index: -1;
  }
  .pageTypeInterior #core:not(.photoalbums):not(.news):not(.events) #content2 {
    padding-bottom: 400px;
  }
  .pageTypeInterior #core #content2:after,
  .pageTypeInterior #core.duo:not(.interior):is(.photoalbums, .news, .events) #content1.infinite-container:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 800px;
    width: 800px;
    background-repeat: no-repeat;
    background-position: bottom -115px right 125px;
    z-index: -1;
    opacity: 0.1;
  }
  .pageTypeInterior #core.duo:not(.interior):is(.photoalbums, .news, .events) #content1.infinite-container:before {
    right: calc(100% + 96px);
    height: calc(100% + 25px);
  }
  .pageTypeInterior #core.duo:not(.interior):is(.photoalbums, .news, .events) #content1.infinite-container:after {
    bottom: -25px;
    right: calc(100% + 96px);
  }
  #content2 {
    --default-border-color: #999999;
    --hover-feature-background: #071D49;
    --blockquote-background-color: #fff;
  }
  #content2 li:not([class*="sideNav"]) .moduleInner .moduleName {
    padding-block: 10px;
    gap: 10px;
  }
  #content2 li:not([class*="sideNav"]) .moduleInner .moduleTitle {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  #content2 li:not([class*="sideNav"]) .moduleInner.calendarModule.listView header,
  #content2 li:not([class*="sideNav"]) .moduleInner.newsModule header,
  #content2 li:not([class*="sideNav"]) .moduleInner.rssModule header {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    padding-inline: 20px;
  }
  #content2 li:not([class*="sideNav"]) .moduleInner .rss.moduleBody .aggregate {
    padding-top: 0;
  }
}
#sideNav .navCollapsible > .navName,
[class*="SideNav"] .navCollapsible > .navName {
  display: flex;
  align-items: center;
}
#sideNav .navCollapsible > .navName span,
[class*="SideNav"] .navCollapsible > .navName span {
  order: 0;
}
#sideNav .navCollapsible > .navName::before,
[class*="SideNav"] .navCollapsible > .navName::before {
  margin-left: 10px;
  position: unset;
  border: 0px solid transparent;
  content: "\-";
  font-size: 14px;
  width: unset;
  height: unset;
  order: 1;
}
#sideNav .navCollapsible.navCollapsed > .navName::before,
[class*="SideNav"] .navCollapsible.navCollapsed > .navName::before {
  margin-left: 10px;
  content: "+";
}
#sideNav,
[class*="SideNav"] {
  border: 1px solid #999999;
}
#sideNav #topLink,
[class*="SideNav"] #topLink {
  font-size: 16px;
  font-weight: 500;
  color: #071D49;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Lora", serif;
  padding-inline: 14px;
  padding-top: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #999999;
  margin-bottom: -1px;
}
#sideNav #topLink:hover,
[class*="SideNav"] #topLink:hover {
  color: #071D49;
}
#sideNav li .navCollapsible > .navName:hover,
[class*="SideNav"] li .navCollapsible > .navName:hover {
  color: #071D49;
}
#sideNav .navCollapsible ul li:not(.sideNavCurrent) a.navName,
[class*="SideNav"] .navCollapsible ul li:not(.sideNavCurrent) a.navName {
  color: #071D49;
}
#sideNav .navCollapsible ul li:not(.sideNavCurrent) a.navName:hover,
[class*="SideNav"] .navCollapsible ul li:not(.sideNavCurrent) a.navName:hover {
  color: #393c3e;
}
#sideNav footer,
[class*="SideNav"] footer {
  border-bottom: 0px;
}
#sideNav ul.aggregateMonths > li.aggregateLabel:not(.navCollapsible) > .navName,
[class*="SideNav"] ul.aggregateMonths > li.aggregateLabel:not(.navCollapsible) > .navName,
#sideNav ul.aggregatePages > li.aggregateLabel:not(.navCollapsible) > .navName,
[class*="SideNav"] ul.aggregatePages > li.aggregateLabel:not(.navCollapsible) > .navName {
  color: #071D49;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px solid #c4c4c4;
  margin-top: -1px;
  padding-block: 12px;
}
#sideNav .aggregatePage .navName,
[class*="SideNav"] .aggregatePage .navName {
  padding-left: 25px;
}
.aggregateSideNav .aggregateMonths,
.aggregateSideNav .aggregatePages {
  margin-top: unset;
}
@media (max-width: 700px) {
  #core.duo #content2 {
    order: 1;
  }
  #core.duo #content1 {
    order: 2;
  }
}
.pageTypeInterior #background #core.aggregate.search #interiorHeader {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.pageTypeInterior #background #core.aggregate.search .searchBox {
  width: 250px;
}
.pageTypeInterior #background #core.aggregate.search #searchSubmit {
  padding: 10px;
  box-sizing: border-box;
  height: 35px;
  width: 35px;
}
#core.aggregate.events #pageTitle #fieldGroup-calendarPageSelection #calendarPageSelection,
#core.aggregate.calendarPage #pageTitle #fieldGroup-calendarPageSelection #calendarPageSelection,
#core.aggregate.events #pageTitle .calendarViewToggle #calendarPageSelection,
#core.aggregate.calendarPage #pageTitle .calendarViewToggle #calendarPageSelection {
  background-color: #fff;
  border-color: #fff;
  font-size: 14px;
}
@media (min-width: 429px) {
  #core.aggregate.events #interiorHeader,
  #core.aggregate.calendarPage #interiorHeader {
    align-items: flex-start;
  }
  #core.aggregate.events #pageTitle,
  #core.aggregate.calendarPage #pageTitle {
    position: relative;
    padding-right: 235px;
    width: 100%;
  }
  #core.aggregate.events #pageTitle #fieldGroup-calendarPageSelection,
  #core.aggregate.calendarPage #pageTitle #fieldGroup-calendarPageSelection,
  #core.aggregate.events #pageTitle .calendarViewToggle,
  #core.aggregate.calendarPage #pageTitle .calendarViewToggle {
    margin: 5px 0;
  }
  #core.aggregate.events #pageTitle #calendarPageSelection,
  #core.aggregate.calendarPage #pageTitle #calendarPageSelection {
    max-width: 170px;
    font-size: 17px;
  }
  #core.aggregate.events #pageTitle .calendarViewToggle,
  #core.aggregate.calendarPage #pageTitle .calendarViewToggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    margin-top: -20px;
  }
  #core.aggregate.events #pageTitle #calendarPageSelection,
  #core.aggregate.calendarPage #pageTitle #calendarPageSelection,
  #core.aggregate.events #pageTitle .calendarExportContainer,
  #core.aggregate.calendarPage #pageTitle .calendarExportContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    margin-top: 35px;
  }
  #core.aggregate.calendarPage #pageTitle {
    padding-right: 180px;
    min-height: 93px;
  }
  #core.aggregate.events #pageTitle {
    min-height: 55px;
  }
  #core.aggregate.events #pageTitle #calendarPageSelection,
  #core.aggregate.events #pageTitle .calendarExportContainer {
    margin: 0;
  }
  #core.aggregate.events #pageTitle .calendarViewToggle {
    margin-top: 0px;
    margin-right: 40px;
  }
}
@media (max-width: 428px) {
  #core.aggregate.events #interiorHeader #pageTitle,
  #core.aggregate.calendarPage #interiorHeader #pageTitle {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }
  #core.aggregate.events #interiorHeader #pageTitle #fieldGroup-calendarPageSelection,
  #core.aggregate.calendarPage #interiorHeader #pageTitle #fieldGroup-calendarPageSelection,
  #core.aggregate.events #interiorHeader #pageTitle .calendarExportContainer,
  #core.aggregate.calendarPage #interiorHeader #pageTitle .calendarExportContainer {
    margin: 0;
  }
}
@media (max-width: 1650px) {
  #core.aggregate.events #interiorHeader #pageTitle,
  #core.aggregate.calendarPage #interiorHeader #pageTitle {
    box-sizing: border-box;
  }
}
#core.aggregate #pageTitle .calendarViewToggle {
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  display: inline-flex;
  max-width: 500px;
  min-width: 150px;
  margin: 15px;
  padding: 10px 30px;
  border-radius: 0px;
  line-height: 1.5;
  color: #393c3e;
  border: 1px solid #393c3e;
  text-decoration: none;
  font-family: "Lora", serif;
  padding: 12px 19px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  min-width: unset;
  margin: 0;
}
#core.aggregate #pageTitle .calendarViewToggle:hover {
  color: #fff;
  background-color: #152733;
  border-color: #152733;
  text-decoration: none;
}
#core.aggregate #pageTitle .calendarViewToggle:hover {
  color: #fff;
  background-color: #152733;
  border-color: #152733;
}
#core.aggregate.events #pageTitle .calendarExportContainer .exportCalendar:not(:hover) {
  color: #fff;
}
#core.aggregate.events #pageTitle .calendarExportContainer .exportCalendar:hover {
  color: rgba(255, 255, 255, 0.5);
}
#core.duo.aggregate #content1 .event.group {
  min-height: 120px;
  border: 1px solid var(--default-border-color);
}
#core.duo.aggregate #content1 .event.group:not(:first-child) {
  margin-top: -1px;
}
#core.duo.aggregate #content1 .event.group .year,
#core.duo.aggregate #content1 .event.group .comma,
#core.duo.aggregate #content1 .event.group .dayName,
#core.duo.aggregate #content1 .event.group .dash,
#core.duo.aggregate #content1 .event.group .time {
  display: none;
}
#core.duo.aggregate #content1 .event.group:not(.hasEndDate) .endDate {
  display: none;
}
#core.duo.interior.event .date {
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #071D49;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#core.aggregate.news #interiorHeader #pageTitle {
  width: auto;
  padding-right: 40px;
  position: relative;
}
#core.aggregate.news #interiorHeader #pageTitle .rssLink {
  right: 0px;
  margin-top: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #071D49;
}
#core.aggregate.news #interiorHeader #pageTitle .rssLink:hover {
  color: #fff;
  background-color: #152733;
}
#core.duo.aggregate .news.group {
  padding: 20px;
  border: 1px solid var(--default-border-color);
}
#core.duo.aggregate .news.group > * {
  margin-bottom: 10px;
}
#core.duo.aggregate .news.group .thumb {
  float: right;
  margin: 20px 0 20px 20px;
}
@media (max-width: 428px) {
  #core.duo.aggregate .news.group .thumb {
    display: none;
  }
}
#core.duo.aggregate .news.group:not(:first-child) {
  margin-top: -1px;
}
#core.duo.aggregate .news.group:first-child {
  border-bottom: 1px solid var(--default-border-color);
}
#core.duo.aggregate .news.group .date,
#core.duo.aggregate .news.group .author {
  display: block;
}
#core.duo.interior.news .date {
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #071D49;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#core.duo.interior.news .author {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: #393c3e;
}
.photoAlbum.infinite-item .photoAlbumName a.name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.photoAlbum.infinite-item .photoAlbumName a.name:hover {
  color: rgba(var(--link-color-hover), var(--alpha));
}
.interior.person .role {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 16px;
}
.interior.person .personSocialMedia a {
  width: 10px;
}
@media (max-width: 700px) {
  .sectionButtonModule {
    transform: none !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-left: auto !important;
  }
  #core .sectionInner.halfSection .modulePosition {
    min-width: 100%;
  }
  #core .sectionInner.newsSection .group,
  #core .sectionInner.eventsSection .group {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-right: 0px;
    border-bottom: 1px solid var(--default-border-color);
    margin-bottom: 0;
  }
  #core .sectionInner.newsSection > footer,
  #core .sectionInner.eventsSection > footer {
    padding-top: 30px;
  }
  #core .sectionInner footer.aggregateSectionFooter {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #core .sectionInner.gridSection .sectionButtonModule {
    max-height: 443px;
  }
}
@media (max-width: 700px) and (min-width: 429px) {
  #core .sectionInner.newsSection > footer,
  #core .sectionInner.eventsSection > footer {
    padding-top: 30px;
  }
  #core .sectionInner.rowSection.fourModule .modulePosition {
    width: 100%;
  }
}
@media (max-width: 428px) {
  #core .sectionInner.newsSection .group,
  #core .sectionInner.eventsSection .group {
    padding: 20px 10px 20px;
    max-width: 100%;
    min-width: 100%;
    border-right: 0px;
    border-bottom: 1px solid var(--default-border-color);
    margin-bottom: 30px;
  }
  #core .sectionInner.newsSection .group:before,
  #core .sectionInner.eventsSection .group:before {
    width: 100%;
    height: calc(100% - 20px);
  }
  #core .sectionInner.buttonsSection .buttonPosition {
    width: 100%;
  }
  #core .sectionInner.gridSection .buttonModule,
  #core .sectionInner.gridSection .imageModule {
    max-width: 100%;
  }
}
#footer {
  --wysiwygColor1: #000;
  --wysiwygColor2: #faf7f2;
  --wysiwygColor3: #999999;
  --wysiwygColor4: #e95b52;
  --primary-text-color: #fff;
  --formatted-text-color: #fff;
  --primary-button-color: #fff;
  --primary-button-border-color: #fff;
  --secondary-button-background-color: #071D49;
  --secondary-button-background-color-hover: #152733;
  --secondary-button-color: #fff;
  --secondary-button-color-hover: #fff;
  --secondary-button-border-color: #071D49;
  --secondary-button-border-color-hover: #152733;
}
.sectionInner:not(.primary):not([class*="light"]):not([class*="Saint"]):not(
		[class*="Floral"]
	).hasBackgroundImage .sectionBackground {
  box-shadow: inset 0 0 0 100vw rgba(255, 255, 255, 0.85);
}
.sectionInner.primary .sectionBackground {
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -100vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 1920px;
  margin-left: -960px;
  background-color: #071D49;
}
@media (min-width: 1920px) {
  .sectionInner.primary .sectionBackground {
    width: 100vw;
    margin-left: -50vw;
  }
}
.sectionInner.primary.hasBackgroundImage .sectionBackground {
  box-shadow: inset 0 0 0 100vw rgba(7, 29, 73, 0.85);
}
.sectionInner[class*="light"] .sectionBackground {
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -100vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 1920px;
  margin-left: -960px;
  background-color: #f8f8f6;
}
@media (min-width: 1920px) {
  .sectionInner[class*="light"] .sectionBackground {
    width: 100vw;
    margin-left: -50vw;
  }
}
.sectionInner[class*="light"].hasBackgroundImage .sectionBackground {
  box-shadow: inset 0 0 0 100vw rgba(248, 248, 246, 0.85);
}
.sectionInner.gradient .sectionBackground {
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -100vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 1920px;
  margin-left: -960px;
  background-color: #fff;
}
@media (min-width: 1920px) {
  .sectionInner.gradient .sectionBackground {
    width: 100vw;
    margin-left: -50vw;
  }
}
.sectionInner.gradient.hasBackgroundImage .sectionBackground {
  box-shadow: inset 0 0 0 100vw rgba(255, 255, 255, 0.8);
}
.sectionInner.gradient .sectionBackground:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 701px) {
  .sectionInner.gradient .sectionBackground:before {
    width: 100vw;
    min-width: 1755px;
  }
}
@media (max-width: 700px) {
  .sectionInner.gradient .sectionBackground:before {
    background-position: bottom 5px center;
    background-size: 200px 200px;
    opacity: 1;
  }
}
@media (max-width: 428px) {
  .sectionInner.gradient .sectionBackground:before {
    background-size: 125px 125px;
  }
}
.sectionInner.gradient .sectionBackground:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media (min-width: 701px) {
  .sectionInner.gradient .sectionBackground:after {
    background-position: bottom center;
    background-size: 100% 70%, 100% 100%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 700px) {
  .sectionInner.gradient .sectionBackground:after {
    background: #faf7f2;
  }
}
@media (max-width: 700px) {
  .sectionInner.gradient > footer {
    padding-bottom: 225px;
  }
}
@media (max-width: 428px) {
  .sectionInner.gradient > footer {
    padding-bottom: 150px;
  }
}
.sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection) .sectionBackground:before,
.sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection) .sectionBackground:before {
  content: "";
  width: 100vw;
  min-width: 1700px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  .sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection) .sectionBackground:before,
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection) .sectionBackground:before {
    background-position: bottom 5px center;
    background-size: 200px 200px;
    opacity: 1;
  }
}
@media (max-width: 428px) {
  .sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection) .sectionBackground:before,
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection) .sectionBackground:before {
    background-size: 125px 125px;
  }
}
@media (max-width: 700px) {
  .sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection) > footer,
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection) > footer {
    padding-bottom: 225px;
  }
}
@media (max-width: 428px) {
  .sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection) > footer,
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection) > footer {
    padding-bottom: 150px;
  }
}
.sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection):not([class*="light"]) .sectionBackground,
.sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection):not([class*="light"]) .sectionBackground {
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -100vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 1920px;
  margin-left: -960px;
  background-color: #fff;
}
@media (min-width: 1920px) {
  .sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection):not([class*="light"]) .sectionBackground,
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection):not([class*="light"]) .sectionBackground {
    width: 100vw;
    margin-left: -50vw;
  }
}
.sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection):not([class*="light"]).hasBackgroundImage .sectionBackground,
.sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection):not([class*="light"]).hasBackgroundImage .sectionBackground {
  box-shadow: inset 0 0 0 100vw rgba(255, 255, 255, 0.85);
}
.sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground,
.sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground {
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -100vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 1920px;
  margin-left: -960px;
  background-color: #f8f8f6;
}
@media (min-width: 1920px) {
  .sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground,
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground {
    width: 100vw;
    margin-left: -50vw;
  }
}
.sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection)[class*="light"].hasBackgroundImage .sectionBackground,
.sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection)[class*="light"].hasBackgroundImage .sectionBackground {
  box-shadow: inset 0 0 0 100vw rgba(248, 248, 246, 0.85);
}
.sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground:before,
.sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground:before {
  transform: translateX(-50%) scaleX(-1);
}
@media (max-width: 700px) {
  .sectionInner[class*="Saint"]:not(.headlineSection):not(.eventsSection).halfSection > footer,
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection).halfSection > footer {
    padding-bottom: 75px;
  }
}
@media (min-width: 701px) {
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection) .sectionBackground:before {
    transform: translateX(-50%) scaleX(-1);
  }
  .sectionInner[class*="Floral"]:not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground:before {
    transform: translateX(-50%) scaleX(1);
  }
  .sectionInner[class*="2"]:not(.foral(Floral)):not(.headlineSection):not(.eventsSection) .sectionBackground:before {
    transform: translateX(-50%) scaleX(1);
  }
  .sectionInner[class*="2"]:not(.foral(Floral)):not(.headlineSection):not(.eventsSection)[class*="light"] .sectionBackground:before {
    transform: translateX(-50%) scaleX(-1);
  }
}
.sacred-heart {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/sacred-heart.svg");
}
@media (min-width: 701px) {
  .sacred-heart {
    background-position: top -38px left -80px;
    background-size: 445px auto;
  }
}
.eucharist {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/eucharist.svg");
}
@media (min-width: 701px) {
  .eucharist {
    background-position: top 0 left -3px;
    background-size: 370px 556px;
  }
}
.red-theme-floral1 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/redFloral1.svg");
}
@media (min-width: 701px) {
  .red-theme-floral1 {
    background-position: bottom -25px right -78px;
    background-size: 463px auto;
  }
}
.red-theme-floral2 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/redFloral2.svg");
}
@media (min-width: 701px) {
  .red-theme-floral2 {
    background-position: top -214px left -131px;
    background-size: 522px;
  }
}
.red-theme-floral3 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/redFloral3.svg");
}
@media (min-width: 701px) {
  .red-theme-floral3 {
    background-position: bottom -98px right -49px;
    background-size: 440px auto;
  }
}
.mary-and-jesus {
  background-image: url("https://cdn.ecatholic.com/1689618031/thomas.JPG");
}
@media (min-width: 701px) {
  .mary-and-jesus {
    background-position: bottom -68px left 2%;
    background-size: 294px 560px;
  }
}
.immaculate-heart {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/immaculate-heart-mary.svg");
}
@media (min-width: 701px) {
  .immaculate-heart {
    background-position: top -38px left -80px;
    background-size: 445px auto;
  }
}
.blue-theme-floral1 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral1.svg");
}
@media (min-width: 701px) {
  .blue-theme-floral1 {
    background-position: bottom -51px right -117px;
    background-size: 500px auto;
  }
}
.blue-theme-floral2 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral2.svg");
}
@media (min-width: 701px) {
  .blue-theme-floral2 {
    background-position: bottom -60px right -157px;
    background-size: 611px auto;
  }
}
.blue-theme-floral3 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral3.svg");
}
@media (min-width: 701px) {
  .blue-theme-floral3 {
    background-position: bottom -98px right -49px;
    background-size: 440px auto;
  }
}
.holy-spirit {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/holy-spirit.svg");
}
@media (min-width: 701px) {
  .holy-spirit {
    background-position: top -92px right -25px;
    background-size: auto 432px;
  }
}
.saint-joseph {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/saint-joseph.svg");
}
@media (min-width: 701px) {
  .saint-joseph {
    background-position: bottom -55px right -74px;
    background-size: 543px auto;
  }
}
.green-theme-floral1 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/greenFloral1.svg");
}
@media (min-width: 701px) {
  .green-theme-floral1 {
    background-position: bottom -98px right -49px;
    background-size: 440px auto;
  }
}
.green-theme-floral2 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/greenFloral2.svg");
}
@media (min-width: 701px) {
  .green-theme-floral2 {
    background-position: top 10px right -85px;
    background-size: 508px auto;
  }
}
.green-theme-floral3 {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/greenFloral3.svg");
}
@media (min-width: 701px) {
  .green-theme-floral3 {
    background-position: bottom -20px right -168px;
    background-size: 530px auto;
  }
}
.sectionInner[class*="Saint"] .sectionBackground:before {
  background-image: url("https://cdn.ecatholic.com/1689618031/thomas.JPG");
}
@media (min-width: 701px) {
  .sectionInner[class*="Saint"] .sectionBackground:before {
    background-position: bottom -68px left 2%;
    background-size: 294px 560px;
  }
}
@media (min-width: 701px) {
  .sectionInner[class*="Saint"].tabsSection.accordionView .sectionBackground:before {
    background-position: top 0px left 2%;
  }
}
.sectionInner[class*="Saint"].headlineSection:not(.textOnly) .headlineContentHolder:after,
.sectionInner[class*="Saint"].headlineSection.textOnly .sectionBody:before {
  background-image: url("https://cdn.ecatholic.com/1689618031/moto.JPG");
}
.sectionInner[class*="Saint"].halfSection .sectionBody:after {
  content: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/miraculous-medal-sm.svg");
}
@media (min-width: 701px) {
  .sectionInner[class*="Saint"].halfSection .sectionBody:after {
    top: -60px;
    transform: scale(0.8);
    transform-origin: top left;
  }
}
@media (max-width: 700px) {
  .sectionInner[class*="Saint"].halfSection .sectionBody:after {
    transform: scale(0.6);
    bottom: -86px;
  }
}
@media (min-width: 701px) {
  .sectionInner[class*="Saint"].halfSection.reverse .sectionBody:after {
    left: 37px;
  }
  .sectionInner[class*="Saint"].halfSection:not(.reverse) .sectionBody:after {
    right: 37px;
    transform-origin: top right;
    transform: scale(0.8) rotate(0deg);
  }
}
.sectionInner[class*="Floral"] .sectionBackground:before {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral1.svg");
}
@media (min-width: 701px) {
  .sectionInner[class*="Floral"] .sectionBackground:before {
    background-position: bottom -51px right -117px;
    background-size: 500px auto;
  }
}
@media (min-width: 701px) {
  .sectionInner[class*="Floral"].tabsSection.accordionView .sectionBackground:before {
    background-position: top 0px right -117px;
  }
}
.sectionInner[class*="Floral"].headlineSection:not(.textOnly) .headlineContentHolder:after,
.sectionInner[class*="Floral"].headlineSection.textOnly .sectionBody:before {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral1.svg");
}
.sectionInner[class*="Floral"].eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden) .sectionName:before {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral1.svg");
}
@media (max-width: 700px) {
  .sectionInner[class*="Floral"].eventsSection:not(.sectionTitleHidden.sectionSubtitleHidden) > footer:before {
    background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral1.svg");
  }
}
:is(
			.customModule,
			.customText,
			#footerTextBody,
			.aggregate .group .summary,
			.pageTypeInterior .moduleInner.content
		) blockquote:before {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blockquote-floral-blue.svg");
}
.sectionInner.gradient .sectionBackground:before {
  background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/floral-gradient-blue.svg");
}
@media (min-width: 701px) {
  .sectionInner.gradient .sectionBackground:before {
    background-size: 370px 574px;
    background-position: top -100px left -36px;
  }
}
@media (min-width: 701px) {
  .sectionInner.gradient .sectionBackground:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 247, 242, 0.79) 100%), linear-gradient(360deg, #faf8f6 0%, rgba(250, 248, 246, 0) 63.8%);
  }
}
@media (min-width: 701px) {
  .pageTypeInterior #core #content2:after,
  .pageTypeInterior #core.duo:not(.interior):is(.photoalbums, .news, .events) #content1.infinite-container:after {
    background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/interior-content-floral-blue.svg");
  }
}
.sectionInner.halfSection[class*="Floral"]:not([class*="2"]) .sectionBody:after {
  content: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/half-section-floral-blue.svg");
}
@media (min-width: 701px) {
  .sectionInner.halfSection[class*="Floral"]:not([class*="2"]) .sectionBody:after {
    top: -124px;
    transform: scale(0.9);
  }
}
@media (max-width: 700px) {
  .sectionInner.halfSection[class*="Floral"]:not([class*="2"]) .sectionBody:after {
    bottom: -127px;
    left: 50%;
    transform: scale(0.5) translateX(-97%);
  }
}
@media (min-width: 701px) {
  .sectionInner.halfSection[class*="Floral"]:not([class*="2"]):not(.reverse) .sectionBody:after {
    transform: scale(-0.9);
  }
}
.sectionInner.halfSection[class*="Floral"][class*="2"] .sectionBody:after {
  content: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/half-section-floral2-blue.svg");
}
@media (min-width: 701px) {
  .sectionInner.halfSection[class*="Floral"][class*="2"] .sectionBody:after {
    top: -60px;
    transform: scale(1.2);
  }
}
@media (max-width: 700px) {
  .sectionInner.halfSection[class*="Floral"][class*="2"] .sectionBody:after {
    bottom: -79px;
    left: 50%;
    transform: scale(0.8) translateX(-75%);
  }
}
@media (min-width: 701px) {
  .sectionInner.halfSection[class*="Floral"][class*="2"]:not(.reverse) .sectionBody:after {
    right: -66px;
    transform: scale(-1.2, 1.2);
  }
  .sectionInner.halfSection[class*="Floral"][class*="2"].reverse .sectionBody:after {
    left: -66px;
  }
}
@media (max-width: 428px) {
  #background #featureSlideshow > li .slideshowModule .rotator .captionPositioner .caption:before,
  #background #featureSlideshow.hasVideo .slideshowModule.videoMode.captionOverlayOn .captionPositioner .caption:before {
    background-image: url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral2.svg"), url("https://cdn.ecatholic.com/1689618031/themes/theme40/images/blueFloral1.svg");
  }
}
#core .sectionInner[class*="light"],
#core .sectionInner.gradient {
  --hover-feature-background: #071D49;
}
@media (min-width: 701px) {
  #core .sectionInner[class*="light"] .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):hover .buttonLabel,
  #core .sectionInner.gradient .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):hover .buttonLabel,
  #core .sectionInner[class*="light"] .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):hover .buttonSubtext,
  #core .sectionInner.gradient .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage):hover .buttonSubtext {
    color: #fff;
  }
  #core .sectionInner[class*="light"] .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton:hover .buttonLabelContainer .icon,
  #core .sectionInner.gradient .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton:hover .buttonLabelContainer .icon {
    color: #fff;
  }
}
@media (max-width: 700px) {
  #core .sectionInner[class*="light"] .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage) .buttonLabel,
  #core .sectionInner.gradient .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage) .buttonLabel,
  #core .sectionInner[class*="light"] .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage) .buttonSubtext,
  #core .sectionInner.gradient .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton:not(.hasImage) .buttonSubtext {
    color: #fff;
  }
  #core .sectionInner[class*="light"] .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer .icon,
  #core .sectionInner.gradient .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer .icon,
  #core .sectionInner[class*="light"] .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer .buttonLabel,
  #core .sectionInner.gradient .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.nonCustomButton .buttonLabelContainer .buttonLabel {
    color: #fff;
  }
}
@media (min-width: 701px) {
  #core .sectionInner[class*="light"].eventsSection .aggregate .groupCover:hover ~ .info .author,
  #core .sectionInner.gradient.eventsSection .aggregate .groupCover:hover ~ .info .author,
  #core .sectionInner[class*="light"].eventsSection .aggregate .groupCover:hover ~ .info .time,
  #core .sectionInner.gradient.eventsSection .aggregate .groupCover:hover ~ .info .time,
  #core .sectionInner[class*="light"].eventsSection .aggregate .groupCover:hover ~ .summary,
  #core .sectionInner.gradient.eventsSection .aggregate .groupCover:hover ~ .summary,
  #core .sectionInner[class*="light"].eventsSection .aggregate .groupCover:hover ~ .name a,
  #core .sectionInner.gradient.eventsSection .aggregate .groupCover:hover ~ .name a {
    color: #fff;
  }
  #core .sectionInner[class*="light"].newsSection .aggregate .groupCover:hover ~ .info .author,
  #core .sectionInner.gradient.newsSection .aggregate .groupCover:hover ~ .info .author,
  #core .sectionInner[class*="light"].newsSection .aggregate .groupCover:hover ~ .info .date,
  #core .sectionInner.gradient.newsSection .aggregate .groupCover:hover ~ .info .date,
  #core .sectionInner[class*="light"].newsSection .aggregate .groupCover:hover ~ .summary,
  #core .sectionInner.gradient.newsSection .aggregate .groupCover:hover ~ .summary,
  #core .sectionInner[class*="light"].newsSection .aggregate .groupCover:hover ~ .name a,
  #core .sectionInner.gradient.newsSection .aggregate .groupCover:hover ~ .name a {
    color: #fff;
  }
}
#core .sectionInner.gradient {
  --blockquote-background-color: #faf7f2;
}
#core .sectionInner.primary {
  --section-title-color: #fff;
  --section-subtitle-color: #fff;
  --module-title-color: #fff;
  --module-subtitle-color: #fff;
  --headings-color: #fff;
  --primary-text-color: #fff;
  --secondary-text-color: #fff;
  --aggregate-subtitle-color: #fff;
  --wysiwygColor1: #999999;
  --wysiwygColor2: #faf7f2;
  --wysiwygColor3: #ede9dd;
  --wysiwygColor4: #ff4646;
  --formatted-text-color: #fff;
  --link-color: #fff;
  --link-color-hover: 255, 255, 255;
  --page-background-link-color: var(--font-color);
  --page-background-link-color-hover: rgba(255, 255, 255, 0.5);
  --aggregate-name-color: #fff;
  --aggregate-name-color-hover: rgba(255, 255, 255, 0.5);
  --person-social-media-color-hover: rgba(255, 255, 255, 0.5);
  --primary-button-background-color: transparent;
  --primary-button-background-color-hover: #152733;
  --primary-button-color: #fff;
  --primary-button-color-hover: #fff;
  --primary-button-border-color: #fff;
  --primary-button-border-color-hover: #152733;
  --secondary-button-background-color: #fff;
  --secondary-button-background-color-hover: #152733;
  --secondary-button-color: #071D49;
  --secondary-button-color-hover: #fff;
  --secondary-button-border-color: #fff;
  --secondary-button-border-color-hover: #152733;
  --progress-bar-color: #152733;
  --blockquote-background-color: #faf7f2;
  --blockquote-font-color: #393c3e;
  --blockquote-links-color: #393c3e;
  --blockquote-links-color-hover: rgba(57, 60, 62, 0.5);
  --person-social-media-color: #fff;
  --default-border-color: #fff;
  --rss-link-background-color: #fff;
  --rss-link-icon-color: #071D49;
  --rss-link-background-color-hover: #152733;
  --rss-link-icon-color-hover: #fff;
  --field-border-color: #ede9dd;
  --tab-font-color: #fff;
  --tab-font-color-hover: #071D49;
  --tab-font-color-active: #071D49;
  --tab-border-color: #ede9dd;
  --tab-background-color-hover: #ede9dd;
  --tab-background-color-active: #ede9dd;
  --collapsible-color: #ede9dd;
  --accordion-font-color: #fff;
  --accordion-font-color-hover: #071D49;
  --accordion-font-color-active: #fff;
  --accordion-background-color-hover: #ede9dd;
}
#core .sectionInner.primary .aggregateModuleFooter:not(.aggregateSectionFooter) a[class*="more"]:hover {
  color: #faf7f2;
}
#core .sectionInner.primary .aggregateModuleFooter:not(.aggregateSectionFooter) a[class*="more"]:hover:before,
#core .sectionInner.primary .aggregateModuleFooter:not(.aggregateSectionFooter) a[class*="more"]:hover:after {
  border-color: #faf7f2;
}
#core .sectionInner.primary .facebookButton .fbIcon {
  filter: brightness(10);
}
#core .sectionInner.primary #onlineForm #onlineFormFields .emailReplyIcon {
  filter: brightness(10);
}
#core .sectionInner.primary .paymentModule .paymentFormButton:not(.otherButton).selected {
  background-color: #faf7f2;
  color: #393c3e;
}
@media (min-width: 701px) {
  #core .sectionInner.primary .buttonModuleButton.customButton.hasImage.hasLabel:not(.hasSubtext):hover .buttonLabel {
    color: #fff;
  }
  #core .sectionInner.primary .buttonModuleButton.nonCustomButton:not(:hover) .buttonLabelContainer .icon {
    color: #fff;
  }
}
@media (max-width: 700px) {
  #core .sectionInner.primary .buttonModule:not(.buttonModuleEmpty) .buttonModuleButton.hasImage.hasLabel:not(.hasSubtext) .buttonLabel {
    color: #fff;
  }
}
@media (min-width: 701px) {
  #core .sectionInner.primary.eventsSection .aggregate .groupCover:hover ~ .info .author,
  #core .sectionInner.primary.eventsSection .aggregate .groupCover:hover ~ .info .time,
  #core .sectionInner.primary.eventsSection .aggregate .groupCover:hover ~ .summary,
  #core .sectionInner.primary.eventsSection .aggregate .groupCover:hover ~ .name a {
    color: #393c3e;
  }
  #core .sectionInner.primary.newsSection .aggregate .groupCover:hover ~ .info .author,
  #core .sectionInner.primary.newsSection .aggregate .groupCover:hover ~ .info .date,
  #core .sectionInner.primary.newsSection .aggregate .groupCover:hover ~ .summary,
  #core .sectionInner.primary.newsSection .aggregate .groupCover:hover ~ .name a {
    color: #393c3e;
  }
}
.sectionInner.motowatermark .sectionBackground {
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -100vw;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 1920px;
  margin-left: -960px;
  background-color: #ffffff;
}
@media (min-width: 1920px) {
  .sectionInner.motowatermark .sectionBackground {
    width: 100vw;
    margin-left: -50vw;
  }
}
.sectionInner.motowatermark.hasBackgroundImage .sectionBackground {
  box-shadow: inset 0 0 0 100vw rgba(255, 255, 255, 0.9);
}
.sectionInner.motowatermark .sectionBackground:before {
  content: "";
  height: 100%;
  width: 900px;
  background: url("../633/design/ARCH%20Coat%20of%20Arms%20opacity%2045.png") no-repeat;
  background-size: 900px 1446px;
  position: absolute;
  right: -150px;
  top: 0px;
  opacity: 0.2;
}
.pageTypeInterior #core #content2:after,
.pageTypeInterior #core.duo:not(.interior):is(.photoalbums, .news, .events) #content1.infinite-container:after {
  background-image: url("../633/design/ARCH%20Coat%20of%20Arms%20opacity%2045.png");
  height: 723px;
  width: 450px;
  background-size: 450px 723px;
  background-position: center center;
  right: 100px;
}
:is( .customModule, .customText, #footerTextBody, .aggregate .group .summary, .pageTypeInterior .moduleInner.content ) blockquote:before {
  background-image: url("../633/design/Coat%20of%20arms%20png.png");
  width: 128px;
  height: 206px;
  left: 6px;
}
.pageTypeInterior #sideNav #topLink,
.pageTypeInterior [class*="SideNav"] #topLink {
  padding-left: 0px;
  border-bottom: 1.5px solid #cfb023;
}
#sideNav {
  border: 0px;
}
@media (max-width: 700px) {
  .pageTypeInterior #background:is(.hasPageTitle, .hasPageImage) #core #interiorHeader {
    align-items: center;
    justify-content: center;
  }
  .pageTypeInterior #background:is(.hasPageTitle, .hasPageImage) #core #interiorHeader #pageTitle {
    font-size: 32px;
  }
}
.pageTypeInterior #content1 li:first-child .moduleInner.customModule .moduleName {
  border-bottom: 1.5px solid #cfb023;
}
