@charset "UTF-8";
/*!
Theme Name: Digipress
Theme URI: http://www.digeratisolutions.com.au
Author: Digerati Solutions
Author URI: http://www.digeratisolutions.com.au
Description: Digipress
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digipress
Domain Path: /lang/
Tags: black
*/
/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
    1.4 Wordpress
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Parts
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
@font-face {
  font-family: "gothambold";
  src: url("css/fonts/gothambold.eot");
  src: url("css/fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("css/fonts/gothambold.woff2") format("woff2"), url("css/fonts/gothambold.woff") format("woff"), url("css/fonts/gothambold.ttf") format("truetype"), url("css/fonts/gothambold.svg#gothambold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambook";
  src: url("css/fonts/gothambook.eot");
  src: url("css/fonts/gothambook.eot?#iefix") format("embedded-opentype"), url("css/fonts/gothambook.woff2") format("woff2"), url("css/fonts/gothambook.woff") format("woff"), url("css/fonts/gothambook.ttf") format("truetype"), url("css/fonts/gothambook.svg#gothambook") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
  overflow: inherit !important;
}

body {
  margin: 0;
  padding: 0 !important;
  position: relative;
  height: 100%;
  font-family: "europa", sans-serif;
  font-weight: lighter;
  line-height: 1;
  background: white;
}
body > * {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  body > * {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 961px) {
  body > * {
    font-size: 1.7rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: "gothambold";
  font-weight: normal;
  line-height: 1.25;
  color: inherit;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  h1 {
    font-size: 6.8rem;
    line-height: 0.9;
  }
}
@media screen and (min-width: 961px) {
  h1 {
    font-size: 7.8rem;
    line-height: 0.9;
  }
}

@media screen and (min-width: 961px) {
  body.home h1 {
    font-size: 10rem;
  }
}

h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 961px) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 961px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

.single-parish h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .single-parish h4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 961px) {
  .single-parish h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.6rem;
  }
}

