/*
Theme Name: St Georges
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 960px;
  margin: 0 auto;
}

.inner--thinner {
  width: 760px;
  margin: 0 auto;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #344765;
  font-family: "urbane", sans-serif;
  font-size: 18px;
  line-height: 34px;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content p a {
  color: #007bc7;
  word-wrap: break-word;
}
.content .iframe_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.content .iframe_wrap:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.content .iframe_wrap {
  margin: 0 auto 20px;
}
.content .iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content .wp-block-buttons {
  margin-top: 40px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.content .wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 17px 40px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 18px;
  color: white;
  background-color: #5981c4;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
}
.content .wp-block-button__link:hover {
  opacity: 0.7;
}
.content img {
  height: auto;
  border-radius: 12px;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6;
}
.content .wp-block-group {
  padding: 50px 20px 60px;
  border-radius: 10px;
  margin: 40px 0;
}
.content .wp-block-group .wp-block-buttons {
  margin-top: 30px;
}
.content .has-white-color {
  color: white;
}
.content .has-body-colour-color {
  color: #344765;
}
.content .has-blue-color {
  color: #5981c4;
}
.content .has-pink-color {
  color: #e5b8d5;
}
.content .has-light-blue-color {
  color: #cad9f0;
}
.content .has-dark-blue-color {
  color: #355386;
}
.content .has-white-background-color {
  background-color: white;
}
.content .has-body-colour-background-color {
  background-color: #344765;
}
.content .has-blue-background-color {
  background-color: #5981c4;
}
.content .has-pink-background-color {
  background-color: #e5b8d5;
}
.content .has-light-blue-background-color {
  background-color: #cad9f0;
}
.content .has-dark-blue-background-color {
  background-color: #355386;
}

.alpha,
.content h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 600;
}

.bravo,
.content h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}

.charlie,
.content h3 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
}

.delta,
.content h4 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 600;
}

.echo,
.content h5 {
  font-size: 28px;
  line-height: 1.5;
}

.foxtrot,
.content h6 {
  font-size: 22px;
  line-height: 1.6;
}

@media screen and (max-width: 700px) {
  .alpha,
  .content h1 {
    font-size: 42px;
  }
  .bravo,
  .content h2 {
    font-size: 34px;
  }
  .charlie,
  .content h3 {
    font-size: 31px;
  }
  .delta,
  .content h4 {
    font-size: 28px;
  }
  .echo,
  .content h5 {
    font-size: 24px;
  }
  .foxtrot,
  .content h6 {
    font-size: 20px;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .gform_footer input,
.gform_footer button {
  display: inline-block;
  position: relative;
  padding: 17px 40px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 18px;
  color: white;
  background-color: #5981c4;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "urbane", sans-serif;
}
.button svg, .gform_footer input svg,
.gform_footer button svg {
  transition: 0.2s;
}
.button:hover, .gform_footer input:hover,
.gform_footer button:hover {
  background-color: #e5b8d5;
  color: #344765;
}
.button:hover svg, .gform_footer input:hover svg,
.gform_footer button:hover svg {
  fill: #344765;
}

.button--pink {
  background-color: #e5b8d5;
  color: #214683;
}
.button--pink:hover {
  background-color: #5981c4;
  color: white;
}
.button--pink:hover svg {
  fill: white;
}

.button--white {
  background-color: #fff;
  color: #214683;
}
.button--white:hover {
  background-color: #5981c4;
  color: white;
}

.button--arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.button--arrow svg {
  fill: white;
  max-width: 15px;
  width: 100%;
  transition: 0.2s;
}

.gform_footer {
  text-align: right;
}
.gform_footer .gform_button {
  display: inline-block;
  position: relative;
  padding: 17px 40px;
  transition: 0.2s;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 18px;
  color: white;
  background-color: #5981c4;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "urbane", sans-serif;
}
.gform_footer input,
.gform_footer button {
  border: none;
  font-family: "urbane", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -moz-appearance: none;
  appearance: none;
}
.gform_footer img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
}

.lines-button {
  padding: 8px 0px 8px 0;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.15rem;
  background: white;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.15rem;
  background: white;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1200px) {
  .mobile_menu_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

img {
  height: auto;
}

.header_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 145px;
  opacity: 0.35;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 18;
  pointer-events: none;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: transparent;
  padding: 5px 0;
  transition: 0.4s;
}
.header--blue {
  background-color: #5981c4;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo_wrap {
  display: block;
  max-width: 92px;
  width: 100%;
}

.header__logo {
  max-width: 65px;
  width: 100%;
  display: block;
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__menu {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.menu-item {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 19px;
}
.menu-item a {
  color: inherit;
  border-bottom: solid 2.5px transparent;
  transition: 0.4s;
}
.menu-item:hover a, .menu-item.current-menu-item a, .menu-item.current-menu-ancestor a, .menu-item.current-menu-parent a, .menu-item.current-page-ancestor a {
  border-color: #e5b8d5;
}

.menu-item-has-children {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
  cursor: pointer;
  padding-right: 15px;
}
.menu-item-has-children a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.menu-item-has-children .menu_drop_down {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: white transparent transparent transparent;
  transform: rotate(0deg);
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 100%;
  height: 36px;
  top: 17px;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.social_icon {
  max-width: 25px;
  width: 100%;
}
.social_icon svg {
  width: 100%;
  fill: white;
  display: block;
  transition: 0.3s;
}
.social_icon.instagram {
  max-width: 23px;
}
.social_icon.youtube {
  max-width: 24px;
}
.social_icon:hover svg {
  fill: #e5b8d5;
}

.sub-menu {
  position: absolute;
  left: -30px;
  top: 33px;
  opacity: 0;
  visibility: hidden;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 25px 30px 30px;
  width: 280px;
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 20px;
}
.sub-menu .menu-item {
  color: #5981c4;
  font-size: 14px;
}
.sub-menu .menu-item a {
  border-color: transparent;
}
.sub-menu .menu-item:hover a {
  border-color: #e5b8d5;
}
.sub-menu .menu-item.current-menu-item a {
  border-color: #e5b8d5;
}

@media screen and (max-width: 1200px) {
  .header__socials {
    display: none;
  }
  .header__menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0 0 8px 8px;
    padding: 25px 20px 30px;
  }
  .header__menu .menu-item {
    color: #5981c4;
    display: block;
    margin: 0 0 15px;
  }
  .header__menu .menu-item a {
    display: block;
    padding: 10px 0;
    border-color: transparent;
  }
  .header__menu .menu-item .menu_drop_down {
    border-color: #5981c4 transparent transparent transparent;
    position: static;
    transition: 0.4s;
  }
  .header__menu .menu-item:last-of-type {
    margin-bottom: 10px;
  }
  .header__menu .menu-item:hover {
    color: #e5b8d5;
  }
  .header__menu .menu-item:hover .menu_drop_down {
    border-color: #e5b8d5 transparent transparent transparent;
  }
  .header__menu .menu-item-has-children a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
  }
  .header__menu .menu-item-has-children:after {
    display: none;
  }
  .header__menu .menu-item-has-children.active .menu_drop_down {
    transform: rotate(180deg);
  }
  .header__nav {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sub-menu {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
    padding: 20px 20px 0px;
  }
  .sub-menu .menu-item {
    font-size: 14px;
  }
  .sub-menu .menu-item:hover a {
    border-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  .header {
    top: 0;
    padding: 10px 0;
  }
  .header__logo {
    max-width: 50px;
  }
}
.footer {
  background-color: #355386;
  padding: 40px 0 20px;
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer__logo_wrap {
  max-width: 80px;
  width: 100%;
  display: block;
}

.footer__logo {
  width: 100%;
  display: block;
}

.footer__logo_wrap--mobile {
  display: none;
}

.footer__top__column__title {
  color: #e5b8d5;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}

.footer__top__column p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}
.footer__top__column p a {
  color: inherit;
  text-decoration: underline;
  opacity: 0.6;
  color: #afb8d5;
  transition: 0.2s;
}
.footer__top__column p a:hover {
  opacity: 1;
  color: white;
}
.footer__top__column p a.telephone {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  opacity: 1;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 0px;
}
.footer__menu .menu-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.86);
}
.footer__menu .menu-item:hover {
  color: white;
}

.sign_up_button {
  color: #214683;
  max-width: 190px;
  width: 100%;
  margin-top: 10px;
}
.sign_up_button:hover {
  background-color: white;
  color: #214683;
}

.footer__middle {
  margin-top: 40px;
  margin-bottom: 20px;
}

.churchsuite_button:hover {
  color: #214683;
  background-color: white;
}

.footer__socials .social_icon svg {
  fill: #cad9f0;
}
.footer__socials .social_icon:hover svg {
  fill: #e5b8d5;
}

.footer_small_print p {
  font-size: 12px;
  line-height: 22px;
  color: rgba(247, 247, 237, 0.4);
}
.footer_small_print p a {
  color: inherit;
  transition: 0.2s;
}
.footer_small_print p a:hover {
  color: white;
}

.footer_small_print__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .footer__socials {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo_wrap {
    display: none;
  }
  .footer__logo_wrap--mobile {
    display: block;
    margin: 0 auto 40px;
  }
  .footer__top {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 40px;
  }
  .footer__top__column {
    max-width: 260px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .footer__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 40px;
  }
  .footer__menu {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__middle {
    row-gap: 20px;
  }
  .footer_small_print {
    row-gap: 10px;
    margin-top: 40px;
  }
  .footer_small_print__right {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.gform_wrapper.gform-theme .gform_fields {
  row-gap: 20px;
}
.gform_wrapper.gform-theme .gfield label.gfield_label {
  font-size: 16px;
  font-weight: 500;
  color: #344765;
  line-height: 34px;
  margin-bottom: 0;
}
.gform_wrapper.gform-theme .gfield label.gfield_label .gfield_required {
  color: #344765;
}
.gform_wrapper.gform-theme .gfield input[type=text],
.gform_wrapper.gform-theme .gfield input[type=email],
.gform_wrapper.gform-theme .gfield input[type=tel],
.gform_wrapper.gform-theme .gfield textarea,
.gform_wrapper.gform-theme .gfield select {
  font-size: 18px;
  font-family: "urbane", sans-serif;
  border: none;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  line-height: 34px;
  color: #344765;
  height: auto;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
.gform_wrapper.gform-theme .gfield input[type=text].placeholder,
.gform_wrapper.gform-theme .gfield input[type=email].placeholder,
.gform_wrapper.gform-theme .gfield input[type=tel].placeholder,
.gform_wrapper.gform-theme .gfield textarea.placeholder,
.gform_wrapper.gform-theme .gfield select.placeholder {
  color: rgba(52, 71, 101, 0.5);
}
.gform_wrapper.gform-theme .gfield input[type=text]:-moz-placeholder,
.gform_wrapper.gform-theme .gfield input[type=email]:-moz-placeholder,
.gform_wrapper.gform-theme .gfield input[type=tel]:-moz-placeholder,
.gform_wrapper.gform-theme .gfield textarea:-moz-placeholder,
.gform_wrapper.gform-theme .gfield select:-moz-placeholder {
  color: rgba(52, 71, 101, 0.5);
  opacity: 1;
}
.gform_wrapper.gform-theme .gfield input[type=text]::-moz-placeholder,
.gform_wrapper.gform-theme .gfield input[type=email]::-moz-placeholder,
.gform_wrapper.gform-theme .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper.gform-theme .gfield textarea::-moz-placeholder,
.gform_wrapper.gform-theme .gfield select::-moz-placeholder {
  color: rgba(52, 71, 101, 0.5);
  opacity: 1;
}
.gform_wrapper.gform-theme .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield textarea:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield select:-ms-input-placeholder {
  color: rgba(52, 71, 101, 0.5);
}
.gform_wrapper.gform-theme .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield textarea::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield select::-webkit-input-placeholder {
  color: rgba(52, 71, 101, 0.5);
}
.gform_wrapper.gform-theme .gfield input[type=text]:focus,
.gform_wrapper.gform-theme .gfield input[type=email]:focus,
.gform_wrapper.gform-theme .gfield input[type=tel]:focus,
.gform_wrapper.gform-theme .gfield textarea:focus,
.gform_wrapper.gform-theme .gfield select:focus {
  outline-color: #e5b8d5;
}
.gform_wrapper.gform-theme .gfield textarea {
  height: 200px;
}
.gform_wrapper.gform-theme .gfield select {
  cursor: pointer;
}
.gform_wrapper.gform-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gform-theme form .gform_footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gform_wrapper.gform-theme form .gform_footer .gform_button.button {
  display: inline-block;
  position: relative;
  padding: 17px 40px !important;
  transition: 0.2s !important;
  cursor: pointer !important;
  font-size: 15px !important;
  letter-spacing: 0.2px !important;
  line-height: 18px !important;
  color: white !important;
  background-color: #5981c4 !important;
  border-radius: 6px !important;
  text-align: center !important;
  font-weight: 600 !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  font-family: "urbane", sans-serif !important;
}
.gform_wrapper.gform-theme form .gform_footer .gform_button.button:hover {
  background-color: #e5b8d5 !important;
  color: #344765 !important;
}
.gform_wrapper.gform-theme .gform_validation_errors .gform_submission_error {
  margin-bottom: 0;
}

.popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(242, 241, 238, 0.7);
  z-index: 23;
  display: none;
}

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #344765;
  border-radius: 12px;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #e5b8d5;
}
.popup__close svg {
  width: 22px;
  stroke: #344765;
  transition: 0.4s;
}

.section {
  padding: 60px 0;
}

.section--center {
  text-align: center;
}

.section--grey {
  background-color: #edece8;
}

.accordion {
  cursor: pointer;
  position: relative;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: solid 2px rgba(52, 71, 101, 0.08);
}
.accordion:first-of-type .accordion__content {
  display: block;
}
.accordion:last-of-type {
  border: none;
}
.accordion:hover .accordion__button:after,
.accordion:hover .accordion__button:before, .accordion.accordion--open .accordion__button:after,
.accordion.accordion--open .accordion__button:before {
  background-color: #344765;
}
.accordion:hover .accordion__title, .accordion.accordion--open .accordion__title {
  color: #5981c4;
}
.accordion.accordion--open .accordion__button:after {
  transform: rotate(0deg);
}

.accordion__arrow {
  width: 22px;
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  fill: #5981c4;
  transition: 0.3s;
}

.accordion__button {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  transition: 0.2s;
}
.accordion__button:before, .accordion__button:after {
  content: "";
  display: block;
  height: 2.4px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -3px auto 0;
  background-color: #344765;
  transition: 0.2s;
}
.accordion__button:after {
  transform: rotate(90deg);
}

.accordion__title {
  transition: 0.2s;
  text-transform: none;
  line-height: 36px;
  font-size: 28px;
  color: #5981c4;
  font-weight: 600;
  padding-right: 30px;
  letter-spacing: -0.1px;
}

.accordion__content {
  display: none;
  margin-top: 10px;
}
.accordion__content p {
  font-size: 18px;
  color: #344765;
  line-height: 34px;
}
.accordion__content p:last-of-type {
  margin-bottom: 0;
}
.accordion__content p a {
  font-weight: 700;
  transition: 0.3s;
}
.accordion__content p a:hover {
  color: #5981c4;
}

.flexible_content__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 100px;
}

.flexible_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexible_content--rev {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flexible_content--rev .flexible_content__img__graphic {
  right: -100px;
  left: initial;
}

.flexible_content__img_wrap {
  position: relative;
  max-width: 480px;
  width: 100%;
}
.flexible_content__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.flexible_content__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
}

.flexible_content__circles {
  position: absolute;
  max-width: 180px;
  width: 100%;
  display: block;
  bottom: -40px;
  left: -40px;
  z-index: 2;
}
.flexible_content__circles--rev {
  left: initial;
  right: -40px;
}

.flexible_content__content {
  max-width: 500px;
  width: 100%;
  margin-top: 20px;
}
.flexible_content__content h3 {
  color: #344765;
  font-weight: 600;
}
.flexible_content__content p {
  color: #344765;
  opacity: 0.86;
}
.flexible_content__content h5 {
  color: #5981c4;
  font-weight: 600;
}

.flexible_content_accordion__content {
  max-width: 580px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  overflow: hidden;
  background-color: rgba(202, 217, 240, 0.76);
  border-radius: 12px;
  padding: 50px 60px;
}
.flexible_content_accordion__content .accordion {
  border-radius: 20px;
  padding: 0;
  border: none;
}
.flexible_content_accordion__content .accordion--open .accordion__arrow {
  fill: #5981c4;
}
.flexible_content_accordion__content .accordion--open .accordion__arrow {
  transform: rotate(180deg);
}
.flexible_content_accordion__content .accordion:hover .accordion__arrow {
  fill: #5981c4;
}

.flexible_content_accordion__images {
  max-width: 480px;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

@media screen and (max-width: 1250px) {
  .flexible_content__circles {
    max-width: 140px;
    bottom: -20px;
    left: -20px;
  }
  .flexible_content__circles--rev {
    left: initial;
    right: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .flexible_content__items {
    row-gap: 60px;
  }
  .flexible_content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 60px;
  }
  .flexible_content__content {
    max-width: none;
    margin: 0;
  }
  .flexible_content__img_wrap {
    max-width: 350px;
  }
  .flexible_content_accordion__images {
    max-width: 350px;
  }
  .flexible_content_accordion__content {
    max-width: none;
    padding: 30px;
  }
}
.calendar_nav {
  margin: 0 0 40px;
  text-align: center;
  height: 60px;
}
.calendar_nav h5 {
  color: #5981c4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.calendar_nav__item {
  display: block;
  transition: 0.2s;
  margin: 0 6px 0 0;
  cursor: pointer;
}
.calendar_nav__item.active {
  font-weight: 600;
  -ms-flex-order: -1;
  order: -1;
}

.calendar_nav__svg {
  transition: 0.2s;
}

.calendar_controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  -moz-column-gap: 10px;
  column-gap: 10px;
  top: -6px;
  z-index: 5;
}
.calendar_controls button {
  border: none;
  background: none;
}

.calendar_control {
  width: 45px;
  height: 45px;
  background-color: rgba(202, 217, 240, 0.35);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 8px;
  transition: 0.2s;
}
.calendar_control svg {
  width: 10px;
  fill: #214683;
  transition: 0.2s;
}
.calendar_control:hover {
  background-color: #214683;
}
.calendar_control:hover svg {
  fill: white;
}
.calendar_control .prev_arrow {
  transform: rotate(180deg);
}
.calendar_control.inactive {
  pointer-events: none;
}
.calendar_control.inactive svg {
  opacity: 0.22;
}

.calendar__month__items__grad {
  width: 100%;
  background: linear-gradient(0deg, var(--colours-Neutral-100, #fbfbf8) 0%, rgba(251, 251, 248, 0.9) 53.19%, rgba(251, 251, 248, 0) 100%);
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.calendar__month__items__load_more {
  position: absolute;
  bottom: 10px;
  margin: auto;
  padding: 14px 30px;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #102e34;
  letter-spacing: 0.64px;
  border-radius: 100px;
  background: #e0e7e6;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 230px;
  cursor: pointer;
  transition: 0.4s;
  font-family: "urbane", sans-serif;
}
.calendar__month__items__load_more:hover {
  background-color: #2d6976;
  color: white;
}
.calendar__month__items__load_more.hide {
  opacity: 0;
  visibility: hidden;
}

.calendar--month {
  position: relative;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.month {
  display: none;
  position: relative;
}
.month h2 {
  font-size: 32px;
  color: #344765;
  font-weight: 600;
}
.month .hide_event {
  display: none;
}

.calendar__events__button {
  max-width: 240px;
  justify-self: center;
}

.month--active {
  display: block;
}

.month__title,
.week__title {
  margin: 0 0 60px;
}

@media screen and (max-width: 1200px) {
  .month .event {
    border-top: none;
  }
}
@media screen and (max-width: 500px) {
  .month h2 {
    text-align: center;
  }
  .month__title,
  .week__title {
    margin-bottom: 90px;
  }
  .calendar_controls {
    -ms-flex-pack: center;
    justify-content: center;
    top: 60px;
  }
}
.event {
  text-align: left;
  position: relative;
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  transition: 0.2s;
}
.event .event__text {
  display: inline-block;
  text-align: left;
  transition: 0.2s;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.event .event__text .echo {
  color: #214683;
  font-size: 22px;
  font-weight: 600;
}
.event .event__text .echo a {
  color: #344765;
}
.event .event__text p {
  margin-bottom: 10px;
}
.event .event__time {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.event .event__time h5 {
  font-size: 18px;
  font-weight: 500;
  color: #344765;
}
.event .event__button {
  background-color: transparent;
  border: solid 3px rgba(64, 97, 152, 0.25);
  color: #406198;
  padding: 15px 35px;
}
.event .event__button:hover {
  background-color: #406198;
  color: white;
  border-color: #406198;
}

.event__date {
  display: inline-block;
  vertical-align: top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #e5b8d5;
}
.event__date h4 {
  color: #2e4873;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}
.event__date span {
  color: #2e4873;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.single_event_hero {
  background-color: #214683;
  color: white;
  position: relative;
  padding-bottom: 0;
  padding-top: 120px;
  padding-bottom: 20px;
}

.single_event_hero__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 70px;
  column-gap: 70px;
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
}

.single_event_hero__img_wrap {
  position: relative;
  max-width: 425px;
  width: 100%;
  border-radius: 12px;
  height: 345px;
  overflow: hidden;
}

.single_event_hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.single_event_hero__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 20px;
  min-height: 260px;
}

.single_event_hero__date {
  color: #e5b8d5;
  font-weight: 600;
}

.single_event_hero__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.single_event_hero__meta {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 5px 0;
}

.single_event_hero__bg {
  opacity: 0.1;
  filter: blur(8px);
}

.single_event {
  padding-top: 120px;
  padding-bottom: 90px;
}

.directions_button {
  position: relative;
  transition: 0.2s;
}
.directions_button:hover {
  color: #5981c4;
}

@media screen and (max-width: 1000px) {
  .single_event_hero {
    padding-bottom: 60px;
  }
  .single_event_hero__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    row-gap: 40px;
  }
  .single_event_hero__img_wrap {
    height: auto;
  }
  .single_event_hero__img_wrap:after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }
  .single_event_hero__content {
    min-height: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .event {
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: solid 3px rgba(89, 129, 196, 0.5);
    padding: 20px 0;
    row-gap: 10px;
    margin: 20px 0;
    text-align: center;
  }
  .event:last-of-type {
    border-bottom: none;
  }
  .event .event__text {
    max-width: none;
    text-align: center;
  }
  .event .event__time {
    margin-top: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .event .event__button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .event .event__time {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .event .event__time .time {
    margin: 0;
  }
}
.feat__single {
  display: block;
  width: 100%;
  border: solid 3px rgba(33, 70, 131, 0.1);
  border-radius: 6px;
  height: 100%;
  padding: 30px 20px;
  transition: 0.4s;
}
.feat__single:hover {
  background-color: #fff;
}

.feat__single__title {
  line-height: 35px;
  font-size: 27px;
  color: #344765;
  font-weight: 600;
  margin-top: 20px;
  min-height: 70px;
  margin-bottom: 15px;
}

.feat__single__meta {
  color: rgba(64, 97, 152, 0.81);
  font-weight: 600;
  line-height: 31px;
  font-size: 17px;
}

.featured__grid {
  row-gap: 40px;
}

.feat__event_item {
  overflow: hidden;
  position: relative;
  padding: 0;
  border: none;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event_tile__img_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 350px;
}
.event_tile__img_wrap .event__date {
  position: absolute;
  top: 20px;
  left: 20px;
}

.event_tile__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.feat__single__content {
  border: solid 3px rgba(33, 70, 131, 0.1);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  padding: 30px 20px;
  height: inherit;
}
.feat__single__content .feat__single__title {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .whats_on__featured__title {
    text-align: center;
  }
  .featured__grid .grid_1-3 {
    max-width: 400px;
    width: 100%;
  }
}
.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-top: 60px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  background-color: #214683;
  pointer-events: none;
}
.slick-dots li button {
  margin: 0 auto;
  width: 100px;
  height: 4px;
  background-color: rgba(33, 70, 131, 0.18);
  border: none;
  font-size: 0;
  transition: 0.2s;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  transition: 0.5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  background-color: rgba(33, 70, 131, 0.5);
}

.slider {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.slider .slick-slide {
  height: inherit;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: relative;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 8px;
}
.slick-arrows svg {
  width: 12px;
  fill: #214683;
  transition: 0.2s;
  margin-left: 2px;
}
.slick-arrows:hover {
  background-color: #5981c4;
}
.slick-arrows:hover svg {
  fill: white;
}

.prev-arrow svg {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 2px;
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  cursor: auto;
  pointer-events: none;
}
.slick-disabled .slick-arrows {
  cursor: auto;
  pointer-events: none;
  background-color: rgba(254, 254, 253, 0.79);
}
.slick-disabled .slick-arrows svg {
  opacity: 0.15;
}

.progress {
  display: block;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 4px;
  overflow: hidden;
  background-color: rgba(151, 151, 151, 0.18);
  background-image: linear-gradient(to right, #344765, #344765);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.error {
  min-height: 500px;
}

.front_hero {
  position: relative;
  overflow: hidden;
  background-color: #214683;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 60px;
  min-height: 730px;
  padding-bottom: 80px;
}
.front_hero .page__hero__img {
  opacity: 0.8;
}

.front__hero__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}

.front_hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.front_hero__grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  opacity: 0.53;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.front_hero__buttons {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}

.front_events {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.front_events__items {
  position: relative;
  padding-left: 80px;
}

.front_events__title {
  position: absolute;
  top: 120px;
  left: -110px;
  transform: rotate(90deg);
}

.front_events__slider_wrap {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
.front_events__slider_wrap .front_events__slider {
  margin: 0 -10px;
}
.front_events__slider_wrap .front_events__slider .feat__event_item {
  margin: 0 10px;
  background-color: #fff;
}
.front_events__slider_wrap .front_events__slider .event_tile__img_wrap {
  min-height: 300px;
}
.front_events__slider_wrap .front_events__slider .feat__single__content {
  border: none;
}
.front_events__slider_wrap .front_events__slider .feat__single__title {
  min-height: 128px;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}

.front_events__slider__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}

.front_events__slider__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.front_events__slider__nav__button {
  pointer-events: all;
  background-color: white;
  color: #5981c4;
  padding: 17px 20px;
}
.front_events__slider__nav__button svg {
  fill: #5981c4;
  transition: 0.3s;
}
.front_events__slider__nav__button:hover {
  background-color: #5981c4;
  color: white;
}
.front_events__slider__nav__button:hover svg {
  fill: white;
}

.front_events__circles {
  position: absolute;
  left: -40px;
  bottom: 50px;
  max-width: 150px;
  width: 100%;
  pointer-events: none;
}

.front__featured {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}

.front__featured__bg {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  bottom: 0;
}
.front__featured__bg--1 {
  left: 0;
}
.front__featured__bg--2 {
  right: 0;
}

.front__featured__box {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #e5b8d5;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.front__featured__box p {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 20px;
}
.front__featured__box .button {
  margin-top: 10px;
}

.front__community {
  position: relative;
  padding: 100px 0;
}

.front__community__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.front__community__img_wrap {
  position: relative;
  max-width: 545px;
  width: 100%;
}
.front__community__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 113%;
}

.front__community__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.front__community__circles {
  position: absolute;
  max-width: 200px;
  width: 100%;
  bottom: -50px;
  left: -50px;
}

.front__community__content {
  max-width: 490px;
  width: 100%;
  padding-top: 30px;
}
.front__community__content p {
  opacity: 0.86;
}

.front__community__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 25px;
  margin-bottom: 40px;
}

.front__community__link {
  font-size: 27px;
  font-weight: 600;
  line-height: 29px;
  color: #344765;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  transition: 0.3s;
}
.front__community__link svg {
  fill: #e5b8d5;
  width: 15px;
  transition: 0.3s;
}
.front__community__link:hover {
  color: #5981c4;
}
.front__community__link:hover svg {
  fill: #5981c4;
}

@media screen and (max-width: 1080px) {
  .front_events__slider__nav {
    position: static;
    margin-top: 40px;
  }
  .front_events__circles {
    left: -30px;
    bottom: 30px;
    max-width: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .front_hero {
    min-height: 500px;
  }
  .front_hero .page__hero__title {
    font-size: 42px;
  }
  .front_hero__buttons {
    margin-top: 30px;
  }
  .front__featured {
    padding: 60px 0;
  }
  .front__community__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 80px;
  }
  .front__community__content {
    padding-top: 0;
    max-width: none;
  }
  .front__community__img_wrap {
    max-width: 400px;
  }
  .front__community__circles {
    max-width: 150px;
    bottom: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 800px) {
  .front_events__slider_wrap {
    padding-bottom: 0;
    max-width: 500px;
  }
  .front_events__slider_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #edece8;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 2;
  }
  .front_events__slider_wrap .slick-list,
  .front_events__slider_wrap .slick-track,
  .front_events__slider_wrap .front_events__slider {
    overflow: visible;
  }
  .front_events__slider_wrap .slick-list .feat__event_item,
  .front_events__slider_wrap .slick-track .feat__event_item,
  .front_events__slider_wrap .front_events__slider .feat__event_item {
    opacity: 0.4;
    pointer-events: none;
  }
  .front_events__slider_wrap .slick-list .feat__event_item.slick-active,
  .front_events__slider_wrap .slick-track .feat__event_item.slick-active,
  .front_events__slider_wrap .front_events__slider .feat__event_item.slick-active {
    opacity: 1;
    pointer-events: all;
  }
  .front_events__title {
    font-size: 34px;
    top: 80px;
    left: -80px;
    z-index: 3;
  }
  .front_events__items {
    padding-left: 50px;
    max-width: 600px;
    margin: 0 auto;
  }
  .front_events__circles {
    z-index: 3;
  }
}
@media screen and (max-width: 700px) {
  .front_hero {
    padding-bottom: 40px;
  }
  .front__featured__bg {
    width: 100%;
  }
  .front__featured__box {
    padding: 40px 20px;
  }
  .front_events {
    padding: 60px 0;
  }
  .front__community {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .front_events__items {
    padding-left: 0;
  }
  .front_events__title {
    transform: none;
    position: static;
    margin-bottom: 40px;
    text-align: center;
  }
  .front_events__slider_wrap {
    z-index: 4;
    max-width: 380px;
    margin: 0 auto;
  }
  .front_events__slider_wrap::before {
    display: none;
  }
}
.page__hero {
  position: relative;
  overflow: hidden;
  background-color: #214683;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  min-height: 550px;
  padding-top: 60px;
}

.page__hero--small {
  min-height: 435px;
  padding-top: 40px;
}

.page__hero--extra_small {
  min-height: 280px;
  padding-top: 50px;
}

.page__hero__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.page__hero__title {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 600;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}

.page__hero__subtitle {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 600;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  max-width: 600px;
  width: 100%;
  margin: 10px auto 0;
  line-height: 37px;
}

.staggered_page {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.staggered_page .iframe_wrap {
  max-width: 800px;
  margin: 20px 0;
}

.default_page {
  min-height: 500px;
}

@media screen and (max-width: 1200px) {
  .page__hero {
    min-height: 400px;
    padding-top: 0px;
  }
  .page__hero--extra_small {
    min-height: 280px;
    padding-top: 30px;
  }
}
.holding__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.worship_content {
  max-width: 615px;
  width: 100%;
  margin: 0 auto 20px;
}
.worship_content p {
  font-size: 20px;
  line-height: 36px;
  opacity: 0.86;
}

.sevices {
  padding: 70px 0 90px;
}

.services__title {
  text-align: center;
}

.sevices__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.sevices__nav__item {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #5981c4;
  background-color: white;
  padding: 10px 15px;
  border-radius: 6px;
  transition: 0.4s;
  cursor: pointer;
}
.sevices__nav__item.active, .sevices__nav__item:hover {
  background-color: rgba(202, 217, 240, 0.42);
}

.services__box {
  background-color: #e5b8d5;
  border-radius: 12px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.service__item_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 60px;
  display: none;
}
.service__item_wrap.active {
  display: block;
}

.service__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.service__item__img {
  max-width: 390px;
  width: 100%;
  display: block;
  border-radius: 6px;
}

.find_us {
  background-color: #cad9f0;
}

.find_us__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.find_us__content {
  max-width: 365px;
  width: 100%;
}
.find_us__content p {
  opacity: 0.85;
}

.find_us__img_wrap {
  position: relative;
  overflow: hidden;
  max-width: 585px;
  width: 100%;
}
.find_us__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 82%;
}

.find_us__img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  width: calc(100% - 45px);
  height: calc(100% - 50px);
}

.find_us__circles {
  max-width: 180px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.find_us__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 20px;
}
.find_us__button svg {
  max-width: 17px;
  width: 100%;
  fill: white;
  transition: 0.3s;
}
.find_us__button:hover {
  background-color: #e5b8d5;
  color: #344765;
}
.find_us__button:hover svg {
  fill: #344765;
}

@media screen and (max-width: 1080px) {
  .services__box {
    height: 430px;
  }
  .service__item {
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service__item__img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .find_us__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
  }
  .find_us__content {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .services__box {
    height: 640px;
  }
  .service__item_wrap {
    padding: 30px 20px;
  }
  .service__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 30px;
  }
}
.vision {
  padding-bottom: 100px;
}

.values__items {
  margin-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values__left__title {
  margin-bottom: 10px;
}

.values__left {
  max-width: 580px;
  width: 100%;
  min-height: 610px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  overflow: hidden;
  background-color: #edece8;
  border-radius: 12px;
  padding: 50px 60px;
}
.values__left .accordion {
  border-radius: 20px;
  padding: 0;
  border: none;
}
.values__left .accordion--open .accordion__arrow {
  fill: #5981c4;
}
.values__left .accordion--open .accordion__arrow {
  transform: rotate(180deg);
}
.values__left .accordion:hover .accordion__arrow {
  fill: #5981c4;
}

.values__right {
  max-width: 540px;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

.values__right__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 12px;
}
.values__right__img.active {
  opacity: 1;
  visibility: visible;
}
.values__right__img--1 {
  opacity: 1;
  visibility: visible;
}

.values__right__circles {
  max-width: 180px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.about_cta {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.about_cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.about_cta__box {
  background-color: #cad9f0;
  text-align: center;
  border-radius: 12px;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 60px 20px 80px;
}

.about_cta__box__title {
  margin-bottom: 10px;
  color: #344765;
}

.about_cta__box__text {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
  opacity: 0.93;
  color: #2e4873;
}

.about_cta__box__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .values__items {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 50px;
    margin-top: 60px;
  }
  .values__left {
    max-width: none;
    padding: 30px 20px;
    min-height: 0;
  }
  .values__right {
    max-width: 400px;
  }
  .values__right__circles {
    max-width: 120px;
  }
  .about_cta {
    padding: 80px 0;
  }
}
@media screen and (max-width: 700px) {
  .about_cta {
    padding: 60px 0;
  }
}
.sermons_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.sermon_item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sermon_item.visible {
  opacity: 1;
  transform: translateY(0);
}

.sermon_item__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 20px;
}

.sermon_item__img_wrap {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 20px;
  background-color: #cad9f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}

.sermon_item__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.sermon_item__middle {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sermon_item__title {
  font-weight: 600;
  color: #214683;
}

.sermon_item__middle__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sermon_button {
  border: solid 3px rgba(64, 97, 152, 0.2);
  background-color: transparent;
  color: #406198;
  padding: 14px 35px;
}
.sermon_button:hover, .sermon_button.active {
  background-color: #406198;
  color: white;
  border-color: #406198;
}

.sermon_item__embed {
  display: none;
}

#load-more-sermons {
  margin: 40px auto 0;
  max-width: 170px;
  width: 100%;
  display: block;
  background-color: rgba(202, 217, 240, 0.53);
  color: #214683;
}
#load-more-sermons:hover {
  background-color: #214683;
  color: white;
}

.sermon_cta__box {
  background-color: #e5b8d5;
}
.sermon_cta__box .about_cta__box__title {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
}
.sermon_cta__box .about_cta__box__button {
  background-color: #5981c4;
  color: white;
}
.sermon_cta__box .about_cta__box__button:hover {
  background-color: white;
  color: #5981c4;
}

@media screen and (max-width: 700px) {
  .sermon_item__img_wrap {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .sermon_item__top {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .sermon_item__middle__meta {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.whats_on__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.whats_on__top__title {
  color: #33558c;
  font-weight: 600;
}

.whats_on__top__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.whats_on__top__button svg {
  fill: white;
  max-width: 15px;
  width: 100%;
}

.whats_on__featured {
  background-color: #edece8;
}

@media screen and (max-width: 600px) {
  .whats_on__top {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 60px;
  }
}
.contact__content {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.contact__content h6 {
  font-size: 23px;
  font-weight: 600;
  color: #344765;
}
.contact__content p a {
  color: #344765;
  font-weight: 600;
  transition: 0.3s;
}
.contact__content p a:hover {
  color: #5981c4;
}

.team {
  position: relative;
  min-height: 1000px;
}

.team__content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.team__content__categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 50px;
}

.team__category {
  color: #5981c4;
  font-family: "urbane", sans-serif;
  font-size: 26px;
  letter-spacing: -0.1px;
  line-height: 34px;
  transition: 0.2s;
  opacity: 0.5;
  border-bottom: transparent solid 4px;
}
.team__category:hover {
  opacity: 1;
}
.team__category.active {
  opacity: 1;
  border-bottom: #5981c4 solid 4px;
}

.team__grid {
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 40px;
}

.team_member {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
.team_member:hover {
  background-color: #e5b8d5;
}
.team_member:hover .team_member__img {
  transform: scale(1.04);
}

.team_member__img_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 270px;
}

.team_member__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.team_member__content {
  padding: 20px;
}

.team_member__name {
  font-weight: 600;
}

.team__popup {
  position: absolute;
  max-width: 780px;
  width: calc(100% - 40px);
  background-color: #fff;
  padding: 70px 60px;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  display: none;
  transition: none;
  text-align: center;
}
.team__popup .team_member__img_wrap {
  max-width: 300px;
  width: 100%;
  height: 300px;
  margin: 0 auto 30px;
  border-radius: 6px;
}
.team__popup .team_member__job_title {
  font-size: 22px;
  color: #5981c4;
  font-weight: 600;
  margin-bottom: 20px;
}

.team__popup__content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .team__content {
    text-align: center;
  }
  .team__grid {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .team__grid .grid_1-4 {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .team__content__categories {
    overflow-x: scroll;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .team__category {
    white-space: nowrap;
  }
}
@media screen and (max-width: 700px) {
  .team__content {
    padding: 0 20px;
  }
  .team__popup {
    padding: 60px 20px;
  }
  .team__popup .team_member__img_wrap {
    max-width: 200px;
    height: 200px;
  }
  .team__category {
    font-size: 20px;
  }
}
.newsletter__box {
  background-color: rgba(237, 236, 232, 0.75);
  border-radius: 12px;
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 50px;
}
.newsletter__box p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #214683;
}
.newsletter__box .content {
  max-width: 495px;
  width: 100%;
}
.newsletter__box .button {
  padding: 17px 30px;
}

.newsletter_posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.newsletter_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 3px #e8ecf2;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.newsletter_item.visible {
  opacity: 1;
  transform: translateY(0);
}
.newsletter_item:last-of-type {
  border-color: transparent;
}

.newsletter_item__subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #5981c4;
  line-height: 20px;
}

.newsletter_item__title {
  font-size: 27px;
  font-weight: 600;
}

#load-more-newsletters {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .newsletter__box {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .newsletter__box .content {
    max-width: none;
  }
  .newsletter_item {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
  }
}