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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input:focus {
  outline: none;
}

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

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

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

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

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

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

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

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content a {
  color: #2C475D;
  font-size: 18px;
  transition: 0.2s;
  text-decoration: underline;
  font-weight: 500;
  line-height: 32px;
}
.content .wp-block-button__link {
  background: #F9C07B;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 15px;
  color: #2C475D;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.content .wp-block-button__link:hover {
  background-color: #2C475D;
  color: white;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #F9C07B;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  max-width: 460px;
  margin-bottom: 30px;
}

.alpha,
.content h1 {
  font-size: 52px;
}

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

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

.delta,
.content h4 {
  font-size: 30px;
}

.echo,
.content h5 {
  font-size: 23px;
  line-height: 35px;
}

.foxtrot,
.content h6 {
  font-size: 20px;
  line-height: 34px;
}

@media screen and (max-width: 700px) {
  .alpha,
  .content h1 {
    font-size: 36px;
  }
}
.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, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 7px 20px;
  transition: 0.2s;
  cursor: pointer;
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -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: #F9C07B;
  margin: 2px 0 0;
}

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

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

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

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

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

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

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

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

img {
  height: auto;
}

.header {
  background: linear-gradient(270deg, #2C475D 0%, #1F5A70 100%);
  padding: 15px 37px 15px 37px;
  position: relative;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  display: none;
  width: 180px;
  transition: 0.2s;
}
.header__logo:hover {
  transform: scale(1.02);
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  z-index: 3;
}

.menu-item {
  display: inline-block;
  margin: 0 0 0 120px;
  transition: 0.2s;
}
.menu-item a {
  font-size: 15px;
  color: white;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: 0.2s;
}
.menu-item:hover a {
  color: #F9C07B;
}
.menu-item.current-menu-item a {
  border-bottom: 1.5px solid white;
}

.menu-item-7 {
  position: relative;
}
.menu-item-7 a {
  margin-right: 15px;
}
.menu-item-7 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  transition: 0.3s;
  fill: white;
}
.menu-item-7:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-item-7:hover .sub-menu a {
  color: #566C7D;
}
.menu-item-7:hover:after {
  visibility: visible;
}
.menu-item-7.current-menu-item {
  border-bottom: 1.5px solid white;
}
.menu-item-7.current_page_ancestor a {
  border-bottom: 1.5px solid white;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  position: absolute;
  left: -52px;
  top: 60px;
  background: white;
  width: 180px;
  padding: 10px 20px;
  z-index: 2;
}
.sub-menu li {
  margin-left: 0;
}
.sub-menu li:hover a, .sub-menu li.current-menu-item a {
  border-bottom: 1.5px solid #566C7D !important;
}
.sub-menu a {
  color: #566C7D;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 15px;
}

.menu-item-6 a {
  font-size: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 179.603515625px;
  height: 56.9814453125px;
  background-image: url("assets/images/header_logo.svg");
  transition: 0.2s;
}
.menu-item-6 a:hover {
  transform: scale(1.02);
  border: none;
}
.menu-item-6:hover a, .menu-item-6.current-menu-item a {
  border: none;
}

.menu-item-20 {
  transition: 0.2s;
}
.menu-item-20 a {
  color: #F9C07B;
  border: 1.5px solid #F9C07B;
  padding: 5px 16px;
  border-radius: 4px;
  transition: 0.2s;
}
.menu-item-20 a:hover {
  background-color: #F9C07B;
  color: #2C475D;
}
.menu-item-20:hover a, .menu-item-20.current-menu-item a {
  border-bottom: 1.5px solid #F9C07B;
  background-color: #F9C07B;
  color: #2C475D;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:after {
  visibility: hidden;
  width: 180px;
  content: "";
  position: absolute;
  top: 30px;
  left: -52px;
  height: 31px;
}
.menu-item-has-children:hover svg {
  fill: #F9C07B;
}

.menu-item-7 {
  transition: 0.2s;
}
.menu-item-7.hover a {
  border-bottom: 1px solid #F9C07B !important;
}

@media screen and (max-width: 1200px) {
  .header {
    background-color: black;
    padding: 20px 20px 20px 20px;
  }
  .header__nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__menu {
    display: none;
    position: absolute;
    top: 90px;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    left: 0px;
    background: linear-gradient(270deg, #2C475D 0%, #1F5A70 100%);
    width: 100%;
    padding: 20px 20px;
  }
  .header__menu li {
    display: block;
    position: relative;
    margin: 15px 0px;
  }
  .menu-item-has-children {
    margin-bottom: 0;
  }
  .menu-item {
    margin: 0;
  }
  .menu-item:hover a {
    border-bottom: none !important;
  }
  .menu-item-20:hover a {
    border-bottom: #F9C07B !important;
  }
  .sub-menu {
    transition: none;
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    display: none;
    width: 100%;
  }
  .sub-menu *:after {
    display: none;
  }
  .sub-menu a {
    color: white !important;
  }
  .sub-menu .menu-item a {
    font-size: 13px;
  }
  .menu-item-7 svg {
    position: relative;
    top: 0px;
    right: 8px;
  }
  .menu-item-6 {
    display: none !important;
  }
  .header__logo {
    display: -ms-flexbox;
    display: flex;
  }
}
.footer {
  background-color: white;
  padding: 40px 20px 20px 20px;
}
.footer p a:hover {
  text-decoration: underline;
}

.footer__logo {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  transition: 0.2s;
}
.footer__logo:hover {
  transform: scale(1.02);
}

.footer_socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 15px 0;
}
.footer_socials .social_icon {
  width: 25px;
  height: 25px;
  fill: #2C475D;
}

