/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.2.5.5
*/
/* 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: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px -20px; }
  .grid > [class*='grid_'] {
    padding: 0 20px; }

.grid_1-2 {
  width: 50%; }

.grid_1-3 {
  width: 33.33333%; }

.grid_2-3 {
  width: 66.66667%; }

.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.66667%; }

.grid_5-6 {
  width: 83.33333%; }

.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.33333%; }

.grid_5-12 {
  width: 41.66667%; }

.grid_7-12 {
  width: 58.33333%; }

.grid_11-12 {
  width: 91.66667%; }

@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: #45454d;
  font-family: "objektiv-mk2", sans-serif;
  font-size: 16px;
  line-height: 2; }

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 {
  color: #3c3c57; }

.content h5 {
  margin-bottom: 10px; }

.content h6 {
  margin-bottom: 20px; }
  .content h6 strong {
    opacity: 1;
    font-weight: 500; }

.content h1,
.content h2,
.content h3,
.content h4 {
  margin: 0 0 10px; }

.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px; }

.content ul,
.content ol {
  color: #45454d;
  padding: 0; }

.content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 30px;
  color: rgba(69, 69, 77, 0.8); }
  .content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9696a5; }

.content a {
  border-bottom: 2px solid rgba(69, 69, 77, 0.4);
  transition: 0.2s; }
  .content a:hover {
    color: #4d82e1;
    border-color: rgba(77, 130, 225, 0.5); }

.content .wp-block-button__link {
  margin-bottom: 40px;
  border-bottom: none; }

.content img {
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  max-width: 100%; }

.content blockquote {
  position: relative;
  padding: 60px 0 0 30px;
  color: #4d82e1;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px; }
  .content blockquote:before {
    width: 47px;
    height: 39px;
    content: '';
    background-image: url(assets/images/components/icons/quote-mark.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0; }

.content hr {
  display: block;
  height: 4px;
  background-color: rgba(151, 151, 151, 0.48);
  border: none;
  margin: 20px 0 40px; }

.content .iframe_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 40px; }
  .content .iframe_wrap:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }

.content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.content .wp-block-gallery.columns-2 {
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  align-items: stretch; }
  .content .wp-block-gallery.columns-2 .wp-block-image {
    width: 100%;
    max-width: 340px; }
    .content .wp-block-gallery.columns-2 .wp-block-image img {
      display: block;
      width: 100%;
      margin-bottom: 0;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 12px; }

.content .has-text-align-center {
  text-align: center; }

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4,
.echo,
.frm_section_spacing,
.content h5 {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  line-height: 1.4; }

.alpha,
.content h1 {
  font-size: 54px;
  letter-spacing: -0.34px; }

.bravo,
.content h2 {
  font-size: 48px;
  letter-spacing: 0.8px; }

.charlie,
.content h3 {
  font-size: 38px;
  letter-spacing: 0.89px; }

.delta,
.content h4 {
  font-size: 28px;
  letter-spacing: 0.98px; }


.echo,
.frm_section_spacing,
.content h5 {
  font-size: 21px;
  letter-spacing: 0.77px; }

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

.title--white {
  color: #ffffff; }

.title--blue {
  color: #4d82e1; }

.title--darkerBlue {
  color: #3c3c57; }

@media screen and (max-width: 600px) {
  .alpha,
  .content h1,
  .bravo,
  .content h2,
  .charlie,
  .content h3,
  .delta,
  .content h4,
  .echo,
  .frm_section_spacing,
  .content h5 {
    line-height: 1.2; }
  .alpha,
  .content h1 {
    font-size: 46px;
    letter-spacing: -0.34px; }
  .bravo,
  .content h2 {
    font-size: 40px;
    letter-spacing: 0.8px; }
  .charlie,
  .content h3 {
    font-size: 32px;
    letter-spacing: 0.89px; }
  .delta,
  .content h4 {
    font-size: 26px;
    letter-spacing: 0.98px; } }

.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, .content .wp-block-button__link, .frm_submit input,
.frm_submit button, .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff;
  background-color: #4d82e1;
  font-family: "dunbar-tall", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 6px;
  padding: 10px 50px; }
  .button a, .content .wp-block-button__link a, .frm_submit input a, .frm_submit button a, .booking__form #eo-booking-form .eo-booking-button a, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button a,
  .wp-block-button__link a {
    border-bottom: none; }
  .button svg, .content .wp-block-button__link svg, .frm_submit input svg, .frm_submit button svg, .booking__form #eo-booking-form .eo-booking-button svg, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button svg,
  .wp-block-button__link svg {
    fill: white;
    transition: 0.2s; }
  .button:hover, .content .wp-block-button__link:hover, .frm_submit input:hover,
  .frm_submit button:hover, .booking__form #eo-booking-form .eo-booking-button:hover, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button:hover,
  .wp-block-button__link:hover {
    background-color: #333774; }

.button--darkBlue {
  background-color: #333774; }

.button--purple {
  background-color: #6767aa; }

.button--orange {
  background-color: #e59b5d; }

.button--green {
  background-color: #4d9c8b; }

.button--grey {
  background-color: rgba(0, 0, 0, 0.5); }

.button--rev1, .content .wp-block-button__link {
  background-color: rgba(77, 130, 225, 0.23);
  color: #4d82e1; }
  .button--rev1:hover, .content .wp-block-button__link:hover {
    background-color: #4d82e1;
    color: white; }

.button--rev2, .product-search-filter-reset-form button.product-search-filter-reset-clear {
  background-color: rgba(77, 130, 225, 0.14);
  color: #4d82e1; }
  .button--rev2 svg, .product-search-filter-reset-form button.product-search-filter-reset-clear svg {
    fill: #4d82e1; }
  .button--rev2:hover, .product-search-filter-reset-form button.product-search-filter-reset-clear:hover {
    background-color: rgba(77, 130, 225, 0.14);
    color: #333774; }
    .button--rev2:hover svg, .product-search-filter-reset-form button.product-search-filter-reset-clear:hover svg {
      fill: #333774; }

.button--rev3 {
  background-color: #ffffff;
  color: #4d82e1; }
  .button--rev3 svg {
    fill: #4d82e1; }
  .button--rev3:hover {
    color: #333774;
    background-color: #ffffff; }
    .button--rev3:hover svg {
      fill: #333774; }

.button--rev4 {
  background-color: rgba(51, 55, 116, 0.1);
  color: #3c3c57; }
  .button--rev4 svg {
    fill: #3c3c57; }

.button--darkBlue--rev {
  background-color: #ffffff;
  color: #333774; }
  .button--darkBlue--rev svg {
    fill: #333774; }
  .button--darkBlue--rev:hover {
    background-color: #ffffff;
    color: #4d82e1; }
    .button--darkBlue--rev:hover svg {
      fill: #4d82e1; }

.button--purple--rev {
  background-color: #ffffff;
  color: #6767aa; }
  .button--purple--rev svg {
    fill: #6767aa; }

.button--orange--rev {
  background-color: #ffffff;
  color: #e59b5d; }
  .button--orange--rev svg {
    fill: #e59b5d; }

.button--green--rev {
  background-color: rgba(77, 156, 139, 0.14);
  color: #4d9c8b; }
  .button--green--rev svg {
    fill: #4d9c8b; }

.button--grey--rev {
  background-color: #cccccc;
  color: rgba(0, 0, 0, 0.5); }
  .button--grey--rev svg {
    fill: rgba(0, 0, 0, 0.5); }

.button--arrow {
  padding: 10px 60px 10px 30px; }
  .button--arrow svg {
    width: 22px;
    position: absolute;
    top: 19px;
    right: 30px; }

.button--arrow--rev {
  padding: 10px 30px 10px 60px; }
  .button--arrow--rev svg {
    width: 22px;
    position: absolute;
    top: 19px;
    left: 30px;
    transform: rotate(180deg); }

.prayer_activities__button:hover {
  background-color: #fff;
  color: #4d82e1; }

.button--cta:hover {
  background-color: #fff;
  color: #4d82e1; }

.map__button:hover {
  background-color: #333774;
  color: white; }

.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "dunbar-tall", sans-serif;
  padding: 15px 50px;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.frm_submit img {
  display: none; }

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle; }
  .mobile_menu_button p {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    color: #45454d;
    margin: 2px 0 0; }

.lines-button {
  padding: 8px 5px 8px 0;
  -webkit-transition: 0.3s;
  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 {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    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 {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 2rem; }
    .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
  .lines-button.x2 .lines {
    -webkit-transition: background 0.3s 0.5s ease;
    transition: background 0.3s 0.5s ease; }
    .lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease; }
  .lines-button.x2.close .lines {
    -webkit-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    background: transparent; }
    .lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, transform 0.3s 0.5s ease;
      top: 0;
      width: 2rem; }
    .lines-button.x2.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x2.close .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.25rem;
  background: #45454d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 25px;
    height: 0.25rem;
    background: #45454d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.14286rem center;
    -ms-transform-origin: 0.14286rem center;
    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: flex;
    align-items: center; } }

a {
  text-decoration: none;
  color: inherit; }

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 {
  object-fit: cover;
  object-position: center; }

img {
  height: auto; }

.site_wrap {
  position: relative; }

.mobile_menu_wrap {
  overflow: hidden; }

.body_overflow {
  overflow: hidden; }

.header {
  padding: 20px 0 10px; }

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

.header__logo {
  width: 125px;
  transition: 0.4s; }
  .header__logo:hover {
    transform: scale(1.04); }

.header__logo--mobile {
  width: 150px;
  margin: 0 auto 20px;
  display: block; }

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end; }

.sub-menu {
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  position: absolute;
  left: -20px;
  top: 50px;
  background-color: white;
  -webkit-box-shadow: 0px -2px 15px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -2px 15px 4px rgba(0, 0, 0, 0.15);
  width: 250px;
  transition: 0.2s;
  z-index: 20;
  border-radius: 6px;
  z-index: 1000; }
  .sub-menu li {
    display: block;
    margin: 0;
    margin-bottom: 20px; }
    .sub-menu li:last-of-type {
      margin-bottom: 0; }
    .sub-menu li.current-page-ancestor {
      color: #3c3c57; }

.header__menu {
  padding: 0;
  margin-top: 10px; }

.menu-item-3353 a,
.menu-item-82398 a {
  color: #1f945f; }
  .menu-item-3353 a:hover,
  .menu-item-82398 a:hover {
    color: #4d82e1; }

.menu-item {
  display: inline-block;
  margin: 0 0 0 40px;
  font-size: 15px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 500;
  color: #3c3c57;
  transition: 0.2s;
  letter-spacing: 0.7px; }
  .menu-item:hover, .menu-item.current-menu-item, .menu-item.current-page-ancestor, .menu-item.current-menu-ancestor, .menu-item.current-product-ancestor {
    color: #4d82e1; }
    .menu-item:hover .drop_down__arrow, .menu-item.current-menu-item .drop_down__arrow, .menu-item.current-page-ancestor .drop_down__arrow, .menu-item.current-menu-ancestor .drop_down__arrow, .menu-item.current-product-ancestor .drop_down__arrow {
      fill: #4d82e1; }
  .menu-item .drop_down__arrow {
    display: none;
    width: 10px;
    height: 6px;
    fill: #3c3c57;
    transition: 0.2s; }

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

.header__small_menu {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex; }
  .header__small_menu li {
    list-style: none;
    margin-left: 50px;
    font-size: 13px;
    font-family: "dunbar-tall", sans-serif;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.46px; }
    .header__small_menu li a {
      color: #3c3c57;
      transition: 0.2s; }
      .header__small_menu li a:hover {
        color: #4d82e1; }
    .header__small_menu li:hover .search_icon {
      fill: #4d82e1; }
  .header__small_menu .search_menu_item {
    position: relative; }
    .header__small_menu .search_menu_item:hover a {
      color: #4d82e1; }
    .header__small_menu .search_menu_item .search_icon {
      position: absolute;
      left: -20px;
      top: 5px;
      fill: #4d82e1;
      width: 14px;
      height: 14px;
      transition: 0.2s; }
  .header__small_menu .donate_menu_item {
    border: solid 2px rgba(74, 144, 226, 0.32);
    border-radius: 6px;
    padding: 0px 8px;
    margin-top: -1px; }

.region_menu_item {
  position: relative;
  margin-left: 60px;
  color: #3c3c57; }
  .region_menu_item .world_icon {
    position: absolute;
    left: -20px;
    top: 6px;
    fill: #4d82e1;
    width: 14px;
    height: 14px;
    transition: 0.2s; }

.region_menu_item__change {
  cursor: pointer; }

.header__button {
  margin-left: 40px;
  padding: 7px 20px;
  letter-spacing: 0.7px;
  background-color: #4d82e1;
  color: white; }
  .header__button:hover {
    background-color: #333774; }

.mobile__icons {
  display: none;
  padding-top: 10px; }

.mobile_search,
.mobile_account {
  position: relative; }

.mobile_menu {
  width: 0%;
  position: fixed;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  margin: 0 0 0 -100%;
  background: #d4e4f3;
  background: linear-gradient(180deg, #d4e4f3 0%, #bbcdf3 100%);
  overflow-y: scroll;
  z-index: 40; }
  .mobile_menu .mobile_menu__top {
    background-color: white;
    padding: 20px 40px;
    position: relative;
    display: flex;
    justify-content: flex-end; }
    .mobile_menu .mobile_menu__top .region_menu_item {
      position: relative;
      list-style: none;
      font-size: 15px;
      font-family: "dunbar-tall", sans-serif;
      font-weight: 600; }
      .mobile_menu .mobile_menu__top .region_menu_item a {
        color: #3c3c57;
        opacity: 0.57; }
      .mobile_menu .mobile_menu__top .region_menu_item svg {
        width: 12px;
        height: 10px;
        fill: #3c3c57;
        opacity: 0.57;
        margin-left: 10px; }
  .mobile_menu .mobile_menu__content {
    padding: 20px 40px 0; }
  .mobile_menu .menu-item {
    display: block;
    margin: 0 0 20px;
    cursor: pointer; }
  .mobile_menu .sub-menu {
    width: 100%;
    position: static;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: none;
    box-shadow: none;
    transition: none;
    padding-bottom: 0; }
    .mobile_menu .sub-menu li {
      font-size: 14px; }
  .mobile_menu .header__logo {
    margin: 0 0 40px; }
  .mobile_menu .mobile_donate_button {
    font-size: 15px;
    font-family: "objektiv-mk2", sans-serif;
    font-weight: 500;
    color: white;
    border: solid 2px rgba(74, 144, 226, 0.32);
    border-radius: 6px;
    padding: 4px 25px; }
  .mobile_menu .mobile_sign_out {
    margin: 60px 0 20px; }

.mobile_menu--right {
  margin: 0; }

.mobile_menu__close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 32px;
  right: 40px;
  cursor: pointer; }
  .mobile_menu__close svg {
    fill: #3c3c57; }

.resources-sub-menu {
  display: flex;
  width: auto; }

.resources-sub-menu-column {
  flex-basis: 200px;
  min-width: 250px;
  padding-right: 40px; }
  .resources-sub-menu-column:last-of-type {
    padding-right: 0;
    flex-basis: auto;
    min-width: 150px; }

.resource_sub_menu__title {
  font-size: 15px;
  font-weight: 600;
  font-family: "dunbar-tall", sans-serif;
  color: #3c3c57;
  border-bottom: solid 2px #d3dee9;
  padding-bottom: 10px;
  line-height: 19px;
  margin-bottom: 10px; }

@media screen and (max-width: 1200px) {
  .header__menu {
    display: none; }
  .mobile_menu {
    width: 100%; }
  .header__small_menu {
    display: none; }
  .header__logo {
    width: 104px; }
  .mobile__icons {
    display: flex;
    align-items: center; }
    .mobile__icons svg {
      width: 20px;
      height: 20px; }
    .mobile__icons .user_icon {
      width: 22px;
      height: 24px; }
  .mobile_account {
    margin: 0 30px; }
  .header__button {
    display: none; }
  .header__button--mobile {
    display: inline-block;
    margin: 20px 0 0; }
  .resources-sub-menu {
    padding: 20px 0 0 20px; }
  .resources-sub-menu-column {
    padding-right: 0;
    margin-bottom: 30px; }
  .resource_sub_menu__title {
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px; }
  .region_text {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    font-family: "dunbar-tall", sans-serif; }
  .region_menu_item {
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    color: #3c3c57;
    font-size: 15px;
    font-family: 'dunbar-tall', sans-serif;
    font-weight: 500;
    letter-spacing: 0.7px; }
    .region_menu_item a {
      color: #3c3c57; } }

.footer {
  padding: 20px 0; }

.footer__inner {
  display: flex;
  justify-content: center; }

.footer__menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px; }
  .footer__menu .menu-item-has-children {
    padding: 0;
    color: #3c3c57; }

.footer-column {
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "dunbar-tall", sans-serif; }
  .footer-column .footer_column__title {
    display: block;
    margin-bottom: 10px; }
  .footer-column.menu-item {
    cursor: auto; }
    .footer-column.menu-item:hover {
      color: #3c3c57; }

.footer-sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0; }
  .footer-sub-menu li {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400; }
    .footer-sub-menu li a {
      color: rgba(60, 60, 87, 0.7);
      transition: 0.2s; }
      .footer-sub-menu li a:hover {
        color: #4d82e1; }
  .footer-sub-menu .current-menu-item a {
    color: #4d82e1; }

.footer__middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }

.footer__bottom {
  padding-top: 20px;
  border-top: solid 2px rgba(150, 150, 165, 0.25); }

.footer__bottom__container {
  display: flex;
  justify-content: space-between; }

.footer__bottom__left__icons {
  display: flex;
  position: relative;
  width: 120px; }

.footer__icon {
  margin-left: 5px; }
  .footer__icon:first-of-type {
    margin-left: 0; }
  .footer__icon svg {
    width: 26px;
    height: 26px;
    fill: #3c3c57; }

.footer__bottom__left__text {
  font-size: 11px;
  line-height: 20px; }

.footer_policies {
  align-self: flex-start;
  display: flex;
  margin-top: 10px; }
  .footer_policies li {
    list-style: none;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 700; }
    .footer_policies li:last-of-type {
      margin-right: 0; }
    .footer_policies li a {
      color: #232353; }

.footer__links {
  display: flex; }

.prayer_logo {
  background-color: rgba(60, 60, 87, 0.09);
  border-radius: 6px;
  padding: 5px 10px 0;
  position: relative; }
  .prayer_logo p {
    font-size: 11px;
    font-weight: 700; }

.social_icons {
  display: flex;
  align-self: flex-start;
  margin-top: 10px; }
  .social_icons .social_icon {
    position: relative;
    height: 23px;
    width: 23px;
    margin: 0 5px; }
    .social_icons .social_icon:hover svg {
      fill: #4d82e1; }
    .social_icons .social_icon svg {
      width: 100%;
      height: 100%;
      fill: #3c3c57;
      transition: 0.2s; }
  .social_icons .twitter {
    height: 18px; }

.footer__bottom__small {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  .footer__bottom__small p {
    font-size: 11px;
    margin-right: 20px;
    font-weight: 500; }
    .footer__bottom__small p a {
      color: inherit; }
    .footer__bottom__small p:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 1200px) {
  .footer__menu {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .footer__menu .footer-column {
      flex-basis: 200px;
      margin: 0 20px 40px; }
  .footer__bottom__links {
    flex-direction: column;
    align-items: center; }
  .footer_policies {
    margin-bottom: 20px;
    order: 0; }
  .footer__links {
    flex-direction: column-reverse;
    order: 2; }
  .prayer_logo {
    margin-right: 0;
    margin-top: 20px;
    text-align: center; }
  .footer__inner {
    flex-direction: column;
    align-items: center; }
  .social_icons {
    margin-bottom: 20px; }
  .social_icons,
  .footer_policies {
    flex-basis: auto;
    align-self: center;
    margin-top: 0; }
  .prayer_logo {
    margin-top: 0; }
  .footer__bottom__small {
    margin-top: 20px; }
    .footer__bottom__small p {
      margin-right: 0; }
  .footer__middle {
    flex-direction: column; }
  .footer__bottom__container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center; }
  .footer__bottom__left__icons {
    justify-content: center;
    margin: 10px 0;
    width: auto; }
  .footer__bottom__right {
    margin-bottom: 10px; }
  .footer__bottom__small {
    flex-direction: column;
    align-items: center; } }

@media screen and (max-width: 520px) {
  .footer__menu {
    justify-content: center; }
  .footer-column {
    flex-basis: auto;
    text-align: center; }
  .footer_policies {
    flex-direction: column;
    text-align: center;
    align-items: center; }
    .footer_policies li {
      margin: 5px 0; } }

.frm_form_field {
  margin: 0 0 10px; }
  .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 input[type='number'],
  .frm_form_field textarea,
  .frm_form_field select {
    font-size: 16px;
    font-family: "objektiv-mk2", sans-serif;
    border: 2px solid #d3dee9;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 2px 10px;
    color: #45454d;
    appearance: none;
    width: 100%;
    line-height: 2; }
    .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 input[type='number'].placeholder,
    .frm_form_field textarea.placeholder,
    .frm_form_field select.placeholder {
      color: #45454d;
      opacity: 0.8; }
    .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 input[type='number']:-moz-placeholder,
    .frm_form_field textarea:-moz-placeholder,
    .frm_form_field select:-moz-placeholder {
      color: #45454d;
      opacity: 0.8;
      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 input[type='number']::-moz-placeholder,
    .frm_form_field textarea::-moz-placeholder,
    .frm_form_field select::-moz-placeholder {
      color: #45454d;
      opacity: 0.8;
      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 input[type='number']:-ms-input-placeholder,
    .frm_form_field textarea:-ms-input-placeholder,
    .frm_form_field select:-ms-input-placeholder {
      color: #45454d;
      opacity: 0.8; }
    .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 input[type='number']::-webkit-input-placeholder,
    .frm_form_field textarea::-webkit-input-placeholder,
    .frm_form_field select::-webkit-input-placeholder {
      color: #45454d;
      opacity: 0.8; }
    .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 input[type='number']:focus,
    .frm_form_field textarea:focus,
    .frm_form_field select:focus {
      outline: none; }
  .frm_form_field select {
    cursor: pointer; }

.frm_description {
  font-size: 14px;
  opacity: 0.7; }

.vertical_radio .frm_primary_label {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px; }

.frm_other_input {
  margin: 10px 0 0; }

.frm_hidden {
  display: none; }

.frm_error_style,
.frm_error {
  color: red;
  line-height: 28px;
  margin-bottom: 10px; }

.frm_section_heading {
  margin-bottom: 20px;
  text-align: left; }

.frm_section_spacing {
  color: #333774;
  text-align: left;
  margin-bottom: 10px; }

.form_drop_down {
  position: relative; }
  .form_drop_down select {
    min-height: 39px; }
  .form_drop_down::after {
    content: '';
    width: 10px;
    height: 6px;
    background-image: url(assets/images/components/icons/arrows/drop-down-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 49px;
    right: 10px;
    pointer-events: none; }

.form__html {
  font-size: 16px;
  line-height: 28px;
  color: #5a5a6e;
  margin-bottom: 20px; }

.forgot_password .frm_description {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 20px; }

.forgot_password .login__title {
  margin-bottom: 20px; }

.forgot_password .login__box .frm_submit {
  margin-top: 30px; }

.frm_message p {
  margin-bottom: 20px; }

.form--login .frm_form_field {
  margin: 0 0 10px; }
  .form--login .frm_form_field input[type='text'],
  .form--login .frm_form_field input[type='email'],
  .form--login .frm_form_field input[type='tel'],
  .form--login .frm_form_field input[type='password'],
  .form--login .frm_form_field textarea,
  .form--login .frm_form_field select {
    font-size: 16px;
    font-family: "objektiv-mk2", sans-serif;
    border: 2px solid #d3dee9;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 2px 10px;
    color: #45454d;
    appearance: none;
    width: 100%;
    line-height: 2; }
    .form--login .frm_form_field input[type='text'].placeholder,
    .form--login .frm_form_field input[type='email'].placeholder,
    .form--login .frm_form_field input[type='tel'].placeholder,
    .form--login .frm_form_field input[type='password'].placeholder,
    .form--login .frm_form_field textarea.placeholder,
    .form--login .frm_form_field select.placeholder {
      color: #45454d;
      opacity: 0.8; }
    .form--login .frm_form_field input[type='text']:-moz-placeholder,
    .form--login .frm_form_field input[type='email']:-moz-placeholder,
    .form--login .frm_form_field input[type='tel']:-moz-placeholder,
    .form--login .frm_form_field input[type='password']:-moz-placeholder,
    .form--login .frm_form_field textarea:-moz-placeholder,
    .form--login .frm_form_field select:-moz-placeholder {
      color: #45454d;
      opacity: 0.8;
      opacity: 1; }
    .form--login .frm_form_field input[type='text']::-moz-placeholder,
    .form--login .frm_form_field input[type='email']::-moz-placeholder,
    .form--login .frm_form_field input[type='tel']::-moz-placeholder,
    .form--login .frm_form_field input[type='password']::-moz-placeholder,
    .form--login .frm_form_field textarea::-moz-placeholder,
    .form--login .frm_form_field select::-moz-placeholder {
      color: #45454d;
      opacity: 0.8;
      opacity: 1; }
    .form--login .frm_form_field input[type='text']:-ms-input-placeholder,
    .form--login .frm_form_field input[type='email']:-ms-input-placeholder,
    .form--login .frm_form_field input[type='tel']:-ms-input-placeholder,
    .form--login .frm_form_field input[type='password']:-ms-input-placeholder,
    .form--login .frm_form_field textarea:-ms-input-placeholder,
    .form--login .frm_form_field select:-ms-input-placeholder {
      color: #45454d;
      opacity: 0.8; }
    .form--login .frm_form_field input[type='text']::-webkit-input-placeholder,
    .form--login .frm_form_field input[type='email']::-webkit-input-placeholder,
    .form--login .frm_form_field input[type='tel']::-webkit-input-placeholder,
    .form--login .frm_form_field input[type='password']::-webkit-input-placeholder,
    .form--login .frm_form_field textarea::-webkit-input-placeholder,
    .form--login .frm_form_field select::-webkit-input-placeholder {
      color: #45454d;
      opacity: 0.8; }
    .form--login .frm_form_field input[type='text']:focus,
    .form--login .frm_form_field input[type='email']:focus,
    .form--login .frm_form_field input[type='tel']:focus,
    .form--login .frm_form_field input[type='password']:focus,
    .form--login .frm_form_field textarea:focus,
    .form--login .frm_form_field select:focus {
      outline: none; }
  .form--login .frm_form_field select {
    cursor: pointer; }

.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.95;
  background-image: linear-gradient(180deg, #ebf5ff 0%, #f2f8ff 97%);
  z-index: 1001;
  display: none; }

.popup {
  position: fixed;
  top: 70px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 1002;
  text-align: center;
  display: none;
  max-width: 1028px; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  cursor: pointer;
  transition: 0.2s; }
  .popup__close:hover {
    color: #4d82e1; }
    .popup__close:hover svg {
      stroke: #4d82e1; }
  .popup__close svg {
    width: 18px;
    stroke: #000000;
    transition: 0.2s; }

.popup_iframe__container {
  width: 100%;
  margin: 0 auto; }
  .popup_iframe__container:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }

.popup_iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%; }

.team__popup,
.location_popup {
  background-color: white;
  max-width: 615px;
  border-radius: 20px;
  padding: 60px 40px; }

.team__member__popup__text {
  margin-top: 20px;
  opacity: 0.8;
  line-height: 26px;
  color: #3c3c57; }

.team__popup__close,
.location_popup__close {
  display: flex;
  align-items: center;
  top: 20px;
  right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px; }
  .team__popup__close svg,
  .location_popup__close svg {
    margin-left: 10px; }

.team__member__popup__button {
  margin-top: 30px; }

.location_popup {
  width: 460px;
  top: 50%;
  left: 50%;
  right: initial;
  transform: translate(-50%, -52%);
  padding: 80px 40px 60px;
  z-index: 1001; }

h4.location_popup__title {
  margin: 0 0 30px; }

.location_popup__item a {
  border-color: transparent; }

.location_popup__item:hover a, .location_popup__item.active a {
  color: #4d82e1;
  border-color: rgba(69, 69, 77, 0.4); }

@media screen and (max-width: 500px) {
  .location_popup {
    width: calc(100% - 40px);
    right: 20px;
    left: 20px;
    transform: translate(0, -50%); } }

.section {
  padding: 60px 0; }

.section--grad {
  position: relative; }
  .section--grad:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    min-height: 200px;
    max-height: 1200px;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #e4eeff 1%, rgba(247, 250, 255, 0) 100%);
    z-index: -1; }

.section--grad--green {
  position: relative; }
  .section--grad--green:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #cee7dc 1%, #f6fbf9, rgba(187, 223, 207, 0) 100%);
    background-color: none;
    z-index: -1; }

.section--grad--blue {
  position: relative; }
  .section--grad--blue:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #e2ecff 0%, #f6faff 100%);
    z-index: -1; }

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

.section--lightBlue {
  background-color: #e1ecfb; }

.resource {
  height: 200px;
  background-color: #333774;
  border-radius: 12px;
  padding: 60px 20px 30px 25px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  margin: 0 0 20px;
  text-align: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  .resource:hover {
    box-shadow: #8897a4 0 0 10px 0; }
    .resource:hover .resource__overlay {
      opacity: 1;
      visibility: visible; }
  .resource.at-home {
    background-color: #1d945f; }
    .resource.at-home .resource__new__text,
    .resource.at-home .resource__overlay__button {
      color: #1d945f; }
  .resource.schools {
    background-color: #4d82e1; }
    .resource.schools .resource__new__text,
    .resource.schools .resource__overlay__button {
      color: #4d82e1; }
  .resource.outdoors {
    background-color: #ef911f; }
    .resource.outdoors .resource__new__text,
    .resource.outdoors .resource__overlay__button {
      color: #ef911f; }
  .resource img.resource__response_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 40px;
    width: 100%;
    display: block; }
    .resource img.resource__response_icon.action {
      max-width: 32px; }
    .resource img.resource__response_icon.contemplative {
      top: 10px; }
  .resource.lessons_or_guidlines {
    text-align: center;
    height: 300px; }
    .resource.lessons_or_guidlines .resource__overlay {
      row-gap: 5px; }
    .resource.lessons_or_guidlines .resource__image {
      max-width: 100px;
      width: 100%;
      margin: 0 auto; }
    .resource.lessons_or_guidlines .resource__title {
      font-size: 21px; }

.resource--new .resource__new {
  display: block; }

.resource__new {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 10px 0;
  position: absolute;
  top: -65px;
  left: -65px;
  transform: rotate(-45deg);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.resource__new__text {
  text-transform: uppercase;
  font-family: "dunbar-tall", sans-serif;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 700;
  color: #45454d; }

.resource__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  padding: 20px 25px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px; }

.resource__desc {
  min-height: 80px;
  line-height: 1.6;
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "objektiv-mk2", sans-serif; }

.resource__overlay__button {
  padding: 5px 40px;
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
  font-family: "dunbar-tall", sans-serif;
  letter-spacing: 0.5px; }

.resource__title {
  min-height: 56px;
  font-size: 22px;
  letter-spacing: 0.86px;
  margin-bottom: 10px;
  word-wrap: break-word; }

.resource__meta {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  letter-spacing: 0.47px;
  color: white;
  opacity: 0.8;
  font-size: 14px; }
  .resource__meta .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.64);
    margin-top: 2px; }
    .resource__meta .dot:last-of-type {
      display: none; }

.resources__main__right .pagination_tab {
  justify-content: center; }
  .resources__main__right .pagination_tab .fme_PLI_round-pagiation .fme_PLI_list {
    background-color: transparent; }

.woocommerce .resources__main__right nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
  border: none; }
  .woocommerce .resources__main__right nav.woocommerce-pagination ul li {
    border: none; }
    .woocommerce .resources__main__right nav.woocommerce-pagination ul li .page-numbers {
      font-size: 18px;
      font-weight: 700;
      font-family: 'dunbar-tall', sans-serif;
      height: 45px;
      width: 45px;
      border-radius: 50%;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.2s;
      margin: 0 5px; }
      .woocommerce .resources__main__right nav.woocommerce-pagination ul li .page-numbers.current {
        background-color: rgba(77, 130, 225, 0.2);
        color: #4d82e1;
        cursor: auto;
        pointer-events: none; }
      .woocommerce .resources__main__right nav.woocommerce-pagination ul li .page-numbers.dots {
        pointer-events: none;
        height: auto;
        width: auto; }
      .woocommerce .resources__main__right nav.woocommerce-pagination ul li .page-numbers:hover {
        background-color: white; }

.resource--front {
  text-align: center;
  padding-top: 70px; }
  .resource--front .resource__meta {
    justify-content: center; }
  .resource--front img.resource__response_icon {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 25px; }
    .resource--front img.resource__response_icon.action {
      max-width: 32px; }
    .resource--front img.resource__response_icon.contemplative {
      top: 20px; }

.resource__image {
  max-width: 100px;
  width: 100%; }

@media screen and (max-width: 500px) {
  .production__pagination {
    flex-wrap: wrap; }
    .production__pagination .page-numbers {
      font-size: 12px;
      height: 30px;
      width: 30px;
      margin: 0 3px; } }

.resources__filter {
  background: #ffffff;
  border-radius: 20px;
  max-width: 285px;
  min-width: 285px;
  width: 100%;
  text-align: left;
  padding: 30px; }

.resources__filter__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.22px;
  color: #333774;
  margin-bottom: 20px; }

.product-search-filter-terms {
  padding-bottom: 20px;
  border-bottom: solid 3px #d3dee9;
  margin-bottom: 20px; }
  .product-search-filter-terms .product-search-filter-terms-heading {
    color: #333774;
    font-size: 16px;
    font-family: "dunbar-tall", sans-serif;
    font-weight: 700;
    margin-bottom: 5px; }
  .product-search-filter-terms:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }

.product-search-filter-items {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px; }
  .product-search-filter-items.style-inline {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px; }
    .product-search-filter-items.style-inline .attribute-item {
      border-radius: 6px;
      border: solid 2px #d6d7e3;
      transition: 0.3s;
      font-size: 12px;
      font-family: "dunbar-tall", sans-serif;
      letter-spacing: 0.7px;
      font-weight: 600;
      color: #333774;
      line-height: 18px;
      padding: 2px 6px;
      position: relative;
      display: flex;
      align-items: center; }
      .product-search-filter-items.style-inline .attribute-item a {
        display: flex;
        align-items: center; }
        .product-search-filter-items.style-inline .attribute-item a:after {
          content: '';
          padding: 0;
          width: 8px;
          height: 8px;
          background-image: url(assets/images/components/icons/cross_blue.svg);
          background-position: center;
          background-size: 100%;
          background-repeat: no-repeat;
          display: none;
          vertical-align: middle;
          margin-left: 5px;
          margin-top: 9px;
          border-radius: 0;
          border: none;
          background-color: transparent;
          position: static; }
      .product-search-filter-items.style-inline .attribute-item.current-attribute, .product-search-filter-items.style-inline .attribute-item:hover {
        color: #333774;
        background-color: rgba(51, 55, 116, 0.1);
        border: solid 2px transparent;
        border-radius: 6px; }
      .product-search-filter-items.style-inline .attribute-item.current-attribute a::after {
        display: inline-block; }

.product-search-attribute-filter-item {
  list-style: none;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #3c3c57;
  position: relative; }
  .product-search-attribute-filter-item::after, .product-search-attribute-filter-item::before {
    display: none !important; }
  .product-search-attribute-filter-item a {
    position: relative;
    display: block;
    width: 100%; }
    .product-search-attribute-filter-item a::after {
      content: '' !important;
      display: flex;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 24px;
      height: 24px;
      border-radius: 4px;
      border: solid 2px #d3dee9;
      background-color: #fff;
      background-image: url(assets/images/tick.svg);
      background-size: 0%;
      transition: 0.4s;
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0 !important; }
    .product-search-attribute-filter-item a::before {
      display: none !important; }
    .product-search-attribute-filter-item a span::after, .product-search-attribute-filter-item a span::before {
      display: none !important; }
  .product-search-attribute-filter-item.current-attribute a::after {
    content: '';
    font-size: 0 !important;
    background-size: 50%; }
  .product-search-attribute-filter-item.attribute-item-all {
    order: 100;
    opacity: 0.55;
    font-weight: 400;
    text-decoration: underline; }
    .product-search-attribute-filter-item.attribute-item-all:before {
      display: none; }
    .product-search-attribute-filter-item.attribute-item-all a:after {
      display: none; }

.product-search-filter-pa_response .attribute-item-all {
  margin-top: 10px; }

.resources__filter .product-search-filter-terms .product-search-filter-attribute .term-thumbnail {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-right: 5px;
  object-position: center;
  object-fit: contain; }

.product-search-filter-tag {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px; }
  .product-search-filter-tag .product-search-product_tag-filter-item {
    border-radius: 6px;
    border: solid 2px #d6d7e3;
    transition: 0.3s;
    font-size: 14px;
    font-family: "dunbar-tall", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #333774;
    line-height: 18px;
    padding: 4px 8px;
    position: relative;
    display: flex;
    align-items: center; }
    .product-search-filter-tag .product-search-product_tag-filter-item:after {
      content: '';
      padding: 0;
      width: 8px;
      height: 8px;
      background-image: url(assets/images/components/icons/cross_blue.svg);
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      display: none;
      vertical-align: middle;
      margin-left: 5px;
      margin-top: 2px; }
    .product-search-filter-tag .product-search-product_tag-filter-item.current-tag, .product-search-filter-tag .product-search-product_tag-filter-item:hover {
      color: #333774;
      background-color: rgba(51, 55, 116, 0.1);
      border: solid 2px transparent;
      border-radius: 6px; }
    .product-search-filter-tag .product-search-product_tag-filter-item.current-tag::after {
      display: inline-block; }
    .product-search-filter-tag .product-search-product_tag-filter-item.tag-item-all {
      order: 1000000;
      opacity: 0.55;
      font-weight: 400;
      text-decoration: underline !important;
      font-size: 14px;
      border: none;
      padding: 0;
      margin-top: 10px; }
      .product-search-filter-tag .product-search-product_tag-filter-item.tag-item-all:before {
        display: none; }
      .product-search-filter-tag .product-search-product_tag-filter-item.tag-item-all:hover {
        background-color: transparent; }

.resources__filter__right {
  display: flex;
  justify-content: space-between;
  column-gap: 20px; }

.resources__filter__bottom__filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  width: 100%;
  min-width: 420px; }
  .resources__filter__bottom__filters .product-search {
    width: 100%; }

div.product-search-form {
  position: relative; }
  div.product-search-form:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    left: 10px;
    background-image: url(assets/images/components/icons/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  div.product-search-form form.product-search-form {
    margin: 0 !important;
    max-width: 420px;
    width: 100%; }
    div.product-search-form form.product-search-form .product-search-filter-search-clear {
      display: none; }
  div.product-search-form .product-filter-field {
    border: white solid 2px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 20px 10px 38px;
    line-height: 28px;
    font-family: "objektiv-mk2", sans-serif;
    font-weight: 500;
    color: #45454d;
    letter-spacing: -0.2px; }
    div.product-search-form .product-filter-field.placeholder {
      color: #5a5a6e; }
    div.product-search-form .product-filter-field:-moz-placeholder {
      color: #5a5a6e;
      opacity: 1; }
    div.product-search-form .product-filter-field::-moz-placeholder {
      color: #5a5a6e;
      opacity: 1; }
    div.product-search-form .product-filter-field:-ms-input-placeholder {
      color: #5a5a6e; }
    div.product-search-form .product-filter-field::-webkit-input-placeholder {
      color: #5a5a6e; }

.product-search-filter-reset-form button.product-search-filter-reset-clear.product-search-filter-reset-clear {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  background: none;
  background-color: rgba(77, 130, 225, 0.23);
  color: #333774;
  font-family: 'dunbar-tall', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 30px; }
  .product-search-filter-reset-form button.product-search-filter-reset-clear.product-search-filter-reset-clear:hover {
    background-color: transparent;
    color: #333774; }
  .product-search-filter-reset-form button.product-search-filter-reset-clear.product-search-filter-reset-clear:after {
    content: '';
    padding: 0;
    width: 8px;
    height: 8px;
    background-image: url(assets/images/components/icons/cross_blue.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block; }

.resources__filter__bottom__order {
  position: relative; }
  .resources__filter__bottom__order .woocommerce-ordering.woocommerce-ordering {
    margin: 0;
    display: block !important; }
    .resources__filter__bottom__order .woocommerce-ordering.woocommerce-ordering:after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 6px;
      top: 22px;
      right: 10px;
      background-image: url(assets/images/components/icons/arrows/drop-down-arrow.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center; }
  .resources__filter__bottom__order select {
    min-width: 255.33px;
    border: white solid 2px;
    border-radius: 4px;
    line-height: 2;
    font-family: "objektiv-mk2", sans-serif;
    font-weight: 500;
    letter-spacing: -0.2px;
    font-size: 16px;
    color: #5a5a6e;
    appearance: none;
    padding: 10px 10px;
    line-height: 28px;
    background-color: #fff; }
    .resources__filter__bottom__order select:focus {
      outline: none; }

.resources_search .prayer_activities_landing__search {
  margin-top: 0; }

.resources_search .resources__filter__bottom__filters .resources_search__button {
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  background: none;
  background-color: rgba(77, 130, 225, 0.23);
  color: #333774;
  font-family: 'dunbar-tall', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-top: 30px;
  margin-bottom: 20px; }
  .resources_search .resources__filter__bottom__filters .resources_search__button:after {
    content: '';
    padding: 0;
    width: 8px;
    height: 8px;
    background-image: url(assets/images/components/icons/cross_blue.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block; }

@media screen and (max-width: 1200px) {
  .resources__filter__bottom__filters {
    min-width: 0;
    max-width: 320px; } }

@media screen and (max-width: 1000px) {
  .resources__filter .product-search-filter-terms .product-search-filter-attribute .term-thumbnail {
    display: none; } }

@media screen and (max-width: 900px) {
  .resources__filter {
    max-width: 660px;
    max-width: none;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    margin: 0 auto 20px;
    padding: 20px;
    cursor: pointer; }
  .resources__filter__title {
    width: 100%;
    margin-bottom: 0;
    position: relative; }
    .resources__filter__title:after {
      content: '';
      display: block;
      position: absolute;
      width: 17px;
      height: 8px;
      top: 10px;
      right: 0px;
      background-image: url(assets/images/components/icons/arrows/drop-down-arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: 0.3s; }
    .resources__filter__title.active:after {
      transform: rotate(180deg); }
  .resources__filter__wrap {
    display: none; }
  .resources__filter__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    margin-top: 20px; }
  .product-search-filter-terms {
    max-width: 160px;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0; }
    .product-search-filter-terms#product-search-filter-attribute-2 {
      order: 5;
      max-width: none; }
  .resources__filter__right,
  .resources__main__right {
    width: 100%; }
  .resources__filter__bottom__order select {
    min-width: 200px; }
  .resources__filter__bottom__filters {
    min-width: 200px;
    max-width: 200px; } }

@media screen and (max-width: 500px) {
  .resources__filter__right {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 20px; }
  .resources__filter__bottom__filters {
    align-items: center; }
  .product-search-filter-terms {
    max-width: none; }
  .resources__filter__bottom__order {
    width: 100%; }
  .resources__filter__bottom__order .woocommerce-ordering.woocommerce-ordering {
    width: 100%; }
  .resources__filter__bottom__filters {
    width: 100%;
    max-width: none; }
  div.product-search-form form.product-search-form {
    max-width: none; }
  .resources__filter__bottom__order select {
    min-width: 100%; } }

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0; }
  .slick-dots li {
    margin: 0 5px;
    list-style: none; }
    .slick-dots li.slick-active button {
      opacity: 1; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      opacity: 0.32;
      background-color: white;
      border-radius: 50%;
      border: none;
      font-size: 0;
      transition: 0.2s;
      padding: 0; }
      .slick-dots li button:focus {
        outline: none; }

.slider {
  position: relative;
  overflow: hidden; }
  .slider .slick-track {
    display: flex; }
  .slider .slick-slide:focus {
    outline: none; }

.front__slider .slider__text {
  text-align: center;
  color: white;
  padding: 0 20px;
  transition: 0.2s; }
  .front__slider .slider__text h4 {
    color: white; }

.front__slider .slick-dots li {
  cursor: pointer; }
  .front__slider .slick-dots li button {
    cursor: pointer; }
  .front__slider .slick-dots li:hover button {
    background-color: white; }

.front__slider .slick-dots .slick-active:hover button {
  opacity: 1; }

.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "dunbar-tall", sans-serif;
  color: #333774;
  padding: 10px 50px;
  height: auto;
  line-height: 2;
  border-radius: 6px;
  transition: 0.2s;
  border: none;
  cursor: pointer; }

.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading,
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #333774;
  color: white; }

.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done {
  background: #ffffff;
  opacity: 0.2;
  cursor: auto; }
  .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done:hover {
    color: #333774; }

.lightbox {
  padding: 40px 0 0; }
  .lightbox .lb-image.lb-image {
    border: none; }

.lb-dataContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.share_wrap--left {
  text-align: center; }

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

.share_wrap--right {
  text-align: center; }

.share {
  background: #ffffff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-shadow: none; }

.share--shadow {
  box-shadow: 0 0 20px 0 rgba(24, 41, 79, 0.08); }

.share__text {
  font-size: 13px;
  font-family: "dunbar-tall", sans-serif;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 20px;
  text-transform: uppercase; }

.share__icons {
  display: flex;
  align-items: flex-end; }

.share__icon {
  position: relative; }
  .share__icon svg {
    fill: #3c3c57;
    width: 100%;
    height: 100%;
    transition: 0.2s; }
  .share__icon.twitter {
    width: 22px;
    height: 22px; }
  .share__icon.facebook {
    width: 22px;
    height: 22px;
    margin: 0 10px; }
  .share__icon.mail {
    width: 22px;
    height: 22px; }
  .share__icon:hover svg {
    fill: #4d82e1; }

.staggered__item {
  display: flex;
  justify-content: space-between;
  margin: 80px 0; }
  .staggered__item:first-of-type {
    margin-top: 0; }
  .staggered__item:last-of-type {
    margin-bottom: 0; }

.staggered__img {
  width: 420px;
  border-radius: 20px; }

.staggered__content--left {
  padding-right: 60px; }

.staggered__content--right {
  padding-left: 60px; }

@media screen and (max-width: 1000px) {
  .staggered__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 40px 0; }
  .staggered__item--rev {
    flex-direction: column-reverse; }
  .staggered__content--right,
  .staggered__content--left {
    padding: 0; }
  .staggered__img {
    max-width: 420px;
    width: 100%; } }

.box {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px 0 rgba(33, 33, 38, 0.14);
  padding: 40px 80px; }

@media screen and (max-width: 600px) {
  .box {
    padding: 40px 20px; } }

.somdn-account-downloads-section.somdn-account-downloads-section {
  padding: 0; }

.somdn-account-downloads-table.somdn-account-downloads-table {
  width: 100%; }
  .somdn-account-downloads-table.somdn-account-downloads-table th {
    display: none; }
  .somdn-account-downloads-table.somdn-account-downloads-table td {
    vertical-align: top;
    padding: 0 !important; }
  .somdn-account-downloads-table.somdn-account-downloads-table .somdn-download-product a {
    border-bottom: none;
    color: #333774;
    font-weight: 500;
    font-family: "dunbar-tall", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #333774;
    letter-spacing: 0.46px;
    margin: 0 0 5px;
    cursor: default; }
  .somdn-account-downloads-table.somdn-account-downloads-table .somdn-download-file {
    width: auto;
    text-align: right; }
  .somdn-account-downloads-table.somdn-account-downloads-table .somdn-shortcode-wrap.left {
    text-align: right !important; }

a.somdn-download-archive {
  background-color: transparent;
  padding: 0;
  color: #333774;
  border-bottom: none;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333774;
  letter-spacing: 0.46px;
  margin: 0 0 5px; }
  a.somdn-download-archive:hover {
    background-color: transparent; }

.error {
  position: relative;
  background-image: url(assets/images/components/graphics/dots1.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 160px 0; }

.error__title {
  margin-bottom: 20px; }

.error__content {
  font-size: 21px; }

.front__featured_23 {
  text-align: center;
  position: relative;
  padding: 50px 0;
  background-image: url(assets/images/home_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.front__featured_23__content {
  margin-bottom: 60px; }
  .front__featured_23__content h2 {
    font-size: 42px; }

.front__featured_23__slider_wrap {
  position: relative; }
  .front__featured_23__slider_wrap .slick-dots {
    position: absolute; }
    .front__featured_23__slider_wrap .slick-dots li button {
      background-color: #4d82e1; }

.front__featured_23__slider {
  display: block;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  max-height: 535px;
  height: 100%; }
  .front__featured_23__slider .slick-list,
  .front__featured_23__slider .slick-track {
    height: 100%; }
  .front__featured_23__slider.slick-initialized {
    opacity: 1;
    visibility: visible; }

.front__featured_23__dots .slick-dots {
  position: static; }
  .front__featured_23__dots .slick-dots li button {
    background-color: #4d82e1; }

.front__featured_23__slider__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 535px;
  overflow: hidden; }

.front__featured_23__slider__item__img {
  min-width: 50%;
  max-width: 535px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1; }

.front__featured_23__slider__item__right {
  text-align: left;
  padding: 40px;
  flex-grow: 1; }
  .front__featured_23__slider__item__right h3 {
    line-height: 47px;
    letter-spacing: 0.89px; }
  .front__featured_23__slider__item__right p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; }
  .front__featured_23__slider__item__right a {
    border-bottom: none; }
    .front__featured_23__slider__item__right a:hover {
      color: white; }

.front__featured_23__arrows {
  display: flex;
  width: calc(100% + 100px);
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 44%;
  left: -50px;
  transform: translateY(-50%);
  pointer-events: none; }
  .front__featured_23__arrows .slick-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    background-color: rgba(77, 130, 225, 0.2);
    cursor: pointer;
    pointer-events: all;
    transition: 0.2s; }
    .front__featured_23__arrows .slick-arrows svg {
      width: 100%;
      width: 18px;
      fill: #4d82e1;
      transition: 0.2s;
      margin-left: 5px; }
    .front__featured_23__arrows .slick-arrows.prev-arrow {
      transform: rotate(180deg); }
      .front__featured_23__arrows .slick-arrows.prev-arrow svg {
        margin-left: 2px; }
    .front__featured_23__arrows .slick-arrows:hover {
      background-color: #4d82e1; }
      .front__featured_23__arrows .slick-arrows:hover svg {
        fill: white; }

.front__around_the_world {
  padding: 80px 0;
  background-image: linear-gradient(180deg, rgba(217, 228, 249, 0.48) 0%, rgba(187, 206, 243, 0.7) 100%); }

.front__around_the_world__items {
  display: flex;
  justify-content: space-between;
  column-gap: 50px; }

.front__around_the_world__left {
  max-width: 460px;
  width: 100%; }
  .front__around_the_world__left h2 {
    line-height: 57px;
    margin-bottom: 30px; }
  .front__around_the_world__left p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; }
  .front__around_the_world__left .button, .front__around_the_world__left .content .wp-block-button__link, .content .front__around_the_world__left .wp-block-button__link, .front__around_the_world__left .frm_submit input, .frm_submit .front__around_the_world__left input,
  .front__around_the_world__left .frm_submit button, .frm_submit .front__around_the_world__left button, .front__around_the_world__left .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .front__around_the_world__left .eo-booking-button, .front__around_the_world__left .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .front__around_the_world__left button {
    border-bottom: none;
    margin-top: 20px; }
    .front__around_the_world__left .button:hover, .front__around_the_world__left .content .wp-block-button__link:hover, .content .front__around_the_world__left .wp-block-button__link:hover, .front__around_the_world__left .frm_submit input:hover, .frm_submit .front__around_the_world__left input:hover,
    .front__around_the_world__left .frm_submit button:hover, .frm_submit .front__around_the_world__left button:hover, .front__around_the_world__left .booking__form #eo-booking-form .eo-booking-button:hover, .booking__form #eo-booking-form .front__around_the_world__left .eo-booking-button:hover, .front__around_the_world__left .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button:hover, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .front__around_the_world__left button:hover {
      color: white; }

.front__around_the_world__right {
  max-width: 700px;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.front__around_the_world__img {
  position: absolute;
  max-width: 210px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 30px 0 rgba(30, 60, 105, 0.4);
  object-fit: cover;
  object-position: center;
  z-index: 1; }
  .front__around_the_world__img--1 {
    left: 0;
    bottom: 0; }
  .front__around_the_world__img--2 {
    right: 0;
    top: 0;
    max-width: 190px; }

.front__around_the_world__map_img_wrap {
  max-width: 485px;
  height: 360px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(179deg, rgba(197, 214, 246, 0.41) 1%, #b2c9f4 76%); }

.front__around_the_world__map_img {
  max-width: 195px;
  width: 100%; }

.front_page__banner_bg {
  background-color: #d6e2f8;
  padding-bottom: 100px;
  position: relative;
  background-image: url(assets/images/components/graphics/front-header.jpg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat; }

.front_page__banner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1; }

.front_page__banner__content {
  max-width: 535px;
  margin-top: 70px;
  padding-right: 40px; }
  .front_page__banner__content h1 {
    line-height: 1.2;
    margin-bottom: 30px; }
  .front_page__banner__content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px; }
  .front_page__banner__content .button--arrow {
    margin-left: 20px; }

.front_page__banner__images {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-left: 40px; }

.banner__img {
  max-width: 300px;
  width: 100%;
  height: 405px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 30px 0px rgba(30, 60, 105, 0.4);
  transition: 0.4s; }
  .banner__img.has_link:hover {
    transform: scale(1.03); }

.banner__img--mobile {
  display: none; }

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

.rounded_img {
  border-radius: 20px; }

.banner__img_1 {
  margin-top: 70px; }
  .banner__img_1 .banner__grad {
    background-image: linear-gradient(180deg, rgba(133, 184, 242, 0) 0%, #4d82e1 100%); }

.banner__img_2 {
  margin-left: 20px; }
  .banner__img_2 .banner__grad {
    background-image: linear-gradient(180deg, rgba(77, 156, 139, 0) 0%, #4d9c8b 100%); }

.front_featured__section {
  background-image: linear-gradient(180deg, rgba(217, 228, 249, 0) 0%, #bbcef3 100%); }

.front__featured {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .front__featured:after {
    content: '';
    display: block;
    padding-bottom: 48%; }
  .front__featured:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 426px;
    opacity: 0.3;
    background-image: linear-gradient(180deg, rgba(133, 184, 242, 0) 0%, #4d82e1 100%); }

.front__featured__bottom {
  color: white;
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 100px 40px 40px;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .front__featured__bottom .button, .front__featured__bottom .content .wp-block-button__link, .content .front__featured__bottom .wp-block-button__link, .front__featured__bottom .frm_submit input, .frm_submit .front__featured__bottom input,
  .front__featured__bottom .frm_submit button, .frm_submit .front__featured__bottom button, .front__featured__bottom .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .front__featured__bottom .eo-booking-button, .front__featured__bottom .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .front__featured__bottom button {
    align-self: center; }

.front__featured__bottom__text {
  font-weight: 500; }

.featured__play_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 88px;
  height: 88px;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer; }
  .featured__play_button:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 12px;
    border-color: transparent transparent transparent #4d82e1; }

.planning__section {
  position: relative;
  background-image: url(assets/images/components/graphics/dots1.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat; }

.planning__section__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(179deg, rgba(211, 223, 235, 0) 0%, #bbcef3 99%);
  z-index: 0; }

.planning__prayer {
  position: relative;
  z-index: 1; }

.planning__prayer__top__title {
  font-weight: 700;
  margin-bottom: 50px; }

.planning_icon_bg {
  display: block;
  margin: 0 auto 20px;
  width: 74px;
  height: 74px;
  border-radius: 12px;
  box-shadow: 0 5px 10px 0 rgba(38, 25, 96, 0.1);
  padding: 15px; }

.question_icon {
  background: #edd9ca; }
  .question_icon svg {
    fill: #e59b5d; }

.speech_icon {
  background: #c3d5f2; }
  .speech_icon .planning_icon {
    fill: #4d82e1; }

.planning_search_icon {
  background: #c0dbd8;
  padding-top: 12px; }
  .planning_search_icon .planning_icon {
    fill: #4d9c8b; }

.location_icon {
  background: #edd9ca;
  padding-top: 8px; }
  .location_icon .planning_icon {
    fill: #e59b5d; }

.planning__single__content__title {
  margin-bottom: 20px;
  min-height: 78px;
  font-weight: 700;
  max-width: 355px; }

.planning__single__content__text {
  font-weight: 500;
  margin-bottom: 40px;
  min-height: 160px;
  opacity: 0.8; }

.prayer_activities {
  background-color: #333774;
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
  height: 820px;
  overflow: hidden; }

.prayer_activity__img {
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url(assets/images/activity-img.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.prayer_activity__top {
  color: white;
  position: relative;
  z-index: 4;
  padding: 0 70px; }

.prayer_activity__top__text {
  font-weight: 500; }

.prayer_activity__grad {
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  width: 100%;
  height: 633px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }

.front_resource__grid {
  margin: 20px -30px;
  justify-content: flex-start; }
  .front_resource__grid > [class*='grid_'] {
    padding: 0 30px; }
  .front_resource__grid .grid_1-3:nth-child(-n + 3) {
    z-index: 3; }
  .front_resource__grid .grid_1-3:nth-of-type(3n-1) .resource {
    margin-top: 40px; }
  .front_resource__grid .grid_1-3:nth-last-child(-n + 3) .resource {
    margin-bottom: 0; }
    .front_resource__grid .grid_1-3:nth-last-child(-n + 3) .resource:hover {
      box-shadow: rgba(0, 0, 0, 0.3) 0 5px 30px 0; }
  .front_resource__grid .resource {
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 30px 0; }
    .front_resource__grid .resource:hover {
      box-shadow: rgba(0, 0, 0, 0.5) 0 5px 30px 0; }

.prayer_activities__button {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  max-width: 260px;
  width: 100%;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.14);
  padding: 10px 40px; }

.front__stories {
  padding: 120px 0;
  position: relative;
  background-image: url(assets/images/components/graphics/dots2.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat; }

.front__stories__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(179deg, rgba(219, 229, 249, 0.69) 11%, #bbcef3 88%);
  z-index: -1; }

.front__story__container {
  display: flex;
  justify-content: space-between; }

.front__story__left {
  width: 334px;
  margin-top: 30px; }

.front__story__left__title {
  font-weight: 700;
  color: #3c3c57;
  margin-bottom: 20px; }

.front__story__left__text {
  margin-bottom: 40px;
  line-height: 30px;
  font-weight: 600; }

.front__story__right {
  display: flex;
  border-radius: 20px;
  overflow: hidden; }
  .front__story__right .button, .front__story__right .content .wp-block-button__link, .content .front__story__right .wp-block-button__link, .front__story__right .frm_submit input, .frm_submit .front__story__right input,
  .front__story__right .frm_submit button, .frm_submit .front__story__right button, .front__story__right .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .front__story__right .eo-booking-button, .front__story__right .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .front__story__right button {
    float: right;
    margin-top: 40px; }

.front__story__right__content__title {
  color: #333774;
  font-weight: 600;
  margin-bottom: 20px; }

.front__story__right__content__text {
  font-weight: 600;
  line-height: 30px; }
  .front__story__right__content__text .read-more {
    display: none; }

.front__story__right__content {
  width: 490px;
  padding: 50px 50px;
  background-color: white; }

.front__story__img__container {
  width: 327px;
  flex-basis: 327px;
  flex-grow: 1;
  position: relative; }

.front__story__img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/story-placer.jpg);
  background-position: center;
  background-size: cover;
  position: relative; }

.front__quotes {
  position: relative;
  background-color: #3c3c57;
  padding: 80px 0; }

.front__quotes__content__title {
  color: white;
  margin-bottom: 20px; }

.front__quotes__content {
  position: relative;
  z-index: 4; }

.front_quote {
  color: white;
  margin-bottom: 30px; }

.front__quotes__img {
  background-image: url(assets/images/what-others-say-bg.jpg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.32; }

.front__quotes__grad {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%); }

.front_quote {
  margin-bottom: 30px; }

@media screen and (max-width: 1200px) {
  .front__around_the_world__items {
    column-gap: 30px; }
  .front__around_the_world__left {
    max-width: 390px; }
  .front__around_the_world__right {
    max-width: 650px; }
  .front_page__banner {
    flex-direction: column;
    align-items: center; }
  .front_page__banner__content {
    padding: 0;
    max-width: 615px;
    margin-bottom: 40px;
    margin-top: 0; }
  .front_page__banner__images {
    width: 100%;
    padding: 0;
    justify-content: center; }
  .banner__img_1 {
    margin-top: 0; }
  .front_resource__grid {
    justify-content: center; }
  .planning__grid .grid_1-3,
  .front_resource__grid .grid_1-3 {
    max-width: 400px;
    width: 100%; }
    .planning__grid .grid_1-3:last-of-type .planning__single,
    .front_resource__grid .grid_1-3:last-of-type .planning__single {
      margin-bottom: 0; }
  .planning__single {
    margin-bottom: 80px; }
  .planning__single__content__text {
    min-height: 0; }
  .prayer_activity__top {
    padding: 0;
    margin-bottom: 40px; }
  .front_resource__grid .grid_1-3:nth-of-type(3n-1) .resource {
    margin-top: 0; }
  .front_resource__grid .grid_1-3:nth-child(-n + 3) {
    z-index: 0; }
  .front_resource__grid .grid_1-3:nth-child(-n + 2) {
    z-index: 3; }
  .front_resource__grid .grid_1-3 .resource {
    margin-bottom: 40px; }
  .front__stories {
    padding: 60px 0;
    background-image: none; }
  .front__story__container {
    flex-direction: column;
    align-items: center; }
  .front__story__left {
    margin: 0 auto 40px;
    text-align: center;
    width: auto; }
  .front__story__right__content {
    width: 100%;
    padding: 40px 40px; } }

@media screen and (max-width: 1080px) {
  .front__around_the_world__items {
    flex-direction: column;
    align-items: center; }
  .front__around_the_world__left {
    max-width: none;
    text-align: center;
    margin-bottom: 40px; } }

@media screen and (max-width: 900px) {
  .front__featured {
    height: 420px; }
    .front__featured:after {
      display: none; }
  .featured__play_button {
    width: 58px;
    height: 58px;
    top: 43%; }
  .front__featured__bottom {
    text-align: center;
    flex-direction: column;
    align-items: center; }
    .front__featured__bottom span {
      margin-top: 20px; }
  .front__story__right {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 490px;
    width: 100%; }
  .front__story__img__container {
    max-width: 490px;
    width: 100%;
    flex-basis: auto; }
    .front__story__img__container:after {
      content: '';
      display: block;
      padding-bottom: 80%; }
  .front__story__img {
    position: absolute;
    top: 0;
    left: 0; }
  .front__featured_23__slider {
    max-height: none;
    height: auto; }
  .front__featured_23__slider__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    height: auto; }
  .front__featured_23__slider__item__img {
    border-radius: 25px;
    margin-bottom: 20px;
    max-width: 250px;
    min-width: 0;
    height: auto; }
  .front__featured_23__slider__item__right {
    padding: 0;
    text-align: center; } }

@media screen and (max-width: 780px) {
  .front_resource__grid .grid_1-3:nth-child(-n + 2) {
    z-index: 0; }
  .front_resource__grid .grid_1-3:first-of-type {
    z-index: 3; }
  .front_page__banner_bg,
  .planning__section {
    background-image: none; } }

@media screen and (max-width: 650px) {
  .front__around_the_world__map_img_wrap {
    height: auto;
    padding: 40px 20px; }
  .front__around_the_world__map_img {
    max-width: 125px; }
  .front__around_the_world__img {
    max-width: 140px; }
    .front__around_the_world__img--2 {
      max-width: 110px; } }

@media screen and (max-width: 600px) {
  .front__featured_23__content h2 {
    font-size: 40px; }
  .front__around_the_world__left h2 {
    line-height: 1.2; }
  .front_page__banner_bg {
    padding: 20px 0 0; }
  .front_page__banner__images {
    flex-direction: column; }
  .banner__img_1,
  .banner__img_2 {
    display: none; }
  .banner__img--mobile {
    display: block;
    height: 300px;
    margin-bottom: 40px; } }

@media screen and (max-width: 420px) {
  .front__featured_23__bottom {
    padding: 100px 20px 20px; }
  .front_page__banner .button, .front_page__banner .content .wp-block-button__link, .content .front_page__banner .wp-block-button__link, .front_page__banner .frm_submit input, .frm_submit .front_page__banner input,
  .front_page__banner .frm_submit button, .frm_submit .front_page__banner button, .front_page__banner .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .front_page__banner .eo-booking-button, .front_page__banner .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .front_page__banner button {
    margin: 0 20px 20px 0; }
  .front__featured__bottom {
    padding: 100px 20px 20px; }
  .front__story__right__content {
    padding: 40px 20px; }
  .front_quote {
    font-size: 20px;
    line-height: 32px; }
  .front__around_the_world__map_img_wrap {
    height: 300px; }
  .front__around_the_world__map_img {
    max-width: 120px;
    opacity: 0.4; } }

.page__content--shadow {
  box-shadow: inset 0 -300px 300px 0 rgba(77, 130, 225, 0.05); }

.page__content__title {
  margin-bottom: 40px; }

.page__hero {
  border-radius: 12px;
  background-color: #3c3c57;
  margin: 0 0 40px; }
  .page__hero:after {
    content: '';
    display: block;
    padding-bottom: 56%; }

.page__content__inner {
  display: flex;
  justify-content: flex-start; }

.page__content__inner--login {
  padding: 200px 0;
  text-align: center;
  justify-content: center; }

.page__content__parent {
  color: #4d82e1;
  font-size: 17px;
  font-weight: 500; }

.page__content__text {
  width: 720px; }

.banner__hero {
  background-color: #3c3c57;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

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

.banner__hero__grad {
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }

.banner__hero__title {
  color: white;
  font-weight: 700;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0 20px; }

.banner__hero__content {
  z-index: 2;
  position: relative;
  color: white;
  text-align: center; }

.paypal_page {
  position: relative;
  background-image: url(assets/images/components/graphics/dots1.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 0 80px;
  background-color: #f0f6fe; }
  .paypal_page .staggered__img--2 {
    margin-top: 20px; }

.paypal_form {
  margin-top: 80px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 50px 100px 70px;
  box-shadow: 0 10px 30px 0 rgba(26, 35, 42, 0.2); }
  .paypal_form h1 {
    text-align: center;
    margin-bottom: 20px; }
  .paypal_form label {
    text-align: left; }
  .paypal_form .frm_submit {
    text-align: center;
    margin-top: 20px; }
  .paypal_form .frm_html_container p {
    font-size: 12px;
    font-weight: 500; }
    .paypal_form .frm_html_container p a {
      color: #4d82e1; }
  .paypal_form .newsletter_check {
    margin-top: 40px; }

.csv_button {
  border: none; }

.user_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  width: 100%;
  display: none; }
  .user_detail tbody {
    width: 100%; }
  .user_detail tr {
    display: flex;
    width: 100%; }
  .user_detail td,
  .user_detail th {
    width: 50%;
    padding: 5px 0;
    text-align: left; }
    .user_detail td.echo, .user_detail td.frm_section_spacing,
    .user_detail th.echo,
    .user_detail th.frm_section_spacing {
      font-size: 16px;
      font-family: "objektiv-mk2", sans-serif; }
    .user_detail td.foxtrot,
    .user_detail th.foxtrot {
      font-size: 16px; }
  .user_detail th {
    font-weight: 700;
    font-family: "dunbar-tall", sans-serif;
    border-bottom: 3px solid rgba(51, 55, 116, 0.2);
    font-size: 18px; }

@media screen and (max-width: 1200px) {
  .page__content__text {
    width: 100%; }
    .page__content__text .page__content__title {
      word-break: break-word; } }

@media screen and (max-width: 760px) {
  .page__content__inner--login {
    padding: 60px 0; } }

@media screen and (max-width: 500px) {
  .page__hero:after {
    content: '';
    display: block;
    padding-bottom: 70%; } }

.single__hero {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  position: relative;
  background-color: #3c3c57;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 40px; }

.single__hero__grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  z-index: 1;
  display: none; }

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

.single__top_content .feat_story__item__title {
  margin-bottom: 20px; }

.single__top_content .feat_story__item__quote {
  color: #4d82e1; }

.single__hero__content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column; }
  .single__hero__content .feat_story__item__meta {
    justify-content: center;
    margin: 10px 0;
    flex-wrap: wrap;
    row-gap: 10px; }
    .single__hero__content .feat_story__item__meta .feat_story__item__date {
      opacity: 1;
      font-size: 16px; }

.single__story_author {
  font-weight: 500; }

.single__more_stories {
  background-color: #e1ecfb; }

.single__more_stories__title {
  color: #3c3c57;
  font-weight: 700;
  margin-bottom: 30px; }

.single__more_stories__item {
  width: 100%;
  height: 250px;
  background-color: #3c3c57;
  position: relative;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 20px;
  transition: 0.4s; }
  .single__more_stories__item:hover {
    transform: scale(1.04); }

.single__more_stories__item__grad {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.single__more_stories__item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1; }

.single__more_stories__item__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between; }

.single__share {
  text-align: center; }

@media screen and (max-width: 1000px) {
  .single__more_stories__grid .grid_1-3 {
    max-width: 330px;
    width: 100%; }
  .single__more_stories__item {
    margin-bottom: 40px; } }

.single_hero {
  background-color: #333774;
  color: white;
  position: relative;
  padding: 80px 0 40px; }
  .single_hero.not_logged_in {
    opacity: 1;
    pointer-events: all; }
  .single_hero.at-home {
    background-color: #1d945f; }
    .single_hero.at-home .resource__new__text,
    .single_hero.at-home .resource__overlay__button {
      color: #1d945f; }
  .single_hero.schools {
    background-color: #4d82e1; }
    .single_hero.schools .resource__new__text,
    .single_hero.schools .resource__overlay__button {
      color: #4d82e1; }
  .single_hero.outdoors {
    background-color: #ef911f; }
    .single_hero.outdoors .resource__new__text,
    .single_hero.outdoors .resource__overlay__button {
      color: #ef911f; }

.single_hero__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.single_hero__cat {
  opacity: 0.53;
  transition: 0.3s; }
  .single_hero__cat:hover {
    opacity: 1; }

.single_hero__not_logged_in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.19); }

.single_hero__not_logged_in__content {
  display: flex;
  justify-content: center;
  align-items: center; }
  .single_hero__not_logged_in__content .single_product__tab__lock__text {
    letter-spacing: 0.5px; }

.single_hero__right {
  display: flex;
  align-items: center;
  column-gap: 30px; }
  .single_hero__right .share {
    background-color: transparent; }
  .single_hero__right .share__text {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 1.07px; }
  .single_hero__right .share__icon svg {
    fill: white; }
  .single_hero__right .share__icon:hover svg {
    fill: #4d82e1; }

.single_product_share .share__icon {
  opacity: 0.8;
  transition: 0.3s; }
  .single_product_share .share__icon:hover {
    opacity: 1; }
    .single_product_share .share__icon:hover svg {
      fill: white; }

.single_staggered {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px; }

.single_staggered__content {
  max-width: 560px;
  width: 100%; }

.single_staggered__right {
  max-width: 385px;
  width: 100%; }

.single_staggered__downloads {
  position: relative;
  background-color: #fff;
  padding: 20px 30px 30px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(24, 41, 79, 0.16);
  display: flex;
  flex-direction: column; }
  .single_staggered__downloads .single_hero__not_logged_in__content {
    justify-content: flex-start;
    margin-bottom: 10px; }
    .single_staggered__downloads .single_hero__not_logged_in__content p {
      color: #333774; }

.single_staggered__downloads__title {
  color: #333774;
  font-weight: bold;
  margin-bottom: 10px; }
  .single_staggered__downloads__title.at-home {
    color: #1d945f; }
  .single_staggered__downloads__title.schools {
    color: #4d82e1; }
  .single_staggered__downloads__title.outdoors {
    color: #ef911f; }

.single_product {
  background-color: #e6efff; }

.not_logged_in {
  opacity: 0.35;
  pointer-events: none; }

.single_product__links {
  border-top: 2px solid #d3dee9;
  padding: 15px 0 0; }

.somdn-available-downloads.somdn-available-downloads {
  font-style: normal;
  padding-bottom: 0;
  margin: 0 0 10px; }

a.somdn-download-link,
a.single_product__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 10px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #333774;
  letter-spacing: 0.46px;
  margin: 0 0 5px;
  transition: 0.2s;
  border-bottom: none; }
  a.somdn-download-link:after,
  a.single_product__link:after {
    content: '';
    background-image: url(assets/images/components/icons/download_dark.svg);
    width: 18px;
    height: 23px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-top: 6px;
    pointer-events: none; }
  a.somdn-download-link.at-home:hover,
  a.single_product__link.at-home:hover {
    color: #1d945f; }
  a.somdn-download-link.schools:hover,
  a.single_product__link.schools:hover {
    color: #4d82e1; }
  a.somdn-download-link.outdoors:hover,
  a.single_product__link.outdoors:hover {
    color: #ef911f; }

.single_product__meta__item {
  border-top: 2px solid #d3dee9;
  padding-top: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 15px 0 0;
  column-gap: 15px;
  row-gap: 5px; }

.single_product__meta__item__label {
  width: 100%;
  font-size: 18px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: bold;
  color: #333774; }

.single_product__meta__item__term {
  color: #333774;
  opacity: 0.64;
  font-weight: 500; }
  .single_product__meta__item__term--response {
    opacity: 1;
    display: flex;
    align-items: center;
    column-gap: 10px; }
    .single_product__meta__item__term--response img {
      max-width: 25px !important;
      width: 100%; }

.single_product__slider_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  max-width: 560px; }
  .single_product__slider_wrap .single_product__slider {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s; }
    .single_product__slider_wrap .single_product__slider.slick-initialized {
      opacity: 1;
      visibility: visible; }
  .single_product__slider_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: none;
    background-color: rgba(77, 130, 225, 0.3);
    border-radius: 12px;
    overflow: hidden; }
    .single_product__slider_wrap a.slick-active {
      height: auto; }
  .single_product__slider_wrap .single_product__slider__img {
    display: block;
    margin: 0 auto;
    border-radius: 0;
    height: 460px; }
    .single_product__slider_wrap .single_product__slider__img.slick-active {
      height: auto; }

.single_product__slider__arrows {
  position: absolute;
  width: calc(100% + 160px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: -80px;
  top: 46%;
  transform: translateY(-50%); }
  .single_product__slider__arrows .slick-arrows {
    width: 60px;
    height: 60px;
    background-color: rgba(77, 130, 225, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    cursor: pointer; }
    .single_product__slider__arrows .slick-arrows svg {
      width: 12px;
      height: 25px;
      fill: #4d82e1; }
    .single_product__slider__arrows .slick-arrows:hover {
      background-color: white; }
  .single_product__slider__arrows .prev-arrow svg {
    margin-right: 4px;
    transform: rotate(180deg); }
  .single_product__slider__arrows .next-arrow svg {
    margin-left: 2px; }
  .single_product__slider__arrows.at-home .slick-arrows {
    background-color: rgba(29, 148, 95, 0.2); }
    .single_product__slider__arrows.at-home .slick-arrows svg {
      fill: #1d945f; }
    .single_product__slider__arrows.at-home .slick-arrows:hover {
      background-color: #1d945f; }
      .single_product__slider__arrows.at-home .slick-arrows:hover svg {
        fill: white; }
  .single_product__slider__arrows.schools .slick-arrows {
    background-color: rgba(77, 130, 225, 0.2); }
    .single_product__slider__arrows.schools .slick-arrows svg {
      fill: #4d82e1; }
    .single_product__slider__arrows.schools .slick-arrows:hover {
      background-color: #4d82e1; }
      .single_product__slider__arrows.schools .slick-arrows:hover svg {
        fill: white; }
  .single_product__slider__arrows.outdoors .slick-arrows {
    background-color: rgba(239, 145, 31, 0.2); }
    .single_product__slider__arrows.outdoors .slick-arrows svg {
      fill: #ef911f; }
    .single_product__slider__arrows.outdoors .slick-arrows:hover {
      background-color: #ef911f; }
      .single_product__slider__arrows.outdoors .slick-arrows:hover svg {
        fill: white; }

.single_product__slider__dots .slick-dots li {
  list-style: none;
  padding: 0; }
  .single_product__slider__dots .slick-dots li:before {
    display: none; }
  .single_product__slider__dots .slick-dots li button {
    background-color: #4d82e1; }

.single_product__slider__dots.at-home .slick-dots li button {
  background-color: #1d945f; }

.single_product__slider__dots.schools .slick-dots li button {
  background-color: #4d82e1; }

.single_product__slider__dots.outdoors .slick-dots li button {
  background-color: #ef911f; }

.single_register_box {
  border-radius: 20px;
  border: 4px solid rgba(74, 144, 226, 0.21);
  padding: 30px 20px 30px 25px;
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  column-gap: 20px; }
  .single_register_box.at-home {
    border-color: rgba(29, 148, 95, 0.21); }
    .single_register_box.at-home .single_register_box__icon {
      background-color: rgba(29, 148, 95, 0.2); }
      .single_register_box.at-home .single_register_box__icon svg {
        fill: #1d945f; }
  .single_register_box.schools {
    border-color: rgba(77, 130, 225, 0.21); }
  .single_register_box.outdoors {
    border-color: rgba(239, 145, 31, 0.21); }
    .single_register_box.outdoors .single_register_box__icon {
      background-color: rgba(239, 145, 31, 0.2); }
      .single_register_box.outdoors .single_register_box__icon svg {
        fill: #ef911f; }

.single_register_box__icon {
  border-radius: 6px;
  background-color: #c8d9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  height: 52px; }
  .single_register_box__icon svg {
    width: 24px;
    fill: #4d82e1; }

.single_register_box__content h5 {
  line-height: 29px;
  font-size: 22px;
  letter-spacing: 0.77px; }

.single_register_box__content p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
  margin-bottom: 0; }
  .single_register_box__content p a {
    text-decoration: underline;
    border: none; }

@media screen and (max-width: 1000px) {
  .single_hero__items {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px; }
  .single_staggered {
    flex-direction: column;
    align-items: center;
    row-gap: 30px; }
  .single_staggered__content {
    max-width: none; } }

@media screen and (max-width: 600px) {
  .single_product__slider_wrap .single_product__slider__img {
    max-height: 300px; } }

.single_product__box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(24, 41, 79, 0.16);
  margin: 0 0 40px; }

.single_product__top {
  padding: 40px;
  color: #ffffff;
  text-align: center; }

.single_product__image {
  width: 180px;
  margin: 0 0 20px; }

.single_product__title {
  margin: 0 0 8px; }

.single_product__lock {
  background-color: #3c3c57;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px; }

.single_product__lock__icon {
  margin: 0 10px 0 0; }

.single_product__lock__text {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px; }
  .single_product__lock__text a {
    text-decoration: underline; }

.single_product__bottom {
  padding: 40px;
  background-color: #ffffff; }

.single_product__buttons {
  display: flex;
  justify-content: flex-start; }

.single_product__button {
  padding-right: 15px;
  margin: 0 20px 0 0; }
  .single_product__button:hover, .single_product__button.active {
    color: #ffffff; }
    .single_product__button:hover svg, .single_product__button.active svg {
      fill: #ffffff; }
  .single_product__button.desc {
    padding-left: 35px; }
    .single_product__button.desc svg {
      width: 12px; }
  .single_product__button.img svg {
    width: 25px; }
  .single_product__button.downloads {
    padding-left: 40px; }
    .single_product__button.downloads svg {
      width: 16px; }
  .single_product__button svg {
    position: absolute;
    top: 15px;
    left: 15px;
    transition: 0.2s; }

.single_product__favourite {
  margin-left: auto;
  font-size: 0;
  align-self: flex-start; }
  .single_product__favourite:hover svg {
    opacity: 1; }
  .single_product__favourite button {
    cursor: pointer;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border-radius: 6px;
    border: none;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 15px;
    font-family: "dunbar-tall", sans-serif;
    font-weight: 700; }
  .single_product__favourite svg {
    width: 22px;
    height: 18px;
    transition: 0.2s;
    opacity: 0.5;
    fill: white; }
    .single_product__favourite svg.active {
      opacity: 1; }

.simplefavorite-button.active.active {
  opacity: 1; }

.single_product__tab {
  padding: 30px 0 0;
  display: none;
  color: #5a5a6e;
  position: relative; }
  .single_product__tab.downloads {
    max-width: 514px; }

.single_product__gallery {
  margin: 20px -10px;
  margin-bottom: 0; }
  .single_product__gallery > [class*='grid_'] {
    padding: 0 10px; }
  .single_product__gallery .grid_1-3 {
    margin: 0 0 20px; }

.single_product__gallery__item {
  position: relative;
  opacity: 0.9;
  border-radius: 3px;
  transition: 0.2s; }
  .single_product__gallery__item:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .single_product__gallery__item:hover {
    opacity: 1; }

.single_product__tab__lock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c3c57; }

.single_product__tab__lock__icon {
  width: 14px;
  margin: 0 10px 0 0; }

.single_product__tab__lock__text {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px; }
  .single_product__tab__lock__text a {
    text-decoration: underline; }

.single_product__links__label {
  margin: 0 0 10px; }

.single_product__link:after {
  content: "View";
  display: block;
  position: static; }

.single_product__related__title {
  margin: 0 0 40px; }

@media screen and (max-width: 800px) {
  .single_product__buttons {
    flex-direction: column;
    align-items: center; }
  .single_product__button {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    padding: 10px 20px;
    padding-right: 20px; }
    .single_product__button.desc, .single_product__button.downloads {
      padding-left: 20px; }
    .single_product__button svg {
      position: static;
      margin: 0 5px 3px 0;
      vertical-align: middle; }
  .single_product__favourite {
    margin-left: 0;
    align-self: center; }
  .single_product__gallery .grid_1-3 {
    width: 100%;
    max-width: 233.333px; } }

@media screen and (max-width: 500px) {
  .single_product__tab__lock__text {
    font-size: 12px; }
  .single_product__image {
    width: 120px; }
  .single_product__title {
    text-align: left;
    margin: 0; }
  .single_product__meta__item {
    justify-content: flex-start;
    margin: 10px 0 0;
    text-align: left; }
  .single_product__meta__item__label {
    width: 100%;
    margin: 0 20px 0 0; }
  .single_product__meta__item__term {
    margin: 0 20px 0 0; }
  .single_product__lock {
    align-items: flex-start; }
  .single_product__lock__icon {
    margin: 5px 10px 0 0; } }

.resources {
  padding: 30px 0; }

.resources__top {
  border-bottom: solid 4px rgba(77, 130, 225, 0.14);
  padding-bottom: 20px; }

.resources__top__items {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.resources__activity_sets_button {
  display: block;
  font-size: 20px;
  letter-spacing: 0.7px;
  line-height: 25px;
  color: #333774;
  font-weight: 700;
  font-family: "dunbar-tall", sans-serif;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 15px 15px;
  padding-left: 100px;
  border-radius: 12px;
  max-width: 290px;
  width: 100%;
  text-align: left;
  transition: 0.3s;
  height: 86px;
  position: relative; }
  .resources__activity_sets_button .resources__activity_sets_button__icon {
    max-width: 65px;
    height: 62px;
    width: 100%;
    transition: 0.3s;
    position: absolute;
    top: 12px;
    left: 15px; }
    .resources__activity_sets_button .resources__activity_sets_button__icon--white {
      opacity: 0;
      visibility: hidden; }
  .resources__activity_sets_button:hover {
    background-color: #6868aa;
    color: white; }
    .resources__activity_sets_button:hover .resources__activity_sets_button__icon {
      opacity: 0;
      visibility: hidden; }
    .resources__activity_sets_button:hover .resources__activity_sets_button__icon--white {
      opacity: 1;
      visibility: visible; }

.resources__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 75px;
  padding-top: 40px; }

.resources__main__right {
  flex-grow: 1; }

.resources__grid {
  margin: 20px -10px;
  justify-content: flex-start; }
  .resources__grid > [class*='grid_'] {
    padding: 0 10px; }

.resources__main__right__register_box {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  text-align: left;
  padding: 20px;
  border-radius: 20px;
  border: solid 4px rgba(77, 130, 225, 0.21);
  margin: 30px 0;
  position: relative;
  padding-right: 80px; }

.resources__main__right__register_box__content h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 25px;
  color: #333774; }

.resources__main__right__register_box__content p {
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: -0.2px; }
  .resources__main__right__register_box__content p a {
    text-decoration: underline;
    border: none; }

.resources__main__right__register_box__hide_button {
  display: flex;
  align-items: center;
  column-gap: 5px;
  appearance: none;
  font-size: 16px;
  font-weight: bold;
  color: #333774;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 15px;
  top: 15px; }
  .resources__main__right__register_box__hide_button svg {
    width: 15px;
    fill: #333774;
    transition: 0.3s; }
  .resources__main__right__register_box__hide_button:hover {
    color: #4d82e1; }
    .resources__main__right__register_box__hide_button:hover svg {
      fill: #4d82e1; }

@media screen and (max-width: 1200px) {
  .resources__top__items {
    flex-wrap: wrap;
    row-gap: 30px; }
  .resources__main {
    column-gap: 40px; }
  .resources__grid {
    justify-content: flex-start; }
    .resources__grid .grid_1-3 {
      max-width: 275px;
      width: 100%; } }

@media screen and (max-width: 900px) {
  .resources__main {
    flex-direction: column;
    align-items: flex-start; }
  .resources__top__items {
    flex-direction: column;
    align-items: center;
    row-gap: 20px; }
  .resources__grid {
    justify-content: center; }
  .resources__main__right__register_box__hide_button {
    font-size: 0; } }

.holding__social {
  display: flex;
  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; }

.teams {
  position: relative; }

.teams__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-image: linear-gradient(180deg, rgba(223, 235, 251, 0.73) 0%, rgba(121, 172, 232, 0.09) 99%); }

.teams__content__title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #3c3c57; }

.teams__content {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8;
  line-height: 30px; }
  .teams__content .button, .teams__content .content .wp-block-button__link, .content .teams__content .wp-block-button__link, .teams__content .frm_submit input, .frm_submit .teams__content input,
  .teams__content .frm_submit button, .frm_submit .teams__content button, .teams__content .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .teams__content .eo-booking-button, .teams__content .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .teams__content button {
    border: none; }
    .teams__content .button:hover, .teams__content .content .wp-block-button__link:hover, .content .teams__content .wp-block-button__link:hover, .teams__content .frm_submit input:hover, .frm_submit .teams__content input:hover,
    .teams__content .frm_submit button:hover, .frm_submit .teams__content button:hover, .teams__content .booking__form #eo-booking-form .eo-booking-button:hover, .booking__form #eo-booking-form .teams__content .eo-booking-button:hover, .teams__content .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button:hover, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .teams__content button:hover {
      color: white; }

.teams__nations {
  background-color: #fff;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px 0 rgba(51, 55, 116, 0.15);
  margin: 40px 0 60px; }

.teams__cat {
  list-style: none;
  font-size: 15px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600; }
  .teams__cat a {
    padding: 6px 15px;
    border-radius: 15.5px;
    transition: 0.2s;
    line-height: 19px; }
    .teams__cat a:hover {
      color: #4d82e1;
      background-color: rgba(77, 130, 225, 0.23); }

.current__teams__cat a {
  color: white;
  background-color: #4d82e1; }
  .current__teams__cat a:hover {
    color: white;
    background-color: #4d82e1; }

.teams__grid {
  margin-top: 60px; }

.team__member {
  position: relative;
  cursor: pointer;
  margin: 0 0 40px; }
  .team__member:hover .team__member__title {
    color: #4d82e1; }

.team__member__img {
  width: 160px;
  height: 160px;
  display: inline-block;
  border-radius: 50%;
  background: #c3d2f2;
  object-fit: cover;
  object-position: center; }

.team__member__title {
  font-size: 21px;
  font-weight: 700;
  color: #333774;
  margin: 0 0 5px;
  transition: 0.2s; }

.team__member__role {
  opacity: 0.8;
  line-height: 1.5;
  font-size: 16px;
  color: #333774; }

@media screen and (max-width: 760px) {
  .teams__nations {
    flex-wrap: wrap;
    justify-content: center; }
  .teams__cat {
    margin: 10px 0; }
  .teams__grid .grid_1-3 {
    max-width: 270px;
    width: 100%; }
  .team__member {
    margin-bottom: 20px; } }

@media screen and (max-width: 500px) {
  .team__popup {
    max-height: calc(100vh - 40px);
    overflow-y: scroll;
    top: 20px; } }

.how_to_use__content__top {
  text-align: center;
  margin-bottom: 40px; }

.how_to_use__container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%; }

.how_to_use_img__container {
  min-width: 450px;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin-right: 60px;
  box-shadow: 0 10px 20px rgba(36, 52, 79, 0.23); }

.how_to_use_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.how_to_use_img__grad {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 332px;
  opacity: 0.49;
  background-image: linear-gradient(180deg, rgba(133, 184, 242, 0) 0%, #4d82e1 100%); }

.how_to_use__content h3 {
  line-height: 1.2;
  margin-bottom: 30px; }

.how_to_use__content h6 {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c57; }

.how_to_use__content p {
  color: #5a5a6e;
  line-height: 28px; }

.how_to_use__content__top__title {
  line-height: 1.2;
  margin-bottom: 20px; }

.how_to_use__content__top__text {
  font-weight: 500;
  margin-bottom: 20px; }

.choosing_activity__top {
  margin-bottom: 40px; }

.choosing_activity__top__title {
  font-weight: 700;
  margin-bottom: 10px; }

.choosing_activity__top__text {
  font-weight: 700;
  font-size: 18px;
  max-width: 745px;
  width: 100%;
  margin: 0 auto 40px; }

.activity_groups {
  display: flex;
  justify-content: space-between;
  column-gap: 40px; }

.activity__left {
  max-width: 470px;
  width: 100%; }

.activity__left__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  border-radius: 12px;
  background-color: #333774;
  color: white;
  padding: 30px 30px;
  margin-bottom: 30px; }
  .activity__left__item:last-of-type {
    margin-bottom: 0; }
  .activity__left__item.schools {
    background-color: #4d82e1; }
  .activity__left__item.at_home {
    background-color: #1d945f; }
  .activity__left__item.outdoors {
    background-color: #ef911f; }

.activity__left__item__icon {
  max-width: 75px;
  width: 100%; }

.activity__left__item__title {
  font-size: 23px;
  font-weight: 700;
  font-family: "dunbar-tall", sans-serif;
  letter-spacing: 0.86px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: -10px; }

.activity__left__item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; }

.activity__right {
  max-width: 490px; }

.activity__img {
  width: 100%;
  border-radius: 20px;
  background-color: #4d82e1; }

.finding_activities {
  position: relative; }

.finding_activities__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.16;
  background-image: linear-gradient(180deg, #6767aa 0%, rgba(160, 160, 213, 0.46) 100%);
  z-index: -1; }

.finding_activities__top {
  margin-bottom: 40px; }

.finding_activities__top__title {
  margin-bottom: 10px;
  color: #3c3c57; }

.finding_activities__top__text {
  line-height: 30px;
  color: #3c3c57;
  font-weight: 700;
  margin-bottom: 40px; }

.finding_activities__accordions {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }

.finding_activities__accordion {
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(60, 60, 87, 0.16); }

.finding_activities__accordion__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 30px 30px 30px; }
  .finding_activities__accordion__top svg {
    fill: #333774;
    max-width: 20px;
    width: 100%;
    transition: 0.3s; }
  .finding_activities__accordion__top.active .finding_activities__accordion__top__title {
    color: #4d82e1; }
  .finding_activities__accordion__top.active svg {
    transform: rotate(180deg);
    fill: #4d82e1; }
  .finding_activities__accordion__top:hover .finding_activities__accordion__top__title {
    color: #4d82e1; }
  .finding_activities__accordion__top:hover svg {
    fill: #4d82e1; }

.finding_activities__accordion__top__title {
  color: #333774;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.94px;
  transition: 0.3s; }

.finding_activities__accordion__content {
  padding: 0 30px 30px;
  max-width: 910px;
  width: 100%;
  display: none; }
  .finding_activities__accordion__content p {
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #5a5a6e;
    line-height: 28px;
    margin-bottom: 20px; }
    .finding_activities__accordion__content p a {
      text-decoration: underline; }

.finding_activities__accordion__content__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.finding_activities__accordion__content__item {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  max-width: 400px;
  width: 100%; }

.finding_activities__accordion__content__item__left {
  max-width: 42px;
  width: 100%;
  height: 43px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .finding_activities__accordion__content__item__left.contemplative {
    max-width: 47px;
    height: 45px;
    margin-left: -5px; }

.finding_activities__accordion__content__item__icon {
  width: 100%;
  height: 100%;
  object-position: left center;
  object-fit: contain; }
  .finding_activities__accordion__content__item__icon.action {
    max-width: 34px;
    margin: 0 auto; }

.finding_activities__accordion__content__item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #333774; }

.exploring_sets__texts {
  max-width: 670px;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: 700; }

.exploring_sets__img {
  width: 100%;
  border-radius: 20px; }

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

.why_they_work__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  background-image: linear-gradient(180deg, #6767aa 0%, rgba(160, 160, 212, 0.46) 100%); }

.why_they_work__slider_wrap {
  position: relative;
  margin: 40px 0 60px; }
  .why_they_work__slider_wrap .why_they_work__slider {
    overflow: visible;
    margin: 0 -15px; }
  .why_they_work__slider_wrap .slick-dots li button {
    background-color: #333774; }

.why_they_work__slider__item {
  position: relative;
  background-color: white;
  border-radius: 12px;
  text-align: center;
  margin: 0 15px;
  padding: 40px 20px;
  height: inherit;
  opacity: 0.29;
  transition: 0.5s; }
  .why_they_work__slider__item.slick-active {
    opacity: 1; }

.why_they_work__slider__arrows {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -35px;
  right: 0;
  margin: 0 auto;
  display: flex;
  width: calc(100% + 70px);
  justify-content: space-between;
  align-items: center; }
  .why_they_work__slider__arrows .slick-disabled {
    opacity: 0.38;
    pointer-events: none;
    transition: 0.3s; }
  .why_they_work__slider__arrows .slick-arrows {
    display: inline-block;
    cursor: pointer; }
    .why_they_work__slider__arrows .slick-arrows:hover svg {
      fill: #4d82e1; }
    .why_they_work__slider__arrows .slick-arrows svg {
      width: 20px;
      fill: #333774;
      transition: 0.3s; }
    .why_they_work__slider__arrows .slick-arrows.prev-arrow {
      transform: rotate(180deg); }
      .why_they_work__slider__arrows .slick-arrows.prev-arrow svg {
        margin-top: 20px; }

.why_they_work__slider__item__icon {
  max-width: 55px;
  width: 100%;
  margin: 0 auto; }

.why_they_work__slider__item__title {
  font-size: 22px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  color: #333774; }

.why_they_work__slider__item__text {
  font-size: 16px;
  line-height: 28px;
  color: #5a5a6e;
  letter-spacing: -0.2px; }

.why_they_work__top {
  text-align: center; }

.why_they_work__top__title {
  font-weight: 700;
  margin-bottom: 20px; }

.why_they_work__top__text {
  opacity: 0.8;
  font-weight: 500;
  line-height: 30px; }

.how_they_work__library {
  text-align: center;
  padding: 100px 20px;
  width: 100%;
  border-radius: 20px;
  background-color: #3c3c57;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden; }

.how_they_work__library__bg {
  background-image: url(assets/images/activity-library-bg.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.45; }

.how_they_work__library__content {
  position: relative;
  z-index: 3; }

.how_they_work__library__content__title {
  margin-bottom: 20px; }

.how_they_work__library__content__text {
  margin-bottom: 40px; }

.how_they_work__library__content__button1 {
  padding: 10px 30px;
  margin-right: 20px; }

@media screen and (max-width: 1000px) {
  .how_to_use__container {
    flex-direction: column;
    align-items: center; }
  .how_to_use__content {
    text-align: center;
    margin-top: 20px; }
    .how_to_use__content .wp-block-buttons {
      justify-content: center; }
  .how_to_use__content__top {
    margin-bottom: 20px; }
  .how_to_use_img__container {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: 0;
    max-width: 400px;
    width: 100%;
    height: 300px; }
  .activity_groups {
    flex-direction: column-reverse;
    align-items: center; }
  .activity__left {
    padding-right: 0; }
  .activity__right {
    margin-bottom: 30px;
    max-width: 400px; } }

@media screen and (max-width: 800px) {
  .finding_activities__accordion__top {
    padding: 15px 20px; }
    .finding_activities__accordion__top svg {
      max-width: 16px; }
  .finding_activities__accordion__content {
    padding: 0 20px 20px; }
  .finding_activities__accordion__top__title {
    font-size: 20px; }
  .how_they_work__library {
    padding: 40px 20px; } }

@media screen and (max-width: 500px) {
  .how_to_use_img__grad {
    display: none; }
  .why_they_work .how_to_use_cta__button {
    max-width: 230px; }
  .activity__left__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px; }
  .activity__left__item__icon {
    max-width: 40px; } }

.contact {
  position: relative;
  background-image: url(assets/images/components/graphics/dots1.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 0 80px; }

.contact__grad {
  opacity: 0.8;
  background-image: linear-gradient(180deg, rgba(223, 235, 251, 0.73) 0%, rgba(121, 172, 232, 0.09) 99%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1; }

.contact__title {
  font-weight: 700;
  margin-bottom: 20px; }

.contact__content {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  opacity: 0.8; }

.contact__form {
  margin-top: 40px;
  padding: 40px 40px 50px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(26, 35, 42, 0.2);
  border-radius: 20px; }

.contact__form__title {
  margin-bottom: 20px;
  font-weight: 700; }

.contact__details__container {
  background-color: #333774;
  padding: 60px 20px;
  border-radius: 20px;
  margin-top: 60px;
  color: white; }

.contact__details__title {
  font-size: 32px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  letter-spacing: 0.53px;
  line-height: 32px;
  margin-bottom: 30px; }

.contact__detail__text {
  opacity: 0.8;
  line-height: 27px;
  transition: 0.2s; }
  .contact__detail__text a {
    color: white; }
  .contact__detail__text:hover {
    opacity: 1; }

.contact__social__title {
  margin-top: 30px; }

.contact__social {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px; }

.social__item {
  margin: 0 10px;
  display: flex;
  align-items: center;
  position: relative; }
  .social__item:hover .contact__detail__text {
    opacity: 1; }

.social__item__icon {
  fill: white;
  width: 25px;
  height: 25px;
  margin-right: 8px; }

.instagram .social__item__icon {
  width: 27px;
  height: 27px; }

.facebook .social__item__icon {
  width: 22px;
  height: 22px; }

.contact__detail__title.by_post {
  margin-top: 30px; }

@media screen and (max-width: 780px) {
  .contact {
    background-image: none; } }

@media screen and (max-width: 500px) {
  .contact__form__container {
    padding: 20px; }
  .social__item .contact__detail__text {
    display: none; }
  .contact__detail__text a {
    word-wrap: break-word; } }

.search__top {
  background-color: #333774;
  padding: 60px 0; }

.searchform input[type='text'] {
  font-size: 16px;
  font-family: "objektiv-mk2", sans-serif;
  border: none;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  padding: 15px 20px;
  color: #45454d;
  appearance: none;
  flex-grow: 1; }
  .searchform input[type='text'].placeholder {
    color: #45454d;
    opacity: 0.8; }
  .searchform input[type='text']:-moz-placeholder {
    color: #45454d;
    opacity: 0.8;
    opacity: 1; }
  .searchform input[type='text']::-moz-placeholder {
    color: #45454d;
    opacity: 0.8;
    opacity: 1; }
  .searchform input[type='text']:-ms-input-placeholder {
    color: #45454d;
    opacity: 0.8; }
  .searchform input[type='text']::-webkit-input-placeholder {
    color: #45454d;
    opacity: 0.8; }
  .searchform input[type='text']:focus {
    outline: none; }

.searchform__container {
  display: flex; }

.search_submit {
  background-color: #4d82e1;
  border: none;
  border-radius: 0 4px 4px 0;
  position: relative;
  width: 62px;
  padding: 0 20px;
  cursor: pointer;
  transition: 0.2s; }
  .search_submit input {
    display: none; }
  .search_submit:hover {
    background-color: #d7e3f8; }
    .search_submit:hover .search_submit__icon {
      fill: #4d82e1; }

.search_submit__icon {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  fill: white; }

.search__results {
  position: relative; }

.search__results__grad {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-image: linear-gradient(180deg, rgba(223, 235, 251, 0.73) 0%, rgba(121, 172, 232, 0.09) 99%); }

.search__results__content {
  position: relative;
  z-index: 1; }

.search__results__title {
  font-weight: 700; }

.search__item {
  display: flex;
  background-color: white;
  border-radius: 20px;
  margin: 20px 0;
  padding: 30px;
  position: relative;
  transition: 0.4s; }
  .search__item .read-more {
    display: none; }
  .search__item:hover {
    box-shadow: 0 5px 20px 0 rgba(24, 41, 79, 0.16); }
    .search__item:hover .search__item__title {
      color: #4d82e1; }

.search__item__img {
  width: 154px;
  height: 154px;
  min-width: 154px;
  margin-right: 20px;
  flex-basis: 154px;
  border-radius: 12px; }

.search__item__type {
  color: #4d82e1;
  text-transform: capitalize; }

.search__item__title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  transition: 0.2s; }

.search__item__excerpt {
  font-size: 14px; }

.search__error {
  margin-top: 20px;
  font-weight: 700; }

@media screen and (max-width: 800px) {
  .search__item {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .search__results__title {
    text-align: center; }
  .search__item__img {
    margin-right: 0;
    margin-bottom: 10px; } }

.stories {
  background-image: linear-gradient(180deg, #e2ecff 0%, #edf3fd 100%); }

.stories__top {
  text-align: center; }

.stories__content__title {
  font-weight: 700;
  margin-bottom: 20px; }

.stories__top__content {
  font-weight: 500; }

.stories__filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px 0; }

.stories__filter__button {
  border: none;
  padding: 12px 25px;
  background-color: rgba(77, 130, 225, 0.15);
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: bold;
  min-width: 94px;
  border-radius: 6px; }
  .stories__filter__button.active {
    background-color: #333774;
    color: white; }
    .stories__filter__button.active:hover {
      background-color: #333774;
      color: white; }
  .stories__filter__button:hover {
    background-color: #4d82e1;
    color: white; }

.stories_searchform__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin: 0 auto 60px; }

.stories_searchform {
  max-width: 590px;
  width: 100%;
  background-color: white;
  border-radius: 6px;
  overflow: hidden; }
  .stories_searchform .searchform__container {
    position: relative; }
  .stories_searchform .search_submit {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 25px; }
  .stories_searchform .search_submit__icon {
    fill: #333774; }
  .stories_searchform input[type='text'] {
    padding-left: 0; }

.stories_searchform__close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "dunbar-tall", sans-serif; }
  .stories_searchform__close svg {
    fill: #333774;
    width: 13px; }
  .stories_searchform__close:hover {
    color: #4d82e1; }

.feat_story__item {
  position: relative;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  column-gap: 40px;
  max-width: 1000px;
  width: 100%; }

.feat_story__item__img {
  max-width: 490px;
  width: 100%;
  max-height: 440px;
  display: block;
  object-fit: cover;
  object-position: center; }

.feat_story__item__content {
  position: relative;
  z-index: 2;
  text-align: left;
  align-self: center;
  padding: 20px; }

.feat_story__cat {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.57px;
  margin-bottom: 5px;
  color: #4d82e1; }

.feat_story__item__quote {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 36px; }

.feat_story__item__excerpt {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  letter-spacing: -0.2px;
  margin: 0 auto 20px;
  color: #3c3c57; }

.feat_story__item__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 50px;
  margin-bottom: 40px; }

.feat_story__item__date {
  opacity: 0.6;
  font-size: 14px; }

.feat_story__item__button {
  background-color: rgba(77, 130, 225, 0.14);
  color: #4d82e1; }
  .feat_story__item__button svg {
    fill: #4d82e1; }
  .feat_story__item__button:hover {
    background-color: #4d82e1;
    color: white; }
    .feat_story__item__button:hover svg {
      fill: white; }

.story_item {
  display: block;
  position: relative; }
  .story_item:hover .story_item__img {
    transform: scale(1.05); }
  .story_item:hover .story_item__title {
    color: #4d82e1; }
  .story_item:hover .story_item__overlay {
    opacity: 1;
    visibility: visible; }

.story_item__img_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 310px;
  border-radius: 6px;
  margin-bottom: 10px; }

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

.story_item__overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 55, 116, 0.8);
  color: white;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-family: "dunbar-tall", sans-serif;
  letter-spacing: 0.6px; }

.story_item__title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.7px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #333774;
  transition: 0.2s; }

.tool-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
  border: none; }
  .tool-pagination ul li {
    border: none;
    list-style: none; }
    .tool-pagination ul li .page-numbers {
      font-size: 18px;
      font-weight: 700;
      font-family: 'dunbar-tall', sans-serif;
      height: 45px;
      width: 45px;
      border-radius: 50%;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.2s;
      margin: 0 5px; }
      .tool-pagination ul li .page-numbers.current {
        background-color: rgba(77, 130, 225, 0.2);
        color: #4d82e1;
        cursor: auto;
        pointer-events: none; }
      .tool-pagination ul li .page-numbers.dots {
        pointer-events: none;
        height: auto;
        width: auto; }
      .tool-pagination ul li .page-numbers:hover {
        background-color: white; }

.whats_your_story__title {
  margin-bottom: 10px;
  font-weight: 700; }

.whats_your_story__text {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px; }

.stories_children_filter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 60px; }

.stories_children_filter__items {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  flex-wrap: wrap;
  row-gap: 20px; }

.stories_children_filter__title {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #4d82e1; }

.stories_children_filter__item {
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #3c3c57;
  transition: 0.2s; }
  .stories_children_filter__item:hover {
    color: #4d82e1; }
  .stories_children_filter__item.active {
    text-decoration: underline; }

.clear_stories_button {
  align-self: center;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  background: none;
  background-color: rgba(77, 130, 225, 0.13);
  color: #333774;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 3px 20px;
  transition: 0.2s;
  margin-top: -2px; }
  .clear_stories_button:hover {
    background-color: #333774;
    color: white; }

@media screen and (max-width: 1200px) {
  .stories_grid .grid_1-3 {
    max-width: 400px;
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .feat_story__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 590px;
    width: 100%;
    text-align: center; }
  .feat_story__item__img {
    max-width: none; }
  .stories_children_filter {
    flex-direction: column;
    align-items: center;
    row-gap: 20px; } }

@media screen and (max-width: 500px) {
  .feat_story__item__quote {
    font-size: 28px;
    line-height: 1.4; } }

.events__hero {
  background-color: #3c3c57;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

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

.events__hero__grad {
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }

.events__hero__title {
  color: white;
  font-weight: 700;
  z-index: 2;
  position: relative; }

.events {
  background-image: linear-gradient(180deg, #e2ecff 0%, #edf3fd 100%); }

.events__content {
  opacity: 0.8;
  font-weight: 500; }

.event__item {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(39, 39, 44, 0.1);
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  position: relative;
  margin: 20px 0;
  transition: 0.5s; }
  .event__item:hover {
    transform: scale(1.02); }

.event__item__img {
  width: 100%; }

.event__item__bottom {
  padding: 20px;
  background-color: white; }

.event__item__cat {
  color: #4d82e1;
  font-family: "dunbar-tall", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px; }

.event__item__date {
  font-size: 16px;
  font-weight: 700;
  color: #333774;
  line-height: 28px;
  margin-bottom: 10px; }

.event__item__title {
  color: #333774;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px; }

@media screen and (max-width: 1000px) {
  .events__grid .grid_1-3 {
    max-width: 400px;
    width: 100%; } }

.single__event__img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px; }

.single__event__date {
  color: #4d82e1;
  font-weight: 700;
  margin: 10px 0 30px; }

.single__event__date--two_days {
  margin-bottom: 0; }

.single__event__time {
  margin: 0px 0 30px; }
  .single__event__time span {
    opacity: 0.7;
    font-weight: 500; }

.single__event__content__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px; }
  .single__event__content__top .button, .single__event__content__top .content .wp-block-button__link, .content .single__event__content__top .wp-block-button__link, .single__event__content__top .frm_submit input, .frm_submit .single__event__content__top input,
  .single__event__content__top .frm_submit button, .frm_submit .single__event__content__top button, .single__event__content__top .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .single__event__content__top .eo-booking-button, .single__event__content__top .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .single__event__content__top button {
    align-self: center; }

.single__event__venue,
.single__event__price {
  font-weight: 500; }

.single__event__venue {
  margin-bottom: 20px;
  font-weight: 700; }

.single__event__content h4 {
  color: #333774; }

.single__event__bottom {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0; }
  .single__event__bottom .single__share {
    margin: 0; }

.event_popup {
  text-align: left;
  position: absolute;
  top: -40px; }
  .event_popup .frm_submit {
    text-align: center;
    margin-top: 20px; }

.single__event__booking__title {
  margin-bottom: 20px; }

.booking__form {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 30px;
  box-shadow: 0 2px 20px 0 rgba(59, 78, 120, 0.2); }
  .booking__form #eo-bookings {
    padding-top: 0; }
  .booking__form #eo-booking-title {
    display: none; }
  .booking__form .eo-booking-notice,
  .booking__form .eo-booking-notice.eo-booking-notice-info {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #4d82e1;
    color: #eaf9fa;
    font-weight: 600;
    margin-bottom: 20px; }
    .booking__form .eo-booking-notice:before,
    .booking__form .eo-booking-notice.eo-booking-notice-info:before {
      content: '\f534'; }
    .booking__form .eo-booking-notice p,
    .booking__form .eo-booking-notice.eo-booking-notice-info p {
      margin-bottom: 0; }
  .booking__form h5 {
    font-weight: 700;
    color: #3777bc; }
  .booking__form #eo-booking-form .eo-booking-field {
    margin-bottom: 10px; }
    .booking__form #eo-booking-form .eo-booking-field .eo-booking-field-name-subfields {
      display: flex;
      column-gap: 20px;
      row-gap: 20px; }
      .booking__form #eo-booking-form .eo-booking-field .eo-booking-field-name-subfields .eo-booking-field-name-subfield {
        margin: 0;
        width: 100%; }
  .booking__form #eo-booking-form .eo-booking-form-element-discount-code {
    margin-bottom: 20px; }
  .booking__form #eo-booking-form .eo-booking-label {
    font-size: 14px;
    font-weight: 700;
    color: #333774;
    letter-spacing: -0.2px;
    line-height: 22px;
    margin-bottom: 5px; }
  .booking__form #eo-booking-form .eo-booking-field-name-subfield label {
    display: none; }
  .booking__form #eo-booking-form input[type='text'],
  .booking__form #eo-booking-form input[type='email'],
  .booking__form #eo-booking-form input[type='tel'],
  .booking__form #eo-booking-form input[type='number'],
  .booking__form #eo-booking-form textarea,
  .booking__form #eo-booking-form select {
    font-size: 16px;
    font-family: "objektiv-mk2", sans-serif;
    border: 2px solid #d3dee9;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 2px 10px;
    color: #45454d;
    appearance: none;
    width: 100%;
    line-height: 2; }
    .booking__form #eo-booking-form input[type='text'].placeholder,
    .booking__form #eo-booking-form input[type='email'].placeholder,
    .booking__form #eo-booking-form input[type='tel'].placeholder,
    .booking__form #eo-booking-form input[type='number'].placeholder,
    .booking__form #eo-booking-form textarea.placeholder,
    .booking__form #eo-booking-form select.placeholder {
      color: #45454d;
      opacity: 0.8; }
    .booking__form #eo-booking-form input[type='text']:-moz-placeholder,
    .booking__form #eo-booking-form input[type='email']:-moz-placeholder,
    .booking__form #eo-booking-form input[type='tel']:-moz-placeholder,
    .booking__form #eo-booking-form input[type='number']:-moz-placeholder,
    .booking__form #eo-booking-form textarea:-moz-placeholder,
    .booking__form #eo-booking-form select:-moz-placeholder {
      color: #45454d;
      opacity: 0.8;
      opacity: 1; }
    .booking__form #eo-booking-form input[type='text']::-moz-placeholder,
    .booking__form #eo-booking-form input[type='email']::-moz-placeholder,
    .booking__form #eo-booking-form input[type='tel']::-moz-placeholder,
    .booking__form #eo-booking-form input[type='number']::-moz-placeholder,
    .booking__form #eo-booking-form textarea::-moz-placeholder,
    .booking__form #eo-booking-form select::-moz-placeholder {
      color: #45454d;
      opacity: 0.8;
      opacity: 1; }
    .booking__form #eo-booking-form input[type='text']:-ms-input-placeholder,
    .booking__form #eo-booking-form input[type='email']:-ms-input-placeholder,
    .booking__form #eo-booking-form input[type='tel']:-ms-input-placeholder,
    .booking__form #eo-booking-form input[type='number']:-ms-input-placeholder,
    .booking__form #eo-booking-form textarea:-ms-input-placeholder,
    .booking__form #eo-booking-form select:-ms-input-placeholder {
      color: #45454d;
      opacity: 0.8; }
    .booking__form #eo-booking-form input[type='text']::-webkit-input-placeholder,
    .booking__form #eo-booking-form input[type='email']::-webkit-input-placeholder,
    .booking__form #eo-booking-form input[type='tel']::-webkit-input-placeholder,
    .booking__form #eo-booking-form input[type='number']::-webkit-input-placeholder,
    .booking__form #eo-booking-form textarea::-webkit-input-placeholder,
    .booking__form #eo-booking-form select::-webkit-input-placeholder {
      color: #45454d;
      opacity: 0.8; }
    .booking__form #eo-booking-form input[type='text']:focus,
    .booking__form #eo-booking-form input[type='email']:focus,
    .booking__form #eo-booking-form input[type='tel']:focus,
    .booking__form #eo-booking-form input[type='number']:focus,
    .booking__form #eo-booking-form textarea:focus,
    .booking__form #eo-booking-form select:focus {
      outline: none; }
  .booking__form #eo-booking-form select {
    appearance: auto;
    padding: 10px 0 10px 6px; }
  .booking__form #eo-booking-form .eo-booking-form-element-button {
    text-align: right; }
  .booking__form #eo-booking-form .eo-booking-button {
    border: none;
    padding: 12px 50px; }
    .booking__form #eo-booking-form .eo-booking-button:hover {
      background-color: #333774 !important;
      color: white !important; }
  .booking__form #eo-booking-form .eo-booking-form-element-html {
    margin-top: 20px; }
  .booking__form #eo-booking-form .eo-booking-field-select {
    cursor: pointer; }
  .booking__form #eo-booking-form .eo-booking-form-element-radio ul,
  .booking__form #eo-booking-form .eo-booking-form-element-checkbox ul {
    padding-left: 0; }
    .booking__form #eo-booking-form .eo-booking-form-element-radio ul li,
    .booking__form #eo-booking-form .eo-booking-form-element-checkbox ul li {
      list-style: none; }
  .booking__form #eo-booking-form .eo-booking-field-ticketpicker {
    margin-top: 20px;
    margin-bottom: 20px; }
    .booking__form #eo-booking-form .eo-booking-field-ticketpicker .eo-booking-date {
      width: 200px;
      min-width: 200px; }
    .booking__form #eo-booking-form .eo-booking-field-ticketpicker thead td {
      font-size: 14px;
      color: #333774;
      font-weight: 700;
      letter-spacing: -0.2px;
      line-height: 22px;
      padding-right: 0px; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker thead td:last-of-type {
        padding-right: 0; }
    .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-date {
      vertical-align: top; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-date td {
        vertical-align: top; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-date select {
        margin: 0;
        appearance: auto;
        padding: 6px 0 6px 6px;
        font-size: 16px; }
    .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody input[type='number'] {
      padding: 6px 0 6px 6px;
      font-size: 16px;
      margin: 0; }
    .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody td {
      display: table-cell;
      padding: 5px 20px 5px 0;
      font-size: 16px; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody td:last-of-type {
        padding-right: 0; }
    .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-ticket-price::after {
      content: '(ex. VAT)';
      font-size: 16px; }
  .booking__form #eo-booking-form .eo-booking-form-field-errors {
    font-size: 16px;
    font-weight: 700; }
  .booking__form #eo-booking-form .eo-booking-button:hover {
    background-color: #4d82e1;
    color: #45454d; }
  .booking__form #eo-booking-app .eo-booking-reference {
    margin: 0 5px; }
  .booking__form #eo-booking-breakdown {
    width: 100%; }
    .booking__form #eo-booking-breakdown tbody tr {
      text-align: left; }
      .booking__form #eo-booking-breakdown tbody tr.eo-booking-breakdown-item:first-of-type {
        border-top: none; }
      .booking__form #eo-booking-breakdown tbody tr.eo-booking-breakdown-total {
        background: white; }
  .booking__form #eo-booking-form-payment-gateway {
    padding-left: 0;
    margin-top: 20px; }
    .booking__form #eo-booking-form-payment-gateway .eo-booking-form-payment-gateway:before {
      display: none; }
    .booking__form #eo-booking-form-payment-gateway li {
      margin: 0;
      border: none;
      background-color: #fff; }
      .booking__form #eo-booking-form-payment-gateway li label {
        padding: 0;
        border-bottom: none; }
      .booking__form #eo-booking-form-payment-gateway li#eo-booking-form-payment-gateway-stripe {
        margin-top: 20px;
        list-style: none; }
        .booking__form #eo-booking-form-payment-gateway li#eo-booking-form-payment-gateway-stripe .eo-booking-form-payment-gateway-label {
          margin-bottom: 10px;
          display: block;
          font-weight: 600; }
        .booking__form #eo-booking-form-payment-gateway li#eo-booking-form-payment-gateway-stripe .eo-booking-form-payment-gateway-radio,
        .booking__form #eo-booking-form-payment-gateway li#eo-booking-form-payment-gateway-stripe .eo-booking-form-payment-gateway-radio-box {
          display: none; }
    .booking__form #eo-booking-form-payment-gateway .eo-booking-form-field-errors {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px; }
    .booking__form #eo-booking-form-payment-gateway .eo-booking-form-payment-gateway-container {
      padding: 0 !important; }
    .booking__form #eo-booking-form-payment-gateway .eo-booking-form-offline-instructions {
      margin: 20px 0; }
  .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button {
    background-image: none;
    border: none;
    padding: 12px 50px; }
    .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button:hover {
      background-color: #333774 !important;
      color: white !important; }
  .booking__form .eo-booking-notice.eo-booking-notice-success {
    display: flex;
    align-items: center;
    border-radius: 10px; }

@media screen and (max-width: 600px) {
  .single__event__content__top,
  .single__event__bottom {
    flex-direction: column; }
    .single__event__content__top .share,
    .single__event__bottom .share {
      align-self: flex-start; }
    .single__event__content__top .button, .single__event__content__top .content .wp-block-button__link, .content .single__event__content__top .wp-block-button__link, .single__event__content__top .frm_submit input, .frm_submit .single__event__content__top input,
    .single__event__content__top .frm_submit button, .frm_submit .single__event__content__top button, .single__event__content__top .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .single__event__content__top .eo-booking-button, .single__event__content__top .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .single__event__content__top button,
    .single__event__bottom .button,
    .single__event__bottom .content .wp-block-button__link,
    .content .single__event__bottom .wp-block-button__link,
    .single__event__bottom .frm_submit input,
    .frm_submit .single__event__bottom input,
    .single__event__bottom .frm_submit button,
    .frm_submit .single__event__bottom button,
    .single__event__bottom .booking__form #eo-booking-form .eo-booking-button,
    .booking__form #eo-booking-form .single__event__bottom .eo-booking-button,
    .single__event__bottom .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button,
    .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .single__event__bottom button {
      align-self: flex-start;
      margin: 20px 0; }
  .booking__form {
    padding: 20px; }
    .booking__form #eo-booking-form .eo-booking-field-ticketpicker {
      padding-top: 0; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker thead tr td {
        display: none; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody tr td {
        display: block;
        width: 100%; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-date td {
        padding-right: 0; }
        .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-date td select {
          padding: 10px 0 10px 6px;
          font-size: 18px; }
        .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-date td:before {
          content: 'Date';
          display: block;
          font-size: 14px;
          font-family: "objektiv-mk2", sans-serif;
          color: #45454d;
          letter-spacing: -0.2px;
          line-height: 22px;
          font-weight: 600; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-ticket-name:before {
        content: 'Ticket';
        display: block;
        font-size: 14px;
        font-family: "objektiv-mk2", sans-serif;
        color: #45454d;
        letter-spacing: -0.2px;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 5px; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-ticket-price:before {
        content: 'Price';
        display: block;
        font-size: 14px;
        font-family: "objektiv-mk2", sans-serif;
        color: #45454d;
        letter-spacing: -0.2px;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 5px; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-ticket-qty:before {
        content: 'Quantity';
        display: block;
        font-size: 14px;
        font-family: "objektiv-mk2", sans-serif;
        color: #45454d;
        letter-spacing: -0.2px;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 5px; }
      .booking__form #eo-booking-form .eo-booking-field-ticketpicker tbody .eo-booking-ticket-qty input[type='number'] {
        width: 100% !important;
        padding: 8px 0 8px 6px;
        font-size: 18px; } }

.training__hero {
  background-color: #3c3c57;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

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

.training__hero__grad {
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }

.training__video__grad {
  opacity: 0.9;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block; }

.training__hero__title {
  color: white;
  font-weight: 700;
  margin-bottom: 10px; }

.training__hero__content {
  z-index: 2;
  position: relative;
  color: white;
  text-align: center;
  margin-top: 80px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .training__hero__content .button, .training__hero__content .content .wp-block-button__link, .content .training__hero__content .wp-block-button__link, .training__hero__content .frm_submit input, .frm_submit .training__hero__content input,
  .training__hero__content .frm_submit button, .frm_submit .training__hero__content button, .training__hero__content .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .training__hero__content .eo-booking-button, .training__hero__content .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .training__hero__content button,
  .training__hero__content .wp-block-button__link {
    display: inline-block;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    color: #ffffff;
    background-color: #4d82e1;
    font-family: "dunbar-tall", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    border-radius: 6px;
    padding: 10px 50px;
    margin-top: 20px; }
    .training__hero__content .button:hover, .training__hero__content .content .wp-block-button__link:hover, .content .training__hero__content .wp-block-button__link:hover, .training__hero__content .frm_submit input:hover, .frm_submit .training__hero__content input:hover,
    .training__hero__content .frm_submit button:hover, .frm_submit .training__hero__content button:hover, .training__hero__content .booking__form #eo-booking-form .eo-booking-button:hover, .booking__form #eo-booking-form .training__hero__content .eo-booking-button:hover, .training__hero__content .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button:hover, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .training__hero__content button:hover,
    .training__hero__content .wp-block-button__link:hover {
      background-color: #ffffff;
      color: #333774; }

.training_resources {
  background-image: linear-gradient(180deg, #e2ecff 0%, #edf3fd 100%); }

.training_resource__item {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px 0 rgba(35, 33, 44, 0.07);
  min-height: 310px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer; }
  .training_resource__item .feat_story__item__grad {
    transition: 0.2s;
    opacity: 1;
    border-radius: 12px; }
  .training_resource__item:hover {
    box-shadow: #8897a4 0 0 10px 0; }
    .training_resource__item:hover .training_resource__featured {
      opacity: 0;
      visibility: hidden; }
    .training_resource__item:hover .training_resource__item__button {
      display: block; }
    .training_resource__item:hover .feat_story__item__grad {
      opacity: 0;
      visibility: hidden; }
    .training_resource__item:hover .training_resource__item__title {
      opacity: 0;
      visibility: hidden; }
    .training_resource__item:hover .training_resource__item__title__front {
      opacity: 0;
      visibility: hidden; }
    .training_resource__item:hover .training_resource__item__title__rollover {
      opacity: 1;
      visibility: visible; }

.training_resource__featured {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  border-radius: 12px;
  object-fit: cover; }

.training_resource__item__type {
  color: #4d82e1;
  font-size: 14px;
  font-weight: 500; }

.training_resource__item__title__front {
  margin: 20px 0;
  color: white;
  z-index: 3;
  position: absolute;
  transition: 0.2s;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px; }

.training_resource__item__title__rollover {
  margin: 20px 0;
  padding-bottom: 10px;
  color: #333774;
  z-index: 1;
  transition: 0.2s;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden; }

.training_resource__item__excerpt {
  margin-bottom: 30px;
  font-size: 14px;
  opacity: 14;
  color: #3c3c57; }

.training_resource__item__button {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 185px;
  display: none; }

.training_resources__featured {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0px;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 80px; }

.training_resources__featured_wrap {
  position: relative; }
  .training_resources__featured_wrap:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .training_resources__featured_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1200px) {
  .training_resources__grid .grid_1-3 {
    max-width: 380px;
    width: 100%; }
  .training_resources__videos .grid_1-2 {
    max-width: 380px;
    width: 100%; } }

.single__training_resource {
  background-color: #fff;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(24, 41, 79, 0.16);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px; }

.single__training_resource__title {
  line-height: 47px;
  color: #3c3c57;
  margin-bottom: 30px; }

.single__training_resource__label {
  font-size: 17px;
  color: #4d82e1;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px; }

.single__training_resource__item {
  min-height: 300px;
  position: relative;
  transition: 0.4s;
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px 0 rgba(35, 33, 44, 0.07);
  margin-bottom: 40px; }
  .single__training_resource__item:hover {
    transform: scale(1.04); }

.single__share {
  text-align: center; }

.single__training_resource__content .yotu-playlist {
  padding: 0; }

.single__training_resource__content .yotu-videos {
  float: none; }
  .single__training_resource__content .yotu-videos .yotu-video-title {
    color: #333774;
    font-family: 'dunbar-tall', sans-serif;
    font-weight: 700; }

@media screen and (max-width: 700px) {
  .single__training_resource__label {
    text-align: center; }
  .single__training_resource__title {
    text-align: center; }
  body .single__training_resource .yotu-videos ul li {
    margin: 20px 0 !important;
    width: 100% !important; } }

.donate {
  background: #e6edfb;
  background: linear-gradient(180deg, #e6edfb 0%, #f8fafe 100%); }

.donate__content {
  opacity: 0.8; }

.donate__content__button {
  max-width: 260px;
  width: 100%; }

.donate__support__content {
  margin-bottom: 40px; }
  .donate__support__content p {
    opacity: 0.8; }

.donate__support__item__square {
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center; }

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

.donate__support__price {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: purple;
  display: flex;
  justify-content: center;
  align-items: center; }

.price__text {
  font-size: 32px;
  line-height: 32px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 700;
  color: white;
  position: absolute;
  margin-top: -5px; }

.donate__support__item__text {
  opacity: 0.8;
  color: #3c3c57;
  margin-top: 10px;
  line-height: 26px;
  padding: 0 20px; }

.donate__support__item__square--1 {
  background-color: #6767aa; }
  .donate__support__item__square--1 .donate__support__price {
    background-color: #6767aa; }

.donate__support__item__square--2 {
  background-color: #4d9c8b; }
  .donate__support__item__square--2 .donate__support__price {
    background-color: #4d9c8b; }

.donate__support__item__square--3 {
  background-color: #333774; }
  .donate__support__item__square--3 .donate__support__price {
    background-color: #333774; }

.donate__support__button {
  margin-top: 40px;
  max-width: 260px;
  width: 100%; }

.donate__thank_you {
  margin: 60px 0; }

.donate__thank_you__text {
  font-weight: 700;
  color: #333774;
  line-height: 35px; }

.donate__more_info_text {
  opacity: 0.57;
  color: #3c3c57; }
  .donate__more_info_text a {
    border-bottom: solid 1px #3c3c57; }

@media screen and (max-width: 1000px) {
  .donate__support__grid .grid_1-3 {
    max-width: 330px;
    width: 100%; }
  .donate__support__item {
    margin-bottom: 40px; }
  .donate__support__button {
    margin-top: 0; } }

.planning_ps {
  background: #edf3fc;
  background: linear-gradient(180deg, #edf3fc 0%, #f4f8fd 100%);
  padding-bottom: 140px; }

.planning_ps__top {
  text-align: center; }

.planning_ps__top__title {
  opacity: 0.52;
  font-weight: 700; }

.planning_ps__top__content {
  margin-bottom: 60px; }
  .planning_ps__top__content h2 {
    margin-bottom: 40px; }
  .planning_ps__top__content h6 {
    opacity: 0.8; }

.slider_with_arrows {
  background-color: white;
  padding: 60px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative; }

.step__item {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.step__item__left {
  padding-right: 40px; }

.step__item__left__top {
  margin-bottom: 40px; }

.step__item__left__excerpt {
  min-height: 150px;
  font-weight: 500;
  font-size: 18px; }

.step__item__right {
  width: 412px;
  min-width: 412px;
  flex-grow: 1; }

.step__img {
  width: 100%;
  border-radius: 20px; }

.step__img--mobile {
  display: none;
  max-width: 250px;
  margin: 0 auto 40px; }

.step__number {
  font-weight: 700;
  color: #6767aa; }

.step__title {
  color: #3c3c57;
  line-height: 57px; }

.slider_with_arrows .slider {
  overflow: visible; }

.slider_with_arrows .slick-arrow {
  cursor: pointer; }

.slider_with_arrows .slick-arrows {
  position: absolute;
  width: 68px;
  height: 68px;
  background-color: rgba(77, 130, 225, 0.2);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s; }
  .slider_with_arrows .slick-arrows svg {
    width: 14px;
    height: 28px;
    fill: #4d82e1; }
  .slider_with_arrows .slick-arrows:hover {
    background-color: white; }

.slider_with_arrows .prev-arrow {
  left: -150px; }
  .slider_with_arrows .prev-arrow svg {
    margin-right: 4px;
    transform: rotate(180deg); }

.slider_with_arrows .next-arrow {
  right: -150px; }
  .slider_with_arrows .next-arrow svg {
    margin-left: 4px; }

.slider_with_arrows .slick-list {
  overflow: hidden; }

.slider_with_arrows .slick-disabled {
  opacity: 0.5;
  transition: 0.2s;
  cursor: auto; }
  .slider_with_arrows .slick-disabled:hover .slick-arrows {
    background-color: rgba(77, 130, 225, 0.2); }

.slider_with_arrows .slick-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -140px; }
  .slider_with_arrows .slick-dots li button {
    font-size: 18px;
    font-weight: 700;
    font-family: "dunbar-tall", sans-serif;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: transparent;
    color: #3c3c57;
    opacity: 1;
    cursor: pointer; }
    .slider_with_arrows .slick-dots li button:hover {
      background-color: white; }
  .slider_with_arrows .slick-dots .slick-active button {
    background-color: rgba(77, 130, 225, 0.2);
    color: #4d82e1;
    cursor: auto; }
    .slider_with_arrows .slick-dots .slick-active button:hover {
      background-color: rgba(77, 130, 225, 0.2); }

.planning_ps__bottom {
  padding: 100px 0; }

@media screen and (max-width: 1000px) {
  .slider_with_arrows .slick-arrow {
    display: none; }
  .slider_with_arrows .slick-dots {
    flex-wrap: wrap; }
  .step__item {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .step__item__left {
    padding-right: 0; }
    .step__item__left .button, .step__item__left .content .wp-block-button__link, .content .step__item__left .wp-block-button__link, .step__item__left .frm_submit input, .frm_submit .step__item__left input,
    .step__item__left .frm_submit button, .frm_submit .step__item__left button, .step__item__left .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .step__item__left .eo-booking-button, .step__item__left .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .step__item__left button {
      margin-bottom: 40px; }
  .step__item__left__excerpt {
    min-height: 0;
    margin-bottom: 40px; }
  .step__item__right {
    min-width: 0;
    max-width: 300px;
    width: 100%; }
  .step__img {
    display: none; }
  .step__img--mobile {
    display: block; } }

@media screen and (max-width: 700px) {
  .slider_with_arrows {
    padding: 40px 20px; } }

@media screen and (max-width: 580px) {
  .step_guide__slider {
    margin-bottom: 40px; }
  .slider_with_arrows .slick-dots {
    bottom: -170px; } }

@media screen and (max-width: 360px) {
  .step_guide__slider {
    margin-bottom: 70px; }
  .slider_with_arrows .slick-dots {
    bottom: -220px; } }

.single__step {
  position: relative; }

.single__step__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.single__step__top {
  margin-bottom: 40px;
  text-align: center; }

.single__step__top__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.single__step__img {
  width: 375px;
  border-radius: 20px; }

.single__step__top__content {
  padding-left: 50px; }

.single__step__content h3 {
  margin-bottom: 30px; }

.single__step__content h5 {
  margin-bottom: 10px; }

.part_2__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px; }

.single__step__content .step__staggered__img {
  max-width: 330px;
  width: 100%;
  border-radius: 20px; }

.step__staggered__content--left {
  padding-right: 50px; }

.step__staggered__content--right {
  padding-left: 60px; }

.single__step__buttons {
  display: flex;
  justify-content: space-between; }

.step__part_3__content {
  margin-bottom: 40px; }

.step_grad--1 {
  opacity: 0.8;
  background-image: linear-gradient(180deg, rgba(103, 103, 170, 0.25) 0%, rgba(103, 103, 170, 0) 99%); }

.step_grad--2 {
  background-image: linear-gradient(180deg, rgba(229, 155, 93, 0.24) 0%, rgba(229, 155, 93, 0.07) 97%); }

.step_grad--3 {
  background-image: linear-gradient(180deg, rgba(77, 156, 139, 0.24) 0%, rgba(77, 156, 139, 0.07) 99%); }

.step_grad--4 {
  background-image: linear-gradient(180deg, rgba(210, 72, 77, 0.24) 0%, rgba(210, 72, 77, 0.07) 97%); }

.step_grad--5 {
  background-image: linear-gradient(180deg, rgba(77, 130, 225, 0.24) 0%, rgba(77, 130, 225, 0.07) 96%); }

.step_grad--6 {
  background-image: linear-gradient(180deg, rgba(51, 55, 116, 0.24) 0%, rgba(51, 55, 116, 0.07) 96%); }

.step_grad--7 {
  background-image: linear-gradient(180deg, rgba(229, 155, 93, 0.24) 0%, rgba(229, 155, 93, 0.07) 97%); }

.step_grad--8 {
  background-image: linear-gradient(180deg, rgba(77, 156, 139, 0.24) 0%, rgba(77, 156, 139, 0.07) 99%); }

.step_grad--9 {
  background-image: linear-gradient(180deg, rgba(210, 72, 77, 0.24) 0%, rgba(210, 72, 77, 0.07) 97%); }

.step__number--1,
.step_content--1 h4 {
  color: #6767aa; }

.step__number--2,
.step_content--2 h4 {
  color: #e59b5d; }

.step__number--3,
.step_content--3 h4 {
  color: #4d9c8b; }

.step__number--4,
.step_content--4 h4 {
  color: #d2484d; }

.step__number--5,
.step_content--5 h4 {
  color: #4d82e1; }

.step__number--6,
.step_content--6 h4 {
  color: #6767aa; }

.step__number--7,
.step_content--7 h4 {
  color: #e59b5d; }

.step__number--8,
.step_content--8 h4 {
  color: #4d9c8b; }

.step__number--9,
.step_content--9 h4 {
  color: #d2484d; }

.step_button--1, .step_button--6 {
  color: #6767aa;
  background-color: rgba(103, 103, 170, 0.14); }
  .step_button--1 svg, .step_button--6 svg {
    fill: #6767aa; }
  .step_button--1:hover, .step_button--6:hover {
    background-color: #6767aa;
    color: white; }
    .step_button--1:hover svg, .step_button--6:hover svg {
      fill: white; }

.step_button--2, .step_button--7 {
  color: #e59b5d;
  background-color: rgba(229, 155, 93, 0.14); }
  .step_button--2 svg, .step_button--7 svg {
    fill: #e59b5d; }
  .step_button--2:hover, .step_button--7:hover {
    background-color: #e59b5d;
    color: white; }
    .step_button--2:hover svg, .step_button--7:hover svg {
      fill: white; }

.step_button--3, .step_button--8 {
  color: #4d9c8b;
  background-color: rgba(77, 156, 139, 0.14); }
  .step_button--3 svg, .step_button--8 svg {
    fill: #4d9c8b; }
  .step_button--3:hover, .step_button--8:hover {
    background-color: #4d9c8b;
    color: white; }
    .step_button--3:hover svg, .step_button--8:hover svg {
      fill: white; }

.step_button--4, .step_button--9 {
  color: #d2484d;
  background-color: rgba(210, 72, 77, 0.14); }
  .step_button--4 svg, .step_button--9 svg {
    fill: #d2484d; }
  .step_button--4:hover, .step_button--9:hover {
    background-color: #d2484d;
    color: white; }
    .step_button--4:hover svg, .step_button--9:hover svg {
      fill: white; }

.step_button--5 {
  color: #4d82e1;
  background-color: rgba(77, 130, 225, 0.14); }
  .step_button--5 svg {
    fill: #4d82e1; }
  .step_button--5:hover {
    background-color: #4d82e1;
    color: white; }
    .step_button--5:hover svg {
      fill: white; }

.next_button {
  margin-left: auto; }

.prev_button {
  margin-right: auto; }

@media screen and (max-width: 1000px) {
  .single__step__top .step__title {
    min-height: 0; } }

@media screen and (max-width: 800px) {
  .single__step__top__container {
    flex-direction: column;
    align-items: center; }
  .single__step__img {
    max-width: 375px;
    width: 100%;
    margin-bottom: 40px; }
  .single__step__top__content {
    padding: 0; }
  .single__step {
    padding: 40px 0; }
  .part_2__flex {
    flex-direction: column; }
  .part_2__flex--rev {
    flex-direction: column-reverse; }
  .step__staggered__content--right {
    padding-left: 0; }
  .step__staggered__img {
    margin-bottom: 20px; } }

@media screen and (max-width: 700px) {
  .single__step__buttons {
    flex-direction: column; }
    .single__step__buttons .button, .single__step__buttons .content .wp-block-button__link, .content .single__step__buttons .wp-block-button__link, .single__step__buttons .frm_submit input, .frm_submit .single__step__buttons input,
    .single__step__buttons .frm_submit button, .frm_submit .single__step__buttons button, .single__step__buttons .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .single__step__buttons .eo-booking-button, .single__step__buttons .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .single__step__buttons button {
      margin: 10px auto; } }

.value__item {
  display: flex;
  position: relative;
  margin: 60px 0 60px; }
  .value__item:first-of-type {
    margin-top: 40px; }

.value__item__icon_bg {
  min-width: 64px;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 5px 10px 0 rgba(38, 25, 96, 0.1);
  margin-right: 40px; }

.value__item__icon {
  width: 100%;
  height: 100%; }

.christian--icon_bg {
  background-color: #c3d5f2; }

.christian--icon {
  fill: #4d82e1; }

.spiritual--icon_bg {
  background-color: #cccce3; }

.spiritual--icon {
  fill: #6767aa; }

.reflective--icon_bg {
  background-color: #f2dbcb; }

.reflective--icon {
  fill: #e59b5d; }

.inclusive--icon_bg {
  background-color: #d6e7e4; }

.inclusive--icon {
  fill: #4d9c8b; }

.professional--icon_bg {
  background-color: #f5d8d9; }

.professional--icon {
  fill: #d2484d; }

.value__item__content {
  flex-grow: 1;
  color: #5a5a6e; }

.value__item__content__title {
  font-weight: 700;
  color: #3c3c57; }

.value__item__number {
  position: absolute;
  right: -80px;
  top: -20px;
  opacity: 0.15; }

.values__more__grad {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(98, 104, 172, 0) 0%, #333774 100%); }

@media screen and (max-width: 1000px) {
  .value__item__number {
    right: 0;
    width: auto; } }

@media screen and (max-width: 500px) {
  .values {
    padding-top: 20px; }
  .how_they_work__library__content__button1 {
    display: block;
    margin: 0 auto 20px;
    max-width: 210px; } }

@media screen and (max-width: 400px) {
  .value__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 40px 0; }
  .value__item__number {
    display: none; }
  .value__item__icon_bg {
    margin-right: 0;
    margin-bottom: 20px; } }

.what_are_ps__dots {
  background-image: url(assets/images/components/graphics/general_dots.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat; }

.staggered_template {
  padding-bottom: 80px; }

.what_are_ps {
  position: relative;
  padding-bottom: 0; }

.page__hero--the_send {
  border-radius: 0;
  margin: 0;
  height: 400px; }
  .page__hero--the_send:after {
    display: none; }

.what_are_ps--the_send {
  padding-bottom: 60px; }

.what_people_say {
  position: relative;
  padding-bottom: 60px; }

.what_are_ps__grad--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 900px;
  background: #d7e3f7;
  background: linear-gradient(180deg, #d7e3f7 0%, #fefeff 98%);
  z-index: -1; }

.what_are_ps__grad--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 865px;
  background: #fefeff;
  background: linear-gradient(180deg, #fefeff 0%, #bed2f4 98%);
  z-index: -1; }

.what_are_ps__top .what_are_ps__title {
  line-height: 63px;
  color: #3c3c57;
  font-weight: 700;
  margin-bottom: 20px; }

.what_are_ps__top .what_are_ps__top__content {
  max-width: 420px;
  padding: 0; }

.what_are_ps__quotes {
  text-align: center; }

.what_are_ps__quotes__title {
  margin-bottom: 40px; }

.what_are_ps__quotes__grid .grid_1-3:nth-of-type(2) {
  margin-top: 40px; }

.what_are_ps__quotes__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 20px 0 rgba(36, 38, 54, 0.1); }

.what_are_ps__quotes__item__content p {
  font-weight: 500;
  color: #3c3c57;
  line-height: 26px;
  margin-bottom: 20px; }

.citation {
  font-size: 14px;
  opacity: 0.8;
  color: #3c3c57; }

.what_are_ps__bottom {
  padding: 100px 0;
  position: relative;
  background-color: #3c3c57; }

.what_are_ps__bottom__img {
  background-image: url(assets/images/what-are-ps-bottom.jpg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45; }

.what_are_ps__bottom__content {
  position: relative;
  z-index: 4;
  color: white; }

.what_are_ps__bottom__title {
  margin-bottom: 20px; }

.what_are_ps__bottom__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px; }

.what_are_ps__bottom__buttons .button, .what_are_ps__bottom__buttons .content .wp-block-button__link, .content .what_are_ps__bottom__buttons .wp-block-button__link, .what_are_ps__bottom__buttons .frm_submit input, .frm_submit .what_are_ps__bottom__buttons input,
.what_are_ps__bottom__buttons .frm_submit button, .frm_submit .what_are_ps__bottom__buttons button, .what_are_ps__bottom__buttons .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .what_are_ps__bottom__buttons .eo-booking-button, .what_are_ps__bottom__buttons .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .what_are_ps__bottom__buttons button {
  margin: 0 10px; }

.what_are_ps__img__container {
  position: relative; }

.what_are_ps__img__grad {
  display: block;
  width: 360px;
  height: 410px;
  border-radius: 20px; }

.what_are_ps__img__grad--blue {
  background-color: #4d82e1;
  opacity: 0.2;
  height: 480px; }

.what_are_ps__img__grad--green {
  background-color: #4d9c8b;
  opacity: 0.2; }

.what_are_ps__img__grad--purple {
  background-color: #6767aa;
  opacity: 0.2; }

.what_are_ps__img--left {
  margin-right: 40px; }

.what_are_ps__img {
  width: 425px;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 1000px) {
  .what_are_ps__top .what_are_ps__top__content {
    max-width: none;
    margin-bottom: 40px; }
  .what_are_ps__quotes__grid .grid_1-3 {
    max-width: 600px;
    width: 100%;
    margin-bottom: 40px; }
    .what_are_ps__quotes__grid .grid_1-3:nth-of-type(2) {
      margin-top: 0; }
  .what_are_ps__img__grad {
    display: none; }
  .what_are_ps__img {
    position: static;
    max-width: 425px;
    width: 100%; }
  .what_are_ps__img--left {
    margin-right: 0; }
  .what_are_ps__grad--bottom {
    display: none; }
  .what_are_ps .staggered__item {
    margin: 20px 0; } }

@media screen and (max-width: 780px) {
  .what_are_ps__dots {
    background-image: none; } }

@media screen and (max-width: 550px) {
  .what_are_ps__bottom__buttons {
    flex-direction: column;
    align-items: center; }
    .what_are_ps__bottom__buttons .button, .what_are_ps__bottom__buttons .content .wp-block-button__link, .content .what_are_ps__bottom__buttons .wp-block-button__link, .what_are_ps__bottom__buttons .frm_submit input, .frm_submit .what_are_ps__bottom__buttons input,
    .what_are_ps__bottom__buttons .frm_submit button, .frm_submit .what_are_ps__bottom__buttons button, .what_are_ps__bottom__buttons .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .what_are_ps__bottom__buttons .eo-booking-button, .what_are_ps__bottom__buttons .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .what_are_ps__bottom__buttons button {
      margin-bottom: 20px; }
  .what_are_ps__img__grad {
    min-width: 270px;
    height: 310px;
    width: auto; } }

.local_support__hero {
  max-width: 585px;
  width: 100%;
  height: 260px;
  margin: 0 auto 40px;
  background-color: rgba(77, 130, 225, 0.15);
  border-radius: 20px; }

.local_support__title {
  margin-bottom: 10px; }

.local_support__content {
  font-size: 18px;
  opacity: 0.8;
  font-weight: 500; }

.local_support__button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px; }
  .local_support__button svg {
    width: 20px;
    height: 27px;
    margin-right: 10px; }

.local_support__region {
  display: flex;
  justify-content: space-between; }

.local_support__region__img {
  width: 450px;
  margin-right: 60px;
  align-self: flex-start; }

@media screen and (max-width: 1000px) {
  .local_support__region {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center; }
  .local_support__region__img {
    align-self: center;
    margin-top: 20px;
    max-width: 450px;
    width: 100%;
    margin-right: 0; } }

.map {
  background: #d3e0f6;
  background: linear-gradient(180deg, #d3e0f6 0%, #e3ebf9 100%); }

.map__page_parent {
  font-weight: 700;
  font-size: 21px;
  color: #333774;
  opacity: 0.52; }

.map__title {
  margin-bottom: 20px; }

.map__content p {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8; }

.map__container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 40px 0; }
  .map__container .gm-style-iw {
    max-width: 420px !important; }
    .map__container .gm-style-iw button {
      font: 500 16px "objektiv-mk2", sans-serif;
      top: 0 !important;
      right: 0 !important; }
  .map__container .gm-style .gm-style-iw-c {
    padding: 20px !important; }
  .map__container .gm-style .gm-style-iw-d {
    padding: 0; }
  .map__container .wpgmza-infowindow {
    position: relative;
    text-align: left;
    padding-left: 100px; }
  .map__container img.wpgmza_infowindow_image {
    max-width: 80px;
    float: none !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; }
  .map__container .wpgmza_infowindow_title {
    font-size: 22px;
    font-weight: 700;
    font-family: "dunbar-tall", sans-serif;
    color: #3c3c57;
    margin-bottom: 10px; }
  .map__container .wpgmza_infowindow_description {
    font-family: "objektiv-mk2", sans-serif;
    font-size: 14px;
    color: #3c3c57;
    line-height: 24px;
    margin-bottom: 10px; }
  .map__container .wpgmza_infowindow_address {
    display: none; }
  .map__container .wpgmza_infowindow_link {
    font-family: "objektiv-mk2", sans-serif;
    font-size: 14px;
    color: #4d82e1;
    line-height: 24px; }
    .map__container .wpgmza_infowindow_link a {
      border-bottom: 1px solid #4d82e1; }

.map__button {
  color: #3c3c57; }

@media screen and (max-width: 500px) {
  .map__container .gm-style-iw {
    max-width: 260px !important; }
  .map__container img.wpgmza_infowindow_image {
    position: static;
    margin: 0 auto !important; }
  .map__container .wpgmza-infowindow {
    padding-left: 0;
    text-align: center; } }

.login {
  padding: 100px 0;
  background-image: url(assets/images/components/graphics/general_dots.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat; }

.login__box {
  padding: 50px 50px 70px; }

.login__title {
  margin: 0 0 10px; }

.login__text {
  opacity: 0.8;
  margin: 0 0 10px; }

.login__note {
  display: none;
  color: #d2484d;
  line-height: 1.5;
  margin: 0 0 20px; }

.login__form {
  position: relative;
  margin: 0 0 30px; }
  .login__form .frm_submit {
    margin: 30px 0 0; }
  .login__form .login-remember {
    position: relative;
    color: #5a5a6e;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    width: 150px; }
    .login__form .login-remember .frm_checkbox {
      padding: 0 0 0 20px; }
    .login__form .login-remember input {
      margin: 0;
      position: absolute;
      top: 8px;
      left: 0; }
  .login__form .frm_login_form .login_lost_pw.frm_half {
    display: inline-block;
    text-align: center;
    color: #4d82e1;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0; }

.login__sign_up__text {
  font-size: 14px;
  color: #3c3c57;
  font-weight: 500;
  margin: 0 0 10px; }

@media screen and (max-width: 780px) {
  .login {
    background-image: none; } }

@media screen and (max-width: 600px) {
  .login__box {
    padding: 40px; } }

@media screen and (max-width: 460px) {
  .login__form .frm_login_form .login_lost_pw.frm_half {
    position: static; } }

.sign_up {
  background: #d9e4f8;
  background: linear-gradient(180deg, #d9e4f8 0%, #ecf2fc 100%); }

.sign_up__container {
  display: flex;
  justify-content: space-between; }

.sign_up__left__title {
  margin-bottom: 30px;
  color: #3c3c57; }

.why_sign_up__item {
  display: flex;
  margin-bottom: 40px; }

.sign_up__left {
  max-width: 500px;
  width: 100%;
  padding-top: 40px; }

.why_sign_up__icon_bg {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(51, 55, 116, 0.18);
  margin-right: 30px;
  align-self: flex-start; }
  .why_sign_up__icon_bg svg {
    fill: #4d82e1;
    width: 100%;
    height: 100%; }

.why_sign_up__item__title {
  color: #333774;
  font-weight: 700; }

.sign_up__right {
  max-width: 580px;
  width: 100%; }

.sign_up__form__container {
  background-color: #fff;
  padding: 40px 80px;
  box-shadow: 0 6px 20px 0 rgba(33, 33, 38, 0.14);
  border-radius: 12px; }
  .sign_up__form__container .frm_submit {
    display: flex;
    justify-content: space-between; }
  .sign_up__form__container .frm_button_submit {
    margin-left: auto; }
  .sign_up__form__container .form_drop_down:after {
    top: 17px; }

.sign_up__form__top {
  text-align: center; }

.sign_up__form__title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3c3c57; }

.sign_up__form__top__text {
  opacity: 0.8;
  margin-bottom: 20px; }

.sign_up__form__top__text_buttom {
  margin-bottom: 20px;
  background-color: rgba(217, 228, 248, 0.8);
  border-radius: 10px;
  padding: 20px 20px;
  margin-top: 30px; }
  .sign_up__form__top__text_buttom h5 {
    margin-bottom: 10px; }
  .sign_up__form__top__text_buttom a {
    font-weight: 500;
    transition: 0.3s;
    text-decoration: underline; }
    .sign_up__form__top__text_buttom a:hover {
      color: #4d82e1; }

.frm_checkbox {
  position: relative;
  padding-left: 30px;
  line-height: 26px;
  color: #5a5a6e; }
  .frm_checkbox label a {
    border-bottom: solid 2px #4d82e1;
    transition: 0.2s; }
    .frm_checkbox label a:hover {
      color: #4d82e1; }
  .frm_checkbox input {
    position: absolute;
    top: 6px;
    left: 0; }

@media screen and (max-width: 1200px) {
  .sign_up__container {
    flex-direction: column-reverse;
    align-items: center; }
  .sign_up__left__title {
    text-align: center; }
  .sign_up__form__container {
    padding: 40px; } }

@media screen and (max-width: 600px) {
  .sign_up__form__container {
    padding: 40px 20px; } }

.thank_you__title {
  margin-bottom: 20px; }

.thank_you__content {
  margin-bottom: 40px;
  color: #3c3c57;
  opacity: 0.8;
  font-weight: 500; }
  .thank_you__content a {
    border-bottom: solid 2px rgba(60, 60, 87, 0.29); }

.thank_you__box__title {
  margin-bottom: 20px;
  color: #333774; }

.thank_you__box__text {
  opacity: 0.8;
  color: #3c3c57;
  line-height: 26px;
  margin-bottom: 30px; }

.about {
  position: relative;
  background-image: url(assets/images/components/graphics/about_header.jpg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #d3e0f6; }

.about__top {
  display: flex;
  justify-content: space-between; }

.about__top__left {
  min-width: 380px;
  max-width: 380px;
  flex-basis: 380px;
  flex-grow: 1;
  padding-right: 40px; }

.about__top__left__title {
  margin-bottom: 20px; }

.about__top__left__content h5 {
  font-weight: 600;
  line-height: 37px; }

.about__top__right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }

.about__top__img__container {
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(30, 60, 105, 0.4);
  box-shadow: 0px 2px 30px 0px rgba(30, 60, 105, 0.4);
  overflow: hidden;
  position: relative; }

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

.about__top__img__grad {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .about__top__img__grad.img_grad--1 {
    opacity: 0.3;
    background-image: linear-gradient(180deg, rgba(133, 184, 242, 0) 0%, #4d82e1 100%); }
  .about__top__img__grad.img_grad--2 {
    opacity: 0.3;
    background-image: linear-gradient(180deg, rgba(77, 156, 139, 0) 0%, #4d9c8b 100%); }

.about__top__img--1 {
  max-width: 260px;
  min-width: 260px;
  width: 100%;
  height: 260px;
  margin-bottom: 30px; }

.about__top__img--2 {
  max-width: 250px;
  min-width: 250px;
  height: 332px;
  width: 100%; }

.about__top__img--3 {
  max-width: 225px;
  min-width: 225px;
  height: 225px;
  width: 100%; }

.about__top__right--column {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.about__top__right--column--right {
  align-self: center;
  margin-left: 40px; }

.about__journey {
  position: relative; }

.about__journey__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  background-image: linear-gradient(180deg, rgba(77, 130, 225, 0.33) 0%, #4d82e1 100%);
  z-index: -1; }

.journey__top {
  text-align: center;
  margin-bottom: 60px; }
  .journey__top p {
    font-size: 18px;
    line-height: 30px; }

.staggered__journey {
  margin: 40px 0; }

.staggered__journey__img_container {
  position: relative; }

.staggered__journey__img {
  width: 425px;
  position: absolute;
  top: 0;
  left: 0; }

.staggered__journey__img__grad {
  display: block;
  width: 370px;
  height: 410px;
  background-image: linear-gradient(179deg, #c5d6f6 0%, rgba(197, 214, 246, 0.4) 76%);
  border-radius: 20px; }

.staggered__journey__content--right {
  padding-left: 100px; }

.staggered__journey__content--left {
  padding-right: 100px; }

.about__looking {
  position: relative;
  background-image: url(assets/images/components/graphics/about_footer.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat; }

.about__looking__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fbfdff;
  background: linear-gradient(180deg, #fbfdff 0%, #d5e1f6 98%);
  z-index: -1; }

.about__looking__content {
  text-align: center;
  margin-bottom: 60px; }
  .about__looking__content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; }

.about__slide__content {
  text-align: center; }

.about__looking__slider .slick-dots {
  position: static; }
  .about__looking__slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(77, 130, 225, 0.32); }
  .about__looking__slider .slick-dots .slick-active button {
    background-color: #4d82e1; }

@media screen and (max-width: 1000px) {
  .about__top {
    flex-direction: column;
    align-items: center; }
  .about__top__left {
    padding-right: 0;
    text-align: center;
    flex-basis: auto;
    margin-bottom: 10px;
    min-width: 0; }
  .staggered__journey__content--right {
    padding-left: 0; }
  .staggered__journey__content--left {
    padding-right: 0; }
  .staggered__journey__img__grad {
    display: none; }
  .staggered__journey__img {
    position: static; }
  .staggered__journey__img {
    max-width: 425px;
    width: 100%; } }

@media screen and (max-width: 780px) {
  .about,
  .about__looking {
    background-image: none; } }

@media screen and (max-width: 600px) {
  .about__top__right {
    flex-direction: column;
    align-items: center; }
  .about__top__right--column {
    align-items: center; }
  .about__top__right--column {
    margin-left: 0;
    margin-top: 30px; } }

.members_account__title {
  margin: 0 0 10px; }

.members_account__top {
  margin: 0 0 40px; }

.members_base__container {
  display: flex;
  align-items: flex-start; }

.members_menu {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  width: 280px;
  min-width: 280px; }
  .members_menu .menu-item {
    margin-left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #3c3c57;
    margin-bottom: 10px; }
    .members_menu .menu-item.current-menu-item, .members_menu .menu-item:hover {
      color: #4d82e1; }
    .members_menu .menu-item.current-page-ancestor, .members_menu .menu-item.current-menu-ancestor, .members_menu .menu-item.current-product-ancestor {
      color: #3c3c57; }

.members_box {
  box-shadow: 0 6px 20px 0 rgba(33, 33, 38, 0.07);
  padding: 40px 50px; }

.members_menu__title {
  margin-bottom: 20px; }

.members_base__content {
  padding-left: 15%;
  flex-grow: 1; }

.member_base__content__inner {
  padding-top: 40px; }

.members_base__content__title {
  margin-bottom: 20px; }

@media screen and (max-width: 800px) {
  .members_base__container {
    flex-direction: column-reverse;
    align-items: center; }
  .members_base__content {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 40px;
    width: auto; } }

.members_login {
  text-align: center; }

.register {
  position: relative;
  background-image: url(assets/images/components/graphics/general_dots.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat; }

.register__box {
  padding-bottom: 60px; }

.register__box__title {
  margin: 0 0 10px; }

.register__box__text {
  max-width: 560px;
  margin: 0 auto 30px;
  opacity: 0.8; }

.register__form .frm_submit {
  text-align: right;
  margin: 20px 0 0; }

@media screen and (max-width: 780px) {
  .register {
    background-image: none; } }

.prayer_space {
  margin: 0 0 20px;
  padding: 40px 50px; }

.prayer_space__title {
  margin: 0 0 10px; }

.prayer_space__website {
  margin: 10px 0; }

.prayer_space__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px; }

.prayer_space__start_date {
  padding: 0 30px 0 0; }

.prayer_space__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px; }

.prayer_space__link {
  color: #4d82e1;
  margin: 0 0 0 20px;
  font-weight: 500; }

.prayer_space__delete {
  color: #d2484d; }

.favourite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "dunbar-tall", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333774;
  letter-spacing: 0.46px;
  margin: 0 0 15px;
  transition: 0.2s; }

.favourite__title a {
  transition: 0.2s; }
  .favourite__title a:hover {
    color: #4d82e1; }

.favourite__right {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.favourite__link {
  transition: 0.2s; }
  .favourite__link:hover {
    color: #4d82e1; }

.favourite__button {
  margin: 0 0 0 20px;
  align-self: center; }
  .favourite__button button {
    cursor: pointer;
    height: 38px;
    background-color: rgba(51, 55, 116, 0.15);
    color: #333774;
    border-radius: 6px;
    border: none;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 15px;
    font-family: "dunbar-tall", sans-serif;
    font-weight: 700;
    transition: 0.2s; }
    .favourite__button button:hover {
      background-color: #333774;
      color: white; }
      .favourite__button button:hover svg {
        fill: white; }
  .favourite__button svg {
    width: 22px;
    height: 18px;
    transition: 0.2s;
    fill: #333774;
    opacity: 0.3; }
    .favourite__button svg.active {
      opacity: 1; }

.page__hero--psah {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-self: center;
  border-radius: 0;
  padding: 20px 0;
  margin-bottom: 0;
  background-color: #1d945f; }

.psah_logo {
  max-width: 275px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto; }

.prayer-spaces-at-home .page__content__inner {
  justify-content: center; }

.prayer-spaces-at-home .button, .prayer-spaces-at-home .content .wp-block-button__link, .content .prayer-spaces-at-home .wp-block-button__link, .prayer-spaces-at-home .frm_submit input, .frm_submit .prayer-spaces-at-home input,
.prayer-spaces-at-home .frm_submit button, .frm_submit .prayer-spaces-at-home button, .prayer-spaces-at-home .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .prayer-spaces-at-home .eo-booking-button, .prayer-spaces-at-home .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .prayer-spaces-at-home button,
.prayer-spaces-at-home .wp-block-button__link {
  background-color: #c7e4d7;
  color: #1f945f; }
  .prayer-spaces-at-home .button:hover, .prayer-spaces-at-home .content .wp-block-button__link:hover, .content .prayer-spaces-at-home .wp-block-button__link:hover, .prayer-spaces-at-home .frm_submit input:hover, .frm_submit .prayer-spaces-at-home input:hover,
  .prayer-spaces-at-home .frm_submit button:hover, .frm_submit .prayer-spaces-at-home button:hover, .prayer-spaces-at-home .booking__form #eo-booking-form .eo-booking-button:hover, .booking__form #eo-booking-form .prayer-spaces-at-home .eo-booking-button:hover, .prayer-spaces-at-home .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button:hover, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .prayer-spaces-at-home button:hover,
  .prayer-spaces-at-home .wp-block-button__link:hover {
    background-color: #1f945f;
    color: white; }

.international .staggered__journey__content--right {
  padding-left: 70px; }
  .international .staggered__journey__content--right h3 {
    font-size: 38px;
    line-height: 47px; }

.international__grad {
  background-image: linear-gradient(180deg, #e2eaf9 0%, rgba(237, 243, 253, 0) 100%);
  opacity: 1; }

.international_nations {
  position: relative;
  padding-bottom: 100px; }

.international_nations__grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-image: linear-gradient(180deg, rgba(223, 235, 251, 0.73) 0%, rgba(121, 172, 232, 0.09) 99%); }

.international_nations__top_content {
  position: relative;
  z-index: 2;
  margin-bottom: 40px; }

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

.nation_item {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .nation_item:hover .nation_item__overlay {
    opacity: 1;
    visibility: visible; }

.nation_item__img_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px; }
  .nation_item__img_wrap:after {
    content: '';
    display: block;
    padding-bottom: 100%; }

.nation_item__img {
  margin: 0 auto;
  width: calc(100% - 50px);
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 20px;
  right: 0;
  top: 40px; }

.nation_item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 55, 116, 0.93);
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  padding: 40px 10px; }
  .nation_item__overlay p {
    margin-bottom: 20px; }
  .nation_item__overlay .button, .nation_item__overlay .content .wp-block-button__link, .content .nation_item__overlay .wp-block-button__link, .nation_item__overlay .frm_submit input, .frm_submit .nation_item__overlay input,
  .nation_item__overlay .frm_submit button, .frm_submit .nation_item__overlay button, .nation_item__overlay .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .nation_item__overlay .eo-booking-button, .nation_item__overlay .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .nation_item__overlay button {
    background-color: #fff;
    color: #333774;
    font-size: 14px;
    padding: 3px 35px; }

.nation_item__title {
  font-weight: 500; }

.nations__cta {
  margin-top: 90px;
  padding: 65px 20px 85px; }
  .nations__cta .how_they_work__library__content {
    max-width: 555px;
    margin: 0 auto;
    width: 100%; }
  .nations__cta .button, .nations__cta .content .wp-block-button__link, .content .nations__cta .wp-block-button__link, .nations__cta .frm_submit input, .frm_submit .nations__cta input,
  .nations__cta .frm_submit button, .frm_submit .nations__cta button, .nations__cta .booking__form #eo-booking-form .eo-booking-button, .booking__form #eo-booking-form .nations__cta .eo-booking-button, .nations__cta .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container button, .booking__form #eo-booking-form-payment-gateway li.eo-booking-form-payment-gateway-selected .eo-booking-form-payment-gateway-container .nations__cta button {
    max-width: 220px;
    width: 100%; }

@media screen and (max-width: 1200px) {
  .nations_grid .grid_1-4 {
    max-width: 250px;
    width: 100%; }
  .nation_item {
    margin: 20px 0; } }

@media screen and (max-width: 1000px) {
  .international .staggered__journey__content--right {
    padding-left: 0;
    margin-top: 20px; } }

.lessons_policies {
  background-image: linear-gradient(180deg, #e2ecff 0%, #edf3fd 100%); }
  .lessons_policies .page__content__title {
    margin-bottom: 20px; }

.lessons_policies__content {
  max-width: 670px;
  width: 100%;
  margin: 0 auto 40px; }

.lessons_policies__grid .resource {
  height: 300px; }

.single_lesson {
  background-color: #e5eeff; }

.single_lesson__download__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 10px;
  font-size: 15px;
  font-family: "dunbar-tall", sans-serif;
  font-weight: bold;
  letter-spacing: 0.43px;
  color: #333774;
  margin: 5px 0;
  transition: 0.4s; }
  .single_lesson__download__item svg {
    margin-top: 6px; }
  .single_lesson__download__item:hover {
    color: #4d82e1; }
    .single_lesson__download__item:hover svg {
      fill: #4d82e1; }
  .single_lesson__download__item.not_logged_in {
    opacity: 0.35;
    pointer-events: none; }

.single_lesson__download__item__icon {
  max-width: 18px;
  width: 100%;
  fill: #333774;
  transition: 0.4s; }

@media screen and (max-width: 1000px) {
  .lessons_policies__grid .grid_1-3 {
    max-width: 335px;
    width: 100%; } }

.prayer_activities_landing {
  position: relative;
  background-color: #e6effe;
  padding: 100px 0;
  min-height: 870px;
  overflow: hidden; }

.prayer_activities_landing__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 655px;
  pointer-events: none; }

.prayer_activities_landing__title {
  text-align: center;
  position: relative;
  z-index: 1; }

.prayer_activities_landing__top {
  position: relative;
  z-index: 1; }

.prayer_activities_landing__search {
  max-width: 420px;
  width: 100%;
  margin: 40px auto 0;
  border-radius: 4px;
  overflow: hidden; }
  .prayer_activities_landing__search .search_submit {
    background-color: #fff;
    border-radius: 0;
    width: 40px;
    min-width: 40px;
    padding: 0; }
  .prayer_activities_landing__search .search_submit__icon {
    fill: #45454d; }
  .prayer_activities_landing__search .searchform input[type='text'] {
    border-radius: 0;
    padding-left: 0; }

.prayer_activities_landing__categories {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 60px;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap; }

.prayer_activities_landing__category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  width: 360px;
  height: 245px;
  text-align: center;
  border-radius: 12px;
  color: white;
  transition: 0.4s; }
  .prayer_activities_landing__category h4 {
    font-size: 30px; }
  .prayer_activities_landing__category.schools {
    background-color: #4d82e1; }
  .prayer_activities_landing__category.at-home {
    background-color: #1d945f; }
  .prayer_activities_landing__category.outdoors {
    background-color: #ef911f; }
  .prayer_activities_landing__category:hover {
    transform: scale(1.05); }

.prayer_activities_landing__category__icon {
  max-width: 95px;
  width: 100%; }

.prayer_activities_landing__bottom {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  position: relative;
  z-index: 1;
  margin-top: 40px; }

.prayer_activities_landing__bottom__item {
  flex-grow: 1;
  border-radius: 20px;
  color: white;
  display: flex;
  align-items: center;
  column-gap: 20px;
  background-color: #4d82e1;
  padding: 30px;
  transition: 0.4s; }
  .prayer_activities_landing__bottom__item h4 {
    font-size: 30px; }
  .prayer_activities_landing__bottom__item.activity-sets {
    background-color: #6767aa; }
  .prayer_activities_landing__bottom__item.how-to-use {
    background-color: rgba(77, 130, 225, 0.19);
    color: #333774; }
  .prayer_activities_landing__bottom__item:hover {
    transform: scale(1.05); }

.prayer_activities_landing__bottom__item__icon {
  max-width: 100px;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .prayer_activities_landing__bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 40px; } }

@media screen and (max-width: 500px) {
  .prayer_activities_landing__category {
    max-width: 360px;
    width: 100%; } }

.activity_sets {
  position: relative;
  padding: 20px 0;
  background-color: #e6effe;
  background: #d7e6fa;
  background: linear-gradient(180deg, #d7e6fa 0%, #e5effe 100%); }

.activity_sets__breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 15px; }
  .activity_sets__breadcrumb h1 {
    text-align: left; }

.activity_sets__breadcrumb__item {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: #4d82e1;
  align-items: center;
  column-gap: 15px; }
  .activity_sets__breadcrumb__item svg {
    width: 5px;
    fill: #4d82e1;
    margin-top: 2px; }
  .activity_sets__breadcrumb__item:last-of-type svg {
    display: none; }

.activity_sets__top {
  text-align: center;
  margin: 20px 0 30px; }
  .activity_sets__top h2 {
    margin-bottom: 5px; }

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

.activity_set__item {
  border-radius: 12px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px 0;
  transition: 0.4s; }
  .activity_set__item:hover {
    transform: scale(1.04); }

.activity_set__item__top {
  background-color: #4d82e1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px; }

.activity_set__item__icon {
  max-width: 135px;
  max-height: 135px;
  align-self: center; }

.activity_set__item__bottom {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  min-height: 100px; }

.activity_set__item__title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.94px;
  margin-bottom: 10px; }

.activity_set__item__count {
  font-size: 16px;
  color: #3c3c57;
  opacity: 0.8;
  line-height: 26px; }

@media screen and (max-width: 1200px) {
  .activity_sets__grid .grid_1-4 {
    max-width: 295px;
    width: 100%; } }

@media screen and (max-width: 900px) {
  .activity_sets__breadcrumb h1 {
    text-align: center; } }

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