@charset "UTF-8";
/*
 Theme Name:   Blankslate Child
 Description:  Blankslate Child Theme
 Template:     blankslate
 Version:      1.0.0
 Text Domain:  blankslatechild
*/
/*

Repeating elements:
- header
- nav header
- footer
- nav footer
- how can you help?
- get involved
- stay connected
- social icons

Unique subsections:
- blog

*/
body {
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

body .wp-block-image {
  margin-bottom: 0;
}

a {
  color: #00659d;
}
a:hover {
  text-decoration: none;
}

p:empty {
  display: none;
}

p > strong {
  font-weight: 600;
}

.screen-text {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}

img {
  height: auto;
  max-width: 100%;
}

.learn-more, .button-style {
  clear: both;
}
.learn-more > a, .button-style > a {
  display: block;
  max-width: 24ch;
  text-align: center;
  margin: 0 auto;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: white;
  background: #007dc3;
  border: 0;
  border-radius: 5px;
  padding: 0.9em 0.7em;
  letter-spacing: 0.03rem;
  line-height: 0.8;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) {
  .learn-more > a, .button-style > a {
    font-size: 1.3rem;
  }
}
.learn-more > a:hover, .button-style > a:hover {
  background: rgb(0, 92.3076923077, 144);
}
.learn-more > a > em, .button-style > a > em {
  font-size: 0.8rem;
  font-weight: normal;
}
.learn-more.purple > a, .button-style.purple > a {
  background: #974399;
}
.learn-more.purple > a:hover, .button-style.purple > a:hover {
  background: rgb(115.9954545455, 51.4681818182, 117.5318181818);
}
.learn-more.purple.dark > a, .button-style.purple.dark > a {
  background: rgb(98.4931818182, 43.7022727273, 99.7977272727);
}
.learn-more.purple.dark > a:hover, .button-style.purple.dark > a:hover {
  background: #974399;
}
.learn-more.yellow > a, .button-style.yellow > a {
  background: #ffd204;
  color: black;
}
.learn-more.yellow > a:hover, .button-style.yellow > a:hover {
  background: rgb(131.5, 107.9243027888, 0);
  color: white;
}
.learn-more.blue > a, .button-style.blue > a {
  background: #007dc3;
}
.learn-more.blue > a:hover, .button-style.blue > a:hover {
  background: rgb(0, 92.3076923077, 144);
}

figure.wp-embed-aspect-16-9 {
  max-width: 960px;
  width: 90%;
  margin: 2rem auto;
}
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
figure.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div#wrapper {
  margin-bottom: 54px;
}
@media (min-width: 980px) {
  div#wrapper {
    margin: 0;
  }
}

.wp-block-columns {
  display: block !important;
}
@media (min-width: 768px) {
  .wp-block-columns {
    display: flex !important;
  }
}

header#header {
  position: fixed;
  background: #271227;
  width: 100%;
  top: 0;
  left: 0;
  transition: top 0.3s ease-out, background-color 0.3s ease-out, border-bottom-color 0.3s ease-out;
  z-index: 9999;
  border-bottom: 2px solid white;
}
@media (min-width: 980px) {
  header#header {
    background: transparent;
    border-color: transparent;
  }
}
header#header.nav-up {
  top: -91px;
}

#branding {
  max-width: 1200px;
  margin: 0 auto;
}

a.logo-link {
  display: inline-block;
  padding: 10px;
}

a.logo-link img {
  width: 150px;
  height: 67px;
  max-width: none;
}
@media (min-width: 980px) {
  a.logo-link img {
    width: 200px;
    height: 89px;
  }
}

div#search {
  font-size: 1em;
}
@media (min-width: 980px) {
  div#search {
    margin: 0 0 0 auto;
    width: 50%;
    min-width: 300px;
  }
}

input.search-field {
  padding: 0.3em 0;
  font-size: 1em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 75%;
  border: none;
  border-bottom: 2px solid #974399;
  background: transparent;
  color: white;
}

@media (min-width: 980px) {
  #menu input.search-field {
    border-bottom: 1px solid;
    border-bottom-color: white;
    font-size: 0.9rem;
  }
}
#menu input.search-field::placeholder {
  text-transform: uppercase;
  color: rgb(168.5022727273, 74.7659090909, 170.7340909091);
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
@media (min-width: 980px) {
  #menu input.search-field::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}

input.search-submit {
  padding: 0.3em 0.5em;
  background: #007dc3;
  color: white;
  font-size: 1em;
  border: none;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 22%;
  letter-spacing: 0.03em;
  border-radius: 6px;
}

@media (min-width: 980px) {
  #menu input.search-submit {
    font-size: 0.9rem;
  }
  #menu input.search-submit:hover {
    cursor: pointer;
    background: rgb(0, 92.3076923077, 144);
  }
}

svg#navicon {
  fill: white;
  width: auto;
  height: 22px;
}

a#mobile_menu {
  float: right;
  padding: 32px 1.3em;
}
@media (min-width: 980px) {
  a#mobile_menu {
    display: none;
  }
}

nav#menu {
  display: none;
  position: absolute;
  top: 89px;
  width: 100%;
  background: #271227;
  padding: 1em 2em;
}
@media (min-width: 980px) {
  nav#menu {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    position: relative;
    top: 0;
    background: transparent;
    padding: 0;
    right: 0.5em;
  }
}
nav#menu form.search-form {
  text-align: right;
}

ul.menu > li > a {
  color: white;
  text-decoration: none;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding: 0.2em;
  text-align: left;
  letter-spacing: 0.04em;
  margin-bottom: 0.2em;
  border-bottom: 2px solid transparent;
  border-radius: 6px;
  transition: border-bottom-color 0.3s ease, background 0.2s ease-out, color 0.2s ease-out;
}
ul.menu > li > a:hover {
  background: #ffd204;
  color: black;
}
@media (min-width: 980px) {
  ul.menu > li > a {
    padding: 0.9rem 0.75rem 0.75rem;
    margin: 0.25rem;
    letter-spacing: normal;
    font-size: 0.93rem;
    font-weight: bold;
  }
}
@media (min-width: 1000px) {
  ul.menu > li > a {
    font-size: 1rem;
  }
}

ul.menu > li.menu-item-21 > a {
  background: rgb(161.5013636364, 71.6595454545, 163.6404545455);
  border-radius: 6px;
}
ul.menu > li.menu-item-21 > a:hover {
  background: white;
  color: #974399;
}

ul.menu > li.current_page_item > a {
  border-bottom: 2px solid #ffd204;
}

ul.menu {
  padding: 0.9em 0 0.3em 20%;
}
@media (min-width: 980px) {
  ul.menu {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: flex-end;
    margin: 0.2em 0 0.6em auto;
    transition: margin-top 0.3s ease-out;
  }
}

@media (min-width: 980px) {
  .header-scrolled {
    background: #271227 !important;
    border-bottom-color: white !important;
  }
  .header-scrolled #search {
    display: none;
  }
  .header-scrolled ul.menu {
    margin: -4.8rem 0 0.6em auto;
  }
}

div#faux_header {
  display: none;
}
@media (min-width: 980px) {
  div#faux_header {
    display: block;
    width: 100%;
    height: 91px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 980px) {
  .logo-container {
    display: flex;
  }
}

@media (min-width: 980px) {
  .menu-main-menu-container {
    width: 100%;
    height: 100%;
  }
}

header.title-header {
  margin-top: 91px;
  height: 30vw;
  min-height: 155px;
  max-height: 600px;
}
@media (min-width: 980px) {
  header.title-header {
    margin-top: 0;
  }
}

