/*
Theme Name: overton
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: #636c80;
  font-family: "effra", sans-serif;
  font-size: 20px;
  line-height: 36px;
}
body.fixed {
  overflow: hidden;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

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 h1,
.content h2,
.content h3,
.content h5 {
  color: #3e434f;
}
.content h4 {
  color: #157087;
}
.content a {
  text-decoration: underline;
  color: inherit;
  font-weight: 500;
  transition: 0.3s;
}
.content a:hover {
  color: #157087;
}
.content a.button, .content .pagination a.next, .pagination .content a.next,
.content .pagination a.prev,
.pagination .content a.prev, .content a.search_form__submit, .content a.wp-block-button__link {
  font-weight: 700;
}
.content a.wp-block-button__link {
  color: inherit;
  margin-bottom: 20px;
  color: white;
  text-decoration: none;
}
.content a.wp-block-button__link.has-orange-background-color {
  background-color: #e55e35;
}
.content a.wp-block-button__link.has-orange-background-color:hover {
  background-color: #157087;
}
.content .wp-block-image {
  margin-bottom: 20px;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 40px;
  border-left: 7px solid rgba(21, 112, 135, 0.15);
}
.content blockquote p {
  font-size: 18px;
  color: #3e434f;
}
.content blockquote cite {
  font-weight: 500;
  color: #3e434f;
}
.content ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.content ul li::before {
  position: absolute;
  left: -20px;
  top: 15px;
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #157087;
}
.content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.content ol li {
  margin-bottom: 20px;
  list-style-type: none;
  counter-increment: item;
  position: relative;
}
.content ol li:before {
  position: absolute;
  left: -30px;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  color: #157087;
  content: counter(item) ".";
}
.content .wp-block-gallery {
  margin-bottom: 40px;
}
.content .wp-block-gallery.has-nested-images.columns-default {
  gap: 35px;
}
.content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc(33.33% - 70px);
}
@media screen and (max-width: 565px) {
  .content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 50%;
  }
}
.content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) {
  width: calc(46% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
}
.content .wp-block-group {
  padding: 50px 50px 40px;
  margin-bottom: 20px;
}
.content .wp-block-group h4 {
  margin-bottom: 30px;
}
.content .wp-block-group p {
  width: 100%;
  margin: 0 auto 20px;
}
.content .wp-block-group a.wp-block-button__link.has-orange-background-color:hover {
  background-color: #e55e35;
  opacity: 0.8;
}
.content hr {
  border: none;
  width: 100%;
  height: 3px;
  background-color: rgba(151, 151, 151, 0.3);
  display: block;
  margin: 40px 0;
}
.content .has-black-color {
  color: #3e434f;
}
.content .has-white-color {
  color: white;
}
.content .has-grey-color {
  color: #636c80;
}
.content .has-blue-color {
  color: #157087;
}
.content .has-orange-color {
  color: #e55e35;
}
.content .has-black-background-color {
  background-color: #3e434f;
}
.content .has-white-background-color {
  background-color: white;
}
.content .has-blue-background-color {
  background-color: #157087;
}
.content .has-orange-background-color {
  background-color: #e55e35;
}
.content .has-grey-background-color {
  background-color: #636c80;
}
.content .tablepress {
  margin: 40px 0;
}
.content .tablepress thead tr th {
  background-color: #157087;
  color: white;
  border: solid 4px white;
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
  line-height: 1;
}
.content .tablepress tbody tr td {
  background-color: #eeeff1;
  border: solid 4px white;
  padding: 15px 20px;
  color: #3e434f;
}
.content .tablepress caption {
  display: none;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
.iframe_wrap:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.iframe_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4,
.echo,
.content h5,
.foxtrot,
.content h6 {
  font-family: "new-order", sans-serif;
  color: #157087;
}

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

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

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

.delta,
.content h4 {
  font-size: 28px;
  line-height: 1.1;
}

.echo,
.content h5 {
  font-size: 22px;
  line-height: 1.6;
}

.foxtrot,
.content h6 {
  font-size: 18px;
}

@media screen and (max-width: 700px) {
  body {
    font-size: 18px;
    line-height: 32px;
  }
  .alpha,
  .content h1 {
    font-size: 38px;
  }
  .bravo,
  .content h2 {
    font-size: 32px;
  }
  .charlie,
  .content h3 {
    font-size: 28px;
  }
  .delta,
  .content h4 {
    font-size: 26px;
  }
  .echo,
  .content h5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
  }
  .content .tablepress {
    overflow-x: auto;
  }
  .content .tablepress thead tr th {
    font-size: 15px;
    padding: 10px 8px;
  }
  .content .tablepress tbody tr td {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 1.4;
  }
  .content .wp-block-group {
    padding: 40px 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, .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit], .pagination .next,
.pagination .prev, .search_form__submit, .frm_submit input,
.frm_submit button, .content a.wp-block-button__link,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 14px 40px;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 24px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.15px;
  line-height: 19px;
  text-transform: uppercase;
  background-color: #157087;
  font-family: "new-order", sans-serif;
  color: white;
  text-decoration: none !important;
}
.button:hover, .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .pagination .next:hover,
.pagination .prev:hover, .search_form__submit:hover, .frm_submit input:hover,
.frm_submit button:hover, .content a.wp-block-button__link:hover,
.wp-block-button__link:hover {
  background-color: #e55e35;
  color: white;
}

.button--secondary {
  background-color: #e55e35;
  color: white;
}
.button--secondary:hover {
  background-color: #157087;
  color: white;
}

.button--white {
  background-color: #fff;
  color: #157087;
}
.button--white:hover {
  background-color: #157087;
  color: white;
}

.frm_submit {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "effra", sans-serif;
  font-size: 15px;
  color: #ffffff;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit input:hover,
.frm_submit button:hover {
  background-color: #e55e35;
  color: white;
}
.frm_submit img {
  display: none;
}

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

.lines-button {
  padding: 8px 5px 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.25rem;
  background: #157087;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.25rem;
  background: #157087;
  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;
}

.primary_bg {
  background-color: #157087;
}

.header {
  background-color: white;
  padding: 20px 0;
  position: relative;
  z-index: 26;
}

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

.header__logo {
  max-width: 190px;
  width: 100%;
  display: block;
  transition: 0.5s;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.header__logo:hover {
  transform: scale(1.05);
}

.header__top_menu {
  position: absolute;
  top: -5px;
  right: 20px;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -ms-flex-align: center;
  align-items: center;
}

.header__sites {
  background-color: white;
  border: solid 2px rgba(21, 112, 135, 0.44);
  color: #157087;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 5px 15px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.header__sites .header__sites__hamburger {
  fill: #157087;
  width: 12px;
  opacity: 0.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start;
  transition: 0.3s;
}
.header__sites .header__sites__hamburger .lines-button {
  padding: 0;
}
.header__sites .header__sites__hamburger .lines {
  width: 12px;
  height: 2px;
}
.header__sites .header__sites__hamburger .lines:before, .header__sites .header__sites__hamburger .lines:after {
  width: 12px;
  height: 2px;
}
.header__sites .header__sites__hamburger .lines:before {
  top: 0.3rem;
}
.header__sites .header__sites__hamburger .lines:after {
  top: -0.3rem;
}
.header__sites .lines-button.x.close .lines:before,
.header__sites .lines-button.x.close .lines:after {
  width: 1.1rem;
}
.header__sites:hover, .header__sites.active {
  background-color: #157087;
  color: white;
}
.header__sites:hover .header__sites__hamburger, .header__sites.active .header__sites__hamburger {
  opacity: 1;
}
.header__sites:hover .lines,
.header__sites:hover .lines::before,
.header__sites:hover .lines::after, .header__sites.active .lines,
.header__sites.active .lines::before,
.header__sites.active .lines::after {
  background-color: white;
}

.header_search {
  width: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_search svg {
  width: 100%;
  fill: #157087;
  transition: 0.3s;
}
.header_search:hover svg, .header_search.active svg {
  fill: #e55e35;
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.header__menu {
  padding: 0;
}

.menu-item {
  display: inline-block;
  margin: 0 0 0 25px;
  text-transform: uppercase;
  font-family: "new-order", sans-serif;
  letter-spacing: 2.14px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  color: #157087;
  transition: 0.3s;
}
.menu-item a {
  color: inherit;
}
.menu-item:hover, .menu-item.current-menu-item, .menu-item.current-page-ancestor, .menu-item.current-menu-ancestor {
  color: #e55e35;
}
.menu-item:hover svg, .menu-item.current-menu-item svg, .menu-item.current-page-ancestor svg, .menu-item.current-menu-ancestor svg {
  fill: #e55e35;
}
.menu-item svg {
  fill: #157087;
  width: 12px;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
  opacity: 0.4;
}

.menu-item-has-children {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 31px;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  position: absolute;
  top: 50px;
  left: -20px;
  background: #f5f5f5;
  width: 255px;
  padding: 30px 20px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 26;
}
.sub-menu .menu-item {
  display: block;
  font-size: 14px;
  letter-spacing: 2.2px;
  margin: 0;
}
.sub-menu .menu-item a {
  padding: 10px 0;
  display: block;
  margin: 0;
}
.sub-menu .menu-item:first-of-type a {
  padding-top: 0;
}
.sub-menu .menu-item:last-of-type a {
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 10px 0;
  }
  .header__menu {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 0px 20px 40px;
  }
  .header__menu .menu-item {
    display: block;
    margin: 30px 0;
  }
  .header__menu .menu-item svg {
    transform: none;
    top: 9px;
  }
  .menu-item-has-children svg {
    transition: 0.3s;
  }
  .menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
    padding: 30px 20px 10px;
    max-width: none;
    width: 100%;
  }
  .sub-menu .menu-item {
    font-size: 13px;
    margin: 0;
  }
  .sub-menu .menu-item a {
    padding: 15px 0;
    display: block;
    margin: 0;
  }
  .sub-menu .menu-item:first-of-type a {
    padding-top: 0;
  }
  .sub-menu .menu-item:last-of-type a {
    padding-bottom: 0;
  }
  .header__nav {
    margin-top: 0;
  }
  .header__sites,
  .header__top_menu {
    position: static;
  }
  .header__sites {
    background-color: transparent;
    margin-top: 10px;
  }
  .header_search {
    width: auto;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .header_search svg {
    width: 18px;
    transition: none;
  }
  .header_search:after {
    content: "Search";
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.14px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #636c80;
    transition: 0.3s;
  }
  .header__top_menu {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    max-width: 230px;
  }
  .header__menu {
    top: 65px;
  }
}
.footer {
  background-color: #157087;
  color: white;
  padding: 40px 0 20px;
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 100px;
  column-gap: 100px;
  margin-bottom: 70px;
}

.footer__logo {
  max-width: 105px;
  width: 100%;
}

.footer__menu {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.footer__menu .menu-item {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.68;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  text-align: left;
  max-width: 280px;
  width: 100%;
  margin: 0px 0;
}
.footer__menu .menu-item a {
  padding: 0;
}
.footer__menu .menu-item svg {
  display: none;
}
.footer__menu .menu-item-has-children {
  opacity: 1;
  font-size: 18px;
  cursor: auto;
}
.footer__menu .menu-item-has-children.menu-item-37 a {
  opacity: 0;
  visibility: hidden;
}
.footer__menu .menu-item-has-children.menu-item-37 .sub-menu a {
  opacity: 1;
  visibility: visible;
}
.footer__menu .sub-menu {
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin-top: 5px;
}
.footer__menu .sub-menu .menu-item {
  display: block;
}
.footer__menu .sub-menu .menu-item:hover {
  opacity: 1;
}

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

.footer__social__item {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  transition: 0.4s;
}
.footer__social__item svg {
  width: 100%;
  fill: white;
}
.footer__social__item:hover {
  opacity: 1;
}

.footer__small_print {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.footer__small_print p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.footer__small_print p a {
  color: inherit;
  transition: 0.3s;
}
.footer__small_print p a:hover {
  color: white;
}

.footer__small_print__left {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

@media screen and (max-width: 1200px) {
  .footer__menu .sub-menu {
    display: block;
  }
  .footer__inner {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
  }
  .footer__menu {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .footer__socials {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__small_print,
  .footer__small_print__left {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer__menu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer__menu .menu-item {
    text-align: center;
  }
  .footer__small_print p {
    text-align: center;
  }
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field input[type=tel],
.frm_form_field input[type=password],
.frm_form_field textarea,
.frm_form_field select {
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  font-family: "effra", sans-serif;
  border: 2px solid rgba(99, 108, 128, 0.39);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 3px 10px;
  color: #636c80;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field input[type=tel].placeholder,
.frm_form_field input[type=password].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: rgba(99, 108, 128, 0.44);
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field input[type=tel]:-moz-placeholder,
.frm_form_field input[type=password]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: rgba(99, 108, 128, 0.44);
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field input[type=tel]::-moz-placeholder,
.frm_form_field input[type=password]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: rgba(99, 108, 128, 0.44);
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field input[type=tel]:-ms-input-placeholder,
.frm_form_field input[type=password]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: rgba(99, 108, 128, 0.44);
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field input[type=tel]::-webkit-input-placeholder,
.frm_form_field input[type=password]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: rgba(99, 108, 128, 0.44);
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field input[type=tel]:focus,
.frm_form_field input[type=password]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}
.frm_form_field label,
.frm_form_field .frm_primary_label {
  font-size: 14px;
  line-height: 22px;
}
.frm_form_field .frm_opt_container {
  margin-top: 10px;
  margin-bottom: 20px;
}
.frm_form_field .frm_checkbox {
  position: relative;
  padding-left: 35px;
}
.frm_form_field .frm_checkbox input {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.frm_form_field .frm_checkbox label {
  font-weight: 500;
  display: block;
  line-height: 30px;
  font-size: 17px;
}

.frm_hidden {
  display: none;
}

.frm_error_style {
  color: red;
}

.frm_error {
  color: red;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.drop_down {
  position: relative;
  cursor: pointer;
}
.drop_down::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 29px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #3e434f transparent transparent transparent;
  transform: rotate(0deg);
  pointer-events: none;
}

.frm_time_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.frm_time_wrap span {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.frm_time_wrap select {
  width: auto;
  appearance: auto;
}

.frm_html_container {
  margin-top: 15px;
}

.popup_bg,
.team_popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(99, 108, 128, 0.9);
  z-index: 23;
  display: none;
}

.popup {
  display: none;
  position: fixed;
  top: 170px;
  left: 20px;
  right: 20px;
  z-index: 24;
  background-color: #fff;
  max-width: 780px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px 80px;
  text-align: center;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #157087;
}
.popup__close svg {
  width: 18px;
  stroke: #979797;
  stroke-width: 15px;
  transition: 0.3s;
}

.site_popup h3 {
  color: #157087;
}
.site_popup .site_popup__list {
  padding-left: 0;
  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;
  row-gap: 20px;
}
.site_popup .site_popup__list .site_popup__list__item {
  transition: 0.3s;
  margin-bottom: 0;
}
.site_popup .site_popup__list .site_popup__list__item:before {
  display: none;
}
.site_popup .site_popup__list .site_popup__list__item:hover a {
  color: #e55e35;
}

@media screen and (max-width: 820px) {
  .popup {
    padding: 40px 20px;
  }
}
.section {
  padding: 80px 0;
}

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

.section--bg {
  background-color: #d7e3e6;
}

@media screen and (max-width: 700px) {
  .section {
    padding: 60px 0;
  }
}
.cta {
  position: relative;
  background-color: #e55e35;
  color: white;
  text-align: center;
  overflow: hidden;
  padding: 100px 0;
}
.cta .cta__title {
  color: white;
}

.cta__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 400px;
  width: 100%;
}

.cta__content {
  position: relative;
  z-index: 1;
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
}

.cta__title {
  margin-bottom: 20px;
}

.cta__content {
  margin-bottom: 35px;
}

@media screen and (max-width: 700px) {
  .cta__bg {
    max-width: 250px;
  }
}
.flexible_content {
  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;
}

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

.flexible_content__content {
  max-width: 600px;
  width: 100%;
}
.flexible_content__content .button, .flexible_content__content .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit], .forgot_password_form .frm_style_formidable-style.with_frm_style .flexible_content__content input[type=submit], .flexible_content__content .pagination .next, .pagination .flexible_content__content .next,
.flexible_content__content .pagination .prev,
.pagination .flexible_content__content .prev, .flexible_content__content .search_form__submit, .flexible_content__content .content a.wp-block-button__link, .content .flexible_content__content a.wp-block-button__link, .flexible_content__content .frm_submit input, .frm_submit .flexible_content__content input,
.flexible_content__content .frm_submit button,
.frm_submit .flexible_content__content button {
  color: white;
}
.flexible_content__content .button:hover, .flexible_content__content .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .forgot_password_form .frm_style_formidable-style.with_frm_style .flexible_content__content input[type=submit]:hover, .flexible_content__content .pagination .next:hover, .pagination .flexible_content__content .next:hover,
.flexible_content__content .pagination .prev:hover,
.pagination .flexible_content__content .prev:hover, .flexible_content__content .search_form__submit:hover, .flexible_content__content .content a.wp-block-button__link:hover, .content .flexible_content__content a.wp-block-button__link:hover, .flexible_content__content .frm_submit input:hover, .frm_submit .flexible_content__content input:hover,
.flexible_content__content .frm_submit button:hover,
.frm_submit .flexible_content__content button:hover {
  color: white;
}

.flexible_content__buttons {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 40px;
}
.flexible_content__buttons a {
  color: white;
}

.center_aligned_text {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.center_aligned_text .flexible_content__buttons {
  -ms-flex-pack: center;
  justify-content: center;
}
.center_aligned_text .flexible_content__buttons .button--secondary:hover {
  color: white;
}

.youth_calendar_button,
.kids_calendar_button {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .flexible_content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
  }
  .flexible_content--rev {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flexible_content__content {
    max-width: none;
    text-align: center;
  }
  .flexible_content__buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexible_content__img {
    max-width: 350px;
  }
}
.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0 5px;
  list-style: none;
}
.slick-dots li.slick-active button {
  background-color: #157087;
  pointer-events: none;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: rgba(21, 112, 135, 0.46);
  border-radius: 50%;
  border: none;
  font-size: 0;
  transition: 0.2s;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: none;
}

.slider {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.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;
}
.slick-arrows svg {
  width: 25px;
  fill: #157087;
  transition: 0.2s;
}
.prev-arrow {
  margin-right: 10px;
}
.prev-arrow svg {
  transform: rotate(180deg);
}

.slick-arrow {
  transition: 0.2s;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
}
.slick-disabled .slick-arrows {
  cursor: auto;
}

.progress_arrow__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.arrow__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 40px;
}

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

.error {
  min-height: calc(100vh - 400px);
}

.error__title {
  color: #157087;
  margin-bottom: 20px;
}

.error__content a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  transition: 0.4s;
}
.error__content a:hover {
  color: #157087;
}

.front_hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 540px;
  background-color: #d8dbe2;
}
.front_hero:after {
  content: "";
  display: block;
  padding-bottom: 39%;
}
.front_hero .front_hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.front_hero .front_hero__slider .slick-list,
.front_hero .front_hero__slider .slick-track {
  height: inherit;
}
.front_hero .front_hero__slider .front_hero__slider__img {
  width: 100%;
  height: inherit;
  display: block;
}

.front__title {
  margin-bottom: 20px;
}

.front__events {
  background-color: #157087;
  color: white;
  position: relative;
  overflow: hidden;
  background-image: url(assets/images/backgrounds/whats-on-bg.jpg);
  background-position: center;
  background-size: cover;
}

.front__events__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;
  position: relative;
  z-index: 1;
}
.front__events__items.no_events {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.front__events__items.no_events .front__events__content {
  max-width: none;
}
.front__events__items.no_events .front__events__content h1 {
  margin-bottom: 20px;
}
.front__events__items.no_events .front__events__buttons {
  -ms-flex-pack: center;
  justify-content: center;
}

.front__events__content {
  max-width: 340px;
  width: 100%;
  color: white;
}
.front__events__content h5 {
  font-weight: 500;
  color: #d7e3e6;
  margin-bottom: 0;
}
.front__events__content h1 {
  color: white;
  margin-bottom: 40px;
}

.front__events__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.front__events__buttons .button, .front__events__buttons .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit], .forgot_password_form .frm_style_formidable-style.with_frm_style .front__events__buttons input[type=submit], .front__events__buttons .pagination .next, .pagination .front__events__buttons .next,
.front__events__buttons .pagination .prev,
.pagination .front__events__buttons .prev, .front__events__buttons .search_form__submit, .front__events__buttons .content a.wp-block-button__link, .content .front__events__buttons a.wp-block-button__link, .front__events__buttons .frm_submit input, .frm_submit .front__events__buttons input,
.front__events__buttons .frm_submit button,
.frm_submit .front__events__buttons button {
  color: #636c80;
}
.front__events__buttons .button:hover, .front__events__buttons .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .forgot_password_form .frm_style_formidable-style.with_frm_style .front__events__buttons input[type=submit]:hover, .front__events__buttons .pagination .next:hover, .pagination .front__events__buttons .next:hover,
.front__events__buttons .pagination .prev:hover,
.pagination .front__events__buttons .prev:hover, .front__events__buttons .search_form__submit:hover, .front__events__buttons .content a.wp-block-button__link:hover, .content .front__events__buttons a.wp-block-button__link:hover, .front__events__buttons .frm_submit input:hover, .frm_submit .front__events__buttons input:hover,
.front__events__buttons .frm_submit button:hover,
.frm_submit .front__events__buttons button:hover {
  color: white;
}

.front__events__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 500px;
  width: 100%;
  opacity: 0.5;
}

.front__events__slider_wrap {
  position: relative;
  max-width: 750px;
  width: 100%;
}
.front__events__slider_wrap .featured_events__slider__item {
  margin: 0 15px;
}

.front__events__slider__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 60px);
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -30px;
  top: 160px;
}

.front__featured {
  position: relative;
  overflow: hidden;
  background-image: url(assets/images/backgrounds/front-featured-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.front__featured__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-column-gap: 40px;
  column-gap: 40px;
  position: relative;
  z-index: 1;
}
.front__featured__items--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.front__featured__item {
  max-width: 550px;
  width: 100%;
}

.front__featured__item__img {
  width: 100%;
  height: 345px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.front__featured__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 575px;
  width: 100%;
  opacity: 0.5;
}

.front__featured__item__content h2 {
  margin-bottom: 10px;
}

.front__featured__item__button {
  background-color: #157087;
}

.front_additional {
  background-color: #f8faf7;
}

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

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

.front_additional__content {
  max-width: 515px;
  width: 100%;
}
.front_additional__content h5 {
  margin-bottom: 0;
  color: #157087;
}
.front_additional__content h1 {
  color: #157087;
}
.front_additional__content .button, .front_additional__content .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit], .forgot_password_form .frm_style_formidable-style.with_frm_style .front_additional__content input[type=submit], .front_additional__content .pagination .next, .pagination .front_additional__content .next,
.front_additional__content .pagination .prev,
.pagination .front_additional__content .prev, .front_additional__content .search_form__submit, .front_additional__content .content a.wp-block-button__link, .content .front_additional__content a.wp-block-button__link, .front_additional__content .frm_submit input, .frm_submit .front_additional__content input,
.front_additional__content .frm_submit button,
.frm_submit .front_additional__content button {
  color: white;
  background-color: #e55e35;
}
.front_additional__content .button:hover, .front_additional__content .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .forgot_password_form .frm_style_formidable-style.with_frm_style .front_additional__content input[type=submit]:hover, .front_additional__content .pagination .next:hover, .pagination .front_additional__content .next:hover,
.front_additional__content .pagination .prev:hover,
.pagination .front_additional__content .prev:hover, .front_additional__content .search_form__submit:hover, .front_additional__content .content a.wp-block-button__link:hover, .content .front_additional__content a.wp-block-button__link:hover, .front_additional__content .frm_submit input:hover, .frm_submit .front_additional__content input:hover,
.front_additional__content .frm_submit button:hover,
.frm_submit .front_additional__content button:hover {
  color: white;
  background-color: #157087;
}

@media screen and (max-width: 1250px) {
  .front__events__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 40px;
  }
  .front__events__buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .front__events__content h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .front__featured__items {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
    -ms-flex-align: center;
    align-items: center;
  }
  .front__featured__item__img {
    max-height: 345px;
    height: auto;
  }
  .front_additional__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .front_additional__content {
    max-width: none;
  }
}
.page__hero {
  height: 335px;
  position: relative;
  overflow: hidden;
  background-color: #e55e35;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  background-image: url(assets/images/backgrounds/default-blue.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__hero.page__hero--no_bg {
  background-image: none;
  background-color: #157087;
}
.page__hero.page__hero--rev {
  background-image: url(assets/images/backgrounds/default-bg.jpg);
}
.page__hero.page__hero--blue_rev {
  background-image: url(assets/images/backgrounds/default-blue-rev.jpg);
}

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

.page__hero__title {
  color: white;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.page__hero--small {
  background-color: #157087;
  height: 225px;
}

.page__hero__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 540px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.page__hero__bg--flipped {
  transform: rotateY(180deg);
  right: 0;
  left: initial;
}

.page__hero--dark_bg {
  background-color: #157087;
}

.page__hero__description {
  color: white;
  z-index: 1;
  position: relative;
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
.page__hero__description a {
  color: inherit;
  border-bottom: solid 1.5px white;
}

.page__hero__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;
  position: relative;
  z-index: 1;
}
.page__hero__items .button--white:hover {
  background-color: #e55e35;
}

.page {
  min-height: calc(100vh - 300px);
}

@media screen and (max-width: 800px) {
  .page__hero__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .page__hero--small {
    height: 170px;
  }
  .page__hero--small .page__hero__bg {
    max-width: 510px;
  }
  .page__hero {
    height: 220px;
  }
}
.single__life_event_hero {
  height: 335px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single_life_event_title {
  display: block;
  color: #157087;
  margin-bottom: 20px;
}

.single__hero {
  position: relative;
  overflow: hidden;
  background-image: url(assets/images/backgrounds/default-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.single__hero__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.single__hero__content {
  max-width: 510px;
  width: 100%;
  color: white;
}

.single__hero__cat {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.47px;
  font-family: "new-order", sans-serif;
  color: white;
}

.single__hero__title {
  color: white;
}

.single__hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 480px;
  width: 100%;
  opacity: 0.5;
  height: 100%;
}

.single_post {
  padding: 60px 0;
}

.single__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;
  position: relative;
  z-index: 2;
}

.single__img {
  max-width: 380px;
  width: 100%;
  border-radius: 6px;
  margin-top: -205px;
}

.single__content {
  max-width: 510px;
  width: 100%;
}
.single__content .wp-block-button__link {
  background-color: #157087;
  margin-top: 10px;
}

.other_posts {
  position: relative;
  overflow: hidden;
}

.other_posts__title {
  color: #157087;
}

.other_posts__grid {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.other_posts__grid .news_and_resource__item {
  margin: 30px 0;
}

.other_posts__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 545px;
  width: 100%;
  opacity: 0.63;
}

@media screen and (max-width: 1200px) {
  .other_posts__title {
    text-align: center;
  }
  .other_posts__grid .grid_1-3 {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .single__hero__items {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .single__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .single__img {
    margin-top: 0;
  }
  .single__content {
    max-width: none;
  }
  .single__content .wp-block-buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.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;
}

.contact__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: 60px;
  column-gap: 60px;
}

.contact__left {
  max-width: 390px;
  width: 100%;
}

.contact__left__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__left__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 30px;
}

.contact__left__item__content a {
  color: inherit;
  display: block;
}

.contact__left__item__icon {
  max-width: 35px;
  width: 100%;
}

.contact__left__item__title {
  color: #e55e35;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.contact__map_link {
  font-size: 18px;
  color: #3e434f;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.2s;
}
.contact__map_link:hover {
  color: #157087;
}

.contact__right {
  max-width: 535px;
  width: 100%;
}
.contact__right h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .contact__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact__left,
  .contact__right {
    max-width: 700px;
  }
  .contact__left__items {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.team__categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 20px;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

.team_category {
  list-style: none;
  color: #157087;
  font-size: 28px;
  transition: 0.3s;
  border-bottom: solid 2px transparent;
}
.team_category a {
  color: inherit;
}
.team_category:hover {
  color: #e55e35;
}
.team_category.active {
  color: #e55e35;
  border-color: #e55e35;
}

.team_member {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
}
.team_member:hover .team_member__img {
  transform: scale(1.05);
}

.team_member__img_wrap {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.team_member__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

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

.team_member__title {
  color: #157087;
}

.team_popup__content .team_member__img_wrap {
  max-width: 255px;
  margin: 0 auto 20px;
}
.team_popup__content .team_member__job {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.team_popup {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .team__grid .grid_1-4 {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .team_popup__content .team_member__img_wrap {
    max-width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .team_popup {
    position: absolute;
  }
}
@media screen and (max-width: 700px) {
  .team_category {
    font-size: 24px;
  }
  .team__categories {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
  }
  .team_member__img_wrap {
    max-width: 170px;
    margin: 0 auto 10px;
  }
}
.donate_hero {
  background-image: url(assets/images/backgrounds/default-bg.jpg);
}

.donate__content h3 {
  color: #e55e35;
  margin-top: 40px;
}
.donate__content p {
  margin-bottom: 60px;
}
.donate__content p:last-of-type {
  margin-bottom: 0;
}
.donate__content .button, .donate__content .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit], .forgot_password_form .frm_style_formidable-style.with_frm_style .donate__content input[type=submit], .donate__content .pagination .next, .pagination .donate__content .next,
.donate__content .pagination .prev,
.pagination .donate__content .prev, .donate__content .search_form__submit, .donate__content .content a.wp-block-button__link, .content .donate__content a.wp-block-button__link, .donate__content .frm_submit input, .frm_submit .donate__content input,
.donate__content .frm_submit button,
.frm_submit .donate__content button {
  margin-top: 40px;
  background-color: #157087;
}
.donate__content .button:hover, .donate__content .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .forgot_password_form .frm_style_formidable-style.with_frm_style .donate__content input[type=submit]:hover, .donate__content .pagination .next:hover, .pagination .donate__content .next:hover,
.donate__content .pagination .prev:hover,
.pagination .donate__content .prev:hover, .donate__content .search_form__submit:hover, .donate__content .content a.wp-block-button__link:hover, .content .donate__content a.wp-block-button__link:hover, .donate__content .frm_submit input:hover, .frm_submit .donate__content input:hover,
.donate__content .frm_submit button:hover,
.frm_submit .donate__content button:hover {
  background-color: #e55e35;
}

.about__exlore__content {
  text-align: center;
  max-width: 710px;
  width: 100%;
  margin: 0 auto 60px;
}
.about__exlore__content h1 {
  color: #3e434f;
}

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

.explore__item {
  display: block;
  width: 100%;
  text-align: center;
}
.explore__item:hover .explore__item__title {
  color: #e55e35;
}
.explore__item:hover .explore__item__img {
  transform: scale(1.05);
}

.explore__item__img_wrap {
  position: relative;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}
.explore__item__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 72%;
}

.explore__item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.explore__item__title {
  color: #157087;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .about__exlore__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .explore__item {
    max-width: 360px;
    width: 100%;
  }
}
.services__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;
}

.services__content {
  max-width: 450px;
  width: 100%;
}
.services__content h4 {
  color: #3e434f;
  margin-bottom: 10px;
}
.services__content .calendar_services_button {
  color: white;
}
.services__content .calendar_services_button:hover {
  color: #636c80;
}

.services__img {
  max-width: 450px;
  width: 100%;
}

.services__content__additional {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .services__img {
    max-width: 350px;
  }
}
@media screen and (max-width: 850px) {
  .services__items {
    row-gap: 40px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
  }
  .services__content {
    max-width: none;
    text-align: center;
  }
  .services__content .wp-block-buttons {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.events__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.events__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.events__filter__select {
  display: block;
  position: relative;
  max-width: 250px;
  min-width: 250px;
  width: 100px;
  cursor: pointer;
}
.events__filter__select select {
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  font-family: "effra", sans-serif;
  border: 2px solid rgba(99, 108, 128, 0.39);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 3px 10px;
  color: #636c80;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.events__filter__select:after {
  bottom: 19px;
}

.events__filter__clear {
  color: #157087;
}

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

.events_nav__item {
  display: block;
  max-width: 25px;
  width: 100%;
}
.events_nav__item svg {
  display: block;
  fill: #e55e35;
  width: 100%;
  transition: 0.4s;
}
.events_nav__item:hover svg {
  fill: #157087;
}

.events_nav__item--next {
  transform: rotate(180deg);
}

.events__loop {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
}

.event_item {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(226, 232, 238, 0.69);
  padding: 20px;
  margin: 30px 0;
  color: #3e434f;
}
.event_item:hover .event_item__button {
  background-color: #157087;
  color: white;
}

.event_item__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  width: 80px;
  height: 80px;
}

.event_item__date__number {
  font-weight: 300;
  line-height: 1;
  color: #157087;
}

.event_item__date__month {
  font-weight: 500;
  color: #157087;
  line-height: 1;
  font-size: 22px;
}

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

.event_item__title {
  margin-bottom: 5px;
}

.event_item__main__details {
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -ms-flex-align: center;
  align-items: center;
  color: #636c80;
  font-weight: 400;
}

.event_item__button {
  background-color: #d8dbe2;
  color: #636c80;
}

@media screen and (max-width: 800px) {
  .events__top {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 30px;
  }
  .events__loop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event_item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
    max-width: 350px;
    width: 100%;
    margin: 20px 0;
  }
  .event_item__main__details {
    margin-top: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0px;
  }
}
@media screen and (max-width: 700px) {
  .featured_events_button_hero {
    padding: 14px 20px;
  }
}
.featured_events {
  position: relative;
}

.featured_events__slider__item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  height: inherit !important;
  margin: 20px 0;
}
.featured_events__slider__item:hover .featured_events__slider__item__img {
  transform: scale(1.04);
}
.featured_events__slider__item:hover .featured_events__slider__item__content {
  background-color: #e55e35;
  color: white;
}
.featured_events__slider__item:hover .featured_events__slider__item__content h4,
.featured_events__slider__item:hover .featured_events__slider__item__content .featured_events__slider__item__date {
  color: white;
}

.featured_events__slider__item__img_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.featured_events__slider__item__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

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

.featured_events__slider__item__content {
  background-color: #fff;
  padding: 20px;
  transition: 0.5s;
}
.featured_events__slider__item__content h4 {
  color: #157087;
  transition: 0.5s;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.34px;
  min-height: 62px;
}
.featured_events__slider__item__content .featured_events__slider__item__date {
  color: #157087;
  text-transform: uppercase;
  letter-spacing: 0.47px;
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.5s;
}

.featured_events__slider__arrows {
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: -40px;
  width: calc(100% + 80px);
  top: 43%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .featured_events .grid_1-3 {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .featured_events__slider__item__content h4 {
    font-size: 26px;
    min-height: auto;
  }
}
.single_event_hero {
  background-color: rgba(21, 112, 135, 0.15);
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
}

.single_event_hero__img {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.single_event_hero__bg {
  max-width: 950px;
  width: 100%;
  position: absolute;
  bottom: -350px;
  left: 0;
  opacity: 0.5;
}

.single_event_hero__title {
  color: #157087;
  margin-bottom: 10px;
}

.single_event_hero__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}
.single_event_hero__meta p {
  color: #157087;
  font-weight: 600;
  font-family: "new-order", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eventorganiser-event-meta {
  display: none;
}

.other_events__title {
  color: #3e434f;
}

.other_events {
  position: relative;
  overflow: hidden;
}

.other_events__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 570px;
  width: 100%;
  opacity: 0.63;
}

@media screen and (max-width: 1200px) {
  .other_events__grid .grid_1-3 {
    max-width: 335px;
    width: 100%;
  }
}
.life_events_hero {
  background-color: #668c56;
  padding: 60px 20px;
  height: auto;
}
.life_events_hero .page__hero__bg {
  -o-object-fit: fill;
  object-fit: fill;
}

.life_event__item {
  position: relative;
  display: block;
  width: 100%;
  height: 335px;
  background-color: black;
  max-width: 800px;
  margin: 0px auto 40px;
  overflow: hidden;
}
.life_event__item:last-of-type {
  margin-bottom: 0;
}
.life_event__item:hover .life_event__item__img {
  transform: scale(1.05);
}
.life_event__item:hover .button, .life_event__item:hover .forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit], .forgot_password_form .frm_style_formidable-style.with_frm_style .life_event__item:hover input[type=submit], .life_event__item:hover .pagination .next, .pagination .life_event__item:hover .next,
.life_event__item:hover .pagination .prev,
.pagination .life_event__item:hover .prev, .life_event__item:hover .search_form__submit, .life_event__item:hover .content a.wp-block-button__link, .content .life_event__item:hover a.wp-block-button__link, .life_event__item:hover .frm_submit input, .frm_submit .life_event__item:hover input,
.life_event__item:hover .frm_submit button,
.frm_submit .life_event__item:hover button {
  background-color: white;
  color: #157087;
}

.life_event__item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  transition: 0.4s;
}

.life_event__item__content {
  color: white;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.life_event__item__content h2 {
  color: white;
}

.singe_life_event {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .life_event__item {
    height: 250px;
  }
  .life_event__item__content {
    bottom: 20px;
  }
}
.news__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-column-gap: 70px;
  column-gap: 70px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  padding-left: 0;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__nav__item {
  font-size: 28px;
  color: #157087;
  border-bottom: solid 3px transparent;
  list-style: none;
  transition: 0.3s;
  font-family: "new-order", sans-serif;
}
.news__nav__item a {
  color: inherit;
}
.news__nav__item.active {
  border-color: #e55e35;
  color: #e55e35;
}
.news__nav__item:hover {
  color: #e55e35;
}

.news_and_resources__grid {
  margin: 20px -20px;
}
.news_and_resources__grid > [class*=grid_] {
  padding: 0 20px;
}

.news_and_resource__item {
  display: block;
  margin: 40px 0;
}
.news_and_resource__item:hover .news_and_resource__item__img {
  transform: scale(1.05);
}

.news_and_resource__item__img_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_and_resource__item__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

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

.news_and_resource__item__category {
  color: #157087;
  font-size: 20px;
  font-family: "effra", sans-serif;
}

.news_and_resource__item__title {
  color: #157087;
  margin-bottom: 10px;
}

.news_and_resource__item__description {
  color: #636c80;
  font-size: 18px;
  line-height: 30px;
}

.news_and_resources__pagination .pagination__pages {
  display: none;
}

@media screen and (max-width: 1200px) {
  .news_and_resources__grid .grid_1-3 {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .news__nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sermons_hero {
  color: white;
  row-gap: 0;
  height: auto;
  padding: 70px 0 80px;
}
.sermons_hero .page__hero__bg {
  -o-object-fit: fill;
  object-fit: fill;
}

.sermons_hero__content {
  position: relative;
  z-index: 2;
}
.sermons_hero__content p {
  color: white;
}
.sermons_hero__content p:last-of-type {
  margin-bottom: 0;
}

.sermon__item {
  position: relative;
  display: block;
  margin: 30px 0;
  background-color: rgba(226, 232, 238, 0.69);
  border-radius: 6px;
  padding: 30px 40px;
}

.sermon__item__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.sermon__item__title {
  color: #3e434f;
}

.sermon__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sermon_listen_button {
  background-color: #d8dbe2;
  color: #636c80;
  font-size: 0;
  line-height: 0;
}
.sermon_listen_button:before {
  display: block;
  content: "listen";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.15px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
}
.sermon_listen_button:after {
  display: none;
  content: "Close";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.15px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
}
.sermon_listen_button:hover, .sermon_listen_button.active {
  background-color: #157087;
  color: white;
}
.sermon_listen_button.active:before {
  display: none;
}
.sermon_listen_button.active:after {
  display: block;
}

.sermon__item__content {
  display: none;
  margin-top: 30px;
}

.search_hero {
  background-color: #157087;
}

.search {
  min-height: 660px;
}

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

.search_form__input {
  max-width: 415px;
  width: 100%;
  border-radius: 2px;
  border: solid 2px rgba(99, 108, 128, 0.39);
  font-size: 20px;
  line-height: 36px;
  font-family: "effra", sans-serif;
  padding: 3px 10px;
  font-weight: 400;
}

.search_form__submit {
  -moz-appearance: none;
  appearance: none;
  background-color: #157087;
}

.search__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 40px 0;
}

.search__item__img_wrap {
  display: block;
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.search__item__img_wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.search__item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 100%;
}

.search__item__type {
  color: #157087;
  text-transform: uppercase;
  font-size: 18px;
  font-family: #157087;
}

.search__item__title {
  color: #157087;
  font-family: "new-order", sans-serif;
}

.search__item__excerpt {
  color: #636c80;
}

.search__error {
  text-align: center;
  margin-top: 40px;
}

.pagination {
  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;
}
.pagination .next,
.pagination .prev {
  background-color: #d8dbe2;
  color: #636c80;
}
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #157087;
  color: white;
}

.pagination__pages {
  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;
}
.pagination__pages li {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination__pages li a,
.pagination__pages li span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d8dbe2;
  color: #636c80;
  color: inherit;
  transition: 0.2s;
}
.pagination__pages li a.current, .pagination__pages li a:hover,
.pagination__pages li span.current,
.pagination__pages li span:hover {
  background-color: #157087;
  color: white;
}

@media screen and (max-width: 760px) {
  .search__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    row-gap: 10px;
    margin: 60px 0;
  }
  .search__item__img_wrap {
    max-width: 200px;
    width: 100%;
    min-width: 0;
  }
}
.sign_up_content {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.sign_up_form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.sign_up_form .frm_submit {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.sign_up_form .frm_message {
  text-align: center;
}

.login {
  background-color: #d7e3e6;
}

.login__form {
  background-color: #fff;
  padding: 60px;
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.login__form h3 {
  margin-bottom: 30px;
  color: #3e434f;
}
.login__form .frm_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.login__form .frm_message {
  text-align: center;
  color: #157087;
  margin-bottom: 20px;
}
.login__form .login_lost_pw {
  margin-top: 0;
  text-align: center;
}
.login__form .forgot-password {
  color: #3e434f;
  opacity: 0.7;
  font-size: 17px;
  text-decoration: underline;
}
.login__form .forgot-password:hover {
  opacity: 1;
  color: #157087;
}

.forgot_password_form .with_frm_style .frm-show-form div.frm_description p {
  font-size: 20px;
  text-align: center;
  color: #636c80;
  font-family: "effra", sans-serif;
}
.forgot_password_form .with_frm_style .frm_primary_label {
  font-size: 14px;
  line-height: 22px;
  color: rgb(99, 108, 128);
}
.forgot_password_form .with_frm_style .frm_primary_label .frm_required {
  color: rgb(99, 108, 128);
}
.forgot_password_form .with_frm_style input[type=text] {
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  font-family: "effra", sans-serif;
  border: 2px solid rgba(99, 108, 128, 0.39);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 3px 10px;
  color: #636c80;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}
.forgot_password_form .with_frm_style input[type=text].placeholder {
  color: rgba(99, 108, 128, 0.44);
}
.forgot_password_form .with_frm_style input[type=text]:-moz-placeholder {
  color: rgba(99, 108, 128, 0.44);
  opacity: 1;
}
.forgot_password_form .with_frm_style input[type=text]::-moz-placeholder {
  color: rgba(99, 108, 128, 0.44);
  opacity: 1;
}
.forgot_password_form .with_frm_style input[type=text]:-ms-input-placeholder {
  color: rgba(99, 108, 128, 0.44);
}
.forgot_password_form .with_frm_style input[type=text]::-webkit-input-placeholder {
  color: rgba(99, 108, 128, 0.44);
}
.forgot_password_form .with_frm_style input[type=text]:focus {
  outline: none;
}