.footer__bb_logo, .footer__fundraiser_logo {
  height: 52px;
  transition: 0.2s;
}

.footer__bb_logo:hover {
  transform: scale(1.02);
}

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

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
  row-gap: 5px;
}
.footer__bottom a {
  color: #80929F;
  transition: 0.2s;
}
.footer__bottom a:hover {
  text-decoration: underline;
}
.footer__bottom p {
  font-size: 12px;
  line-height: 21px;
  color: #80929F;
}

.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field textarea,
.frm_form_field select {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  border: 1px solid #2C475D;
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 10px;
  color: #2C475D;
  -moz-appearance: none;
  appearance: none;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: #2C475D;
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: #2C475D;
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: #2C475D;
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: #2C475D;
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: #2C475D;
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}

.frm_hidden {
  display: none;
}

.gform_heading {
  display: none !important;
}

.gform-body {
  position: relative !important;
  padding-top: 30px !important;
}
.gform-body .gform_fields {
  row-gap: 20px !important;
}
.gform-body .gfield img {
  width: 150px !important;
}
.gform-body .gfield h3 {
  margin: 10px 0px !important;
}
.gform-body .gfield .gfield_label, .gform-body .gfield .gfield_validation_message {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  font-family: "Outfit", sans-serif !important;
}
.gform-body .gfield .gfield_label .gfield_required, .gform-body .gfield .gfield_validation_message .gfield_required {
  position: relative !important;
  right: 3px !important;
  color: #2C475D !important;
}
.gform-body .gfield .gfield_label {
  color: #2C475D !important;
  text-align: left !important;
}
.gform-body .gfield .gform-field-label {
  text-align: left !important;
}
.gform-body .gfield .ginput_container input, .gform-body .gfield .ginput_container textarea {
  background-color: white !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  width: 100% !important;
  text-align: start !important;
  color: #2C475D !important;
}
.gform-body .gfield .ginput_container .gfield_checkbox input {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}
.gform-body .gfield .ginput_container .gchoice .gfield-choice-input {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}
.gform-body .gfield .ginput_container .gchoice .gfield-choice-input .gform-field-label {
  color: #2C475D !important;
}
.gform-body .gfield .ginput_container .gchoice .gform-field-label {
  font-size: 17px !important;
  line-height: 1.4 !important;
  color: #2C475D !important;
}
.gform-body .gfield .ginput_container .address_zip {
  width: 100% !important;
}
.gform-body .gfield .ginput_container input {
  height: 46px;
  padding: 0px 14px;
}
.gform-body .gfield .ginput_container textarea {
  height: 136px !important;
  padding: 10px 14px !important;
}
.gform-body .gfield .ginput_container input::-moz-placeholder, .gform-body .gfield .ginput_container textarea::-moz-placeholder {
  color: #ABB5BE !important;
}
.gform-body .gfield .ginput_container input:-ms-input-placeholder, .gform-body .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #ABB5BE !important;
}
.gform-body .gfield .ginput_container input::placeholder, .gform-body .gfield .ginput_container textarea::placeholder {
  color: #ABB5BE !important;
}
.gform-body .gfield .ginput_container .gform_next_button {
  display: none !important;
}
.gform-body .gfield .gfield_validation_message {
  justify-self: start !important;
}
.gform-body .gfield .gfield_description {
  text-align: left !important;
}
.gform-body .ginput_container_select select {
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: white !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  width: 100% !important;
  text-align: start !important;
  height: 46px !important;
  padding: 0px 14px !important;
  color: #ABB5BE !important;
}
.gform-body .ginput_container_select select:focus {
  outline: none !important;
  background-color: white !important;
}
.gform-body .ginput_container_fileupload .gform_drop_area {
  border: none !important;
  border-radius: 6px !important;
}
.gform-body .ginput_container_fileupload .gform_drop_area::before {
  display: none !important;
}
.gform-body .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  color: #566C7D !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.gform-body .ginput_container_fileupload .gform_drop_area .gform_button_select_files {
  background-color: #D5DBE0 !important;
  color: #2C475D !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  font-family: "Outfit", sans-serif;
  font-size: 15px !important;
  padding: 14px 30px !important;
  transition: 0.2s !important;
}
.gform-body .ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover {
  background-color: #2C475D !important;
  color: #D5DBE0 !important;
}
.gform-body .ginput_container_fileupload .gform_fileupload_rules {
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 16px !important;
  color: #80929F !important;
}
.gform-body .gfield--type-consent {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  position: relative !important;
}
.gform-body .gfield--type-consent .ginput_container_consent input {
  height: 20px !important;
  padding: 0px !important;
  border-radius: 4px !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.gform-body .gfield--type-consent .ginput_container_consent input::before {
  color: #2C475D !important;
}
.gform-body .gfield--type-consent .ginput_container_consent .gform-field-label {
  font-size: 17px !important;
  line-height: 1.4 !important;
  color: #2C475D !important;
  text-align: left !important;
}
.gform-body .gfield--type-consent .validation_message {
  position: absolute;
  top: 20px;
}
.gform-body .gfield--type-html {
  text-align: left !important;
}

.gform-footer {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.gform-footer input {
  background-color: #2C475D !important;
  padding: 14px 30px !important;
  color: white !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  font-family: "Outfit", sans-serif !important;
  transition: 0.2s !important;
  min-width: 151px !important;
  min-height: 47px !important;
}
.gform-footer input:hover {
  background-color: #F9C07B !important;
  color: #2C475D !important;
}

.gform_validation_errors {
  margin: 20px 0px !important;
  border-radius: 6px !important;
}
.gform_validation_errors h2 {
  font-weight: 400 !important;
  line-height: 1.4 !important;
  font-family: "Outfit", sans-serif !important;
}

.gform_confirmation_wrapper .gform_confirmation_message ul {
  text-align: left !important;
}

.gform_wrapper .gform-body .gform_page .gform-page-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.gform_wrapper .gform-body .gform_page .gform-page-footer .gform_next_button, .gform_wrapper .gform-body .gform_page .gform-page-footer .gform_previous_button, .gform_wrapper .gform-body .gform_page .gform-page-footer .gform_button {
  padding: 14px 30px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  font-family: "Outfit", sans-serif !important;
  transition: 0.2s !important;
  min-width: 151px !important;
  min-height: 47px !important;
}
.gform_wrapper .gform-body .gform_page .gform-page-footer .gform_next_button {
  background-color: #2C475D !important;
  color: white !important;
}
.gform_wrapper .gform-body .gform_page .gform-page-footer .gform_next_button:hover {
  background-color: #F9C07B !important;
  color: #2C475D !important;
}
.gform_wrapper .gform-body .gform_page .gform-page-footer .gform_previous_button {
  background-color: #D5DBE0 !important;
  border-color: #D5DBE0 !important;
  color: #2C475D !important;
}
.gform_wrapper .gform-body .gform_page .gform-page-footer .gform_previous_button:hover {
  background-color: #2C475D !important;
  color: white !important;
}
.gform_wrapper .gform-body .gform_page .gform-page-footer .gform_button {
  background-color: #2C475D !important;
  color: white !important;
}
.gform_wrapper .gform-body .gform_page .gform-page-footer .gform_button:hover {
  background-color: #F9C07B !important;
  color: #2C475D !important;
}
.gform_wrapper .gf_page_steps .gf_step_label {
  letter-spacing: 0.6px !important;
}
.gform_wrapper .gf_page_steps .gf_step_completed .gf_step_number::after {
  background-color: #2C475D !important;
  border: none !important;
}
.gform_wrapper .gf_page_steps .gf_step_active .gf_step_number {
  background-color: #F9C07B !important;
  border: none !important;
  color: #2C475D;
}
.gform_wrapper .gf_page_steps .gf_step_next .gf_step_number, .gform_wrapper .gf_page_steps .gf_step_pending .gf_step_number {
  background-color: #D5DBE0 !important;
  border: none !important;
}

@media screen and (max-width: 1200px) {
  .gform-footer {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .gform_validation_errors h2 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .gform-body .gfield--type-html {
    text-align: center !important;
  }
}
@media screen and (max-width: 800px) {
  .gfield--type-consent {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .gfield--type-consent .validation_message {
    position: relative !important;
    top: 0px !important;
    -ms-flex-item-align: start !important;
    align-self: start !important;
  }
}
.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.9);
  z-index: 23;
  display: none;
}

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

.popup__close {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #000000;
}
.popup__close svg {
  width: 18px;
  stroke: #b1b1b1;
}

.section {
  padding: 60px 0;
  background-color: #EDEDED;
}

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

.accordion {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 20px 20px;
  min-height: 60px;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.accordion .accordion__title {
  font-size: 20px;
  color: #1F5A70;
  font-weight: 500;
  line-height: 34px;
}
.accordion .accordion__arrow {
  position: absolute;
  width: 14px;
  height: 8px;
  right: 20px;
  top: 30px;
  fill: #2C475D;
  transition: 0.2s;
}
.accordion .accordion__content {
  display: none;
  margin-top: 10px;
}

.accordion--open {
  -ms-flex-align: start;
  align-items: flex-start;
}
.accordion--open .accordion__arrow {
  transform: rotate(180deg);
}

.front .bb-today__whats_happening .bb-today__whats_happening__body {
  max-width: 580px;
  color: #D5DBE0;
}
.front .bb-today__whats_happening .bb-today__whats_happening__body .bb-today__whats_happening__body__title {
  color: white;
}

.page__hero__front h1 {
  color: #F9C07B;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 100%;
}
.page__hero__front h2 {
  font-size: 52px;
  margin-bottom: 30px;
  line-height: 100%;
}
.page__hero__front p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  color: #D5DBE0;
}
.page__hero__front a {
  text-decoration: none;
}
.page__hero__front .page__hero__front__button {
  position: relative;
  background-color: #F9C07B;
  border-radius: 4px;
  color: #2C475D;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
  padding: 14px 30px;
  text-transform: uppercase;
}
.page__hero__front .page__hero__front__button:hover {
  background-color: #F5D193;
  color: #2C475D;
}

.front__share_story {
  width: 100%;
  padding: 60px 20px 60px 20px !important;
  background-color: #EDEDED;
}
.front__share_story .front__share_story__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -ms-flex-pack: center;
  justify-content: center;
}
.front__share_story .front__share_story__container .front__share_story__left {
  width: 50%;
  max-width: 540px;
  text-align: left;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__title {
  font-size: 44px;
  color: #2C475D;
  margin-bottom: 30px;
  line-height: 100%;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container {
  padding: 0 0 0 20px;
  border-left: 4px solid #F9C07B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__quote {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: #1F5A70;
  margin-bottom: 20px;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  right: 10px;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__images .story__author__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__images .story__author__img_left {
  position: relative;
  left: 10px;
  z-index: 1;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__images .story__author__img_right {
  position: relative;
  right: 10px;
  z-index: 2;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__details .story__author__details__name {
  font-size: 23px;
  line-height: 35px;
  color: #1F5A70;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__details .story__author__details__role {
  font-size: 20px;
  line-height: 34px;
  color: #80929F !important;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__details .story__author__details__link__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  z-index: 1;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__details .story__author__details__link__container:hover .story__author__details__link {
  font-weight: 500;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__details .story__author__details__link__container .story__author__details__link {
  font-size: 15px;
  font-weight: 400;
  color: #1F5A70;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: 0.2s;
}
.front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__story .front__share_story__left__story__quote__container .story__author .story__author__details .story__author__details__link__container .story__author__details__link__icon {
  position: relative;
  width: 12px;
}
.front__share_story .front__share_story__container .front__share_story__right {
  position: relative;
  width: 50%;
  max-width: 540px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.front__share_story .front__share_story__container .front__share_story__right .front__share_story__right__img {
  width: 350px;
  height: 410px;
  border: 8px solid white;
  aspect-ratio: 1;
}
.front__share_story .front__share_story__container .front__share_story__right .front__share_story__right__img.left__image {
  transform: rotate(-4deg);
  z-index: 1;
  position: relative;
  top: 40px;
}
.front__share_story .front__share_story__container .front__share_story__right .front__share_story__right__img.right__image {
  z-index: 2;
  position: relative;
  right: 40px;
}

.front__share_story__link {
  padding: 8px 30px 8px 30px;
  background-color: #D5DBE0;
  border-radius: 4px;
  color: #2C475D;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: 0.2s;
  margin: 0 auto;
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 240px;
  margin-top: 100px;
}
.front__share_story__link:hover {
  background-color: #ABB5BE;
}

@media screen and (max-width: 1400px) {
  .bb-today__whats_happening .bb-today__whats_happening__images .bb-today__whats_happening__right_img, .bb-today__whats_happening .bb-today__whats_happening__images .bb-today__whats_happening__left_img {
    width: 270px !important;
    height: 330px !important;
  }
  .front__share_story__right .front__share_story__right__img {
    width: 270px !important;
    height: 330px !important;
  }
}
@media screen and (max-width: 1200px) {
  .front__share_story {
    padding: 60px 60px 80px 60px;
  }
  .front__share_story .front__share_story__container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 70px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .front__share_story .front__share_story__container .front__share_story__left {
    width: 100%;
    max-width: unset;
  }
  .front__share_story .front__share_story__container .front__share_story__left .front__share_story__left__title {
    text-align: center;
  }
  .front__share_story .front__share_story__container .front__share_story__right {
    width: 100%;
    max-width: unset;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .front__share_story .front__share_story__container .front__share_story__right .left__image {
    left: 40px !important;
  }
  .front__share_story .front__share_story__container .front__share_story__right .front__share_story__right__img {
    width: 220px;
    height: 280px;
  }
  .front__share_story .front__share_story__link {
    margin-top: 80px;
  }
  .front__share_story .story__author {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .front__share_story .story__author .story__author__details {
    row-gap: 10px !important;
    margin-bottom: 20px;
  }
  .bb-today__whats_happening .bb-today__whats_happening__image__container {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .page__hero__front h2 {
    font-size: 36px;
  }
  .front__share_story .front__share_story__container {
    row-gap: 30px;
  }
  .front__share_story .front__share_story__container .front__share_story__right {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .front__share_story .front__share_story__container .front__share_story__right .left__image {
    left: 0 !important;
  }
  .front__share_story .front__share_story__container .front__share_story__right .right__image {
    right: 0 !important;
  }
  .front .bb-today__whats_happening .bb-today__whats_happening__images {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .front .bb-today__whats_happening .bb-today__whats_happening__images .bb-today__whats_happening__left_img, .front .bb-today__whats_happening .bb-today__whats_happening__images .bb-today__whats_happening__right_img {
    width: 220px !important;
    height: 280px !important;
  }
}
.page__hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 40px 10px 50px 10px;
  background: linear-gradient(90deg, rgba(31, 90, 112, 0.92), rgba(44, 71, 93, 0.92));
}
.page__hero .page__hero__title {
  font-size: 52px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #F9C07B;
}

.page__hero__sub-hero {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  padding: 60px 10px 70px 10px !important;
}
.page__hero__sub-hero .page__hero__text {
  font-size: 23px;
  line-height: 35px;
  color: white;
  text-align: center;
}

.page__hero__big {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}

.page_hero__overlay {
  background: linear-gradient(90deg, rgba(31, 90, 112, 0.92) 0%, rgba(44, 71, 93, 0.92) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 60.21%, rgba(46, 45, 56, 0.4) 100%);
  position: relative;
}
.page_hero__overlay .page__hero__background_img {
  opacity: 40%;
}
.page_hero__overlay .page__hero__title {
  font-size: 52px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #F9C07B;
  z-index: 1;
  position: absolute;
  bottom: 80px;
}

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

.page__content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0px;
  background-color: #EDEDED;
}
.page__content blockquote {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .page__hero__big {
    height: 300px;
  }
  .page__hero__sub-title {
    text-align: center;
  }
}
.single__hero__img {
  position: relative;
  width: 220px;
  height: 220px;
  margin-bottom: 20px;
  border-radius: 50%;
  -o-object-position: top;
  object-position: top;
}

.single__hero__past_img {
  position: relative;
  left: 20px;
  z-index: 1;
}

.single__hero__featured_img {
  position: relative;
  right: 20px;
  z-index: 2;
}

.single__page__hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.single__page__hero .single__page__Hero__nav {
  position: absolute;
  top: 20px;
  left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.single__page__hero .single__page__Hero__nav .single__page__Hero__nav__item {
  font-size: 16px;
  color: #ABB5BE;
  transition: 0.2s;
}
.single__page__hero .single__page__Hero__nav .single__page__Hero__nav__item:hover {
  text-decoration: underline;
}
.single__page__hero .single__page__Hero__nav .nav__item__active {
  color: #D5DBE0;
}
.single__page__hero .single__page__Hero__nav p {
  color: #ABB5BE;
}
.single__page__hero .page__hero__title {
  font-size: 44px;
  margin-bottom: 10px;
}
.single__page__hero .page__hero__sub-title {
  font-size: 18px;
  line-height: 32px;
  color: #D5DBE0;
}

.single__page__content {
  text-align: left;
}
.single__page__content blockquote p {
  line-height: 45px;
}
.single__page__content p {
  line-height: 32px;
}

.share_story {
  max-width: 800px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 40px;
}
.share_story .share_story__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
}
.share_story .share_story__container .share_story__left {
  max-width: 412px;
  position: relative;
  background: linear-gradient(90deg, #1F5A70 0%, #2C475D 100%);
  padding: 80px 30px 20px 50px;
}
.share_story .share_story__container .share_story__right {
  max-width: 380px;
  position: relative;
  background: linear-gradient(270deg, #2C475D 0%, #1F5A70 100%);
  padding: 50px 60px 40px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.share_story .share_story__container .share_story__right .share_story__right__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.share_story .share_story__container .share_story__right .share_story__right__img {
  position: relative;
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  border-radius: 50%;
  -o-object-position: top;
  object-position: top;
}
.share_story .share_story__container .share_story__right .share_story__right__title {
  font-size: 18px;
  font-family: 500;
  line-height: 32px;
  margin-bottom: -5px;
  color: white;
}
.share_story .share_story__container .share_story__right .share_story__right__link__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.share_story .share_story__container .share_story__right .share_story__right__link__container .story__author__details__link {
  font-size: 15px;
  color: #D5DBE0;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
  text-transform: uppercase;
  margin: 0;
}
.share_story .share_story__container .share_story__right .share_story__right__link__container .story__author__details__link:hover {
  color: white;
}
.share_story .share_story__container .share_story__right .share_story__right__link__container .story__author__details__link__icon {
  position: relative;
  width: 12px;
  fill: #D5DBE0 !important;
}
.share_story .share_story__header {
  color: white;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 45px;
}
.share_story p {
  position: relative;
  font-size: 16px;
  color: #D5DBE0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.share_story .share_story__button {
  background-color: #F9C07B;
  position: relative;
  padding: 14px 30px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 15px;
  color: #2C475D;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
.share_story .share_story__button:hover {
  background-color: #F5D193;
}

@media screen and (max-width: 800px) {
  .single__hero__featured_img {
    margin-top: 20px;
  }
  .share_story__left {
    max-width: 100% !important;
    text-align: center !important;
    padding: 80px 30px 80px 30px !important;
  }
  .share_story__right {
    max-width: 100% !important;
    margin-top: 20px !important;
  }
  .share_story .share_story__container {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.holding__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.faqs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  cursor: pointer;
}
.faqs .faqs__question__contaimer {
  position: relative;
  margin-top: 20px;
}
.faqs .faqs__question__contaimer .faqs__link {
  text-decoration: underline;
  color: #2C475D;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.stories {
  position: relative;
}
.stories .story {
  display: block;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.stories .story:hover .story__img__present {
  opacity: 0;
}
.stories .story:hover .story__img__past {
  opacity: 1;
}
.stories .story:hover .story__name__container .story__link__container {
  opacity: 1;
}
.stories .story .story_img__container {
  position: relative;
  width: 225px;
  height: 225px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.stories .story .story_img {
  border-radius: 50%;
  border: 8px solid white;
  -o-object-position: top;
  object-position: top;
  transition: 0.2s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.stories .story .story__img__past, .stories .story .story__img__present {
  transition: 0.4s;
}
.stories .story .story__img__present {
  opacity: 1;
}
.stories .story .story__img__past {
  opacity: 0;
}
.stories .story .story__name__container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.2s;
  -ms-flex-align: center;
  align-items: center;
}
.stories .story .story__name__container .story_name {
  text-decoration: none;
  font-weight: 500;
  color: #2C475D;
  position: relative;
}
.stories .story .story__name__container .story__link__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 5px;
  column-gap: 5px;
  position: relative;
  opacity: 0;
  transition: 0.4s;
}
.stories .story .story__name__container .story__link__container .story__link__container__link {
  font-size: 15px;
  font-weight: 400;
  color: #1F5A70;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: 0.2s;
}
.stories .story .story__name__container .story__link__container .story__link__container__link:hover {
  font-weight: 500;
}
.stories .story .story__name__container .story__link__container .story__link__container__icon {
  position: relative;
  width: 12px;
  bottom: 10px;
}

.stories_load_more__button {
  background-color: #D5DBE0;
  position: relative;
  padding: 14px 30px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 15px;
  color: #2C475D;
  font-weight: 500;
  letter-spacing: 0.6px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
  margin: 0 auto;
  margin-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  border: none;
}
.stories_load_more__button:hover {
  background-color: #ABB5BE;
}

.stories__share {
  max-width: 800px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0px auto;
  background: linear-gradient(90deg, #1F5A70 0%, #2C475D 100%);
  padding: 60px 160px;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stories__share .stories__Share__title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: white;
  position: relative;
  margin-bottom: 20px;
}
.stories__share .stories__share__sub-title {
  position: relative;
  font-size: 20px;
  color: white;
  line-height: 34px;
  font-weight: 400;
}
.stories__share .stories__share__button {
  background-color: #F9C07B;
  position: relative;
  padding: 7px 30px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 15px;
  color: #2C475D;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 20px;
}
.stories__share .stories__share__button:hover {
  background-color: #F5D193;
}

@media screen and (max-width: 1200px) {
  .stories .grid_1-3 {
    max-width: 305px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .stories__share {
    padding: 60px 20px;
  }
}
.give h1 {
  position: relative;
  margin-bottom: 40px;
  font-weight: 400;
  font-style: Regular;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.give h5 {
  position: relative;
  margin-bottom: 20px;
}
.give .wp-block-button {
  display: inline-block;
}
.give .wp-block-buttons {
  -ms-flex-pack: center;
  justify-content: center;
}
.give .wp-block-buttons a {
  padding: 8px 30px;
}
.give .wp-block-buttons a:hover {
  background-color: #F5D193;
  color: #2C475D;
}

.bb-today__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.bb-today__container .bb-today__container__left {
  width: 50%;
  max-width: 540px;
}
.bb-today__container .bb-today__container__left .bb-today__container__left__img {
  position: relative;
  width: 440px;
  height: 480px;
  border: 8px solid white;
  transform: rotate(-4deg);
}
.bb-today__container .bb-today__container__right {
  text-align: left;
  width: 50%;
  max-width: 540px;
}
.bb-today__container .bb-today__container__right h2 {
  font-size: 44px;
  position: relative;
  margin-bottom: 20px;
  line-height: 100%;
}
.bb-today__container .bb-today__container__right .bb-today__container__right__button {
  background-color: #2C475D;
  padding: 14px 30px;
  border-radius: 4px;
  font-size: 15px;
  color: white;
  letter-spacing: 0.6px;
  font-weight: 500;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.bb-today__container .bb-today__container__right .bb-today__container__right__button:hover {
  background-color: #566C7D;
  color: white;
}

.bb-today__whats_happening {
  width: 100%;
  padding: 160px 20px;
  background: linear-gradient(90deg, #1F5A70 0%, #2C475D 100%);
  position: relative;
  overflow: hidden;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.bb-today__whats_happening .bb-today__whats_happening__left_img, .bb-today__whats_happening .bb-today__whats_happening__right_img {
  width: 350px;
  height: 410px;
  border: 8px solid white;
  aspect-ratio: 1;
}
.bb-today__whats_happening .bb-today__whats_happening__image__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bb-today__whats_happening .bb-today__whats_happening__left_img {
  position: relative;
  transform: rotate(-4deg);
}
.bb-today__whats_happening .bb-today__whats_happening__right_img {
  position: relative;
  transform: rotate(4deg);
}
.bb-today__whats_happening .img__right__mobile {
  display: none;
  visibility: hidden;
}
.bb-today__whats_happening .bb-today__whats_happening__body {
  color: white;
  max-width: 480px;
  width: 100%;
  text-align: center;
}
.bb-today__whats_happening .bb-today__whats_happening__body .bb-today__whats_happening__body__title {
  font-size: 44px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.bb-today__whats_happening .bb-today__whats_happening__body .bb-today__whats_happening__body__content {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
}
.bb-today__whats_happening .bb-today__whats_happening__body a {
  background-color: #F9C07B;
  padding: 8px 30px;
  border-radius: 4px;
  font-size: 15px;
  color: #2C475D;
  letter-spacing: 0.6px;
  font-weight: 500;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.bb-today__whats_happening .bb-today__whats_happening__body a:hover {
  background-color: #F5D193;
}

.bb-today__whats_happening__body__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-pack: center;
  justify-content: center;
}
.bb-today__whats_happening__body__links .right__button__alt {
  background-color: #566C7D !important;
  color: white !important;
}
.bb-today__whats_happening__body__links .right__button__alt:hover {
  background-color: #80929F !important;
}

.bb-today__container .bb-today__whats_happening .bb-today__whats_happening__body .bb-today__container__right__button {
  padding: 14px 30px !important;
}

@media screen and (max-width: 1200px) {
  .bb-today__whats_happening {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .bb-today__container .bb-today__whats_happening .bb-today__whats_happening__body .bb-today__container__right__button {
    padding: 8px 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .bb-today__container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 50px;
  }
  .bb-today__container .bb-today__container__left {
    width: 100%;
    max-width: 540px;
  }
  .bb-today__container .bb-today__container__right {
    width: 100%;
    max-width: 540px;
    text-align: center;
  }
  .bb-today__whats_happening {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    row-gap: 0px;
  }
  .bb-today__whats_happening__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bb-today__whats_happening__body a {
    margin: 0 auto;
  }
  .bb-today__whats_happening__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bb-today__whats_happening__left_img {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    transform: rotate(4deg) !important;
    width: 160px !important;
    height: 220px !important;
  }
  .bb-today__whats_happening__right_img {
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
    transform: rotate(4deg) !important;
    width: 160px !important;
    height: 220px !important;
  }
  .img__right__mobile {
    display: block !important;
    visibility: visible !important;
  }
  .img__right__desktop {
    display: none !important;
    visibility: hidden !important;
  }
  .bb-today__whats_happening__body__links {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .bb-today__whats_happening__body__links .right__button__alt {
    padding: 8px 20px !important;
  }
  .bb-today__whats_happening__image__container {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .img__right__mobile {
    display: none !important;
  }
}
.about .content h1 {
  font-size: 52px;
  font-weight: 400;
  color: #1F5A70;
  margin-bottom: 50px;
  line-height: 100%;
}
.about .content p {
  font-size: 23px;
  line-height: 35px;
  color: #2C475D;
}

.about__quote {
  position: relative;
  margin: 80px 0px;
}
.about__quote::before {
  content: "";
  position: absolute;
  background-color: #F9C07B;
  width: 170px;
  height: 2px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.about__quote::after {
  content: "";
  position: absolute;
  background-color: #F9C07B;
  width: 170px;
  height: 2px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.about__quote .about__quote__body p {
  font-size: 20px;
  line-height: 34px;
  color: #1F5A70;
  margin-bottom: 30px;
}
.about__quote .about__quote__author {
  position: relative;
}
.about__quote .about__quote__author .author__image__container .author__image {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  -o-object-position: top;
  object-position: top;
}
.about__quote .about__quote__author .author__image__container .author__image__left {
  position: relative;
  left: 10px;
  z-index: 1;
}
.about__quote .about__quote__author .author__image__container .author__image__right {
  position: relative;
  right: 10px;
  z-index: 2;
}
.about__quote .about__quote__author .about__quote__author__name {
  font-size: 23px;
  line-height: 35px;
  color: #1F5A70;
}
.about__quote .about__quote__author .about__quote__author__role {
  font-size: 20px;
  line-height: 34px;
  color: #80929F;
}

.about__bottom {
  font-size: 18px;
  line-height: 32px;
  color: #2C475D;
}

.why_join {
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, #2C475D 0%, #1F5A70 100%);
  padding: 100px 60px;
}
.why_join .why_join__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -ms-flex-pack: center;
  justify-content: center;
}
.why_join .why_join__container .why_join__left {
  width: 50%;
  max-width: 540px;
}
.why_join .why_join__container .why_join__left .why_join__left__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 44px;
  color: #F9C07B;
  line-height: 100%;
}
.why_join .why_join__container .why_join__left .why_join__left__text {
  font-size: 23px;
  line-height: 35px;
  color: white;
}
.why_join .why_join__container .why_join__left .why__join__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}
.why_join .why_join__container .why_join__left .why__join__list .why__join__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.why_join .why_join__container .why_join__left .why__join__list .why__join__list__item .why__join__list__item__img {
  position: relative;
  width: 30px;
  min-width: 30px;
  margin-top: 2px;
}
.why_join .why_join__container .why_join__left .why__join__list .why__join__list__item .why__join__list__item__highlight {
  font-weight: 600;
  color: #F9C07B;
}
.why_join .why_join__container .why_join__left .why__join__list .why__join__list__item .why__join__list__item__text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: white;
}
.why_join .why_join__container .why_join__left .why__join__button {
  background-color: #F9C07B;
  color: #2C475D;
  padding: 14px 30px;
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
}
.why_join .why_join__container .why_join__left .why__join__button:hover {
  background-color: #F5D193;
}
.why_join .why_join__container .why_join__right {
  width: 50%;
  max-width: 540px;
}
.why_join .why_join__container .why_join__right .why_join__right__img {
  position: relative;
  width: 440px;
  height: 480px;
  border: 8px solid white;
  transform: rotate(4deg);
}

.alumni_benefits {
  background-color: #EDEDED;
  padding: 100px 60px;
}
.alumni_benefits .alumni_benefits__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-pack: center;
  justify-content: center;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__left {
  width: 50%;
  max-width: 540px;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__left .alumni_benefits__img {
  position: relative;
  width: 440px;
  height: 480px;
  border: 8px solid white;
  transform: rotate(-4deg);
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__right {
  width: 50%;
  max-width: 520px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__right .alumni_benefits__right__title {
  font-size: 44px;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__right .alumni_benefits__right__text {
  font-size: 23px;
  line-height: 35px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__right .alumni_benefits__right__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__right .alumni_benefits__right__list .alumni_benefits__right__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__right .alumni_benefits__right__list .alumni_benefits__right__list__item .alumni_benefits__right__list__item__icon {
  position: relative;
  width: 44px;
  height: 52px;
}
.alumni_benefits .alumni_benefits__container .alumni_benefits__right .alumni_benefits__right__list .alumni_benefits__right__list__item .alumni_benefits__right__list__item__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  -ms-flex-item-align: center;
  align-self: center;
}

.join .bb-today__whats_happening .bb-today__whats_happening__body .bb-today__container__right__button {
  padding: 14px 30px;
}

@media screen and (max-width: 1200px) {
  .why_join .why_join__container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 60px;
    -ms-flex-align: center;
    align-items: center;
  }
  .why_join .why_join__container .why_join__left {
    width: 100%;
  }
  .why_join .why_join__container .why_join__left .why__join__button {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 8px 30px;
  }
  .why_join .why_join__container .why_join__right {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .why_join .why_join__container .why_join__right .why_join__right__img {
    width: 420px;
    height: 460px;
  }
  .alumni_benefits .alumni_benefits__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .alumni_benefits .alumni_benefits__container .alumni_benefits__left {
    width: 100%;
    max-width: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .alumni_benefits .alumni_benefits__container .alumni_benefits__left .alumni_benefits__img {
    width: 420px;
    height: 460px;
  }
  .alumni_benefits .alumni_benefits__container .alumni_benefits__right {
    width: 100%;
    max-width: unset;
  }
  .join .bb-today__whats_happening {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .join .bb-today__whats_happening .bb-today__whats_happening__images {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.left-align {
  text-align: left;
}

.thank_you {
  min-height: 500px;
}
.thank_you .thank_you__button {
  padding: 14px 30px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-family: "Outfit", sans-serif;
  transition: 0.2s;
  min-width: 151px;
  min-height: 47px;
  background-color: #2C475D;
  color: white;
  text-decoration: none;
}
.thank_you .thank_you__button:hover {
  background-color: #F9C07B;
  color: #2C475D;
}