.wp-block-group.page-header {
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.wp-block-group.page-header > .wp-block-group__inner-container {
  padding: 2em 8%;
}
.wp-block-group.page-header > .wp-block-group__inner-container h1, .wp-block-group.page-header > .wp-block-group__inner-container h2 {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.04rem;
  max-width: 1080px;
}
@media (min-width: 980px) {
  .wp-block-group.page-header > .wp-block-group__inner-container h1, .wp-block-group.page-header > .wp-block-group__inner-container h2 {
    text-align: left;
  }
}
.wp-block-group.page-header h1 {
  color: white;
  font-size: 2rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .wp-block-group.page-header h1 {
    font-size: 4rem;
  }
}
@media (min-width: 980px) {
  .wp-block-group.page-header h1 {
    text-align: left;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.page-header h1 {
    font-size: 5rem;
  }
}
.wp-block-group.page-header h1 > strong {
  font-weight: 600;
  display: block;
  margin-top: 0.14em;
}
@media (min-width: 980px) {
  .wp-block-group.page-header h1 > strong {
    display: inline-block;
  }
}
.wp-block-group.page-header h1 > em {
  font-size: 1.6rem;
  font-style: normal;
}
@media (min-width: 768px) {
  .wp-block-group.page-header h1 > em {
    font-size: 3.2rem;
  }
}
@media (min-width: 980px) {
  .wp-block-group.page-header h1 > em {
    display: block;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.page-header h1 > em {
    font-size: 5rem;
  }
}
.wp-block-group.page-header h2 {
  font-size: 1.2rem;
  color: white;
  text-align: center;
  line-height: 1.2;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
@media (min-width: 768px) {
  .wp-block-group.page-header h2 {
    font-size: 2rem;
  }
}
.wp-block-group.page-header h2:after {
  display: none;
}

h2 {
  font-size: 1.7rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin: 1em 3% 24px;
  position: relative;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
h2 > strong {
  font-weight: 600;
}
h2:after {
  content: "";
  background: #ffd204;
  display: block;
  width: 200px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 980px) {
  h2:not(.page-subheadline) {
    font-size: 3.7rem;
    letter-spacing: -0.2rem;
  }
}

h4 {
  font-size: 1.3rem;
  padding: 0 1em 1em;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 980px) {
  h4 {
    font-size: 1.5rem;
  }
}

p, ul, ol, blockquote {
  width: 90%;
  margin: 0 auto 1em;
  font-size: 1.1rem;
  line-height: 1.3;
  max-width: 70ch;
  word-break: break-word;
}
@media (min-width: 768px) {
  p, ul, ol, blockquote {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 980px) {
  p, ul, ol, blockquote {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.ways-to-help {
  text-align: center;
  background: #ffd204;
  padding: 1.5em 0.4em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ways-to-help > .wp-block-group__inner-container {
  display: block;
}
@media (min-width: 768px) {
  .ways-to-help > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 0.5em;
    max-width: 900px;
    margin: 0 auto;
  }
}
.ways-to-help > .wp-block-group__inner-container > * {
  letter-spacing: -0.07rem;
}
.ways-to-help h3 {
  color: white;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ways-to-help h3 {
    font-size: 3em;
  }
}
.ways-to-help p a {
  font-size: 1.5em;
  text-decoration: none;
  color: #231f20;
  font-weight: 700;
  line-height: 1.1;
}

.section-stay-connected {
  padding: 2em 5%;
}
.section-stay-connected p {
  font-size: 1.1em;
  text-align: center;
}
.section-stay-connected .fb-logo {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}

.section-stay-connected .wp-block-contact-form-7-contact-form-selector,
body.single-news .wp-block-contact-form-7-contact-form-selector {
  background: #e9e9e9;
  padding: 10px;
}

.tgp-stay-connected-form {
  margin-top: 1em;
  text-align: center;
}
.tgp-stay-connected-form input,
.tgp-stay-connected-form button {
  max-width: 100%;
  padding: 0.7em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.9em;
}

.wpcf7-form button {
  color: white;
  background: #007dc3;
  border: 0;
  border-radius: 5px;
  font-size: 1.1em;
  padding-left: 10%;
  padding-right: 10%;
}
.wpcf7-form button:hover {
  cursor: pointer;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: white;
  font-weight: 500;
  text-align: center;
  padding: 0.9em;
}

.section-our-story {
  padding-top: 2em;
}
.section-our-story > .wp-block-group__inner-container {
  max-width: 768px;
  margin: 0 auto;
}

.section-get-involved {
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  .section-get-involved > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .section-get-involved > .wp-block-group__inner-container > * {
    grid-column: 1/4;
  }
}
.section-get-involved h2 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin: 14px 3% 24px;
  position: relative;
}
.section-get-involved h2 > strong {
  font-weight: 600;
}
.section-get-involved .get-involved-description > .wp-block-group__inner-container {
  max-width: 600px;
  margin: 0 auto;
}
.section-get-involved .get-involved-description > .wp-block-group__inner-container > h3 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  max-width: 88%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  padding-bottom: 0.7em;
}
.section-get-involved .get-involved-description > .wp-block-group__inner-container > p {
  max-width: 88%;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
}
.section-get-involved .get-involved-description > .wp-block-group__inner-container > h4 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  max-width: 88%;
  margin: 0 auto;
  padding: 1.5em 0;
  line-height: 1.3;
  text-align: center;
  font-size: 1.2em;
}
.section-get-involved .involved-item {
  padding: 2em 0 4em;
  border-radius: 0.8em;
  width: 96%;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  .section-get-involved .involved-item {
    grid-column: auto;
  }
}
.section-get-involved .involved-item > .wp-block-group__inner-container:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-size: contain !important;
}
.section-get-involved .involved-item > .wp-block-group__inner-container > p:not(.learn-more) {
  color: white;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 88%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.6em;
  font-size: 1.2em;
}
.section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline {
  display: block !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (min-width: 1080px) {
  .section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline {
    display: flex !important;
    align-items: center;
  }
}
.section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column {
  margin: 0;
}
@media (min-width: 768px) {
  .section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column {
    flex-basis: auto !important;
  }
}
.section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column p {
  line-height: 1;
}
@media (min-width: 1080px) {
  .section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column:first-of-type {
    width: 40%;
    text-align: right;
  }
}
.section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column:first-of-type p {
  font-size: 3.5em;
  color: white;
  margin: 0.5em auto 0.2em;
}
@media (min-width: 1080px) {
  .section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column:last-of-type {
    width: 60%;
    text-align: left;
  }
}
.section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column:last-of-type p {
  font-size: 2em;
  font-weight: 600;
  max-width: 60%;
  margin: 0.5em auto 0;
}
@media (min-width: 768px) {
  .section-get-involved .involved-item > .wp-block-group__inner-container .wp-block-columns.headline > .wp-block-column:last-of-type p {
    max-width: none;
    width: 94%;
  }
}
.section-get-involved .involved-item.donation {
  background: url(/wp-content/uploads/2021/05/WavesPattern-byGhostlyPixels-light.png);
  background-size: cover;
  background-color: #007dc3;
}
.section-get-involved .involved-item.donation .wp-block-group__inner-container:before {
  background: url(/wp-content/uploads/2021/05/Path-92.svg) center center no-repeat;
}
.section-get-involved .involved-item.volunteer {
  background: url(/wp-content/uploads/2021/05/WavesPattern-byGhostlyPixels-dark.png);
  background-size: cover;
  background-color: #ffd204;
}
.section-get-involved .involved-item.volunteer .wp-block-group__inner-container:before {
  background: url(/wp-content/uploads/2021/05/Path-93.svg) center center no-repeat;
}
.section-get-involved .involved-item.partner {
  background: url(/wp-content/uploads/2021/05/WavesPattern-byGhostlyPixels-light.png);
  background-size: cover;
  background-color: #974399;
}
.section-get-involved .involved-item.partner .wp-block-group__inner-container:before {
  background: url(/wp-content/uploads/2021/05/Group-7.svg) center center no-repeat;
}
.section-get-involved .involved-item p.learn-more a {
  background: white;
  color: black;
  padding: 1.4em;
}

footer#footer {
  background: #271227;
  color: white;
  text-align: center;
  padding: 1.8em;
  font-size: 0.8em;
  letter-spacing: 0.03em;
}

body.search h1.entry-title {
  background: rgb(80.9909090909, 35.9363636364, 82.0636363636);
  padding: 10rem 0 2rem;
  color: #ffd204;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body .wpsr-sb-hl {
  background: #271227;
  box-shadow: none;
  padding: 7px 80px 7px 7px;
}
body .socializer .sr-email > a {
  background: #dadada !important;
}
body .socializer .sr-email > a > i:before {
  color: black;
}

.grecaptcha-badge {
  bottom: 0 !important;
  z-index: 99999;
}

body.error404 h1.entry-title {
  background: rgb(80.9909090909, 35.9363636364, 82.0636363636);
  padding: 30vh 3vw 3vh;
  color: white;
  font-size: 3rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.1rem;
  text-align: center;
}
body.error404 .entry-content > p {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 2rem;
}
body.error404 form.search-form {
  padding: 0.5rem;
  max-width: 630px;
  margin: 0 auto;
}
body.error404 form.search-form input.search-field {
  color: black;
}

div#container {
  min-height: 100vh;
}

@media (min-width: 768px) {
  body.page-id-9 header.title-header {
    height: 430px;
  }
}
body.page-id-9 .wp-block-group.page-header {
  top: 118px;
}
@media (min-width: 768px) {
  body.page-id-9 .wp-block-group.page-header {
    top: 240px;
  }
}
body.page-id-9 .section-our-story {
  background: #f4f4f4;
  padding-bottom: 1.5em;
  padding-top: 0.5em;
}

.section-our-vision {
  background: #271227;
  color: white;
}
.section-our-vision p {
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
}
@media (min-width: 980px) {
  .section-our-vision p {
    font-size: 1.5em;
    margin-top: 1.7em;
    max-width: 470px;
  }
}
.section-our-vision .wp-block-column:last-of-type {
  padding: 0 1.5em 1.5em;
}
@media (min-width: 768px) {
  .section-our-vision figure {
    position: relative;
    overflow: hidden;
    height: 560px;
  }
  .section-our-vision figure > img {
    max-width: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

.section-our-team {
  background: #271227;
  color: white;
}
.section-our-team > .wp-block-group__inner-container {
  max-width: 90%;
  margin: 0 auto;
}
.section-our-team h2 {
  margin-top: 0;
  padding-top: 1.3em;
}
@media (min-width: 768px) {
  .section-our-team .persons-container > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.section-our-team .item-person {
  padding: 0.5em 0 1.5em;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.section-our-team .item-person a {
  color: white;
}
.section-our-team h3 {
  text-align: center;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 0.6em 0;
}
.section-our-team p {
  text-align: center;
  line-height: 1.5;
}
.section-our-team figure {
  height: 310px;
  overflow: hidden;
  position: relative;
  border-radius: 0.5em;
}
.section-our-team figure > img {
  max-width: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.page-id-11 header.title-header {
  min-height: 205px;
}
@media (min-width: 768px) {
  body.page-id-11 header.title-header {
    height: 430px;
  }
}
body.page-id-11 .page-header {
  top: 159px;
}
@media (min-width: 768px) {
  body.page-id-11 .page-header {
    top: 219px;
  }
}
@media (min-width: 980px) {
  body.page-id-11 .page-header {
    top: 229px;
  }
}
body.page-id-11 .wp-block-columns {
  display: block !important;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.page-id-11 .wp-block-columns {
    display: block !important;
  }
}
@media (min-width: 980px) {
  body.page-id-11 .wp-block-columns {
    display: flex !important;
  }
}

body.page-id-13 header.title-header, body.page-id-1944 header.title-header {
  max-height: 400px;
}
body.page-id-13 .wp-block-group.page-header, body.page-id-1944 .wp-block-group.page-header {
  top: 128px;
}
body.page-id-13 .locations-video, body.page-id-1944 .locations-video {
  max-width: 800px;
  margin: 3rem auto;
}
body.page-id-13 .locations-container .location-item > .wp-block-group__inner-container, body.page-id-1944 .locations-container .location-item > .wp-block-group__inner-container {
  max-width: 800px;
}
body.page-id-13 .locations-container .location-item p, body.page-id-13 .locations-container .location-item h4, body.page-id-1944 .locations-container .location-item p, body.page-id-1944 .locations-container .location-item h4 {
  max-width: 50ch;
}
body.page-id-13 .locations-container .location-item h4, body.page-id-1944 .locations-container .location-item h4 {
  margin: 0 auto;
}
body.page-id-13 .locations-container .location-item h5, body.page-id-1944 .locations-container .location-item h5 {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 980px) {
  body.page-id-13 .locations-container .location-item h5, body.page-id-1944 .locations-container .location-item h5 {
    text-align: left;
  }
}
@media (min-width: 980px) {
  body.page-id-13 .locations-container .location-item p, body.page-id-1944 .locations-container .location-item p {
    text-align: left;
  }
}

body.page-template-page-news header.title-header {
  height: auto;
  min-height: 300px;
}
body.page-template-page-news h1 {
  font-weight: bold;
  text-transform: none !important;
}
body.page-template-page-news .wp-block-group.page-header h1 {
  font-size: 3rem;
  text-align: left !important;
}
@media (min-width: 600px) {
  body.page-template-page-news .wp-block-group.page-header h1 {
    font-size: 3.7rem;
  }
}
@media (min-width: 980px) {
  body.page-template-page-news .wp-block-group.page-header h1 {
    font-size: 4.7rem;
  }
}
body.page-template-page-news .wp-block-group.page-header h2 {
  text-align: left !important;
  font-size: 1.4rem;
}
body.page-template-page-news .wp-block-group.page-header > .wp-block-group__inner-container {
  max-width: 370px;
}
@media (min-width: 600px) {
  body.page-template-page-news .wp-block-group.page-header > .wp-block-group__inner-container {
    max-width: 500px;
  }
}
@media (min-width: 980px) {
  body.page-template-page-news .wp-block-group.page-header > .wp-block-group__inner-container {
    max-width: none;
    padding-top: 3rem;
  }
}

body.single-news iframe,
body.tax-news_category iframe {
  max-width: 100%;
}
body.single-news > #wrapper > header,
body.tax-news_category > #wrapper > header {
  background: #271227;
}
body.single-news main#content,
body.tax-news_category main#content {
  margin-top: 91px;
}
@media (min-width: 980px) {
  body.single-news main#content,
  body.tax-news_category main#content {
    margin-top: 111px;
  }
}
body.single-news h1.entry-title,
body.tax-news_category h1.entry-title {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  padding: 1rem 0.5rem 0;
  margin: 0.5rem auto;
  max-width: 1080px;
}
@media (min-width: 768px) {
  body.single-news h1.entry-title,
  body.tax-news_category h1.entry-title {
    font-size: 2.3rem;
  }
}
@media (min-width: 980px) {
  body.single-news h1.entry-title,
  body.tax-news_category h1.entry-title {
    font-size: 2.8rem;
  }
}
body.single-news .entry-meta,
body.tax-news_category .entry-meta {
  font-size: 1.2rem;
  color: #777;
  text-align: center;
}
body.single-news .entry-cat,
body.tax-news_category .entry-cat {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #999;
}
body.single-news article.type-news > header,
body.tax-news_category article.type-news > header {
  padding-bottom: 1.2rem;
}
body.single-news .reuse-our-mission,
body.tax-news_category .reuse-our-mission {
  background: rgb(255, 246.5737051793, 208);
  padding: 0.1rem 0;
}
body.single-news .reuse-subscribe,
body.tax-news_category .reuse-subscribe {
  padding: 2rem 0 0;
}
body.single-news .reuse-subscribe h2,
body.tax-news_category .reuse-subscribe h2 {
  margin-top: 0.5rem;
}
body.single-news .entry-content,
body.tax-news_category .entry-content {
  margin: 0 auto;
}
body.single-news .entry-content a,
body.tax-news_category .entry-content a {
  word-break: break-word;
}
body.single-news .entry-content p, body.single-news .entry-content h1, body.single-news .entry-content h2, body.single-news .entry-content h3, body.single-news .entry-content h4, body.single-news .entry-content h5, body.single-news .entry-content h6, body.single-news .entry-content h2, body.single-news .entry-content h3, body.single-news .entry-content h4, body.single-news .entry-content h5, body.single-news .entry-content h6, body.single-news .entry-content ul, body.single-news .entry-content ol, body.single-news .entry-content blockquote,
body.tax-news_category .entry-content p,
body.tax-news_category .entry-content h1,
body.tax-news_category .entry-content h2,
body.tax-news_category .entry-content h3,
body.tax-news_category .entry-content h4,
body.tax-news_category .entry-content h5,
body.tax-news_category .entry-content h6,
body.tax-news_category .entry-content h2,
body.tax-news_category .entry-content h3,
body.tax-news_category .entry-content h4,
body.tax-news_category .entry-content h5,
body.tax-news_category .entry-content h6,
body.tax-news_category .entry-content ul,
body.tax-news_category .entry-content ol,
body.tax-news_category .entry-content blockquote {
  max-width: 1080px;
  margin: 0 auto 1em;
  padding: 0;
  width: 90%;
}
body.single-news .entry-content ul:not(.blocks-gallery-grid),
body.tax-news_category .entry-content ul:not(.blocks-gallery-grid) {
  list-style: disc;
  padding-left: 3em;
}
body.single-news .entry-content ol,
body.tax-news_category .entry-content ol {
  list-style: decimal;
  padding-left: 3em;
}
body.single-news .entry-content > div,
body.tax-news_category .entry-content > div {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 1em;
  width: 90%;
}
@media (min-width: 768px) {
  body.single-news .entry-content > div,
  body.tax-news_category .entry-content > div {
    font-size: 1.3rem;
  }
}
body.single-news .entry-content blockquote,
body.tax-news_category .entry-content blockquote {
  background: hsl(0, 0%, 94%);
  padding: 1em 2em !important;
  border-width: 0.3em 0 0;
  border-style: solid;
  border-color: #e1e1e1;
  border-radius: 2em;
  max-width: 980px !important;
}
body.single-news .entry-content blockquote p,
body.tax-news_category .entry-content blockquote p {
  width: 100% !important;
}
body.single-news .entry-content blockquote.bible-verse,
body.tax-news_category .entry-content blockquote.bible-verse {
  text-align: center;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  border: none;
  padding: 0;
  background: none;
}
body.single-news .entry-content h2,
body.tax-news_category .entry-content h2 {
  font-size: 1.7rem;
  letter-spacing: normal;
  font-weight: bold;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  text-align: left;
}
@media (min-width: 768px) {
  body.single-news .entry-content h2,
  body.tax-news_category .entry-content h2 {
    font-size: 2rem;
  }
}
body.single-news .entry-content h2:after,
body.tax-news_category .entry-content h2:after {
  display: none;
}
body.single-news .entry-content h2.region,
body.tax-news_category .entry-content h2.region {
  background: #ffd204;
  padding: 0.8rem;
  text-align: center;
  margin: 1.4rem auto;
  text-transform: uppercase;
  width: 100%;
  clear: both;
}
body.single-news .entry-content h2.clear,
body.tax-news_category .entry-content h2.clear {
  clear: both;
}
body.single-news .entry-content h3,
body.tax-news_category .entry-content h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 auto 1rem;
  width: 90%;
}
body.single-news .entry-content .wp-block-group.giving-cta,
body.tax-news_category .entry-content .wp-block-group.giving-cta {
  background: rgb(255, 246.5737051793, 208);
  width: 100% !important;
  padding: 2rem 0.5rem 1rem;
  clear: both;
}
body.single-news .entry-content .wp-block-group.giving-cta h2,
body.tax-news_category .entry-content .wp-block-group.giving-cta h2 {
  width: 100% !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
}
body.single-news .entry-content .related-posts,
body.tax-news_category .entry-content .related-posts {
  width: 100%;
  background: #f5f5f5;
  clear: both;
  display: grid;
}
@media (min-width: 768px) {
  body.single-news .entry-content .related-posts section#news,
  body.tax-news_category .entry-content .related-posts section#news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.single-news .entry-content .related-posts section#news h2,
body.tax-news_category .entry-content .related-posts section#news h2 {
  text-align: center;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  background: #974399;
  color: white;
  width: 100%;
  padding: 1rem 0;
  border-top: 9px solid #ffd204;
  text-transform: uppercase;
  border-bottom: 9px solid #ffd204;
}
@media (min-width: 768px) {
  body.single-news .entry-content .related-posts section#news h2,
  body.tax-news_category .entry-content .related-posts section#news h2 {
    grid-column: 1/4;
  }
}
body.single-news .entry-content .related-posts section#news > aside,
body.tax-news_category .entry-content .related-posts section#news > aside {
  padding: 1rem 0;
  border-bottom: 5px solid #ccc;
}
body.single-news .entry-content .related-posts section#news > aside figure > img,
body.tax-news_category .entry-content .related-posts section#news > aside figure > img {
  display: block;
  margin: 0 auto 1rem;
}
body.single-news .entry-content .related-posts section#news > aside p,
body.tax-news_category .entry-content .related-posts section#news > aside p {
  font-size: 1rem;
}
body.single-news .entry-content .related-posts section#news > aside p.button-style,
body.tax-news_category .entry-content .related-posts section#news > aside p.button-style {
  display: inline-block;
  margin: 0.5em 5%;
}
body.single-news .entry-content .related-posts section#news > aside p.button-style a,
body.tax-news_category .entry-content .related-posts section#news > aside p.button-style a {
  font-size: 1rem;
  max-width: 160px;
  line-height: 1;
}
body.single-news .entry-content .wp-block-image,
body.tax-news_category .entry-content .wp-block-image {
  max-width: 1080px;
  margin: 0 auto;
}
body.single-news .entry-content .alignleft,
body.single-news .entry-content .alignright,
body.tax-news_category .entry-content .alignleft,
body.tax-news_category .entry-content .alignright {
  float: none;
  margin: 0 auto;
  max-width: 480px;
}
@media (min-width: 768px) {
  body.single-news .entry-content .alignleft,
  body.tax-news_category .entry-content .alignleft {
    float: left;
    margin: 0 1rem;
  }
}
@media (min-width: 768px) {
  body.single-news .entry-content .alignright,
  body.tax-news_category .entry-content .alignright {
    float: right;
    margin: 0 1rem;
  }
}
body.single-news .entry-content .aligncenter,
body.tax-news_category .entry-content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body.single-news .entry-content img,
body.tax-news_category .entry-content img {
  height: auto;
}
body.single-news .entry-content .wp-caption,
body.tax-news_category .entry-content .wp-caption {
  width: 100% !important;
}
body.single-news .entry-content figcaption,
body.tax-news_category .entry-content figcaption {
  padding: 0.5rem 1rem;
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  background: #e9e9e9;
  line-height: 1.2;
}
body.single-news.goodness-speaks section#category_header h2,
body.tax-news_category.goodness-speaks section#category_header h2 {
  margin: 0;
  font-size: 3rem;
  color: white;
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  body.single-news.goodness-speaks section#category_header h2,
  body.tax-news_category.goodness-speaks section#category_header h2 {
    font-size: 5.5rem;
  }
}
body.single-news.goodness-speaks section#category_header span.upper-speaks,
body.tax-news_category.goodness-speaks section#category_header span.upper-speaks {
  font-family: "Allura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  font-size: 4rem;
  margin-left: 9rem;
  margin-top: -1rem;
}
@media (min-width: 768px) {
  body.single-news.goodness-speaks section#category_header span.upper-speaks,
  body.tax-news_category.goodness-speaks section#category_header span.upper-speaks {
    font-size: 5.1rem;
    margin-top: -1.4rem;
    margin-left: 25rem;
  }
}
body.single-news.goodness-speaks section#category_header .upper,
body.tax-news_category.goodness-speaks section#category_header .upper {
  background: #007dc3;
  position: relative;
}
body.single-news.goodness-speaks section#category_header h3,
body.tax-news_category.goodness-speaks section#category_header h3 {
  display: block;
  color: white;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.15rem;
  background: rgb(0, 75.9615384615, 118.5);
  margin-top: -1.8rem;
  padding: 1rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  body.single-news.goodness-speaks section#category_header h3,
  body.tax-news_category.goodness-speaks section#category_header h3 {
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
  }
}
body.single-news.goodness-speaks section#category_header h2:after,
body.tax-news_category.goodness-speaks section#category_header h2:after {
  display: none;
}
body.single-news.good-news section#category_header .upper, body.single-news.goodness-report section#category_header .upper,
body.tax-news_category.good-news section#category_header .upper,
body.tax-news_category.goodness-report section#category_header .upper {
  background: #ffd204;
  padding: 0.9rem 0;
}
body.single-news.good-news section#category_header .upper h2, body.single-news.goodness-report section#category_header .upper h2,
body.tax-news_category.good-news section#category_header .upper h2,
body.tax-news_category.goodness-report section#category_header .upper h2 {
  text-transform: capitalize;
  font-size: 3rem;
  margin: 0 0 0.3rem;
  padding: 0;
}
@media (min-width: 768px) {
  body.single-news.good-news section#category_header .upper h2, body.single-news.goodness-report section#category_header .upper h2,
  body.tax-news_category.good-news section#category_header .upper h2,
  body.tax-news_category.goodness-report section#category_header .upper h2 {
    font-size: 4.1rem;
  }
}
@media (min-width: 980px) {
  body.single-news.good-news section#category_header .upper h2, body.single-news.goodness-report section#category_header .upper h2,
  body.tax-news_category.good-news section#category_header .upper h2,
  body.tax-news_category.goodness-report section#category_header .upper h2 {
    font-size: 5.5rem;
  }
}
body.single-news.good-news section#category_header .upper h2 strong, body.single-news.goodness-report section#category_header .upper h2 strong,
body.tax-news_category.good-news section#category_header .upper h2 strong,
body.tax-news_category.goodness-report section#category_header .upper h2 strong {
  text-transform: uppercase;
  margin-right: -0.2em;
}
body.single-news.good-news section#category_header .upper h2:after, body.single-news.goodness-report section#category_header .upper h2:after,
body.tax-news_category.good-news section#category_header .upper h2:after,
body.tax-news_category.goodness-report section#category_header .upper h2:after {
  display: none;
}
body.single-news.good-news section#category_header .upper h3, body.single-news.goodness-report section#category_header .upper h3,
body.tax-news_category.good-news section#category_header .upper h3,
body.tax-news_category.goodness-report section#category_header .upper h3 {
  font-family: "Allura", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  body.single-news.good-news section#category_header .upper h3, body.single-news.goodness-report section#category_header .upper h3,
  body.tax-news_category.good-news section#category_header .upper h3,
  body.tax-news_category.goodness-report section#category_header .upper h3 {
    font-size: 2.6rem;
  }
}
body.single-news.good-news section#category_header .lower h4, body.single-news.goodness-report section#category_header .lower h4,
body.tax-news_category.good-news section#category_header .lower h4,
body.tax-news_category.goodness-report section#category_header .lower h4 {
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #007dc3;
  color: white;
  padding: 0.5rem;
  font-size: 1.2rem;
}
body.single-news.goodness-report section#category_header .upper,
body.tax-news_category.goodness-report section#category_header .upper {
  background: #974399;
  color: white;
}
body.single-news.goodness-report section#category_header .upper h2,
body.tax-news_category.goodness-report section#category_header .upper h2 {
  line-height: 0.9;
  padding-top: 1rem;
}
body.single-news.goodness-report section#category_header .upper h2 strong,
body.tax-news_category.goodness-report section#category_header .upper h2 strong {
  text-transform: uppercase;
  margin-right: auto;
}
body.single-news.goodness-report section#category_header .upper h3,
body.tax-news_category.goodness-report section#category_header .upper h3 {
  padding-top: 1rem;
}
body.single-news .entry-content .reuse-our-mission,
body.single-news .entry-content .reuse-subscribe,
body.tax-news_category .entry-content .reuse-our-mission,
body.tax-news_category .entry-content .reuse-subscribe {
  clear: both;
}
body.single-news .entry-content .reuse-our-mission h2,
body.single-news .entry-content .reuse-subscribe h2,
body.tax-news_category .entry-content .reuse-our-mission h2,
body.tax-news_category .entry-content .reuse-subscribe h2 {
  font-size: 2.2rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin: 1em 3% 24px;
  position: relative;
  font-weight: normal;
}
@media (min-width: 980px) {
  body.single-news .entry-content .reuse-our-mission h2,
  body.single-news .entry-content .reuse-subscribe h2,
  body.tax-news_category .entry-content .reuse-our-mission h2,
  body.tax-news_category .entry-content .reuse-subscribe h2 {
    font-size: 3.7rem;
  }
}
body.single-news .entry-content .reuse-our-mission h2:after,
body.single-news .entry-content .reuse-subscribe h2:after,
body.tax-news_category .entry-content .reuse-our-mission h2:after,
body.tax-news_category .entry-content .reuse-subscribe h2:after {
  content: "";
  background: #ffd204;
  display: block;
  width: 200px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
body.single-news .entry-content .reuse-subscribe h2,
body.tax-news_category .entry-content .reuse-subscribe h2 {
  margin: 0 auto;
}
body.single-news .entry-content .reuse-subscribe h2:after,
body.tax-news_category .entry-content .reuse-subscribe h2:after {
  display: none;
}
body.single-news .wp-block-gallery.aligntop figure,
body.tax-news_category .wp-block-gallery.aligntop figure {
  align-items: flex-start;
}
body.single-news .wp-block-gallery.alignmiddle figure,
body.tax-news_category .wp-block-gallery.alignmiddle figure {
  align-items: center;
}
body.single-news figure.wp-block-table,
body.tax-news_category figure.wp-block-table {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
body.single-news figure.wp-block-table td, body.single-news figure.wp-block-table th,
body.tax-news_category figure.wp-block-table td,
body.tax-news_category figure.wp-block-table th {
  padding: 0.8em 0.5em;
}
body.single-news figure.wp-block-table th,
body.tax-news_category figure.wp-block-table th {
  font-weight: bold;
  font-size: 1.3rem;
}

body.page-template-page-news section#posts_listing,
body.search-results section#posts_listing,
body.tax-news_category section#posts_listing {
  display: block;
  max-width: none;
  margin: 1em auto;
  background: #ffffff;
  grid-gap: 1em;
}
@media (min-width: 768px) {
  body.page-template-page-news section#posts_listing,
  body.search-results section#posts_listing,
  body.tax-news_category section#posts_listing {
    max-width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-news section#posts_listing,
  body.search-results section#posts_listing,
  body.tax-news_category section#posts_listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.page-template-page-news span.breadcrumbs,
body.search-results span.breadcrumbs,
body.tax-news_category span.breadcrumbs {
  display: block;
  text-align: center;
  padding: 0.5em;
  background: #ededed;
}
body.page-template-page-news .entry-summary,
body.search-results .entry-summary,
body.tax-news_category .entry-summary {
  padding: 0.5em;
  margin-bottom: 1em;
  background: #ededed;
}
@media (min-width: 768px) {
  body.page-template-page-news .entry-summary,
  body.search-results .entry-summary,
  body.tax-news_category .entry-summary {
    padding: 1em;
    margin-bottom: 0;
  }
}
body.page-template-page-news .entry-summary h2,
body.search-results .entry-summary h2,
body.tax-news_category .entry-summary h2 {
  text-transform: none;
  font-size: 1.6em !important;
  letter-spacing: normal !important;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  body.page-template-page-news .entry-summary h2,
  body.search-results .entry-summary h2,
  body.tax-news_category .entry-summary h2 {
    margin-top: 1em;
  }
}
body.page-template-page-news .entry-summary h2 > a,
body.search-results .entry-summary h2 > a,
body.tax-news_category .entry-summary h2 > a {
  color: inherit;
  text-decoration: inherit;
}
body.page-template-page-news .entry-summary figure > img,
body.search-results .entry-summary figure > img,
body.tax-news_category .entry-summary figure > img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 400px;
}
body.page-template-page-news .entry-summary a.more-link,
body.search-results .entry-summary a.more-link,
body.tax-news_category .entry-summary a.more-link {
  display: none;
}
body.page-template-page-news .entry-summary > p:first-of-type::after,
body.search-results .entry-summary > p:first-of-type::after,
body.tax-news_category .entry-summary > p:first-of-type::after {
  content: "…";
}
body.page-template-page-news .pagination, body.page-template-page-news .nav-links,
body.search-results .pagination,
body.search-results .nav-links,
body.tax-news_category .pagination,
body.tax-news_category .nav-links {
  max-width: 1080px;
  margin: 1.5em auto 3em;
  text-align: center;
  font-size: 1.3rem;
}
body.page-template-page-news .pagination a, body.page-template-page-news .nav-links a,
body.search-results .pagination a,
body.search-results .nav-links a,
body.tax-news_category .pagination a,
body.tax-news_category .nav-links a {
  background: #964499 !important;
  color: white;
  text-decoration: none;
  transition: background 0.3s ease;
  padding: 0.4rem 0.7rem;
  margin: 0.2rem;
  border-radius: 0.3rem;
  display: inline-block;
}
body.page-template-page-news .pagination a:hover, body.page-template-page-news .nav-links a:hover,
body.search-results .pagination a:hover,
body.search-results .nav-links a:hover,
body.tax-news_category .pagination a:hover,
body.tax-news_category .nav-links a:hover {
  background: #6b276e !important;
}
body.page-template-page-news .pagination > *:not(.dots),
body.search-results .pagination > *:not(.dots),
body.tax-news_category .pagination > *:not(.dots) {
  padding: 0.4rem 0.7rem;
  margin: 0.2rem;
  display: inline-block;
  background: #ededed;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  body.page-template-page-news .pagination > *:not(.dots),
  body.search-results .pagination > *:not(.dots),
  body.tax-news_category .pagination > *:not(.dots) {
    padding: 0.5rem 1rem;
    margin: 0 0.4rem;
  }
}
body.page-template-page-news .pagination > .dots,
body.search-results .pagination > .dots,
body.tax-news_category .pagination > .dots {
  margin: 0 0.6rem;
}

body.page-id-17 header.title-header {
  max-height: 325px;
}
body.page-id-17 .wp-block-group.page-header > .wp-block-group__inner-container {
  padding: 3em 1em;
}
body.page-id-17 .wp-block-group.page-header h1 {
  font-size: 12.5vw;
}
@media (min-width: 600px) {
  body.page-id-17 .wp-block-group.page-header h1 {
    font-size: 4.8rem;
  }
}
body.page-id-17 .wp-block-group.page-header h1 > strong {
  display: inline;
}

@media (min-width: 768px) {
  body.page-id-17 .contact-content > .wp-block-group__inner-container, body.page-id-1476 .contact-content > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1080px;
    margin: 1.5em auto 0;
    grid-gap: 1em;
  }
}
body.page-id-17 .contact-item > .wp-block-group__inner-container, body.page-id-1476 .contact-item > .wp-block-group__inner-container {
  background: rgba(238, 238, 238, 0.9333333333);
  padding: 1em 0;
  height: 100%;
}
body.page-id-17 .contact-item h2:after, body.page-id-1476 .contact-item h2:after {
  background: #974399;
}
body.page-id-17 .contact-item p, body.page-id-1476 .contact-item p {
  text-align: center;
}
body.page-id-17 .wp-block-contact-form-7-contact-form-selector, body.page-id-1476 .wp-block-contact-form-7-contact-form-selector {
  padding: 1em;
  max-width: 600px;
  margin: 0 auto;
  grid-column: 1/3;
}
body.page-id-17 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form input, body.page-id-17 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form textarea, body.page-id-17 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form button, body.page-id-1476 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form input, body.page-id-1476 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form textarea, body.page-id-1476 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form button {
  width: 100%;
  border: 1px solid #333;
  padding: 0.6em;
  border-radius: 0.5em !important;
  font-size: 1.1rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.8em;
  max-width: 100%;
  font-weight: bold;
}
body.page-id-17 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form button, body.page-id-1476 .wp-block-contact-form-7-contact-form-selector .tgp-contact-form button {
  border-color: transparent;
}

