/*!
Theme Name: Capuchins Timber Theme
Theme URI: https://github.com/timber/timber
Description: A theme custom tailored to suit the needs of Capuchins USA
Author: Longbeard
Author URI: https://www.longbeard.com
Version: 1.0.1
*/
/******************************************************************
JMJ
Site Name: Capuchins
Author: Longbeard

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORT ELEMENTS 
*********************/
/******************************************************************

Stylesheet: Variables

******************************************************************/
/* Colours */
/* Spacing / Padding */
/******************************************************************

Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE
*********************/
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800|Noto+Serif:400,700");
h1,
.h1 {
  margin: 0;
  font: 400 3rem/1.2em "Noto", "Georgia", Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
}

h2,
.h2 {
  margin: 0;
  font: 700 2.25rem/1.5em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #4C2013;
}

h3,
.h3 {
  margin: 0;
  font: 400 2rem/1.4em "Noto", "Georgia", Cambria, Times New Roman, Times, serif;
}

h4,
.h4 {
  margin: 0;
  font: 600 1.25rem/1.4em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h5,
.h5 {
  margin: 0;
  font: 600 1.563rem/1.6em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

h6,
.h6 {
  margin: 0;
  font: 400 1.235rem/1.6em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  font: 400 1rem/1.6em "Noto", "Georgia", Cambria, Times New Roman, Times, serif;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 1.5rem;
  width: 100%;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
p:last-child {
  margin-bottom: 0;
}

::selection {
  background: #4C2013;
  color: #FFFFFF;
}

/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*************************
MEDIA QUERY (MQ)
*************************/
/**************************
RESPONSIVE RATIO
**************************/
/*************************
MEDIA QUERY (MQ)
*************************/
/*********************************
SVG BACKGROUND IMAGE WITH FALLBACK
*********************************/
/* USAGE
.lb_div {
    @include background-image('bg');
}
** must have bg.svg, bg.png & bg@2x.png
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************
IMPORT PAGES
*********************/
/******************************************************************

Stylesheet: Universal Site Styles

Only put styles in here that will be used across the entire site.
For styles only applying to one particular page, use the appropriate
page SCSS file.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/******************************************************************

Site Name: Capuchins

Stylesheet: Typography

******************************************************************/
html {
  font-size: 17px;
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

body {
  font: 400 1rem/1.6em "Noto", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  color: #434343;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  box-sizing: border-box;
}
body *:focus {
  outline: none;
}
body .content {
  position: relative;
  z-index: 102;
}
body.modal-active, body.menu-active {
  overflow: hidden;
}

a {
  color: #112E36;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  a[href^=tel] {
    color: inherit !important;
    text-decoration: none;
    font-weight: inherit !important;
  }
}

.single section.content a {
  color: #8C9DA2 !important;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizelegibility;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
h1.blue {
  color: #112E36;
}
h1.red {
  color: #4C2013 !important;
}
h1.light-blue {
  color: #8C9DA2;
}
h1.bottom {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  h1.bottom {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h1.bottom {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h1.bottom {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}
h1.bottom-half {
  margin-bottom: 1.875rem !important;
}
@media (max-width: 1440px) {
  h1.bottom-half {
    margin-bottom: calc(1.875rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h1.bottom-half {
    margin-bottom: calc(1.875rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h1.bottom-half {
    margin-bottom: calc(1.875rem - 1.5rem) !important;
  }
}

@media (max-width: 1440px) {
  h2 {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.5rem !important;
  }
}
h2.blue {
  color: #112E36;
}
h2.red {
  color: #4C2013 !important;
}
h2.light-blue {
  color: #8C9DA2;
}
h2.bottom {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  h2.bottom {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h2.bottom {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h2.bottom {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}
h2.bottom-half {
  margin-bottom: 1.875rem !important;
}
@media (max-width: 1440px) {
  h2.bottom-half {
    margin-bottom: calc(1.875rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h2.bottom-half {
    margin-bottom: calc(1.875rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h2.bottom-half {
    margin-bottom: calc(1.875rem - 1.5rem) !important;
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: 2rem !important;
  }
}
h3.line.red {
  position: relative;
  padding-left: 2rem;
  color: #4C2013 !important;
}
h3.line.red::before {
  content: "";
  background: #E6DCD4;
  width: 10px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  h3.line.red::before {
    height: 90%;
  }
}
@media (max-width: 600px) {
  h3.line.red::before {
    height: 95%;
  }
}
h3.line.white {
  position: relative;
  padding-left: 2rem;
  color: #8C9DA2 !important;
}
h3.line.white::before {
  content: "";
  background: #FFFFFF;
  width: 10px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  h3.line.white::before {
    height: 90%;
  }
}
@media (max-width: 600px) {
  h3.line.white::before {
    height: 95%;
  }
}
h3.line.white.white {
  position: relative;
  padding-left: 2rem;
  color: #FFFFFF !important;
}
h3.line.white.white::before {
  content: "";
  background: #FFFFFF;
  width: 10px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  h3.line.white.white::before {
    height: 90%;
  }
}
@media (max-width: 600px) {
  h3.line.white.white::before {
    height: 95%;
  }
}
h3.line.white strong {
  color: #FFFFFF;
}
h3.line strong {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h3.blue {
  color: #112E36;
}
h3.red {
  color: #4C2013;
}
h3.light-blue {
  color: #8C9DA2;
}
h3.bottom {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  h3.bottom {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h3.bottom {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h3.bottom {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}
h3.top {
  margin-top: 3.75rem !important;
}
@media (max-width: 1440px) {
  h3.top {
    margin-top: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  h3.top {
    margin-top: calc(3.75rem - 1rem) !important;
  }
}
h3.bottom-half {
  margin-bottom: 1.875rem !important;
}
@media (max-width: 1440px) {
  h3.bottom-half {
    margin-bottom: calc(1.875rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h3.bottom-half {
    margin-bottom: calc(1.875rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h3.bottom-half {
    margin-bottom: calc(1.875rem - 1.5rem) !important;
  }
}

@media (max-width: 600px) {
  h4 {
    font-size: 1.2rem !important;
  }
}
h4.blue {
  color: #112E36;
}
h4.red {
  color: #4C2013;
}
h4.light-blue {
  color: #8C9DA2;
}
h4.bottom {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  h4.bottom {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h4.bottom {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h4.bottom {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}

@media (max-width: 600px) {
  h5 {
    font-size: 1.3rem !important;
  }
}
h5.blue {
  color: #112E36;
}
h5.red {
  color: #4C2013;
}
h5.light-blue {
  color: #8C9DA2;
}
h5.bottom {
  margin-bottom: 3rem !important;
}
@media (max-width: 1440px) {
  h5.bottom {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h5.bottom {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h5.bottom {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}

h6.blue {
  color: #112E36;
}
h6.red {
  color: #4C2013;
}
h6.light-blue {
  color: #8C9DA2;
}
h6.bottom {
  margin-bottom: 1.5rem !important;
}
@media (max-width: 1440px) {
  h6.bottom {
    margin-bottom: calc(1.5rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  h6.bottom {
    margin-bottom: calc(1.5rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  h6.bottom {
    margin-bottom: calc(1.5rem - 1.5rem) !important;
  }
}

.lb-text-wrapper a {
  font-weight: 600;
}
.lb-text-wrapper.blue p {
  color: #112E36;
}
.lb-text-wrapper.red p {
  color: #4C2013;
}
.lb-text-wrapper.light-blue p {
  color: #8C9DA2;
}
.lb-text-wrapper.bottom {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  .lb-text-wrapper.bottom {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .lb-text-wrapper.bottom {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .lb-text-wrapper.bottom {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}
.lb-text-wrapper.top {
  margin-top: 3.75rem !important;
}
@media (max-width: 1440px) {
  .lb-text-wrapper.top {
    margin-top: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .lb-text-wrapper.top {
    margin-top: calc(3.75rem - 1rem) !important;
  }
}
.lb-text-wrapper ul {
  padding: 0;
  list-style-position: outside;
  margin-left: 1.25rem;
}
p.bottom {
  margin-bottom: 3rem !important;
}
@media (max-width: 1440px) {
  p.bottom {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  p.bottom {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  p.bottom {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}

/*********************
HEADER & NAV STYLES
*********************/
/*****************************************************************

Site Name: Capuchins

Stylesheet: Global Header

******************************************************************/
/*********************
Header
*********************/
body .buorg {
  height: 100vh !important;
  padding-top: 45vh !important;
}

header {
  background: #112E36;
  z-index: 999;
  position: relative;
}
header .wrapper {
  height: 160px;
  display: table;
  width: 100%;
}
@media (max-width: 1024px) {
  header .wrapper {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .wrapper .lb-logo {
  display: table-cell;
  vertical-align: middle;
}
header .wrapper .lb-logo a {
  opacity: 1;
  transition: 0.35s ease-in-out;
}
header .wrapper .lb-logo a:hover {
  opacity: 0.5;
}
header .wrapper .lb-logo a img {
  margin-left: 4.1666666667vw;
  width: 240px;
}
@media (max-width: 1024px) {
  header .wrapper .lb-logo a img {
    width: auto;
    height: 70px;
  }
}
@media (max-width: 600px) {
  header .wrapper .lb-logo a img {
    height: 55px;
  }
}
header .wrapper .menus {
  text-align: right;
}
@supports (display: flex) {
  header .wrapper .menus {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
header .wrapper .menus .nav-secondary {
  display: inline-block;
}
@media (max-width: 1024px) {
  header .wrapper .menus .nav-secondary {
    display: none;
  }
}
header .wrapper .menus .nav-secondary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .wrapper .menus .nav-secondary ul li {
  float: left;
  background: #8C9DA2;
  margin: 0;
  padding: 0;
  position: relative;
}
header .wrapper .menus .nav-secondary ul li.current-menu-item > a span, header .wrapper .menus .nav-secondary ul li.current_page_parent > a span {
  color: #112E36;
}
header .wrapper .menus .nav-secondary ul li:last-child.current-menu-item > a span, header .wrapper .menus .nav-secondary ul li:last-child.current_page_parent > a span {
  color: #8C9DA2;
}
header .wrapper .menus .nav-secondary ul li a {
  display: block;
  padding: 0 2rem;
  color: #FFFFFF;
  text-decoration: none;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  header .wrapper .menus .nav-secondary ul li a {
    padding: 0 1rem;
    font-size: 0.8rem !important;
  }
}
header .wrapper .menus .nav-secondary ul li a span {
  display: inline-block;
  transition: 0.35s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
header .wrapper .menus .nav-secondary ul li a:hover span {
  color: #112E36;
}
header .wrapper .menus .nav-secondary ul li::after {
  content: "|";
  color: #FFFFFF;
  font-family: "Noto", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .wrapper .menus .nav-secondary ul li:nth-last-child(-n+2)::after {
  display: none;
}
header .wrapper .menus .nav-secondary ul li:last-child {
  background: #4C2013;
}
header .wrapper .menus .nav-secondary ul li:last-child a:hover span {
  color: #8C9DA2;
}
header .wrapper .menus .nav-main {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 45px;
}
@media (max-width: 1440px) {
  header .wrapper .menus .nav-main {
    margin-right: 4.1666666667vw;
  }
}
@media (max-width: 1024px) {
  header .wrapper .menus .nav-main {
    display: none;
  }
}
header .wrapper .menus .nav-main ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .wrapper .menus .nav-main ul li {
  float: left;
  margin: 0;
  padding: 1rem 0;
}
header .wrapper .menus .nav-main ul li.current-menu-item > a::before, header .wrapper .menus .nav-main ul li.current_page_parent > a::before, header .wrapper .menus .nav-main ul li.current-menu-ancestor > a::before {
  transform: scaleX(1);
  opacity: 1;
}
header .wrapper .menus .nav-main ul li .open-arrow {
  display: none;
}
header .wrapper .menus .nav-main ul li a {
  padding: 0;
  padding-bottom: 4px;
  margin: 0 1.75rem;
  color: #FFFFFF;
  text-decoration: none;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1 !important;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1440px) {
  header .wrapper .menus .nav-main ul li a {
    margin: 0 0.75rem;
    font-size: 0.8rem !important;
  }
}
header .wrapper .menus .nav-main ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 0.35s ease-in-out;
}
header .wrapper .menus .nav-main ul li a:hover::before {
  transform: scaleX(1);
}
header .wrapper .menus .nav-main ul li a[href="#"] {
  pointer-events: none;
  cursor: normal;
}
header .wrapper .menus .nav-main ul li:hover > .lb-subnav {
  visibility: visible;
  opacity: 1;
}
header .wrapper .menus .nav-main ul li .lb-subnav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 250px;
  background: #FFFFFF;
  z-index: 999;
  transition: 0.35s ease-in-out;
  padding: 1rem;
  margin-top: 1rem;
}
@media (max-width: 1440px) {
  header .wrapper .menus .nav-main ul li .lb-subnav {
    width: 225px;
  }
}
header .wrapper .menus .nav-main ul li .lb-subnav ul {
  display: flex;
  flex-direction: column;
  text-align: left;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li {
  padding: 0;
  margin-top: 8px;
  position: relative;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li.current-menu-item > a::before, header .wrapper .menus .nav-main ul li .lb-subnav ul li.current_page_parent > a::before, header .wrapper .menus .nav-main ul li .lb-subnav ul li.current-menu-ancestor > a::before {
  transform: scaleX(1);
  opacity: 1;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li:hover > .lb-subnav {
  visibility: visible !important;
  opacity: 1 !important;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li:first-child {
  margin-top: 0;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li.menu-item-has-children {
  position: relative;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li.menu-item-has-children:hover::before {
  transform: translateY(-50%) translateX(0.3rem) rotate(-90deg);
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li.menu-item-has-children::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  right: 0;
  top: 50%;
  position: absolute;
  background: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/down-arrow-blue_svg-1544040269");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.35s ease-in-out;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li .lb-subnav {
  visibility: hidden;
  opacity: 0;
  left: calc(100% + 1rem);
  width: 300px;
  top: -2rem;
}
@media (max-width: 1440px) {
  header .wrapper .menus .nav-main ul li .lb-subnav ul li .lb-subnav {
    width: 235px;
  }
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li a {
  color: #112E36;
  padding: 0.75rem;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
  margin-bottom: 0.5rem;
}
header .wrapper .menus .nav-main ul li .lb-subnav ul li a::before {
  background: #8C9DA2;
}

/*****************************************************************

Site Name: Capuchins

Stylesheet: Global Mobile Menu

******************************************************************/
/*********************
Mobile Menu
*********************/
.mobile-button {
  display: none;
  color: #FFFFFF;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-right: calc(1rem + 25px);
  position: relative;
  cursor: pointer;
  margin-right: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .mobile-button {
    display: block;
  }
}
@media (max-width: 340px) {
  .mobile-button {
    padding-right: calc(1rem + 20px);
  }
}
.mobile-button span {
  color: #112E36;
  transition: 0.35s ease-in-out;
}
.mobile-button::before {
  content: "MENU";
  opacity: 1;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  transform: translateY(0);
  transition: 0.35s ease-in-out;
}
.mobile-button::after {
  content: "CLOSE";
  opacity: 0;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  transform: translateY(1rem);
  transition: 0.35s ease-in-out;
}
.mobile-button .bars {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 20px;
}
.mobile-button .bars div {
  background: #FFFFFF;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  transform-origin: left center;
  transition: 0.35s ease-in-out;
}
.mobile-button .bars div:last-child {
  margin-bottom: 0;
}
.mobile-button.active {
  color: #112E36;
}
.mobile-button.active::after {
  opacity: 1;
  transform: translateY(0);
}
.mobile-button.active::before {
  transform: translateY(-1rem);
  opacity: 0;
}
.mobile-button.active .bars div:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-button.active .bars div:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-button.active .bars div:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vh - 120px);
  background: #112E36;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.55s ease-in-out;
  z-index: 100;
  overflow: auto;
}
@media (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .mobile-menu-inner {
  padding: 8.3333333333vw;
  padding-bottom: 27.0833333333vw;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu ul li {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .mobile-menu ul li {
    margin-bottom: 1rem;
  }
}
.mobile-menu ul li.current-menu-item > a::before, .mobile-menu ul li.current_page_parent > a::before {
  transform: scaleX(1);
}
.mobile-menu ul li a {
  text-decoration: none;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 4px;
  font-size: 1.75rem;
}
@media (max-width: 600px) {
  .mobile-menu ul li a {
    font-size: 1.25rem;
  }
}
.mobile-menu ul li a::before {
  content: "";
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 0.35s ease-in-out;
  height: calc(2px + 1px);
}
@media (max-width: 600px) {
  .mobile-menu ul li a::before {
    height: 2px;
  }
}
.mobile-menu ul li .open-arrow {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  top: -2px;
}
.mobile-menu ul li .open-arrow img {
  width: 3rem;
  transition: 0.35s ease-in-out;
}
@media (max-width: 600px) {
  .mobile-menu ul li .open-arrow img {
    width: 2rem;
  }
}
.mobile-menu ul li .open-arrow.active img {
  transform: rotate(180deg);
}
.mobile-menu ul li .lb-subnav {
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: none;
}
.mobile-menu ul li .lb-subnav li {
  margin-left: 1rem;
}

/*********************
GLOBAL ELEMENTS
*********************/
/*********************
Please add global elements as a partial to the 'elements' folder and import here. 
Example of great canidates are title areas, accordions, or tabs.
*********************/
/******************************************************************

Site Name: Capuchins

Stylesheet: animations

******************************************************************/
@keyframes pageable-slide {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes img-fade-slide {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-fade-slide {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos=text-reveal] {
  opacity: 0;
  transform: translateY(1rem);
  transition-property: transform, opacity;
  transition: 0.55s ease-in-out 0.5s;
}
[data-aos=text-reveal].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos=image-reveal] {
  opacity: 0;
  transition-property: transform, opacity;
  transition: 0.55s ease-in-out 0.25s;
}
[data-aos=image-reveal].aos-animate {
  opacity: 1;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Timeline

******************************************************************/
.lb-timeline {
  position: relative;
}
.lb-timeline::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #112E36;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .lb-timeline::before {
    left: 0;
    transform: translateX(0);
  }
}
.lb-timeline .card {
  background: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 8.3333333333vw !important;
}
@media (max-width: 1440px) {
  .lb-timeline .card {
    margin-bottom: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) {
  .lb-timeline .card {
    margin-bottom: 12.5vw !important;
  }
}
@media (max-width: 600px) {
  .lb-timeline .card {
    margin-bottom: 16.6666666667vw !important;
  }
}
.lb-timeline .card:last-child {
  margin-bottom: 0 !important;
}
.lb-timeline .card .lb-col {
  width: 33.3333333333vw !important;
}
@media (max-width: 1440px) {
  .lb-timeline .card .lb-col {
    width: 31.25vw !important;
  }
}
@media (max-width: 1024px) {
  .lb-timeline .card .lb-col {
    width: 100% !important;
    padding-left: 8.3333333333vw;
  }
}
.lb-timeline .card:first-child::before {
  display: none;
}
.lb-timeline .card:first-child .lb-row-inner {
  align-items: flex-start !important;
}
.lb-timeline .card:first-child .lb-row-inner .lb-col.info::before {
  display: none;
}
.lb-timeline .card:nth-child(even) .lb-col.img {
  order: 2;
  text-align: left !important;
}
@media (max-width: 1024px) {
  .lb-timeline .card:nth-child(even) .lb-col.img {
    text-align: center !important;
  }
}
.lb-timeline .card:nth-child(even) .lb-col.info {
  order: 1;
  text-align: right;
}
@media (max-width: 1024px) {
  .lb-timeline .card:nth-child(even) .lb-col.info {
    text-align: left;
  }
}
.lb-timeline .card:nth-child(even) .lb-col.info::before {
  left: initial !important;
  right: calc(-8.3333333333vw);
}
@media (max-width: 1024px) {
  .lb-timeline .card:nth-child(even) .lb-col.info::before {
    right: initial !important;
    left: 0 !important;
  }
}
.lb-timeline .card .lb-row-inner {
  align-items: center;
}
.lb-timeline .card .lb-row-inner .lb-col.img {
  text-align: right;
}
@media (max-width: 1024px) {
  .lb-timeline .card .lb-row-inner .lb-col.img {
    text-align: center;
    order: 2;
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .lb-timeline .card .lb-row-inner .lb-col.img {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .lb-timeline .card .lb-row-inner .lb-col.img {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .lb-timeline .card .lb-row-inner .lb-col.img {
    padding-top: 8.3333333333vw;
  }
}
.lb-timeline .card .lb-row-inner .lb-col.img img {
  width: 25vw;
}
@media (max-width: 1440px) {
  .lb-timeline .card .lb-row-inner .lb-col.img img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .lb-timeline .card .lb-row-inner .lb-col.img img {
    width: calc(100% - 16.6666666667vw) !important;
  }
}
@media (max-width: 600px) {
  .lb-timeline .card .lb-row-inner .lb-col.img img {
    width: 100% !important;
  }
}
.lb-timeline .card .lb-row-inner .lb-col.img p {
  font-style: italic;
  padding-top: 1.5rem !important;
}
@media (max-width: 1440px) {
  .lb-timeline .card .lb-row-inner .lb-col.img p {
    padding-top: calc(1.5rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .lb-timeline .card .lb-row-inner .lb-col.img p {
    text-align: left !important;
  }
}
.lb-timeline .card .lb-row-inner .lb-col.info {
  position: relative;
}
@media (max-width: 1024px) {
  .lb-timeline .card .lb-row-inner .lb-col.info {
    order: 1;
  }
}
.lb-timeline .card .lb-row-inner .lb-col.info::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #112E36;
  position: absolute;
  top: 1.5rem;
  left: calc(-8.3333333333vw);
}
@media (max-width: 1024px) {
  .lb-timeline .card .lb-row-inner .lb-col.info::before {
    top: 1.25rem;
    left: 0;
  }
}
@media (max-width: 600px) {
  .lb-timeline .card .lb-row-inner .lb-col.info::before {
    top: 0.525rem;
  }
}
.lb-timeline .card .lb-row-inner .lb-col.info h2 {
  text-transform: none !important;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Staff Card Styles

******************************************************************/
@media (max-width: 1024px) {
  .staff {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.staff .lb-row-inner {
  justify-content: space-between;
}
.staff .lb-row-inner .card {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .staff .lb-row-inner .card {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .staff .lb-row-inner .card {
    padding-bottom: 16.6666666667vw;
  }
}
.staff .lb-row-inner .card:nth-child(even) .info {
  background: #8C9DA2;
}
.staff .lb-row-inner .card:nth-child(even) .info::before {
  background-color: #8C9DA2;
}
.staff .lb-row-inner .card:nth-child(even) .info::after {
  background: linear-gradient(0deg, #8c9da2 0%, rgba(255, 255, 255, 0) 100%);
}
.staff .lb-row-inner .card:nth-child(even) .info h4::before {
  background-color: #8C9DA2;
}
.staff .lb-row-inner .card:nth-child(odd) .info {
  background: #4C2013;
}
.staff .lb-row-inner .card:nth-child(odd) .info::before {
  background-color: #4C2013;
}
.staff .lb-row-inner .card:nth-child(odd) .info::after {
  background: linear-gradient(0deg, #4c2013 0%, rgba(255, 255, 255, 0) 100%);
}
.staff .lb-row-inner .card:nth-child(odd) .info h4::before {
  background-color: #4C2013;
}
.staff .lb-row-inner .card .lb-col-inner {
  height: 33.3333333333vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner {
    height: auto;
    cursor: pointer;
  }
}
.staff .lb-row-inner .card .lb-col-inner:hover .info, .staff .lb-row-inner .card .lb-col-inner:active .info, .staff .lb-row-inner .card .lb-col-inner:focus .info, .staff .lb-row-inner .card .lb-col-inner.active .info {
  height: 100%;
}
.staff .lb-row-inner .card .lb-col-inner:hover .info::before, .staff .lb-row-inner .card .lb-col-inner:active .info::before, .staff .lb-row-inner .card .lb-col-inner:focus .info::before, .staff .lb-row-inner .card .lb-col-inner.active .info::before {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%);
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner:hover .info::before, .staff .lb-row-inner .card .lb-col-inner:active .info::before, .staff .lb-row-inner .card .lb-col-inner:focus .info::before, .staff .lb-row-inner .card .lb-col-inner.active .info::before {
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
.staff .lb-row-inner .card .lb-col-inner:hover .info::after, .staff .lb-row-inner .card .lb-col-inner:active .info::after, .staff .lb-row-inner .card .lb-col-inner:focus .info::after, .staff .lb-row-inner .card .lb-col-inner.active .info::after {
  opacity: 1;
}
.staff .lb-row-inner .card .lb-col-inner:hover .info p,
.staff .lb-row-inner .card .lb-col-inner:hover .info h6, .staff .lb-row-inner .card .lb-col-inner:active .info p,
.staff .lb-row-inner .card .lb-col-inner:active .info h6, .staff .lb-row-inner .card .lb-col-inner:focus .info p,
.staff .lb-row-inner .card .lb-col-inner:focus .info h6, .staff .lb-row-inner .card .lb-col-inner.active .info p,
.staff .lb-row-inner .card .lb-col-inner.active .info h6 {
  opacity: 1;
  transition-delay: 0.15s;
}
.staff .lb-row-inner .card .lb-col-inner .image {
  height: 33.3333333333vw;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .image {
    height: 58.3333333333vw;
    position: initial;
  }
}
@media (max-width: 600px) {
  .staff .lb-row-inner .card .lb-col-inner .image {
    height: 75vw;
  }
}
.staff .lb-row-inner .card .lb-col-inner .info {
  padding: 2.0833333333vw;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.35s ease-in-out;
  height: 15.5%;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info {
    position: relative;
    padding: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info {
    background: #FFFFFF;
    padding: 0;
  }
}
.staff .lb-row-inner .card .lb-col-inner .info::after {
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: 2.7777777778vw;
  opacity: 0;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info::after {
    position: relative;
    bottom: calc(8.3333333333vw + 0.5rem);
  }
}
@media (max-width: 600px) {
  .staff .lb-row-inner .card .lb-col-inner .info::after {
    display: none;
  }
}
.staff .lb-row-inner .card .lb-col-inner .info h4 {
  text-transform: none;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info h4 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info h4 {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    z-index: 2;
    position: relative;
  }
  .staff .lb-row-inner .card .lb-col-inner .info h4::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.staff .lb-row-inner .card .lb-col-inner .info p,
.staff .lb-row-inner .card .lb-col-inner .info h6 {
  opacity: 0;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info p,
.staff .lb-row-inner .card .lb-col-inner .info h6 {
    opacity: 1;
  }
}
.staff .lb-row-inner .card .lb-col-inner .info h6 {
  text-decoration: none;
}
.staff .lb-row-inner .card .lb-col-inner .info a {
  color: #FFFFFF;
}
.staff .lb-row-inner .card .lb-col-inner .info a:hover {
  opacity: 0.5;
}
.staff .lb-row-inner .card .lb-col-inner .info .text {
  max-height: calc(100% - 5.5555555556vw - 1.25rem);
  overflow: auto;
  margin-top: 3rem !important;
}
@media (max-width: 1440px) {
  .staff .lb-row-inner .card .lb-col-inner .info .text {
    margin-top: calc(3rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info .text {
    margin-top: calc(3rem - 1rem) !important;
  }
}
.staff .lb-row-inner .card .lb-col-inner .info .text::-webkit-scrollbar {
  display: none;
}
.staff .lb-row-inner .card .lb-col-inner .info .text .text-inner {
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info .text .text-inner {
    padding-top: 4.1666666667vw;
  }
  .staff .lb-row-inner .card .lb-col-inner .info .text .text-inner p {
    color: #434343 !important;
  }
  .staff .lb-row-inner .card .lb-col-inner .info .text .text-inner h6,
.staff .lb-row-inner .card .lb-col-inner .info .text .text-inner a {
    color: #4C2013 !important;
  }
  .staff .lb-row-inner .card .lb-col-inner .info .text .text-inner .contact {
    margin-top: 3rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .staff .lb-row-inner .card .lb-col-inner .info .text .text-inner .contact {
    margin-top: calc(3rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info .text .text-inner .contact {
    margin-top: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 600px) {
  .staff .lb-row-inner .card .lb-col-inner .info .text .text-inner {
    padding-bottom: 0;
  }
}
.staff .lb-row-inner .card .lb-col-inner .info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3.3333333333vw;
  top: calc(-3.3333333333vw + 1px);
  left: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .staff .lb-row-inner .card .lb-col-inner .info::before {
    height: 14.5833333333vw;
    top: calc(-14.5833333333vw + 1px);
  }
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Staff Card Styles

******************************************************************/
.lb-row.fraternity-profile {
  padding-top: 0 !important;
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.lb-row.fraternity-profile .lb-row-inner {
  justify-content: space-between;
}
.lb-row.fraternity-profile .lb-row-inner .card {
  padding-bottom: 4.1666666667%;
}
@media (max-width: 1440px) {
  .lb-row.fraternity-profile .lb-row-inner .card {
    padding-bottom: 5.2083333333%;
  }
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card {
    padding-bottom: 6.25%;
  }
}
@media (max-width: 600px) {
  .lb-row.fraternity-profile .lb-row-inner .card {
    padding-bottom: 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card {
    width: calc(8.3333333333% * 5.5) !important;
  }
}
@media (max-width: 600px) {
  .lb-row.fraternity-profile .lb-row-inner .card {
    width: 100% !important;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card:nth-child(even) .info {
  background: #8C9DA2;
}
.lb-row.fraternity-profile .lb-row-inner .card:nth-child(even) .info::before {
  background: #8C9DA2;
}
.lb-row.fraternity-profile .lb-row-inner .card:nth-child(odd) .info {
  background: #4C2013;
}
.lb-row.fraternity-profile .lb-row-inner .card:nth-child(odd) .info::before {
  background: #4C2013;
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner {
  height: 27.0833333333vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner {
    height: 45.8333333333vw;
  }
}
@media (max-width: 600px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner {
    height: 75vw;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner:hover .info, .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner.active .info {
  height: 100%;
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner:hover .info::before, .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner.active .info::before {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%);
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner:hover .info::before, .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner.active .info::before {
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner:hover .info p,
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner:hover .info h5,
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner:hover .info h6, .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner.active .info p,
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner.active .info h5,
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner.active .info h6 {
  opacity: 1;
  transition-delay: 0.15s;
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .image {
  height: 31.25vw;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .image {
    height: 45.8333333333vw;
    position: initial;
  }
}
@media (max-width: 600px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .image {
    height: 75vw;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info {
  padding: 2.7777777778vw;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.35s ease-in-out;
  height: 20%;
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info {
    height: 17%;
  }
}
@media (max-width: 600px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info {
    padding: 8.3333333333vw;
    height: 25%;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info h4 {
  text-transform: none !important;
}
@media (min-width: 1025px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info h4 {
    transform: translateY(-25px);
  }
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info h4 {
    font-size: 1rem !important;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info p,
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info h5,
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info h6 {
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info h5 {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info h6 {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info p {
    font-size: 0.8rem !important;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info a {
  color: #FFFFFF;
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info a:hover {
  opacity: 0.5;
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info .text {
  max-height: 75%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info .text {
    max-height: 80%;
  }
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info .text {
    max-height: 75%;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info .text .text-inner {
  margin-top: 3rem !important;
}
@media (max-width: 1440px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info .text .text-inner {
    margin-top: calc(3rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info .text .text-inner {
    margin-top: calc(3rem - 1rem) !important;
  }
}
.lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.0833333333vw;
  top: calc(-2.0833333333vw + 1px);
  left: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info::before {
    height: 4.1666666667vw;
    top: calc(-4.1666666667vw + 1px);
  }
}
@media (max-width: 600px) {
  .lb-row.fraternity-profile .lb-row-inner .card .lb-col-inner .info::before {
    height: 8.3333333333vw;
    top: calc(-8.3333333333vw + 1px);
  }
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Pagenation

******************************************************************/
.lb-accordion.sml:last-child .lb-accordion-inner {
  margin-bottom: 0;
}
.lb-accordion.sml .lb-accordion-inner {
  border-bottom: 2px solid #606060;
  margin-bottom: 2.0833333333vw;
}
.lb-accordion.sml .lb-accordion-inner .title {
  cursor: pointer;
}
.lb-accordion.sml .lb-accordion-inner .title .title-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.3888888889vw 0;
}
.lb-accordion.sml .lb-accordion-inner .title .title-inner h5 {
  text-decoration: none;
  color: #112E36;
  font-weight: 600 !important;
  width: calc(100% - 5rem);
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .lb-accordion.sml .lb-accordion-inner .title .title-inner h5 {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 600px) {
  .lb-accordion.sml .lb-accordion-inner .title .title-inner h5 {
    width: calc(100% - 3rem);
  }
}
.lb-accordion.sml .lb-accordion-inner .title .title-inner img {
  width: 2rem;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .lb-accordion.sml .lb-accordion-inner .title .title-inner img {
    width: 1.75rem;
  }
}
@media (max-width: 600px) {
  .lb-accordion.sml .lb-accordion-inner .title .title-inner img {
    width: 1.25rem;
  }
}
.lb-accordion.sml .lb-accordion-inner .title.active img {
  transform: rotate(180deg);
}
.lb-accordion.sml .lb-accordion-inner .title.active h5 {
  color: #8C9DA2;
}
.lb-accordion.sml .lb-accordion-inner .body {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease-in-out;
}
.lb-accordion.sml .lb-accordion-inner .body .body-inner {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 1440px) {
  .lb-accordion.sml .lb-accordion-inner .body .body-inner {
    padding-top: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .lb-accordion.sml .lb-accordion-inner .body .body-inner {
    padding-top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .lb-accordion.sml .lb-accordion-inner .body .body-inner {
    padding-top: 2rem;
  }
}
@media (max-width: 1440px) {
  .lb-accordion.sml .lb-accordion-inner .body .body-inner {
    padding-bottom: 1.5625rem;
  }
}
@media (max-width: 1024px) {
  .lb-accordion.sml .lb-accordion-inner .body .body-inner {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 600px) {
  .lb-accordion.sml .lb-accordion-inner .body .body-inner {
    padding-bottom: 2.5rem;
  }
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Pagenation

******************************************************************/
.pagenation-nav {
  padding: 1rem 0;
}
.pagenation-nav .lb-col-inner {
  display: flex;
  justify-content: space-between;
}

.pagenation-body {
  display: none;
  opacity: 0;
  padding-top: 4.1666666667vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .pagenation-body {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .pagenation-body {
    padding-top: 6.25vw;
  }
}
@media (max-width: 600px) {
  .pagenation-body {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .pagenation-body {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .pagenation-body {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .pagenation-body {
    padding-bottom: 16.6666666667vw;
  }
}
.pagenation-body.active {
  display: block;
  animation: img-fade-slide 0.55s ease-in-out forwards 1s;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Row and Columns

******************************************************************/
.lb-col.text {
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .lb-col.text {
    padding-left: 0;
    padding-right: 0;
  }
}

.img-wrapper {
  line-height: 0;
}
.img-wrapper img {
  width: 100%;
  line-height: 0;
}
.img-wrapper.left {
  text-align: left;
}
.img-wrapper.right {
  text-align: right;
}
.img-wrapper.bottom {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  .img-wrapper.bottom {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .img-wrapper.bottom {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .img-wrapper.bottom {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}
.img-wrapper.med img {
  width: 25vw;
}
@media (max-width: 1024px) {
  .img-wrapper.med img {
    width: 100%;
  }
}
.img-wrapper.sml img {
  width: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .img-wrapper.sml img {
    width: 100%;
  }
}

.lb-row.quote {
  padding-left: 16.6666666667vw !important;
  padding-right: 16.6666666667vw !important;
}
@media (max-width: 1024px) {
  .lb-row.quote {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .lb-row.quote {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.lb-row.quote .lb-row-inner {
  width: 58.3333333333vw;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .lb-row.quote .lb-row-inner {
    width: 100%;
  }
}
.lb-row.quote .lb-row-inner .lb-text-wrapper {
  width: 100%;
}
.lb-row.quote h1,
.lb-row.quote h3 {
  text-transform: none;
  color: #FFFFFF;
  position: relative;
  z-index: 11;
}
.lb-row.quote p {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  position: relative;
  z-index: 11;
  margin-top: 3rem !important;
}
@media (max-width: 1440px) {
  .lb-row.quote p {
    margin-top: calc(3rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .lb-row.quote p {
    margin-top: calc(3rem - 1rem) !important;
  }
}
.lb-row.quote.sml h1,
.lb-row.quote.sml h3 {
  font: 400 2rem/1.4em "Noto", "Georgia", Cambria, Times New Roman, Times, serif !important;
}

.lb-text-wrapper p:last-child {
  margin-bottom: 0 !important;
}
.lb-text-wrapper .lb-read-more-wrapper .lb-read-more-wrapper-inner p:last-child {
  padding-bottom: 1.5rem;
}
.lb-text-wrapper .lb-read-more-wrapper .button {
  margin-top: 1rem !important;
}
@media (max-width: 1440px) {
  .lb-text-wrapper .lb-read-more-wrapper .button {
    margin-top: calc(1rem - 0.25rem) !important;
  }
}
.lb-text-wrapper .lb-read-more-wrapper .read-more-button-wrapper {
  text-align: right;
}
.lb-text-wrapper.pull-quote.white h3 {
  color: #FFFFFF;
  position: relative;
  padding-left: 2rem;
  color: #FFFFFF !important;
}
.lb-text-wrapper.pull-quote.white h3::before {
  content: "";
  background: #FFFFFF;
  width: 10px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .lb-text-wrapper.pull-quote.white h3::before {
    height: 90%;
  }
}
@media (max-width: 600px) {
  .lb-text-wrapper.pull-quote.white h3::before {
    height: 95%;
  }
}
.lb-text-wrapper.pull-quote h3 {
  color: #4C2013;
  position: relative;
  padding-left: 2rem;
  color: #4C2013 !important;
}
.lb-text-wrapper.pull-quote h3::before {
  content: "";
  background: #E6DCD4;
  width: 10px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .lb-text-wrapper.pull-quote h3::before {
    height: 90%;
  }
}
@media (max-width: 600px) {
  .lb-text-wrapper.pull-quote h3::before {
    height: 95%;
  }
}
.lb-text-wrapper.pull-quote span {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 11;
  display: block;
  color: #4C2013;
  margin-top: 3rem !important;
}
@media (max-width: 1440px) {
  .lb-text-wrapper.pull-quote span {
    margin-top: calc(3rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .lb-text-wrapper.pull-quote span {
    margin-top: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .lb-text-wrapper.pull-quote span {
    text-align: center;
  }
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Columns

******************************************************************/
.lb-col {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 11;
}
.lb-col .lb-col-inner {
  position: relative;
  z-index: 15;
  width: 100%;
}
.lb-col.bg {
  z-index: 9;
}
.lb-col.dark {
  background-color: #112E36;
}
.lb-col.dark h1,
.lb-col.dark h2,
.lb-col.dark h3,
.lb-col.dark h4,
.lb-col.dark h5,
.lb-col.dark p {
  color: #FFFFFF;
}
.lb-col.dark .read-more {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.lb-col.dark .read-more img {
  content: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/down-arrow_svg-1544040270");
}
.lb-col.red {
  background-color: #4C2013;
}
.lb-col.light {
  background-color: #8C9DA2;
}
.lb-col.light h1,
.lb-col.light h2,
.lb-col.light h3,
.lb-col.light h4,
.lb-col.light h5,
.lb-col.light p {
  color: #FFFFFF;
}
.lb-col.light .read-more {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.lb-col.light .read-more img {
  content: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/down-arrow_svg-1544040270");
}
.lb-col.gray {
  background-color: #434343;
}
.lb-col.text-white h1,
.lb-col.text-white h2,
.lb-col.text-white h3,
.lb-col.text-white h4,
.lb-col.text-white h5,
.lb-col.text-white h6,
.lb-col.text-white p, .lb-col.white-text h1,
.lb-col.white-text h2,
.lb-col.white-text h3,
.lb-col.white-text h4,
.lb-col.white-text h5,
.lb-col.white-text h6,
.lb-col.white-text p {
  color: #FFFFFF !important;
}
.lb-col.top {
  padding-top: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .lb-col.top {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .lb-col.top {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .lb-col.top {
    padding-top: 16.6666666667vw;
  }
}
.lb-col.top-half {
  padding-top: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .lb-col.top-half {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-col.top-half {
    padding-top: 6.25vw;
  }
}
@media (max-width: 600px) {
  .lb-col.top-half {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-col.tab-top {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .lb-col.tab-top {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .lb-col.tab-top {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .lb-col.tab-top {
    padding-top: 16.6666666667vw;
  }
}
.lb-col.bottom {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .lb-col.bottom {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .lb-col.bottom {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .lb-col.bottom {
    padding-bottom: 16.6666666667vw;
  }
}
.lb-col.bottom-half {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .lb-col.bottom-half {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-col.bottom-half {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .lb-col.bottom-half {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-col.tab-bottom {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .lb-col.tab-bottom {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .lb-col.tab-bottom {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .lb-col.tab-bottom {
    padding-bottom: 16.6666666667vw;
  }
}
.lb-col.center-text, .lb-col.text-center {
  text-align: center;
}
@supports (display: flex) {
  .lb-col.center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .lb-col.hide-tab, .lb-col.tab-hide {
    display: none;
  }
}
@media (max-width: 600px) {
  .lb-col.hide-mob, .lb-col.mob-hide {
    display: none;
  }
}
.lb-col[class*=col-] {
  float: left;
}
@supports (display: flex) {
  .lb-col[class*=col-] {
    float: none;
  }
}
@media (max-width: 1024px) {
  .lb-col[class*=col-] {
    width: 100% !important;
  }
}
.lb-col.col-1 {
  width: calc(8.3333333333% * 1);
}
.lb-col.col-1-5 {
  width: calc(8.3333333333% * 1.5);
}
.lb-col.col-2 {
  width: calc(8.3333333333% * 2);
}
.lb-col.col-2-5 {
  width: calc(8.3333333333% * 2.5);
}
.lb-col.col-3 {
  width: calc(8.3333333333% * 3);
}
.lb-col.col-3-5 {
  width: calc(8.3333333333% * 3.5);
}
.lb-col.col-4 {
  width: calc(8.3333333333% * 4);
}
.lb-col.col-4-5 {
  width: calc(8.3333333333% * 4.5);
}
.lb-col.col-5 {
  width: calc(8.3333333333% * 5);
}
.lb-col.col-5-5 {
  width: calc(8.3333333333% * 5.5);
}
.lb-col.col-6 {
  width: calc(8.3333333333% * 6);
}
.lb-col.col-6-5 {
  width: calc(8.3333333333% * 6.5);
}
.lb-col.col-7 {
  width: calc(8.3333333333% * 7);
}
.lb-col.col-7-5 {
  width: calc(8.3333333333% * 7.5);
}
.lb-col.col-8 {
  width: calc(8.3333333333% * 8);
}
.lb-col.col-8-5 {
  width: calc(8.3333333333% * 8.5);
}
.lb-col.col-9 {
  width: calc(8.3333333333% * 9);
}
.lb-col.col-9-5 {
  width: calc(8.3333333333% * 9.5);
}
.lb-col.col-10 {
  width: calc(8.3333333333% * 10);
}
.lb-col.col-10-5 {
  width: calc(8.3333333333% * 10.5);
}
.lb-col.col-11 {
  width: calc(8.3333333333% * 11);
}
.lb-col.col-11-5 {
  width: calc(8.3333333333% * 11.5);
}
.lb-col.col-12 {
  width: calc(8.3333333333% * 12);
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Rows

******************************************************************/
.lb-row {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  background-color: #FFFFFF;
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
}
@media (max-width: 1440px) {
  .lb-row {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) {
  .lb-row {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .lb-row {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.lb-row::before {
  z-index: 10;
}
.lb-row::after {
  z-index: 7;
}
.lb-row .lb-row-inner {
  width: 100%;
  position: relative;
  z-index: 11;
}
@supports (display: flex) {
  .lb-row .lb-row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.lb-row.lrg-gutters {
  padding-left: 16.6666666667vw !important;
  padding-right: 16.6666666667vw !important;
}
@media (max-width: 1024px) {
  .lb-row.lrg-gutters {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .lb-row.lrg-gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.lb-row.x-lrg-gutters {
  padding-left: 25vw !important;
  padding-right: 25vw !important;
}
@media (max-width: 1024px) {
  .lb-row.x-lrg-gutters {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .lb-row.x-lrg-gutters {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.lb-row.no-gutters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lb-row.top {
  padding-top: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .lb-row.top {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .lb-row.top {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .lb-row.top {
    padding-top: 16.6666666667vw;
  }
}
.lb-row.bottom {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .lb-row.bottom {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .lb-row.bottom {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .lb-row.bottom {
    padding-bottom: 16.6666666667vw;
  }
}
.lb-row.top-half {
  padding-top: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .lb-row.top-half {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-row.top-half {
    padding-top: 6.25vw;
  }
}
@media (max-width: 600px) {
  .lb-row.top-half {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-row.top-half {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .lb-row.top-half {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .lb-row.top-half {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .lb-row.top-half {
    padding-top: 16.6666666667vw;
  }
}
.lb-row.bottom-half {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .lb-row.bottom-half {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-row.bottom-half {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .lb-row.bottom-half {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .lb-row.bottom-half {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .lb-row.bottom-half {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .lb-row.bottom-half {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .lb-row.bottom-half {
    padding-bottom: 16.6666666667vw;
  }
}
@supports (display: flex) {
  .lb-row.center .lb-row-inner {
    justify-content: flex-start;
    align-items: center;
  }
}
@supports (display: flex) {
  .lb-row.stretch .lb-row-inner {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@supports (display: flex) {
  .lb-row.v-start .lb-row-inner {
    justify-content: flex-start;
  }
}
@supports (display: flex) {
  .lb-row.v-end .lb-row-inner {
    justify-content: flex-end;
  }
}
@supports (display: flex) {
  .lb-row.start .lb-row-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@supports (display: flex) {
  .lb-row.end .lb-row-inner {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@supports (display: flex) {
  .lb-row.space-between .lb-row-inner {
    justify-content: space-between;
  }
}
.lb-row.center-text, .lb-row.text-center {
  text-align: center;
}
.lb-row.center-content .lb-row-inner {
  justify-content: center;
}
@media (max-width: 1024px) {
  .lb-row.wrap-reverse .lb-row-inner {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 1024px) {
  .lb-row.hide-tab {
    display: none;
  }
}
@media (max-width: 600px) {
  .lb-row.hide-mob {
    display: none;
  }
}
.lb-row.dark {
  background-color: #112E36;
}
.lb-row.dark h1,
.lb-row.dark h2,
.lb-row.dark h3,
.lb-row.dark h4,
.lb-row.dark h5,
.lb-row.dark p,
.lb-row.dark a {
  color: #FFFFFF;
}
.lb-row.dark .read-more {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.lb-row.dark .read-more img {
  content: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/down-arrow_svg-1544040270");
}
.lb-row.red {
  background-color: #4C2013;
}
.lb-row.light {
  background-color: #8C9DA2;
}
.lb-row.light h1,
.lb-row.light h2,
.lb-row.light h3,
.lb-row.light h4,
.lb-row.light h5,
.lb-row.light h6,
.lb-row.light p,
.lb-row.light a {
  color: #FFFFFF;
}
.lb-row.light .read-more {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.lb-row.light .read-more img {
  content: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/down-arrow_svg-1544040270");
}
.lb-row.gray {
  background-color: #434343;
}
.lb-row.text-white h1,
.lb-row.text-white h2,
.lb-row.text-white h3,
.lb-row.text-white h4,
.lb-row.text-white h5,
.lb-row.text-white h6,
.lb-row.text-white p, .lb-row.white-text h1,
.lb-row.white-text h2,
.lb-row.white-text h3,
.lb-row.white-text h4,
.lb-row.white-text h5,
.lb-row.white-text h6,
.lb-row.white-text p {
  color: #FFFFFF !important;
}
.lb-row.top-up {
  position: relative;
}
.lb-row.top-up::before {
  content: "";
  width: calc(100% + 1px);
  height: 16.6666666667vw;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: inherit;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.lb-row.top-up.top-white::before {
  background: #FFFFFF;
}
.lb-row.top-up.top-dark::before {
  background: #112E36;
}
.lb-row.top-up.top-red::before {
  background: #4C2013;
}
.lb-row.top-up.top-light::before {
  background: #8C9DA2;
}
.lb-row.top-down {
  position: relative;
}
.lb-row.top-down::before {
  content: "";
  width: calc(100% + 1px);
  height: 16.6666666667vw;
  position: absolute;
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.lb-row.top-down.top-white::before {
  background: #FFFFFF;
}
.lb-row.top-down.top-dark::before {
  background: #112E36;
}
.lb-row.top-down.top-red::before {
  background: #4C2013;
}
.lb-row.top-down.top-light::before {
  background: #8C9DA2;
}
.lb-row.bottom-up {
  position: relative;
}
.lb-row.bottom-up::before {
  content: "";
  width: calc(100% + 1px);
  height: 16.6666666667vw;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: inherit;
  clip-path: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/style_css-1544040270");
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.lb-row.bottom-up.bottom-white::before {
  background: #FFFFFF;
}
.lb-row.bottom-down {
  position: relative;
}
.lb-row.bottom-down::before {
  content: "";
  width: 100%;
  height: 16.6666666667vw;
  position: absolute;
  top: 0;
  left: 0;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: About Bottom Tiles

******************************************************************/
.about-bottom-tiles {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.about-bottom-tiles .card {
  background-size: 101% !important;
  background-position: center;
}
@media (max-width: 1024px) {
  .about-bottom-tiles .card {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .about-bottom-tiles .card {
    width: 100% !important;
  }
}
.about-bottom-tiles .card[class*=capuchin-saints] {
  background-position: center -50px !important;
  background-size: 110% !important;
}
.about-bottom-tiles .card a {
  height: 33.3333333333vw;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .about-bottom-tiles .card a {
    height: 50vw;
  }
}
@media (max-width: 600px) {
  .about-bottom-tiles .card a {
    height: 100vw;
  }
}
.about-bottom-tiles .card a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.55;
  transition: 0.35s ease-in-out;
}
.about-bottom-tiles .card a:hover::before {
  opacity: 0.25;
}
.about-bottom-tiles .card a .lb-col-inner {
  text-align: center;
  position: relative;
}
.about-bottom-tiles .card a .lb-col-inner h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 4.1666666667vw;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Buttons

******************************************************************/
/**********************
BUTTONS
**********************/
.button {
  display: inline-block;
  border-width: 0;
  border-radius: 0;
  font: 800 0.882rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  line-height: 35px !important;
  padding: 0 2rem;
  width: auto;
  background: #4C2013;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  .button {
    padding: 0 1.75rem;
    line-height: 32px !important;
  }
}
@media (max-width: 600px) {
  .button {
    padding: 0 1.25rem;
    line-height: 30px !important;
  }
}
.button span,
.button h5 {
  position: relative;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .button h5 {
    font-size: 1.25rem !important;
  }
}
.button::before {
  content: "";
  width: calc(100% + 40px);
  height: 102%;
  background: #8C9DA2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateX(calc(-100% - 20px)) translateY(-50%) skewX(45deg);
  transition: 0.35s ease-in-out;
}
.button.red {
  background: #4C2013 !important;
}
.button.light {
  background: #8C9DA2 !important;
}
.button.dark::before {
  background: #112E36;
}
.button.nav {
  background: #112E36;
}
.button.nav.active::before {
  transform: translateX(-20px) translateY(-50%) skewX(45deg);
}
.button:hover::before {
  transform: translateX(-20px) translateY(-50%) skewX(45deg);
}
.button.white {
  background: #FFFFFF;
  color: #112E36 !important;
}
.button.white::before {
  background: #8C9DA2;
}
.button.white:hover {
  color: #FFFFFF !important;
}
.button.white.dark::before {
  background: #112E36;
}
.button.lrg {
  padding: 0 3.5rem;
}
.button.read-more {
  padding-right: 3.5rem;
  background: transparent !important;
  color: #8C9DA2 !important;
}
.button.read-more::before {
  display: none;
}
.button.read-more img {
  display: block;
  width: 1.75rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.35s ease-in-out;
  z-index: 99;
}
.button.read-more.active img {
  transform: translateY(-50%) rotate(180deg);
}
.button.bottom {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  .button.bottom {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .button.bottom {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .button.bottom {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}
.button.top {
  margin-top: 3.75rem !important;
}
@media (max-width: 1440px) {
  .button.top {
    margin-top: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .button.top {
    margin-top: calc(3.75rem - 1rem) !important;
  }
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Gravity Form Styles

For universal gravity forms style overrides. For individual page form overrides please use the specific page SCSS file.

This is not an exhaustive list. 
For other GF CSS classes, go here: https://www.gravityhelp.com/documentation/article/css-targeting-samples/

******************************************************************/
/*********************
GRAVITY FORM UNIVERSAL STYLES
*********************/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper .gform_body ul li {
  margin: 0;
  padding-bottom: 1.5rem;
}
.gform_wrapper .gform_body ul li:last-child {
  padding-bottom: 0;
}
.gform_wrapper .gform_body ul li.gfield_error {
  padding: 0;
  border: 0;
  background: transparent;
}
.gform_wrapper .gform_body ul li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body ul li.gfield_error textarea {
  border-color: #790000;
}
.gform_wrapper .gform_body ul li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield_error textarea::-webkit-input-placeholder {
  color: #790000 !important;
}
.gform_wrapper .gform_body ul li label {
  display: none !important;
}
.gform_wrapper .gform_body ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body ul li textarea {
  padding: 0.75rem 1.25rem;
  border: 1px solid #112E36;
  color: #112E36;
  border-radius: 0 !important;
}
.gform_wrapper .gform_body ul li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li textarea::-webkit-input-placeholder {
  color: #8C9DA2 !important;
}
.gform_wrapper .gform_footer {
  text-align: right;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  border-radius: 0 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media (max-width: 1024px) {
  .gform_wrapper .gform_footer input[type=submit] {
    width: auto !important;
  }
}

/*********************
ACTIVE STATES
*********************/
input[type=password] {
  letter-spacing: 0.3em;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Page Title

******************************************************************/
.page-title {
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
  padding-left: 16.6666666667vw !important;
  padding-right: 16.6666666667vw !important;
}
@media (max-width: 1440px) {
  .page-title {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-title {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-title {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-title {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .page-title {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-title h5 {
  text-decoration: none;
}
.page-title h3.line {
  position: relative;
  padding-left: 2rem;
  color: #FFFFFF !important;
  margin-bottom: 3rem !important;
}
.page-title h3.line::before {
  content: "";
  background: #FFFFFF;
  width: 10px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .page-title h3.line::before {
    height: 90%;
  }
}
@media (max-width: 600px) {
  .page-title h3.line::before {
    height: 95%;
  }
}
@media (max-width: 1440px) {
  .page-title h3.line {
    margin-bottom: calc(3rem - 0.25rem) !important;
  }
}
.page-title.bottom-up::before {
  animation: lift 1.25s ease-in-out forwards;
}
@keyframes lift {
  0% {
    clip-path: polygon(100% 100%, 0% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
}
.page-title .lb-row-inner .lb-col {
  width: 41.6666666667vw;
}
@media (max-width: 1440px) {
  .page-title .lb-row-inner .lb-col {
    width: 80% !important;
  }
}
@media (max-width: 1024px) {
  .page-title .lb-row-inner .lb-col {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .page-title .lb-row-inner .lb-col.left, .page-title .lb-row-inner .lb-col.right {
    width: 100% !important;
  }
}
.page-title .lb-row-inner .lb-col .btn-wrappers {
  display: flex;
  flex-direction: row;
}
.page-title .lb-row-inner .lb-col .btn-wrappers .button:nth-child(n+2) {
  margin-left: 1rem;
}
.page-title .lb-row-inner .lb-col .lb-col-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-title .lb-row-inner .lb-col .lb-col-inner .button {
  display: flex;
  align-items: center;
}
.page-title .lb-row-inner .lb-col .lb-col-inner .button img {
  display: inline-block;
  width: auto;
  height: 1rem;
  margin-right: 1rem;
  z-index: 5;
  position: relative;
}
.page-title.bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page-title.lrg {
  padding-bottom: 16.6666666667vw;
}
@media (max-width: 1440px) {
  .page-title.lrg {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-title.lrg {
    padding-bottom: 25vw;
  }
}
@media (max-width: 600px) {
  .page-title.lrg {
    padding-bottom: 33.3333333333vw;
  }
}
.page-title.sml {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-title.sml {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-title.sml {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-title.sml {
    padding-bottom: 16.6666666667vw;
  }
}
.page-title.sml::before {
  height: 8.3333333333vw;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Youtube

******************************************************************/
.yt-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.yt-video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Calendars

******************************************************************/
#tribe-events .tribe-events-notices {
  display: none;
}
#tribe-events .tribe-events-list .tribe-events-list-separator-month span {
  color: #112E36 !important;
}
#tribe-events .tribe-events-list .tribe-event-date-start,
#tribe-events .tribe-events-list .tribe-event-date-end {
  color: #fff;
}
#tribe-events .tribe-events-ical,
#tribe-events .tribe-events-gcal {
  display: inline-block !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  font: 800 0.882rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  line-height: 35px !important;
  padding: 0 2rem !important;
  width: auto !important;
  background: #4C2013 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease-in-out;
}
#tribe-events .tribe-events-ical::before,
#tribe-events .tribe-events-gcal::before {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateX(calc(-100% - 20px)) skewX(45deg);
  transition: 0.35s ease-in-out;
}
#tribe-events #tribe-bar-form {
  background: #FFFFFF;
}
#tribe-events #tribe-bar-form .tribe-bar-views-inner {
  background: #FFFFFF;
  border-left: 1px sold #434343;
}
#tribe-events #tribe-bar-form .tribe-bar-views-inner a {
  background: #FFFFFF;
}
#tribe-events #tribe-bar-form input[type=text] {
  border-bottom: 1px solid #434343;
}
#tribe-events #tribe-bar-form input[type=text]:focus {
  border: 0;
  border-bottom: 1px solid #434343;
  outline: none;
}
#tribe-events #tribe-bar-form label {
  font-size: 1rem;
  text-transform: uppercase;
  color: #112E36;
}
#tribe-events #tribe-bar-form .tribe-events-button {
  background: #FFFFFF;
  color: #112E36;
}
#tribe-events .tribe-events-calendar {
  margin: 0;
}
#tribe-events .tribe-events-calendar thead th {
  background: #112E36;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #434343;
  font-weight: 700;
}
@media (max-width: 600px) {
  #tribe-events .tribe-events-calendar thead th {
    position: relative;
  }
  #tribe-events .tribe-events-calendar thead th::after {
    content: attr(data-day-abbr);
    width: 100%;
    height: 100%;
    background: #112E36;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #112E36;
  }
}
#tribe-events .tribe-events-calendar tbody {
  background-color: #FFFFFF;
}
#tribe-events .tribe-events-calendar tbody td {
  border: 1px solid #112E36;
  background: #FFFFFF;
}
#tribe-events .tribe-events-calendar tbody td.tribe-events-othermonth {
  background-color: #CCCCCC;
}
#tribe-events .tribe-events-calendar tbody td.tribe-events-othermonth div[id*=tribe-events-daynum-] {
  background-color: #CCCCCC;
  opacity: 1;
}
#tribe-events .tribe-events-calendar tbody td.tribe-events-present div[id*=tribe-events-daynum-] {
  background: #112E36;
  color: #FFFFFF;
}
#tribe-events .tribe-events-calendar tbody td.tribe-events-present div[id*=tribe-events-daynum-] a {
  background: #112E36;
}
#tribe-events .tribe-events-calendar tbody td.tribe-events-has-events div[id*=tribe-events-daynum-] a {
  color: #4C2013;
  background: transparent !important;
}
#tribe-events .tribe-events-calendar tbody td.tribe-events-has-events .type-tribe_events {
  margin: 0;
  background: #4C2013;
}
#tribe-events .tribe-events-calendar tbody td.tribe-events-has-events .type-tribe_events a {
  color: #FFFFFF;
}
#tribe-events .tribe-events-calendar tbody td div[id*=tribe-events-daynum-] {
  color: #112E36;
  background-color: transparent;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#tribe-events .tribe-events-calendar tbody td div[id*=tribe-events-daynum-] a {
  background: #CCCCCC;
}
#tribe-events .tribe-events-calendar tbody td .tribe_events {
  background: #112E36;
  margin: 0;
  padding: 0.75rem;
}
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip {
  padding: 1.5rem;
}
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip .tribe-event-duration {
  padding: 5px 0 10px;
}
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip .tribe-event-description {
  font-size: 1rem;
  line-height: 1.3rem;
}
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip h1,
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip h2,
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip h3,
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip h4,
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip h5,
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip h6,
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip p,
#tribe-events .tribe-events-calendar tbody td .tribe-events-tooltip a {
  color: #434343;
}
#tribe-events #tribe-events-footer::after, #tribe-events #tribe-events-footer::before {
  display: none;
}
#tribe-events #tribe-events-footer .tribe-events-sub-nav li a {
  background: transparent !important;
}

.dark #tribe-events .tribe-events-calendar thead th {
  border-color: #8C9DA2 !important;
  border-top: 1px solid #8C9DA2 !important;
}
.dark #tribe-events .tribe-events-calendar tbody td {
  border-color: #8C9DA2 !important;
}

.single-tribe_events #tribe-events > #tribe-events-footer {
  display: none;
}
.single-tribe_events #tribe-events > #tribe-events-content > .tribe-events-schedule,
.single-tribe_events #tribe-events > #tribe-events-content > .tribe-events-cal-links,
.single-tribe_events #tribe-events > #tribe-events-content > .tribe-events-back,
.single-tribe_events #tribe-events > #tribe-events-content > .tribe-events-single-section,
.single-tribe_events #tribe-events > #tribe-events-content > .tribe-events-footer {
  display: none;
}
.single-tribe_events #tribe-events .tribe-events-content #tribe-events .tribe-events-schedule {
  display: block;
}
.single-tribe_events #tribe-events .type-page > .tribe-events-event-meta {
  display: none;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Calendars

******************************************************************/
.list-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.list-wrapper::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #606060;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .list-wrapper::before {
    display: none;
  }
}
.list-wrapper .type-tribe_events {
  padding: 0 4.1666666667vw;
  margin: 0;
  width: 50%;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .list-wrapper .type-tribe_events {
    width: 100%;
    padding: 0;
  }
}
.list-wrapper .type-tribe_events:nth-child(1) {
  order: 1;
  padding-left: 0;
}
.list-wrapper .type-tribe_events:nth-child(2) {
  order: 3;
  padding-left: 0;
}
.list-wrapper .type-tribe_events:nth-child(3) {
  order: 5;
  padding-left: 0;
}
.list-wrapper .type-tribe_events:nth-child(4) {
  order: 2;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .list-wrapper .type-tribe_events:nth-child(4) {
    padding-bottom: 0;
  }
}
.list-wrapper .type-tribe_events:nth-child(5) {
  order: 4;
  padding-right: 0;
  padding-bottom: 0;
}
.list-wrapper .type-tribe_events:nth-child(6) {
  order: 6;
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .list-wrapper .type-tribe_events:nth-child(1), .list-wrapper .type-tribe_events:nth-child(2), .list-wrapper .type-tribe_events:nth-child(3), .list-wrapper .type-tribe_events:nth-child(4), .list-wrapper .type-tribe_events:nth-child(5), .list-wrapper .type-tribe_events:nth-child(6) {
    order: initial;
  }
}
@media (max-width: 1024px) {
  .list-wrapper .type-tribe_events:nth-child(n+5) {
    display: none;
  }
}
.list-wrapper .type-tribe_events .tribe-mini-calendar-event {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .list-wrapper .type-tribe_events .tribe-mini-calendar-event {
    margin-bottom: 1.5rem;
  }
}
.list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-date {
  display: none;
}
.list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info {
  display: flex;
  width: 100%;
}
@media (max-width: 600px) {
  .list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info {
    flex-wrap: wrap;
  }
}
.list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title {
  order: 2;
  padding-left: 4.1666666667vw;
  font: 400 1.1775rem/1.5em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: calc(100% - 130px);
  font-weight: 700 !important;
  text-transform: none;
}
@media (max-width: 1024px) {
  .list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title {
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title {
    margin-top: 1rem;
    width: 100%;
    padding-left: 0;
  }
}
.list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a {
  color: #606060;
}
.list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-title a:hover {
  opacity: 0.5;
}
.list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration {
  order: 1;
  font: 400 1.1775rem/1.5em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 130px;
  color: #606060;
}
@media (max-width: 600px) {
  .list-wrapper .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration {
    width: 100%;
  }
}
.list-wrapper .tribe-events-widget-link {
  display: none;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Modal

******************************************************************/
.lb-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: text-fade 0.55s ease-in-out forwards 0.15s;
}
.lb-modal .lb-modal-wrapper {
  width: 60%;
  text-align: right;
}
@media (max-width: 1024px) {
  .lb-modal .lb-modal-wrapper {
    width: 85%;
  }
}
.lb-modal .lb-modal-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.lb-modal .lb-modal-wrapper .video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.lb-modal .lb-modal-wrapper .close {
  display: inline-block;
  width: auto;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: 0.35s ease-in-out;
}
@media (pointer: fine) {
  .lb-modal .lb-modal-wrapper .close:hover {
    opacity: 0.5;
  }
}

/******************************************************************

Site Name: Capuchins

Stylesheet: Pageable containers and nav

******************************************************************/
.pageable-nav {
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .pageable-nav {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .pageable-nav {
    padding-top: 6.25vw;
  }
}
@media (max-width: 600px) {
  .pageable-nav {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .pageable-nav {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .pageable-nav {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .pageable-nav {
    padding-bottom: 8.3333333333vw;
  }
}
.pageable-nav .lb-col-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageable-nav .lb-col-inner span {
  line-height: 0;
}
.pageable-nav .lb-col-inner a {
  text-decoration: none;
}
.pageable-nav .lb-col-inner a:hover h4::before, .pageable-nav .lb-col-inner a.active h4::before {
  transform: translateX(0);
}
.pageable-nav .lb-col-inner a h4 {
  position: relative;
  overflow: auto;
  display: inline-block;
  width: auto;
}
.pageable-nav .lb-col-inner a h4::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-102%);
  transition: 0.35s ease-in-out;
}

.pageable-body-wrapper .pageable-body {
  display: none;
}
.pageable-body-wrapper .pageable-body.active {
  display: block;
  animation: pageable-slide 0.55s ease-in-out forwards 0s;
}

/******************************************************************

Site Name: Capuchins

Stylesheet: twitter

******************************************************************/
.twitter {
  padding-top: 25vw;
}
@media (max-width: 1024px) {
  .twitter {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .twitter {
    padding-top: 20.8333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .twitter {
    padding-top: 25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .twitter {
    padding-top: 33.3333333333vw;
  }
}
.twitter .lb-row-inner {
  overflow: hidden;
}
.twitter .lb-row-inner h4 {
  text-transform: none;
  color: #8C9DA2;
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
  padding-bottom: 1.5rem !important;
}
@media (max-width: 1440px) {
  .twitter .lb-row-inner h4 {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) {
  .twitter .lb-row-inner h4 {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .twitter .lb-row-inner h4 {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .twitter .lb-row-inner h4 {
    padding-bottom: calc(1.5rem - 0.25rem) !important;
  }
}
.twitter .lb-row-inner h4 a {
  color: #8C9DA2;
}
.twitter .lb-row-inner h4 a:hover {
  opacity: 0.5;
}
.twitter .lb-row-inner .lb-twitter {
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
}
@media (max-width: 1440px) {
  .twitter .lb-row-inner .lb-twitter {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) {
  .twitter .lb-row-inner .lb-twitter {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .twitter .lb-row-inner .lb-twitter {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.twitter .lb-row-inner .lb-twitter .ctf-tweets .slick-slide {
  margin: 0 2.0833333333vw;
}
.twitter .lb-row-inner .lb-twitter .ctf-tweets .ctf-item {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 37.5vw;
  border: 0 !important;
  padding: 0.5rem 2rem !important;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .twitter .lb-row-inner .lb-twitter .ctf-tweets .ctf-item {
    margin-bottom: 8.3333333333vw;
    width: 100% !important;
  }
  .twitter .lb-row-inner .lb-twitter .ctf-tweets .ctf-item:nth-child(2) {
    margin-bottom: 0;
  }
  .twitter .lb-row-inner .lb-twitter .ctf-tweets .ctf-item:nth-child(n+3) {
    display: none;
  }
}
.twitter .lb-row-inner .lb-twitter .ctf-tweets .ctf-item .ctf-author-box-link a {
  text-decoration: none;
}
.twitter .lb-row-inner .lb-twitter .ctf-tweets .ctf-item .ctf-author-box-link .ctf-author-name {
  color: #112E36;
}
.twitter .lb-row-inner .lb-twitter .ctf-tweets .ctf-item .ctf-tweet-text p {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.excerpt-hidden {
  display: none;
}

/*********************
FOOTER STYLES
*********************/
/******************************************************************

Site Name: Capuchins

Stylesheet: Global Footer Styles

******************************************************************/
footer {
  background: #112E36;
}
footer .lb-row.upper {
  padding: 0 4.1666666667vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  footer .lb-row.upper {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  footer .lb-row.upper {
    padding-top: 6.25vw;
  }
}
@media (max-width: 600px) {
  footer .lb-row.upper {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1440px) {
  footer .lb-row.upper {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  footer .lb-row.upper {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  footer .lb-row.upper {
    padding-bottom: 8.3333333333vw;
  }
}
footer .lb-row.upper .lb-row-inner {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .lb-row.upper .lb-row-inner {
    display: flex;
    flex-direction: column;
  }
}
footer .lb-row.upper .lb-row-inner .lb-col {
  width: calc(100% / 3);
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  footer .lb-row.upper .lb-row-inner .lb-col {
    width: 100%;
    text-align: center;
    padding-bottom: 6.25vw;
  }
  footer .lb-row.upper .lb-row-inner .lb-col:last-child {
    padding-bottom: 0;
  }
}
footer .lb-row.upper .lb-row-inner .lb-col .lb-col-inner {
  display: table;
}
footer .lb-row.upper .lb-row-inner .lb-col .lb-col-inner .lb-logo {
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
  transition: 0.35s ease-in-out;
}
footer .lb-row.upper .lb-row-inner .lb-col .lb-col-inner .lb-logo:hover {
  opacity: 0.5;
}
footer .lb-row.upper .lb-row-inner .lb-col .lb-col-inner .lb-logo img {
  margin-left: 4.1666666667vw;
  width: 240px;
}
@media (max-width: 1024px) {
  footer .lb-row.upper .lb-row-inner .lb-col .lb-col-inner .lb-logo img {
    margin-left: 0;
  }
}
footer .lb-row.upper .lb-row-inner .lb-col.middle .lb-col-inner {
  text-align: center;
}
footer .lb-row.upper .lb-row-inner .lb-col.middle .lb-col-inner p {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .lb-row.upper .lb-row-inner .lb-col.middle .lb-col-inner p a {
  font-weight: 700;
  text-decoration: none;
}
footer .lb-row.upper .lb-row-inner .lb-col.middle .lb-col-inner p a[href="#header"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #8C9DA2;
  padding: 0.5rem;
  width: 4rem;
  margin: 0 auto;
  padding-top: 0.25rem;
}
footer .lb-row.upper .lb-row-inner .lb-col.middle .lb-col-inner p a[href="#header"] img {
  width: 2rem;
  height: auto;
  transform: rotate(180deg);
  margin-bottom: -8px;
  display: inline-block;
}
footer .lb-row.upper .lb-row-inner .lb-col.middle .lb-col-inner p a[href="#header"]:hover {
  opacity: 0.6;
}
footer .lb-row.upper .lb-row-inner .lb-col.social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 1024px) {
  footer .lb-row.upper .lb-row-inner .lb-col.social ul {
    text-align: center;
  }
}
footer .lb-row.upper .lb-row-inner .lb-col.social ul li {
  display: inline-block;
  margin-right: 21px;
}
footer .lb-row.upper .lb-row-inner .lb-col.social ul li a {
  opacity: 1;
  transition: 0.35s ease-in-out;
}
footer .lb-row.upper .lb-row-inner .lb-col.social ul li a:hover {
  opacity: 0.5;
}
footer .lb-row.upper .lb-row-inner .lb-col.social ul li a img {
  width: 33px;
}
footer .lb-row.upper .lb-row-inner .lb-col.social ul li:last-child {
  margin-right: 0;
}
footer .lb-row.lower {
  background: #112E36;
}
footer .lb-row.lower .lb-row-inner {
  text-align: center;
  line-height: 0;
  justify-content: center;
}
footer .lb-row.lower .lb-row-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  background: #8C9DA2;
}
@media (max-width: 1024px) {
  footer .lb-row.lower .lb-row-inner ul {
    text-align: center;
  }
}
footer .lb-row.lower .lb-row-inner ul li {
  float: left;
  background: #8C9DA2;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  footer .lb-row.lower .lb-row-inner ul li {
    display: inline-block;
    float: none;
  }
}
footer .lb-row.lower .lb-row-inner ul li.current-menu-item > a span, footer .lb-row.lower .lb-row-inner ul li.current_page_parent > a span {
  color: #112E36;
}
footer .lb-row.lower .lb-row-inner ul li::after {
  content: "|";
  color: #FFFFFF;
  font-family: "Noto", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
footer .lb-row.lower .lb-row-inner ul li:last-child::after {
  display: none;
}
footer .lb-row.lower .lb-row-inner ul li a {
  display: block;
  padding: 0 2rem;
  color: #FFFFFF !important;
  text-decoration: none;
  font: 800 0.941em/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px !important;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  footer .lb-row.lower .lb-row-inner ul li a {
    padding: 0 1rem;
    font-size: 0.8rem !important;
  }
}
@media (max-width: 600px) {
  footer .lb-row.lower .lb-row-inner ul li a {
    padding: 0 2rem;
  }
}
@media (max-width: 340px) {
  footer .lb-row.lower .lb-row-inner ul li a {
    padding: 0 1rem;
  }
}
footer .lb-row.lower .lb-row-inner ul li a span {
  display: inline-block;
  transition: 0.35s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
footer .lb-row.lower .lb-row-inner ul li a:hover span {
  color: #112E36;
}

.home {
  /******************************************************************

  Stylesheet: Home Page

  Styles for Homepage ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.home header {
  transform: translate3d(0, 0, 0);
}
.home header .wrapper {
  opacity: 0;
  animation: home-menu-fade-slide 0.55s ease-in-out forwards 1.5s;
}
@media (max-width: 1024px) {
  .home header .wrapper {
    animation: none;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes home-menu-fade-slide {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home .page-title {
  padding-top: 2.0833333333vw;
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
}
@media (max-width: 1440px) {
  .home .page-title {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) {
  .home .page-title {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .home .page-title {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .home .page-title {
    padding-bottom: 0;
  }
}
.home .page-title .lb-row-inner {
  display: flex;
  flex-wrap: wrap;
}
.home .page-title .lb-row-inner .lb-col {
  width: 100%;
}
.home .page-title .lb-row-inner .lb-col.left {
  width: 50% !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .home .page-title .lb-row-inner .lb-col.left {
    width: 100% !important;
  }
}
.home .page-title .lb-row-inner .lb-col.left .lb-col-inner {
  width: 29.1666666667vw;
}
@media (max-width: 1024px) {
  .home .page-title .lb-row-inner .lb-col.left .lb-col-inner {
    width: 100%;
  }
}
.home .page-title .lb-row-inner .lb-col.left .lb-col-inner h1 {
  text-transform: none;
  margin-top: 6.25vw;
  opacity: 0;
  animation: home-title-fade-slide 0.55s ease-in-out forwards 0.75s;
}
@media (max-width: 1024px) {
  .home .page-title .lb-row-inner .lb-col.left .lb-col-inner h1 {
    animation: none;
    opacity: 1;
  }
}
@keyframes home-title-fade-slide {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.home .page-title .lb-row-inner .lb-col.left .lb-col-inner .lb-text-wrapper {
  opacity: 0;
  animation: home-title-fade-slide 0.55s ease-in-out forwards 0.85s;
}
@media (max-width: 1024px) {
  .home .page-title .lb-row-inner .lb-col.left .lb-col-inner .lb-text-wrapper {
    animation: none;
    opacity: 1;
  }
}
.home .page-title .lb-row-inner .lb-col.left .lb-col-inner .lb-text-wrapper h3 {
  color: #8C9DA2 !important;
  margin-bottom: 1.5rem;
}
.home .page-title .lb-row-inner .lb-col.left .lb-col-inner .lb-text-wrapper .author {
  color: #8C9DA2 !important;
  font-size: 1.1rem;
  font-weight: 700 !important;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.home .page-title .lb-row-inner .lb-col.right {
  width: 50% !important;
}
@media (max-width: 1024px) {
  .home .page-title .lb-row-inner .lb-col.right {
    width: 100% !important;
  }
}
.home .page-title .lb-row-inner .lb-col.right .lb-col-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home .page-title .lb-row-inner .lb-col.right .lb-col-inner img {
  width: 33.3333333333vw;
  opacity: 0;
  animation: img-fade-slide 0.55s ease-in-out forwards 1s;
}
@media (max-width: 1024px) {
  .home .page-title .lb-row-inner .lb-col.right .lb-col-inner img {
    animation: none;
    opacity: 1;
    width: 100%;
    padding: 0 8.3333333333vw;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .page-title .lb-row-inner .lb-col.right .lb-col-inner img {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .page-title .lb-row-inner .lb-col.right .lb-col-inner img {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .page-title .lb-row-inner .lb-col.right .lb-col-inner img {
    padding-top: 16.6666666667vw;
  }
}
.home .who-we-are {
  background-size: 100% !important;
  background-position: bottom !important;
  padding-bottom: 25vw;
}
.home .who-we-are::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .home .who-we-are {
    padding-bottom: 37.5vw;
    background-size: 220% !important;
  }
}
@media (max-width: 600px) {
  .home .who-we-are {
    padding-bottom: 41.6666666667vw;
    background-size: 300% !important;
  }
}
@media (max-width: 1440px) {
  .home .who-we-are .text {
    padding-left: 0;
  }
}
.home .who-we-are .lb-row-inner {
  justify-content: flex-end;
}
.home .who-we-are .lb-row-inner .quote-wrapper {
  padding-right: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .home .who-we-are .lb-row-inner .quote-wrapper {
    padding-right: 0;
    width: 50% !important;
  }
}
@media (max-width: 1024px) {
  .home .who-we-are .lb-row-inner .quote-wrapper {
    width: 66.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .home .who-we-are .lb-row-inner .quote-wrapper {
    width: 100% !important;
  }
}
.home .who-we-are .vocation-special {
  display: none;
  position: absolute;
  bottom: -25vw;
  right: 8.3333333333vw;
  width: 41.6666666667vw;
  z-index: 99;
}
@media (max-width: 1024px) {
  .home .who-we-are .vocation-special {
    display: block;
  }
}
@media (max-width: 600px) {
  .home .who-we-are .vocation-special {
    width: 66.6666666667vw;
    right: 16.6666666667vw;
    bottom: -50vw;
  }
}
.home .vocation {
  margin-top: -16.6666666667vw;
  clip-path: polygon(0 16.6666666667vw, 100% 0, 100% 100%, 0% 100%);
  z-index: 11;
}
.home .vocation::before {
  display: none;
}
@media (max-width: 1024px) {
  .home .vocation {
    padding-top: 37.5vw;
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .vocation {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .vocation {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .vocation {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .vocation {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .vocation {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .vocation {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 600px) {
  .home .vocation {
    padding-top: 66.6666666667vw;
  }
}
.home .vocation .tab-bottom {
  background-position-y: 8.3333333333vw !important;
}
@media (max-width: 1024px) {
  .home .vocation .tab-bottom {
    width: 100% !important;
    background: none !important;
  }
}
.home .vocation .tab-bottom .img-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .home .vocation .tab-bottom .img-wrapper {
    display: block !important;
    position: relative;
    left: 8.3333333333vw;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .home .vocation .tab-bottom .img-wrapper img {
    width: 41.6666666667vw;
  }
}
.home .vocation .text {
  padding: 16.6666666667vw 16.6666666667vw 8.3333333333vw 25vw;
}
@media (max-width: 1440px) {
  .home .vocation .text {
    padding: 16.6666666667vw 16.6666666667vw 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .home .vocation .text {
    padding: 0;
  }
}
.home .quote {
  padding-left: 16.6666666667vw !important;
  padding-right: 16.6666666667vw !important;
  padding-top: 16.6666666667vw;
  padding-bottom: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .home .quote {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .home .quote {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .home .quote {
    padding-top: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .home .quote {
    padding-top: 25vw;
  }
}
@media (max-width: 600px) {
  .home .quote {
    padding-top: 33.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .home .quote {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .home .quote {
    padding-bottom: 25vw;
  }
}
@media (max-width: 600px) {
  .home .quote {
    padding-bottom: 33.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .home .quote {
    text-align: center;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .quote {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .quote {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .quote {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .quote {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .quote {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .quote {
    padding-bottom: 16.6666666667vw;
  }
}
.home .quote::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 600px) {
  .home .quote::before {
    content: "";
    width: 100%;
    height: 7.0833333333vw;
    position: absolute;
    top: -1px;
    left: 0;
    background: #112E36;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.home .cyfm {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16.6666666667vw), 0% 100%);
}
.home .cyfm::before {
  display: none;
}
@media (max-width: 1024px) {
  .home .cyfm {
    clip-path: none;
    padding-bottom: 0;
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-top: 8.3333333333vw;
  }
  .home .cyfm::before {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .cyfm {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .cyfm {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .cyfm {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .cyfm {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .cyfm {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .cyfm {
    padding-top: 16.6666666667vw;
  }
}
.home .cyfm .text {
  padding: 8.3333333333vw 4.1666666667vw 16.6666666667vw 8.3333333333vw;
}
@media (max-width: 1440px) {
  .home .cyfm .text {
    width: 50% !important;
    padding: 8.3333333333vw 8.3333333333vw 16.6666666667vw 12.5vw;
  }
}
@media (max-width: 1024px) {
  .home .cyfm .text {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .home .cyfm .img-col {
    width: 50% !important;
  }
}
@media (max-width: 1024px) {
  .home .cyfm .img-col {
    width: 100% !important;
    background: none !important;
  }
}
.home .cyfm .img-col .img-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .home .cyfm .img-col .img-wrapper {
    display: block !important;
    position: relative;
    left: 8.3333333333vw;
    top: 8.3333333333vw;
    text-align: right;
  }
}
@media (max-width: 600px) {
  .home .cyfm .img-col .img-wrapper {
    left: 0;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .home .cyfm .img-col .img-wrapper img {
    width: 41.6666666667vw;
  }
}
@media (max-width: 600px) {
  .home .cyfm .img-col .img-wrapper img {
    width: 66.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .home .ways-to-give {
    margin-top: 8.3333333333vw;
  }
}
.home .ways-to-give .lb-row-inner .img-wrapper img {
  width: 37.5vw;
}
@media (max-width: 1024px) {
  .home .ways-to-give .lb-row-inner .lb-col:not(.text) {
    display: none;
  }
}
@media (max-width: 1440px) {
  .home .list-calendar {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .home .list-calendar {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .home .list-calendar {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home .list-calendar {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home .list-calendar {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.home .list-calendar .lb-col.first h2 {
  text-align: center;
}
@media (max-width: 600px) {
  .home .list-calendar .lb-col.first h2 {
    text-align: left;
  }
}
.home .list-calendar .lb-col.first .calendar-title {
  font: 400 1.1775rem/1.5em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em !important;
  font-family: "Noto", "Georgia", Cambria, Times New Roman, Times, serif !important;
  color: #112E36 !important;
  margin-bottom: 3rem !important;
}
@media (max-width: 1440px) {
  .home .list-calendar .lb-col.first .calendar-title {
    margin-bottom: calc(3rem - 0.25rem) !important;
  }
}

.page-id-42 {
  /******************************************************************

  Stylesheet: Contact

  Styles for Contact page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1024px) {
  .page-id-42 .top-half {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-42 .top-half {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-42 .top-half {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-42 .top-half {
    padding-top: 16.6666666667vw;
  }
}

.page-id-40 {
  /******************************************************************

  Stylesheet: Media Center

  Styles for Media Center page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
  /*
  #publications {
      .articles {
          justify-content: space-between;
          width: 100%;
          display: flex;
          flex-wrap: wrap;

          .search {
              line-height: 0;
              height: 35px;
              display: inline-block;

              @include margin-bottom($col-vw / 2);

              @include breakpoint(1300px) {
                  @include margin-top($col-vw / 2);
              }


              @include breakpoint($tablet-break) {
                  margin-top: 0 !important;
                  width: 100%;
              }


              position: relative;

              &::before {
                  content: url('https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/search_svg-1544040270');
                  width: 1rem;
                  position: absolute;
                  right: 1rem;
                  top: 50%;
                  transform: translateY(-50%);
                  z-index: 22;
              }

              input {
                  padding: 0 1rem;
                  border: 1px solid $color-p;
                  color: $color-p;
                  font-size: 1rem;
                  font-family: $serif !important;
                  line-height: 35px !important;
                  border-radius: 0;

                  @include breakpoint($tablet-break) {
                      width: 100%;
                  }
              }
          }

          .card {
              @include box-shadow;
              @include margin-bottom($col-vw / 2);

              @include breakpoint(1250px) {
                  width: 100% !important;

                  @include margin-bottom($col-vw);
              }


              transition: $transition;

              &:hover {
                  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
              }

              .lb-col-inner {
                  display: flex;
                  flex-wrap: wrap;
                  height: 100%;

                  .info {
                      width: 100%;
                      padding: $col-vw / 4;

                      @include breakpoint($mobile-break) {
                          width: 100%;
                      }


                      @include breakpoint($tablet-break) {
                          padding: ($col-vw * 0.75) $col-vw;
                      }


                      @include breakpoint($mobile-break) {
                          padding: ($col-vw * 2) $col-vw;
                      }


                      .date {
                          display: block;
                          padding: 1rem 0;
                          font-family: $sans-serif;
                          text-transform: uppercase;
                          font-weight: 700;
                          font-size: 0.8rem;
                          color: $color-p;
                      }

                      h4 {
                          font-weight: 800 !important;

                          @include type-margin-bottom-sml(2rem);
                      }

                      h4,
                      a {
                          text-decoration: none;
                      }

                      .lb-social-share {
                          ul {
                              padding: 0;
                              margin: 0;
                              list-style: none;
                              text-align: left;

                              li {
                                  display: inline-block;
                                  margin-right: 0.5rem;

                                  a {
                                      opacity: 1;
                                      transition: $transition;

                                      &:hover {
                                          svg > path {
                                              fill: $color2;
                                          }
                                      }

                                      svg {
                                          width: 33px;

                                          path {
                                              color: $color1;
                                              transition: $transition;
                                          }
                                      }
                                  }

                                  &:last-child {
                                      margin-right: 0;
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  }
  */
}
.page-id-40 .pageable-nav {
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .page-id-40 .pageable-nav .lb-col-inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .page-id-40 .pageable-nav .lb-col-inner span {
    width: 50%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .page-id-40 .pageable-nav .lb-col-inner span:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-id-40 .pageable-nav .lb-col-inner span {
    width: 100%;
    text-align: center;
  }
  .page-id-40 .pageable-nav .lb-col-inner span:nth-child(n+3) {
    margin-bottom: 2rem;
  }
  .page-id-40 .pageable-nav .lb-col-inner span:last-child {
    margin-bottom: 0;
  }
}
.page-id-40 .pageable-nav .lb-col-inner span h4::before {
  background: #112E36 !important;
}
.page-id-40 #news .articles,
.page-id-40 #publications .articles {
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
  line-height: 0;
  height: 35px;
  display: inline-block;
  margin-bottom: 4.1666666667vw !important;
  position: relative;
}
@media (max-width: 1440px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-bottom: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-bottom: 8.3333333333vw !important;
  }
}
@media (max-width: 1300px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-top: 4.1666666667vw !important;
  }
}
@media (max-width: 1300px) and (max-width: 1440px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-top: 5.2083333333vw !important;
  }
}
@media (max-width: 1300px) and (max-width: 1024px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-top: 6.25vw !important;
  }
}
@media (max-width: 1300px) and (max-width: 600px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-top: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-40 #news .articles .search,
.page-id-40 #publications .articles .search {
    margin-top: 0 !important;
    width: 100%;
  }
}
.page-id-40 #news .articles .search::before,
.page-id-40 #publications .articles .search::before {
  content: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/search_svg-1544040270");
  width: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
}
.page-id-40 #news .articles .search input,
.page-id-40 #publications .articles .search input {
  padding: 0 1rem;
  border: 1px solid #434343;
  color: #434343;
  font-size: 1rem;
  font-family: "Noto", "Georgia", Cambria, Times New Roman, Times, serif !important;
  line-height: 35px !important;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .page-id-40 #news .articles .search input,
.page-id-40 #publications .articles .search input {
    width: 100%;
  }
}
.page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 4.1666666667vw !important;
  transition: 0.35s ease-in-out;
}
@media (max-width: 1440px) {
  .page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
    margin-bottom: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
    margin-bottom: 8.3333333333vw !important;
  }
}
@media (max-width: 1250px) {
  .page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
    width: 100% !important;
    margin-bottom: 8.3333333333vw !important;
  }
}
@media (max-width: 1250px) and (max-width: 1440px) {
  .page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
    margin-bottom: 10.4166666667vw !important;
  }
}
@media (max-width: 1250px) and (max-width: 1024px) {
  .page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
    margin-bottom: 12.5vw !important;
  }
}
@media (max-width: 1250px) and (max-width: 600px) {
  .page-id-40 #news .articles .card,
.page-id-40 #publications .articles .card {
    margin-bottom: 16.6666666667vw !important;
  }
}
.page-id-40 #news .articles .card:hover,
.page-id-40 #publications .articles .card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.page-id-40 #news .articles .card .lb-col-inner,
.page-id-40 #publications .articles .card .lb-col-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.page-id-40 #news .articles .card .lb-col-inner .image-bg,
.page-id-40 #publications .articles .card .lb-col-inner .image-bg {
  flex-basis: 60%;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 1440px) {
  .page-id-40 #news .articles .card .lb-col-inner .image-bg,
.page-id-40 #publications .articles .card .lb-col-inner .image-bg {
    height: 16vw;
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .page-id-40 #news .articles .card .lb-col-inner .image-bg,
.page-id-40 #publications .articles .card .lb-col-inner .image-bg {
    height: 50vw;
  }
}
.page-id-40 #news .articles .card .lb-col-inner .info,
.page-id-40 #publications .articles .card .lb-col-inner .info {
  flex-basis: 40%;
  padding: 1.0416666667vw 2.0833333333vw;
}
@media (max-width: 1440px) {
  .page-id-40 #news .articles .card .lb-col-inner .info,
.page-id-40 #publications .articles .card .lb-col-inner .info {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .page-id-40 #news .articles .card .lb-col-inner .info,
.page-id-40 #publications .articles .card .lb-col-inner .info {
    padding: 6.25vw 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-40 #news .articles .card .lb-col-inner .info,
.page-id-40 #publications .articles .card .lb-col-inner .info {
    padding: 4.1666666667vw 8.3333333333vw;
  }
}
.page-id-40 #news .articles .card .lb-col-inner .info .date,
.page-id-40 #publications .articles .card .lb-col-inner .info .date {
  display: block;
  padding: 0.5rem 0;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #434343;
}
.page-id-40 #news .articles .card .lb-col-inner .info h4,
.page-id-40 #publications .articles .card .lb-col-inner .info h4 {
  font-weight: 800 !important;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.page-id-40 #news .articles .card .lb-col-inner .info h4,
.page-id-40 #news .articles .card .lb-col-inner .info a,
.page-id-40 #publications .articles .card .lb-col-inner .info h4,
.page-id-40 #publications .articles .card .lb-col-inner .info a {
  text-decoration: none;
}
.page-id-40 #news .articles .card .lb-col-inner .info .lb-social-share ul,
.page-id-40 #publications .articles .card .lb-col-inner .info .lb-social-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.page-id-40 #news .articles .card .lb-col-inner .info .lb-social-share ul li,
.page-id-40 #publications .articles .card .lb-col-inner .info .lb-social-share ul li {
  display: inline-block;
  margin-right: 0.5rem;
}
.page-id-40 #news .articles .card .lb-col-inner .info .lb-social-share ul li a,
.page-id-40 #publications .articles .card .lb-col-inner .info .lb-social-share ul li a {
  opacity: 1;
  transition: 0.35s ease-in-out;
}
.page-id-40 #news .articles .card .lb-col-inner .info .lb-social-share ul li a:hover svg > path,
.page-id-40 #publications .articles .card .lb-col-inner .info .lb-social-share ul li a:hover svg > path {
  fill: #4C2013;
}
.page-id-40 #news .articles .card .lb-col-inner .info .lb-social-share ul li a svg,
.page-id-40 #publications .articles .card .lb-col-inner .info .lb-social-share ul li a svg {
  width: 33px;
  height: 33px;
}
.page-id-40 #news .articles .card .lb-col-inner .info .lb-social-share ul li a svg path,
.page-id-40 #publications .articles .card .lb-col-inner .info .lb-social-share ul li a svg path {
  color: #112E36;
  transition: 0.35s ease-in-out;
}
.page-id-40 #news .articles .card .lb-col-inner .info .lb-social-share ul li:last-child,
.page-id-40 #publications .articles .card .lb-col-inner .info .lb-social-share ul li:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .page-id-40 body .yotu-videos.yotu-preset-abnb .yotu-video-title {
    font-size: 1.2rem !important;
  }
}

.page-id-700 {
  /******************************************************************

  Stylesheet: Safe Environment Page

  Styles for Safe Environment Page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-700 .lb-row ul {
  margin-left: 3em;
  list-style-position: outside;
}
.page-id-700 .lb-row h4 {
  text-transform: unset;
}
.page-id-700 .lb-row .col-6 {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-id-700 h2.bottom {
    padding-right: 4.1rem;
  }
}
@media (max-width: 600px) {
  .page-id-700 .page-title h1 {
    font-size: 2rem !important;
  }
  .page-id-700 h2.bottom {
    padding-right: 2rem;
  }
}
.page-id-700 .lb-row.quote .lb-row-inner h1 {
  font-size: 2rem;
}
.page-id-700 .page-title::after {
  background: rgba(17, 46, 54, 0.55);
}
.page-id-700 .USCCB .info {
  padding-right: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-700 .USCCB .info {
    padding-right: 0;
  }
}
.page-id-700 .downloads-wrapper h2 {
  letter-spacing: -1px;
}
.page-id-700 .downloads-wrapper ul {
  margin-left: -1em !important;
}
.page-id-700 .downloads-wrapper .card {
  margin: 2rem 0;
}
.page-id-700 .downloads-wrapper .card:first-child {
  margin-top: 0;
}
.page-id-700 .downloads-wrapper .card:last-child {
  margin-bottom: 0;
}
.page-id-700 .downloads-wrapper .card .card-inner a {
  display: block;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.page-id-700 .downloads-wrapper .card .card-inner a:hover h4::before {
  top: 65%;
}
.page-id-700 .downloads-wrapper .card .card-inner a h4 {
  position: relative;
  padding-left: 5rem;
}
.page-id-700 .downloads-wrapper .card .card-inner a h4::before {
  content: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/download_svg-1544040270");
  position: absolute;
  width: 2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.35s ease-in-out;
}
.page-id-700 .downloads-wrapper.protection .card {
  color: #FFFFFF;
}
.page-id-700 .downloads-wrapper.protection .card .card-inner a:hover {
  opacity: 0.75;
}
.page-id-700 .downloads-wrapper.protection .card .card-inner a h4 {
  padding-left: 1rem;
}
.page-id-700 .downloads-wrapper.protection .card .card-inner a h4::before {
  display: none;
}
.page-id-700 .mary {
  position: relative;
}
.page-id-700 .mary::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #112E36;
  opacity: 0.55;
}
.page-id-700 .mary h2 {
  text-transform: unset;
}
@media (max-width: 1024px) {
  .page-id-700 .pse .info {
    text-align: center;
  }
}
.page-id-700 .pse .info img {
  width: 18.75vw;
  margin-bottom: 3rem !important;
}
@media (max-width: 1440px) {
  .page-id-700 .pse .info img {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-700 .pse .info img {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .page-id-700 .pse .info img {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-700 .pse .info img {
    width: 80%;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-700 .downloads .lb-col {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-700 .downloads .lb-col {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-700 .downloads .lb-col {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-700 .downloads .lb-col {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-700 .quote {
  position: relative;
}
.page-id-700 .quote::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(17, 46, 54, 0.45);
}
.page-id-700 .quote .lb-row-inner {
  position: relative;
}
.page-id-700 .card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page-id-700 .card-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.page-id-700 .card-wrapper .card {
  width: 16.6666666667vw;
  min-height: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .page-id-700 .card-wrapper .card {
    width: 29.1666666667vw;
    min-height: 29.1666666667vw;
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-700 .card-wrapper .card {
    margin-bottom: 7.8125vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-700 .card-wrapper .card {
    margin-bottom: 9.375vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-700 .card-wrapper .card {
    margin-bottom: 12.5vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-700 .card-wrapper .card:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-700 .card-wrapper .card:nth-child(-n+2) {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-700 .card-wrapper .card:nth-child(-n+2) {
    margin-bottom: 7.8125vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-700 .card-wrapper .card:nth-child(-n+2) {
    margin-bottom: 9.375vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-700 .card-wrapper .card:nth-child(-n+2) {
    margin-bottom: 12.5vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-700 .card-wrapper .card {
    width: 100%;
    min-height: 52.0833333333vw;
    margin-left: 8.3333333333vw;
    margin-right: 8.3333333333vw;
  }
  .page-id-700 .card-wrapper .card:nth-last-child(-n+2) {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-700 .card-wrapper .card:nth-last-child(-n+2) {
    margin-bottom: 7.8125vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-700 .card-wrapper .card:nth-last-child(-n+2) {
    margin-bottom: 9.375vw !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-700 .card-wrapper .card:nth-last-child(-n+2) {
    margin-bottom: 12.5vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-700 .card-wrapper .card:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 340px) {
  .page-id-700 .card-wrapper .card {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-id-700 .card-wrapper .card .card-inner {
  background: #112E36;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: 0.35s ease-in-out;
}
.page-id-700 .card-wrapper .card .card-inner:hover {
  background: #8C9DA2;
}
.page-id-700 .card-wrapper .card .card-inner a {
  padding: 2rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.page-id-700 .card-wrapper .card .card-inner a h4 {
  padding-bottom: 4.25rem;
  position: relative;
}
.page-id-700 .card-wrapper .card .card-inner a h4::before {
  content: url("https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/download_svg-1544040270");
  position: absolute;
  width: 2rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-id-51 {
  /******************************************************************

  Stylesheet: Donate

  Styles for Donate page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-51 .page-title {
  padding-top: 12.5vw;
}
@media (max-width: 1440px) {
  .page-id-51 .page-title {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-51 .page-title {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-51 .page-title {
    padding-top: 25vw;
  }
}
.page-id-51 .page-title::after {
  background: #000000;
  opacity: 0.55;
}
.page-id-51 .first .col-quote .author p {
  margin-top: 1rem;
  color: #4C2013;
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-id-51 .first .info {
  padding-left: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-id-51 .first .info {
    padding-left: 0;
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-51 .first .info {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-51 .first .info {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-51 .first .info {
    padding-top: 8.3333333333vw;
  }
}
.page-id-51 .second .lb-text-wrapper a {
  text-decoration: underline;
  font-weight: inherit !important;
}
.page-id-51 .center h2 {
  text-align: center;
}
.page-id-51 .align-right {
  text-align: right;
}
.page-id-51 .pageable-nav {
  text-align: center;
}
@media (max-width: 1024px) {
  .page-id-51 .pageable-nav {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-51 .pageable-nav .lb-col-inner {
  justify-content: center;
}
@media (max-width: 1024px) {
  .page-id-51 .pageable-nav .lb-col-inner {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .page-id-51 .pageable-nav .lb-col-inner h2 {
    margin-bottom: 2rem;
  }
}
.page-id-51 .pageable-nav .lb-col-inner .buttons-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-id-51 .pageable-nav .lb-col-inner .buttons-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .page-id-51 .pageable-nav .lb-col-inner .buttons-wrapper span {
    width: 100% !important;
    text-align: center;
    margin-bottom: 1rem;
  }
  .page-id-51 .pageable-nav .lb-col-inner .buttons-wrapper span:last-child {
    margin-bottom: 0;
  }
}
.page-id-51 .ways-to-give-header {
  padding-bottom: 4.1666666667vw !important;
}
.page-id-51 .cards-wrapper {
  display: flex;
  flex-direction: column;
}
.page-id-51 .cards-wrapper .card {
  display: flex;
  flex-direction: column;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-51 .cards-wrapper .card {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-51 .cards-wrapper .card {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-51 .cards-wrapper .card {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-51 .cards-wrapper .card p {
  color: #8C9DA2;
}
.page-id-51 .cards-wrapper .card .card-inner {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .page-id-51 .cards-wrapper .card .card-inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .page-id-51 .cards-wrapper .card .card-inner .col {
    width: 100% !important;
  }
}
.page-id-51 .cards-wrapper .card .card-inner .col.lrg {
  width: 60%;
}
.page-id-51 .cards-wrapper .card .card-inner .col.sml {
  width: 40%;
}
.page-id-51 .cards-wrapper .card .card-inner .col.inside img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-id-51 .cards-wrapper .card .card-inner .col.cover {
  padding-right: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .page-id-51 .cards-wrapper .card .card-inner .col.cover {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-51 .cards-wrapper .card .card-inner .col.cover img {
    padding: 0 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-51 .cards-wrapper .card .card-inner .col.cover img {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-51 #capuchin-legacy-society .lb-row {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-51 #capuchin-legacy-society .lb-row {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-51 #capuchin-legacy-society .lb-row {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-51 #capuchin-legacy-society .lb-row {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-51 #capuchin-legacy-society .lb-row .text {
  padding-left: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-51 #capuchin-legacy-society .lb-row .text {
    padding-left: 0;
  }
}
.page-id-51 #capuchin-legacy-society .lb-row .text h4 {
  color: #112E36;
  font-weight: 700 !important;
  text-transform: none;
  margin-bottom: 1.5rem;
}
.page-id-51 #capuchin-legacy-society .lb-row .tab-top {
  padding-right: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-id-51 #capuchin-legacy-society .lb-row .tab-top {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-51 #capuchin-mission-association .lb-row.last {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-51 #capuchin-mission-association .lb-row.last {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-51 #capuchin-mission-association .lb-row.last {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-51 #capuchin-mission-association .lb-row.last {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-51 #capuchin-mission-association .text.last {
  padding-left: 0;
}
.page-id-51 #donate .lb-text-wrapper {
  text-align: left !important;
}
.page-id-51 #request-a-mass .col-8 {
  width: 100% !important;
}

.search-results {
  /******************************************************************

  Stylesheet: Search Results

  Styles for search result page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}

.single-post {
  /******************************************************************

  Stylesheet: Article/Post template

  Styles for post templates ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}

.single-saints_blessed {
  /******************************************************************

  Stylesheet: Single Saints and Blessed template

  Styles for post templates ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.single-saints_blessed .breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.single-saints_blessed .breadcrumbs a {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-decoration: none;
  font-weight: 700 !important;
}
@media (pointer: fine) {
  .single-saints_blessed .breadcrumbs a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .single-saints_blessed .intro {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .single-saints_blessed .intro {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .single-saints_blessed .intro {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .single-saints_blessed .intro {
    padding-top: 16.6666666667vw;
  }
}
.single-saints_blessed .intro h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: none;
}
.single-saints_blessed .intro h1 span {
  text-transform: capitalize;
}
.single-saints_blessed .intro h5 {
  text-decoration: none;
  padding-bottom: 3.75rem !important;
}
@media (max-width: 1440px) {
  .single-saints_blessed .intro h5 {
    padding-bottom: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .single-saints_blessed .intro h5 {
    padding-bottom: calc(3.75rem - 1rem) !important;
  }
}
.single-saints_blessed .person {
  padding-bottom: 14.5833333333vw;
}
@media (max-width: 1440px) {
  .single-saints_blessed .person {
    padding-bottom: 18.2291666667vw;
  }
}
@media (max-width: 1024px) {
  .single-saints_blessed .person {
    padding-bottom: 21.875vw;
  }
}
@media (max-width: 600px) {
  .single-saints_blessed .person {
    padding-bottom: 29.1666666667vw;
  }
}
@media (max-width: 1024px) {
  .single-saints_blessed .person {
    padding-bottom: 1.0416666667vw;
  }
}
.single-saints_blessed .person .img-wrapper.med img {
  width: 45%;
}
@media (max-width: 1024px) {
  .single-saints_blessed .person .img-wrapper.med img {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .single-saints_blessed .person .img-wrapper.med img {
    width: 62.5vw;
  }
}
@media (max-width: 1024px) {
  .single-saints_blessed .person .img-wrapper {
    position: relative;
    right: -8.3333333333vw;
    text-align: right;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .single-saints_blessed .person .img-wrapper {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .single-saints_blessed .person .img-wrapper {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .single-saints_blessed .person .img-wrapper {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 600px) {
  .single-saints_blessed .person .img-wrapper {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .single-saints_blessed .prayer {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .single-saints_blessed .prayer {
    padding-top: 7.8125vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .single-saints_blessed .prayer {
    padding-top: 9.375vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .single-saints_blessed .prayer {
    padding-top: 12.5vw;
  }
}

.error404 {
  /******************************************************************

  Stylesheet: 404 page

  Styles for 404 page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.error404 .page-error .lb-row-inner {
  min-height: calc(100vh - 160px);
  align-items: center;
}
@media (max-width: 1024px) {
  .error404 .page-error .lb-row-inner {
    min-height: calc(100vh - 120px);
    text-align: center;
  }
}

.page-id-32 {
  /******************************************************************

  Stylesheet: About

  Styles for About page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}

.page-id-677 {
  /******************************************************************

  Stylesheet: History of Saint Mary

  Styles for History of Saint Mary page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1024px) {
  .page-id-677 .mary {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-677 .mary .lb-timeline .card .lb-row-inner {
  align-items: flex-start;
}
.page-id-677 .mary .lb-timeline .card .lb-row-inner:nth-child(3) .lb-row-inner .lb-col.img img {
  width: 100%;
}

.page-id-658 {
  /******************************************************************

  Stylesheet: Capuchins Saints and Blessed

  Styles for Capuchins Saints and Blessed page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-658 .page-title .author {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1440px) {
  .page-id-658 .people .lb-col {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .page-id-658 .people .lb-col {
    width: 100% !important;
  }
}
.page-id-658 .people .lb-col a .person {
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.page-id-658 .people .lb-col a .person h6 {
  font-weight: 700 !important;
  transition: 0.35s ease-in-out;
  position: relative;
  overflow: hidden;
}
.page-id-658 .people .lb-col a .person h6::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #112E36;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: 0.35s ease-in-out;
}
.page-id-658 .people .lb-col a .person h6 span {
  text-transform: capitalize;
}
.page-id-658 .people .lb-col a p {
  margin-bottom: 0.5rem;
  margin: 0;
  transition: 0.35s ease-in-out;
}
@media (pointer: fine) {
  .page-id-658 .people .lb-col a:hover .person h6::before {
    transform: translateX(0);
  }
}

.page-id-660 {
  /******************************************************************

  Stylesheet: Blessed Solanus Casey

  Styles for Blessed Solanus Casey page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-660 .intro::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.35;
}
@media (max-width: 600px) {
  .page-id-660 .intro h1 span {
    display: none;
  }
}
.page-id-660 .intro .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.page-id-660 .intro .buttons-wrapper .button {
  margin-right: 2rem;
}
.page-id-660 .intro .buttons-wrapper .play-btn {
  transition: 0.35s ease-in-out;
  width: 45px;
  height: 45px;
}
.page-id-660 .intro .buttons-wrapper .play-btn img {
  width: 45px;
}
@media (pointer: fine) {
  .page-id-660 .intro .buttons-wrapper .play-btn:hover {
    opacity: 0.5;
  }
}
.page-id-660 .first .lb-col,
.page-id-660 .second .lb-col,
.page-id-660 .third .lb-col,
.page-id-660 .fourth .lb-col {
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .page-id-660 .first .lb-col,
.page-id-660 .second .lb-col,
.page-id-660 .third .lb-col,
.page-id-660 .fourth .lb-col {
    background-position: top center;
  }
}
.page-id-660 .first .lb-col.caption,
.page-id-660 .second .lb-col.caption,
.page-id-660 .third .lb-col.caption,
.page-id-660 .fourth .lb-col.caption {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.page-id-660 .first .lb-col.caption::before,
.page-id-660 .second .lb-col.caption::before,
.page-id-660 .third .lb-col.caption::before,
.page-id-660 .fourth .lb-col.caption::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #112E36;
  opacity: 0.7;
}
.page-id-660 .first .lb-col.caption .caption-text,
.page-id-660 .second .lb-col.caption .caption-text,
.page-id-660 .third .lb-col.caption .caption-text,
.page-id-660 .fourth .lb-col.caption .caption-text {
  position: relative;
}
.page-id-660 .first .lb-col .lb-col-inner,
.page-id-660 .second .lb-col .lb-col-inner,
.page-id-660 .third .lb-col .lb-col-inner,
.page-id-660 .fourth .lb-col .lb-col-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-id-660 .first .lb-col .lb-col-inner .card,
.page-id-660 .second .lb-col .lb-col-inner .card,
.page-id-660 .third .lb-col .lb-col-inner .card,
.page-id-660 .fourth .lb-col .lb-col-inner .card {
  height: 25vw;
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .page-id-660 .first .lb-col .lb-col-inner .card,
.page-id-660 .second .lb-col .lb-col-inner .card,
.page-id-660 .third .lb-col .lb-col-inner .card,
.page-id-660 .fourth .lb-col .lb-col-inner .card {
    height: 33.3333333333vw;
    background-position: top center;
  }
}
@media (max-width: 600px) {
  .page-id-660 .first .lb-col .lb-col-inner .card,
.page-id-660 .second .lb-col .lb-col-inner .card,
.page-id-660 .third .lb-col .lb-col-inner .card,
.page-id-660 .fourth .lb-col .lb-col-inner .card {
    height: 50vw;
  }
}
.page-id-660 .first .lb-col .lb-col-inner .card.full,
.page-id-660 .second .lb-col .lb-col-inner .card.full,
.page-id-660 .third .lb-col .lb-col-inner .card.full,
.page-id-660 .fourth .lb-col .lb-col-inner .card.full {
  width: 100%;
}
@media (max-width: 1024px) {
  .page-id-660 .first .lb-col .lb-col-inner .card.hidden,
.page-id-660 .second .lb-col .lb-col-inner .card.hidden,
.page-id-660 .third .lb-col .lb-col-inner .card.hidden,
.page-id-660 .fourth .lb-col .lb-col-inner .card.hidden {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-id-660 .first .lb-col .lb-col-inner .card.hidden,
.page-id-660 .second .lb-col .lb-col-inner .card.hidden,
.page-id-660 .third .lb-col .lb-col-inner .card.hidden,
.page-id-660 .fourth .lb-col .lb-col-inner .card.hidden {
    display: block;
  }
}
.page-id-660 .first.tall .lb-col .lb-col-inner .card,
.page-id-660 .second.tall .lb-col .lb-col-inner .card,
.page-id-660 .third.tall .lb-col .lb-col-inner .card,
.page-id-660 .fourth.tall .lb-col .lb-col-inner .card {
  height: 33.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-660 .first.tall .lb-col .lb-col-inner .card,
.page-id-660 .second.tall .lb-col .lb-col-inner .card,
.page-id-660 .third.tall .lb-col .lb-col-inner .card,
.page-id-660 .fourth.tall .lb-col .lb-col-inner .card {
    height: 50vw;
  }
}
@media (max-width: 600px) {
  .page-id-660 .first.tall .lb-col .lb-col-inner .card,
.page-id-660 .second.tall .lb-col .lb-col-inner .card,
.page-id-660 .third.tall .lb-col .lb-col-inner .card,
.page-id-660 .fourth.tall .lb-col .lb-col-inner .card {
    height: 75vw;
  }
}
@media (max-width: 1024px) {
  .page-id-660 .first .lb-col,
.page-id-660 .third .lb-col {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .page-id-660 .first .lb-col,
.page-id-660 .third .lb-col {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .page-id-660 .first .lb-col.image,
.page-id-660 .third .lb-col.image {
    height: 100vw;
  }
}
@media (max-width: 600px) {
  .page-id-660 .first .lb-col .lb-col-inner,
.page-id-660 .third .lb-col .lb-col-inner {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 600px) {
  .page-id-660 .first .lb-col .lb-col-inner .card.full,
.page-id-660 .third .lb-col .lb-col-inner .card.full {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .page-id-660 .second .lb-col {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .page-id-660 .second .lb-col {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .page-id-660 .second .lb-col:first-child {
    height: 75vw;
  }
}
@media (max-width: 1024px) {
  .page-id-660 .second .lb-col .lb-col-inner .card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .page-id-660 .second .lb-col .lb-col-inner .card {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page-id-660 .third .lb-col {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .page-id-660 .third .lb-col {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .page-id-660 .third .lb-col .card.full {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-id-660 .fourth {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-id-660 .fourth .lb-col {
    width: 50% !important;
  }
}
@media (max-width: 600px) {
  .page-id-660 .fourth .lb-col {
    width: 100% !important;
  }
}
.page-id-660 .last {
  padding-top: 14.5833333333vw;
  padding-bottom: 14.5833333333vw;
}
@media (max-width: 1440px) {
  .page-id-660 .last {
    padding-top: 18.2291666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-660 .last {
    padding-top: 21.875vw;
  }
}
@media (max-width: 600px) {
  .page-id-660 .last {
    padding-top: 29.1666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-660 .last {
    padding-bottom: 18.2291666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-660 .last {
    padding-bottom: 21.875vw;
  }
}
@media (max-width: 600px) {
  .page-id-660 .last {
    padding-bottom: 29.1666666667vw;
  }
}

.page-id-1221 {
  /******************************************************************

  Stylesheet: Missionary Ministry

  Styles for Missionary Ministry page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-1221 .page-title {
  padding-bottom: 20.8333333333vw;
}
@media (max-width: 1440px) {
  .page-id-1221 .page-title {
    padding-bottom: 26.0416666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1221 .page-title {
    padding-bottom: 31.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-1221 .page-title {
    padding-bottom: 41.6666666667vw;
  }
}
.page-id-1221 .lb-row.second {
  padding-left: 0 !important;
}
@media (max-width: 1024px) {
  .page-id-1221 .lb-row.second {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1221 .lb-row.second {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1221 .lb-row.second {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1221 .lb-row.second {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1221 .lb-row.second .text {
    padding-right: 0;
  }
}
.page-id-1221 .lb-row.second .text .lb-text-wrapper strong {
  font-weight: 700 !important;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #112E36;
}
.page-id-1221 .lb-row.second .text .lb-text-wrapper ul {
  margin-left: 3em;
  list-style-position: outside;
}
.page-id-1221 .lb-row.third {
  padding-left: 33.3333333333vw !important;
  padding-right: 33.3333333333vw !important;
}
@media (max-width: 1440px) {
  .page-id-1221 .lb-row.third {
    padding-left: 25vw !important;
    padding-right: 25vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1221 .lb-row.third {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1221 .lb-row.third::after {
  content: "";
  width: 100%;
  height: 7.0833333333vw;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
.page-id-1221 .lb-row.third .lb-row-inner {
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-id-1221 .lb-row.third .lb-row-inner .lb-col:last-child {
    padding-top: 2rem;
  }
}
.page-id-1221 .lb-row.third .lb-row-inner .lb-col:last-child .title p {
  margin-bottom: 1.5em !important;
}
@media (max-width: 1024px) {
  .page-id-1221 .lb-row.third .lb-row-inner .lb-col:last-child .title p {
    margin-bottom: 0 !important;
  }
}
.page-id-1221 .lb-row.third .lb-row-inner .title p {
  font-weight: 700 !important;
  padding: 2rem 0 4rem;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #112E36;
}
@media (max-width: 1024px) {
  .page-id-1221 .lb-row.third .lb-row-inner .title p {
    padding: 2rem 0;
  }
}
.page-id-1221 .lb-row.third h2 {
  padding-bottom: 1.5em;
}
.page-id-1221 .quote {
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 1440px) {
  .page-id-1221 .quote {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1221 .quote {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1221 .quote {
    padding-top: 25vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1221 .quote {
    padding-bottom: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1221 .quote {
    padding-bottom: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1221 .quote {
    padding-bottom: 25vw;
  }
}

.page-id-954 {
  /******************************************************************

  Stylesheet: Preaching Ministry

  Styles for Preaching Ministry page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1440px) {
  .page-id-954 .page-title .lb-col {
    width: 50vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-954 .page-title .lb-col {
    width: 100% !important;
  }
}
@media (max-width: 1440px) {
  .page-id-954 .staff {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-954 .staff {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-954 .staff {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-954 .staff {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-954 .staff .col-12 {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-954 .staff .col-12 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-954 .staff .col-12 {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-954 .staff .col-12 {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-954 .staff .lb-row-inner .card .lb-col-inner:hover .info {
  height: 100%;
}
.page-id-954 .staff .lb-row-inner .card .lb-col-inner:hover .info h2:nth-child(2) {
  opacity: 0;
}
@media (max-width: 1024px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner:hover .info h2:nth-child(2) {
    opacity: 1;
  }
}
.page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4 {
  transition: 0.35s ease-in-out;
}
@media (max-width: 1440px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1024px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4 {
    opacity: 1 !important;
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4 {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4 {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4 {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4:nth-child(2) {
    padding-top: 1rem;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4:nth-child(2) {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4:nth-child(2) {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-954 .staff .lb-row-inner .card .lb-col-inner .info h4:nth-child(2) {
    padding-bottom: 8.3333333333vw;
  }
}

.page-id-856 {
  /******************************************************************

  Stylesheet: Our Mission

  Styles for Our Mission page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1024px) {
  .page-id-856 .parish h1 {
    margin-bottom: 3.75rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-856 .parish h1 {
    margin-bottom: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-856 .parish h1 {
    margin-bottom: calc(3.75rem - 1.25rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-856 .parish h1 {
    margin-bottom: calc(3.75rem - 1.5rem) !important;
  }
}
.page-id-856 .preaching {
  padding-top: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-856 .preaching {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-856 .preaching {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-856 .preaching {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-856 .preaching {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-856 .preaching {
    padding-top: 13.0208333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-856 .preaching {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-856 .preaching {
    padding-top: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-856 .preaching {
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .page-id-856 .preaching .text {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-856 .preaching .img-wrapper img {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .page-id-856 .preaching .img-wrapper img {
    width: 100%;
  }
}
.page-id-856 .quote {
  position: relative;
}
.page-id-856 .quote::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .page-id-856 .quote h3,
.page-id-856 .quote p {
    text-align: center;
  }
}
.page-id-856 .partners {
  margin-top: 8.3333333333vw !important;
}
@media (max-width: 1440px) {
  .page-id-856 .partners {
    margin-top: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-856 .partners {
    margin-top: 12.5vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-856 .partners {
    margin-top: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-856 .partners {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-856 .partners {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-856 .partners {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-856 .partners {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-856 .partners {
    padding-top: 0;
  }
}

.page-id-1826 {
  /******************************************************************

  Stylesheet: Our Leadership

  Styles for Our Leadership page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1440px) {
  .page-id-1826 .first {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1826 .first {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1826 .first {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1826 .people {
  padding-bottom: 4.1666666667vw;
  padding-top: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1826 .people {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1826 .people {
    padding-top: 6.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-1826 .people {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-1826 .people {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-1826 .people {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-1826 .people .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-1826 .people .card-wrapper .card {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1826 .people .card-wrapper .card {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1826 .people .card-wrapper .card {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-1826 .people .card-wrapper .card:nth-child(-n+2) {
  padding: 0 7.8333333333vw 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1826 .people .card-wrapper .card:nth-child(-n+2) {
    padding: 0 0 4.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card:nth-child(-n+2) {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-1826 .people .card-wrapper .card:nth-child(-n+2) {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-1826 .people .card-wrapper .card:nth-child(-n+2) {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card:nth-child(-n+2) {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-1826 .people .card-wrapper .card {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-1826 .people .card-wrapper .card {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card:last-child {
    padding-bottom: 0 !important;
  }
}
.page-id-1826 .people .card-wrapper .card .card-inner {
  width: 16.6666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1826 .people .card-wrapper .card .card-inner {
    width: 25vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1826 .people .card-wrapper .card .card-inner {
    width: 29.1666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card .card-inner {
    width: 100%;
  }
}
.page-id-1826 .people .card-wrapper .card .card-inner .img-wrapper {
  margin-bottom: 2rem !important;
}
@media (max-width: 1440px) {
  .page-id-1826 .people .card-wrapper .card .card-inner .img-wrapper {
    margin-bottom: calc(2rem - 0.25rem) !important;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .people .card-wrapper .card .card-inner .img-wrapper {
    padding: 0 8.3333333333vw;
  }
}
@media (max-width: 480px) {
  .page-id-1826 .people .card-wrapper .card .card-inner .img-wrapper {
    padding: 0 4.1666666667vw;
  }
}
.page-id-1826 .people .card-wrapper .card .card-inner .info {
  text-align: center;
}
.page-id-1826 .people .card-wrapper .card .card-inner .info p {
  font-size: 0.9rem !important;
  color: #8C9DA2;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}
@media (max-width: 480px) {
  .page-id-1826 .people .card-wrapper .card .card-inner .info p {
    font-size: 1.15rem !important;
  }
}
.page-id-1826 .people .card-wrapper .card .card-inner .info p strong {
  font-size: 1rem !important;
  color: #112E36;
  margin-bottom: 0.25rem;
}
@media (max-width: 480px) {
  .page-id-1826 .people .card-wrapper .card .card-inner .info p strong {
    font-size: 1.25rem !important;
  }
}
.page-id-1826 .provincial .office-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper {
    flex-wrap: wrap;
  }
}
.page-id-1826 .provincial .office-wrapper .office {
  flex-basis: 25%;
  position: relative;
  padding: 0 1.3888888889vw;
}
@media (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper .office {
    flex-basis: 50%;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper .office {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1826 .provincial .office-wrapper .office {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1826 .provincial .office-wrapper .office {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper .office:nth-child(n+2) {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .provincial .office-wrapper .office {
    flex-basis: 100%;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper .office {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-1826 .provincial .office-wrapper .office {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-1826 .provincial .office-wrapper .office {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .provincial .office-wrapper .office:nth-child(n+2) {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper .office:nth-child(n+2) {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-1826 .provincial .office-wrapper .office:nth-child(n+2) {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-1826 .provincial .office-wrapper .office:nth-child(n+2) {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-1826 .provincial .office-wrapper .office:last-child {
    padding-bottom: 0 !important;
  }
}
.page-id-1826 .provincial .office-wrapper .office::before {
  content: "";
  width: 2px;
  height: 10.4166666667vw;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper .office::before {
    display: none;
  }
}
.page-id-1826 .provincial .office-wrapper .office:last-child::before {
  display: none;
}
.page-id-1826 .provincial .office-wrapper .office strong {
  color: #FFFFFF;
  font-size: 1.25rem !important;
  display: block;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 1440px) {
  .page-id-1826 .provincial .office-wrapper .office strong {
    margin-bottom: calc(1.5rem - 0.25rem) !important;
  }
}

.page-id-918 {
  /******************************************************************

  Stylesheet: Life of Francis

  Styles for Life of Francis page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-918 .page-title {
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
  padding-bottom: 4.1666666667vw !important;
}
@media (max-width: 1440px) {
  .page-id-918 .page-title {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
    padding-bottom: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-918 .page-title {
    padding-bottom: 20.8333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-918 .page-title {
    padding-bottom: 25vw !important;
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-918 .page-title {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-918 .page-title {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-918 .page-title {
    padding-bottom: 33.3333333333vw !important;
  }
}
.page-id-918 .page-title .lb-row-inner {
  flex-wrap: nowrap;
}
.page-id-918 .page-title .lb-col.left {
  width: 50vw !important;
  padding-right: 8.3333333333vw;
  padding-left: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-918 .page-title .lb-col.left {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-918 .page-title .lb-col.left {
    padding-bottom: 0;
  }
}
.page-id-918 .page-title .lb-col.right {
  width: 33.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-918 .page-title .lb-col.right {
    display: none;
  }
}
.page-id-918 .page-title .lb-col.right img {
  width: 29.1666666667vw;
}
.page-id-918 .lb-timeline .card .lb-row-inner .lb-col.img img {
  width: auto !important;
}
@media (max-width: 1024px) {
  .page-id-918 .lb-timeline .card .lb-row-inner .lb-col.img img {
    width: 100% !important;
  }
}

.page-id-1108 {
  /******************************************************************

  Stylesheet: Our Partners in Ministry

  Styles for Our Partners in Ministry page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1440px) {
  .page-id-1108 .affiliates {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-1108 .affiliates {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1108 .affiliates {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1108 .affiliates {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1108 .affiliates {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1108 .affiliates {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1108 .affiliates {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1108 .affiliates {
    padding-top: 16.6666666667vw;
  }
}
.page-id-1108 .secular {
  padding-bottom: 16.6666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1108 .secular {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1108 .secular {
    padding-bottom: 25vw;
  }
}
@media (max-width: 600px) {
  .page-id-1108 .secular {
    padding-bottom: 33.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1108 .secular {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1108 .secular {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1108 .secular {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1108 .secular {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1108 .provincial {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-1108 .provincial {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1108 .provincial {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1108 .provincial {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1108 .provincial {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1108 .provincial {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1108 .provincial {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1108 .provincial {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1108 .provincial {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1108 .provincial {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1108 .provincial {
    padding-top: 16.6666666667vw;
  }
}
.page-id-1108 .provincial .img-wrapper {
  width: 33.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-1108 .provincial .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-id-1108 .leadership {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1108 .leadership {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1108 .leadership {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1108 .leadership {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1108 .leadership h2 {
  width: 75%;
}
@media (max-width: 1024px) {
  .page-id-1108 .leadership h2 {
    width: 100%;
  }
}

.page-id-964 {
  /******************************************************************

  Stylesheet: Capuchins History

  Styles for Capuchins History page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-964 .page-title {
  padding-top: 12.5vw;
}
@media (max-width: 1440px) {
  .page-id-964 .page-title {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-964 .page-title {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-964 .page-title {
    padding-top: 25vw;
  }
}
@media (max-width: 1024px) {
  .page-id-964 .page-title {
    background-position: 33% 50% !important;
  }
}
@media (max-width: 600px) {
  .page-id-964 .first {
    padding-bottom: 41.6666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-964 .first img {
    display: none;
    padding: 0 !important;
  }
}
@media (max-width: 1440px) {
  .page-id-964 .first .lb-row-inner {
    align-items: flex-start;
  }
}
.page-id-964 .first .lb-row-inner .lb-col.text .col-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .page-id-964 .first .lb-row-inner .lb-col.text {
    width: calc(8.3333333333% * 8);
  }
}
@media (max-width: 1440px) {
  .page-id-964 .first .lb-row-inner .lb-col.col-5 {
    width: calc(8.3333333333% * 4);
  }
}
@media (max-width: 1024px) {
  .page-id-964 .first .lb-row-inner .lb-col.desktop {
    display: none;
  }
}
.page-id-964 .first .lb-row-inner .lb-col.special {
  display: none;
}
@media (max-width: 1024px) {
  .page-id-964 .first .lb-row-inner .lb-col.special {
    display: block;
  }
}
.page-id-964 .marines {
  position: relative;
}
.page-id-964 .marines::before {
  z-index: 111;
}
@media (max-width: 600px) {
  .page-id-964 .marines::before {
    z-index: 10;
  }
}
.page-id-964 .marines::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8C9DA2;
}
@media (max-width: 1440px) {
  .page-id-964 .marines::after {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-id-964 .marines::after {
    display: block;
  }
}
@media (max-width: 1440px) {
  .page-id-964 .marines {
    background-image: initial;
  }
}
@media (max-width: 600px) {
  .page-id-964 .marines {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-964 .marines {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-964 .marines {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-964 .marines {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-964 .marines .lb-col.text {
  padding-top: 18.75vw;
  padding-right: 4.1666666667vw;
  text-align: right !important;
}
.page-id-964 .marines .lb-col.text strong {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1440px) {
  .page-id-964 .marines .lb-col.text {
    width: 45% !important;
    padding-top: 33.3333333333vw;
    padding-left: 8.3333333333vw;
    background-color: rgba(140, 157, 162, 0.9);
    z-index: 9;
  }
}
@media (max-width: 800px) {
  .page-id-964 .marines .lb-col.text {
    width: 100% !important;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    padding-top: 54.1666666667vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 800px) and (max-width: 1440px) {
  .page-id-964 .marines .lb-col.text {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 800px) and (max-width: 1024px) {
  .page-id-964 .marines .lb-col.text {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 800px) and (max-width: 600px) {
  .page-id-964 .marines .lb-col.text {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-964 .marines .lb-col.text h3 {
  max-width: 16rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.page-id-964 .marines .lb-col.col-8 {
  align-self: stretch;
}
@media (max-width: 1440px) {
  .page-id-964 .marines .lb-col.col-8 {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-id-964 .marines .lb-col.col-8 {
    position: absolute;
    top: -25vw;
    display: block;
    z-index: 11;
  }
}
.page-id-964 .marines .lb-col.col-8 .lb-col-inner {
  display: none;
}
@media (max-width: 600px) {
  .page-id-964 .marines .lb-col.col-8 .lb-col-inner {
    display: block;
  }
}

.page-id-1152 {
  /******************************************************************

  Stylesheet: Our Charisms

  Styles for Our Charisms page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-1152 .lb-col-inner h2 {
  margin-top: 3.75rem !important;
}
@media (max-width: 1440px) {
  .page-id-1152 .lb-col-inner h2 {
    margin-top: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .lb-col-inner h2 {
    margin-top: calc(3.75rem - 1rem) !important;
  }
}
.page-id-1152 .lb-col-inner h2:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .page-id-1152 .lb-col-inner .img-wrapper img {
    position: relative;
    width: 83.3333333333vw !important;
    right: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .lb-col-inner .img-wrapper img {
    position: initial;
    width: 100%;
    right: 0;
  }
}
.page-id-1152 .fraternity .text {
  padding-left: 8.3333333333vw !important;
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
  .page-id-1152 .fraternity .text {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1152 .fraternity {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1152 .fraternity {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1152 .fraternity {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity .lb-text-wrapper {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity h3 {
    margin-top: 3.75rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1152 .fraternity h3 {
    margin-top: 4.6875rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1152 .fraternity h3 {
    margin-top: 5.625rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1152 .fraternity h3 {
    margin-top: 7.5rem !important;
  }
}
.page-id-1152 .minority {
  padding-left: 8.3333333333vw !important;
}
@media (max-width: 1024px) {
  .page-id-1152 .minority {
    padding-left: 0 !important;
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1152 .minority {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1152 .minority {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1152 .minority {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1152 .ministry .second h2 {
  margin-top: 3.75rem !important;
}
@media (max-width: 1440px) {
  .page-id-1152 .ministry .second h2 {
    margin-top: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .ministry .second h2 {
    margin-top: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .ministry {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1152 .ministry {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1152 .ministry {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1152 .ministry {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .ministry .text .lb-col-inner {
    display: flex;
    flex-direction: column;
  }
  .page-id-1152 .ministry .text .lb-col-inner .first {
    order: 1;
  }
  .page-id-1152 .ministry .text .lb-col-inner h3 {
    order: 2;
    margin-bottom: 0 !important;
    margin-top: 3.75rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1152 .ministry .text .lb-col-inner h3 {
    margin-top: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1152 .ministry .text .lb-col-inner h3 {
    margin-top: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .ministry .text .lb-col-inner .second {
    order: 3;
  }
}
.page-id-1152 .quote {
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 1440px) {
  .page-id-1152 .quote {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .quote {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .quote {
    padding-top: 25vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1152 .quote {
    padding-bottom: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .quote {
    padding-bottom: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .quote {
    padding-bottom: 25vw;
  }
}
.page-id-1152 .fraternity-profile {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1152 .fraternity-profile {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity-profile {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .fraternity-profile {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-1152 .fraternity-profile .filter .lb-col-inner {
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    flex-wrap: wrap;
    padding: 8.3333333333vw 0 !important;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner {
    letter-spacing: -1px;
  }
}
.page-id-1152 .fraternity-profile .filter .lb-col-inner .filter-nav {
  flex-basis: 45%;
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner .filter-nav {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner .search {
    margin-top: 4.1666666667vw !important;
    width: 100%;
    margin-right: 4.1666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner .search {
    margin-top: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner .search {
    margin-top: 6.25vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner .search {
    margin-top: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner .search {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-id-1152 .fraternity-profile .filter .lb-col-inner .search input {
  width: 25vw;
  padding: 0 1rem;
  border: 1px solid #434343;
  color: #434343;
  font-size: 1rem;
  font-family: "Noto", "Georgia", Cambria, Times New Roman, Times, serif !important;
  line-height: 42px !important;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .page-id-1152 .fraternity-profile .filter .lb-col-inner .search input {
    width: 100%;
  }
}

.page-id-1229 {
  /******************************************************************

  Stylesheet: Parish Ministry

  Styles for Parish Ministry page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-1229 .page-title {
  padding-bottom: 20.8333333333vw;
}
@media (max-width: 1440px) {
  .page-id-1229 .page-title {
    padding-bottom: 26.0416666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1229 .page-title {
    padding-bottom: 31.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-1229 .page-title {
    padding-bottom: 41.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1229 .first {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1229 .first {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1229 .first {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1229 .first {
    padding-top: 16.6666666667vw;
  }
}
.page-id-1229 .second {
  background-position: top center !important;
}
.page-id-1229 .region .card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-id-1229 .region .card-wrapper .parish_office {
  width: 31%;
}
@media (max-width: 1440px) {
  .page-id-1229 .region .card-wrapper .parish_office {
    order: 1;
  }
}
@media (max-width: 600px) {
  .page-id-1229 .region .card-wrapper .parish_office {
    width: 100% !important;
  }
}
.page-id-1229 .region .card-wrapper .parish_office.holy-cross-st-john-the-baptist .address-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .page-id-1229 .region .card-wrapper .parish_office.holy-cross-st-john-the-baptist .address-wrapper {
    flex-wrap: wrap;
  }
}
.page-id-1229 .region .card-wrapper .parish_office.holy-cross-st-john-the-baptist .address-wrapper .address {
  width: 48%;
}
@media (max-width: 600px) {
  .page-id-1229 .region .card-wrapper .parish_office.holy-cross-st-john-the-baptist .address-wrapper .address {
    width: 100%;
  }
}
.page-id-1229 .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1440px) {
  .page-id-1229 .bottom-wrapper {
    flex-wrap: wrap;
  }
}
.page-id-1229 .bottom-wrapper .lb-col {
  width: 100%;
}
@media (max-width: 600px) {
  .page-id-1229 .bottom-wrapper .lb-col {
    width: 100% !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1229 .bottom-wrapper .lb-col h2 {
    margin-top: 2.0833333333vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-1229 .bottom-wrapper .lb-col h2 {
    margin-top: 2.6041666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1229 .bottom-wrapper .lb-col h2 {
    margin-top: 3.125vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1229 .bottom-wrapper .lb-col h2 {
    margin-top: 4.1666666667vw !important;
  }
}
.page-id-1229 .parish-offices {
  padding-right: 8.3333333333vw !important;
  padding-left: 8.3333333333vw !important;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1229 .parish-offices {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1229 .parish-offices {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-1229 .parish-offices {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-1229 .parish-offices .region h2 {
  text-transform: capitalize !important;
}
.page-id-1229 .parish-offices .region .parish_office {
  border: 2px solid #FFFFFF;
  padding: 1.5rem;
  margin-bottom: 4.1666666667vw !important;
}
@media (max-width: 1440px) {
  .page-id-1229 .parish-offices .region .parish_office {
    margin-bottom: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1229 .parish-offices .region .parish_office {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1229 .parish-offices .region .parish_office {
    margin-bottom: 8.3333333333vw !important;
  }
}
.page-id-1229 .parish-offices .region .parish_office h4 {
  font-weight: 800 !important;
  text-transform: capitalize !important;
  padding-bottom: 1.5rem !important;
}
@media (max-width: 1440px) {
  .page-id-1229 .parish-offices .region .parish_office h4 {
    padding-bottom: calc(1.5rem - 0.25rem) !important;
  }
}
.page-id-1229 .parish-offices .region .parish_office p {
  color: #112E36 !important;
}
.page-id-1229 .parish-offices .region .parish_office p:first-child {
  margin-bottom: 0;
}
.page-id-1229 .parish-offices .region .parish_office .parish_office-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-id-1229 .parish-offices .region .parish_office .address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .page-id-1229 .parish-offices .region .parish_office .address {
    flex-wrap: wrap;
  }
}
.page-id-1229 .parish-offices .region .parish_office .address .lb-text-wrapper.bottom {
  margin-bottom: 1rem !important;
}
.page-id-1229 .parish-offices .region .parish_office .fb:hover {
  opacity: 0.5;
}
.page-id-1229 .parish-offices .region .parish_office .fb img {
  padding: 0 0.75rem 0 0;
  width: 0.75rem;
  box-sizing: content-box;
  margin-bottom: 1rem;
}
.page-id-1229 .parish-offices .region .parish_office .links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.page-id-1229 .parish-offices .region .parish_office .links .fb {
  margin-right: 1rem;
}

.page-id-36 {
  /******************************************************************

  Stylesheet: CYFM - Landing page

  Styles for CYFM Landing page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-36 #tribe-events-bar {
  display: none;
}
.page-id-36 .page-title {
  padding-top: 16.6666666667vw;
  padding-bottom: 16.6666666667vw;
}
@media (max-width: 1440px) {
  .page-id-36 .page-title {
    padding-top: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .page-title {
    padding-top: 25vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .page-title {
    padding-top: 33.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .page-title {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .page-title {
    padding-bottom: 25vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .page-title {
    padding-bottom: 33.3333333333vw;
  }
}
.page-id-36 .impact_quote .lb-row-inner {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .page-id-36 .impact_quote .lb-row-inner {
    justify-content: flex-start;
  }
}
.page-id-36 .impact_quote .lb-row-inner h3 {
  color: #4C2013 !important;
}
.page-id-36 .impact_quote .lb-row-inner h3 strong {
  color: #4C2013 !important;
}
@media (max-width: 1440px) {
  .page-id-36 .about .lb-row-inner {
    align-items: flex-end;
  }
}
.page-id-36 .about .lb-row-inner .text {
  padding-right: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .page-id-36 .about .lb-row-inner .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-36 .about .lb-row-inner .text {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-36 .about .lb-row-inner .text {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-36 .about .lb-row-inner .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .dda-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .dda-wrapper .first .text {
    padding-left: 0 !important;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .dda-wrapper .third .text {
    padding-right: 0 !important;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .dda-wrapper .dda img {
    width: 100% !important;
  }
}
.page-id-36 .dda-wrapper h3.white.white {
  color: #8C9DA2 !important;
}
.page-id-36 .dda-wrapper h3.white.white strong {
  color: #FFFFFF !important;
}
@media (max-width: 1024px) {
  .page-id-36 .dda-wrapper .lb-col.img .img-wrapper {
    width: 70% !important;
  }
}
@media (max-width: 600px) {
  .page-id-36 .dda-wrapper .lb-col.img .img-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .programs {
    padding-right: 8.3333333333vw !important;
    padding-left: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-36 .programs {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.page-id-36 .programs .lb-col-inner {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1440px) {
  .page-id-36 .programs .lb-col-inner {
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .programs .lb-col-inner {
    flex-wrap: wrap;
  }
}
.page-id-36 .programs .lb-col-inner .button {
  margin: 0 auto;
}
.page-id-36 .programs .lb-col-inner .card-wrapper {
  width: 20.8333333333vw;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .page-id-36 .programs .lb-col-inner .card-wrapper {
    width: 100%;
    margin-bottom: 8.3333333333vw;
  }
  .page-id-36 .programs .lb-col-inner .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-id-36 .programs .lb-col-inner .card-wrapper {
    margin-bottom: 0;
  }
}
.page-id-36 .programs .lb-col-inner .card-wrapper .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 3.3333333333vw;
  position: relative;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .page-id-36 .programs .lb-col-inner .card-wrapper .card {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .programs .lb-col-inner .card-wrapper .card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .page-id-36 .programs .lb-col-inner .card-wrapper .card {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.page-id-36 .programs .lb-col-inner .card-wrapper .card img {
  padding-bottom: 1.25rem;
}
.page-id-36 .programs .lb-col-inner .card-wrapper .card h4 {
  color: #112E36;
  text-decoration: none;
  text-transform: normal;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: 0.35s ease-in-out;
  padding-bottom: 1.5rem;
}
.page-id-36 .programs .lb-col-inner .card-wrapper .card h4:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .page-id-36 .programs .lb-col-inner .card-wrapper .card h4 {
    padding: 0 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .programs .lb-col-inner .card-wrapper .card h4 {
    padding: 0 16.6666666667vw;
  }
}
.page-id-36 .programs .lb-col-inner .card-wrapper .card a {
  color: #112E36;
  position: relative;
  z-index: 2;
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.page-id-36 .cyfm_programs .lb-col {
  margin-right: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-36 .cyfm_programs .lb-col {
    margin-right: 0;
  }
  .page-id-36 .cyfm_programs .lb-col:first-child .lb-text-wrapper {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .rental {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-36 .rental {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-36 .rental {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-36 .rental {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-36 .parental::before {
  z-index: 100;
}
.page-id-36 .parental .text {
  padding-bottom: 16.6666666667vw;
  padding-top: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-36 .parental .text {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .parental .text {
    padding-bottom: 25vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .parental .text {
    padding-bottom: 33.3333333333vw;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .parental .text {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .parental .text {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .parental .text {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .parental .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-bottom: 8.3333333333vw;
    background: rgba(140, 157, 162, 0.88) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-36 .parental .text {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-36 .parental .text {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-36 .parental .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-36 .parental .text {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-36 .parental .text {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-36 .parental .text {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-36 .missions .mission {
  margin-bottom: 4.1666666667vw;
}
.page-id-36 .missions .mission:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .page-id-36 .missions .mission {
    padding-left: 12.5vw !important;
    padding-right: 12.5vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .missions .mission {
    margin-bottom: 8.3333333333vw;
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-36 .missions .mission {
    margin-bottom: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-36 .missions .mission {
    margin-bottom: 10.4166666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-36 .missions .mission {
    margin-bottom: 12.5vw !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-36 .missions .mission {
    margin-bottom: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .missions .mission:nth-child(odd) .lb-col.text {
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .missions .mission:nth-child(odd) .lb-col.text {
    padding-left: 0;
  }
}
.page-id-36 .missions .mission:nth-child(even) {
  justify-content: flex-end;
}
.page-id-36 .missions .mission:nth-child(even) > .lb-row-inner {
  justify-content: flex-end !important;
}
.page-id-36 .missions .mission:nth-child(even) .lb-col.text {
  order: 1;
  text-align: right;
}
@media (max-width: 1440px) {
  .page-id-36 .missions .mission:nth-child(even) .lb-col.text {
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .missions .mission:nth-child(even) .lb-col.text {
    text-align: left;
    padding-right: 0;
  }
}
.page-id-36 .missions .mission:nth-child(even) .lb-col.image {
  order: 2;
}
.page-id-36 .missions .mission:last-child {
  justify-content: flex-start !important;
}
.page-id-36 .missions .mission .lb-col.text {
  padding: 0 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-36 .missions .mission .lb-col.text {
    flex-basis: 75%;
    padding: 0;
    padding-left: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .missions .mission .lb-col.text {
    flex-basis: 50%;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .page-id-36 .missions .mission .lb-col.text {
    width: 100% !important;
    padding-left: 0;
    flex-basis: 100%;
  }
}
.page-id-36 .missions .mission .lb-col.text h4 {
  text-transform: none;
  color: #112E36;
  font-weight: 700 !important;
  padding-bottom: 2rem !important;
}
@media (max-width: 1440px) {
  .page-id-36 .missions .mission .lb-col.text h4 {
    padding-bottom: calc(2rem - 0.25rem) !important;
  }
}
.page-id-36 .missions .mission .lb-col.image {
  width: 16.6666666667vw !important;
}
@media (max-width: 1024px) {
  .page-id-36 .missions .mission .lb-col.image {
    width: 33.3333333333vw !important;
  }
}
.page-id-36 .quote {
  padding-top: 14.5833333333vw;
  padding-bottom: 14.5833333333vw;
}
@media (max-width: 1440px) {
  .page-id-36 .quote {
    padding-top: 18.2291666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .quote {
    padding-top: 21.875vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .quote {
    padding-top: 29.1666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-36 .quote {
    padding-bottom: 18.2291666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-36 .quote {
    padding-bottom: 21.875vw;
  }
}
@media (max-width: 600px) {
  .page-id-36 .quote {
    padding-bottom: 29.1666666667vw;
  }
}
.page-id-36 .quote .lb-row-inner .author p {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-id-36 #calendar .center-text {
  display: flex;
  justify-content: center;
}

.page-id-135 {
  /******************************************************************

  Stylesheet: CYFM - About CYFM

  Styles for CYFM About CYFM page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1024px) {
  .page-id-135 .cyfm-history {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-135 .cyfm-history {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-135 .cyfm-history {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-135 .cyfm-history {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .parish-support {
    padding-top: 0;
  }
}
.page-id-135 .parish-support .lb-row-inner {
  align-items: flex-end;
}
.page-id-135 .parish-support .lb-row-inner .img-wrapper {
  padding-bottom: 3.75rem;
}
@media (max-width: 1024px) {
  .page-id-135 .parish-support .lb-row-inner .img-wrapper {
    padding-bottom: 0;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .parish-support .lb-row-inner .img-wrapper img {
    width: 37.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-135 .parish-support .lb-row-inner .img-wrapper img {
    width: 66.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-135 .first .text {
    padding-right: 0;
  }
}
.page-id-135 .first .text .info-wrapper {
  display: flex;
}
@media (max-width: 1024px) {
  .page-id-135 .first .text .info-wrapper {
    flex-wrap: wrap;
  }
}
.page-id-135 .first .text .info-wrapper .lb-text-wrapper {
  width: 100%;
}
.page-id-135 .first .text .info-wrapper .lb-text-wrapper:nth-child(1) {
  padding-right: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .page-id-135 .first .text .info-wrapper .lb-text-wrapper:nth-child(1) {
    padding: 0;
  }
}
.page-id-135 .first .text .info-wrapper .lb-text-wrapper:nth-child(2) {
  padding-left: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .page-id-135 .first .text .info-wrapper .lb-text-wrapper:nth-child(2) {
    margin-top: 1.5rem;
    padding: 0;
  }
}
.page-id-135 .quote .lb-row-inner .author .lb-text-wrapper p {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 1024px) {
  .page-id-135 .second {
    background-position: 0% 50% !important;
    background-size: 140% !important;
  }
}
.page-id-135 .second::before {
  z-index: 12;
}
@media (max-width: 600px) {
  .page-id-135 .second {
    background: #8C9DA2;
    background-image: none !important;
  }
}
@media (max-width: 600px) {
  .page-id-135 .second .lb-row-inner {
    z-index: 13;
  }
}
@media (max-width: 1440px) {
  .page-id-135 .second .lb-row-inner .lb-col {
    width: 50% !important;
  }
}
.page-id-135 .second .lb-row-inner .lb-col.text {
  text-align: right;
  padding-right: 4.1666666667vw;
  padding-top: 22.9166666667vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    padding-top: 28.6458333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    padding-top: 34.375vw;
  }
}
@media (max-width: 600px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    padding-top: 45.8333333333vw;
  }
}
@media (max-width: 1440px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    width: 66.6666666667vw !important;
    background-color: rgba(140, 157, 162, 0.9);
    padding-left: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-135 .second .lb-row-inner .lb-col.text {
    width: 100% !important;
    padding-top: 0 !important;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .second .lb-row-inner .lb-col.tab-bottom {
    width: 33.3333333333vw !important;
    background: none !important;
  }
}
@media (max-width: 600px) {
  .page-id-135 .second .lb-row-inner .lb-col.tab-bottom {
    width: 100% !important;
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-135 .second .lb-row-inner .lb-col.tab-bottom {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-135 .second .lb-row-inner .lb-col.tab-bottom {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-135 .second .lb-row-inner .lb-col.tab-bottom {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-135 .second .lb-row-inner .lb-col.tab-bottom .img-wrapper {
  display: none;
}
@media (max-width: 600px) {
  .page-id-135 .second .lb-row-inner .lb-col.tab-bottom .img-wrapper {
    display: block;
  }
}
.page-id-135 .fourth {
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .page-id-135 .fourth {
    padding-right: 16.6666666667vw !important;
  }
}
.page-id-135 .cyfm-policies .lb-col.card {
  margin-bottom: 3rem !important;
}
@media (max-width: 1440px) {
  .page-id-135 .cyfm-policies .lb-col.card {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .cyfm-policies .lb-col.card {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .page-id-135 .cyfm-policies .lb-col.card {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}
.page-id-135 .cyfm-policies .lb-col.card:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-id-135 .cyfm-policies .lb-col.card:nth-last-child(-n+2) {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-135 .cyfm-policies .lb-col.card:nth-last-child(-n+2) {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-135 .cyfm-policies .lb-col.card:nth-last-child(-n+2) {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-135 .cyfm-policies .lb-col.card:nth-last-child(-n+2) {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-135 .cyfm-policies .lb-col.card:last-child {
    margin-bottom: 0 !important;
  }
}
.page-id-135 .cyfm-policies .lb-col.card:nth-child(odd) {
  padding-left: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-id-135 .cyfm-policies .lb-col.card:nth-child(odd) {
    padding-left: 0;
  }
}
.page-id-135 .cyfm-policies .lb-col.card:nth-child(even) {
  padding-right: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-id-135 .cyfm-policies .lb-col.card:nth-child(even) {
    padding-right: 0;
  }
}
.page-id-135 .cyfm-policies .lb-col .lb-col-inner h5 {
  text-decoration: none;
}

.page-id-304 {
  /******************************************************************

  Stylesheet: CYFM - Get Involved

  Styles for CYFM About CYFM page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1024px) {
  .page-id-304 .top-half {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1440px) {
  .page-id-304 .ways-to-help {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-304 .ways-to-help {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-304 .ways-to-help {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-304 .ways-to-help {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-304 .ways-to-help {
    padding-top: 16.6666666667vw;
  }
}
.page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner {
  text-align: center;
}
.page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card {
  text-align: center;
  padding: 0 3.125vw;
  width: calc(100% / 3);
  max-width: 310px;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card {
    padding: 0 2.0833333333vw 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card {
    width: 100%;
    padding-bottom: 16.6666666667vw !important;
  }
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card:last-child {
    padding-bottom: 0 !important;
  }
}
.page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card img {
  width: 8.3333333333vw;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card img {
    width: 14.5833333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card img {
    width: 33.3333333333vw;
    max-width: 175px;
  }
}
.page-id-304 .ways-to-help .lb-row-inner .lb-col .lb-col-inner .card-wrapper .card .info h5 {
  text-decoration: none;
}
.page-id-304 .volunteer {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 1024px) {
  .page-id-304 .volunteer {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-304 .volunteer {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-304 .volunteer {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-304 .volunteer {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-304 .volunteer {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-304 .volunteer {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-304 .volunteer {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-304 .volunteer h2 {
  margin-bottom: 1rem !important;
}
@media (max-width: 1440px) {
  .page-id-304 .volunteer h2 {
    margin-bottom: 1.25rem !important;
  }
}
@media (max-width: 1024px) {
  .page-id-304 .volunteer h2 {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 600px) {
  .page-id-304 .volunteer h2 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 600px) {
  .page-id-304 .volunteer h2 {
    margin-bottom: 8.3333333333vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-304 .volunteer h2 {
    margin-bottom: 10.4166666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-304 .volunteer h2 {
    margin-bottom: 12.5vw !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-304 .volunteer h2 {
    margin-bottom: 16.6666666667vw !important;
  }
}

.page-id-333 {
  /******************************************************************

  Stylesheet: CYFM - Caps Corps Volunteer

  Styles for CYFM About CYFM page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (min-width: 1280px) {
  .page-id-333 .page-title .lb-col {
    width: 80vw;
  }
}
@media (min-width: 1280px) {
  .page-id-333 .lb-row > .lb-row-inner > .lb-col:first-child {
    padding-left: 0;
  }
  .page-id-333 .lb-row > .lb-row-inner > .lb-col:last-child {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .our-commitment {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-333 .our-commitment {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-333 .our-commitment {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-333 .our-commitment {
    padding-top: 16.6666666667vw;
  }
}
.page-id-333 .parish-youth a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .page-id-333 .parish-youth {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .parish-youth .center {
    padding: 8.3333333333vw !important;
  }
}
.page-id-333 .parish-youth .col-7-5 {
  padding: 8.3333333333vw !important;
}
.page-id-333 .parish-youth .col-4-5 {
  background-position: 82% center !important;
}
@media (max-width: 1024px) {
  .page-id-333 .parish-youth .col-4-5 {
    height: 45.8333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-333 .parish-youth .col-4-5 {
    height: 75vw;
  }
}
.page-id-333 .our-ministry {
  background-position: center -8.3333333333vw !important;
}
.page-id-333 .outreach {
  padding-left: 0 !important;
}
@media (max-width: 1024px) {
  .page-id-333 .outreach {
    padding-left: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-nav {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-nav .lb-col-inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-nav .lb-col-inner span {
    flex-basis: 50%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .page-id-333 .pageable-nav .lb-col-inner span:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-nav .lb-col-inner span {
    flex-basis: 100%;
  }
  .page-id-333 .pageable-nav .lb-col-inner span:nth-child(n+3) {
    margin-bottom: 2rem;
  }
  .page-id-333 .pageable-nav .lb-col-inner span:last-child {
    margin-bottom: 0;
  }
}
.page-id-333 .join-cap .button {
  margin: 0 3rem;
}
.page-id-333 .pageable-body {
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-333 .pageable-body {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-333 .pageable-body {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-id-333 .pageable-body#community_living_title .lb-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#community_living_title .lb-row {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#community_living_title .lb-row .lb-row-inner .img-wrapper {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-333 .pageable-body#community_living_title .lb-row .lb-row-inner .img-wrapper {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-333 .pageable-body#community_living_title .lb-row .lb-row-inner .img-wrapper {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-333 .pageable-body#community_living_title .lb-row .lb-row-inner .img-wrapper {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body#community_living_title .lb-row .lb-row-inner .img-wrapper img {
    height: 45.8333333333vw;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
.page-id-333 .pageable-body#community_living_title .lb-row .lb-row-inner .info {
  padding-left: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#community_living_title .lb-row .lb-row-inner .info {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body#community_living_title .lb-row.second .img {
    display: none;
  }
}
.page-id-333 .pageable-body#community_living_title .lb-row:nth-child(odd) .lb-row-inner {
  flex-wrap: reverse;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#community_living_title .lb-row:nth-child(odd) .lb-row-inner .img-wrapper {
    padding-bottom: 0 !important;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-333 .pageable-body#community_living_title .lb-row:nth-child(odd) .lb-row-inner .img-wrapper {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-333 .pageable-body#community_living_title .lb-row:nth-child(odd) .lb-row-inner .img-wrapper {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-333 .pageable-body#community_living_title .lb-row:nth-child(odd) .lb-row-inner .img-wrapper {
    padding-top: 16.6666666667vw;
  }
}
.page-id-333 .pageable-body#community_living_title .lb-row:nth-child(odd) .lb-row-inner .info {
  padding-left: 0;
  padding-right: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#community_living_title .lb-row:nth-child(odd) .lb-row-inner .info {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#financial_title .item .tab-top img {
    height: 45.8333333333vw;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
.page-id-333 .pageable-body#financial_title .item.institute .col-8 {
  padding-left: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#financial_title .item.institute .col-8 {
    padding-left: 0;
  }
}
.page-id-333 .pageable-body#financial_title .item.institute .img-wrapper {
  text-align: center;
}
.page-id-333 .pageable-body#financial_title .item.institute .img-wrapper img {
  max-width: 12.5vw;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#financial_title .item.institute .img-wrapper img {
    max-width: 25vw;
    padding-bottom: 4.1666666667vw;
    max-width: 45.8333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-333 .pageable-body#financial_title .item.institute .img-wrapper img {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-333 .pageable-body#financial_title .item.institute .img-wrapper img {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-333 .pageable-body#financial_title .item.institute .img-wrapper img {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-333 .pageable-body#financial_title .item h5 {
  text-decoration: none;
  font-weight: 700 !important;
  margin-bottom: 1.875rem !important;
}
@media (max-width: 1440px) {
  .page-id-333 .pageable-body#financial_title .item h5 {
    margin-bottom: calc(1.875rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#financial_title .item h5 {
    margin-bottom: calc(1.875rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body#financial_title .item h5 {
    margin-bottom: calc(1.875rem - 1.5rem) !important;
  }
}
@media (max-width: 1440px) {
  .page-id-333 .pageable-body#current_volunteers_title {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-333 .pageable-body#current_volunteers_title .volunteer {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.page-id-333 .pageable-body#current_volunteers_title .volunteer a:hover {
  color: #8C9DA2;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer .lb-row-inner {
    flex-wrap: wrap-reverse;
  }
}
.page-id-333 .pageable-body#current_volunteers_title .volunteer:last-child {
  padding-bottom: 0 !important;
}
.page-id-333 .pageable-body#current_volunteers_title .volunteer .lb-col h5 {
  text-decoration: none;
  color: #112E36;
}
.page-id-333 .pageable-body#current_volunteers_title .volunteer .lb-col img {
  padding-left: 8.3333333333vw;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer .lb-col img {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    padding-bottom: 0 !important;
    margin-bottom: 2rem;
    max-height: 45.8333333333vw;
    object-fit: cover;
    object-position: 50% 10%;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer .lb-col img {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col img {
  padding-left: 0;
  padding-right: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col img {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    padding-top: 0 !important;
    margin-bottom: 2rem;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col img {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col img {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col img {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col img {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col:nth-child(1) {
  order: 2;
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .page-id-333 .pageable-body#current_volunteers_title .volunteer:nth-child(even) .lb-col:nth-child(2) {
    order: 2;
  }
}
.page-id-333 .pageable-body#alumni_title {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-id-333 .pageable-body#alumni_title .lb-accordion {
  width: 100%;
}
.page-id-333 .pageable-body#alumni_title .lb-accordion .lb-row-inner {
  justify-content: space-between;
}

.page-id-474 {
  /******************************************************************

  Stylesheet: CYFM - CYFM Staff

  Styles for CYFM Staff CYFM page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1024px) {
  .page-id-474 .page-title {
    background-position: right !important;
  }
}

.page-id-491 {
  /******************************************************************

  Stylesheet: CYFM - Rental Facilities

  Styles for CYFM Rental Facilities page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-491 .lb-slider .slider-wrapper {
  margin-left: 4.1666666667vw;
  margin-right: 4.1666666667vw;
  position: relative;
}
@media (max-width: 1024px) {
  .page-id-491 .lb-slider .slider-wrapper {
    margin: 0;
  }
}
.page-id-491 .lb-slider .slider-wrapper .slider .slide {
  width: 100%;
  height: 33.3333333333vw;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .page-id-491 .lb-slider .slider-wrapper .slider .slide {
    height: 45.8333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-491 .lb-slider .slider-wrapper .slider .slide {
    height: 58.3333333333vw;
  }
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #8C9DA2;
  padding: 1rem;
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .dots .slick-dots {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .dots .slick-dots li {
  display: inline-block;
  padding: 0 1rem;
  cursor: pointer;
}
@media (max-width: 600px) {
  .page-id-491 .lb-slider .slider-wrapper .slider-controls .dots .slick-dots li {
    padding: 0 0.75rem;
  }
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .dots .slick-dots li button {
  display: none;
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .dots .slick-dots li::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.5;
  transition: 0.35s ease-in-out;
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .dots .slick-dots li.slick-active::before {
  opacity: 1;
}
@media (pointer: fine) {
  .page-id-491 .lb-slider .slider-wrapper .slider-controls .dots .slick-dots li:hover::before {
    opacity: 0.75;
  }
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .controls {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .controls img {
  width: 30px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
  margin-right: 1rem;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .page-id-491 .lb-slider .slider-wrapper .slider-controls .controls img {
    width: 20px;
    margin-right: 0.75rem;
  }
}
.page-id-491 .lb-slider .slider-wrapper .slider-controls .controls img.active {
  opacity: 1;
}
@media (pointer: fine) {
  .page-id-491 .lb-slider .slider-wrapper .slider-controls .controls img:hover {
    opacity: 1;
  }
}
.page-id-491 .rental-info .lb-row-inner {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .page-id-491 .rental-info .lb-row-inner .lb-row {
    padding-left: 4.1666666667vw !important;
    padding-right: 4.1666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-491 .rental-info .lb-row-inner .lb-row {
    padding: 8.3333333333vw 0 !important;
  }
}
.page-id-491 .rental-info .lb-row-inner h5 {
  text-decoration: none;
}
.page-id-491 .rental-info .lb-row-inner .card {
  width: 25%;
}
@media (max-width: 1440px) {
  .page-id-491 .rental-info .lb-row-inner .card {
    max-width: 150px;
  }
}
@media (max-width: 1024px) {
  .page-id-491 .rental-info .lb-row-inner .card {
    width: 50%;
    padding: 0 4.1666666667vw 8.3333333333vw;
    max-width: initial;
  }
  .page-id-491 .rental-info .lb-row-inner .card:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-id-491 .rental-info .lb-row-inner .card {
    width: 100%;
  }
  .page-id-491 .rental-info .lb-row-inner .card:nth-last-child(-n+2) {
    padding-bottom: 8.3333333333vw;
  }
  .page-id-491 .rental-info .lb-row-inner .card:last-child {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-491 .rental-info .lb-row-inner .card img {
  width: 8.3333333333vw;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .page-id-491 .rental-info .lb-row-inner .card img {
    margin-bottom: 0.5rem;
    width: 16.6666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-491 .rental-info .lb-row-inner .card img {
    width: 33.3333333333vw;
  }
}
.page-id-491 .rental-info .lb-row-inner .lb-col.col-5-5 {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1440px) {
  .page-id-491 .rental-info .lb-row-inner .lb-col.col-5-5 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-491 .rental-info .lb-row-inner .lb-col.col-5-5 {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 600px) {
  .page-id-491 .rental-info .lb-row-inner .lb-col.col-5-5 {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-491 .rental-info .lb-row-inner .lb-col.col-5-5:nth-last-child(-n+2) {
  padding-bottom: 0 !important;
}
.page-id-491 .volunteer {
  background-color: #8C9DA2;
}
@media (max-width: 1024px) {
  .page-id-491 .volunteer {
    padding-bottom: 8.3333333333vw;
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-491 .volunteer {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-491 .volunteer {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-491 .volunteer {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-491 .volunteer {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-491 .volunteer {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-491 .volunteer {
    padding-top: 16.6666666667vw;
  }
}
.page-id-491 .volunteer .lb-col-inner a {
  padding: 0.5rem 3.5rem !important;
}

.page-id-1431 {
  /******************************************************************

  Stylesheet: CYFM - Outreach Program

  Styles for Outreach Program page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-1431 .page-title {
  background-size: 110% !important;
  background-position: 60% 80% !important;
  padding-top: 12.5vw;
}
@media (max-width: 1500px) {
  .page-id-1431 .page-title {
    background-size: 120% !important;
    background-position: 70% bottom !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .page-title {
    background-size: 160% !important;
    background-position: 25% 0% !important;
  }
}
@media (max-width: 600px) {
  .page-id-1431 .page-title {
    background-position: 30% 195% !important;
    background-size: 240% !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1431 .page-title {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .page-title {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1431 .page-title {
    padding-top: 25vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1431 .page-title .lb-row-inner .lb-col {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .lb-row .lb-row-inner .lb-col.tab-top {
    padding-top: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .lb-row .lb-row-inner .lb-col .lb-col-inner .lb-text-wrapper.bottom {
    margin: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .lb-row .lb-row-inner .lb-col .lb-col-inner .img-wrapper {
    padding-bottom: 8.3333333333vw;
  }
}
.page-id-1431 .lb-row.contact .lb-row-inner {
  justify-content: center;
}
.page-id-1431 .lb-row.contact .lb-row-inner h4 {
  text-align: center;
}
.page-id-1431 .lb-row.contact .lb-row-inner .button {
  margin: 0 3rem;
}
.page-id-1431 .lb-row.first {
  padding-left: 12.5vw !important;
  padding-right: 12.5vw !important;
}
@media (max-width: 1024px) {
  .page-id-1431 .lb-row.first {
    padding-left: 25vw !important;
    padding-right: 25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1431 .lb-row.first {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .pageable-nav {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .pageable-nav .lb-col-inner {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 1024px) {
  .page-id-1431 .pageable-nav .lb-col-inner span {
    flex-basis: 50%;
    margin-bottom: 2rem;
  }
  .page-id-1431 .pageable-nav .lb-col-inner span:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .page-id-1431 .pageable-nav .lb-col-inner span {
    flex-basis: 100%;
    text-align: center;
  }
  .page-id-1431 .pageable-nav .lb-col-inner span:nth-child(n+3) {
    margin-bottom: 2rem;
  }
  .page-id-1431 .pageable-nav .lb-col-inner span:last-child {
    margin-bottom: 0;
  }
}

.page-id-1429 {
  /******************************************************************

  Stylesheet: CYFM - Retreats

  Styles for CYFM Retreats page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-1429 .lb-text-wrapper h4 {
  color: #112E36;
  font-weight: 700 !important;
  text-transform: none !important;
}
.page-id-1429 .lb-text-wrapper h4 a {
  color: #4C2013;
  font-weight: 700;
}
.page-id-1429 .lb-text-wrapper h4 a:hover {
  text-decoration: underline;
}
@media (max-width: 1600px) {
  .page-id-1429 .pageable-nav {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .page-id-1429 .pageable-nav {
    padding-left: 4.1666666667vw !important;
    padding-right: 4.1666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-nav {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1429 .pageable-nav .lb-col-inner {
  flex-wrap: wrap;
}
.page-id-1429 .pageable-nav .lb-col-inner span {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-1429 .pageable-nav .lb-col-inner span:nth-child(n+5) {
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-nav .lb-col-inner span {
    flex-basis: 50%;
  }
  .page-id-1429 .pageable-nav .lb-col-inner span:nth-child(n+5) {
    margin-top: 0;
  }
  .page-id-1429 .pageable-nav .lb-col-inner span:nth-child(-n+6) {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 600px) {
  .page-id-1429 .pageable-nav .lb-col-inner span {
    flex-basis: 100%;
  }
  .page-id-1429 .pageable-nav .lb-col-inner span:nth-child(-n+7) {
    margin-bottom: 1.5rem;
  }
}
.page-id-1429 .pageable-body-wrapper {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-1429 .pageable-body-wrapper {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-body-wrapper {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-1429 .pageable-body-wrapper {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1429 .pageable-body .item {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-body .item {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1429 .pageable-body .item {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1429 .pageable-body .item {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1429 .pageable-body .item {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1429 .pageable-body .item:nth-child(even) .lb-row-inner {
  flex-direction: row-reverse;
}
.page-id-1429 .pageable-body .item:nth-child(even) .lb-row-inner .img-wrapper {
  text-align: left;
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-body .item:last-child .lb-col.img {
    display: none;
  }
}
.page-id-1429 .pageable-body .item .lb-text-wrapper h4 {
  margin-bottom: 2rem;
}
.page-id-1429 .pageable-body .item .lb-text-wrapper h4:last-child {
  margin-bottom: 0;
}
.page-id-1429 .pageable-body.ambassador .item:nth-child(even) .lb-row-inner, .page-id-1429 .pageable-body.school-classes-9-12 .item:nth-child(even) .lb-row-inner, .page-id-1429 .pageable-body.school-classes-5-8 .item:nth-child(even) .lb-row-inner {
  flex-direction: row;
}
.page-id-1429 .pageable-body.ambassador .item:nth-child(even) .lb-row-inner .img-wrapper, .page-id-1429 .pageable-body.school-classes-9-12 .item:nth-child(even) .lb-row-inner .img-wrapper, .page-id-1429 .pageable-body.school-classes-5-8 .item:nth-child(even) .lb-row-inner .img-wrapper {
  text-align: right;
}
.page-id-1429 .pageable-body.ambassador .item:nth-child(odd) .lb-row-inner, .page-id-1429 .pageable-body.school-classes-9-12 .item:nth-child(odd) .lb-row-inner, .page-id-1429 .pageable-body.school-classes-5-8 .item:nth-child(odd) .lb-row-inner {
  flex-direction: row-reverse;
}
.page-id-1429 .pageable-body.ambassador .item:nth-child(odd) .lb-row-inner .img-wrapper, .page-id-1429 .pageable-body.school-classes-9-12 .item:nth-child(odd) .lb-row-inner .img-wrapper, .page-id-1429 .pageable-body.school-classes-5-8 .item:nth-child(odd) .lb-row-inner .img-wrapper {
  text-align: left;
}
.page-id-1429 .pageable-body.day-by-day-agape .img-wrapper img {
  position: relative;
  width: 33.3333333333vw;
  left: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-1429 .pageable-body.day-by-day-agape .img-wrapper img {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-body.day-by-day-agape .img-wrapper img {
    position: initial;
    width: 100%;
    left: 0;
  }
}
.page-id-1429 .pageable-body.day-by-day-agape .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-1429 .pageable-body.day-by-day-agape .button-wrapper span {
  margin-bottom: 2rem;
  flex-basis: 40%;
}
.page-id-1429 .pageable-body.day-by-day-agape .button-wrapper span:nth-child(n+2) {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .page-id-1429 .pageable-body.day-by-day-agape .button-wrapper span {
    flex-basis: 35%;
  }
}
@media (max-width: 600px) {
  .page-id-1429 .pageable-body.day-by-day-agape .button-wrapper span {
    flex-basis: 100% !important;
    margin-bottom: 1.5rem;
  }
  .page-id-1429 .pageable-body.day-by-day-agape .button-wrapper span:nth-child(n+2) {
    margin-bottom: 1.5rem;
  }
}
.page-id-1429 .pageable-body.day-by-day-agape .button-wrapper span:nth-child(even) {
  flex-basis: 60%;
}
@media (max-width: 1280px) {
  .page-id-1429 .pageable-body.day-by-day-agape .button-wrapper span:nth-child(even) {
    flex-basis: 65%;
  }
}
.page-id-1429 .pageable-body.confirmation .button-wrapper span {
  display: block;
  margin-bottom: 2rem;
}
.page-id-1429 .pageable-body.confirmation .button-wrapper span:last-child {
  margin-bottom: 0;
}
.page-id-1429 .pageable-body.leadership .img-wrapper img {
  position: relative;
  width: 33.3333333333vw;
  left: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-1429 .pageable-body.leadership .img-wrapper img {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-body.leadership .img-wrapper img {
    position: initial;
    width: 100%;
    left: 0;
  }
}
.page-id-1429 .pageable-body.leadership .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-1429 .pageable-body.leadership .button-wrapper span {
  flex-basis: 50%;
}
@media (max-width: 1580px) {
  .page-id-1429 .pageable-body.leadership .button-wrapper span {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  .page-id-1429 .pageable-body.leadership .button-wrapper span:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-1429 .pageable-body.discipleship .tab-top {
    display: none;
  }
}
.page-id-1429 .pageable-body.women .lb-text-wrapper p strong {
  text-transform: uppercase !important;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}
.page-id-1429 .pageable-body.women span {
  display: block;
  width: 100%;
  text-align: center;
}
.page-id-1429 .contact_us .button {
  margin: 0 3rem;
}
.page-id-1429 .contact_us .button.white span {
  color: #8C9DA2 !important;
}

.page-id-34 {
  /******************************************************************

  Stylesheet: Vocation Landing page

  Styles for Vocation Landing page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-34 #tribe-events-bar {
  display: none;
}
.page-id-34 .full-wrapper {
  background-position: bottom !important;
}
@media (max-width: 1024px) {
  .page-id-34 .full-wrapper {
    padding-top: 0 !important;
  }
}
.page-id-34 .first {
  background: transparent !important;
}
@media (max-width: 1440px) {
  .page-id-34 .first {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-34 .first {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-34 .first {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-34 .first {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .first {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-34 .first {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-34 .first {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-34 .first {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-34 .first .text {
    padding-left: 0 !important;
  }
}
.page-id-34 .second {
  background: transparent !important;
}
@media (max-width: 1440px) {
  .page-id-34 .second .lb-row-inner {
    align-items: flex-start;
  }
}
.page-id-34 .second .lb-row-inner .address p {
  color: #4C2013;
  font: 400 1.235rem/1.6em "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
}
.page-id-34 .second .lb-row-inner .address p:first-child {
  margin-bottom: 3rem !important;
}
@media (max-width: 1440px) {
  .page-id-34 .second .lb-row-inner .address p:first-child {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .second .lb-row-inner .address p:first-child {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .page-id-34 .second .lb-row-inner .address p:first-child {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}
.page-id-34 .come-and-see .lb-row-inner {
  justify-content: center;
}
.page-id-34 .come-and-see .lb-row-inner .quote {
  font-size: 1.235rem !important;
  color: #4C2013;
}
.page-id-34 .come-and-see .lb-row-inner .author p {
  margin-top: 1rem;
  color: #4C2013;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}
@media (max-width: 1024px) {
  .page-id-34 .discernments-questions .lb-col {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-34 .discernments-questions .lb-col {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-34 .discernments-questions .lb-col {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-34 .discernments-questions .lb-col {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-34 .discernments-questions .lb-col.light {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-id-34 .discernments-questions .lb-col.light {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-34 .discernments-questions .lb-col.light {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-34 .discernments-questions .lb-col.light {
    padding-top: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-34 .discernments-questions .lb-col.light {
    padding-top: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-34 .discernments-questions .lb-col.light {
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-34 .discernments-questions .lb-col.light {
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-34 .discernments-questions .lb-col.light {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .discernments-questions .lb-col.col-8 {
    background-position: right;
  }
}
.page-id-34 .full-wrapper-second {
  background-position: center 8.3333333333vw !important;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-id-34 .full-wrapper-second {
    padding-bottom: 0;
  }
}
.page-id-34 .formation {
  background: transparent !important;
}
.page-id-34 .formation .lb-row-inner {
  justify-content: center;
}
.page-id-34 .stage-of-formation {
  background: transparent !important;
}
@media (max-width: 1024px) {
  .page-id-34 .stage-of-formation {
    padding-bottom: 20.8333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-34 .stage-of-formation {
    padding-bottom: 25vw;
  }
}
.page-id-34 .reflection {
  background: transparent !important;
}
.page-id-34 .capuchin-life {
  overflow: hidden;
  background: transparent !important;
  position: relative;
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life {
    padding-top: 0;
    overflow: initial;
  }
}
.page-id-34 .capuchin-life::before {
  display: none;
}
.page-id-34 .capuchin-life .outside {
  position: absolute;
  bottom: 8.3333333333vw;
  left: 8.3333333333vw;
  width: calc((100% - 16.6666666667vw) / 12 * 5.5);
  z-index: 99;
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life .outside {
    left: initial;
    width: 33.3333333333vw;
    right: 8.3333333333vw;
    top: -8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-34 .capuchin-life .outside {
    width: 66.6666666667vw;
  }
}
.page-id-34 .capuchin-life .lb-row-inner {
  clip-path: polygon(0 16.6666666667vw, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  background: #112E36;
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1440px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-top: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 600px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-bottom: 16.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-top: 33.3333333333vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-34 .capuchin-life .lb-row-inner {
    padding-top: 75vw !important;
  }
}
.page-id-34 .capuchin-life .lb-row-inner::after {
  content: "";
  width: 33.3333333333vw;
  height: 100%;
  background: #8C9DA2;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life .lb-row-inner::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-id-34 .capuchin-life .lb-row-inner .img-wrapper {
    display: none;
  }
}
.page-id-34 .contact-us .lb-col-inner {
  text-align: center;
}

.page-id-518 {
  /******************************************************************

  Stylesheet: Vocation FAQ page

  Styles for Vocation FAQ page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-518 .center-content p {
  margin-bottom: 0;
}
.page-id-518 .page-title a {
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 600px) {
  .page-id-518 .lb-accordion.sml {
    padding-top: 4.1666666667vw;
  }
}
.page-id-518 .lb-accordion.sml .lb-accordion-inner {
  border-color: #8C9DA2;
}

.page-id-635 {
  /******************************************************************

  Stylesheet: Vocation - Contact

  Styles for Vocation - Contact page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-635 .pull-quote {
  height: 33.3333333333vw;
}
@media (max-width: 1024px) {
  .page-id-635 .bottom-half {
    padding-bottom: 4.1666666667vw;
  }
}

.page-id-582 {
  /******************************************************************

  Stylesheet: Ministries

  Styles for Ministries page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1440px) {
  .page-id-582 .parish-ministry {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-582 .parish-ministry {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-582 .parish-ministry {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-582 .parish-ministry {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-582 .parish-ministry {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-582 .learning {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-582 .learning {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-582 .learning {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-582 .learning {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-582 .learning {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-582 .pull_quote {
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 1440px) {
  .page-id-582 .pull_quote {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-582 .pull_quote {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-582 .pull_quote {
    padding-top: 25vw;
  }
}
@media (max-width: 1440px) {
  .page-id-582 .pull_quote {
    padding-bottom: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-582 .pull_quote {
    padding-bottom: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-582 .pull_quote {
    padding-bottom: 25vw;
  }
}
.page-id-582 .pull_quote::before {
  content: "";
  width: 100%;
  height: 8.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.page-id-582 .pull_quote::after {
  content: "";
  width: 100%;
  height: 8.3333333333vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.page-id-582 .pull_quote .lb-col {
  width: 53% !important;
}
@media (max-width: 1440px) {
  .page-id-582 .pull_quote .lb-col {
    width: 66.6666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-582 .pull_quote .lb-col {
    width: 100% !important;
  }
}
.page-id-582 .our-varied-ministries .lb-row-inner {
  padding-left: 8.3333333333vw !important;
}
@media (max-width: 1440px) {
  .page-id-582 .our-varied-ministries .lb-row-inner {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-582 .our-varied-ministries {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-top: 8.3333333333vw;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-582 .our-varied-ministries {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-582 .our-varied-ministries {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-582 .our-varied-ministries {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-582 .second {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-582 .second {
    margin-top: 3.75rem !important;
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-582 .second {
    margin-top: calc(3.75rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-582 .second {
    margin-top: calc(3.75rem - 1rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-582 .second {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-582 .second {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-582 .second {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-582 .second h3.line.red {
  color: #4C2013 !important;
}
@media (max-width: 1024px) {
  .page-id-582 .quote {
    background-position: 80% 40% !important;
  }
}
.page-id-582 .quote .author .lb-text-wrapper p {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-id-532 {
  /******************************************************************

  Stylesheet: Capuchin Life

  Styles for Capuchin Life page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-532 .quote {
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 1440px) {
  .page-id-532 .quote {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-532 .quote {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-532 .quote {
    padding-top: 25vw;
  }
}
@media (max-width: 1440px) {
  .page-id-532 .quote {
    padding-bottom: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-532 .quote {
    padding-bottom: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-532 .quote {
    padding-bottom: 25vw;
  }
}
.page-id-532 .quote::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .page-id-532 .quote h3,
.page-id-532 .quote p {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .page-id-532 .ministry .img-wrapper {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .page-id-532 .ministry .img-wrapper img {
    width: calc(100% - 8.3333333333vw);
  }
}
@media (max-width: 600px) {
  .page-id-532 .ministry .img-wrapper img {
    width: calc(100%);
  }
}
@media (max-width: 1024px) {
  .page-id-532 .second {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-532 .second {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-532 .second {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-532 .second {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-532 .second .text {
  padding-right: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .page-id-532 .second .text {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-532 .divider .img-wrapper img {
    width: 41.6666666667vw;
  }
}
@media (max-width: 600px) {
  .page-id-532 .divider .img-wrapper img {
    width: 100%;
  }
}

.page-id-1425 {
  /******************************************************************

  Stylesheet: Vocation - Discernemt

  Styles for Vocation - Discernemt page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1440px) {
  .page-id-1425 .first {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1425 .first {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1425 .first {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1425 .first .prayer-img {
  width: 16.6666666667vw !important;
  margin-top: 4.1666666667vw !important;
  margin-bottom: 4.1666666667vw !important;
}
@media (max-width: 1440px) {
  .page-id-1425 .first .prayer-img {
    width: 25vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1425 .first .prayer-img {
    margin-top: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .prayer-img {
    margin-top: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1425 .first .prayer-img {
    margin-top: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1425 .first .prayer-img {
    margin-bottom: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .prayer-img {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1425 .first .prayer-img {
    margin-bottom: 8.3333333333vw !important;
  }
}
.page-id-1425 .first .prayer-text {
  width: calc(100% - 18.75vw);
  background: #4C2013;
  padding: 2.7777777778vw 4.1666666667vw;
  display: flex;
  align-items: center;
  margin-top: 4.1666666667vw !important;
  margin-bottom: 4.1666666667vw !important;
}
@media (max-width: 1440px) {
  .page-id-1425 .first .prayer-text {
    margin-top: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .prayer-text {
    margin-top: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1425 .first .prayer-text {
    margin-top: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1425 .first .prayer-text {
    margin-bottom: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .prayer-text {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1425 .first .prayer-text {
    margin-bottom: 8.3333333333vw !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1425 .first .prayer-text {
    width: calc(100% - 27.0833333333vw);
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .prayer-text {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1425 .first .prayer-text {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1425 .first .prayer-text {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1425 .first .prayer-text {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1425 .first .prayer-text {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1425 .first .prayer-text {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1425 .first .prayer-text {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-1425 .first .prayer-text p {
  font-family: "Noto", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
}
.page-id-1425 .first .prayer-text p strong {
  font-style: initial;
}
.page-id-1425 .first .third {
  margin-bottom: 4.1666666667vw !important;
}
@media (max-width: 1440px) {
  .page-id-1425 .first .third {
    margin-bottom: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .third {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1425 .first .third {
    margin-bottom: 8.3333333333vw !important;
  }
}
.page-id-1425 .first .last {
  margin-top: 4.1666666667vw !important;
}
@media (max-width: 1440px) {
  .page-id-1425 .first .last {
    margin-top: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .last {
    margin-top: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1425 .first .last {
    margin-top: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1425 .first .last {
    margin-top: 0 !important;
  }
}
.page-id-1425 .first .contact {
  color: #4C2013;
}
@media (max-width: 1024px) {
  .page-id-1425 .first .contact {
    margin-bottom: 4.1666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1425 .first .contact {
    margin-bottom: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1425 .first .contact {
    margin-bottom: 6.25vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1425 .first .contact {
    margin-bottom: 8.3333333333vw !important;
  }
}
.page-id-1425 .first .contact h4 {
  text-transform: none !important;
}

.page-id-1427 {
  /******************************************************************

  Stylesheet: Vocation - Discernemt Weekends

  Styles for Vocation - Discernemt Weekends page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1440px) {
  .page-id-1427 .page-title .lb-row-inner .lb-col {
    width: 80%;
  }
}
.page-id-1427 .second .text {
  padding-right: 16.6666666667vw;
}
@media (max-width: 1440px) {
  .page-id-1427 .second .text {
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .second .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1427 .second .text {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1427 .second .text {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1427 .second .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1427 .second .text h2 {
  max-width: 80%;
}
@media (max-width: 1440px) {
  .page-id-1427 .second .text h2 {
    max-width: 100%;
  }
}
.page-id-1427 .second .text h6 {
  max-width: 80%;
  font-weight: 800 !important;
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
@media (max-width: 1440px) {
  .page-id-1427 .second .text h6 {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .second .text h6 {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 600px) {
  .page-id-1427 .second .text h6 {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1427 .second .text h6 {
    margin-top: calc(3rem - 0.25rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .second .text h6 {
    margin-top: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1427 .second .text h6 {
    max-width: 100%;
  }
}
@media (max-width: 359px) {
  .page-id-1427 .second .text a.button {
    line-height: 19px !important;
    padding: 0.5rem 1.25rem;
    text-align: center;
  }
}
.page-id-1427 .second .text .card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-id-1427 .second .text .card-wrapper .card {
  width: 40%;
}
@media (max-width: 1024px) {
  .page-id-1427 .second .text .card-wrapper .card {
    width: 45%;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1427 .second .text .card-wrapper .card {
    margin-bottom: calc(3rem - 1rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1427 .second .text .card-wrapper .card {
    margin-bottom: calc(3rem - 1.25rem) !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1427 .second .text .card-wrapper .card {
    margin-bottom: calc(3rem - 1.5rem) !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .second .text .card-wrapper .card:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1427 .second .text .card-wrapper .card {
    padding-right: 1.5rem;
  }
  .page-id-1427 .second .text .card-wrapper .card:last-child {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .page-id-1427 .second .text .card-wrapper .card {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
.page-id-1427 .second .text .card-wrapper .card p, .page-id-1427 .second .text .card-wrapper .card a {
  color: #4C2013;
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800 !important;
}
.page-id-1427 .second .text .lb-col-inner .paragraph-text a {
  text-decoration: none;
  font-weight: 400;
  color: #4C2013;
}
.page-id-1427 .pull-quote .lb-col-inner {
  padding: 0 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-id-1427 .pull-quote .lb-col-inner {
    padding: 0;
  }
}
.page-id-1427 .pull-quote .lb-col-inner h3.line {
  padding-left: 2rem;
}
.page-id-1427 .pull-quote .lb-col-inner .dark {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600 !important;
}
.page-id-1427 .pull-quote .author .lb-text-wrapper p {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-id-1427 .quote {
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 1440px) {
  .page-id-1427 .quote {
    padding-top: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .quote {
    padding-top: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1427 .quote {
    padding-top: 25vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1427 .quote {
    padding-bottom: 15.625vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .quote {
    padding-bottom: 18.75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1427 .quote {
    padding-bottom: 25vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .quote {
    background-position: 91% 50% !important;
  }
}
.page-id-1427 .quote .author .lb-text-wrapper p {
  font: 700 1rem/1 "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-id-1427 .reflections .button {
  margin-top: 4.1666666667vw !important;
}
@media (max-width: 1440px) {
  .page-id-1427 .reflections .button {
    margin-top: 5.2083333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1427 .reflections .button {
    margin-top: 6.25vw !important;
  }
}
@media (max-width: 600px) {
  .page-id-1427 .reflections .button {
    margin-top: 8.3333333333vw !important;
  }
}

.page-id-1209 {
  /******************************************************************

  Stylesheet: Stages of Formation

  Styles for Stages of Formation page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
@media (max-width: 1440px) {
  .page-id-1209 .page-title .lb-col {
    width: 100% !important;
  }
}
@media (max-width: 1440px) {
  .page-id-1209 .special-row {
    display: none;
  }
}
@media (max-width: 1440px) {
  .page-id-1209 .formation {
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-1209 .formation {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1209 .formation {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1209 .formation {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-1209 .formation .tab-top .special {
  display: none;
}
@media (max-width: 1440px) {
  .page-id-1209 .formation .tab-top .special {
    display: block;
    padding-right: 8.3333333333vw;
    margin-top: 4.1666666667vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .page-id-1209 .formation .tab-top .special {
    margin-top: 5.2083333333vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .page-id-1209 .formation .tab-top .special {
    margin-top: 6.25vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .page-id-1209 .formation .tab-top .special {
    margin-top: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1209 .formation .tab-top .special {
    padding-right: 0;
    margin-top: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1209 .formation .tab-top .special {
    margin-top: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1209 .formation .tab-top .special {
    margin-top: 12.5vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1209 .formation .tab-top .special {
    margin-top: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1209 .formation,
.page-id-1209 .postulancy,
.page-id-1209 .novitiate {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1209 .formation,
.page-id-1209 .postulancy,
.page-id-1209 .novitiate {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1209 .formation,
.page-id-1209 .postulancy,
.page-id-1209 .novitiate {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1209 .formation,
.page-id-1209 .postulancy,
.page-id-1209 .novitiate {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1209 .formation .text,
.page-id-1209 .postulancy .text,
.page-id-1209 .novitiate .text {
  padding-left: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .page-id-1209 .formation .text,
.page-id-1209 .postulancy .text,
.page-id-1209 .novitiate .text {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .page-id-1209 .candidicy {
    padding-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1209 .candidicy .img-wrapper {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .page-id-1209 .candidicy .img-wrapper img {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .page-id-1209 .candidicy .img-wrapper img {
    width: 58.3333333333vw;
  }
}

.page-id-38 {
  /******************************************************************

  Stylesheet: Events Landing

  Styles for Events Landing page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-38 .card-wrapper .button {
  margin-right: 2rem;
}
.page-id-38 .card-wrapper .button:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .page-id-38 .provincal .lb-col.img {
    width: 41.6666666667% !important;
  }
}
@media (max-width: 600px) {
  .page-id-38 .provincal .lb-col.img {
    width: 100% !important;
    height: 83.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .page-id-38 .provincal .lb-col.text {
    width: 58.3333333333% !important;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
@media (max-width: 600px) {
  .page-id-38 .provincal .lb-col.text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    width: 100% !important;
  }
}
@media (max-width: 600px) and (max-width: 1440px) {
  .page-id-38 .provincal .lb-col.text {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 1024px) {
  .page-id-38 .provincal .lb-col.text {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .page-id-38 .provincal .lb-col.text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-38 .provincal .lb-col.center {
  text-align: center;
}

.page-id-1433 {
  /******************************************************************

  Stylesheet: Events Provincial

  Styles for Events Provincial page ONLY. If the styles will be used across the site,
  use the _base.scss file.

  ******************************************************************/
}
.page-id-1433 .brother::before {
  z-index: 110;
}
.page-id-1433 .brother .text {
  padding-top: 16.6666666667vw;
  padding-bottom: 25vw;
}
@media (max-width: 1024px) {
  .page-id-1433 .brother .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1433 .brother .text {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1433 .brother .text {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1433 .brother .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1433 .brother .text {
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1433 .brother .text {
    padding-top: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1433 .brother .text {
    padding-top: 16.6666666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1433 .brother .text {
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1433 .brother .text {
    padding-bottom: 12.5vw;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1433 .brother .text {
    padding-bottom: 16.6666666667vw;
  }
}
.page-id-1433 .brother .text h4 {
  text-transform: none !important;
}
.page-id-1433 .brother .video .lb-col-inner {
  display: flex;
  justify-content: center;
  padding-top: 16.6666666667vw;
}
@media (max-width: 1024px) {
  .page-id-1433 .brother .video .lb-col-inner {
    padding-top: 25vw;
  }
}
.page-id-1433 .brother .video .lb-col-inner a:hover {
  opacity: 0.5;
  transform: scale(1.1);
}
.page-id-1433 .brother .video .lb-col-inner a img {
  width: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .page-id-1433 .brother .video .lb-col-inner a img {
    width: 10.4166666667vw;
  }
}
@media (max-width: 1024px) {
  .page-id-1433 .brother .video {
    height: 66.6666666667vw;
  }
}
@media (max-width: 1440px) {
  .page-id-1433 .dinner .text {
    padding-left: 0;
  }
}
.page-id-1433 .dinner .text .details h4 {
  color: #112E36 !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
@media (max-width: 1024px) {
  .page-id-1433 .converstation {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .page-id-1433 .converstation .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1440px) {
  .page-id-1433 .converstation .text {
    padding-left: 10.4166666667vw !important;
    padding-right: 10.4166666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-id-1433 .converstation .text {
    padding-left: 16.6666666667vw !important;
    padding-right: 16.6666666667vw !important;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .page-id-1433 .converstation .text {
    padding-left: 8.3333333333vw !important;
    padding-right: 8.3333333333vw !important;
  }
}
.page-id-1433 .converstation .text h4 {
  color: #112E36;
  text-transform: none;
  font-weight: 700 !important;
}
@media (max-width: 1024px) {
  .page-id-1433 .converstation .tab-top img {
    width: 75vw;
  }
}
@media (max-width: 600px) {
  .page-id-1433 .converstation .tab-top img {
    width: 100%;
  }
}
.page-id-1433 .converstation .button.top {
  margin-top: 1.75rem !important;
}
.page-id-1433 .converstation .button.bottom {
  margin-bottom: 1.75rem !important;
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
