@charset "UTF-8";
@font-face {
  font-family: "EB Garamond";
  src: local("EB Garamond"), local("Garamond"), url("../font/EBGaramond12-Regular.19a904a0d26d.woff");
}
@font-face {
  font-family: "EB Garamond";
  src: local("EB Garamond Italic"), local("Garamond Italic"), url("../font/EBGaramond12-Italic.e130e3c0c871.woff");
  font-style: italic;
}
h1 {
  font-size: 2.16rem;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  line-height: 1.3em;
}

h2 {
  font-size: 1.93rem;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0.25em;
  line-height: 1.3em;
}

h3 {
  font-size: 1.53rem;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0.25em;
  line-height: 1.3em;
}

h4 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0.25em;
  line-height: 1.3em;
}

body {
  line-height: 1.9rem;
  line-height: 1.9rem;
  line-height: var(--line-height);
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
  margin-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  margin-bottom: var(--font-size);
  color: #040917;
  color: #040917;
  color: var(--text-colour);
}

.main-content p {
  line-height: 1.9rem;
  line-height: 1.9rem;
  line-height: var(--line-height);
  margin-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  margin-bottom: var(--font-size);
  color: #040917;
  color: #040917;
  color: var(--text-colour);
}
.main-content ul, .main-content ol {
  line-height: 1.9rem;
  line-height: 1.9rem;
  line-height: var(--line-height);
  margin-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  margin-bottom: var(--font-size);
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  margin-left: 5px;
  padding-left: 1rem;
}
.main-content h1, .main-content h2, .main-content h3 {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
}
.main-content h4 {
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
}
.main-content .subtitle {
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
}
.main-content .page-date {
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
}
.main-content a {
  color: #003eaa;
  color: #003eaa;
  color: var(--link-colour);
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.main-content a:focus, .main-content a:hover {
  opacity: 0.65;
  text-decoration: none;
}
.main-content a:visited {
  color: #26296e;
  color: #26296e;
  color: var(--link-visited-colour);
}

.block-paragraph p {
  min-height: 1em;
}

.richtext-image + p {
  min-height: 0em;
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centre-column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 100%;
  width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.image-container {
  text-align: center;
}

.page-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 55rem;
}

.sibling-post {
  padding-top: 10px;
  width: 49%;
  display: inline-block;
}

.byline {
  padding-bottom: 1rem;
}

.categories {
  padding-bottom: 1rem;
}

.sep-light {
  border-top: 2px solid #c6ddff;
  border-top: 2px solid #c6ddff;
  border-top: 2px solid var(--light-separator-colour);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.all-by {
  margin-top: 2rem;
  margin-bottom: 0 !important;
  text-align: center;
}

.see-more {
  margin-bottom: 2rem !important;
}

.more {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}

.all-events-button {
  text-align: center;
  padding: 2em;
}

.signup-success, .signup-failure {
  margin-bottom: 2rem;
}

.menu {
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--background-colour);
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  width: 100%;
  border-bottom: 2px solid #c6ddff;
  border-bottom: 2px solid #c6ddff;
  border-bottom: 2px solid var(--light-separator-colour);
}
.menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .nav-image {
  display: block;
  width: 120px;
  height: 120px;
  min-width: 120px;
  padding: 0;
  margin: 10px;
}
.menu .nav-image.nav-image-dark {
  display: none;
}
.menu h3 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 0;
}
.menu a {
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  opacity: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 2px;
  padding-top: 10px;
  padding-bottom: 6px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
}
.menu .home-link {
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.menu .home-link:focus, .menu .home-link:hover {
  opacity: 0.65;
  text-decoration: none;
}
.menu .home-link-text {
  margin-top: 6px;
}
.menu .link {
  -webkit-transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  width: 100%;
  white-space: nowrap;
}
.menu .link * {
  -webkit-transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.menu .link:hover {
  color: white !important;
  background-color: #20385d !important;
  background-color: #20385d !important;
  background-color: var(--menu-colour-hover) !important;
  text-decoration: none;
}
.menu .link:hover * {
  color: white !important;
  background-color: #20385d !important;
  background-color: #20385d !important;
  background-color: var(--menu-colour-hover) !important;
  text-decoration: none;
}
.menu-item a:active + .menu-children, .menu-item a:focus + .menu-children, .menu-item[focus-within] .menu-children, .menu-item a:hover + .menu-children, .menu-children:focus, .menu-children:active, .menu-children:hover {
  display: inherit;
}
.menu-item a:active + .menu-children, .menu-item a:focus + .menu-children, .menu-item:focus-within .menu-children, .menu-item a:hover + .menu-children, .menu-children:focus, .menu-children:active, .menu-children:hover {
  display: inherit;
}
.menu-children {
  display: none;
  list-style: none;
  position: absolute;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  z-index: 10;
  min-width: 10em;
}
.menu-children a {
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
  padding-top: 14px;
  padding-bottom: 10px;
  margin: 0;
}
.menu-child {
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--background-colour);
}
.menu .icon {
  width: 2rem;
  height: 2rem;
  padding: 0.1rem;
}
.menu .menu-button, .menu #small-screen-menu, .menu .small-only {
  display: none;
}
.menu .large-only {
  display: inline;
  display: initial;
}
.menu #search {
  margin-left: 1em;
}
@media print {
  .menu {
    display: none;
  }
}
.menu-emphasised .link {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  border: 3px solid #BC2515;
  border: 3px solid #BC2515;
  border: 3px solid var(--title-colour);
  -webkit-transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  margin-top: 2px;
  padding-top: 7px;
  padding-bottom: 3px;
}
.menu-emphasised .link * {
  -webkit-transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.menu-emphasised .link:hover {
  color: white !important;
  background-color: #BC2515 !important;
  background-color: #BC2515 !important;
  background-color: var(--title-colour) !important;
  text-decoration: none;
}
.menu-emphasised .link:hover * {
  color: white !important;
  background-color: #BC2515 !important;
  background-color: #BC2515 !important;
  background-color: var(--title-colour) !important;
  text-decoration: none;
}

.nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
  overflow-x: hidden;
  margin-top: 6px;
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
}
.sub-nav nav {
  padding: 1rem;
}
.sub-nav .language-selector {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media print {
  .sub-nav {
    display: none;
  }
}

.language-selector {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
}
.language-selector a {
  color: #003eaa;
  color: #003eaa;
  color: var(--link-colour);
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.language-selector a:focus, .language-selector a:hover {
  opacity: 0.65;
  text-decoration: none;
}
.language-selector a:visited {
  color: #26296e;
  color: #26296e;
  color: var(--link-visited-colour);
}

@media screen and (max-width: 68rem) {
  .menu a {
    padding-top: 6px;
    padding-bottom: 4px;
  }
  .menu .nav-image {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 0;
  }
  .menu h3 {
    font-size: 2.16rem;
    white-space: nowrap;
  }
  .menu .link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0;
    display: block;
    color: white;
  }
  .menu-emphasised .link {
    border: none;
    -webkit-transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0;
  }
  .menu-emphasised .link * {
    -webkit-transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.3s ease-out, -webkit-text-decoration 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.3s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  }
  .menu-emphasised .link:hover {
    color: white !important;
    background-color: #20385d !important;
    background-color: #20385d !important;
    background-color: var(--menu-colour-hover) !important;
    text-decoration: none;
  }
  .menu-emphasised .link:hover * {
    color: white !important;
    background-color: #20385d !important;
    background-color: #20385d !important;
    background-color: var(--menu-colour-hover) !important;
    text-decoration: none;
  }
  .menu-children {
    display: inherit;
    position: static;
    position: initial;
  }
  .menu-child {
    background-color: #10284d;
    background-color: #10284d;
    background-color: var(--menu-colour-light);
    padding-left: 1rem;
  }
  .menu-child:hover {
    background-color: #30486d;
    background-color: #30486d;
    background-color: var(--menu-colour-light-hover);
  }
  .menu-item {
    display: none;
    background-color: #00183d;
    background-color: #00183d;
    background-color: var(--menu-colour);
  }
  .menu-item:hover {
    background-color: #20385d;
    background-color: #20385d;
    background-color: var(--menu-colour-hover);
  }
  .menu-item a {
    color: white;
  }
  .menu .small-only {
    display: inline;
    display: initial;
  }
  .menu .large-only {
    display: none;
  }

  #small-screen-menu .menu-item {
    display: inherit;
  }

  .language-selector {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 30rem) {
  .menu h3 {
    font-size: 1.66rem;
  }

  .sub-nav nav {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 23rem) {
  .menu .nav-right {
    padding-right: 0;
  }
  .menu .nav-image {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: 0;
  }
  .menu h3 {
    font-size: 1.22rem;
  }
  .menu .icon {
    width: 1.66rem;
    height: 1.66rem;
    padding: 0.1rem;
  }
}
.breadcrumbs {
  padding-left: 3px;
}
.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs a {
  color: #003eaa;
  color: #003eaa;
  color: var(--link-colour);
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.breadcrumbs a:focus, .breadcrumbs a:hover {
  opacity: 0.65;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #26296e;
  color: #26296e;
  color: var(--link-visited-colour);
}
.breadcrumbs .current {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
}

@media screen and (max-width: 68rem) {
  .breadcrumbs {
    padding-left: 1px;
  }
}
.footer {
  border-top: 2px solid #BC2515;
  border-top: 2px solid #BC2515;
  border-top: 2px solid var(--dark-separator-colour);
}
.footer .theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  color: white;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.footer .theme-toggle:focus, .footer .theme-toggle:hover {
  opacity: 0.65;
  text-decoration: none;
}
.footer-calligraphies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.footer-calligraphies .footer-calligraphy {
  padding: 1rem;
  opacity: 0.7;
}
.footer-calligraphies .footer-calligraphy img {
  height: 120px;
  width: 120px;
}
.footer-main {
  background-color: #00183d;
  background-color: #00183d;
  background-color: var(--footer-colour);
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-main a {
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.footer-main a:focus, .footer-main a:hover {
  opacity: 0.65;
  text-decoration: none;
}
.footer-main .footer-left {
  width: 45%;
  max-width: 400px;
}
.footer-main .footer-icons {
  color: white;
  padding-top: 4px;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-main .footer-icons svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.footer-main .footer-links-and-calligraphy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-main .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding-bottom: 4rem;
}
.footer-main .footer-links a {
  display: block;
  padding-bottom: 7px;
}
.footer-main .settings {
  margin-top: 1em;
  color: white;
}
.footer-main .meditation-course-signup {
  width: 50%;
}
.footer-main .meditation-course-signup h3 {
  font-size: 1.75rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: white;
}
.footer-main .meditation-course-signup p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: white;
}
.footer-copyright {
  background-color: #00183d;
  background-color: #00183d;
  background-color: var(--footer-colour);
  color: white;
  text-align: right;
  padding: 1rem;
}
@media print {
  .footer {
    display: none;
  }
}

@media screen and (max-width: 68rem) {
  .footer-main {
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-main .meditation-course-signup {
    width: 100%;
  }
  .footer-main .footer-left {
    width: 100%;
    max-width: 100%;
  }

  input[type=email] {
    width: 16rem;
  }
}
[data-theme=dark] .footer-calligraphies .footer-calligraphy {
  opacity: 1;
}
[data-theme=dark] .footer-calligraphies .footer-calligraphy img {
  border-radius: 50%;
  background-color: white;
  padding: 3px;
}

.home .page-title {
  font-size: 3rem;
  line-height: normal;
  text-align: center;
  margin-top: 0;
}
.home .page-subtitle {
  text-align: center;
  margin: 0;
}
.home .section-title {
  font-size: 2.16rem;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  text-align: center;
}
.home .centre-column {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}
.home .wide {
  max-width: 100%;
}

@media screen and (max-width: 40rem) {
  .home .page-title {
    font-size: 2rem;
    line-height: normal;
  }
  .home .page-subtitle {
    font-size: 1.4rem;
    font-size: 1.4rem;
    font-size: var(--font-size);
  }
}
@media screen and (max-width: 30rem) {
  .home .page-title {
    font-size: 1.7rem;
    line-height: normal;
    margin: 0.57em 0;
  }
  .home .section-title {
    font-size: 2.16rem;
  }
  .home .page-subtitle {
    font-size: 1.4rem;
    font-size: 1.4rem;
    font-size: var(--font-size);
    margin: 0.35em 0;
  }
}
.lp-image-container {
  width: 100%;
  max-width: 100%;
  max-height: 50vh;
  overflow: hidden;
  position: relative;
}
.lp-image-container .lp-title-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(70,69,64,0.43922);
  padding: 15px;
}
@media screen and (max-width: 40rem) {
  .lp-image-container .lp-title-container {
    left: 20%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20%;
  }
}
@media screen and (max-width: 30rem) {
  .lp-image-container .lp-title-container {
    left: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 10%;
  }
}
@media screen and (max-width: 23rem) {
  .lp-image-container .lp-title-container {
    left: 0%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0%;
  }
}
.lp-image-container .title {
  font-size: 3rem;
  line-height: normal;
  font-weight: normal;
  text-align: center;
  margin: 0.67em 0;
  color: white;
}
.lp-image-container .subtitle {
  font-size: 1.44rem;
  line-height: normal;
  font-weight: normal;
  text-align: center;
  margin: 0.75em 0;
  color: white;
}

.lp-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
}

.lp-block-group {
  padding: 0 20px 0 20px;
  margin: 2em auto;
  max-width: 100%;
  width: 960px;
}
@media screen and (min-width: 120rem) {
  .lp-block-group {
    padding: 0 20px 0 20px;
    margin: 3em auto;
  }
}
@media screen and (max-width: 40rem) {
  .lp-block-group {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 1em auto;
  }
}
@media screen and (max-width: 30rem) {
  .lp-block-group {
    width: 100%;
    padding: 0 0.5rem 0 0.5rem;
    margin: 0 auto;
  }
}
.lp-block-group h1, .lp-block-group h2 {
  text-align: center;
}

.lp-image-block {
  margin: 4em 0 0 0;
  max-width: 100%;
}
@media screen and (min-width: 120rem) {
  .lp-image-block {
    margin: 5em 0 0 0;
  }
}
@media screen and (max-width: 40rem) {
  .lp-image-block {
    margin: 3em 0 0 0;
  }
}

.lp-rich-text-group {
  margin-bottom: -2rem;
}

.lp-row {
  margin: -30px 0 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 120rem) {
  .lp-row {
    margin: -40px 0 0 -40px;
  }
}
@media screen and (max-width: 40rem) {
  .lp-row {
    margin: -20px 0 0 -20px;
  }
}
@media screen and (max-width: 30rem) {
  .lp-row {
    margin: -10px 0 0 -10px;
  }
}

.lp-centred-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-cell-link {
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.lp-cell-link:focus, .lp-cell-link:hover {
  opacity: 0.65;
  text-decoration: none;
}
.lp-cell h2, .lp-cell h3 {
  margin-bottom: 0;
}
.lp-cell .subtitle {
  font-weight: 600;
}
.lp-cell-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-cell-large {
  width: calc(50% - 31px);
  margin: 30px 0 0 30px;
}
@media screen and (min-width: 120rem) {
  .lp-cell-large {
    width: calc(50% - 41px);
    margin: 40px 0 0 40px;
  }
}
@media screen and (max-width: 40rem) {
  .lp-cell-large {
    margin: 20px 0 0 20px;
    width: calc(100% - 21px);
  }
}
@media screen and (max-width: 30rem) {
  .lp-cell-large {
    width: calc(100% - 11px);
    margin: 10px 0 0 10px;
  }
}
.lp-cell-large-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 40rem) {
  .lp-cell-large-image {
    margin-bottom: 0.66em;
  }
}
@media screen and (max-width: 30rem) {
  .lp-cell-large-image {
    margin-bottom: 0.5em;
  }
}

.lp-cell-small {
  width: calc(33% - 31px);
  margin: 30px 0 0 30px;
}
@media screen and (min-width: 120rem) {
  .lp-cell-small {
    width: calc(33% - 41px);
    margin: 40px 0 0 40px;
  }
}
@media screen and (max-width: 40rem) {
  .lp-cell-small {
    margin: 20px 0 0 20px;
    width: calc(100% - 21px);
  }
}
@media screen and (max-width: 30rem) {
  .lp-cell-small {
    width: calc(100% - 11px);
    margin: 10px 0 0 10px;
  }
}
.lp-cell-small-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 2em;
}

.lp-banner-wrapper {
  padding: 4em 0;
  margin: 0 auto;
  margin-top: 4em;
  width: 100%;
  background: linear-gradient(60deg, #00183d 12%, #20385d 30%, #569 75%, #00183d 99%);
}
@media screen and (min-width: 120rem) {
  .lp-banner-wrapper {
    padding: 5em 0;
    margin-top: 5em;
  }
}
@media screen and (max-width: 40rem) {
  .lp-banner-wrapper {
    padding: 3em 20px;
    margin-top: 3em;
  }
}

.lp-banner {
  padding: 0 4em;
  margin: 0 auto;
  max-width: 100%;
  width: 960px;
  text-align: center;
}
.lp-banner h1 {
  color: white;
}
@media screen and (min-width: 120rem) {
  .lp-banner {
    padding: 0 5em;
  }
}
@media screen and (max-width: 40rem) {
  .lp-banner {
    width: 100%;
    padding: 0 3em;
  }
}

.teaching-regions-bar {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.teacher-image {
  border-radius: 50%;
  height: 100px !important;
  width: 100px !important;
}

.teacher-list {
  margin-bottom: 2rem;
}

.teaching-preview-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 40rem) {
  .teaching-preview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.teaching-preview {
  width: 17rem;
  padding-bottom: 1rem;
  padding-right: 10px;
}
.teaching-preview img {
  width: 17rem;
}
@media screen and (max-width: 40rem) {
  .teaching-preview img {
    display: inline-block;
    height: 64px;
    width: 77px;
    min-height: 64px;
    min-width: 77px;
    margin-right: 1rem;
  }
}
.teaching-preview-link {
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.teaching-preview-link:focus, .teaching-preview-link:hover {
  opacity: 0.65;
  text-decoration: none;
}
@media screen and (max-width: 40rem) {
  .teaching-preview-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.teaching-preview h1, .teaching-preview h2, .teaching-preview h3, .teaching-preview p {
  margin-bottom: 0;
}
.teaching-preview h1, .teaching-preview h2, .teaching-preview h3 {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.teaching-preview p {
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
  font-weight: bold;
}
@media screen and (max-width: 68rem) {
  .teaching-preview {
    max-width: 32%;
  }
}
@media screen and (max-width: 40rem) {
  .teaching-preview {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.list {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.list-entry {
  width: 100%;
  display: inline-block;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: rgba(0,0,0,.05);
  border-color: rgba(0,0,0,.05);
  border-color: var(--subtle-border-colour);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.list-entry-link {
  text-decoration: none;
  display: block;
}
.list-entry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-entry-image {
  display: block;
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
  border: 1px solid rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
  border: 1px solid var(--image-border-colour);
}
.list-entry-image-placeholder {
  background-color: #003eaa;
  background-color: #003eaa;
  background-color: var(--image-placeholder-colour);
  height: 8rem;
  width: 8rem;
  min-height: 8rem;
  min-width: 8rem;
}
.list-entry-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-entry-text h3 {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.list-entry-text span {
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  line-height: 1.5em;
  font-weight: 400;
}
.list-entry-text .subtitle, .list-entry-text .page-date {
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}
.list-entry .tag {
  font-size: 1rem;
}

@media screen and (max-width: 40rem) {
  .list-entry-image {
    height: 4rem;
    width: 4rem;
  }
  .list-entry-image-placeholder {
    height: 4rem;
    width: 4rem;
    min-height: 4rem;
    min-width: 4rem;
  }
}
.compact-list {
  width: 100%;
}

.cl-entry {
  width: 100%;
  display: inline-block;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: rgba(0,0,0,.05);
  border-color: rgba(0,0,0,.05);
  border-color: var(--subtle-border-colour);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.cl-entry-link {
  text-decoration: none;
  display: block;
}
.cl-entry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cl-entry-image {
  display: block;
  height: 4rem;
  width: 4rem;
  margin-right: 1rem;
  border: 1px solid rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
  border: 1px solid var(--image-border-colour);
}
.cl-entry-image-placeholder {
  background-color: #003eaa;
  background-color: #003eaa;
  background-color: var(--image-placeholder-colour);
  height: 4rem;
  width: 4rem;
  min-height: 4rem;
  min-width: 4rem;
}
.cl-entry-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cl-entry h1, .cl-entry h2, .cl-entry h3, .cl-entry h4 {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}
.cl-entry p, .cl-entry span {
  margin-bottom: 0;
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  line-height: 1.5em;
  font-weight: 400;
}
.cl-entry .subtitle, .cl-entry .page-date {
  line-height: 1.5em;
  font-weight: 600;
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
}
.cl-entry .tag {
  font-size: 1rem;
}

.teacher-bar {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  border-top: 2px solid #BC2515;
  border-top: 2px solid #BC2515;
  border-top: 2px solid var(--dark-separator-colour);
}
.teacher-bar h1 {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  text-align: center;
}
@media print {
  .teacher-bar {
    display: none;
  }
}
.teacher-bar .button-holder {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 30rem) {
  .teacher-bar {
    padding-left: 0;
    padding-right: 0;
  }
}

.tb-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tb-inner .button {
  margin-bottom: 2em;
}

.tb-teacher {
  width: 13.3333333333vw;
  min-width: 8rem;
  min-height: 8rem;
  display: inline-block;
  margin: 0.5rem;
  padding-bottom: 1rem;
}
.tb-teacher-link {
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.tb-teacher-link:focus, .tb-teacher-link:hover {
  opacity: 0.65;
  text-decoration: none;
}
.tb-teacher-image {
  display: block;
  height: 13.3333333333vw;
  width: 13.3333333333vw;
  min-width: 8rem;
  min-height: 8rem;
  border: 1px solid rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
  border: 1px solid var(--image-border-colour);
  border-radius: 50%;
}
.tb-teacher-image-placeholder {
  background-color: #003eaa;
  background-color: #003eaa;
  background-color: var(--image-placeholder-colour);
  border-radius: 50%;
  height: 13.3333333333vw;
  width: 13.3333333333vw;
  min-width: 8rem;
  min-height: 8rem;
}
.tb-teacher-text {
  padding-top: 0.5rem;
  text-align: center;
}
.tb-teacher-text h3 {
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 30rem) {
  .tb-teacher-text {
    padding-left: 10px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    text-align: left;
  }
}
@media screen and (max-width: 30rem) {
  .tb-teacher-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 30rem) {
  .tb-teacher {
    width: 100%;
  }
}

.user-list {
  border-bottom: 1px solid #c6ddff;
  border-bottom: 1px solid #c6ddff;
  border-bottom: 1px solid var(--light-separator-colour);
}

.user {
  width: 24.5rem;
  padding-right: 1rem;
}

@media screen and (max-width: 30rem) {
  .user {
    width: auto;
    padding-right: 1rem;
  }
}
.tags {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.tags .label {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  padding-right: 1rem;
}

.tag {
  line-height: normal;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.37rem;
  padding-bottom: 0.13rem;
  color: #003eaa;
  color: #003eaa;
  color: var(--tag-colour);
  text-decoration: none;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.tag:focus, .tag:hover {
  opacity: 0.65;
  text-decoration: none;
}

.tag:visited {
  color: #003eaa;
  color: #003eaa;
  color: var(--tag-colour);
}

.left-aligned {
  margin-left: 0;
  display: block;
}

.right-aligned {
  margin-right: 0;
  display: block;
}

figure {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: inline-block;
}
figure figcaption {
  font-style: italic;
  font-size: 1.2rem;
  padding-top: 9px;
  padding-bottom: 9px;
}
figure audio {
  width: 100%;
}
figure img {
  display: block;
  max-height: 80vh;
}

.media {
  width: 100%;
}
.media audio, .media video {
  max-width: 100%;
  max-height: 80vh;
}

.embed {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.embed-caption {
  font-style: italic;
  font-size: 1.2rem;
  padding-top: 9px;
  padding-bottom: 9px;
}
.embed iframe {
  width: 100%;
}

blockquote {
  padding-left: 2rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
}

.buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttons .button {
  display: block;
  max-width: 10em;
  text-align: center;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.gallery a {
  padding-bottom: 3px;
  padding-right: 3px;
  width: calc(25% - 3px);
}
.gallery img {
  display: block;
}

.pages .list-block {
  margin-bottom: 1em;
}
.pages-blocks a {
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  width: 25%;
  float: left;
  display: block;
}
.pages-blocks-image-placeholder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #003eaa;
  background-color: #003eaa;
  background-color: var(--image-placeholder-colour);
}

.dictionary-link {
  text-decoration: none;
  color: #BC2515 !important;
  color: #BC2515 !important;
  color: var(--dictionary-link-colour) !important;
}

@media screen and (min-width: 40rem) {
  .left-aligned {
    float: left;
    margin-right: 1rem;
    width: 16rem;
  }

  .right-aligned {
    float: right;
    margin-left: 1rem;
    width: 16rem;
  }

  blockquote {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
.occurrences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.occurrence {
  border: 1px solid #DDD;
  width: 100%;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cancelled {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  border: 1px solid #BC2515;
  border: 1px solid #BC2515;
  border: 1px solid var(--title-colour);
}

.already-happened {
  color: #999;
  border: 1px dashed #DDD;
}

.cancelled-tag {
  background-color: #BC2515;
  background-color: #BC2515;
  background-color: var(--title-colour);
  color: white;
  display: inline-block;
  font-size: 1em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 4px;
}

.one-off {
  border: 0px solid #DDD;
  padding: 0;
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
}

.event-search {
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1.1rem;
}
.event-search th {
  width: 7rem;
  font-weight: normal;
}
.event-search .errorlist {
  display: none;
}

.event-search-form {
  padding-bottom: 2rem;
  border-bottom: 1px solid #c6ddff;
  border-bottom: 1px solid #c6ddff;
  border-bottom: 1px solid var(--light-separator-colour);
}

@media screen and (max-width: 40rem) {
  #id_search_term {
    width: 13rem;
  }
}
.event-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#show-search-toggle, #hide-search-toggle {
  display: inline-block;
  margin-bottom: 1em;
  width: auto;
  opacity: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 12px;
  padding-bottom: 4px;
  cursor: pointer;
  background-color: #003eaa;
  background-color: #003eaa;
  background-color: var(--subtitle-colour);
  color: #fff !important;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  line-height: 1.15;
}
#show-search-toggle:focus, #show-search-toggle:hover, #hide-search-toggle:focus, #hide-search-toggle:hover {
  opacity: 0.65;
  text-decoration: none;
}

#hide-search-toggle {
  display: none;
}

.address {
  margin-bottom: 1em;
}
.address p {
  margin: 0;
}

.el-entry-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.el-entry-text p, .el-entry-text span {
  margin-bottom: 0;
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  line-height: 1.5em;
  font-weight: 400;
}
.el-entry-text h3 {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.el-entry-text .subtitle {
  color: #003eaa;
  color: #003eaa;
  color: var(--subtitle-colour);
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}
.el-entry .subtitle {
  font-weight: 600;
}
.el-entry-date {
  text-align: right;
}
.el-entry-info + .el-entry-info::before {
  content: " — ";
  font-weight: normal;
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.el-entry-location {
  font-weight: 600 !important;
  color: #003eaa !important;
  color: #003eaa !important;
  color: var(--subtitle-colour) !important;
}

@media screen and (max-width: 40rem) {
  .el-entry-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .el-entry-date {
    text-align: left;
  }
}
.featured-event {
  border-color: rgba(0,0,0,.05);
  border-color: rgba(0,0,0,.05);
  border-color: var(--subtle-border-colour);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.featured-event .el-entry-date {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}

.featured-event-list {
  padding-bottom: 1em;
}

.paginator {
  margin-bottom: 2rem;
}
.paginator .page-link {
  color: #BC2515;
  color: #BC2515;
  color: var(--title-colour);
}
.paginator .disabled-link {
  color: #222;
}
.paginator .number {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=date],
select {
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
  max-width: 100%;
  width: 13rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0;
  padding: 7px;
  padding-top: 11px;
  padding-bottom: 3px;
  border: rgba(0,0,0,.2) solid 1px;
  border: rgba(0,0,0,.2) solid 1px;
  border: var(--form-border-colour) solid 1px;
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--background-colour);
  color: #040917;
  color: #040917;
  color: var(--text-colour);
}

.meditation-course-email {
  width: 20rem !important;
}

select {
  background-color: #178D3E;
  background-color: #178D3E;
  background-color: var(--button-colour);
  color: #fff;
  border: rgba(0,0,0,.2) solid 0px;
  border: rgba(0,0,0,.2) solid 0px;
  border: var(--form-border-colour) solid 0px;
}

input[type=checkbox] {
  margin: 0.74rem;
}

.button,
.main-content .button,
input[type=submit] {
  width: auto;
  opacity: 1;
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-size: var(--font-size);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 12px;
  padding-bottom: 4px;
  cursor: pointer;
  background-color: #178D3E;
  background-color: #178D3E;
  background-color: var(--button-colour);
  color: #fff;
  text-decoration: none;
  border: rgba(0,0,0,.2) solid 0px;
  border: rgba(0,0,0,.2) solid 0px;
  border: var(--form-border-colour) solid 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: opacity 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
.button:focus, .button:hover,
.main-content .button:focus,
.main-content .button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  opacity: 0.65;
  text-decoration: none;
}

a.button, .main-content a.button {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 2px;
}

select[multiple] {
  display: none;
}

.list-form {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.list-form .labelled-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 6px;
}
.list-form .labelled-field label {
  width: 9rem;
  margin-right: 2rem;
}
.list-form li input[type=text] {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.list-form li .helptext {
  font-size: 1.2rem;
  display: block;
}
.list-form .errorlist {
  display: none;
}

.button:visited,
.main-content .button:visited {
  color: #fff;
}

.select2-container {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #178D3E !important;
  background-color: #178D3E !important;
  background-color: var(--button-colour) !important;
  color: white;
  border: 0px !important;
  border-radius: 0px !important;
  padding-top: 3px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #cee1ff !important;
  color: #cee1ff !important;
  color: var(--link-hover-colour) !important;
}
.select2-container .select2-results__option {
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--background-colour);
  color: #040917;
  color: #040917;
  color: var(--text-colour);
}
.select2-container .select2-results__option[aria-selected=true] {
  color: black;
}

.select2-selection {
  background-color: #ffffff !important;
  background-color: #ffffff !important;
  background-color: var(--background-colour) !important;
}

.select2-selection--multiple {
  border-radius: 0px !important;
  border: rgba(0,0,0,.2) solid 1px !important;
  border: rgba(0,0,0,.2) solid 1px !important;
  border: var(--form-border-colour) solid 1px !important;
}

.title-colour {
  background-color: #BC2515 !important;
  background-color: #BC2515 !important;
  background-color: var(--title-colour) !important;
}

.image-placeholder-colour {
  background-color: #003eaa !important;
  background-color: #003eaa !important;
  background-color: var(--image-placeholder-colour) !important;
}

.subtitle-colour {
  background-color: #003eaa !important;
  background-color: #003eaa !important;
  background-color: var(--subtitle-colour) !important;
}

.text-colour {
  background-color: #040917 !important;
  background-color: #040917 !important;
  background-color: var(--text-colour) !important;
}

.tag-colour {
  background-color: #003eaa !important;
  background-color: #003eaa !important;
  background-color: var(--tag-colour) !important;
}

.link-colour {
  background-color: #003eaa !important;
  background-color: #003eaa !important;
  background-color: var(--link-colour) !important;
}

.name-colour {
  background-color: #BC2515 !important;
  background-color: #BC2515 !important;
  background-color: var(--name-colour) !important;
}

.link-hover-colour {
  background-color: #cee1ff !important;
  background-color: #cee1ff !important;
  background-color: var(--link-hover-colour) !important;
}

.button-colour {
  background-color: #178D3E !important;
  background-color: #178D3E !important;
  background-color: var(--button-colour) !important;
}

.menu-colour {
  background-color: #00183d !important;
  background-color: #00183d !important;
  background-color: var(--menu-colour) !important;
}

/**
 * Global CSS
 */
/* Remove default CSS wierdnesses and browser variation */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

/* variables */
:root {
  --title-colour: #BC2515;
  --image-placeholder-colour: #003eaa;
  --subtitle-colour: #003eaa;
  --text-colour: #040917;
  --tag-colour: #003eaa;
  --link-colour: #003eaa;
  --name-colour: #BC2515;
  --link-hover-colour: #cee1ff;
  --link-visited-colour: #26296e;
  --button-colour: #178D3E;
  --footer-colour: #00183d;
  --menu-colour: #00183d;
  --menu-colour-hover: #20385d;
  --menu-colour-light: #10284d;
  --menu-colour-light-hover: #30486d;
  --dark-separator-colour: #BC2515;
  --light-separator-colour: #c6ddff;
  --background-colour: #ffffff;
  --form-border-colour: rgba(0,0,0,.2);
  --subtle-border-colour: rgba(0,0,0,.05);
  --image-border-colour: rgba(0,0,0,.1);
  --dictionary-link-colour: #BC2515;
  --font-size: 1.4rem;
  --line-height: 1.9rem;
}
@media screen and (max-width: 40rem) {
  :root {
    --font-size: 1.3rem;
    --line-height: 1.7rem;
  }
}

[data-theme=dark] {
  --title-colour: #ff6b5a;
  --image-placeholder-colour: #6ba3ff;
  --subtitle-colour: #6ba3ff;
  --text-colour: #e8e6f0;
  --tag-colour: #6ba3ff;
  --link-colour: #6ba3ff;
  --name-colour: #ff6b5a;
  --link-hover-colour: #1a237e;
  --link-visited-colour: #b3c3ff;
  --button-colour: #178D3E;
  --footer-colour: #1a1a2e;
  --menu-colour: #1a1a2e;
  --menu-colour-hover: #2a2a4e;
  --menu-colour-light: #2a2a4e;
  --menu-colour-light-hover: #3a3a6e;
  --dark-separator-colour: #ff6b5a;
  --light-separator-colour: #3a3a6e;
  --background-colour: #1f1f2a;
  --form-border-colour: rgba(255,255,255,.3);
  --subtle-border-colour: rgba(255,255,255,.08);
  --image-border-colour: rgba(255,255,255,.15);
  --dictionary-link-colour: #ffab9a;
}
[data-theme=dark] .nav-image-light {
  display: none !important;
}
[data-theme=dark] .nav-image-dark {
  display: block !important;
}

html {
  height: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--background-colour);
}

body {
  font-family: "EB Garamond", "Times New Roman", Times, serif;
  color: #040917;
  color: #040917;
  color: var(--text-colour);
  background-color: #ffffff;
  background-color: #ffffff;
  background-color: var(--background-colour);
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Image gallery caption override */
#baguetteBox-overlay .full-image figcaption {
  font-family: "Times New Roman", Times, serif !important;
  padding-right: 2em;
  padding-left: 2em;
}

.user-names {
  color: #BC2515 !important;
  color: #BC2515 !important;
  color: var(--name-colour) !important;
}

.no-results {
  font-style: italic;
  padding-top: 2rem;
}

.footnotes ol {
  list-style: none;
}

.tall {
  min-height: 50vh;
}

.social-links {
  padding-bottom: 1em;
}

.social-link {
  margin-right: 0.5rem;
  width: 2rem;
  display: inline-block;
}

@media print {
  .see-more, wagtail-userbar {
    display: none;
  }
}