body.page-id-19 header.title-header {
  max-height: 450px;
}
body.page-id-19 .page-header > .wp-block-group__inner-container {
  padding-top: 5em;
}
@media (min-width: 768px) {
  body.page-id-19 .page-header > .wp-block-group__inner-container {
    padding-top: 7em;
  }
}
body.page-id-19 .page-header h1 {
  font-size: 3rem;
}
@media (min-width: 480px) {
  body.page-id-19 .page-header h1 {
    font-size: 4rem;
  }
}
@media (min-width: 640px) {
  body.page-id-19 .page-header h1 {
    font-size: 5rem;
  }
}

body.page-id-1462 header.title-header {
  max-height: 325px;
}
body.page-id-1462 .wp-block-group.page-header > .wp-block-group__inner-container {
  padding: 3em 1em;
}
body.page-id-1462 .wp-block-group.page-header h1 {
  font-size: 12.5vw;
}
@media (min-width: 600px) {
  body.page-id-1462 .wp-block-group.page-header h1 {
    font-size: 4.8rem;
  }
}
body.page-id-1462 .wp-block-group.page-header h1 > strong {
  display: inline;
}
body.page-id-1462 .gform_wrapper h2 {
  letter-spacing: normal;
  line-height: 1.4;
}
body.page-id-1462 .gform_wrapper h2:after {
  display: none;
}
body.page-id-1462 .gform_wrapper form {
  max-width: 980px;
  margin: 0 auto;
  padding: 0.4em;
}
body.page-id-1462 .gform_wrapper .gform_heading {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
body.page-id-1462 .gform_wrapper .gform_heading h3 {
  font-size: 2rem !important;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 1rem;
}
body.page-id-1462 .gform_wrapper .gform_heading span.gform_description {
  display: none;
}
body.page-id-1462 .gform_wrapper .gform_body input, body.page-id-1462 .gform_wrapper .gform_body select, body.page-id-1462 .gform_wrapper .gform_body textarea {
  font-size: 1.1rem !important;
  border: 2px solid #777;
  border-radius: 0.4rem !important;
  padding: 0.6rem 0.8rem !important;
}
body.page-id-1462 .gform_wrapper .gform_body label.gfield_label {
  font-size: 1.3rem !important;
}
body.page-id-1462 .gform_wrapper .gform_body .gfield_description {
  padding: 0.2rem 0 0 !important;
}
body.page-id-1462 .gform_wrapper .gform_body .gfield_checkbox label {
  font-size: 1.2rem !important;
}
body.page-id-1462 .gform_wrapper .gform_body .gfield_checkbox > li {
  margin: 0 !important;
}
body.page-id-1462 .gform_wrapper input.gform_button {
  color: white;
  background: #007dc3;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.3rem !important;
  border-radius: 0.4rem !important;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: 100%;
}
body.page-id-1462 .gform_wrapper input.gform_button:hover {
  cursor: pointer;
}

body.page-id-1466 header.title-header {
  min-height: 225px;
}
@media (min-width: 980px) {
  body.page-id-1466 header.title-header {
    height: 400px;
  }
}
@media (min-width: 980px) {
  body.page-id-1466 .wp-block-group.page-header > .wp-block-group__inner-container {
    padding: 4.5em 8%;
  }
}
body.page-id-1466 .wp-block-group.page-header h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  body.page-id-1466 .wp-block-group.page-header h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 980px) {
  body.page-id-1466 .wp-block-group.page-header h1 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  body.page-id-1466 .wp-block-group.page-header h1 {
    font-size: 4.5rem;
  }
}
body.page-id-1466 .wp-block-group.page-header h1 strong {
  display: block;
}
@media (min-width: 980px) {
  body.page-id-1466 .wp-block-group.page-header h2 {
    text-align: center;
  }
}
body.page-id-1466 h5 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1em 0.5em;
}
body.page-id-1466 .tgp-volunteer-form {
  padding: 0.4em;
  max-width: 640px;
  margin: 0 auto;
}
body.page-id-1466 .tgp-volunteer-form input, body.page-id-1466 .tgp-volunteer-form select, body.page-id-1466 .tgp-volunteer-form textarea {
  font-size: 1.1rem !important;
  border: 2px solid #777;
  border-radius: 0.4rem !important;
  padding: 0.6rem 0.8rem !important;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.page-id-1466 .tgp-volunteer-form input[type=text], body.page-id-1466 .tgp-volunteer-form input[type=email], body.page-id-1466 .tgp-volunteer-form input[type=tel] {
  width: 100%;
}
body.page-id-1466 .tgp-volunteer-form .tgp-volunteer-form-fields {
  margin-bottom: 1em;
}
body.page-id-1466 .tgp-volunteer-form label.gp-volunteer-form-label {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
}
body.page-id-1466 .tgp-volunteer-form .tgp-volunteer-form-checkbox {
  margin: 1em 0;
}
body.page-id-1466 .tgp-volunteer-form .tgp-volunteer-form-checkbox span.wpcf7-list-item-label {
  font-size: 1.2em;
}
body.page-id-1466 .tgp-volunteer-form .tgp-volunteer-form-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 0.7em;
}
body.page-id-1466 .tgp-volunteer-form .tgp-partner-form-button > button {
  color: white;
  background: #007dc3;
  border-color: transparent;
  font-weight: bold;
  font-size: 1.3rem !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0.4rem !important;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: 100%;
}
body.page-id-1466 .tgp-volunteer-form .tgp-partner-form-button > button:hover {
  cursor: pointer;
}