.no-margin {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .no-margin {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .inline {
    display: inline-block;
  }
}

.upper {
  text-transform: uppercase;
}

p.big {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  p.big {
    font-size: 2.2rem;
  }
}

blockquote {
  margin: 30px 0;
  padding: 20px 20px 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #0ea997;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* 1.3 Forms
  -------------------------------------------------------------------------- */
input:not([type=checkbox]), select, textarea {
  padding: 0 25px;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
  white-space: nowrap;
  color: #272727;
  border: 1px solid #272727;
  border-radius: 29px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
  user-select: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  input:not([type=checkbox]), select, textarea {
    height: 50px;
    border-radius: 26px;
  }
}
input:not([type=checkbox])[aria-invalid=true], select[aria-invalid=true], textarea[aria-invalid=true] {
  border: 1px solid red;
}

input[type=radio] {
  display: inline-block;
  padding: 0 !important;
  width: auto;
  height: auto;
}

textarea {
  padding: 20px 25px;
  min-height: 150px !important;
  height: 150px;
  white-space: normal !important;
}

select {
  padding: 0 50px 0 25px;
  background-image: url(img/select.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: auto 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body.woocommerce-checkout select {
  border-color: #272727 !important;
  background-color: white;
}
@media screen and (min-width: 961px) {
  body.woocommerce-checkout select {
    visibility: visible;
    opacity: 1;
  }
}

input[type=search] {
  padding: 0 50px 0 25px;
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 25px !important;
  white-space: normal !important;
}

.gform_wrapper textarea {
  padding: 15px 25px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.gform_ajax_spinner {
  display: inline-block;
}

.gfield_list_icons img {
  display: block;
  max-height: 20px;
}

.gform_heading {
  margin: 0 0 20px 0;
  text-align: center;
}

.gform_footer {
  margin: 20px 0 0 0;
  text-align: center;
}
.gform_footer .button {
  margin: 0 auto;
  width: auto;
}
.gform_footer input[type=submit] {
  display: inline-block;
}

label {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.validation_message {
  margin: 5px 0 0 0;
  display: block;
  font-size: 1.2rem;
  color: red;
}

.validation_error {
  margin: 0 0 20px 0;
  text-align: center;
  color: red;
}

.button.is-delete {
  color: red !important;
  border-color: red !important;
  background: transparent !important;
}

.button.is-small {
  padding: 8px 10px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  height: auto !important;
}

/* 1.4 Wordpress
  -------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery-caption {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding: 2.5% 5%;
  max-width: 100%;
  font-size: 1.2em;
  line-height: 1.75;
}

.sticky {
  max-width: 100%;
}

.bypostauthor {
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

.mejs-audio {
  max-width: 100%;
  overflow: hidden;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

img.alignnone,
figure.alignnone {
  margin: 10px auto;
}
@media screen and (min-width: 961px) {
  img.alignnone,
figure.alignnone {
    margin: 60px 0;
  }
}

img.aligncenter,
figure.aligncenter {
  margin: 10px auto;
}
@media screen and (min-width: 961px) {
  img.aligncenter,
figure.aligncenter {
    margin: 50px auto;
  }
}

img.alignleft,
figure.alignleft {
  margin: 10px auto;
}
@media screen and (min-width: 961px) {
  img.alignleft,
figure.alignleft {
    margin: 40px 50px 40px 0;
    float: left;
  }
}

img.alignright,
figure.alignright {
  margin: 10px auto;
}
@media screen and (min-width: 961px) {
  img.alignright,
figure.alignright {
    margin: 40px 0 50px 40px;
    float: right;
  }
}

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-header {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  color: white;
}
#site-header.small, #site-header.is-search {
  background: black;
}
@media screen and (min-width: 961px) {
  #site-header.small, #site-header.is-search {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}
#site-header > .container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  max-width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  background: black;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 961px) {
  #site-header > .container {
    padding-top: 25px;
    padding-bottom: 25px;
    background: transparent;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  #site-header > .container #header-logo,
#site-header > .container #header-more {
    width: 130px;
  }
}
#site-header > .container #header-nav {
  position: relative;
  display: flex;
  flex: 1 1;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
#site-header > .container #header-more {
  display: flex;
  justify-content: flex-end;
}
#site-header > .container #header-more #toggle-search,
#site-header > .container #header-more .cart-total {
  margin: 2px 15px 0 0;
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#site-header > .container #header-more #toggle-search span,
#site-header > .container #header-more .cart-total span {
  font-size: 14px;
  font-weight: lighter;
}
#site-header > .container #header-more #toggle-search i,
#site-header > .container #header-more .cart-total i {
  font-size: 2.7rem;
  line-height: 1;
}
#site-header > .container #header-more #toggle-search i {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #site-header > .container #header-more #toggle-search {
    display: none;
  }
}

#header-logo > div {
  position: fixed;
  z-index: 999;
  top: 17px;
  left: 40px;
  width: 60px;
  overflow: hidden;
  transform: translateX(0%) translateY(0%);
  transition: all 0.75s ease-in-out, width 0.5s 0.5s ease-in-out;
}
@media screen and (max-width: 960px) {
  #header-logo > div {
    top: 8px;
    left: 30px;
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  #header-logo > div {
    left: 20px;
  }
}
#header-logo > div:hover {
  width: 200px;
  transition: all 0.25s ease-in-out;
}
#header-logo > div img {
  position: relative;
  width: 200px;
  max-width: initial !important;
  transition: all 0.75s ease-in-out;
}
@media screen and (max-width: 960px) {
  #header-logo > div img {
    width: 160px;
  }
}
#header-logo > div a {
  display: block;
}

body.animate-logo #site-header > .container #header-logo > div {
  top: 32.5%;
  left: 50%;
  width: 300px;
  transform: translateX(-50%) translateY(-100%);
}
@media screen and (max-width: 767px) {
  body.animate-logo #site-header > .container #header-logo > div {
    width: 200px;
  }
}
body.animate-logo #site-header > .container #header-logo > div img {
  width: 300px;
  animation: pulse 0.5s ease infinite alternate;
}
@media screen and (max-width: 767px) {
  body.animate-logo #site-header > .container #header-logo > div img {
    width: 200px;
  }
}
body.animate-logo .hero-slides {
  opacity: 0;
}

.search-contain {
  position: relative;
}
.search-contain input[type=submit] {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  border-radius: 0 25px 25px 0;
}

#search-container {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #search-container {
    position: absolute;
    z-index: 9;
    top: -9px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #search-container.is-active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (min-width: 961px) {
  #search-container {
    top: -15px;
  }
}
#search-container form {
  position: relative;
  overflow: hidden;
}
#search-container form input[type=search] {
  background-image: none;
}
#search-container form input[type=submit] {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: center;
  border-radius: 26px;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
}

#global-nav {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#global-nav::-webkit-scrollbar {
  display: none;
}
#global-nav form {
  display: block;
}
@media screen and (min-width: 768px) {
  #global-nav form {
    display: none;
  }
}

#site-main {
  position: relative;
  z-index: 7;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #site-main {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 960px) {
  #app {
    padding-bottom: 0 !important;
  }
}

#site-footer {
  padding: 30px 0;
  font-weight: lighter;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  background: #272727;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  #site-footer {
    padding: 80px 0;
  }
}
@media screen and (min-width: 961px) {
  #site-footer {
    padding: 100px 0;
  }
}
#site-footer .container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #site-footer .container {
    text-align: right;
  }
}
#site-footer .container a {
  color: white;
}
#site-footer .container .button {
  margin-top: 0;
}
#site-footer .container .button:hover {
  color: #272727;
}

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  max-width: 1300px;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 961px) {
  .container {
    padding: 0 40px;
  }
}
.container.expanded {
  max-width: 1500px;
  padding: 0;
}

.columns {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .columns {
    margin: 0 -25px;
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .columns.collapse > .column {
    margin: 20px 25px;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 768px) {
  .columns.columns-three .column {
    width: calc(33.333333% - 50px);
  }
}
.columns .column {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .columns .column {
    margin: 0 25px;
    width: calc(50% - 50px);
  }
}
.columns p {
  max-width: 100% !important;
}

.parish-columns {
  margin: 0 -25px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .parish-columns {
    flex-flow: column nowrap;
  }
}
.parish-columns .column {
  margin: 0 25px;
  flex: 1 1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .parish-columns .column {
    padding: 10px 0;
  }
  .parish-columns .column h2 {
    text-align: center;
  }
}
.parish-columns p {
  max-width: 100% !important;
}

/* 2.3 Helpers
  -------------------------------------------------------------------------- */
.clip > *:first-child, .accordions .accordion .accordion-content > *:first-child, .venue-items .marker .split-info > *:first-child, .cols > *:first-child, .block .block-content > *:first-child, .items .item .overlay > *:first-child, .section-split .split-right > *:first-child, .section-split .split-left > *:first-child, .section-header > *:first-child, blockquote > *:first-child, .gform_heading > *:first-child, #site-footer .container > *:first-child, .container > *:first-child, .columns .column > *:first-child, .parish-columns .column > *:first-child,
.clip > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.accordions .accordion .accordion-content > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.venue-items .marker .split-info > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.cols > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.block .block-content > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.items .item .overlay > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.section-split .split-right > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.section-split .split-left > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.section-header > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
blockquote > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.gform_heading > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
#site-footer .container > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.container > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.columns .column > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item),
.parish-columns .column > *:first-child > *:first-child:not(.quick-link):not(.stat):not(.item) {
  margin-top: 0 !important;
}

.clip > *:last-child, .accordions .accordion .accordion-content > *:last-child, .venue-items .marker .split-info > *:last-child, .cols > *:last-child, .block .block-content > *:last-child, .items .item .overlay > *:last-child, .section-split .split-right > *:last-child, .section-split .split-left > *:last-child, .section-header > *:last-child, blockquote > *:last-child, .gform_heading > *:last-child, #site-footer .container > *:last-child, .container > *:last-child, .columns .column > *:last-child, .parish-columns .column > *:last-child,
.clip > *:last-child > *:last-child:not(.item),
.accordions .accordion .accordion-content > *:last-child > *:last-child:not(.item),
.venue-items .marker .split-info > *:last-child > *:last-child:not(.item),
.cols > *:last-child > *:last-child:not(.item),
.block .block-content > *:last-child > *:last-child:not(.item),
.items .item .overlay > *:last-child > *:last-child:not(.item),
.section-split .split-right > *:last-child > *:last-child:not(.item),
.section-split .split-left > *:last-child > *:last-child:not(.item),
.section-header > *:last-child > *:last-child:not(.item),
blockquote > *:last-child > *:last-child:not(.item),
.gform_heading > *:last-child > *:last-child:not(.item),
#site-footer .container > *:last-child > *:last-child:not(.item),
.container > *:last-child > *:last-child:not(.item),
.columns .column > *:last-child > *:last-child:not(.item),
.parish-columns .column > *:last-child > *:last-child:not(.item) {
  margin-bottom: 0 !important;
}

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
.section {
  padding: 35px 0;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 961px) {
  .section {
    padding: 90px 0;
  }
}
.section.collapse {
  padding: 0;
}
@media screen and (min-width: 961px) {
  .section.small {
    padding: 80px 0;
  }
}
.section.white {
  background-color: white;
}
.section.white + .section.white {
  padding-top: 0 !important;
}
.section.white + .section.grey.no-heading {
  padding-top: 0 !important;
}
.section.white + .section.grey.no-heading:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: white;
}
.section.grey {
  background-color: #f5f5f5;
}
.section.grey + .section.grey {
  padding-top: 0 !important;
}
.section.dark {
  background-color: #272727;
}

.section-header {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .section-header {
    margin: 0 0 50px 0;
  }
}

.section-hero {
  position: relative;
  z-index: 8;
  color: white;
  background: #272727;
}
@media screen and (min-width: 961px) {
  .section-hero {
    min-height: 330px;
  }
}
.section-hero.text-dark {
  color: black;
}
.section-hero > * {
  position: relative;
  z-index: 2;
}

.section-hero-page {
  position: relative;
  color: white;
  background: #272727;
}
.section-hero-page.text-dark {
  color: black;
}
.section-hero-page > * {
  position: relative;
  z-index: 2;
}

.section-schools .ititem {
  text-align: center;
}
.section-schools .ititem .button {
  margin: auto auto 0 auto !important;
}

body.home .section-hero {
  padding: 0;
  height: 62.5vh;
}
@media screen and (min-width: 961px) {
  body.home .section-hero {
    min-height: 600px;
  }
}

.overlay-dark:before,
.overlay-aqua:before,
.overlay-green:before,
.overlay-light-green:before,
.overlay-blue:before,
.overlay-navy:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272727;
  opacity: 0.5;
}

.overlay-aqua:before {
  background: #0ea997;
}

.overlay-green:before {
  background: #1bb470;
}

.overlay-light-green:before {
  background: #8dc642;
}

.overlay-navy:before {
  background: #2d2e37;
}

.section-content.has-anchor .section-split .split-left {
  display: block;
}
.section-content.has-anchor ~ .section-content .section-split .split-left {
  display: block;
}
@media screen and (min-width: 961px) {
  .section-content.has-anchor ~ .section-content .section-split .split-right {
    padding: 0;
    width: 80%;
  }
}

.section-block {
  background-color: white;
  overflow: hidden;
}
.section-block.align-left:before {
  left: 0;
  right: 50%;
}
.section-block:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: white !important;
}
@media screen and (min-width: 768px) {
  .section-block:before {
    display: block;
  }
}
.section-block.black:before {
  background: black;
}
.section-block.black .block-content {
  background: black;
}
.section-block.black .block-content:before {
  background: black;
}
.section-block.white:before {
  background: white;
}
.section-block.white .block-content {
  color: black !important;
  background: white;
}
.section-block.white .block-content h1, .section-block.white .block-content h2, .section-block.white .block-content h3, .section-block.white .block-content h4, .section-block.white .block-content h5 {
  color: black !important;
}
.section-block.white .block-content:before {
  background: white;
}
.section-block.white .block-content .button {
  color: black;
  border: 1px solid black;
}
.section-block.green:before {
  background: #1bb470;
}
.section-block.green .block-content {
  background: #1bb470;
}
.section-block.green .block-content:before {
  background: #1bb470;
}
.section-block.light-green:before {
  background: #8dc642;
}
.section-block.light-green .block-content {
  background: #8dc642;
}
.section-block.light-green .block-content:before {
  background: #8dc642;
}
.section-block.aqua:before {
  background: #0ea997;
}
.section-block.aqua .block-content {
  background: #0ea997;
}
.section-block.aqua .block-content:before {
  background: #0ea997;
}
.section-block.blue:before {
  background: #28c0d2;
}
.section-block.blue .block-content {
  background: #28c0d2;
}
.section-block.blue .block-content:before {
  background: #28c0d2;
}

.section-block.white .block-content:before {
  display: none;
}
.section-block.white .block-image {
  padding: 50px 0;
  overflow: hidden;
}
.section-block.white .block-image img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-block.white .block-image img {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .section-block.white .block.align-left .block-image img {
    float: left;
  }
}

.section-page-nav {
  color: white;
  background: #2d2e37;
}
.section-page-nav h4 {
  margin: 0 -20px;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-page-nav h4 {
    margin: 0;
    padding: 20px 0;
  }
}
.section-page-nav h4.is-toggled:after {
  transform: rotate(-180deg);
}
.section-page-nav h4:after {
  content: "";
  margin: -10px 0 0 0;
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "fontawesome";
  line-height: 1;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .section-page-nav h4:after {
    right: 0;
  }
}

.section-news-events .items .content .button.small, .section-news .items .content .button.small, .section-events .items .content .button.small {
  margin: 15px auto 0 auto !important;
}
.section-news-events .items-footer .button, .section-news .items-footer .button, .section-events .items-footer .button {
  margin: auto auto 0 auto;
}

/* 3.2 Parts
  -------------------------------------------------------------------------- */
.download-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.download-tabs li {
  margin-bottom: 2px;
  background: rgba(0, 0, 0, 0.05);
}
.download-tabs li.is-active > a.toggle-items .title:before {
  content: "";
}
.download-tabs li > a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .download-tabs li > a {
    display: flex;
  }
}
.download-tabs li > a.toggle-items {
  font-weight: bold;
}
.download-tabs li > a.toggle-items .title:before {
  padding: 0 15px 0 0;
  content: "";
  width: 30px;
  display: inline-block;
  font-family: "fontawesome";
}
.download-tabs li > a > * {
  padding: 10px 20px;
  flex: 1 1;
}
.download-tabs li > a > *:empty {
  display: none;
}
.download-tabs li > a > *.date, .download-tabs li > a > *.type {
  display: none;
}
@media screen and (min-width: 768px) {
  .download-tabs li > a > *.date, .download-tabs li > a > *.type {
    display: block;
  }
}
.download-tabs li > a > *.title {
  flex: 3 3;
}
.download-tabs li > a > *.action {
  flex: 1 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .download-tabs li > a > *.action {
    text-align: right;
  }
}
.download-tabs ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .download-tabs ul {
    padding: 0 0 0 20px;
  }
}
.download-tabs ul li.is-file {
  font-size: 15px;
  font-weight: normal;
}

.pagination {
  margin: 20px 0 0 0;
  text-align: center;
  font-weight: bold;
}

.section-hero {
  position: relative;
  height: 35vh;
}

.hero-slides {
  position: relative;
  height: 100%;
  background-color: #272727;
  transition: all 0.5s ease-in-out;
}
.hero-slides .slide {
  position: relative;
  display: none;
  padding: 0 0 60px 0;
  height: 100%;
  background-color: #272727;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero-slides .slide {
    padding: 0 0 120px 0;
  }
}
.hero-slides .slide:first-child {
  display: block;
}
.hero-slides .slide.home .container {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .hero-slides .slide.home .container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
}
.hero-slides .slide .container {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .hero-slides .slide .container {
    padding-top: 120px;
  }
}
@media screen and (min-width: 961px) {
  .hero-slides .slide .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.hero-slides .slide .container h1 {
  margin: 0 0 10px 0;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .hero-slides .slide .container h1 {
    margin: 0 0 15px 0;
  }
}
.hero-slides .slide .container .button {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero-slides .slide .container .button {
    margin-left: 0;
  }
}
.hero-slides .slide .container .page-link {
  margin: 20px 0 0 0;
  position: relative;
  display: none;
  width: auto;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 35px;
  color: white;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-slides .slide .container .page-link {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -265px;
    display: block;
    width: 300px;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 961px) {
  .hero-slides .slide .container .page-link {
    bottom: 60px;
  }
}
.hero-slides .slide .container .page-link:hover:after {
  transform: translateX(0);
}
.hero-slides .slide .container .page-link:before, .hero-slides .slide .container .page-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #28c0d2;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.hero-slides .slide .container .page-link:after {
  background: white;
  transform: translateX(-100%);
}
.hero-slides .dots {
  position: absolute;
  z-index: 7;
  bottom: 35px;
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .hero-slides .dots {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 961px) {
  .hero-slides .dots {
    left: 40px;
    right: 40px;
  }
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    justify-content: flex-start;
  }
}
.slick-dots li {
  margin: 0 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
  }
  .slick-dots li:last-child {
    margin: 0;
  }
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li.slick-active:before {
  transform: scale(1);
}
.slick-dots li button {
  display: none;
}
.slick-dots li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #272727;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .slick-dots li:before {
    width: 12px;
    height: 12px;
  }
}

