/*!
Theme Name: DPI Theme
Theme URI: http://underscores.me/
Author: Diocesan
Author URI: http://diocesan.com
Description: Custom theme based on _s
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sacredheartjoliet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sacredheartjoliet is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Amiri:400,400i);
.padded {
    padding: 0 10%;
}
.primaryBg {
    background-color: #830000;
}
.secondaryBg {
    background-color: #d7a439;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.spaceBetween {
    justify-content: space-between;
}
.flexColumn {
    flex-direction: column;
}
.half {
    width: 48%;
}
.limit-width {
    width: 90% !important;
    max-width: 1200px;
    margin: 0 auto;
}
.primaryButton {
    background: 0 0;
    border: 4px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
}
.primaryButton:hover {
    background: #fff;
    color: #d7a439;
}
.btn {
    border: 1px solid #830000;
    border-radius: 0.5em;
    cursor: pointer;
    text-align: center;
    min-width: 75%;
    padding: 1em 2em;
    margin: 1rem auto 0;
    transition: 0.2s ease-in;
}
.btn:hover {
    background: #830000;
    color: #fff;
}
#main {
    position: relative;
}
@media screen and (max-width: 1200px) {
    .padded {
        padding: 0 5%;
    }
}
@media screen and (max-width: 768px) {
    .padded {
        padding: 0 3%;
    }
    .half {
        width: 100%;
        margin: 10px 0;
    }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
    color: #404040;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
a {
    color: #830000;
    font-family: Lato, sans-serif;
    text-decoration: none;
}
.column a,
.entry-content a,
.pageSidebar a,
.threeColumns a,
.twoColumns a {
    color: #d7a439;
    font-family: Amiri, serif;
    font-style: italic;
}
.column a:hover,
.entry-content a:hover,
.pageSidebar a:hover,
.threeColumns a:hover,
.twoColumns a:hover {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #830000;
    font-family: Lato, sans-serif;
    font-weight: 800;
    margin: 0;
}
h1 {
    font-size: 42px;
    line-height: 1.25;
    margin: 15px auto;
}
h2 {
    font-size: 34px;
    line-height: 1.3;
}
h3 {
    font-size: 28px;
    line-height: 1.35;
}
h4 {
    font-size: 20px;
    line-height: 1.5;
}
h5 {
    font-size: 18px;
    line-height: 1.55;
}
h6 {
    font-family: Amiri, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
}
.breadcrumb,
.featuredButtonTitle,
.subtitle,
.title {
    font-family: Amiri, serif;
    font-weight: 400;
}
.title {
    font-size: 60px;
    line-height: 1;
}
.featuredButtonTitle {
    font-size: 30px;
    line-height: 1;
    margin: 10px 0 0;
}
.subtitle {
    font-size: 26px;
    font-style: italic;
    line-height: 1;
}
.breadcrumb {
    font-size: 20px;
    font-style: italic;
    line-height: 1;
}
blockquote {
    margin: 0 1.5em;
    border-left: 1px solid gray;
    padding-left: 15px;
}
.headerBg {
    background: #fff;
}
.line {
    display: block;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 85px 0 -55px;
}
p {
    margin: 10px 0;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    cursor: help;
}
ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
.button {
    display: block;
    background: #d7a439;
    border: 3px solid #d7a439;
    color: #830000;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    max-width: 50%;
    padding: 5px 15px;
    margin: 0 35px;
}
.button:hover {
    background: #830000;
    color: #d7a439;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ol,
ul {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.main-navigation {
    font-weight: 600;
    width: 100%;
}
.main-navigation .menu-navigation-menu-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.main-navigation .menu-navigation-menu-container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.main-navigation .menu-navigation-menu-container ul li {
    position: relative;
    padding: 1em;
    opacity: 0.7;
    transition: 0.2s ease-in;
}
.main-navigation .menu-navigation-menu-container ul li:focus,
.main-navigation .menu-navigation-menu-container ul li:hover {
    opacity: 1;
}
.main-navigation .menu-navigation-menu-container ul.menu > li:focus,
.main-navigation .menu-navigation-menu-container ul.menu > li:hover {
    background: #d7a439;
}
.main-navigation .menu-navigation-menu-container ul.menu > li:focus a,
.main-navigation .menu-navigation-menu-container ul.menu > li:hover a {
    color: #fff;
}
.main-navigation .menu-navigation-menu-container ul.menu > li:focus > .sub-menu,
.main-navigation .menu-navigation-menu-container ul.menu > li:hover > .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    background: #d7a439;
    color: #fff;
    width: 200px;
    top: 3.5em;
    left: 0;
    text-overflow: ellipsis;
    z-index: 2;
}
.main-navigation .menu-navigation-menu-container ul.menu > li:focus > .sub-menu > li,
.main-navigation .menu-navigation-menu-container ul.menu > li:hover > .sub-menu > li {
    width: 200px;
}
.main-navigation .menu-navigation-menu-container ul.menu > li:focus > .sub-menu > li:focus,
.main-navigation .menu-navigation-menu-container ul.menu > li:focus > .sub-menu > li:hover,
.main-navigation .menu-navigation-menu-container ul.menu > li:hover > .sub-menu > li:focus,
.main-navigation .menu-navigation-menu-container ul.menu > li:hover > .sub-menu > li:hover {
    background: #bb8f31;
    opacity: 1;
}
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    background: #d7a439;
    color: #fff;
    width: 200px;
    top: 0;
    left: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li {
    width: 200px;
}
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li:focus,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li:hover,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li:focus,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:focus
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li:hover,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li:focus,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li:hover,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li:focus,
.main-navigation
    .menu-navigation-menu-container
    ul.menu
    > li:hover
    > .sub-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li:hover {
    background: #bb8f31;
    opacity: 1;
}
.main-navigation .menu-navigation-menu-container .sub-menu {
    display: none;
    list-style-type: none;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-searchfield .mm-searchfield__input input {
    color: #fff;
    padding: 0.5em;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-searchfield .mm-searchfield__input input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-searchfield .mm-searchfield__input input::placeholder {
    color: #fff;
    opacity: 1;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-searchfield .mm-searchfield__input input:-ms-input-placeholder {
    color: #fff;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-searchfield .mm-searchfield__input input::-ms-input-placeholder {
    color: #fff;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-searchfield .mm-searchfield__input a.mm-btn::after {
    border-color: #fff;
}
.wpmm-menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns > a {
    color: #fff;
}
.wpmm-menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns > a::before {
    border-color: #fff;
}
.wpmm-menu .mm-panels .mm-panel .mm-listview .mm-listitem {
    color: #fff;
}
.wpmm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__text:hover {
    background: #d7a439;
}
.wpmm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn {
    transition: 0.2s ease-in;
}
.wpmm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn:hover {
    background: #d7a439;
}
.wpmm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-btn::after {
    border-color: #fff;
}
.wpmm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.mm-listitem_selected > .mm-listitem__text {
    background: rgba(255, 255, 255, 0.25);
}
.wpmm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.mm-listitem_selected > .mm-listitem__text:hover {
    background: #d7a439;
}
.wpmm-menu .mm-panels .mm-panel .mm-panel__noresultsmsg {
    color: #fff;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
div#comments {
    display: none;
}
#primary {
    min-height: 300px;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-header h1 {
    font-weight: 300;
    text-align: center;
    font-size: 36px;
}
.entry-header h1:after {
    content: "";
    border-bottom: 2px solid #000;
    max-width: 400px;
    display: block;
    width: 90%;
    margin: 5px auto;
}
.visual-editor-row .two-column {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.visual-editor-row .two-column .column {
    width: 47.5%;
}
.visual-editor-row .one-column .column {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.single .entry-meta {
    display: none;
}
.single .post-thumbnail {
    display: none;
}
.single .entry-footer {
    display: none;
}
.site-main {
    padding: 2rem 0;
}
.site-main .entry-content,
.site-main > h1 {
    width: 90% !important;
    max-width: 1200px;
    margin: 0 auto;
}
.site-main > h1 {
    font-family: Roboto, Amiri, serif;
    font-weight: 300;
}
.site-main .entry-content p {
    margin: 10px 0 20px;
}
.site-main .entry-content p a {
    color: #830000;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 600;
}
.home .site-main {
    padding: 0;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a,
.post-navigation .nav-next a,
.post-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a {
    color: #d7a439;
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    max-width: 70%;
    margin: 0 auto;
    background: 0 0;
    border: 3px solid #d7a439;
    text-decoration: none;
    padding: 5px 15px;
}
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover {
    color: #830000;
    background: #d7a439;
}
.mtsnb-text {
    display: none;
}
.mm-wrapper_opened .admin-bar #masthead {
    top: 32px !important;
}
.mm-wrapper_opened .admin-bar #masthead .header2 .bottomBar .leftSection .navWrapper .main-navigation #mmenu-toggle {
    justify-content: center;
    cursor: pointer;
}
.mm-wrapper_opened
    .admin-bar
    #masthead
    .header2
    .bottomBar
    .leftSection
    .navWrapper
    .main-navigation
    #mmenu-toggle
    .bottom-line,
.mm-wrapper_opened
    .admin-bar
    #masthead
    .header2
    .bottomBar
    .leftSection
    .navWrapper
    .main-navigation
    #mmenu-toggle
    .top-line {
    border-radius: 3px;
    width: 35px;
}
.mm-wrapper_opened
    .admin-bar
    #masthead
    .header2
    .bottomBar
    .leftSection
    .navWrapper
    .main-navigation
    #mmenu-toggle
    .top-line {
    margin-bottom: -1px;
    transform: rotate(-45deg);
}
.mm-wrapper_opened
    .admin-bar
    #masthead
    .header2
    .bottomBar
    .leftSection
    .navWrapper
    .main-navigation
    #mmenu-toggle
    .center-line {
    display: none;
}
.mm-wrapper_opened
    .admin-bar
    #masthead
    .header2
    .bottomBar
    .leftSection
    .navWrapper
    .main-navigation
    #mmenu-toggle
    .bottom-line {
    margin-top: -4px;
    transform: rotate(45deg);
}
#masthead {
    position: static;
    transition: height 0.2s ease-in-out;
    z-index: 9999;
}
#masthead .header1 {
    background: #830000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
}
#masthead .header1 .topBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1em 0;
}
#masthead .header1 .topBar .infoBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 60%;
}
#masthead .header1 .topBar .infoBox > div {
    width: calc(50% - 0.5rem);
    margin-bottom: 1em;
}
#masthead .header1 .topBar .infoBox > div a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.5rem;
}
#masthead .header1 .topBar .infoBox > div a .pic {
    width: 10%;
}
#masthead .header1 .topBar .infoBox > div a .pic img {
    width: 1rem;
    transition: 0.2s ease-in;
}
#masthead .header1 .topBar .infoBox > div a .link {
    color: #d7a439;
    transition: color 0.2s ease-in;
    width: 85%;
}
#masthead .header1 .topBar .infoBox > div a:hover .pic img {
    filter: brightness(0) invert(100%);
}
#masthead .header1 .topBar .infoBox > div a:hover .link {
    color: #fff;
    text-decoration: underline;
}
#masthead .header1 .topBar .infoBox > div:last-child {
    margin-bottom: 0;
}
#masthead .header2 {
    box-shadow: 0 1px 7px #999;
}
#masthead .header2 .bottomBar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#masthead .header2 .bottomBar .leftSection {
    position: relative;
    width: 80%;
}
#masthead .header2 .bottomBar .leftSection .navWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#masthead .header2 .bottomBar .leftSection .navWrapper .main-navigation .menu-toggle {
    left: 1rem;
    opacity: 0.7;
    transition: 0.2s ease-in;
}
#masthead .header2 .bottomBar .leftSection .navWrapper .main-navigation .menu-toggle > div {
    background: #830000;
    height: 5px;
    transition: 0.2s ease-in;
}
#masthead .header2 .bottomBar .leftSection .navWrapper .main-navigation .menu-toggle:hover {
    opacity: 1;
}
#masthead .header2 .bottomBar .leftSection .navWrapper .main-navigation .menu-navigation-menu-container .menu > li {
    transition: background 0.2s ease-in, color 0.2s ease-in, z-index 0s;
}
#masthead
    .header2
    .bottomBar
    .leftSection
    .navWrapper
    .main-navigation
    .menu-navigation-menu-container
    .menu
    > li.current_page_item {
    background: #d7a439;
    opacity: 1;
}
#masthead
    .header2
    .bottomBar
    .leftSection
    .navWrapper
    .main-navigation
    .menu-navigation-menu-container
    .menu
    > li.current_page_item
    > a {
    color: #fff;
}
#masthead .header2 .bottomBar .rightSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 15%;
}
#masthead .header2 .bottomBar .rightSection .header-search {
    width: 50%;
    padding: 0;
    margin: 0;
}
#masthead .header2 .bottomBar .rightSection .header-search .toggle {
    margin-right: 0.5em;
    opacity: 0.7;
    transition: 0.2s;
}
#masthead .header2 .bottomBar .rightSection .header-search .toggle:hover {
    opacity: 1;
}
#masthead .header2 .bottomBar .rightSection .socialMedia {
    display: flex;
    align-items: center;
}
#masthead .header2 .bottomBar .rightSection .socialMedia a i {
    opacity: 0.7;
    transition: 0.2s ease-in;
}
#masthead .header2 .bottomBar .rightSection .socialMedia a:hover i {
    opacity: 1;
}
#masthead.sticky .header2 {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 99999;
}
.site-header .header-search {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    transition: 0.15s all;
}
.site-header .header-search .toggle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding: 7px;
    transition: 0.15s all;
}
.site-header .header-search .toggle:hover {
    opacity: 0.8;
}
.site-header .header-search img {
    width: 20px;
    max-width: 20px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.site-header .header-search .search-form {
    position: absolute;
    display: flex;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    max-height: 0;
    top: 125%;
    right: 0;
    overflow: hidden;
    transition: 0.2s all;
    z-index: 99;
}
.site-header .header-search .search-form input.search-field {
    background: #fff;
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}
.site-header .header-search .search-form input.search-field:focus {
    outline: 0;
}
.site-header .header-search .search-form .search-submit {
    border: none;
    background: #830000;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 110px;
    height: 50px;
    padding: 2px 20px;
    transition: 0.15s all;
}
.site-header .header-search .search-form .search-submit:hover {
    color: #fff;
    background: #b60000;
}
.site-header .header-search.open .search-form {
    max-height: 200%;
}
.site-branding {
    display: block;
    float: none;
    width: auto;
    padding: 10px 0;
}
.site-branding::before {
    display: none;
}
.site-branding a {
    width: auto;
}
.site-branding a h1 {
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}
.site-branding a img {
    width: 300px;
    height: auto;
}
.navWrapper {
    display: flex;
}
.mm-wrapper_opened {
    margin-top: 0 !important;
}
header.site-header .menu-toggle {
    position: absolute;
    display: flex;
    background: 0 0;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 28px;
    top: calc(50% - 14px);
    right: 2%;
}
header.site-header .menu-toggle .bottom-line,
header.site-header .menu-toggle .center-line,
header.site-header .menu-toggle .top-line {
    display: block;
    background: #fff;
    border-radius: 2px;
    width: 100%;
    height: 2px;
}
header.site-header .menu-toggle .bottom-line,
header.site-header .menu-toggle .top-line {
    transition: transform 0.3s ease;
}
@media screen and (min-width: 1150px) {
    header.site-header#masthead .menu-toggle {
        display: none;
    }
}
@media screen and (max-width: 1360px) {
    .site-branding a img {
        width: 300px;
    }
}
@media screen and (max-width: 1300px) {
    .site-branding a img {
        width: 250px;
    }
}
@media screen and (max-width: 1149px) {
    header.site-header#masthead .header2 .bottomBar {
        padding: 1rem;
    }
    header.site-header#masthead .header2 .bottomBar .menu-toggle {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    header.site-header#masthead .header2 .bottomBar .menu-navigation-menu-container {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    #masthead {
        height: auto;
    }
    .site-header .header-search .toggle {
        justify-content: flex-end;
        align-items: flex-end;
    }
}
@media screen and (max-width: 782px) {
    .mm-wrapper_opened .admin-bar #masthead {
        top: 46px !important;
    }
}
@media screen and (max-width: 767px) {
    header.site-header#masthead .header1 .topBar.limit-width .infoBox,
    header.site-header#masthead .header1 .topBar.limit-width .site-branding a img {
        width: 100%;
    }
    header.site-header#masthead .header1 .topBar.limit-width .infoBox {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    header.site-header#masthead .header1 .topBar .infoBox > div {
        width: 100%;
    }
}
.page-template-homepage .homeSections {
    display: grid;
    grid-template-columns: repeat(var(--cols, 1), 1fr);
    padding: 3.75rem 0;
    gap: 1.25rem;
}
@media screen and (min-width: 1200px) {
    .page-template-homepage .homeSections:has(> :nth-child(2):is(:last-child)) {
        --cols: 2;
    }
    .page-template-homepage .homeSections:has(> :nth-child(3):is(:last-child)) {
        --cols: 3;
    }
}
.page-template-homepage .homeSections .titleContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 2px solid #d7a439;
    width: 100%;
    margin-bottom: 2rem;
}
.page-template-homepage .homeSections .titleContainer > h2 {
    font-family: Roboto, Amiri, serif;
    font-weight: 300;
}
.page-template-homepage .homeSections .latestBulletin {
    flex: 1;
}
.page-template-homepage .homeSections .latestBulletin .dpi_bulletin_cover_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto auto;
}
.page-template-homepage .homeSections .latestBulletin .dpi_bulletin_cover_wrapper > a {
    padding: 1rem;
}
.page-template-homepage .homeSections .latestBulletin .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a {
    color: #404040;
}
.page-template-homepage .homeSections .latestBulletin .dpi_bulletin_cover_wrapper .dpi_bulletin_cover_date a:hover {
    text-decoration: underline;
}
.page-template-homepage .homeSections .latestBulletin .dpi_bulletin_cover_wrapper a .dpi_bulletin_cover {
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.32);
    transition: 0.2s ease-in;
}
.page-template-homepage .homeSections .latestBulletin .dpi_bulletin_cover_wrapper a .dpi_bulletin_cover:hover {
    box-shadow: 2px 2px 1px 3px rgba(0, 0, 0, 0.32);
}
.page-template-homepage .homeSections .liveStream {
    flex: 2;
    text-align: center;
}
.page-template-homepage .homeSections .liveStream a:not(.btn):focus,
.page-template-homepage .homeSections .liveStream a:not(.btn):hover {
    text-decoration: underline;
}
.page-template-homepage .homeSections .liveStream .mass-image-link .mass-image {
    max-height: 24rem;
}
.page-template-homepage .homeSections .liveStream .mass-image-link:focus ~ .mass-title-link,
.page-template-homepage .homeSections .liveStream .mass-image-link:hover ~ .mass-title-link {
    text-decoration: underline;
}
.page-template-homepage .homeSections .liveStream .btn {
    display: table;
}
.page-template-homepage .homeSections .newsworthy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page-template-homepage .homeSections .newsworthy .post-image-wrapper {
    display: flex;
    justify-content: center;
}
.page-template-homepage .homeSections .theButtons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 3.75rem;
}
.page-template-homepage .homeSections .theButtons .btn {
    flex: 1;
    max-width: calc(30% - 1rem);
    min-width: unset;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .page-template-homepage .homeSections .latestBulletin,
    .page-template-homepage .homeSections .liveStream {
        flex: unset;
        width: 100%;
    }
    .page-template-homepage .homeSections .latestBulletin {
        padding-right: 0;
    }
    .page-template-homepage .homeSections .latestBulletin,
    .page-template-homepage .homeSections .liveStream {
        padding-left: 0;
    }
}
@media screen and (max-width: 991px) {
    .page-template-homepage .homeSections .liveStream .btn {
        display: block;
        width: 100%;
    }
    .page-template-homepage .homeSections .theButtons {
        margin-top: 1rem;
    }
    .page-template-homepage .homeSections .theButtons .btn {
        flex: unset;
        width: 100%;
        max-width: unset;
    }
    .page-template-homepage .homeSections .theButtons .btn:not(:last-child) {
        margin-bottom: 1rem;
    }
}
.page-template-landing .site-header {
    display: none;
}
.landingParishes {
    display: flex;
}
.landingWelcome {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    background: #830000;
    z-index: 99;
}
.landingParish {
    width: 50%;
    height: 775px;
    position: relative;
}
.landingParish img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.landingParishWelcome {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.landingParishWelcome img {
    height: 75px;
    width: auto;
}
.landingParishWelcome a {
    display: block;
    margin: 30px auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    color: #830000;
    border: 2px solid #830000;
    background: #fff;
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}
.landingParishWelcome a:hover {
    color: #fff;
    background: #830000;
}
@media screen and (max-width: 1300px) {
    .landingParishWelcome img {
        height: 50px;
    }
    .landingParishWelcome a {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1024px) {
    .landingParish {
        height: 675px;
    }
}
@media screen and (max-width: 768px) {
    .landingParishes {
        flex-direction: column;
    }
    .landingParish {
        width: 100%;
        height: 300px;
    }
    .landingParishWelcome {
        top: 35%;
    }
    .landingWelcome {
        top: 0;
        width: 100%;
        font-size: 2rem;
    }
}
@media screen and (max-width: 425px) {
    .landingParishWelcome img {
        height: 40px;
        width: auto;
    }
}
.pageContent {
    display: flex;
    flex-direction: column;
}
.column {
    margin: 0 10%;
}
.twoColumns {
    margin: 0 10%;
    justify-content: space-between;
    display: flex;
}
.columns {
    width: 48%;
}
.threeColumns {
    margin: 0 10%;
    display: flex;
    justify-content: space-between;
}
.threeColumns .columnThird {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .column {
        margin: 0 5%;
    }
    .twoColumns {
        margin: 0 5%;
    }
    .twoColumns {
        flex-wrap: wrap;
    }
    .columns {
        width: 100%;
    }
    .threeColumns {
        margin: 0 5%;
        flex-direction: column;
    }
    .threeColumns .columnThird {
        width: 100%;
    }
}
.pageSidebar {
    margin: 25px 10%;
    display: flex;
    justify-content: space-between;
}
.pageSidebar .sidebarColumn {
    width: 60%;
}
.pageSidebar .sidebar {
    width: 30%;
}
@media screen and (max-width: 600px) {
    .pageSidebar {
        flex-direction: column;
        margin: 15px 5%;
    }
    .pageSidebar .sidebar,
    .pageSidebar .sidebarColumn {
        width: 100%;
    }
}
.banner {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 20px;
    padding: 50px 0;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
    color: #fff;
}
.banner .pageSimpleButtonLink {
    min-width: 150px;
    margin: 5px 0;
    padding: 0;
    border: 4px solid #fff;
    color: #fff;
}
.banner .pageSimpleButtonLink:hover {
    color: #d7a439;
    background-color: transparent;
}
.banner .pageSimpleButtonLink p {
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    height: 100%;
}
.banner .pageSimpleButtonLink:hover p {
    background-color: #fff;
    color: #000;
    font-weight: 800;
    mix-blend-mode: lighten;
}
@media screen and (max-width: 500px) {
    .bannerText {
        width: 100%;
    }
}
.buttons {
    margin: 1% 10%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.pageContentButton {
    width: 30%;
    text-align: center;
    height: 250px;
    margin: 25px 0;
}
.pageContentButtonLink {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 100%;
    text-decoration: none;
    position: relative;
}
a.pageContentButtonLink:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: opacity 0.2s linear;
}
.pageContentButton:nth-child(odd) .pageContentButtonLink:after {
    background-color: #830000;
}
.pageContentButton:nth-child(even) .pageContentButtonLink:after {
    background-color: #d7a439;
}
a.pageContentButtonLink:hover:after {
    opacity: 0.8;
}
.pageContentButtonLink img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pageContentButtonLink h3 {
    font-family: Amiri, serif;
    font-weight: 400;
    bottom: 0;
    left: 0;
    padding: 25px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 36px;
    border: none;
    color: #fff;
    z-index: 9;
    transition: padding 0.2s linear, color 0.2s linear;
}
a.pageContentButtonLink:hover h3 {
    padding: 50px 25px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .pageContentButtonLink h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .buttons {
        margin: 3%;
    }
}
@media screen and (max-width: 768px) {
    .pageContentButton {
        width: 45%;
    }
}
@media screen and (max-width: 500px) {
    .pageContentButton {
        width: 100%;
    }
}
.simpleButtons {
    margin: 1% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pageSimpleButtonLink {
    min-width: 150px;
    margin: 5px 0;
    border: 4px solid #830000;
    color: #830000;
}
.pageSimpleButtonLink:hover {
    background-color: #830000;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .simpleButtons {
        margin: 25px;
    }
}
.pageGallery {
    padding: 3% 10%;
    margin: 3% 0;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 10;
}
.pageGallery #envira-gallery-wrap-181 {
    z-index: 999;
}
.pageGallery::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}
.page-template-page-accordion .ui-accordion .ui-accordion-content {
    border: none;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.6;
    margin-bottom: 30px;
    z-index: 0;
}
.page-template-page-accordion .ui-accordion .ui-accordion-content #vsel h4.vsel-meta-title a {
    color: #fff;
}
.page-template-page-accordion .ui-accordion .ui-accordion-content li,
.page-template-page-accordion .ui-accordion .ui-accordion-content p {
    font-family: Lato, sans-serif;
    color: #000;
}
.page-template-page-accordion .ui-accordion .ui-accordion-content h1,
.page-template-page-accordion .ui-accordion .ui-accordion-content h2,
.page-template-page-accordion .ui-accordion .ui-accordion-content h3,
.page-template-page-accordion .ui-accordion .ui-accordion-content h4,
.page-template-page-accordion .ui-accordion .ui-accordion-content h5,
.page-template-page-accordion .ui-accordion .ui-accordion-content h6 {
    font-family: Lato, sans-serif;
    color: #000;
}
.page-template-page-accordion .ui-accordion .ui-accordion-content a {
    color: #000;
}
.page-template-page-accordion .ui-accordion .ui-accordion-content .container {
    width: 95%;
    padding: 15px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.page-template-page-accordion .ui-accordion .ui-accordion-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    opacity: 0.85;
}
.page-template-page-accordion .ui-accordion .ui-accordion-header {
    display: block;
    text-align: center;
    padding: 0;
    margin: 15px auto;
    width: 95%;
    max-width: 1000px;
    font-size: 26px;
    color: #000;
    border: 0;
    border-radius: 0;
    background: 0 0;
}
.page-template-page-accordion .ui-accordion .ui-accordion-header h2 {
    display: inline-block;
    text-align: center;
    font-size: 3rem;
    color: #830000;
    margin: 0;
    padding: 0;
}
.page-template-page-accordion .ui-accordion .ui-accordion-header h2:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    width: 13px;
    height: 13px;
    background-size: 12px;
    background-position: center center;
    vertical-align: middle;
    margin-left: 15px;
    transition: 0.15s all;
    background-repeat: no-repeat;
}
.page-template-page-accordion .ui-accordion .ui-accordion-header.ui-state-active h2:after {
    transform: rotate(90deg);
}
.page-template-page-accordion .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.page-template-page-accordion .ui-accordion .ui-accordion-header i {
    font-size: 2rem;
    color: #830000;
    transition: transform 0.2s ease-in-out;
}
.page-template-page-accordion .ui-accordion .ui-state-active i {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}
.page-template-page-accordion .ui-accordion .ui-widget {
    font-family: Lato, sans-serif;
    border: 0;
    border-radius: 0;
}
.pageHeader {
    position: relative;
    height: 300px;
    margin-bottom: 25px;
}
.pageHeader::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.25;
}
.pageHeader img {
    position: relative;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.pageHeaderTitle {
    position: absolute;
    font-family: Amiri, serif;
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    bottom: 60px;
    padding: 0 10%;
    color: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
}
.pageHeader .breadcrumbs {
    position: absolute;
    font-family: Amiri, serif;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
    bottom: 20px;
    color: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
}
.pageHeader .breadcrumbs a,
.pageHeader .breadcrumbs span {
    font-family: Amiri, serif;
    color: #fff;
    text-decoration: none;
}
.pageHeader .breadcrumbs a:hover {
    text-decoration: underline;
}
.textHeaderTitle {
    font-size: 3rem;
    color: #000;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
}
.textHeaderLine {
    border-bottom: 2px solid #000;
    width: 75%;
    margin: 5px auto 15px;
}
.noHeader {
    margin-top: 50px;
}
@media screen and (max-width: 900px) {
    .pageHeader {
        position: relative;
        margin: 0 0 50px;
    }
    .pageHeader img {
        -o-object-position: 0;
        object-position: 0;
    }
}
.search #primary {
    margin: 3% 15%;
    min-height: 300px;
}
.featuredButtonContainer {
    flex: 1;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.featuredButton {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: height 0.2s ease-in-out, width 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.featuredButtonBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.featuredButton h2,
.featuredButton i {
    color: #fff;
    font-size: 30px;
}
.featuredButton.button-0 {
    background-color: #830000;
}
.featuredButton.button-1 {
    background-color: #910808;
}
.featuredButton.button-2 {
    background-color: #9d1313;
}
.featuredButton.button-3 {
    background-color: #a62121;
}
.featuredButton.button-4 {
    background-color: #ad3131;
}
.featuredButton.button-5 {
    background-color: #b14343;
}
.featuredButton:focus,
.featuredButton:hover {
    width: 90%;
    height: 90%;
    background-color: rgba(215, 164, 57, 0.75);
}
@media screen and (max-width: 900px) {
    .featuredButtonContainer {
        flex: none;
        width: 50%;
        height: 150px;
    }
}
@media screen and (max-width: 600px) {
    .featuredButtonContainer {
        width: 100%;
        height: 100px;
    }
    .featuredButton h2,
    .featuredButton i {
        font-size: 26px;
    }
}
.homeBanner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: auto;
    padding: 50px 0;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.homeBanner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #d7a439;
    opacity: 0.6;
    z-index: -1;
}
.homeBannerTitle {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
}
.homeBannerText {
    width: 66%;
    text-align: center;
}
.homeBannerButtons {
    width: 50%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.homeBannerButton {
    padding: 10px 20px;
    font-size: 16px;
    min-width: 150px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.homeBannerButton:hover {
    background: #fff;
    color: #d7a439;
}
@media screen and (max-width: 600px) {
    .homeBannerButtons {
        width: 90%;
    }
}
.homeHero {
    position: relative;
}
.heroImage {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
}
.heroOverlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.heroInfo {
    position: absolute;
    padding: 25px;
    text-align: center;
    max-width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
}
.heroInfo h1 {
    color: #fff;
    font-family: Amiri, serif;
    margin: 0;
    font-weight: 500;
    width: 100%;
}
.heroInfo p {
    font-size: 22px;
    font-family: Amiri, serif;
    font-weight: 500;
    margin: 25px 0;
}
.heroInfo a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #830000;
    border: 2px solid #830000;
    border-radius: 0;
    font-weight: 700;
    padding: 5px 20px;
    margin-right: 25px;
}
.heroInfo a:hover {
    background: #fff;
    color: #830000;
}
.heroInfoButtons {
    justify-content: space-around;
}
.homeVideo {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.homeVideo #home-video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.heroInfo {
    position: absolute;
    padding: 25px;
    text-align: center;
    max-width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
}
.heroInfo h1 {
    color: #fff;
    font-family: Amiri, serif;
    margin: 0;
    font-weight: 500;
    width: 100%;
}
.heroInfo p {
    font-size: 22px;
    font-family: Amiri, serif;
    font-weight: 500;
    margin: 25px 0;
}
.heroInfo a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #830000;
    border: 2px solid #830000;
    border-radius: 0;
    font-weight: 700;
    padding: 5px 20px;
    margin-right: 25px;
}
.heroInfo a:hover {
    background: #fff;
    color: #830000;
}
.heroInfoButtons {
    justify-content: space-around;
}
@media screen and (max-width: 768px) {
    .homeVideo {
        height: 500px;
    }
    .heroInfo {
        max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .homeVideo {
        height: 300px;
    }
    .heroInfo h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .heroInfo p {
        margin: 10px 0;
    }
    .heroInfo a {
        font-size: 16px;
        padding: 5px 15px;
    }
}
.home .flexslider {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.home .flexslider .flex-viewport .slide {
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}
.home .flexslider .flex-viewport .slide a {
    position: absolute;
    flex-direction: column;
    display: flex;
    background: #000;
    color: #fff;
    font-family: Amiri, serif;
    opacity: 0.75;
    bottom: 5%;
    left: 0;
    min-width: 400px;
    padding: 10px 50px;
}
.home .flexslider .flex-viewport .slide > a {
    display: none;
}
.home .flexslider .flex-control-nav {
    display: none;
}
.home .flexslider .flex-control-nav li a {
    background: rgba(215, 164, 57, 0.5);
    border: 3px solid rgba(215, 164, 57, 0.5);
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.home .flexslider .flex-control-nav li a.flex-active {
    background: rgba(215, 164, 57, 0.9);
    border: 3px solid #d7a439;
}
.home .flexslider .flex-direction-nav {
    bottom: 0;
}
.home .flexslider .flex-direction-nav a {
    height: 50px;
}
.home .flexslider .flex-direction-nav a::before {
    color: #d7a439;
    opacity: 0.8;
}
.home .flexslider .flex-direction-nav .flex-nav-prev .flex-prev:hover {
    left: 10px;
}
.home .flexslider .flex-direction-nav .flex-nav-next .flex-next:hover {
    right: 10px;
}
.homeMass {
    padding: 3% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.homeMassSubtitle.subtitle {
    font-size: 20px;
}
.homeMassSubtitle.subtitle a {
    color: #d7a439;
    text-decoration: none;
    font-style: italic;
}
.homeMassSubtitle.subtitle a:hover {
    text-decoration: underline;
}
.homeMassList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 40px 0 0;
}
.homeMassListItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    width: 20%;
    max-width: 275px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .homeMassListItem {
        width: 30%;
        max-width: none;
    }
}
@media screen and (max-width: 600px) {
    .homeMassList {
        margin: 25px 0 0;
    }
    .homeMassListItem {
        width: 100%;
        margin-bottom: 15px;
    }
}
.homeNews {
    padding: 3% 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.homeNewsSubtitle.subtitle {
    font-size: 20px;
}
.homeNewsSubtitle.subtitle a {
    color: #d7a439;
    text-decoration: none;
    font-style: italic;
}
.homeNewsSubtitle.subtitle a:hover {
    text-decoration: underline;
}
.homeNewsSection {
    width: 100%;
    margin-top: 50px;
}
.homeNewsSection .slick-next:before,
.homeNewsSection .slick-prev:before {
    color: #000;
}
.homeNewsSection .wp-show-posts-image.wpsp-image-center {
    position: relative;
    margin: 0;
}
.homeNewsSection
    .wp-show-posts-columns
    .wp-show-posts-single:not(.wp-show-posts-masonry-block)
    .wp-show-posts-image
    img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    flex: none;
}
.homeNewsSection .wp-show-posts-entry-header {
    padding: 25px 0 0;
}
.homeNewsSection .wp-show-posts-entry-header h2 a {
    color: #000;
}
.homeNewsSection .wp-show-posts-entry-header .wp-show-posts-entry-meta {
    display: none;
}
.homeNewsSection .wp-show-posts-entry-content,
.homeNewsSection .wp-show-posts-entry-summary {
    padding: 0;
}
.homeNewsSection .wpsp-read-more {
    padding: 0 0 25px;
}
.homeNewsSection .wpsp-read-more a {
    border: none;
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
.homeNewsSection .wpsp-read-more a:hover {
    background: #fff;
    color: #000;
    text-decoration: underline;
}
.homeNewsSection .wp-show-posts-columns#wpsp-254 .wp-show-posts-inner {
    margin: 0;
    padding: 25px;
}
.homeNewsSection .slick-track {
    display: flex;
}
@media screen and (max-width: 1024px) {
    .homeNewsSection
        .wp-show-posts-columns
        .wp-show-posts-single:not(.wp-show-posts-masonry-block)
        .wp-show-posts-image
        img {
        height: 250px;
    }
}
@media screen and (max-width: 768px) {
    .homeNewsSection .wp-show-posts-inner {
        padding: 10px;
    }
    .homeNewsSection
        .wp-show-posts-columns
        .wp-show-posts-single:not(.wp-show-posts-masonry-block)
        .wp-show-posts-image
        img {
        height: 200px;
    }
}
.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    flex: none;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-template-page-contact .pageHeader {
    margin-bottom: 0;
}
.page-template-page-contact .featuredButton i {
    font-size: 36px;
}
.page-template-page-contact .featuredButtonSubtitle {
    color: #fff;
    font-size: 16px;
    font-family: Lato, sans-serif, sans-serif;
    font-weight: 200;
    margin-top: 10px;
}
.staff-member-template-default article {
    margin: 3% 10%;
}
.staff-member-template-default article .entry-meta {
    display: block;
}
div.staff-member-listing {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.staff-member-listing .staff-member {
    display: flex;
    border-bottom: none;
}
.staff-member-listing .staff-member.even,
.staff-member-listing .staff-member.odd {
    flex-direction: column;
    width: 21%;
    max-height: none;
    margin-top: 0;
}
.staff-member-listing .staff-member .staff-member-info-wrap {
    float: none;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.staff-member-listing .staff-member .staff-member-info-wrap h3 {
    font-size: 20px;
    line-height: 26px;
}
.staff-member-listing .staff-member .staff-member-info-wrap h4 {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
}
.bioButton {
    padding: 10px 20px;
    margin-top: 25px;
    background: #830000;
    border: 3px solid #830000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 175px;
    border-radius: 30px;
}
.bioButton:hover {
    color: #830000;
    background: #fff;
}
.staff-member-listing .staff-member img {
    width: 100%;
    height: 325px;
    -o-object-fit: cover;
    object-fit: cover;
}
.staff-member-bio {
    max-height: 0;
    overflow: hidden;
}
.simcal-default-calendar-list dt.simcal-day-label {
    display: none;
}
.simcal-default-calendar-list .simcal-align-right {
    display: none;
}
.simcal-events-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homeEvents .simcal-default-calendar-list .simcal-day ul {
    display: flex;
    height: 100%;
    padding: 0;
}
.homeEvents .simcal-default-calendar-list .simcal-day ul li {
    width: 300px;
    text-align: center;
    margin: 0 25px;
    padding: 0 15px;
    border-radius: 15px;
}
.homeEvents .simcal-default-calendar-list .simcal-day ul li:hover {
    background: #b60000;
    box-shadow: 5px 5px 10px -6px #3d3d3d;
}
.homeEvents .simcal-default-calendar-list .simcal-day ul li .simcal-event-details {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.homeEvents .eventContainer a {
    color: #fff;
}
.eventDate {
    font-size: 15px;
}
.eventDay {
    font-size: 36px;
    font-weight: 800;
}
.eventTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    height: 100px;
    overflow: hidden;
    text-transform: uppercase;
}
.eventTime {
    font-size: 14px;
}
.entry-content .simcal-default-calendar-grid .simcal-events {
    font-size: 13px;
}
.homeEvents {
    padding: 1% 10%;
    background: #c39c29;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.homeEvents h1 {
    text-align: center;
    color: #fff;
}
.calendarLink {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    text-decoration: none;
}
.homeEvents a {
    color: #fff;
    text-decoration: none;
}
.homeEvents .eventsViewAll {
    margin-bottom: 15px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.homeEvents .eventsViewAll:hover {
    text-decoration: underline;
}
.homeEvents .wp-show-posts-image.wpsp-image-center {
    position: relative;
    margin: 0;
}
.homeEvents .wp-show-posts-entry-header {
    padding: 25px 0 0;
}
.homeEvents .wp-show-posts-entry-header h2 a {
    color: #fff;
}
.homeEvents .wp-show-posts-entry-header .wp-show-posts-entry-meta {
    display: none;
}
.homeEvents .wp-show-posts-entry-content,
.homeEvents .wp-show-posts-entry-summary {
    padding: 0;
}
.homeEvents .wpsp-read-more {
    padding: 0 0 25px;
}
.homeEvents .wpsp-read-more a {
    border: none;
    font-size: 1em;
    font-weight: 700;
    padding: 0;
}
.myparish-home-feed {
    height: 275px;
}
.myparish-home-feed-wrap {
    display: flex;
    height: 100%;
    box-shadow: 0 0 5px #000;
}
.myparish-home-feed-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex: 1;
    background: #edebd3;
    padding: 25px;
}
.myparish-home-feed-app .myparish-title {
    width: 100%;
    text-align: center;
}
.myparish-home-feed-app .myparish-title h2,
.myparish-home-feed-app .myparish-title h5 {
    margin: 0;
}
.myparish-home-feed-app svg {
    width: 60px;
    height: 60px;
}
.myparish-home-feed-app .myparish_view_more {
    width: 100%;
    text-align: center;
}
.myparish-home-feed-app .myparish_view_more button {
    background: 0 0;
    border: none;
}
.myparish-home-feed-app .myparish_view_more button:hover {
    text-decoration: underline;
}
#mpa_slider {
    flex: 3;
}
#mpa_slider .dpi_mpa_messages_container {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
}
#mpa_slider .dpi_mpa_messages_container li {
    flex: 1;
    background: #f6f4e9;
    padding: 25px 15px;
    height: 100%;
    justify-content: space-between;
}
#mpa_slider .dpi_mpa_messages_container li:hover {
    height: 110%;
    border-top: 5px solid #bb8f31;
    box-shadow: 0 0 5px #000;
    z-index: 10;
}
#mpa_slider .dpi_mpa_messages_container li a {
    text-decoration: none;
}
#mpa_slider .dpi_mpa_messages_container li a .dpi_mpa_message {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.dpi_mpa_message span {
    color: #000;
    margin-bottom: 15px;
}
.dpi_mpa_message .dpi_mpa_message_date {
    font-size: 20px;
}
.dpi_mpa_message .dpi_mpa_message_link {
    color: #bb8f31;
}
@media screen and (max-width: 900px) {
    .myparish-home-feed-wrap {
        flex-direction: column;
        width: 100%;
    }
    .myparish-home-feed {
        height: auto;
    }
    .myparish-home-feed-wrap #mpa_slider {
        flex-direction: column;
    }
    #mpa_slider .dpi_mpa_messages_container li {
        height: 250px;
    }
}
@media screen and (max-width: 600px) {
    #mpa_slider .dpi_mpa_messages_container {
        flex-direction: column;
    }
    #mpa_slider .dpi_mpa_messages_container li {
        width: 100%;
        height: auto;
    }
}
.page-template-homepage .metaslider {
    z-index: -1;
    overflow: hidden;
}
.page-template-homepage .site-content .flexslider {
    border: none;
    margin-bottom: 0;
    overflow: hidden;
}
.page-template-homepage .site-content .flexslider .slides {
    position: relative;
}
.page-template-homepage .site-content .flexslider .slides > li {
    display: block;
}
.page-template-homepage .site-content .flexslider .slides li {
    position: relative;
}
.page-template-homepage .site-content .flexslider .slides li img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-template-homepage .site-content .flexslider .slides .sliderOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.35;
}
.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 35%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
}
.page-template-homepage .site-content .flexslider .slides li .height-300px {
    top: 15%;
}
.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1 {
    width: 100%;
    margin: 20px auto;
    color: #830000;
}
.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1:after {
    content: none;
}
.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h4 {
    width: 100%;
    margin: 20px auto 35px;
    color: #830000;
}
.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox a {
    color: #830000;
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    max-width: 50%;
    margin: 0 auto;
    background: 0 0;
    border: 3px solid #830000;
    text-decoration: none;
    padding: 5px 15px;
}
.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox a:hover {
    color: #d7a439;
    background: #830000;
}
.page-template-homepage .site-content .flexslider .slides li .box-bg {
    background: rgba(0, 0, 0, 0.45);
    border: 3px solid #fff;
    padding: 50px;
}
.page-template-homepage .flexslider .flex-direction-nav a {
    height: 50px;
}
.page-template-homepage .flexslider .flex-direction-nav a::before {
    color: #fff;
}
.page-template-homepage .flexslider .flex-control-nav {
    bottom: 0;
}
.page-template-homepage .flexslider .flex-control-nav li a {
    width: 20px;
    height: 20px;
    background: rgba(243, 236, 215, 0.5);
    border: 3px solid rgba(243, 236, 215, 0.5);
}
.page-template-homepage .flexslider .flex-control-nav li a.flex-active {
    background: rgba(243, 236, 215, 0.9);
    border: 3px solid #f3ecd7;
}
@media screen and (max-width: 425px) {
    .page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1 {
        font-size: 2.2rem;
    }
}
.contact-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 1.5rem;
}
.contact-info a {
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
    max-width: 50%;
    margin: 0 auto 10px;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    border: 2px solid #666;
}
.gform_footer.top_label input {
    background: 0 0;
    color: #666;
    padding: 15px 35px;
    border: 2px solid #666;
    border-radius: 0;
}
.gform_footer.top_label input:hover {
    background: #666;
    color: #fff;
}
.page-template-page-contact .formContainer .gform_wrapper .gform_footer.top_label input[type="submit"] {
    font-size: 1.4rem;
    margin: 0 auto;
}
.page-template-page-contact .gform_wrapper .gform_footer input.button,
.page-template-page-contact .gform_wrapper .gform_footer input[type="submit"],
.page-template-page-contact .gform_wrapper .gform_page_footer input.button,
.page-template-page-contact .gform_wrapper .gform_page_footer input[type="submit"] {
    margin: 0 auto;
}
.page-template-page-contact .gform_wrapper .gform_footer {
    text-align: center;
}
.site-footer .footer-content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-footer .footer-content .footerContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4rem 0;
}
.site-footer .footer-content .footerContainer > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 1;
}
.site-footer .footer-content .footerContainer > div a,
.site-footer .footer-content .footerContainer > div h1,
.site-footer .footer-content .footerContainer > div h2,
.site-footer .footer-content .footerContainer > div h3,
.site-footer .footer-content .footerContainer > div h4,
.site-footer .footer-content .footerContainer > div h5,
.site-footer .footer-content .footerContainer > div h6,
.site-footer .footer-content .footerContainer > div li,
.site-footer .footer-content .footerContainer > div p,
.site-footer .footer-content .footerContainer > div span {
    color: #fff;
}
.site-footer .footer-content .footerContainer > div h1,
.site-footer .footer-content .footerContainer > div h2,
.site-footer .footer-content .footerContainer > div h3,
.site-footer .footer-content .footerContainer > div h4,
.site-footer .footer-content .footerContainer > div h5,
.site-footer .footer-content .footerContainer > div h6 {
    font-family: Roboto, Amiri, serif;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.site-footer .footer-content .footerContainer > div a:hover {
    text-decoration: underline;
}
.site-footer .footer-content .footerContainer .footerBranding > a {
    height: 45%;
}
.site-footer .footer-content .footerContainer .footerBranding > a:hover {
    text-decoration: none;
}
.site-footer .footer-content .footerContainer .footerBranding .img-btn {
    align-items: center;
    border: 1px solid transparent;
    width: 200px;
    margin-bottom: 1.5rem;
    transition: border-color 0.2s ease-in;
}
.site-footer .footer-content .footerContainer .footerBranding .img-btn img {
    filter: brightness(95%);
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 2px;
    transition: border-color 0.2s ease-in, filter 0.2s ease-in;
}
.site-footer .footer-content .footerContainer .footerBranding .img-btn:hover {
    border-color: #d7a439;
}
.site-footer .footer-content .footerContainer .footerBranding .img-btn:hover img {
    filter: unset;
}
.site-footer .footer-content .footerContainer .footerBranding .footer-ctas .footer-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}
.site-footer .footer-content .footerContainer .footerBranding .footer-ctas .footer-cta .footer-cta-message {
    padding-right: 0.5em;
    margin: 0;
}
.site-footer .footer-content .footerContainer .footerBranding .footer-ctas .footer-cta .footer-cta-link {
    text-decoration: underline;
}
.site-footer .footer-content .footerContainer .footerBranding .footer-ctas .footer-cta .footer-cta-link:hover {
    text-decoration: none;
}
.site-footer .footer-content .footerContainer .footerContact {
    width: 35%;
}
.site-footer .footer-content .footerContainer .footerContact > div {
    margin: 0.5em 0;
}
.site-footer .footer-content .footerContainer .footerContact > div a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .footer-content .footerContainer .footerContact > div a .pic {
    width: 10%;
}
.site-footer .footer-content .footerContainer .footerContact > div a .pic img {
    filter: brightness(0) invert(100%);
    width: 2rem;
}
.site-footer .footer-content .footerContainer .footerContact > div a .link {
    align-self: center;
    width: 85%;
}
.site-footer .footer-content .footerContainer .footerContact > div.officeHours {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .footer-content .footerContainer .footerContact > div.officeHours .label {
    color: #fff;
    width: 10%;
}
.site-footer .footer-content .footerContainer .footerContact > div.officeHours .hours {
    color: #fff;
    width: 85%;
}
@media (max-width: 449px) {
    .site-footer .footer-content .footerContainer .footerContact > div.officeHours .label {
        display: none;
    }
    .site-footer .footer-content .footerContainer .footerContact > div.officeHours .hours {
        width: 100%;
    }
}
.site-footer .footer-content .footerContainer .footerLinks ul {
    margin: 0;
    padding-left: 1em;
}
.site-footer .footer-content .footerContainer .footerLinks ul li {
    margin-bottom: 1em;
}
.site-footer .footer-content .footerContainer::after {
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}
.site-footer .footer-content .footerContainer::after {
    background: #830000;
}
@media (max-width: 1149px) {
    .site-footer .footer-content .footerContainer {
        justify-content: space-around;
    }
    .site-footer .footer-content .footerContainer .footerBranding {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 2rem;
    }
    .site-footer .footer-content .footerContainer .footerBranding .img-btn {
        width: unset;
        height: unset;
    }
    .site-footer .footer-content .footerContainer .footerBranding .btn-btn {
        height: 50%;
    }
    .site-footer .footer-content .footerContainer .footerContact {
        width: 45%;
    }
}
@media (max-width: 899px) {
    .site-footer .footer-content .footerContainer .footerContact,
    .site-footer .footer-content .footerContainer .footerLinks {
        width: 100%;
    }
    .site-footer .footer-content .footerContainer .footerLinks {
        margin-top: 2rem;
    }
}
@media (max-width: 767px) {
    .site-footer .footer-content .footerContainer .footerBranding {
        flex-direction: column;
    }
    .site-footer .footer-content .footerContainer .footerBranding > a {
        text-align: center;
        width: 100%;
        margin-bottom: 2rem;
    }
    .site-footer .footer-content .footerContainer .footerBranding > a.btn-btn {
        height: unset;
        margin-bottom: 0;
    }
}
.site-footer .site-info {
    padding: 1.5em 0;
}
.site-footer .site-info p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer .site-info p span {
    color: #830000;
}
.site-footer .site-info p span a {
    color: #830000;
}
.site-footer .site-info p span a:hover {
    text-decoration: underline;
}
.site-footer .site-info p span .hearts {
    color: #bb8f31;
}
@media (max-width: 767px) {
    .site-footer .site-info p span {
        width: 100%;
    }
    .site-footer .site-info p span:nth-child(even) {
        text-align: right;
    }
}
@media (max-width: 499px) {
    .site-footer .site-info p span {
        text-align: center !important;
    }
}
.page-template-page-sidebar .site-main {
    margin: 3% 0;
}
.page-template-page-sidebar .entry-content {
    width: 60%;
    padding: 0 0 0 10%;
}
.page-template-page-sidebar .column {
    width: 60%;
    margin: 0;
    padding: 0 0 0 10%;
}
.page-template-page-sidebar .twoColumns {
    width: 60%;
    margin: 0;
    padding: 0 0 0 10%;
}
.page-template-page-sidebar .pageSidebar {
    margin: 0;
    padding: 0 10%;
}
.page-template-page-sidebar .pageSidebar .sidebarColumn {
    width: 62%;
}
.page-template-page-sidebar .fullColumn {
    margin: 0 10%;
}
.entry-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.entry-content .theContent {
    width: 65%;
    padding-right: 1em;
}
.entry-content .theBox {
    display: flex;
    width: 35%;
}
.entry-content .theBox .contactBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.32);
    width: 90%;
    height: auto;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 0 auto;
    transition: 0.2s ease-in;
}
.entry-content .theBox .contactBox:hover {
    box-shadow: 2px 2px 1px 3px rgba(0, 0, 0, 0.32);
}
.entry-content .theBox .contactBox .title {
    background: #830000;
    color: #fff;
    font-family: Roboto, Amiri, serif;
    font-size: 1.4rem;
    text-align: center;
}
.entry-content .theBox .contactBox .content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 1em 1em;
}
.entry-content .theBox .contactBox .content p {
    color: #404040;
    margin-bottom: 10px;
}
.entry-content .theBox .contactBox .content p a {
    display: flex;
    color: #a1a1a1;
    font-weight: 400;
}
.entry-content .theBox .contactBox .content p a img {
    height: 1.25rem;
    margin-right: 0.5em;
}
.entry-content .theBox .contactBox .content p a span {
    margin-top: -0.25em;
    transition: color 0.2s ease-in;
}
.entry-content .theBox .contactBox .content p a:hover span {
    color: #404040;
}
.entry-content .theBox .contactBox .content .job {
    border-bottom: 1px solid #d7a439;
    font-size: 1.15rem;
    padding-bottom: 0.5em;
}
.entry-content .theBox .contactBox .content .name a {
    color: #404040;
}
@media (max-width: 1149px) {
    .entry-content .theBox,
    .entry-content .theContent {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .entry-content .theBox .contactBox {
        margin: auto;
    }
}
@media (max-width: 449px) {
    .entry-content .theBox .contactBox .content p a img {
        display: none;
    }
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