body.page-id-1476 p.section-charity {
  padding: 1.9em 0 1.5em;
}
body.page-id-1476 .section-about {
  background: #974399;
  color: white;
  padding: 0.1em 0 3em;
}
body.page-id-1476 .section-mission {
  text-align: left;
}
body.page-id-1476 .section-our-story {
  background: #e9e9e9;
  padding-bottom: 2em;
}
body.page-id-1476 .section-ca-donate > .wp-block-group__inner-container {
  position: relative;
}
body.page-id-1476 .section-ca-donate a.anchor {
  position: absolute;
  top: -120px;
  left: 0;
}
body.page-id-1476 .wp-block-embed iframe {
  max-height: 380px;
  height: auto;
}
@media (min-width: 480px) {
  body.page-id-1476 .wp-block-embed iframe {
    height: 270px;
  }
}
@media (min-width: 640px) {
  body.page-id-1476 .wp-block-embed iframe {
    height: 320px;
  }
}
@media (min-width: 768px) {
  body.page-id-1476 .wp-block-embed iframe {
    height: 380px;
  }
}
body.page-id-1476 .ca-donate-item > .wp-block-group__inner-container {
  padding-bottom: 2em;
}
body.page-id-1476 .ca-donate-item > .wp-block-group__inner-container h4 {
  font-size: 2.2em;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}