.dots.small .slick-dots li {
  width: 16px;
  height: 16px;
}
.dots.small .slick-dots li:before {
  content: "";
  width: 8px;
  height: 8px;
}
.dots.white .slick-dots li {
  border: 1px solid white;
}
.dots.white .slick-dots li:before {
  background: white;
}

.content-slides {
  background-color: #272727;
}
.content-slides .slide {
  display: none;
  color: white;
  background-color: #272727;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.content-slides .slide:first-child {
  display: block;
}
@media screen and (min-width: 768px) {
  .content-slides .slide .container {
    display: flex;
    justify-content: flex-end;
  }
  .content-slides .slide .container.align-left {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) and (min-width: 768px) {
  .content-slides .slide .container.align-left .content {
    padding: 80px 0 80px 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 961px) {
  .content-slides .slide .container.align-left .content {
    padding: 120px 0 120px 120px;
  }
}
.content-slides .slide .container .content {
  padding: 60px 0 90px 0;
  text-align: center;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .content-slides .slide .container .content {
    padding: 80px 80px 90px 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 961px) {
  .content-slides .slide .container .content {
    padding: 120px 120px 120px 0;
    width: 40%;
    text-align: left;
  }
}

.arrow {
  position: absolute;
  z-index: 7;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .arrow {
    top: 50%;
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 961px) {
  .arrow {
    top: 50%;
    width: 55px;
    height: 55px;
  }
}
.arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}
.arrow.dark {
  background: rgba(0, 0, 0, 0.1);
  color: #272727;
}
.arrow.dark:hover {
  background: rgba(0, 0, 0, 0.2);
}
.arrow.arrow-prev {
  left: 40%;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .arrow.arrow-prev {
    left: 30px;
  }
}
@media screen and (min-width: 961px) {
  .arrow.arrow-prev {
    left: 40px;
  }
}
.arrow.arrow-next {
  right: 40%;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .arrow.arrow-next {
    right: 30px;
  }
}
@media screen and (min-width: 961px) {
  .arrow.arrow-next {
    right: 40px;
  }
}
.arrow i {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .arrow i {
    font-size: 3rem;
  }
}

@media screen and (min-width: 961px) {
  .section-split {
    display: flex;
  }
}
.section-split.heading-center {
  display: block;
}
.section-split.heading-center .split-left, .section-split.heading-center .split-right {
  width: 100%;
}
.section-split.heading-center .split-left {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-split.heading-center .split-left {
    margin-bottom: 50px;
  }
}
.section-split.heading-center .split-left p {
  margin: 0 auto;
  max-width: 720px;
}
.section-split .split-left {
  display: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-split .split-left {
    text-align: left;
  }
}
@media screen and (min-width: 961px) {
  .section-split .split-left {
    padding: 0 50px 0 0;
    width: 20%;
  }
}
.section-split .split-left:empty {
  display: none;
}
.section-split .split-left.show {
  display: block;
}
.section-split .split-right {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 961px) {
  .section-split .split-right {
    padding: 0;
    width: 80%;
  }
  .section-split .split-right.expand {
    padding: 0 12.5%;
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  body.single .section-content.has-anchor .split-left {
    width: 30%;
  }
}
body.single .section-content.has-anchor .split-left h2 {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  body.single .section-content.has-anchor .split-left h2 {
    margin: 0 0 20px 0;
  }
}
body.single .section-content.has-anchor .split-left h5 {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 961px) {
  body.single .section-content.has-anchor .split-right {
    width: 70%;
  }
}

@media screen and (min-width: 961px) {
  body.single-clergy .section-content.has-anchor .split-left {
    width: 40%;
  }
}
@media screen and (min-width: 961px) {
  body.single-clergy .section-content.has-anchor .split-right {
    width: 60%;
  }
}

.clergy-roles span:last-child:after {
  display: none;
}
.clergy-roles span:after {
  content: ", ";
}

body.single-clergy .clergy-roles span {
  display: block;
}
body.single-clergy .clergy-roles span:after {
  display: none;
}

.item-slides {
  display: none;
}
.item-slides .slide {
  display: none;
}
.item-slides .slide:first-child {
  display: block;
}

.loading-container {
  position: relative;
  min-height: 105px;
}
.loading-container.is-loading {
  position: relative;
  pointer-events: none;
  user-select: none;
}
.loading-container.is-loading:after {
  visibility: visible;
  opacity: 1;
  animation: spinner 1s infinite linear;
  transition: all 0.2s ease-in-out;
}
.loading-container.is-loading > * {
  opacity: 0.25;
  transition: all 0.2s ease-in-out;
}
.loading-container.is-loading .button {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.loading-container:after {
  margin: -15px 0 0 0;
  content: "";
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1;
  font-family: "fontawesome";
  font-size: 3.2rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

.items-container {
  margin: 0 auto;
  max-width: 1040px;
}
.items-container.is-loading {
  opacity: 0.5;
}

.items {
  margin: 0 -15px 0 -15px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .items {
    margin: -15px -15px 0 -15px;
  }
}
.items .item {
  margin: 10px 15px;
  position: relative;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  line-height: 1.5;
  border: 1px solid #cccccc;
  background: #272727;
}
@media screen and (max-width: 767px) {
  .items .item {
    width: 100%;
  }
  .items .item:first-child {
    margin-top: 0;
  }
  .items .item img {
    width: 100%;
  }
  .items .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .items .item {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 1200px) {
  .items .item {
    margin: 15px;
    width: calc(33.333333% - 30px);
  }
  .items .item:hover .overlay {
    transform: translateY(0%);
  }
  .items .item:hover .overlay h4 {
    transform: translateY(0%);
  }
  .items .item:hover .overlay > div {
    opacity: 1;
    visibility: visible;
  }
}
.items .item img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.items .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  color: white;
  background: #272727;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
.items .item .overlay h4 {
  margin: 0;
  padding: 18px 20px;
  background: #272727;
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
}
.items .item .overlay h4 small {
  margin-bottom: 5px;
  display: block;
  font-family: "europa", sans-serif;
  font-weight: 100 !important;
}
.items .item .overlay > div {
  padding: 0 20px 18px 20px;
  display: flex;
  flex-flow: column nowrap;
  font-size: 1.4rem;
  height: 100%;
  opacity: 0.5;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.items .item .overlay > div .date {
  margin: 0 0 5px 0;
  opacity: 0.75;
}
.items .item .overlay > div .button {
  margin: auto auto 0 0;
}
@media screen and (max-width: 1220px) and (min-width: 961px) {
  .items .item .overlay > div .button {
    display: none;
  }
}

.items-filter {
  margin: 0 0 30px 0;
}
.items-filter.is-loading {
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 961px) {
  .items-filter {
    margin: 0 -10px 40px -10px;
    display: flex;
  }
}
.items-filter.is-loading {
  pointer-events: none;
}
.items-filter > div {
  margin: 5px 0;
}
@media screen and (min-width: 961px) {
  .items-filter > div {
    margin: 0 10px;
  }
  .items-filter > div.default {
    flex: 1 1;
  }
  .items-filter > div.expand {
    flex: 1.5 1.5;
  }
}
.items-filter .button {
  margin: 0;
  width: 100%;
}

.items-footer {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
}
.items-footer.center {
  justify-content: center;
}
.items-footer .button {
  margin: 0;
}
.items-footer .dots {
  margin: auto 0 auto auto;
}

@media screen and (max-width: 767px) {
  .item-dots {
    display: none;
  }
}

.block {
  color: white;
}
@media screen and (min-width: 768px) {
  .block {
    position: relative;
    z-index: 2;
    display: flex;
  }
  .block .block-image,
.block .block-content {
    width: 50%;
  }
  .block.align-left .block-image {
    order: 2;
  }
  .block.align-left .block-content:before {
    left: auto;
    right: 0;
    transform: rotate(4deg) translateX(35%);
  }
}
.block .block-image {
  background-color: #272727;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .block .block-image {
    height: 250px;
  }
}
.block .block-content {
  padding: 30px 20px;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px) {
  .block .block-content {
    position: relative;
    text-align: left;
  }
  .block .block-content:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    bottom: -25px;
    width: 100px;
    background: #1bb470;
    transform: rotate(-4deg) translateX(-35%);
    user-select: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .block .block-content {
    padding: 80px 60px;
  }
}
@media screen and (min-width: 961px) {
  .block .block-content {
    padding: 120px 80px;
  }
}

.quick-links {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.quick-links li {
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .quick-links li {
    padding: 40px;
  }
}
.quick-links li img {
  margin: 0 auto;
  width: auto;
}
.quick-links li h4 {
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
.quick-links li .button-container {
  margin: auto auto 0 auto;
}
.quick-links li .button-container .button {
  padding: 0 15px;
  display: block;
  width: 100%;
}

.quick-links:not(.has-columns) {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
@media screen and (min-width: 768px) {
  .quick-links:not(.has-columns) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.quick-links.has-columns {
  margin: 0 -7.5px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 961px) {
  .quick-links.has-columns.columns-2 li {
    width: calc(50% - 15px);
  }
  .quick-links.has-columns.columns-3 li {
    width: calc(33.333333% - 15px);
  }
  .quick-links.has-columns.columns-4 li {
    width: calc(25% - 15px);
  }
  .quick-links.has-columns.columns-5 li {
    width: calc(20% - 15px);
  }
  .quick-links.has-columns.columns-6 li {
    width: calc(16.666666% - 15px);
  }
  .quick-links.has-columns.columns-7 li {
    width: calc(14.28% - 15px);
  }
  .quick-links.has-columns.columns-8 li {
    width: calc(12.5% - 15px);
  }
}
.quick-links.has-columns li {
  margin: 7.5px;
  width: calc(100% - 15px);
}

.map-container {
  position: relative;
  overflow: hidden;
}
.map-container .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  max-width: 450px;
}

.section.grey .quick-links li {
  background: white;
}

.stats {
  margin: 0 -10px;
  padding: 0;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
}
.stats.light-green li .figure .number {
  color: #8dc642;
}
.stats.aqua li .figure .number {
  color: #0ea997;
}
.stats.blue li .figure .number {
  color: #28c0d2;
}
.stats li {
  margin: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  min-width: calc(100% - 20px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stats li {
    margin: 20px 10px;
    flex: 1;
    min-width: 25%;
  }
}
.stats li .figure {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .stats li .figure {
    min-width: 200px;
  }
}
.stats li .figure img {
  max-height: 25px;
}
@media screen and (min-width: 768px) {
  .stats li .figure img {
    max-height: 50px;
  }
}
.stats li .figure .number {
  padding: 0 20px;
  flex: 1 1;
  font-family: "gothambold";
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  color: #1bb470;
}
@media screen and (min-width: 961px) {
  .stats li .figure .number {
    font-size: 6rem;
  }
}

.buttons {
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 961px) {
  .buttons {
    padding: 0 12.5%;
  }
}
.buttons.has-images a, .buttons.two-col a {
  margin: 10px 15px 0 15px;
}
@media screen and (min-width: 768px) {
  .buttons.has-images a, .buttons.two-col a {
    margin: 30px 15px 0 15px;
    width: calc(50% - 30px);
  }
  .buttons.has-images a:nth-child(1), .buttons.has-images a:nth-child(2), .buttons.two-col a:nth-child(1), .buttons.two-col a:nth-child(2) {
    margin-top: 0;
  }
  .buttons.has-images a:nth-last-child(1), .buttons.has-images a:nth-last-child(2), .buttons.two-col a:nth-last-child(1), .buttons.two-col a:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.buttons.has-images a {
  margin: 20px 15px 0 15px;
}
@media screen and (min-width: 768px) {
  .buttons.has-images a {
    margin: 30px 15px 0 15px;
  }
}
.buttons.has-images a h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  background: rgba(39, 39, 39, 0.5);
}
@media screen and (min-width: 961px) {
  .buttons.has-images a h3 {
    padding: 20px 35px;
  }
}
.buttons a {
  margin: 10px 15px 0 15px;
  position: relative;
  display: block;
  width: calc(100% - 30px);
  text-decoration: none;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .buttons a:first-child {
    margin-top: 0;
  }
  .buttons a:last-child {
    margin-bottom: 0;
  }
}
.buttons a:nth-child(4n+1):hover h3 {
  background: #0ea997;
}
.buttons a:nth-child(4n+2):hover h3 {
  background: #28c0d2;
}
.buttons a:nth-child(4n+3):hover h3 {
  background: #1bb470;
}
.buttons a:nth-child(4n+4):hover h3 {
  background: #8dc642;
}
.buttons a img {
  width: 100%;
}
.buttons a h3 {
  margin: 0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  height: 100%;
  background: #2d2e37;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 961px) {
  .buttons a h3 {
    padding: 35px;
  }
}
.buttons a h3 i {
  margin: auto 0 auto auto;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .buttons a h3 i {
    font-size: 5rem;
  }
}

.related-links-container {
  padding: 0 0 25px 0;
  border-bottom: 2px solid #272727;
}
@media screen and (min-width: 961px) {
  .related-links-container {
    padding: 0 0 15px 0;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 961px) {
  .related-links-container h2 {
    margin: 0;
  }
}
@media screen and (min-width: 961px) {
  .related-links-container .related-link {
    flex: 1 1;
    display: flex;
    justify-content: flex-end;
  }
}
.related-links-container .related-link a {
  margin: 8px 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #272727;
}
@media screen and (min-width: 961px) {
  .related-links-container .related-link a {
    margin: 0 0 0 30px;
  }
}
.related-links-container .related-link a:hover {
  opacity: 0.5;
}
.related-links-container .related-link a i {
  margin: 0 0 0 10px;
  font-size: 2.4rem;
  line-height: 1;
}

.post-categories {
  margin: 0;
  padding: 0 0 20px 0;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .post-categories {
    justify-content: center;
  }
}
.post-categories li {
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  .post-categories li {
    margin: 0 8px 0 0;
  }
}
.post-categories li:last-child:after {
  content: "";
}
.post-categories li:after {
  content: ",";
}
.post-categories li a {
  font-size: 1.5rem;
  color: #272727;
}
.post-categories li a:hover {
  opacity: 0.5;
}

.resource-container {
  padding: 10px 20px;
  background: #f5f5f5;
}
.resource-container .items-footer {
  margin: 40px 0 0 0;
}

.resource-group {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.resource-group:last-child {
  border-bottom: none;
}
.resource-group.active {
  background: rgba(0, 0, 0, 0.05);
}
.resource-group.active > .group-heading:before {
  content: "";
}
.resource-group.active > .group-items {
  display: block;
}
.resource-group.active .resource-items .resource-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.resource-group.active .resource-items .resource-item:last-child {
  border-bottom: none;
}
.resource-group .group-heading {
  padding: 0 20px;
  cursor: pointer;
}
.resource-group .group-heading:before {
  padding: 0 15px 0 0;
  content: "";
  font-family: "fontawesome";
}
.resource-group .group-items {
  display: none;
}
.resource-group .resource-group {
  margin: 15px 0 0 0;
}
.resource-group .resource-group .group-heading {
  padding: 0 30px;
}

.resource-items.small {
  display: flex;
  flex-flow: column nowrap;
}
.resource-items.small .resource-group {
  padding: 10px;
  order: 1;
}
.resource-items.small .resource-group.active {
  background: transparent;
}
.resource-items.small .resource-group .group-heading {
  padding: 0;
}
.resource-items.small .resource-group .resource-item {
  padding-left: 0;
  pading-right: 0;
}
.resource-items.small .resource-item {
  padding: 10px;
  font-size: 1.2rem;
  order: 2;
}
.resource-items.small > div {
  background: rgba(0, 0, 0, 0.05);
}
.resource-items.small > div:nth-child(2n) {
  background: rgba(0, 0, 0, 0.025);
}

.resource-items.head {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.resource-items .resource-item {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.resource-items .resource-item:last-child {
  border-bottom: none;
}
.resource-items .resource-item > div {
  flex: 1.5 1.5 0;
}
@media screen and (max-width: 960px) {
  .resource-items .resource-item > div.date, .resource-items .resource-item > div.type {
    display: none;
  }
}
.resource-items .resource-item > div.category {
  padding: 0 20px;
  flex: 2.5 2.5 0;
}
.resource-items .resource-item > div.title {
  flex: 3 3 0;
}
.resource-items .resource-item > div.title a {
  font-size: 15px;
  text-decoration: none;
}
.resource-items .resource-item > div.action {
  flex: 1 1 0;
  text-align: right;
}

.staff-group {
  margin: 0 0 20px 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
}
.staff-group h1, .staff-group h2, .staff-group h3, .staff-group h4 {
  margin-top: 0;
}
.staff-group h5 {
  margin-top: 12px;
}
.staff-group .staff-group {
  margin: 0 0 1px 0;
}

.mass-readings-items {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.mass-readings-items.view-list {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.mass-readings-items.view-list .reading {
  margin: 0;
  padding: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mass-readings-items.view-list .reading {
    align-items: center;
    flex-flow: row wrap;
  }
}
.mass-readings-items.view-list .reading .source {
  font-weight: bold;
}
.mass-readings-items.view-list .reading .text {
  padding: 2.5% 2.5%;
}
.mass-readings-items.view-list .reading:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.05);
}
.mass-readings-items.view-list .reading h2 {
  font-size: 2.5rem;
}
.mass-readings-items.view-list .reading > div, .mass-readings-items.view-list .reading h3 {
  margin: 0;
  padding: 5px 15px 5px 0;
}
.mass-readings-items.view-list .reading .thumb {
  display: none;
}
.mass-readings-items.view-list .reading .role {
  display: block;
  width: 100%;
}
.mass-readings-items.view-list .reading .email {
  word-break: break-all;
}

.section-schools .staff-items .staff-item .button {
  margin: auto auto 0 auto;
}

.staff-items {
  margin: 0 -20px;
  display: flex;
  flex-flow: row wrap;
}
.staff-items.carousel {
  padding: 0 15%;
}
@media screen and (min-width: 768px) {
  .staff-items.carousel.two {
    padding: 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .staff-items.carousel.two .arrow {
    background: transparent;
  }
  .staff-items.carousel.two .arrow.arrow-prev {
    left: 0;
  }
  .staff-items.carousel.two .arrow.arrow-next {
    right: 0;
  }
  .staff-items.carousel.two .arrow i {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .staff-items.carousel .arrow {
    bottom: 0;
  }
}
.staff-items.carousel .staff-item {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .staff-items.carousel .staff-item {
    margin-bottom: 0;
  }
}
.staff-items.featured .staff-item:first-child {
  position: relative;
}
.staff-items.featured .staff-item:first-child:before {
  content: "Parish School";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background: #1bb470;
  border-radius: 50%;
}
.staff-items.view-list .staff-item {
  margin: 0 20px;
  padding: 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .staff-items.view-list .staff-item {
    align-items: center;
    flex-flow: row wrap;
  }
}
.staff-items.view-list .staff-item:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.05);
}
.staff-items.view-list .staff-item h3 {
  margin: 0;
  flex: none;
  width: 100%;
}
.staff-items.view-list .staff-item > div, .staff-items.view-list .staff-item h3 {
  margin: 0;
  padding: 5px 15px 5px 0;
}
.staff-items.view-list .staff-item .thumb {
  display: none;
}
.staff-items.view-list .staff-item .role {
  display: block;
  width: 100%;
}
.staff-items.view-list .staff-item .email {
  word-break: break-all;
}
.staff-items .staff-item {
  margin: 20px;
  flex-flow: column nowrap;
  width: calc(100% - 40px);
  line-height: 1.35;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .staff-items .staff-item {
    width: calc(33.333333% - 40px);
  }
}
@media screen and (min-width: 961px) {
  .staff-items .staff-item {
    width: calc(25% - 40px);
  }
}
.staff-items .staff-item .thumb {
  height: auto;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.staff-items .staff-item img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.staff-items .staff-item img:hover {
  opacity: 1;
}
.staff-items .staff-item h3 {
  margin: 10px 0 5px 0;
}
@media screen and (min-width: 768px) {
  .staff-items .staff-item h3 {
    margin: 20px 0 10px 0;
    font-size: 2.2rem;
  }
}
.staff-items .staff-item > div {
  margin: 6px 0;
  line-height: 1.35;
  overflow: hidden;
}
.staff-items .staff-item > div.center {
  justify-content: center;
}
.staff-items .staff-item > div:first-child {
  margin-top: 0;
}
.staff-items .staff-item > div:last-child {
  margin-bottom: 0;
}
.staff-items .staff-item > div.email a {
  display: inline-block;
  word-break: break-all;
  overflow: hidden;
}
.staff-items .staff-item > div i {
  margin: 0 8px 0 0;
  font-size: inherit;
  line-height: 1;
}
.staff-items .staff-item .clergy-roles {
  margin: 0 0 10px 0;
}
.staff-items .staff-item .button {
  margin: 15px auto 0 0;
}
@media screen and (min-width: 768px) {
  .staff-items .staff-item .button {
    margin: auto auto 0 0;
  }
}

.staff-items .slick-track {
  display: flex !important;
}

.staff-image {
  margin: 0 0 20px 0;
}
.staff-image img {
  border: 1px solid #cccccc;
}

.staff-info > div {
  margin: 6px 0;
  display: flex;
  line-height: 1.35;
}
.staff-info > div:first-child {
  margin-top: 0;
}
.staff-info > div:last-child {
  margin-bottom: 0;
}
.staff-info > div i {
  margin: 2px 8px 0 0;
  font-size: inherit;
  line-height: 1;
}
.staff-info > div a:hover {
  opacity: 0.5;
}

.gallery {
  margin: 20px -20px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 768px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.333333% - 40px);
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 40px);
  }
}
.gallery .gallery-item {
  margin: 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .gallery .gallery-item {
    width: calc(50% - 40px);
  }
}
.gallery .gallery-item img {
  width: 100%;
  height: auto;
}

.mass-times {
  width: 100%;
}
.mass-times tr {
  background: rgba(0, 0, 0, 0.05);
}
.mass-times tr[data-day=saturday] + tr[data-day=saturday] .day span {
  display: none;
}
.mass-times tr[data-day=sunday] + tr[data-day=sunday] .day span {
  display: none;
}
.mass-times tr[data-day=monday] + tr[data-day=monday] .day span {
  display: none;
}
.mass-times tr[data-day=tuesday] + tr[data-day=tuesday] .day span {
  display: none;
}
.mass-times tr[data-day=wednesday] + tr[data-day=wednesday] .day span {
  display: none;
}
.mass-times tr[data-day=thursday] + tr[data-day=thursday] .day span {
  display: none;
}
.mass-times tr[data-day=friday] + tr[data-day=friday] .day span {
  display: none;
}
.mass-times tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.025);
}
.mass-times th, .mass-times td {
  padding: 0 10px;
  font-size: 1.5rem;
  vertical-align: top;
}
.mass-times .day {
  width: 100px;
}
.mass-times .time {
  width: 100px;
}

.cols {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .cols {
    column-count: 2;
  }
  .cols.cols-three {
    column-count: 3;
  }
  .cols.cols-four {
    column-count: 4;
  }
}

.venues .venue {
  margin: 0 0 30px 0;
  line-height: 1.5;
}
.venues .venue:last-child {
  margin: 0;
}
.venues .venue .info {
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
.venues .venue .info > div {
  margin: 0 10px 20px 10px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .venues .venue .info > div {
    width: calc(100% - 20px);
  }
  .venues .venue .info > div.col-1 {
    order: 1;
  }
  .venues .venue .info > div.col-2 {
    order: 2;
  }
}
.venues .venue .info > div.expand {
  display: flex;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .venues .venue .info > div.expand {
    display: block;
  }
  .venues .venue .info > div.expand > div {
    width: 100%;
    height: 200px;
  }
}
.venues .venue .info > div.expand > div {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .venues .venue .info > div.expand > div:first-child {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .venues .venue .info > div.expand > div {
    width: 100%;
  }
  .venues .venue .info > div.expand > div:first-child {
    margin: 0 0 15px 0;
  }
}
.venues .venue .info > div h5 {
  margin: 0 0 10px 0;
}
.venues .venue .venue-image {
  background-size: cover;
  background-position: center center;
}

.mass-container.is-loading {
  position: relative;
}
.mass-container.is-loading:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 25%;
  left: 50%;
  font-family: "fontawesome";
  font-size: 3rem;
  transform: translateX(-50%);
  animation: spinner 2s infinite linear;
}

.parish-staff {
  margin: 0 -20px;
  display: flex;
  flex-flow: row wrap;
}
.parish-staff .staff {
  margin: 10px 20px;
  width: calc(50% - 40px);
  line-height: 1.35;
}
.parish-staff .staff .staff-name {
  font-weight: bold;
}
.parish-staff .staff .staff-role {
  font-size: 1.4rem;
}
.parish-staff .staff .staff-hours {
  margin: 2px 0 0 0;
  font-size: 1.2rem;
}

.acf-map {
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.1);
}
.acf-map.large {
  height: 700px;
}

.acf-map img {
  max-width: inherit !important;
}

.venue-items {
  display: none;
}
.venue-items .marker {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .venue-items .marker {
    margin: 0 0 50px 0;
  }
}
.venue-items .marker:last-child {
  margin: 0;
}
.venue-items .marker .marker-split .split-info {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .venue-items .marker .marker-split {
    display: flex;
  }
  .venue-items .marker .marker-split .split-image {
    width: 400px;
  }
  .venue-items .marker .marker-split .split-info {
    padding: 20px 0 0 50px;
    flex: 1 1;
  }
}
.venue-items .marker .split-info .toggle-mass-times {
  padding: 15px 20px;
  position: relative;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  line-height: 1;
  background: #272727;
  background: #272727;
  cursor: pointer;
}
.venue-items .marker .split-info .toggle-mass-times.is-active i {
  transform: translateY(-50%) rotate(-180deg);
}
.venue-items .marker .split-info .toggle-mass-times i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 2.4rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.venue-items .marker .split-info .venue-info {
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.venue-items .marker .split-info .venue-info > div {
  padding: 5px 0;
}
.venue-items .marker .split-info .mass-times {
  font-size: 1.5rem;
}
.venue-items .marker .split-info .mass-times li {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .venue-items .marker .split-info .mass-times li {
    padding: 0;
  }
}
.venue-items .marker .split-info .mass-times li > div {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .venue-items .marker .split-info .mass-times li > div {
    padding: 10px 20px;
  }
}
.venue-items .marker .split-info .button {
  margin: 30px 0 0 0;
}

.gm-style-iw h3 {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
}
.gm-style-iw img,
.gm-style-iw .toggle-mass-times,
.gm-style-iw .venue-info {
  display: none;
}
.gm-style-iw .button {
  padding: 0 15px;
  font-size: 1.2rem;
  line-height: 34px;
  border-radius: 17px;
}
.gm-style-iw .mass-times {
  width: 600px;
}
.gm-style-iw .mass-times td {
  padding: 5px;
  font-size: 1.2rem;
}
.gm-style-iw .mass-times td.day {
  width: 90px;
}
.gm-style-iw .mass-times td.time, .gm-style-iw .mass-times td.more {
  width: 75px;
}
.gm-style-iw .mass-times tbody {
  display: flex;
  flex-flow: column nowrap;
}
.gm-style-iw .mass-times tbody tr {
  display: flex;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid white;
}
.gm-style-iw .mass-times tbody tr[data-day=saturday] ~ [data-day=saturday] .day span {
  display: none;
}
.gm-style-iw .mass-times tbody tr[data-day=sunday] ~ [data-day=sunday] .day span {
  display: none;
}
.gm-style-iw .mass-times tbody tr[data-day=monday] ~ [data-day=monday] .day span {
  display: none;
}
.gm-style-iw .mass-times tbody tr[data-day=tuesday] ~ [data-day=tuesday] .day span {
  display: none;
}
.gm-style-iw .mass-times tbody tr[data-day=wednesday] ~ [data-day=wednesday] .day span {
  display: none;
}
.gm-style-iw .mass-times tbody tr[data-day=thursday] ~ [data-day=thursday] .day span {
  display: none;
}
.gm-style-iw .mass-times tbody tr[data-day=friday] ~ [data-day=friday] .day span {
  display: none;
}
.gm-style-iw .mass-times tbody tr .type {
  flex: 1 1;
}
.gm-style-iw .mass-times tbody tr .info {
  flex: 2 2;
}

.accordions {
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .accordions {
    margin: 0 auto;
  }
}
.accordions .accordion {
  margin: 0 0 2px 0;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .accordions .accordion {
    margin: 0 0 20px 0;
  }
}
.accordions .accordion .accordion-header {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .accordions .accordion .accordion-header {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 961px) {
  .accordions .accordion .accordion-header {
    padding: 30px 50px;
  }
}
.accordions .accordion .accordion-header h3 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion-header h3 {
    font-size: 1.5rem;
  }
}
.accordions .accordion .accordion-header i {
  margin: auto 0 auto auto;
  padding: 0 0 0 20px;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .accordions .accordion .accordion-header i {
    font-size: 4rem;
  }
}
.accordions .accordion .accordion-content {
  padding: 0 20px 20px 20px;
  display: none;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .accordions .accordion .accordion-content {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (min-width: 961px) {
  .accordions .accordion .accordion-content {
    padding: 0 50px 50px 50px;
  }
}

.search-items {
  margin: 30px auto 0 auto;
  max-width: 800px;
}
.search-items .search-item {
  margin: 0 0 10px 0;
  padding: 10px 50px 10px 20px;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  color: #272727;
  background: #f5f5f5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-items .search-item {
    margin: 0 0 20px 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .search-items .search-item {
    padding: 15px 70px 15px 30px;
  }
}
@media screen and (min-width: 961px) {
  .search-items .search-item {
    padding: 20px 70px 18px 30px;
  }
}
.search-items .search-item h4 {
  margin: 0;
}
.search-items .search-item small {
  position: relative;
  font-size: 1.4rem;
  font-weight: lighter;
  font-style: italic;
  opacity: 0.6;
  line-height: 1;
}
.search-items .search-item:hover {
  color: #0ea997;
}
.search-items .search-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "fontawesome";
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .search-items .search-item:after {
    right: 30px;
    font-size: 3rem;
  }
}

.pagination {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
.pagination span, .pagination a {
  margin: 0 10px;
}

.post-category {
  margin: 5px 0 0 0;
  font-size: 1.4rem;
}

.is-loading {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.is-loading .nothing-found {
  display: none;
}

.is-initial > * {
  opacity: 0;
}

.video-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272727;
  overflow: hidden;
}
.video-container.video-has-loaded:before {
  opacity: 0.2;
}
.video-container.video-has-loaded:after {
  opacity: 0;
  visibility: hidden;
}
.video-container:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272727;
  transition: all 0.2s ease-in-out;
}
.video-container:after {
  margin: -15px 0 0 -15px;
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  font-family: "fontawesome";
  font-size: 2rem;
  line-height: 1;
  color: white;
  animation: spinner 2s infinite linear;
  transition: all 0.2s ease-in-out;
}
.video-container video {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: #272727;
  transform: translateX(-50%) translateY(-50%);
}
/* 3.3 Navigation
  -------------------------------------------------------------------------- */
.nav-header {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
@media screen and (min-width: 961px) {
  .nav-header {
    display: flex;
    align-items: center;
  }
}
.nav-header li {
  margin: 0 12px;
  position: relative;
}
.nav-header li.current-menu-item > a {
  opacity: 0.5;
}
.nav-header li.menu-item-has-children > a:after {
  padding: 0 0 0 5px;
  content: "";
  font-family: "fontawesome";
}
.nav-header li:hover > a {
  opacity: 0.5;
}
.nav-header li:hover ul {
  display: block;
}
.nav-header li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
}
.nav-header li a:hover {
  opacity: 0.5;
}
.nav-header li a .drop {
  display: none;
}
.nav-header li ul {
  margin: 0;
  padding: 10px 0 0 0;
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  width: 225px;
  color: black;
  list-style: none;
  transform: translateX(-50%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.nav-header li ul li {
  margin: 0;
}
.nav-header li ul li a {
  padding: 10px;
  display: block;
  font-size: 1.3rem;
  color: black;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-header li ul li a:hover {
  opacity: 1;
}

.nav-global {
  margin: 0 -20px 0 -20px;
  padding: 10px 0 20px 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .nav-global {
    margin: 0;
    padding: 40px 0 60px 0;
    column-count: 3;
    column-gap: 50px;
  }
}
@media screen and (min-width: 961px) {
  .nav-global {
    column-count: 4;
  }
}
.nav-global li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-global li:first-child {
  border-top: none;
}
.nav-global li.current-menu-item > a {
  color: #888888;
}
@media screen and (min-width: 768px) {
  .nav-global li {
    margin: 0 0 40px 0;
    border-top: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.nav-global li a {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  color: white;
}
@media screen and (max-width: 767px) {
  .nav-global li a {
    padding: 15px 20px;
    display: block;
  }
}
.nav-global li a:hover {
  color: #888888;
}
.nav-global li a .drop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .nav-global li a .drop {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.nav-global li ul {
  margin: 0 0 10px 0;
  padding: 0;
  display: none;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .nav-global li ul {
    margin: 0;
    display: block;
  }
}
.nav-global li ul li {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .nav-global li ul li {
    margin: 10px 0 0 0;
  }
}
.nav-global li ul li a {
  font-family: "gothambook";
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .nav-global li ul li a {
    padding: 6px 20px;
  }
}
.nav-global li ul li ul li a {
  padding-left: 20px;
}
.nav-global li ul li ul li a:before {
  padding: 0 5px 0;
  content: "-";
}

.nav-social {
  margin: 20px 0 15px 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .nav-social {
    margin: 30px 0 10px 0;
  }
}
.nav-social li {
  margin: 0 20px;
  display: inline-block;
}
.nav-social li:first-child {
  margin-left: 0;
}
.nav-social li:last-child {
  margin-right: 0;
}
.nav-social li a {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .nav-social li a {
    font-size: 4rem;
  }
}
.nav-social li a:hover {
  opacity: 0.5;
}

.nav-footer {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .nav-footer {
    margin: 40px 0 0 0;
  }
}
.nav-footer li {
  padding: 5px 0;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .nav-footer li {
    padding: 0 15px;
    display: inline-block;
    border-left: 2px solid white;
  }
  .nav-footer li:last-child {
    padding-right: 0;
  }
}
.nav-footer li:first-child {
  border-left: none;
}
.nav-footer li a {
  text-decoration: none;
}
.nav-footer li a:hover {
  opacity: 0.5;
}

.nav-filter,
.nav-anchor {
  margin: 0;
  padding: 0 0 30px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .nav-filter,
.nav-anchor {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 961px) {
  .nav-filter,
.nav-anchor {
    display: block;
  }
}
.nav-filter li,
.nav-anchor li {
  margin: 0 5px;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .nav-filter li,
.nav-anchor li {
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 961px) {
  .nav-filter li,
.nav-anchor li {
    margin: 0;
  }
}
.nav-filter li.current_page_item a,
.nav-anchor li.current_page_item a {
  opacity: 1;
}
.nav-filter li.current_page_item a:after,
.nav-anchor li.current_page_item a:after {
  transform: scale(1);
}
.nav-filter li a,
.nav-anchor li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
  color: #272727;
  opacity: 0.5;
}
.nav-filter li a:hover,
.nav-anchor li a:hover {
  opacity: 1;
}
.nav-filter li a.active,
.nav-anchor li a.active {
  opacity: 1;
}
.nav-filter li a.active:after,
.nav-anchor li a.active:after {
  transform: scale(1);
}
.nav-filter li a:after,
.nav-anchor li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #272727;
  transform: scale(0);
  transform-origin: left center;
  transition: all 0.2s ease-in-out;
}

.nav-pages {
  margin: 0;
  padding: 0 0 10px 0;
  display: none;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nav-pages {
    margin: 0 -20px;
  }
}
.nav-pages li.current_page_item > a {
  color: rgba(255, 255, 255, 0.5);
}
.nav-pages li a {
  padding: 15px 0;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.2;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .nav-pages li a {
    padding: 12px 20px;
  }
}
.nav-pages li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.nav-view {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nav-view {
    margin: 10px 0 0 0;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .nav-view {
    margin: 20px 0 0 0;
  }
}
.nav-view li {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .nav-view li {
    margin: 0 0 0 10px;
  }
}
.nav-view li:first-child {
  margin: 0;
}
.nav-view li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #272727;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .nav-view li a {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
.nav-view li a.is-active {
  color: white;
  background: #272727;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .section-mass-times .nav-view {
    display: none;
  }
  .section-mass-times .acf-map {
    display: none !important;
  }
  .section-mass-times .venue-items {
    display: block !important;
  }
}

a {
  color: #272727;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #0ea997;
}

b.button {
  display: none !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}

#site-footer .button.button,
.button.button,
input[type=submit] {
  margin: 10px auto;
  padding: 0 20px;
  position: relative;
  display: block;
  height: 40px;
  max-width: 250px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #272727;
  background: transparent;
  line-height: 38px;
  border: 1px solid #272727;
  border-radius: 25px;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
  user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #site-footer .button.button,
.button.button,
input[type=submit] {
    margin: 10px 0 0 0;
    display: inline-block;
    max-width: 100%;
    height: 50px;
    line-height: 48px;
  }
  #site-footer .button.button + .button,
.button.button + .button,
input[type=submit] + .button {
    margin-left: 15px;
  }
}
@media screen and (min-width: 961px) {
  #site-footer .button.button,
.button.button,
input[type=submit] {
    padding: 0 35px;
    font-size: 1.5rem;
  }
}
#site-footer .button.button:hover,
.button.button:hover,
input[type=submit]:hover {
  color: white;
  background: #272727;
}
#site-footer .button.button:disabled,
.button.button:disabled,
input[type=submit]:disabled {
  color: white;
  background: #272727;
  opacity: 0.5;
}
#site-footer .button.button.small,
.button.button.small,
input[type=submit].small {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #site-footer .button.button.small,
.button.button.small,
input[type=submit].small {
    padding: 0 15px;
  }
}
#site-footer .button.button.white,
.button.button.white,
input[type=submit].white {
  color: white;
  border: 1px solid white;
}
#site-footer .button.button.white:hover,
.button.button.white:hover,
input[type=submit].white:hover {
  color: #272727;
  background: white;
}
#site-footer .button.button i,
.button.button i,
input[type=submit] i {
  margin: 0 5px 0 0;
  font-size: inherit;
  line-height: 1;
}

input[type=submit] {
  line-height: 1;
  color: white;
  background: #272727;
}

.download {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #272727;
}
.download:hover {
  opacity: 0.5;
}
.download i {
  margin: 0 0 0 5px;
  font-size: 2rem;
  line-height: 1;
}

#toggle-global-nav {
  display: block;
  width: 30px;
  border: none;
  background: transparent;
}
#toggle-global-nav > div, #toggle-global-nav:after, #toggle-global-nav:before {
  content: "";
  margin: 7px 0;
  display: block;
  height: 3px;
  border-radius: 0;
  background: white;
  transition: all 0.2s ease-in-out;
}

/* 4.0 State
  ========================================================================== */
@media screen and (max-width: 960px) {
  body.global-nav-toggled {
    overflow: hidden;
  }
}
body.global-nav-toggled #site-header .container #header-nav > ul {
  opacity: 0;
  visibility: hidden;
}
body.global-nav-toggled #site-header .container #header-more #toggle-global-nav:before {
  transform: translateY(10px) rotate(135deg);
}
body.global-nav-toggled #site-header .container #header-more #toggle-global-nav:after {
  transform: translateY(-10px) rotate(-135deg);
}
body.global-nav-toggled #site-header .container #header-more #toggle-global-nav > div {
  transform: scale(0);
}
body.global-nav-toggled #site-header #header-logo {
  opacity: 0;
  visiblity: hidden;
}
body.global-nav-toggled #site-header #global-nav {
  visibility: visible;
  opacity: 1;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li {
  transform: translate3d(0, 0, 0);
  animation-name: staggeredTopDown;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: backwards;
  animation-duration: 0.4s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(1) {
  animation-delay: 0.025s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(2) {
  animation-delay: 0.05s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(3) {
  animation-delay: 0.075s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(4) {
  animation-delay: 0.1s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(5) {
  animation-delay: 0.125s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(6) {
  animation-delay: 0.15s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(7) {
  animation-delay: 0.175s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(8) {
  animation-delay: 0.2s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(9) {
  animation-delay: 0.225s;
}
body.global-nav-toggled #site-header #global-nav .nav-global > li:nth-child(10) {
  animation-delay: 0.25s;
}

@media screen and (max-width: 960px) {
  #site-header.text-dark .container {
    background: white;
  }
}
#site-header.text-dark.small {
  background: white;
}
#site-header.text-dark .nav-header a {
  color: black;
}
#site-header.text-dark #global-nav {
  background: white;
}
#site-header.text-dark #global-nav .nav-global li a {
  color: black;
}
#site-header.text-dark #toggle-global-nav > div, #site-header.text-dark #toggle-global-nav:after, #site-header.text-dark #toggle-global-nav:before {
  background: black;
}
#site-header.text-dark #toggle-search i {
  color: black;
}

/* 4.1 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes staggeredTopDown {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes staggeredTopDown {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes staggeredFadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes staggeredFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes pulse {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/* 4.2 Plugins
  -------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.slick-slider > * {
  outline: none;
}
.slick-slider a {
  outline: none;
}
.slick-slider a img {
  outline: none;
}

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

.slick-slider .slick-track, .slick-slider .slick-list {
  outline: none;
  -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;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  outline: none;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  outline: 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;
}

.selectric-wrapper {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  min-width: 200px;
  position: relative;
  background-image: url(img/select.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: auto 8px;
  border: 1px solid #272727;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .selectric {
    border-radius: 25px;
  }
}
.selectric .label {
  padding: 0 50px 0 25px;
  display: block;
  height: 38px;
  font-weight: normal;
  font-size: 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 38px;
  user-select: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .selectric .label {
    height: 48px;
    line-height: 48px;
  }
}
.selectric .button {
  display: none;
}

.selectric-open {
  z-index: 999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-hide-select {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.selectric-temp-show {
  position: absolute !important;
  display: block !important;
  visibility: hidden !important;
}

.selectric-items {
  display: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  background: white;
  border-top: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 19px;
  overflow: hidden;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  line-height: 15px;
  min-height: 20px;
  list-style: none;
}
.selectric-items li {
  display: block;
  padding: 12px 30px;
  width: 100%;
  cursor: pointer;
  background: white;
}
.selectric-items li.selected {
  color: white;
  background: #0ea997;
}
.selectric-items li.selected:hover {
  color: white;
  background: #0ea997;
}
.selectric-items li.highlighted {
  color: white;
  background: #0ea997;
}
.selectric-items li.highlighted:hover {
  color: white;
  background: #0ea997;
}
.selectric-items li:hover {
  background: #f5f5f5;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.mfp-container {
  padding: 0 30px;
}

.mfp-arrow-left {
  left: 30px;
}

.mfp-arrow-right {
  right: 30px;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  font-size: 1em;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #f5f5f5;
}
.fc-unthemed .fc-popover {
  background-color: white;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #f5f5f5;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #f5f5f5;
}
.fc-unthemed td.fc-today {
  background: #8dc642;
}

.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-icon {
  display: inline-block;
  height: 1em;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  text-align: center;
  line-height: 1em;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  margin: 0;
  padding: 0 0 2px;
  height: 0;
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg, .fc-bgevent-skeleton,
.fc-highlight-skeleton, .fc-helper-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}

.fc table {
  width: 100%;
  font-size: 1em;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
.fc th {
  padding: 5px 10px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  background: #0ea997;
}
.fc td {
  padding: 0;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}

a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row {
  position: relative;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton table {
  height: 100%;
}
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  padding-bottom: 2px;
  position: relative;
  z-index: 4;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  padding: 0 5px;
  background: none;
  border-color: transparent;
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.fc-event {
  position: relative;
  display: block;
  font-family: "europa", sans-serif;
  font-size: 0.85em;
  font-weight: lighter;
  text-align: center;
  line-height: 1.3;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}

.fc-event-dot {
  background-color: black;
}

.fc-event {
  color: black;
  text-decoration: none;
}
.fc-event:hover {
  color: white;
  text-decoration: none;
}

.ui-widget .fc-event {
  color: white;
  text-decoration: none;
}

.fc-event[href], .fc-event.fc-draggable {
  cursor: pointer;
}

.fc-not-allowed {
  cursor: not-allowed;
}
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-row:nth-child(2n) .fc-bg {
  background: rgba(0, 0, 0, 0.02);
}

.fc-event .fc-bg {
  z-index: 1;
  background: white;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer {
  display: block;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  padding-left: 1px;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  padding-right: 1px;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  margin-top: -4px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  background: white;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  padding: 5px 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fc-day-grid-event .fc-content {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
}
.fc-day-grid-event .fc-content:before {
  content: "Event";
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
  display: none;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  display: none;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc-toolbar {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.fc-toolbar .fc-left {
  order: 1;
}
.fc-toolbar .fc-right {
  order: 3;
}
.fc-toolbar .fc-center {
  order: 2;
  flex: 1 1;
  display: flex;
  justify-content: center;
  text-align: center;
}
.fc-toolbar h2 {
  font-family: "europa", sans-serif;
  font-size: 1.8rem;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .fc-toolbar h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .fc-toolbar h2 {
    font-size: 2rem;
  }
}
.fc-toolbar button {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  color: #272727;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .fc-toolbar button {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .fc-toolbar button {
    margin: 0 0 30px 0;
    font-size: 1rem;
    height: 30px;
    line-height: 28px;
  }
}
.fc-toolbar button.fc-prev-button:before {
  content: "";
  font-family: "fontawesome";
}
.fc-toolbar button.fc-next-button:before {
  content: "";
  font-family: "fontawesome";
}
.fc-toolbar button span {
  display: none;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view-container *:before, .fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view {
  position: relative;
  z-index: 1;
}
.fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number, .fc-basic-view th.fc-day-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
}

.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-title {
  display: none;
}

.fc-time-grid-event {
  overflow: hidden;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}
@media screen and (max-width: 767px) {
  .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    display: none;
  }
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  margin-left: -5px;
  width: 8px;
  height: 8px;
  left: 50%;
  bottom: -5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  background: white;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item:hover td {
  background-color: #f5f5f5;
}

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-day-grid-event .fc-content {
  color: black;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.remodal {
  line-height: 1.75;
}

.flip-entry-last-writer {
  display: none;
}

body.single-journey {
  background: #515558;
}
body.single-journey #site-header,
body.single-journey #site-main,
body.single-journey #site-footer {
  display: none;
}

.mass-search-container {
  margin: 0 0 40px 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .mass-search-container {
    display: block !important;
  }
}

.woocommerce-products-header__title.page-title,
.product_title.entry-title {
  display: none !important;
}

.woocommerce .quantity .qty {
  margin: 0 15px 0 0;
  width: 80px;
  border-radius: 0;
}

.woocommerce ul.products {
  margin-top: 30px;
  clear: both;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 3em 0;
}

.add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
}

.added_to_cart.wc-forward {
  margin-left: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  margin: 10px auto;
  padding: 0 20px;
  position: relative;
  display: block;
  height: 40px;
  max-width: 275px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #272727;
  background: transparent;
  line-height: 38px;
  border: 1px solid #272727;
  border-radius: 25px;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
  user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    margin: 10px 0 0 0;
    display: inline-block;
    max-width: 100%;
    height: 50px;
    line-height: 48px;
  }
  .woocommerce #respond input#submit + .button,
.woocommerce a.button + .button,
.woocommerce button.button + .button,
.woocommerce input.button + .button {
    margin-left: 15px;
  }
}
@media screen and (min-width: 961px) {
  .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 0 35px;
    font-size: 1.5rem;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: white;
  background: #272727;
}
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
  color: white;
  background: #272727;
  opacity: 0.5;
}
.woocommerce #respond input#submit.small,
.woocommerce a.button.small,
.woocommerce button.button.small,
.woocommerce input.button.small {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .woocommerce #respond input#submit.small,
.woocommerce a.button.small,
.woocommerce button.button.small,
.woocommerce input.button.small {
    padding: 0 15px;
  }
}
.woocommerce #respond input#submit.white,
.woocommerce a.button.white,
.woocommerce button.button.white,
.woocommerce input.button.white {
  color: white;
  border: 1px solid white;
}
.woocommerce #respond input#submit.white:hover,
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover,
.woocommerce input.button.white:hover {
  color: #272727;
  background: white;
}
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i {
  margin: 0 5px 0 0;
  font-size: inherit;
  line-height: 1;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  margin-top: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 0 !important;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0 15px;
  min-width: 150px;
}

.woocommerce-variation-add-to-cart {
  margin: 20px 0 0 0;
}

.reset_variations,
.woocommerce-product-attributes-item--attribute_pa_gst,
.woocommerce-variation-availability {
  display: none !important;
}

.variations-custom {
  margin-bottom: 30px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: black !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: black;
}

.input-text.qty {
  min-width: 100px;
}

section.related.products {
  display: none;
}

table.variations td.label {
  width: 175px;
  line-height: 1.5 !important;
}

.wad-qty-pricing-table {
  width: 300px;
  table-layout: fixed;
}
.wad-qty-pricing-table th, .wad-qty-pricing-table td {
  text-align: left;
}

[type=checkbox] {
  margin: 0 10px 0 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.woocommerce-order-overview {
  padding: 20px;
  background: #efefef;
}

.wc_payment_method input, .wc_payment_method label {
  width: auto;
  height: auto;
  display: inline-block;
}

.payment_method_paypal img,
.about_paypal {
  display: none;
}

.product_meta > span {
  display: block;
}

.ginput_container_radio input,
.ginput_container_checkbox input {
  height: auto;
}
.ginput_container_radio label,
.ginput_container_checkbox label {
  font-weight: normal;
}

.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  margin-bottom: 0;
}

.gfield_checkbox.gfield_checkbox li {
  display: flex;
}
.gfield_checkbox.gfield_checkbox li input {
  margin-top: 3px !important;
}

.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
}
.woocommerce-shipping-methods li input {
  margin: 0 10px 0 0 !important;
}
.woocommerce-shipping-methods li label {
  margin: 0 !important;
}

.site-notice {
  padding: 15px 20px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #1bb470;
}

#field_23_7 .gfield_list {
  text-align: center;
  table-layout: fixed !important;
}
#field_23_7 .gfield_list label {
  margin: 0;
  padding: 0;
}
#field_23_7 .gfield_list input[type=checkbox] {
  margin: 0;
  width: 15px;
  height: 15px;
  border: 1px solid black;
}
#field_23_7 .gfield_list td {
  padding: 0;
}
#field_23_7 .gfield_list th {
  text-align: center !important;
}

#field_23_8,
#field_23_9,
#field_23_10,
#field_23_11,
#field_23_12,
#field_23_13,
#field_23_14 {
  display: block;
}
@media screen and (min-width: 961px) {
  #field_23_8,
#field_23_9,
#field_23_10,
#field_23_11,
#field_23_12,
#field_23_13,
#field_23_14 {
    display: flex;
  }
}
#field_23_8 label,
#field_23_9 label,
#field_23_10 label,
#field_23_11 label,
#field_23_12 label,
#field_23_13 label,
#field_23_14 label {
  padding: 0 15px 0 0;
}
@media screen and (min-width: 961px) {
  #field_23_8 label,
#field_23_9 label,
#field_23_10 label,
#field_23_11 label,
#field_23_12 label,
#field_23_13 label,
#field_23_14 label {
    padding: 0 20px 0 0;
    flex: 1 1;
  }
}
#field_23_8 .ginput_container_checkbox,
#field_23_9 .ginput_container_checkbox,
#field_23_10 .ginput_container_checkbox,
#field_23_11 .ginput_container_checkbox,
#field_23_12 .ginput_container_checkbox,
#field_23_13 .ginput_container_checkbox,
#field_23_14 .ginput_container_checkbox {
  margin: 0;
}
@media screen and (min-width: 961px) {
  #field_23_8 .ginput_container_checkbox,
#field_23_9 .ginput_container_checkbox,
#field_23_10 .ginput_container_checkbox,
#field_23_11 .ginput_container_checkbox,
#field_23_12 .ginput_container_checkbox,
#field_23_13 .ginput_container_checkbox,
#field_23_14 .ginput_container_checkbox {
    flex: 3 3;
  }
}
#field_23_8 .ginput_container_checkbox .gfield_checkbox,
#field_23_9 .ginput_container_checkbox .gfield_checkbox,
#field_23_10 .ginput_container_checkbox .gfield_checkbox,
#field_23_11 .ginput_container_checkbox .gfield_checkbox,
#field_23_12 .ginput_container_checkbox .gfield_checkbox,
#field_23_13 .ginput_container_checkbox .gfield_checkbox,
#field_23_14 .ginput_container_checkbox .gfield_checkbox {
  margin: 0;
}
@media screen and (min-width: 961px) {
  #field_23_8 .ginput_container_checkbox .gfield_checkbox,
#field_23_9 .ginput_container_checkbox .gfield_checkbox,
#field_23_10 .ginput_container_checkbox .gfield_checkbox,
#field_23_11 .ginput_container_checkbox .gfield_checkbox,
#field_23_12 .ginput_container_checkbox .gfield_checkbox,
#field_23_13 .ginput_container_checkbox .gfield_checkbox,
#field_23_14 .ginput_container_checkbox .gfield_checkbox {
    display: flex;
  }
}
#field_23_8 .ginput_container_checkbox .gfield_checkbox li,
#field_23_9 .ginput_container_checkbox .gfield_checkbox li,
#field_23_10 .ginput_container_checkbox .gfield_checkbox li,
#field_23_11 .ginput_container_checkbox .gfield_checkbox li,
#field_23_12 .ginput_container_checkbox .gfield_checkbox li,
#field_23_13 .ginput_container_checkbox .gfield_checkbox li,
#field_23_14 .ginput_container_checkbox .gfield_checkbox li {
  margin: 0;
}
@media screen and (min-width: 961px) {
  #field_23_8 .ginput_container_checkbox .gfield_checkbox li,
#field_23_9 .ginput_container_checkbox .gfield_checkbox li,
#field_23_10 .ginput_container_checkbox .gfield_checkbox li,
#field_23_11 .ginput_container_checkbox .gfield_checkbox li,
#field_23_12 .ginput_container_checkbox .gfield_checkbox li,
#field_23_13 .ginput_container_checkbox .gfield_checkbox li,
#field_23_14 .ginput_container_checkbox .gfield_checkbox li {
    flex: 1 1;
  }
}
#field_23_8 .ginput_container_checkbox .gfield_checkbox li label,
#field_23_9 .ginput_container_checkbox .gfield_checkbox li label,
#field_23_10 .ginput_container_checkbox .gfield_checkbox li label,
#field_23_11 .ginput_container_checkbox .gfield_checkbox li label,
#field_23_12 .ginput_container_checkbox .gfield_checkbox li label,
#field_23_13 .ginput_container_checkbox .gfield_checkbox li label,
#field_23_14 .ginput_container_checkbox .gfield_checkbox li label {
  padding: 0 !important;
}

.gform_wrapper .gform_footer {
  margin: 30px 0 0 0 !important;
}

.parishioners-container {
  margin: 0 0 50px 0;
}
.parishioners-container .container-row {
  display: flex;
  width: 100%;
}
.parishioners-container .container-row:nth-child(2n) .row-item {
  background: rgba(0, 0, 0, 0.025);
}
.parishioners-container .container-row.row-header {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .parishioners-container .container-row.row-header.stick-this {
    position: sticky;
    top: 0;
    z-index: 9;
  }
  .parishioners-container .container-row.row-header.stick-this.js-is-sticky {
    top: 130px !important;
    background: #dddddd;
  }
  .parishioners-container .container-row.row-header .row-item {
    background: rgba(0, 0, 0, 0.05) !important;
  }
}
.parishioners-container .container-row.row-footer {
  padding: 30px 10px;
  display: flex;
  justify-content: flex-end;
  background: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-wrap: none;
  overflow: hidden;
}
.parishioners-container .container-row.row-footer input {
  margin-left: 10px;
}
.parishioners-container .container-row .row-item {
  margin: 1px;
  padding: 2px 10px;
  flex: 1 1 0;
  min-width: 80px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-wrap: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .parishioners-container .container-row .row-item {
    min-width: 50px;
  }
}
.parishioners-container .container-row .row-item.item-name {
  flex: 2.5 2.5 0;
  min-width: 200px;
}
.parishioners-container .container-row .row-item.item-email {
  flex: 1.75 1.75 0;
  min-width: 150px;
}
.parishioners-container .container-row .row-item.item-pref {
  flex: 1.35 1.35 0;
  min-width: 120px;
}
.parishioners-container input[type=checkbox] {
  margin: 0;
}

body.single-parish-event #site-main {
  overflow: initial !important;
}

.parishioners-table {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .parishioners-table {
    table-layout: fixed;
  }
}
.parishioners-table tr {
  background: rgba(0, 0, 0, 0.05);
}
.parishioners-table tr:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.025);
}
.parishioners-table tr.is-hidden {
  display: none;
}
.parishioners-table th {
  font-size: 14px !important;
}
.parishioners-table th, .parishioners-table td {
  padding: 2px 10px;
  font-size: 1.5rem;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-wrap: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .parishioners-table th, .parishioners-table td {
    white-space: normal;
    text-wrap: normal;
  }
}
.parishioners-table th span, .parishioners-table td span {
  font-weight: normal;
}
.parishioners-table input[type=checkbox] {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .table-container {
    overflow-x: scroll;
  }
}

.acf-fields > .acf-field {
  border: none !important;
}

.acf-form .acf-field input[type=text],
.acf-form .acf-field input[type=password],
.acf-form .acf-field input[type=date],
.acf-form .acf-field input[type=datetime],
.acf-form .acf-field input[type=datetime-local],
.acf-form .acf-field input[type=email],
.acf-form .acf-field input[type=month],
.acf-form .acf-field input[type=number],
.acf-form .acf-field input[type=search],
.acf-form .acf-field input[type=tel],
.acf-form .acf-field input[type=time],
.acf-form .acf-field input[type=url],
.acf-form .acf-field input[type=week],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
  padding: 0 25px !important;
  width: 100% !important;
  height: 40px !important;
  font-size: 1.6rem !important;
  border-radius: 29px !important;
  -webkit-backface-visibility: hidden !important;
}
@media screen and (min-width: 768px) {
  .acf-form .acf-field input[type=text],
.acf-form .acf-field input[type=password],
.acf-form .acf-field input[type=date],
.acf-form .acf-field input[type=datetime],
.acf-form .acf-field input[type=datetime-local],
.acf-form .acf-field input[type=email],
.acf-form .acf-field input[type=month],
.acf-form .acf-field input[type=number],
.acf-form .acf-field input[type=search],
.acf-form .acf-field input[type=tel],
.acf-form .acf-field input[type=time],
.acf-form .acf-field input[type=url],
.acf-form .acf-field input[type=week],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
    height: 50px !important;
    border-radius: 26px !important;
  }
}
.acf-form .acf-field input[type=text][aria-invalid=true],
.acf-form .acf-field input[type=password][aria-invalid=true],
.acf-form .acf-field input[type=date][aria-invalid=true],
.acf-form .acf-field input[type=datetime][aria-invalid=true],
.acf-form .acf-field input[type=datetime-local][aria-invalid=true],
.acf-form .acf-field input[type=email][aria-invalid=true],
.acf-form .acf-field input[type=month][aria-invalid=true],
.acf-form .acf-field input[type=number][aria-invalid=true],
.acf-form .acf-field input[type=search][aria-invalid=true],
.acf-form .acf-field input[type=tel][aria-invalid=true],
.acf-form .acf-field input[type=time][aria-invalid=true],
.acf-form .acf-field input[type=url][aria-invalid=true],
.acf-form .acf-field input[type=week][aria-invalid=true],
.acf-form .acf-field textarea[aria-invalid=true],
.acf-form .acf-field select[aria-invalid=true] {
  border: 1px solid red !important;
}
.acf-form .acf-form-submit {
  margin: 30px 0 0 0;
  text-align: center;
}
.acf-form .acf-form-submit .acf-button {
  margin: 0 auto;
  width: auto;
}
.acf-form .acf-field-repeater .acf-table {
  border: none;
}
.acf-form .acf-field-repeater .acf-table tr {
  border: none;
  background: rgba(0, 0, 0, 0.05) !important;
}
.acf-form .acf-field-repeater .acf-table tr td:first-child,
.acf-form .acf-field-repeater .acf-table tr td:last-child,
.acf-form .acf-field-repeater .acf-table tr th:first-child,
.acf-form .acf-field-repeater .acf-table tr th:last-child {
  display: none !important;
}
.acf-form .acf-field-repeater .acf-table tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.025) !important;
}
.acf-form .acf-field-repeater .acf-table th {
  padding: 0 0 10px 0 !important;
  font-weight: bold;
}
.acf-form .acf-field-repeater .acf-table td, .acf-form .acf-field-repeater .acf-table th {
  padding: 0;
  border: none;
}
.acf-form .acf-field-repeater .acf-field-5ecb4cc8ce9e7 input {
  pointer-events: none;
  text-transform: capitalize;
  border: none;
  padding: 0 !important;
  margin: 0;
  height: auto !important;
  border-radius: 0 !important;
}
.acf-form .acf-field-repeater .acf-actions {
  display: none !important;
}

.section-heading {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-heading {
    display: flex;
    align-items: center;
  }
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5 {
  margin: 0;
}
.section-heading .actions {
  margin-top: 20px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section-heading .actions {
    margin-top: 0;
    padding-left: 20px;
  }
}

.parish-notice {
  margin: 0 0 40px 0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #1bb470;
  border: 2px solid #1bb470;
  background: rgba(27, 180, 112, 0.1);
}
.parish-notice.notice-error {
  color: red;
  border: 2px solid red;
  background: rgba(255, 0, 0, 0.1);
}

.clear-multi .gfield_time_hour,
.clear-multi .gfield_time_minute {
  flex: 1 1;
  max-width: 100% !important;
}
.clear-multi .gfield_time_hour i,
.clear-multi .gfield_time_minute i {
  display: none;
}
.clear-multi .gfield_time_ampm {
  flex: 1 1;
  max-width: 100% !important;
}
.clear-multi .selectric {
  min-width: 0 !important;
}

body .gform_wrapper .gfield_time_hour input[type=number],
body .gform_wrapper .gfield_time_minute input[type=number] {
  width: 100% !important;
}

input[type=submit][disabled=true] {
  pointer-events: none;
  cursor: none;
}

#logout {
  padding: 8px 15px 10px 15px;
  position: fixed;
  display: block;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  color: white;
  text-decoration: none;
  background: black;
  border-radius: 20px;
}

#goto-top {
  padding: 0 15px;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  background: black;
  border-radius: 50%;
}

.limited-choices {
  color: red;
}