body.page-id-1476 .ca-donate-item > .wp-block-group__inner-container p {
  text-align: center;
}
body.page-id-1476 .ca-donate-item input[type=submit] {
  display: block;
  max-width: 24ch;
  text-align: center;
  margin: 0 auto;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: white;
  background: #007dc3;
  border: 0;
  border-radius: 5px;
  padding: 0.9em 0.7em;
  letter-spacing: 0.03rem;
  line-height: 0.8;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) {
  body.page-id-1476 .ca-donate-item input[type=submit] {
    font-size: 1.3rem;
  }
}
body.page-id-1476 .ca-donate-item input[type=submit]:hover {
  cursor: pointer;
  background: rgb(0, 92.3076923077, 144);
}
body.page-id-1476 .ca-donate-item input[type=submit] > em {
  font-size: 0.8rem;
  font-weight: normal;
}
body.page-id-1476 .ca-donate-item .tgp-donate-left {
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.page-id-1476 .ca-donate-item .tgp-donate-left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
  }
}
body.page-id-1476 .ca-donate-item .tgp-donate-left form {
  display: flex;
  justify-self: flex-start;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  body.page-id-1476 .ca-donate-item .tgp-donate-left form {
    margin-bottom: 0;
  }
}
body.page-id-1476 .ca-donate-item .tgp-donate-left form:last-of-type {
  display: grid;
  grid-template-columns: 58% 1fr;
}
@media (min-width: 768px) {
  body.page-id-1476 .ca-donate-item .tgp-donate-left form:last-of-type {
    display: flex;
  }
}
body.page-id-1476 .ca-donate-item .tgp-donate-left form:last-of-type .tgp-donate-right {
  margin: 0 0 0 auto;
}
body.page-id-1476 .ca-donate-item .tgp-donate-left form:last-of-type input[type=submit] {
  margin: 0 auto 0 0;
}
body.page-id-1476 .ca-donate-item .tgp-donate-left input[type=text] {
  font-size: 1rem;
  padding: 0.5em 0.4em;
  border-radius: 0.3em;
  border: 2px solid #777;
  margin-right: 0.25em;
  font-weight: bold;
  max-width: 9em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  body.page-id-1476 .ca-donate-item .tgp-donate-left input[type=text] {
    font-size: 1.3rem;
  }
}
body.page-id-1476 .ca-donate-item .tgp-donate-right {
  position: relative;
  margin-left: 4em;
}
@media (min-width: 768px) {
  body.page-id-1476 .ca-donate-item .tgp-donate-right {
    margin-left: 0;
  }
}
body.page-id-1476 .ca-donate-item .tgp-donate-right:before {
  content: "$";
  display: block;
  position: absolute;
  width: 100px;
  height: 20px;
  top: 50%;
  left: -0.7em;
  color: #777;
  font-size: 1.3rem;
  transform: translateY(-50%);
  font-weight: bold;
}
body.page-id-1476 .ca-donate-item.israel input[type=submit] {
  background: #ffd204;
  color: black;
}
body.page-id-1476 .ca-donate-item.israel input[type=submit]:hover {
  background: rgb(106, 86.9960159363, 0);
  color: white;
}
body.page-id-1476 h4.thank-you {
  padding: 1.5em 0 2.5em;
}
body.page-id-1476 .section-stay-connected {
  background: #e9e9e9;
}

body.home header.title-header, body.page-id-1476 header.title-header {
  min-height: 500px;
  height: 67vh;
  margin-top: 0;
}
body.home .wp-block-group.page-header, body.page-id-1476 .wp-block-group.page-header {
  top: 19vh;
}
body.home .wp-block-group.page-header h2, body.page-id-1476 .wp-block-group.page-header h2 {
  margin-top: 1em;
}
@media (min-width: 768px) {
  body.home .section-current-projects > .wp-block-group__inner-container, body.page-id-1476 .section-current-projects > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 1em;
  }
}
@media (min-width: 980px) {
  body.home .section-current-projects > .wp-block-group__inner-container, body.page-id-1476 .section-current-projects > .wp-block-group__inner-container {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  body.home .section-current-projects > .wp-block-group__inner-container > h2, body.page-id-1476 .section-current-projects > .wp-block-group__inner-container > h2 {
    grid-column: 1/3;
  }
}
body.home .project-item, body.page-id-1476 .project-item {
  background: #271227;
  color: white;
  margin-bottom: 1em;
  padding: 0 0 1em;
}
@media (min-width: 980px) {
  body.home .project-item, body.page-id-1476 .project-item {
    padding: 0;
  }
}
body.home .project-item > .wp-block-group__inner-container, body.page-id-1476 .project-item > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 980px) {
  body.home .project-item > .wp-block-group__inner-container, body.page-id-1476 .project-item > .wp-block-group__inner-container {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  body.home .project-item > .wp-block-group__inner-container > *:not(figure), body.page-id-1476 .project-item > .wp-block-group__inner-container > *:not(figure) {
    width: 50%;
  }
}
body.home .project-item h3, body.page-id-1476 .project-item h3 {
  font-size: 2rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 0.7em 0.2em 0.2em;
  margin-bottom: 0.5em;
  order: 1;
}
body.home .project-item h3:after, body.page-id-1476 .project-item h3:after {
  content: "";
  background: #007dc3;
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
body.home .project-item figure.wp-block-image.size-large, body.page-id-1476 .project-item figure.wp-block-image.size-large {
  order: 0;
  height: 300px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 980px) {
  body.home .project-item figure.wp-block-image.size-large, body.page-id-1476 .project-item figure.wp-block-image.size-large {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
body.home .project-item figure.wp-block-image.size-large > img, body.page-id-1476 .project-item figure.wp-block-image.size-large > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.home .project-item p, body.page-id-1476 .project-item p {
  margin: 1em auto;
  padding: 0 1em;
  font-size: 1rem;
  line-height: 1.3;
  order: 2;
}
@media (min-width: 980px) {
  body.home .project-item p, body.page-id-1476 .project-item p {
    margin: 1em 0;
    line-height: 1.6;
  }
}
body.home .project-item img, body.page-id-1476 .project-item img {
  width: 100%;
  height: auto;
}

.section-mission {
  background-color: #007dc3;
  background: url(/wp-content/uploads/2021/04/Group-52-1-optimized.jpg);
  padding: 1em;
}
@media (min-width: 768px) {
  .section-mission > .wp-block-group__inner-container {
    display: grid;
    grid-gap: 0 1.7em;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 980px) {
  .section-mission > .wp-block-group__inner-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.section-mission > .wp-block-group__inner-container > h2, .section-mission > .wp-block-group__inner-container > h5, .section-mission > .wp-block-group__inner-container > p {
  text-align: center;
}
@media (min-width: 768px) {
  .section-mission > .wp-block-group__inner-container > h2, .section-mission > .wp-block-group__inner-container > h5, .section-mission > .wp-block-group__inner-container > p {
    grid-column: 1/4;
  }
}
.section-mission h2, .section-mission h3, .section-mission h5, .section-mission p {
  color: white;
  line-height: 1.2;
}
.section-mission h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5em;
}
.section-mission h3:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.section-mission h5 {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.section-mission .wp-block-group {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 1em;
}
.section-mission .wp-block-group p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
.section-mission .mission-relief h3:before {
  background: url(/wp-content/uploads/2021/05/Path-3.svg) center center no-repeat;
  background-size: contain;
}
.section-mission .mission-recover h3:before {
  background: url(/wp-content/uploads/2021/05/Path-90.svg) center center no-repeat;
  background-size: contain;
}
.section-mission .mission-restore h3:before {
  background: url(/wp-content/uploads/2021/05/Path-91.svg) center center no-repeat;
  background-size: contain;
}

.section-our-impact {
  background: #974399;
  color: white;
  padding: 1em;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.section-our-impact h4 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.4em;
  line-height: 1.3;
}
.section-our-impact > .wp-block-group__inner-container {
  display: grid;
  grid-gap: 0.9em;
}
@media (min-width: 768px) {
  .section-our-impact > .wp-block-group__inner-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .section-our-impact > .wp-block-group__inner-container > h2, .section-our-impact > .wp-block-group__inner-container > h4 {
    grid-column: 1/4;
  }
}
.section-our-impact > .wp-block-group__inner-container > .wp-block-group {
  margin-bottom: 1.4em;
}
@media (min-width: 768px) {
  .section-our-impact > .wp-block-group__inner-container > .wp-block-group.col1, .section-our-impact > .wp-block-group__inner-container > .wp-block-group.col2 {
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    padding-right: 1em;
  }
}
.section-our-impact > .wp-block-group__inner-container > .wp-block-group h3 {
  font-size: 4rem;
  font-weight: bold;
}
.section-our-impact > .wp-block-group__inner-container > .wp-block-group h5 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.4em 0;
}

.locations-container {
  line-height: 1.3;
}
.locations-container p {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .locations-container .locations-intro > .wp-block-group__inner-container {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .locations-container .locations-description {
    width: 48%;
  }
}
.locations-container .locations-description h3 {
  font-weight: bold;
  padding: 0 1em 0.6em;
  text-align: center;
  font-size: 1.3rem;
}
.locations-container .locations-description p {
  max-width: 400px;
  margin: 0 auto;
}
.locations-container .locations-map {
  padding: 3em 0 0;
  height: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .locations-container .locations-map {
    width: 50%;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 980px) {
  .locations-container .locations-map {
    height: 48vh;
    max-height: 600px;
  }
}
.locations-container .locations-map > img {
  position: absolute;
  bottom: 0;
}
.locations-container > .wp-block-group__inner-container > h3 {
  font-weight: bold;
  padding: 0 1em 0.6em;
  text-align: center;
  font-size: 1.3rem;
}
.locations-container > .wp-block-group__inner-container > p {
  padding: 0 1em 1em;
}
.locations-container .locations-description {
  padding-bottom: 2em;
}
@media (min-width: 980px) {
  .locations-container .locations-description {
    padding-bottom: 0;
  }
}
.locations-container .location-item {
  color: white;
  background-size: cover !important;
  padding: 4em 1em 4em;
}
.locations-container .location-item > .wp-block-group__inner-container {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.locations-container .location-item > .wp-block-group__inner-container a.location-anchor {
  position: absolute;
  top: -120px;
  left: 0;
}
.locations-container .location-item h3 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.7em;
  line-height: 1;
  padding-bottom: 0.4em;
}
@media (min-width: 768px) {
  .locations-container .location-item h3 {
    font-size: 2.5rem;
  }
}
.locations-container .location-item h3 > strong {
  font-weight: 600;
}
.locations-container .location-item h3:after {
  content: "";
  background: #ffffff;
  display: block;
  width: 130px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.locations-container .location-item h4 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}
.locations-container .location-item figure.is-type-video {
  border: 2px solid;
}
.locations-container .location-item p {
  margin: 1.3em auto;
  line-height: 1.4;
  text-align: center;
}
.locations-container .location-tennessee {
  background: url(/wp-content/uploads/2021/05/nashville.jpg) center center no-repeat;
  background-color: #ffd204;
}
.locations-container .location-new-york {
  background: url(/wp-content/uploads/2021/05/buffalo.jpg) center center no-repeat;
  background-color: #007dc3;
}
.locations-container .location-texas {
  background: url(/wp-content/uploads/2021/05/fortworth.jpg) center center no-repeat;
  background-color: #974399;
}
.locations-container .location-ontario {
  background: url(/wp-content/uploads/2021/05/toronto.jpg) center center no-repeat;
  background-color: #974399;
}
.locations-container .location-israel {
  background: url(/wp-content/uploads/2021/05/israel.jpg) center center no-repeat;
  background-color: #ffd204;
}

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