@charset "UTF-8";
/*!
Theme Name: IFDC
Theme URI: http://www.ifdc.org
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
:root {
  --gutter-wrap: calc((100vw - 1200px) / 2);
  --gutter-left: calc((100vw - 1200px) / 2);
  --gutter-right: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1324.1379310345px) {
  :root {
    --gutter-left: 4.6875vw;
    --gutter-right: 4.6875vw;
    --gutter-wrap: 4.6875vw;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@keyframes loop {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #4F4E56;
  text-align: left;
  min-width: 320px;
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #4F4E56;
}
html.search-focus {
  overflow-y: hidden;
  position: relative;
}
html.search-focus body {
  overflow-y: hidden;
  position: relative;
}

body {
  padding: 0 0 0px 0;
  background: #fff;
  overflow-x: hidden;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: Poppins, sans-serif;
}

.text-serif {
  font-family: Merriweather, serif;
}

.text-headline {
  font-family: Poppins, sans-serif;
}

.text-cursive {
  font-family: cursive;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-red {
  color: red;
}

.text-green {
  color: #78B843;
}

.text-blue {
  color: #2BC4F4;
}

.text-light-blue {
  color: blue;
}

.text-orange {
  color: #F8971D;
}

.text-yellow {
  color: #FFDE30;
}

.text-navy-blue {
  color: navy;
}

.text-teal {
  color: teal;
}

.text-purple {
  color: #3C2054;
}

.text-gray {
  color: #ccc;
}

.text-silver {
  color: silver;
}

.text-dark-gray {
  color: gray;
}

.text-nowrap {
  white-space: nowrap;
}

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

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #008000;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.1s linear;
}
a:hover {
  text-decoration: underline;
}
a.more {
  white-space: nowrap;
}

p {
  margin: 0 0 1.25em 0;
  letter-spacing: 0.2px;
}
p:last-child {
  margin-bottom: 0;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

ul, ol {
  margin: 0 0 1.25em;
}

li {
  margin-bottom: 0.25em;
}

hr {
  margin: 2.5em auto;
  width: 100%;
  border-bottom: 2px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
}

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide, .desktop-only {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

input[type=submit],
input[type=button],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 0.8em 2em;
  font-family: Poppins, sans-serif;
  font-size: initial;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #78B843;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.2s linear;
}
input[type=submit] > span,
input[type=button] > span,
button > span,
.button > span,
.btn > span {
  margin-left: 5px;
}
input[type=submit].aligncenter, input[type=submit].center,
input[type=button].aligncenter,
input[type=button].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover,
.btn:hover {
  background-color: #6ca53c;
  text-decoration: none;
}
input[type=submit].green,
input[type=button].green,
button.green,
.button.green,
.btn.green {
  background-color: #78B843;
}
input[type=submit].green:hover,
input[type=button].green:hover,
button.green:hover,
.button.green:hover,
.btn.green:hover {
  background-color: #6ca53c;
}
input[type=submit].blue,
input[type=button].blue,
button.blue,
.button.blue,
.btn.blue {
  background-color: #2BC4F4;
}
input[type=submit].blue:hover,
input[type=button].blue:hover,
button.blue:hover,
.button.blue:hover,
.btn.blue:hover {
  background-color: #13bdf3;
}
input[type=submit].teal,
input[type=button].teal,
button.teal,
.button.teal,
.btn.teal {
  background-color: teal;
}
input[type=submit].teal:hover,
input[type=button].teal:hover,
button.teal:hover,
.button.teal:hover,
.btn.teal:hover {
  background-color: #006767;
}
input[type=submit].orange,
input[type=button].orange,
button.orange,
.button.orange,
.btn.orange {
  background-color: #F8971D;
}
input[type=submit].orange:hover,
input[type=button].orange:hover,
button.orange:hover,
.button.orange:hover,
.btn.orange:hover {
  background-color: #f48b08;
}
input[type=submit].gray,
input[type=button].gray,
button.gray,
.button.gray,
.btn.gray {
  color: #ccc;
  background-color: #ccc;
}
input[type=submit].gray:hover,
input[type=button].gray:hover,
button.gray:hover,
.button.gray:hover,
.btn.gray:hover {
  background-color: #bfbfbf;
}
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
input[type=submit].done,
input[type=button].done,
button.done,
.button.done,
.btn.done {
  cursor: default;
  color: #555;
  border-color: #555;
}
input[type=submit].done:hover,
input[type=button].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  line-height: 1;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  font-family: Poppins, sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

textarea {
  width: 100%;
}

.input.select {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.input.select strong {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 30px 0 0;
  min-width: 100px;
  background: white;
  color: #4F4E56;
}
.input.select strong .text {
  display: inline-block;
  min-width: 170px;
  font-weight: 600;
}
.input.select strong .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  transition: transform 0.2s linear;
  font-size: 1.2em;
}
.input.select.on strong .icon {
  transform: rotate(180deg);
}
.input.select > select {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.input.select .select {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  padding: 0px 0px 5px;
  background: white;
  color: #4F4E56;
}
.input.select .select .option {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  white-space: normal;
  line-height: normal;
  background: white;
  color: #4F4E56;
}
.input.select .select .option.selected, .input.select .select .option:hover {
  background: #F8971D;
  color: white;
}
.input.select .select .option:last-child {
  border-bottom: 0;
}
.input.select > .select {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: -3px;
  width: 216px;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.input.select > .select::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.input.select.on > .select {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}

.gform_wrapper .gform_body > ul > li.nth-child-4, .gform_wrapper .gform_body > ul > li.nth-child-5 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gform_body > ul > li.nth-child-4, .gform_wrapper .gform_body > ul > li.nth-child-5 {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  clear: both;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline;
  margin-right: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.8rem;
  margin-top: 3rem;
}

h3 {
  font-size: 2rem;
  margin-top: 2.5rem;
}

h4 {
  margin-top: 2rem;
  margin-bottom: 8px;
  font-size: 1.3em;
  line-height: 1.4;
}

h5 {
  margin-top: 1.5rem;
  margin-bottom: 5px;
  font-size: 1em;
}

h6 {
  margin-bottom: 5px;
  font-size: 0.707em;
}

h2.expandable {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}
h2.expandable:before {
  margin-right: 17px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  content: "+";
  bottom: -2px;
}
h2.expandable.opened:before {
  content: "–";
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 2.1rem;
  }
  h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 800px) and (max-width: 1300px) {
  h1 {
    font-size: 3.3rem;
  }
}
#notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  box-sizing: border-box;
  padding: 0.75em 1em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3;
  color: white;
  background: #08b6c3;
  transition: transform 0.4s ease-in-out;
  transform: translate(0, 100%);
}
#notice.on {
  transform: translate(0, 0%);
}
#notice .buttons {
  display: flex;
  justify-content: center;
  margin: 0.25em 0;
}
#notice .buttons a {
  display: inline-block;
  padding: 0.25em 1em;
  margin: 0.5em;
  color: #000;
  font-size: 0.8em;
}
#header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background: white;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
body.admin-bar #header {
  border-top: 32px solid #fff;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    border-top-width: 46px;
  }
}
#header ul,
#header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header a {
  color: inherit;
  font-weight: 600;
  letter-spacing: 0.25px;
}
#header .logo {
  grid-area: logo;
  display: flex;
  align-items: flex-end;
  margin-bottom: -11px;
  transition: all 0.4s ease-in-out;
}
#header .logo a {
  display: inline-block;
}
#header .logo a img {
  display: block;
  width: 268px;
  height: 60px;
}
#header .toggle.language .icon {
  margin-left: 0.4em;
  transition: transform 0.2s;
}
body.language-on #header .toggle.language .icon {
  transform: scaleY(-1);
}
#header .toggle.search {
  grid-area: toggle;
  -ms-grid-column: 2;
  font-size: 18px;
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0 0 1em;
}
#header .subnav-wrap {
  display: none;
}
@media screen and (min-width: 1001px) {
  #header > .layout {
    position: relative;
    display: grid;
    grid-template-columns: auto 10em 1fr;
    grid-template-areas: "logo . nav";
    display: -ms-grid;
    -ms-grid-columns: auto 10em 1fr;
    z-index: 1;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  #header > .layout {
    grid-template-columns: auto 7em 1fr;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  #header > .layout {
    grid-template-columns: auto 4em 1fr;
  }
}
@media screen and (min-width: 1001px) {
  #header .nav-wrap {
    grid-area: nav;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "secondary  toggle" "nav nav";
    display: -ms-grid;
    -ms-grid-columns: 1fr auto;
    -ms-grid-rows: auto auto;
    -ms-grid-column: 3;
    transition: all 0.4s ease-in-out;
  }
  #header .nav-main {
    grid-area: nav;
    -ms-grid-row: 2;
    -ms-grid-column-span: 2;
    line-height: 1;
    margin: 1.5em 0 0;
    font-size: 1.2rem;
  }
  #header .nav-main > ul {
    display: flex;
    justify-content: space-between;
  }
  #header .nav-main > ul > li {
    position: relative;
    /*
              &.hover {
                  > ul {
                      display: block;
                  }
              }
              */
  }
  #header .nav-main > ul > li > a {
    position: relative;
    display: block;
    padding: 0 0.2em;
    white-space: nowrap;
    text-decoration: none;
  }
  #header .nav-main > ul > li > a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0px;
    margin: 16px 0 0;
    background: currentColor;
    transition: height 0.2s linear;
  }
  #header .nav-main > ul > li > a:hover:after {
    height: 4px;
  }
  #header .nav-main > ul > li.current-menu-item > a:after, #header .nav-main > ul > li.current-menu-ancestor > a:after {
    height: 4px;
  }
  #header .nav-main > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin: 1em 0 0;
    background: #78B843;
    color: white;
  }
  #header .nav-main > ul > li > ul > li > a {
    display: block;
    padding: 0.5em 1em;
  }
  #header .nav-secondary {
    grid-area: secondary;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.85em;
    text-transform: uppercase;
    transition: all 0.2s;
    opacity: 1;
    transform: translate(0px, 0);
  }
  #header .nav-secondary > ul {
    display: flex;
    justify-content: space-between;
  }
  #header .nav-secondary > ul > li {
    margin: 0 1em;
  }
  body.search-on #header .nav-secondary {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  #header .subnav-wrap {
    margin: 20px 0 -20px;
    background: #E2E0C7;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.08);
  }
  #header .subnav-wrap.on {
    display: block;
  }
  #header .subnav-wrap #subnav > ul {
    display: flex;
    justify-content: flex-end;
  }
  #header .subnav-wrap #subnav > ul > li {
    margin: 0 0 0 0.5em;
  }
  #header .subnav-wrap #subnav > ul > li a {
    position: relative;
    display: block;
    font-size: 1em;
    padding: 0.6em 0.9em;
    text-decoration: none;
  }
  #header .subnav-wrap #subnav > ul > li a:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: currentColor;
    transition: height 0.2s linear;
  }
  #header .subnav-wrap #subnav > ul > li a:hover:after {
    height: 4px;
  }
  #header .subnav-wrap #subnav > ul > li.current-menu-item a:after {
    height: 4px;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    padding: 1em 0;
  }
  body.menu-on #header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  }
  @supports not (-webkit-touch-callout: none) {
    html.search-focus #header #top-search {
      height: 350px;
      transform: translateY(-350px);
    }
    html.search-focus #header #top-search form .close-search {
      display: block;
    }
  }
  #header .logo {
    width: 170px;
  }
  #header .nav-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: white;
    max-height: 0;
    padding: 0 4.6875%;
    margin: -1px 0 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  }
  body.menu-on #header .nav-wrap {
    max-height: 100vh;
    max-height: calc(100vh - 75px);
    padding-top: 1em;
    padding-bottom: 100vh;
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.19);
    overflow: scroll;
  }
  body.menu-on #header .nav-wrap:after {
    content: " ";
    display: block;
    height: 120px;
  }
  #header .toggle.search {
    display: none;
  }
  #header .nav-main {
    display: block;
    margin: 0 0 2em;
  }
  #header .nav-main > ul {
    display: block;
    margin: 0 auto;
    line-height: 1;
    font-size: 1.5rem;
  }
  #header .nav-main > ul > li {
    display: block;
    margin: 0.4em auto;
  }
  #header .nav-main > ul > li > a {
    position: relative;
    display: block;
    padding: 1em 0 0.5em;
  }
  #header .nav-main > ul > li > a:after {
    display: none;
  }
  #header .nav-main > ul > li > a .v {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 30px;
    margin: -15px 0 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    transition: all(0.2s) ease-in-out;
  }
  #header .nav-main > ul > li > a .v:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-transform: none;
    content: "\f105";
  }
  #header .nav-main > ul > li.has-submenu.hover > ul,
  #header .nav-main > ul > li > ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0px 0;
    max-height: 0vh;
    text-align: left;
    overflow: hidden;
  }
  #header .nav-main > ul > li > ul > li {
    padding: 10px 0;
  }
  #header .nav-main > ul > li > ul > li > a {
    padding: 0 0 0 30px;
    font-size: 1.2rem;
    font-weight: 600;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  #header .nav-main > ul > li.on > ul {
    max-height: 100vh !important;
    border-bottom: 3px solid #4F4E56;
    padding-bottom: 10px;
  }
  #header .nav-main > ul > li.on > a .v {
    transform: rotate(90deg);
  }
  #header .nav-secondary {
    display: block;
    justify-content: left;
    font-size: 1em;
    margin: 1.5em 0;
    text-transform: uppercase;
  }
  #header .nav-secondary ul li {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 1000px) and (max-height: 700px) {
  #header .nav-main > ul > li > a {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 1000px) and (max-height: 600px) {
  #header .nav-main > ul > li > a {
    padding: 0.25em 0;
  }
}
@media screen and (min-width: 1001px) {
  #header #top-search {
    position: absolute;
    z-index: 5;
    top: -3px;
    right: 3em;
  }
  #header #top-search form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.2s;
    opacity: 1;
    max-width: 0;
    width: 100%;
    margin: 0 0 0 auto;
    overflow: hidden;
  }
  body.search-on #header #top-search form {
    z-index: 1;
    opacity: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #header #top-search {
    text-align: center;
    background: #fff;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 1150px) {
  #header #top-search form {
    text-align: left;
    display: flex;
  }
}
#header #top-search form input[type=text] {
  font-size: 16px;
  padding: 0.25em 0.6em;
  border: 2px solid #4F4E56;
  border-radius: 0;
  width: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 1150px) {
  #header #top-search form input[type=text] {
    max-width: calc(100% - 85px);
    border: none;
    border-bottom: 2px solid #4F4E56;
    padding-left: 0;
    font-weight: bold;
  }
}
#header #top-search form button {
  margin: 0 0 0 10px;
  padding: 8px 20px;
  border: 2px solid currentColor;
  background: white;
  color: #4F4E56;
}
#header #top-search form button:hover {
  background: white;
  color: #008000;
  border-color: white;
}
@media screen and (max-width: 1000px) {
  #header #top-search form button {
    margin-left: -10px;
    color: #fff;
    border: #fff;
    border-bottom: 2px solid #4F4E56;
    position: relative;
    max-width: 65px;
  }
  #header #top-search form button:before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-transform: none;
    content: "\f002";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    color: #4F4E56;
    font-size: 1.3em;
  }
  #header #top-search form button:hover {
    color: #fff;
    border-color: #4F4E56;
  }
}
#header #top-search form .close-search {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f00d";
  font-style: normal;
  font-size: 1.5em;
  margin-top: 2px;
  display: none;
  cursor: pointer;
}
#header .toggle.menu {
  position: absolute;
  right: 5%;
  top: 50%;
  margin: -10px 0 0;
  align-self: center;
  justify-self: center;
  display: block;
  z-index: -1;
  opacity: 1;
  box-sizing: border-box;
  width: 30px;
  height: 20px;
  color: #78B843;
  border: 4px solid currentColor;
  border-width: 4px 0;
  outline: 0;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  #header .toggle.menu {
    opacity: 1;
    z-index: 10;
  }
}
body.has-js #header .toggle.menu {
  transition: all 0.4s ease-in-out;
}
#header .toggle.menu:after {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  height: 4px;
  left: 0;
  width: 100%;
  background: currentColor;
  transition: all 0.4s ease-in-out;
  outline: 0;
}
#header .toggle.menu .bar {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
}
body.has-js #header .toggle.menu .bar {
  transition: all 0.4s ease-in-out;
}
#header .toggle.menu .bar:after, #header .toggle.menu .bar:before {
  content: " ";
  display: block;
  position: absolute;
  height: 4px;
  left: 0;
  width: 100%;
  top: 3px;
  background: currentColor;
  transform: rotate(-90deg);
}
#header .toggle.menu .bar:after {
  transform: rotate(0deg);
}
body.menu-on #header .toggle.menu {
  transform: rotate(135deg);
  border-color: rgba(255, 255, 255, 0);
}
body.menu-on #header .toggle.menu:after {
  opacity: 0;
}
body.menu-on #header .toggle.menu .bar {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #header #menu-secondary .menu-item-gtranslate {
    width: 110px;
    display: flex;
    align-items: center;
  }
}
#header #menu-secondary .menu-item-gtranslate:after {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f078";
  position: absolute;
  right: 0;
  pointer-events: none;
  font-size: 1.2em;
  bottom: 0px;
}
#header #menu-secondary select {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  border: 0;
  background: none;
  color: #4F4E56;
  font-size: 1.01em;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#header #menu-secondary select::-ms-expand {
  display: none;
}
@media screen and (min-width: 1000px) {
  body.scrolled #header {
    padding: 20px 0;
  }
  body.scrolled #header .logo {
    width: 150px;
  }
  body.scrolled #header .nav-wrap {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  body.scrolled #header .toggle.menu {
    opacity: 1;
    z-index: 2;
  }
}

#footer-top {
  position: relative;
  z-index: 1;
  height: 200px;
  background: url(images/footer-top.jpg) repeat-x 50% 0%;
  background-size: auto 100%;
}

#footer {
  position: relative;
  z-index: 1;
  padding: 5em 0;
  background: #4F4E56;
  color: white;
  font-size: 0.9rem;
}
#footer a {
  color: inherit;
  font-weight: normal;
}
#footer ul, #footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer > .layout {
  display: grid;
  grid-template-columns: auto 20% 1fr auto;
  grid-template-rows: auto 3em auto auto auto;
  grid-template-areas: "logo       . social social" ".          . .      ." "address    . nav    buttons" "copyright  . nav    buttons" "design     . .      buttons";
  display: -ms-grid;
  -ms-grid-columns: auto 20% 1fr auto;
  -ms-grid-rows: auto 3em auto auto auto;
}
#footer .logo {
  grid-area: logo;
}
#footer .logo a {
  display: inline-block;
  margin: 0;
}
#footer .logo img {
  display: block;
  width: 330px;
}
#footer .social {
  grid-area: social;
  align-self: center;
  font-size: 30px;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
}
#footer .social ul {
  display: flex;
  align-items: center;
  color: white;
}
#footer .social li {
  margin: 0 2em 0 0;
}
#footer .social a {
  color: white;
}
#footer .social a:hover {
  color: #78B843;
}
#footer .address {
  grid-area: address;
  -ms-grid-row: 3;
}
#footer .copyright {
  grid-area: copyright;
  -ms-grid-row: 4;
}
#footer #nav-footer {
  grid-area: nav;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  margin: 0 2em 0 0;
}
#footer #nav-footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer #nav-footer-buttons {
  grid-area: buttons;
  -ms-grid-column: 4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
}
#footer #nav-footer-buttons a {
  display: block;
  text-align: center;
  padding: 0.2em 2em;
  font-family: Poppins, sans-serif;
  border: 4px solid #78B843;
  text-decoration: none;
}
#footer #nav-footer-buttons a:hover {
  background: #78B843;
}
#footer #nav-footer-buttons li + li {
  margin-top: 1em;
}
#footer .webdesign {
  grid-area: design;
  -ms-grid-row: 5;
  margin: 3em 0 0;
}
@media screen and (max-width: 1200px) {
  #footer > .layout {
    grid-template-columns: auto 10% 1fr auto;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 3em 0;
    text-align: center;
  }
  #footer > .layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer .logo {
    order: -10;
    margin: 0 0 2em;
  }
  #footer .logo img {
    width: 260px;
  }
  #footer .social {
    order: -9;
  }
  #footer .social ul {
    justify-content: space-around;
  }
  #footer .social li {
    margin: 0 5%;
  }
  #footer .social a {
    display: inline-block;
    width: 1.5em;
  }
  #footer #nav-footer {
    margin: 1em auto;
  }
  #footer #nav-footer ul {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer #nav-footer li {
    margin: 1em;
  }
  #footer #nav-footer-buttons {
    order: 10;
    font-size: 14px;
    margin: 3em auto 0;
  }
  #footer .address,
  #footer .copyright {
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 400px) {
  #footer {
    font-size: 0.7em;
  }
  #footer .address,
  #footer .copyright {
    font-size: 0.9em;
  }
}

#banner {
  position: relative;
  z-index: 1;
  padding: 4em 0 0em;
}
#banner .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
#banner #page-title {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
}
#banner.has-image {
  margin-bottom: 4em;
  padding: 42vh 0 0;
  background: #E2E0C7;
  color: white;
  overflow: hidden;
}
#banner.has-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E2E0C7 no-repeat 50% 50%;
  background-size: cover;
  /*&:before {
      content: ' ';
      display: block;
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 110px;
      background: url(images/white-rip.png) repeat-x 50% 0%;
      background-size: auto 100%;
  }*/
}
#banner.has-image .bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E2E0C7 no-repeat 50% 50%;
  background-size: cover;
}
#banner.has-image .bg .img:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(190deg, rgba(17, 17, 17, 0) 60%, rgba(17, 17, 17, 0.75));
}
#banner.has-image .bg:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 80%;
  width: 40%;
  top: 0%;
  height: 100%;
  background: url(images/icon-pattern-2022.webp);
  background-size: 60%;
  opacity: 60%;
}
@media screen and (max-width: 1100px) {
  #banner.has-image .bg:after {
    background-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  #banner.has-image .bg:after {
    width: 50%;
    left: 75%;
  }
}
@media screen and (max-width: 767px) {
  #banner.has-image {
    padding: 50vw 0 0;
  }
  #banner.has-image .bg:before {
    height: 80px;
    background-size: auto 80px;
  }
  #banner.has-image .wrap {
    padding-bottom: 50px;
  }
}
#banner.has-image .hr-blocks {
  height: 10px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 3fr 4fr 2fr 1fr;
}
#banner.has-image .hr-blocks .block {
  position: relative;
  grid-row: 1/2;
}
#banner.has-image .hr-blocks .block:nth-child(1) {
  grid-column: 1/2;
  background: #F8971D;
}
#banner.has-image .hr-blocks .block:nth-child(2) {
  grid-column: 2/3;
  background: #78B843;
}
#banner.has-image .hr-blocks .block:nth-child(3) {
  grid-column: 3/4;
  background: #ED3B8A;
}
#banner.has-image .hr-blocks .block:nth-child(4) {
  grid-column: 4/5;
  background: #2BC4F4;
}
@media screen and (max-width: 767px) {
  #banner #page-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 1300px) {
  #banner #page-title {
    font-size: 3.3rem;
  }
}

#banner.post {
  margin: 0 0 4em;
}
#banner.post a {
  color: inherit;
  font-weight: inherit;
}
#banner.post .meta {
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1.5em;
}
#banner.post #page-title {
  font-size: 2.75rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #banner.post {
    margin-bottom: 3em;
  }
  #banner.post #page-title {
    font-size: 2rem;
    line-height: 1.3;
  }
}

#banner.team .wrap {
  display: flex;
  justify-content: space-between;
}
#banner.team .featured-image {
  order: 1;
  width: 300px;
}
#banner.team .featured-image img {
  display: block;
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
#banner.team h1 {
  margin-bottom: 0;
}
#banner.team h3 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #banner.team .featured-image {
    margin-left: 4%;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1324.1379310345px) {
  .wrap {
    margin: 0 4.6875%;
  }
}

#wrap {
  padding: 114px 0 0;
}
@media screen and (min-width: 1001px) {
  body.has-subnav #wrap {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1000px) {
  #wrap {
    padding-top: 55px;
  }
}
#wrap .intro-excerpt-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#wrap .intro-excerpt-wrap .introduction {
  max-width: 800px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 2.5rem;
  line-height: 1.7;
  color: black;
}
@media screen and (max-width: 767px) {
  #wrap .intro-excerpt-wrap .introduction {
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 1324.1379310345px) {
  #wrap .intro-excerpt-wrap {
    margin: 0 4.6875%;
  }
}

.main-content {
  min-height: 20vh;
  z-index: 1;
}
body.page-subscribe .main-content {
  position: relative;
}
body.no-banner .main-content {
  padding-top: 4em;
}
body.front-page .main-content {
  padding-top: 0;
}
body.archive.no-banner .main-content #page-title {
  margin-bottom: 0.3em;
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  body.archive.no-banner .main-content #page-title {
    font-size: 2.3rem;
  }
}

body.has-js .blocks-content > *:not(.no-appear),
body.has-js #wrap > .theme-block {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
body.has-js .blocks-content > *:not(.no-appear).visible,
body.has-js #wrap > .theme-block.visible {
  opacity: 1;
  transform: translate(0, 0px);
}
body.has-js #banner:not(.no-appear) > .wrap {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
body.has-js #banner:not(.no-appear) .bg .img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
body.has-js #banner:not(.no-appear).visible .bg .img {
  opacity: 1;
}
body.has-js #banner:not(.no-appear).visible > .wrap {
  opacity: 1;
}
body.has-js .step-visible > * {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s ease-in-out;
}
body.has-js .step-visible > *.on {
  opacity: 1;
  transform: translate(0, 0);
}

.blocks-content.page-content,
.blocks-content.post-content {
  max-width: 700px;
  margin: 0 auto;
  /*.page-solutions &:before {
      content: url(./images/orange-dots-2.svg);
      position: absolute;
      right: 0;
      top: 42%;
      width: 210px;
      height: 480px;
  }*/
}
.blocks-content.page-content > h2,
.blocks-content.post-content > h2 {
  margin-top: 1em;
}
.page-solutions .blocks-content.page-content:after,
.page-solutions .blocks-content.post-content:after {
  content: url(https://ifdc.dream.press/wp-content/uploads/2020/03/Solutions.png);
  position: absolute;
  right: 0;
  top: 36%;
  height: 1000px;
  transform: translateX(50%);
}
.blocks-content.page-content .meta.bottom,
.blocks-content.post-content .meta.bottom {
  margin: 3em 0 0;
  padding-top: 2em;
  border-top: 2px solid rgba(79, 78, 86, 0.2);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.blocks-content.page-content .meta.bottom a,
.blocks-content.post-content .meta.bottom a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.blocks-content.page-content .meta.bottom a:hover,
.blocks-content.post-content .meta.bottom a:hover {
  text-decoration: underline;
}
.blocks-content.page-content .meta.bottom .terms,
.blocks-content.post-content .meta.bottom .terms {
  margin-bottom: 1em;
}

.has-background.has-red-background-color {
  background-color: red;
}
.has-background.has-orange-background-color {
  background-color: #F8971D;
}
.has-background.has-blue-background-color {
  background-color: #2BC4F4;
}
.has-background.has-green-background-color {
  background-color: #78B843;
}
.has-background.has-dark-blue-background-color {
  background-color: blue;
}
.has-background.has-black-background-color {
  background-color: black;
}
.has-background.has-gray-background-color {
  background-color: #ccc;
}
.has-background.has-white-background-color {
  background-color: white;
}
.has-background.has-yellow-background-color {
  background-color: #FFDE30;
}
.has-background.has-purple-background-color {
  background-color: #3C2054;
}
.has-background.has-teal-background-color {
  background-color: teal;
}
.has-background.has-tan-background-color {
  background-color: #E2E0C7;
}
.has-background.has-light-tan-background-color {
  background-color: #faf9f3;
}
.has-background.has-light-green-background-color {
  background-color: #DFF1DF;
}

.has-text-color.has-red-color {
  color: red;
}
.has-text-color.has-orange-color {
  color: #F8971D;
}
.has-text-color.has-blue-color {
  color: #2BC4F4;
}
.has-text-color.has-green-color {
  color: #78B843;
}
.has-text-color.has-dark-blue-color {
  color: blue;
}
.has-text-color.has-black-color {
  color: black;
}
.has-text-color.has-gray-color {
  color: #ccc;
}
.has-text-color.has-white-color {
  color: white;
}
.has-text-color.has-yellow-color {
  color: #FFDE30;
}
.has-text-color.has-purple-color {
  color: #3C2054;
}
.has-text-color.has-teal-color {
  color: teal;
}
.has-text-color.has-tan-color {
  color: #E2E0C7;
}
.has-text-color.has-light-tan-color {
  color: #faf9f3;
}
.has-text-color.has-light-green-color {
  color: #DFF1DF;
}

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 3em;
  line-height: 0.9;
  font-weight: inherit;
  margin: 0 0.2em 0 0;
  font-family: Poppins, sans-serif;
}

.featured-image {
  position: relative;
  margin: 0 0 3em;
}
.featured-image img {
  display: block;
  z-index: 1;
}
body.single-project .featured-image {
  margin-bottom: 5em;
}
body.single-project .featured-image:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -2em;
  height: 150px;
  max-height: 100%;
  width: 100%;
  left: -100px;
  padding: 0 100px;
  background: url(images/icon-pattern-2022.webp) 50% 50%;
  background-size: 50%;
}
@media screen and (max-width: 900px) {
  body.single-project .featured-image:before {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
}
.featured-image figcaption {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.more-content {
  margin: 4em 0 0;
}
.more-content h4 {
  margin-bottom: 0.5em;
  margin-top: 1.75em;
}

.author-intro {
  max-width: 800px;
  margin: 0 auto 4em;
}
.author-intro .avatar img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 50%;
}

.expandable.solutions-expandable {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expandable.solutions-expandable:hover {
  color: inherit;
}
.expandable.solutions-expandable:before {
  content: none;
}
.expandable.solutions-expandable:after {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f078";
  transition: all 0.2s ease-in-out;
  background-color: #DFF1DF;
  border-radius: 50%;
  padding: 0.663rem 0.8rem;
  font-size: 22px;
}
.expandable.solutions-expandable.opened:after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .expandable.solutions-expandable.wp-block-heading {
    font-size: 1.5rem;
  }
}
.expandable.solutions-expandable ~ .expand-content .wp-block-columns .wp-block-column.has-background {
  padding: 1.5rem;
  border-radius: 15px;
}
.expandable.solutions-expandable ~ .expand-content .wp-block-columns .wp-block-column .column-heading {
  font-family: Poppins, sans-serif;
  margin-bottom: 0.25em;
}
.expandable.solutions-expandable ~ .expand-content .wp-block-columns .wp-block-column h4.wp-block-heading {
  margin-top: 0;
}

.expandable-group ~ hr {
  margin: 2rem auto;
}

/* Front page styles */
.home .wp-block-theme-blocks-featured-projects p {
  max-width: 800px;
}

.solutions-icons .wp-block-image {
  margin: 0.5em auto;
}
.solutions-icons .icon img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .solutions-icons .wp-block-columns {
    margin-bottom: 50px;
  }
  .solutions-icons .wp-block-columns .wp-block-column {
    text-align: center;
  }
  .solutions-icons .wp-block-columns .wp-block-column .icon {
    max-width: 150px;
  }
  .solutions-icons .wp-block-columns .wp-block-column .icon img {
    width: 100%;
  }
}

.hentry {
  position: relative;
}
.hentry.card:hover .thumbnail img, .hentry.project2:hover .thumbnail img {
  transform: scale(1.1);
}
.hentry.card:hover .svg-icon, .hentry.project2:hover .svg-icon {
  transform: translateX(20px);
}
.hentry.card:hover a, .hentry.project2:hover a {
  text-decoration: none;
}

.hentry.project-featured {
  padding: 2em 2em 5em 2em;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-top: 1em solid #78B843;
}
@media screen and (max-width: 1200px) {
  .hentry.project-featured {
    padding-bottom: 4em;
  }
}
.hentry.project-featured .layout {
  display: grid;
  grid-template-columns: auto 4em 260px;
  grid-template-areas: "meta . image" "title . image" "content content content";
}
.hentry.project-featured a {
  color: inherit;
  font-weight: 600;
  line-height: 1.4;
}
.hentry.project-featured .thumbnail {
  position: relative;
  grid-area: image;
}
.hentry.project-featured .thumbnail img {
  position: absolute;
  width: 260px;
  top: -6em;
  left: 0;
}
.hentry.project-featured .meta {
  grid-area: meta;
  margin: 0 0 2em 0;
  font-family: Poppins, sans-serif;
}
.hentry.project-featured .meta .country a {
  font-weight: 200;
}
.hentry.project-featured .title {
  grid-area: title;
  margin: 0 0 1em;
  min-height: 4.5em;
  font-size: 1.6rem;
}
.hentry.project-featured .title .svg-icon {
  display: inline-block;
  margin: 0 0 0 0.4em;
  width: 1.8em;
  height: 0.8em;
  stroke: currentColor;
  stroke-width: 6;
  transition: all 0.3s ease-in-out;
}
.hentry.project-featured .title:hover .svg-icon {
  transform: translateX(20%);
}
.hentry.project-featured .title:hover a {
  text-decoration: none;
}
.hentry.project-featured .content {
  grid-area: content;
  margin: 0 0 0;
}
@media screen and (max-width: 900px) {
  .hentry.project-featured .layout {
    grid-template-columns: auto 4em 200px;
  }
  .hentry.project-featured .thumbnail img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .hentry.project-featured .layout {
    grid-template-columns: auto 3em 100px;
    grid-template-areas: "meta . image" "title title title" "content content content";
  }
  .hentry.project-featured .title {
    min-height: 1em;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .hentry.project-featured .meta {
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .hentry.project-featured .thumbnail img {
    top: -4em;
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .hentry.project-featured {
    padding: 2em 1em;
  }
  .hentry.project-featured .layout {
    grid-template-columns: auto 2em 80px;
  }
  .hentry.project-featured .thumbnail img {
    width: 80px;
  }
  .hentry.project-featured .meta {
    margin-bottom: 1em;
  }
}

.hentry.card {
  position: relative;
  padding: 1.5em 1.5em 3em;
  margin-top: 130px;
  margin-bottom: 2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-top: 15px solid #F8971D;
  box-sizing: border-box;
}
.hentry.card a {
  color: inherit;
}
.hentry.card .thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-top: -130px;
  margin-bottom: 2em;
  background-position: center;
  min-height: 240px;
  background-size: contain;
}
.hentry.card .thumbnail .date {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  padding: 10px;
  width: 100%;
  z-index: 2;
  background: #FFDE30;
  box-sizing: border-box;
}
.hentry.card .thumbnail img {
  position: relative;
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
}
.hentry.card .meta {
  margin: 0 0 1em;
  font-size: 1em;
  font-family: Poppins, sans-serif;
}
.hentry.card .meta a {
  font-weight: 600;
}
.hentry.card .title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
.hentry.card .title .svg-icon {
  display: inline-block;
  margin: 0 0 0 0.4em;
  width: 1.8em;
  height: 0.8em;
  stroke: currentColor;
  stroke-width: 6;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-height: 900px) {
  .hentry.card {
    padding-bottom: 1.5em;
    border-top-width: 10px;
  }
  .hentry.card .thumbnail {
    min-height: 180px;
  }
  .hentry.card .thumbnail img {
    height: 180px;
  }
  .hentry.card .title {
    line-height: 1.3;
  }
}

.hentry.project2 {
  box-sizing: border-box;
  margin: 0 0 3em;
  padding: 5px 0 0 160px;
  min-height: 150px;
  border-top: 8px solid #FFDE30;
  z-index: 1;
  line-height: 1.2;
}
.hentry.project2 .thumbnail {
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 150px;
  height: auto;
  background: #FFDE30;
  overflow: hidden;
}
.hentry.project2 .thumbnail img {
  transition: transform 0.5s ease;
}
.hentry.project2 a {
  color: inherit;
}
.hentry.project2 .country {
  font-size: 0.9em;
  font-family: Poppins, sans-serif;
}
.hentry.project2 .country a {
  font-weight: 600;
}
.hentry.project2 .archived {
  font-size: 0.9em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.hentry.project2 .title {
  margin: 0.5em 0 0 0;
  font-size: 1.1rem;
  line-height: 1.5;
}
.hentry.project2 .title .svg-icon {
  display: inline-block;
  margin: 0 0 0 0.4em;
  width: 1.8em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 6;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .hentry.project2 .title {
    font-size: 0.9rem;
  }
}

.hentry.team {
  position: relative;
}
.hentry.team a {
  color: inherit;
}
.hentry.team .thumbnail {
  display: block;
  margin: 0 0 0.5em;
  position: relative;
  padding: 0 0 100%;
}
.hentry.team .thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hentry.team .name {
  position: relative;
  margin: 0 0 0.3em;
  font-size: 1.5rem;
}

.hentry.search .title {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.hentry.search .url {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}
.hentry.search p {
  margin-bottom: 0.25em;
}
.hentry.search p:last-child {
  margin-bottom: 0;
}

.hentry.empty {
  margin: 0;
  padding: 0;
}

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
}
.posts-nav.max-page-1 {
  display: none;
}
.posts-nav.no-ajax {
  visibility: visible;
}
.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}
.posts-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
}
.posts-nav ul li a:hover {
  color: white;
  background: #ccc;
}
.posts-nav ul li.active_page {
  color: white;
  background: #2BC4F4;
}
.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}
.posts-nav.ajax-pager {
  text-align: center;
  /*.button {
      font-style: italic;
      background: white;
      border: 1px solid #b7b6bf;
      color: $color-text;
      font-weight: 600;
      border-radius: 10px;
      padding: 20px 30px;
      font-size: 0.77em;
      text-decoration: none;
      &.done {
          color: #b7b6bf;
          cursor: default;
      }
  }
  */
}

/* @end */
#overlay-mask {
  display: block;
  position: fixed;
  z-index: 199999;
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
}
#overlay-mask:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  animation: loading 1s steps(19) infinite;
}
#overlay-mask:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.8);
  transition: height 0.5s ease-in-out;
}
body.overlay-loading #overlay-mask, body.overlay-init #overlay-mask {
  top: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
body.overlay-loading #overlay-mask:before {
  display: block;
}
body.overlay-on #overlay-mask:before {
  display: none;
}
body.overlay-on #overlay-mask:after {
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 200000;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 50px 0 0;
  text-align: center;
  color: white;
}
body.overlay-init #overlay {
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translate(0, -100%);
}
body.overlay-on #overlay {
  transform: translate(0, 0%);
}
#overlay .content {
  position: relative;
  top: 50px;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#overlay .content iframe {
  display: block;
  width: 100%;
  height: 630px;
  margin: 0 auto;
}
#overlay .close {
  position: absolute;
  z-index: 200001;
  top: 25px;
  right: 25px;
  cursor: pointer;
  text-align: right;
  color: #4F4E56;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#overlay .close span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  #overlay .content iframe {
    height: 550px;
  }
}
@media screen and (max-width: 850px) {
  #overlay {
    padding-top: 150px;
  }
  #overlay .logo .svg-icon {
    width: 125px;
    height: 144px;
  }
}
@media screen and (max-width: 800px) {
  #overlay .content iframe {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #overlay {
    padding-top: 105px;
  }
  #overlay .content iframe {
    height: 470px;
  }
}
@media screen and (max-width: 600px) {
  #overlay .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #overlay .content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  #overlay .content {
    padding-left: 0;
    padding-right: 0;
  }
  #overlay .content iframe {
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  #overlay .content iframe {
    height: 300px;
  }
}

.section.subscribe {
  position: relative;
  z-index: 11;
  box-sizing: border-box;
  background: #78B843;
  transform: translate(0, 100%);
  padding: 1em 2em;
  display: block;
  line-height: 1;
  text-align: center;
}
.section.subscribe > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.subscribe h3,
.section.subscribe input[type=email],
.section.subscribe button {
  display: inline-block;
  vertical-align: middle;
}
.section.subscribe h3 {
  margin: 0 1em;
  color: #373738;
  font-size: 1.5em;
}
.section.subscribe input[type=email] {
  margin: 0 1em;
  font-size: 16px;
  border-radius: 4px;
}
.section.subscribe button {
  margin: 0 1em;
  border: 3px solid white;
  color: #373738;
}
.section.subscribe .signup {
  display: block;
  position: relative;
}
body.has-notice .section.subscribe {
  display: none;
}
@media screen and (min-height: 800px) {
  .section.subscribe.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    visibility: visible;
  }
  .section.subscribe.on {
    transform: translate(0, 0%);
  }
  .section.subscribe.done {
    position: relative;
    bottom: auto;
    left: auto !important;
    transform: translate(0, 0);
    transition: none;
  }
}
@media screen and (max-height: 799px) {
  .section.subscribe {
    visibility: visible;
    transform: none;
    width: 100%;
  }
  .section.subscribe.cloned {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .section.subscribe h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 870px) {
  .section.subscribe {
    padding: 1.5em;
  }
  .section.subscribe h3 {
    display: block;
    text-align: center;
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 600px) {
  .section.subscribe {
    padding: 1em;
  }
  .section.subscribe input[type=email] {
    display: block;
    width: 100%;
    margin: 0.5em 0;
  }
  .section.subscribe h3 {
    margin: 0 0 1em;
    font-size: 1.2rem;
  }
}

.section.subscribe.cloned {
  visibility: hidden;
  z-index: -1;
}

.section.subscribe.done + .section.subscribe.cloned {
  display: none;
}

#share-tab {
  color: white;
  line-height: 1;
  font-family: Poppins, sans-serif;
}
#share-tab > a.toggle {
  padding: 0;
  color: inherit;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
}
#share-tab ul, #share-tab li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #share-tab {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 250px;
  }
  #share-tab > a.toggle {
    display: inline-block;
    transform-origin: 100% 100%;
    transform: rotate(-90deg);
    line-height: 44px;
    height: 44px;
    width: 80px;
    text-align: center;
    background: #78B843;
  }
  #share-tab > a.toggle:hover {
    background-color: #53802f;
  }
  #share-tab ul {
    position: absolute;
    right: 0;
    top: 160px;
    width: 44px;
    padding: 5px 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin: -30px 0 0 0;
    max-height: 0px;
    overflow: hidden;
    background: #78B843;
    text-align: center;
    border-radius: 0;
  }
  #share-tab ul:before {
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -6px;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid #78B843;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
  }
  #share-tab ul > li > a {
    display: block;
    padding: 0.8em 0;
    color: inherit;
    font-size: 16px;
  }
  #share-tab ul > li > a:hover {
    background-color: #53802f;
  }
  body.share-on #share-tab ul {
    z-index: 1;
    opacity: 1;
    margin-top: 0;
    max-height: 500px;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  #share-tab {
    position: relative;
    margin: 1em 0 0;
    padding: 1em 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ccc;
    border-top: 2px solid currentColor;
  }
  #share-tab > a.toggle {
    margin: 0 1em 0 0;
    cursor: default;
    font-size: 0.8em;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
  }
  #share-tab ul {
    display: flex;
  }
  #share-tab ul li {
    margin: 0 0.5em;
  }
  #share-tab ul li a {
    color: currentColor;
  }
  #share-tab ul li a:hover {
    color: #53802f;
  }
}

.theme-block {
  position: relative;
  margin: 8rem auto;
}
@media screen and (max-width: 767px) {
  .theme-block {
    margin: 4rem auto;
  }
}
.theme-block.has-red-background-color {
  background-color: red;
}
.theme-block.has-orange-background-color {
  background-color: #F8971D;
}
.theme-block.has-blue-background-color {
  background-color: #2BC4F4;
}
.theme-block.has-green-background-color {
  background-color: #78B843;
}
.theme-block.has-dark-blue-background-color {
  background-color: blue;
}
.theme-block.has-black-background-color {
  background-color: black;
}
.theme-block.has-gray-background-color {
  background-color: #ccc;
}
.theme-block.has-white-background-color {
  background-color: white;
}
.theme-block.has-yellow-background-color {
  background-color: #FFDE30;
}
.theme-block.has-purple-background-color {
  background-color: #3C2054;
}
.theme-block.has-teal-background-color {
  background-color: teal;
}
.theme-block.has-tan-background-color {
  background-color: #E2E0C7;
}
.theme-block.has-light-tan-background-color {
  background-color: #faf9f3;
}
.theme-block.has-light-green-background-color {
  background-color: #DFF1DF;
}

.theme-block.full-width {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.theme-block.full-width.no-wrap {
  left: auto;
  width: auto;
  margin-left: 0;
}

.intro {
  font-size: 1.2em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.intro:after {
  content: " ";
  display: block;
  margin: 1.75em 0 2em;
  background: #FFDE30;
  width: 135px;
  height: 6px;
}

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6;
}

.expandable {
  cursor: pointer;
  position: relative;
}
.expandable:hover {
  color: #2BC4F4;
}
.expandable:before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f0da";
  transition: all 0.2s ease-in-out;
}
.expandable.opened:before {
  transform: rotate(90deg);
}
body.wp-admin .expandable {
  cursor: text;
}
body.single-project .expandable {
  position: relative;
  left: 50%;
  width: 767px;
  margin-left: -383.5px;
  padding: 0.75em 0;
  background: #f4f4f4;
  font-size: 1.2rem;
}
body.single-project .expandable:before {
  display: none;
}
body.single-project .expandable > .inner {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 700px;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
body.single-project .expandable > .inner:before {
  position: absolute;
  top: 1px;
  right: 0;
  display: inline-block;
  margin: 0 0.5em 0 0;
  line-height: 1;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f105";
  transition: all 0.2s ease-in-out;
}
body.single-project .expandable.opened > .inner:before {
  transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  body.single-project .expandable {
    width: 100vw;
    margin-left: -50vw;
  }
}
@media screen and (max-width: 767px) {
  body.single-project .expandable > .inner {
    margin: 0 4.6875%;
  }
}

h4.expandable {
  color: gray;
  margin-bottom: 1em;
  font-weight: 600;
}

.expand-content {
  display: none;
  margin: 0 0 1.5em 0;
}

.expandable-h3 {
  font-size: 1.7em;
  font-weight: 600;
}

.expandable-box {
  margin: 0 auto 2em 0;
  padding: 0 0 1.5em 0;
}
.expandable-box > .content {
  position: relative;
  max-height: 6em;
  overflow: hidden;
  transition: max-height, 0.2s linear;
}
.expandable-box > .content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
}
.expandable-box > .more {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  text-align: right;
  font-size: 17px;
  font-family: Poppins, sans-serif;
  color: #78B843;
  text-transform: uppercase;
}
.expandable-box > .more:after {
  margin-left: 0.5em;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f107";
}
.expandable-box.on > .content {
  max-height: 1000px;
}
.expandable-box.on > .content:after {
  display: none;
}
.expandable-box.on > .more:after {
  content: "\f106";
}

@media screen and (min-width: 767px) {
  .query-posts.three-across {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .query-posts.three-across > .hentry {
    width: 30%;
  }
  .query-posts.three-across > .hentry.featured {
    width: 60%;
  }
  .max-posts-3 .query-posts.three-across > .hentry {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .query-posts.three-across > .hentry {
    width: 45%;
  }
}

.inline-search {
  text-align: center;
}
.inline-search input[type=text] {
  padding: 0.8em 0.5em;
}
.inline-search button {
  padding: 0.5em;
}

#map-embed {
  position: relative;
  z-index: 1;
  left: 50%;
  width: 100vw;
  height: 50vh;
  margin: 0 0 2em -50vw;
  min-height: 400px;
  background: #ccc;
  display: none;
}
body.map-on #map-embed {
  display: block;
}
#map-embed .gm-style {
  font-family: Poppins, sans-serif;
}

#featured-projects-wrap > .theme-block {
  margin-top: 10em;
  margin-bottom: 0em;
  z-index: 1;
}

#interrupt-content {
  position: relative;
  width: 100%;
  margin: 0 0 2em;
  padding: 4em 0;
  min-height: 0;
}

.project-marker {
  position: absolute;
  font-size: 16px;
  transition: background 0.2s linear;
}
.project-marker .marker {
  display: block;
  background: #4F4E56;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.project-marker .infowindow {
  display: none;
  cursor: default;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  margin: 0 0 0.5em 0.5em;
  min-width: 100px;
  width: 300px;
  padding: 1em;
  white-space: normal;
  background: white;
  font-size: 1rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.project-marker .infowindow a {
  color: inherit;
}
.project-marker .infowindow .title {
  margin: 0.3em 0 0;
  font-size: 1em;
  color: #4F4E56;
}
.project-marker .infowindow .thumbnail,
.project-marker .infowindow .svg-icon {
  display: none;
}
.project-marker.on .marker {
  background-color: #78B843;
}
.project-marker.on .infowindow {
  display: block;
}

.country-marker {
  position: absolute;
  cursor: pointer;
  padding: 4px;
  min-width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  border: 2px solid #78B843;
  color: #78B843;
  background: #f3f3f3;
}
.country-marker .count {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.country-marker .name {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  padding: 10px 0 0 0;
  margin: 0px 0 0 -50px;
  color: #888;
  letter-spacing: 0.05em;
  font-size: 1em;
  visibility: hidden;
}
.country-marker:hover {
  background-color: #ddd;
}
.country-marker .projectsList {
  display: none;
  position: absolute;
  bottom: 100%;
  margin: 0 0 1.5em;
  padding: 0.5em;
  left: 50%;
  width: 20em;
  max-width: 300px;
  transform: translate(-50%, 0);
  background: #E2E0C7;
  text-align: left;
  line-height: 1;
}
.country-marker .projectsList:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -10px;
  border: 10px solid #E2E0C7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0;
}
.country-marker .projectsList a {
  display: block;
  padding: 0.5em;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  color: #4F4E56;
}
.country-marker .projectsList a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.country-marker .projectsList a svg {
  display: inline-block;
  margin: 0 0 0 0.5em;
  width: 2em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 4;
}
.country-marker.on {
  color: white;
  background-color: teal;
}
.country-marker.on .name {
  visibility: visible;
}
.country-marker.on .projectsList {
  display: block;
}

.project-filters {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 3em 0 0 -50vw;
  padding: 1.5em 0;
  background: #E2E0C7;
  font-family: Poppins, sans-serif;
}
.project-filters > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-filters .toggle {
  display: none;
  vertical-align: middle;
  font-weight: 600;
}
.project-filters .toggle .icon {
  display: inline-block;
  margin: 0 0 0 8px;
  transition: transform 0.2s linear;
}
body.filters-on .project-filters .toggle .icon {
  transform: rotate(180deg);
}
.project-filters .filters {
  flex-grow: 1;
  margin-left: 4em;
  display: flex;
  align-items: center;
}
.project-filters .filters > .filter {
  margin: 0 30px 0 0;
}
.project-filters .filters > .filter:hover {
  color: #78B843;
}
@media screen and (max-width: 767px) {
  .project-filters .filters > .filter:hover {
    color: #4F4E56;
  }
}
.project-filters .filter.input-checkbox > label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px 25px 5px 0;
}
.project-filters .filter.input-checkbox > label input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  visibility: hidden;
}
.project-filters .filter.input-checkbox > label:after {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  margin: -10px 0 0 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f00d";
  opacity: 0;
}
.project-filters .filter.input-checkbox.on {
  font-weight: 500;
}
.project-filters .filter.input-checkbox.on > label:after {
  opacity: 1;
}
.project-filters .reset {
  margin: 0 10% 0 auto;
}
.project-filters button[type=reset] {
  display: none;
  background: none;
  padding: 0;
  font-size: 1em;
  color: #4F4E56;
}
.project-filters.has-filter button[type=reset] {
  display: inline-block;
}
.project-filters .input.select strong {
  background: none;
  color: inherit;
  min-width: 25px;
  padding: 5px 5px 5px 0px;
}
.project-filters .input.select strong .text {
  min-width: 25px;
}
.project-filters .input.select strong .icon {
  position: relative;
  top: auto;
  right: auto;
  margin: 0 0 0 5px;
  width: 1em;
}
.project-filters .input.select > .select {
  /*
  position: relative;
  top: auto;
  left: auto;
  */
  left: -5px;
  display: none;
  background: #78B843;
  width: auto;
  text-transform: none;
  font-weight: 500;
  padding: 10px 1em;
}
.project-filters .input.select > .select .option {
  background: #78B843;
  color: white;
  white-space: nowrap;
  padding: 5px;
  line-height: 1.3;
}
.project-filters .input.select > .select .option:hover {
  color: white;
}
.project-filters .input.select > .select .option.selected {
  font-weight: bold;
  color: white;
}
.project-filters .input.select.taxonomy-country > .select, .project-filters .input.select.taxonomy-category > .select, .project-filters .input.select.taxonomy-post_tag > .select {
  -moz-column-count: 4;
       column-count: 4;
  /*
  @media screen and (max-height:650px) {
      font-size: 0.9em;
  }
  @media screen and (max-width:1200px) {
      width: 500px;
      column-count: 3;
      //.option {
          //width: 31%;
      //}
  }
  @media screen and (max-width:940px) {
      width: 370px;
      column-count: 2;
      .option {
          width: 30%;
      }
  }
  */
}
@media screen and (min-width: 1001px) {
  .project-filters .input.select.taxonomy-country > .select, .project-filters .input.select.taxonomy-category > .select, .project-filters .input.select.taxonomy-post_tag > .select {
    width: 600px;
    max-width: 75vw;
    max-height: none;
  }
}
.project-filters .input.select.taxonomy-country > .select .option, .project-filters .input.select.taxonomy-category > .select .option, .project-filters .input.select.taxonomy-post_tag > .select .option {
  display: block;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  white-space: normal;
  vertical-align: top;
  line-height: 1;
  font-size: 0.9em;
}
.project-filters .input.select.taxonomy-country.on > .select, .project-filters .input.select.taxonomy-category.on > .select, .project-filters .input.select.taxonomy-post_tag.on > .select {
  display: block !important;
}
.project-filters .input.select.selected {
  font-weight: 500;
}
.project-filters .input.select.selected strong .icon {
  transform: none;
}
.project-filters .input.select.selected strong .icon:before {
  content: "\f00d";
}
.project-filters .input.select.selected > select {
  width: calc(100% - 30px);
}
.project-filters .input.select.on > .select {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .project-filters .input.select {
    position: static;
  }
  .project-filters .input.select > .select {
    left: 0;
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .project-filters {
    font-size: 0.7rem;
  }
  .project-filters .filters > .filter {
    margin-right: 5px;
  }
  .project-filters .input.select strong {
    padding: 5px 15px 5px 0px;
  }
}
@media screen and (max-width: 767px) {
  .project-filters {
    padding: 15px 0;
  }
  .project-filters .wrap {
    align-items: center;
  }
  .project-filters .toggle.filter {
    display: block;
  }
  .project-filters.has-filter .toggle.filter {
    font-weight: bold;
  }
  .project-filters .filters {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0px;
    width: 100%;
    padding: 0 4.65% 0px;
    box-sizing: border-box;
    background: #78B843;
    max-height: 0vh;
    transition: all 0.2s linear;
    overflow: hidden;
    display: block;
    z-index: 2;
  }
  body.filters-on .project-filters .filters {
    max-height: 100vh;
    padding-bottom: 40px;
  }
  .project-filters .filters > .filter {
    display: block;
  }
  .project-filters .filters > .filter > label {
    display: inline-block;
  }
}

#map-toggle {
  order: -1;
  display: block;
  margin: 0;
  width: 150px;
  text-align: right;
}
body.map-ready #map-toggle {
  display: block;
}
#map-toggle .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
  font-weight: 700;
}
#map-toggle .control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 20px;
  border-radius: 50px;
  background: #4F4E56;
}
#map-toggle .control .x {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  /*
  &:before,
  &:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 14px;
      left: 5px;
      height: 2px;
      width: 20px;
      background: #000;
      opacity: 0;
      @include transition(opacity 0.2s $nav-ease);
  }
  &:before {
      @include transform(rotate(45deg));
  }
  &:after {
      @include transform(rotate(-45deg));
  }

  body.map-on & {
      left: 17px;
      @include transform(rotate(90deg));

      &:before,
      &:after {
          opacity: 1;
      }

  }
  */
}
body.map-off #map-toggle .control {
  background-color: #ccc;
}
body.map-off #map-toggle .control .x {
  left: -2px;
}
body.map-on #map-toggle .control {
  background-color: #F8971D;
}
body.map-on #map-toggle .control .x {
  left: 22px;
}

#projects-list {
  padding: 4em 0 0;
}
#projects-list:before {
  content: " ";
  display: block;
  background: url(./images/icon-pattern-2022.webp) no-repeat;
  background-size: auto 900px;
  position: absolute;
  right: 0;
  top: 42%;
  width: 400px;
  height: 630px;
}
#projects-list:after {
  content: url(https://ifdc.dream.press/wp-content/uploads/2020/03/Solutions.png);
  position: absolute;
  right: 0;
  top: 30%;
  height: 1000px;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  #projects-list:before, #projects-list:after {
    display: none;
  }
}
#projects-list .message {
  display: block;
  width: 100%;
  margin: 0 auto 6em;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #projects-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #projects-list > .hentry {
    width: 40%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

body.page-template-page-annual-report #wrap {
  padding-top: 57px;
}
@media screen and (max-width: 1000px) {
  body.page-template-page-annual-report #wrap {
    padding-top: 55px;
  }
}
body.page-template-page-annual-report #header {
  display: none;
}
body.page-template-page-annual-report #header.annual-report {
  display: flex;
}
body.page-template-page-annual-report #header.annual-report .wrap.layout {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
body.page-template-page-annual-report #header.annual-report .wrap.layout h4 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
@media screen and (max-width: 1200px) {
  body.page-template-page-annual-report #header.annual-report .wrap.layout h4 {
    justify-content: flex-end;
    font-size: 1.2em;
  }
}

.posts-filter {
  position: relative;
  margin: 3em 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "filters action" "message message ";
}
.posts-filter .filters {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-area: filters;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 767px) {
  .posts-filter .filters {
    flex-direction: column;
  }
}
.posts-filter .filters > .filter {
  margin-left: 1em;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .posts-filter .filters > .filter {
    margin: 0 0 1em;
  }
}
.posts-filter .filters > .filter:first-child {
  margin-left: 0;
}
.posts-filter .filters > .filter .select.input {
  border: currentColor 3px solid;
}
.posts-filter .filters > .filter .select.input strong {
  padding: 4px 30px 4px 10px;
  color: inherit;
  line-height: 1.8;
}
.posts-filter .filters > .filter .select.input .select {
  color: inherit;
  border: 3px solid currentColor;
}
.posts-filter .filters > .filter .select.input .select .option {
  background: inherit;
  color: inherit;
}
.posts-filter .filters > .filter .select.input .select .option:hover {
  background: #F8971D;
}
.posts-filter .filters > .filter .select.input.selected {
  position: relative;
  z-index: 100;
  background: #F8971D;
}
.posts-filter .filters > .filter.taxonomy-country > .select.input > .select {
  width: 600px;
  max-width: 75vw;
  -moz-column-count: 4;
       column-count: 4;
  line-height: 1.1;
}
.posts-filter .filters > .filter.taxonomy-country > .select.input > .select .option {
  display: block;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .posts-filter .filters > .filter.taxonomy-country > .select.input > .select {
    width: 500px;
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 1024px) {
  .posts-filter .filters > .filter.taxonomy-country > .select.input > .select {
    width: 300px;
    -moz-column-count: 2;
         column-count: 2;
  }
}
.posts-filter .filters > .filter.taxonomy-program {
  order: -1;
  margin-left: 0;
  margin-right: 1em;
}
.posts-filter .filters > .filter.query {
  order: 99;
  flex-grow: 1;
}
.posts-filter .filters > .filter.query input[type=text] {
  display: block;
  width: 100%;
  padding: 0em 1.2em;
  line-height: 41px;
  height: 41px;
  font-size: inherit;
  background: transparent;
  border: 2px solid white;
  border-radius: 0;
  color: white;
  font-family: Poppins, sans-serif;
}
.posts-filter .filters > .filter.query input[type=text]::-moz-placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.posts-filter .filters > .filter.query input[type=text]::placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.posts-filter .message {
  grid-area: message;
  font-size: 0.8em;
  font-style: italic;
  margin: 1em 0 0;
}
.posts-filter .submit button:hover {
  border: none;
}
.posts-filter .action {
  flex-grow: 1;
  text-align: right;
}
.posts-filter button {
  display: inline-block;
  padding: 0 2em;
  line-height: 41px;
  border: 0;
  margin: 0;
  background: white;
  border: 3px solid #78B843;
  color: #4F4E56;
}
.posts-filter button .svg-icon {
  display: inline-block;
  margin: 0 0 0 0.4em;
  width: 1.8em;
  height: 0.8em;
  stroke: currentColor;
  stroke-width: 6;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.slick-slider .slick-slide {
  display: block;
  white-space: normal;
}

.slick-arrow {
  --arrow-size: 40px;
  margin: 0;
  cursor: pointer;
  font-size: 50px;
  color: #F8971D;
  width: var(--arrow-size);
  height: var(--arrow-size);
  line-height: var(--arrow-size);
  transition: background-color 0.2s linear, transform 0.2s linear, margin 0.2s linear;
  text-align: center;
}
.slick-arrow .icon {
  transition: all 0.2s linear;
}
.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.5;
}

.slick-dots {
  display: block;
  margin: 1em 0.5em 0 0.5em;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  background: rgba(204, 204, 204, 0.8);
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}
.slick-dots li.slick-active button {
  background: #F8971D;
}

.wp-block-theme-blocks-content-image {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
  /*
  &.has-padding-top {
      padding-top: $block-margin * 0.7;
  }
  &.has-padding-bottom {
      padding-bottom: $block-margin * 0.7;
  }
  */
}
.wp-block-theme-blocks-content-image.has-margin-top {
  margin-top: 8rem;
}
.wp-block-theme-blocks-content-image.has-margin-bottom {
  margin-bottom: 8rem;
}
.wp-block-theme-blocks-content-image.has-background {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.wp-block-theme-blocks-content-image.has-background.has-rip-top {
  padding-top: 12rem;
}
.wp-block-theme-blocks-content-image.has-background.has-rip-top:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(images/white-rip-top.png) repeat-x 50% 0%;
  background-size: auto 100%;
}
.wp-block-theme-blocks-content-image.has-background.has-rip-bottom {
  padding-bottom: 8rem;
}
.wp-block-theme-blocks-content-image.has-background.has-rip-bottom:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(images/white-rip.png) repeat-x 50% 0%;
  background-size: auto 100%;
}
.wp-block-theme-blocks-content-image .wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-content-image .wrap {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 300px 80px auto;
    grid-template-areas: "image . content";
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-theme-blocks-content-image .wrap {
    grid-template-columns: 300px 140px auto;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-content-image .wrap {
    grid-template-columns: 200px 80px auto;
  }
}
.wp-block-theme-blocks-content-image .block-image {
  position: relative;
  grid-area: image;
  -ms-grid-column: 1;
}
.wp-block-theme-blocks-content-image .block-image .img {
  position: relative;
}
.wp-block-theme-blocks-content-image .block-image .img.has-red-color {
  color: red;
}
.wp-block-theme-blocks-content-image .block-image .img.has-orange-color {
  color: #F8971D;
}
.wp-block-theme-blocks-content-image .block-image .img.has-blue-color {
  color: #2BC4F4;
}
.wp-block-theme-blocks-content-image .block-image .img.has-green-color {
  color: #78B843;
}
.wp-block-theme-blocks-content-image .block-image .img.has-dark-blue-color {
  color: blue;
}
.wp-block-theme-blocks-content-image .block-image .img.has-black-color {
  color: black;
}
.wp-block-theme-blocks-content-image .block-image .img.has-gray-color {
  color: #ccc;
}
.wp-block-theme-blocks-content-image .block-image .img.has-white-color {
  color: white;
}
.wp-block-theme-blocks-content-image .block-image .img.has-yellow-color {
  color: #FFDE30;
}
.wp-block-theme-blocks-content-image .block-image .img.has-purple-color {
  color: #3C2054;
}
.wp-block-theme-blocks-content-image .block-image .img.has-teal-color {
  color: teal;
}
.wp-block-theme-blocks-content-image .block-image .img.has-tan-color {
  color: #E2E0C7;
}
.wp-block-theme-blocks-content-image .block-image .img.has-light-tan-color {
  color: #faf9f3;
}
.wp-block-theme-blocks-content-image .block-image .img.has-light-green-color {
  color: #DFF1DF;
}
.wp-block-theme-blocks-content-image .block-image img {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) and (min-width: 767px) {
  .wp-block-theme-blocks-content-image .block-image .img.has-outline.has-circles-outline:before {
    margin-top: 8em;
    margin-left: -6em;
  }
  .wp-block-theme-blocks-content-image .block-image .img.has-outline.has-virginia-outline:before {
    margin-right: -4em;
    margin-top: 6em;
  }
  .wp-block-theme-blocks-content-image .block-image .img.has-outline.has-connect-outline:before {
    margin-top: 8em;
    margin-left: -4em;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-content-image .block-image .img {
    transform: none !important;
  }
}
.wp-block-theme-blocks-content-image .block-content {
  position: relative;
  z-index: 1;
  grid-area: content;
  -ms-grid-column: 3;
  align-self: center;
}
.wp-block-theme-blocks-content-image h2 {
  font-size: 2.7rem;
  font-weight: 600;
}
.wp-block-theme-blocks-content-image .wp-block-button {
  margin-top: 3.3em;
}
.wp-block-theme-blocks-content-image.content-left .block-image .img .shadow {
  right: 0;
  left: auto;
  box-shadow: 2em 2em 0px currentColor;
}
.wp-block-theme-blocks-content-image.content-left .block-image .img.has-outline:before {
  margin-left: 2em;
  background-position: 100% 50%;
}
.wp-block-theme-blocks-content-image.content-left .wrap {
  grid-template-columns: auto 40px 300px;
  grid-template-areas: "content . image";
}
@media screen and (min-width: 1200px) {
  .wp-block-theme-blocks-content-image.content-left .wrap {
    grid-template-columns: auto 140px 300px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-content-image.content-left .wrap {
    grid-template-columns: auto 40px 200px;
  }
}
.wp-block-theme-blocks-content-image.content-left .block-content {
  -ms-grid-column: 1;
}
.wp-block-theme-blocks-content-image.content-left .block-image {
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-content-image .block-image {
    margin: 0 auto 0.75em;
  }
  .wp-block-theme-blocks-content-image .block-image .img {
    display: inline-block;
  }
  .wp-block-theme-blocks-content-image .block-content h2 {
    font-size: 2rem;
  }
  .wp-block-theme-blocks-content-image.has-margin-top {
    margin-top: 4rem;
  }
  .wp-block-theme-blocks-content-image.has-margin-bottom {
    margin-bottom: 4rem;
  }
  .wp-block-theme-blocks-content-image.has-padding-top {
    padding-top: 2.4rem;
  }
  .wp-block-theme-blocks-content-image.has-padding-bottom {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-content-image .block-image .img {
    display: block;
  }
  .wp-block-theme-blocks-content-image img {
    width: 100%;
  }
}

.wp-block-theme-blocks-featured-projects .block-title {
  text-align: center;
  margin: 0 0 2em;
}
.wp-block-theme-blocks-featured-projects .query-posts {
  margin-bottom: 0;
}
.wp-block-theme-blocks-featured-projects .query-posts .hentry {
  float: left;
  width: 100%;
}
.wp-block-theme-blocks-featured-projects .query-posts:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-featured-projects .block-title {
    font-size: 1.2em;
  }
}

.theme-block.wp-block-theme-blocks-featured-projects {
  padding: 0 0 1em 0;
}
.theme-block.wp-block-theme-blocks-featured-projects .slides {
  position: relative;
  visibility: hidden;
  margin: 4em 0 0;
}
.theme-block.wp-block-theme-blocks-featured-projects .slides.slick-initialized, .theme-block.wp-block-theme-blocks-featured-projects .slides.no-slick {
  visibility: visible;
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-list {
  overflow: visible;
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-track {
  display: flex;
  position: relative;
  left: -5vw;
}
@media screen and (max-width: 1200px) {
  .theme-block.wp-block-theme-blocks-featured-projects .slick-track {
    align-items: flex-start;
  }
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-slide {
  float: none;
  width: 100%;
  margin: 0 4em 0 0;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-featured-projects .slick-slide {
    margin-right: 3em;
  }
}
@media screen and (max-width: 500px) {
  .theme-block.wp-block-theme-blocks-featured-projects .slick-slide {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .theme-block.wp-block-theme-blocks-featured-projects .slick-track {
    left: 0;
  }
}
.theme-block.wp-block-theme-blocks-featured-projects .wrap {
  position: relative;
}
.theme-block.wp-block-theme-blocks-featured-projects .wrap > .svg-icon {
  position: absolute;
  bottom: 0;
  stroke: currentColor;
  stroke-width: 6;
  height: 2em;
  width: 4em;
}
.theme-block.wp-block-theme-blocks-featured-projects .wrap > .svg-icon:hover {
  cursor: pointer;
}
.theme-block.wp-block-theme-blocks-featured-projects .wrap > .svg-icon.icon-arrow-right.rotate {
  left: 0;
  transform: rotate(180deg);
  right: unset;
}
.theme-block.wp-block-theme-blocks-featured-projects .wrap > .svg-icon.icon-arrow-right {
  right: 0;
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 2em 0 0;
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-dots li {
  list-style: none;
  margin: 0 0.5em;
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-dots li button {
  width: 1em;
  height: 1em;
  background: #ccc;
  color: #ccc;
  padding: 0;
  border-radius: 100%;
}
.theme-block.wp-block-theme-blocks-featured-projects .slick-dots li.slick-active button {
  background: #78B843;
  color: #78B843;
}
body.front-page .theme-block.wp-block-theme-blocks-featured-projects:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -7em;
  height: 60%;
  width: 300px;
  background: url(images/icon-pattern-2022.webp) no-repeat 50% 0%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  body.front-page .theme-block.wp-block-theme-blocks-featured-projects:before {
    display: none;
  }
}

.theme-block.related {
  margin: 4em auto 0;
}
.theme-block.related .section-title {
  text-align: center;
  font-size: 1.55em;
}
.theme-block.related .query-posts {
  justify-content: center;
  margin-left: -2em;
  margin-right: -2em;
}
.theme-block.related .query-posts > .hentry {
  margin-left: 2em;
  margin-right: 2em;
  width: calc(30% - 2em);
}
@media screen and (max-width: 1200px) {
  .theme-block.related .query-posts > .hentry {
    margin-left: 1em;
    margin-right: 1em;
    width: calc(30% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .theme-block.related .query-posts {
    margin-bottom: -7em;
    margin-left: 0;
    margin-right: 0;
  }
  .theme-block.related .query-posts > .hentry {
    width: 100%;
    margin-bottom: 10em;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-theme-blocks-team-members .block-title {
  margin: 0 0 1em;
}
.wp-block-theme-blocks-team-members .query-posts {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-team-members .query-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.wp-block-theme-blocks-team-members .query-posts .hentry {
  flex-basis: 23%;
  margin-bottom: 2em;
}
.wp-block-theme-blocks-team-members.align-center .query-posts {
  justify-content: center;
}
.wp-block-theme-blocks-team-members.align-center .query-posts .hentry {
  margin-right: 1%;
  margin-left: 1%;
}
.wp-block-theme-blocks-team-members.align-center .query-posts .hentry.empty {
  display: none;
}
.wp-block-theme-blocks-team-members .bottom-content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-team-members .bottom-content {
    display: flex;
    justify-content: center;
  }
}
.wp-block-theme-blocks-team-members .bottom-content .wp-block-button {
  margin: 1em 4em;
}
.wp-block-theme-blocks-team-members .bottom-content .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-theme-blocks-team-members .bottom-content .wp-block-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-team-members .bottom-content .wp-block-button {
    display: block;
    margin: 1em auto;
    width: 85%;
  }
  .wp-block-theme-blocks-team-members .bottom-content .wp-block-button .wp-block-button__link {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-team-members .block-title {
    text-align: center;
  }
}

.wp-block-theme-blocks-hero-large {
  position: relative;
}
.wp-block-theme-blocks-hero-large:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bluebg.jpg) 50% 100%;
  background-size: cover;
}
.wp-block-theme-blocks-hero-large .layout {
  position: relative;
}
.wp-block-theme-blocks-hero-large .block-content {
  position: relative;
  z-index: 5;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 10vh 0 0;
  min-height: 40vh;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
.wp-block-theme-blocks-hero-large .block-image {
  position: absolute;
  width: 45%;
  left: 0;
  bottom: 0;
  height: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wp-block-theme-blocks-hero-large .block-image img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 80% 100%;
     object-position: 80% 100%;
}
@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-hero-large .block-image {
    left: -10%;
  }
  .wp-block-theme-blocks-hero-large .block-content {
    width: 65%;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero-large {
    display: flex;
    flex-direction: column;
  }
  .wp-block-theme-blocks-hero-large .block-image {
    height: 200px;
  }
  .wp-block-theme-blocks-hero-large .block-content {
    width: auto;
    padding: 5vh 0 200px;
    min-height: 0px;
  }
  .wp-block-theme-blocks-hero-large:before {
    height: calc(250px + 2em);
  }
  .wp-block-theme-blocks-hero-large:after {
    bottom: unset;
    top: 232px;
  }
  .wp-block-theme-blocks-hero-large .block-content {
    padding: 5vh 0 0;
  }
  .wp-block-theme-blocks-hero-large .block-image {
    order: -1;
    position: relative;
    width: 65%;
    height: 250px;
    margin: 2em 0 0 2em;
  }
}
.wp-block-theme-blocks-hero-large.is-style-style2:before {
  display: none;
}
.wp-block-theme-blocks-hero-large.is-style-style2 .layout {
  padding: 40vh 0 0;
}
.wp-block-theme-blocks-hero-large.is-style-style2 .block-image {
  display: block;
  background: #bfbb84;
  width: 100%;
  height: 100%;
  margin: 0;
  height: calc(100% - 150px);
  left: 0;
  bottom: auto;
  top: 0;
}
.wp-block-theme-blocks-hero-large.is-style-style2 .block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.wp-block-theme-blocks-hero-large.is-style-style2 .block-content {
  padding: 2em 2em 100px 2em;
  background: #E2E0C7;
  width: 50%;
  margin: 0 auto 0 0;
  min-height: 0px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-hero-large.is-style-style2 .block-image {
    left: 0;
  }
  .wp-block-theme-blocks-hero-large.is-style-style2 .block-content {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero-large.is-style-style2 .layout {
    padding: 0;
  }
  .wp-block-theme-blocks-hero-large.is-style-style2 .block-image {
    height: 40vh;
    width: 100vw;
  }
  .wp-block-theme-blocks-hero-large.is-style-style2 .block-content {
    width: auto;
    margin: 0;
    padding: 2em 0;
    background: none;
  }
}

.theme-block.wp-block-theme-blocks-hero-large {
  margin-top: 0;
}
.theme-block.wp-block-theme-blocks-hero-large:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(images/white-rip.png) repeat-x 50% 100%;
  background-size: auto 100%;
}
.theme-block.wp-block-theme-blocks-hero-large.is-style-style2:after {
  display: none;
}
.theme-block.wp-block-theme-blocks-hero-large.is-style-style2 .block-content:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 70vw;
  height: 100%;
  background: #E2E0C7;
  margin: 0 -1px 0 0;
}
.theme-block.wp-block-theme-blocks-hero-large.is-style-style2 .block-content:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 75vw;
  height: 50px;
  background: url(images/white-rip.png) repeat-x 100% 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-hero-large.is-style-style2 {
    background: #E2E0C7;
  }
  .theme-block.wp-block-theme-blocks-hero-large.is-style-style2 .layout:after {
    content: " ";
    display: block;
    position: relative;
    z-index: 1;
    left: 50%;
    width: 100vw;
    height: 50px;
    margin: 0 0 0 -50vw;
    background: url(images/white-rip.png) repeat-x 100% 100%;
    background-size: auto 100%;
  }
  .theme-block.wp-block-theme-blocks-hero-large.is-style-style2 .block-content:after, .theme-block.wp-block-theme-blocks-hero-large.is-style-style2 .block-content:before {
    display: none;
  }
}

.wp-block-theme-blocks-annual-report-banner {
  position: relative;
  margin: 0 0 8rem;
}
.wp-block-theme-blocks-annual-report-banner .layout {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 650px;
  margin: auto;
}
.wp-block-theme-blocks-annual-report-banner .block-content {
  z-index: 5;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
.wp-block-theme-blocks-annual-report-banner .block-image {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-annual-report-banner .block-image {
    height: 500px;
  }
}
.wp-block-theme-blocks-annual-report-banner .block-image img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-annual-report-banner .block-content {
    width: auto;
    padding: 0 4.6875%;
    min-height: 0px;
  }
}

.wp-block-theme-blocks-posts-events .block-title {
  margin: 0 0 0.5em;
}
.wp-block-theme-blocks-posts-events .query-posts {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-posts-events .query-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.wp-block-theme-blocks-posts-events .query-posts .hentry {
  flex-basis: 30%;
}
.wp-block-theme-blocks-posts-events .query-posts .hentry.image-size-post-thumb-large {
  flex-basis: 60%;
}
.wp-block-theme-blocks-posts-events .bottom-content {
  margin: 6em 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-posts-events .bottom-content {
    display: flex;
    justify-content: center;
  }
}
.wp-block-theme-blocks-posts-events .bottom-content .wp-block-button {
  margin: 1em 4em;
}
.wp-block-theme-blocks-posts-events .bottom-content .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-theme-blocks-posts-events .bottom-content .wp-block-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-posts-events .bottom-content .wp-block-button {
    display: inline-block;
    margin: 1em auto;
    width: 100%;
  }
}

.theme-block.wp-block-theme-blocks-posts-events:before {
  content: " ";
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 80%;
  background: url(images/watercolorbg.jpg) repeat-x 50% 50%;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-posts-events:before {
    display: none;
  }
}

.theme-block.wp-block-theme-blocks-partners .block-title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 1em;
}
.theme-block.wp-block-theme-blocks-partners.layout-grid .slides {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.theme-block.wp-block-theme-blocks-partners.layout-grid .slides .slide {
  display: inline;
  margin: 1em 0.5em;
}
.theme-block.wp-block-theme-blocks-partners.layout-grid .slides .slide img {
  display: inline-block;
  max-width: 200px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.theme-block.wp-block-theme-blocks-partners.layout-grid .slides .slide .block-description {
  display: none;
}
.theme-block.wp-block-theme-blocks-partners.layout-grid .slides .wp-block-button {
  display: block;
  width: 100%;
  margin: 3em auto 0;
  text-align: center;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel {
  padding: 4em 0;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  background: url(images/watercolorbg.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .wp-block-button {
  display: block;
  width: 100%;
  margin: 3em auto 0;
  text-align: center;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slides {
  display: block;
  position: relative;
  z-index: 1;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 1em;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide .inner {
  position: relative;
  background: white;
  padding: 1em;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide img {
  display: block;
  width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide .hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 128, 0, 0.8);
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  opacity: 0;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide .hover .block-description {
  padding: 1em;
  line-height: 1.2;
  font-size: 0.9em;
  font-family: Poppins, sans-serif;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide a.hover {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: none;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slide:hover .hover {
  opacity: 1;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-list {
  position: relative;
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-slide {
  float: left;
  height: 100%;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-track {
  position: relative;
  display: block;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-dots li {
  display: inline-block;
  margin: 0.5em;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-dots li button {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-indent: -10000px;
  overflow: hidden;
  background: #ccc;
}
.theme-block.wp-block-theme-blocks-partners.layout-carousel .slick-dots li.slick-active button {
  background: #78B843;
}

.wp-block-theme-blocks-browse-projects {
  text-align: center;
}
.wp-block-theme-blocks-browse-projects .block-title {
  color: #4F4E56;
}
.wp-block-theme-blocks-browse-projects .filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-block-theme-blocks-browse-projects .filters .filter, .wp-block-theme-blocks-browse-projects .filters button {
  margin: 0.5em;
}
.wp-block-theme-blocks-browse-projects .more {
  margin: 4em 0 0;
}
.wp-block-theme-blocks-browse-projects .results {
  margin: 2em 0 auto;
  font-size: 0.8rem;
}

.theme-block.wp-block-theme-blocks-browse-projects {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 4em;
  padding-bottom: 4em;
  font-family: Poppins, sans-serif;
}
.theme-block.wp-block-theme-blocks-browse-projects:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/worldmap_dots_painted.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-browse-projects:before {
    left: 15%;
    width: 170%;
    background-size: contain;
    margin-left: -40%;
  }
}
.theme-block.wp-block-theme-blocks-browse-projects .content,
.theme-block.wp-block-theme-blocks-browse-projects .more,
.theme-block.wp-block-theme-blocks-browse-projects form {
  position: relative;
  z-index: 1;
}
.theme-block.wp-block-theme-blocks-browse-projects form {
  z-index: 2;
}
.theme-block.wp-block-theme-blocks-browse-projects .block-title {
  margin-bottom: 30px;
}
.theme-block.wp-block-theme-blocks-browse-projects button {
  display: inline-block;
  margin: 0 1em;
  background: white;
  border: 4px solid #78B843;
  color: #4F4E56;
}
.theme-block.wp-block-theme-blocks-browse-projects .input.select {
  margin: 0 1em;
  border: 4px solid currentColor;
}
.theme-block.wp-block-theme-blocks-browse-projects .input.select strong {
  padding: 4px 30px 4px 10px;
}

.wp-block-theme-blocks-project-carousel {
  width: 100vw;
  left: 50%;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-left: -50vw;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 2em;
}
.wp-block-theme-blocks-project-carousel.image-right .content-slider {
  order: -1;
}
.wp-block-theme-blocks-project-carousel .container {
  width: 100%;
  max-width: 1100px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-project-carousel .container {
    flex-direction: column;
  }
}
.wp-block-theme-blocks-project-carousel .container .wp-block-gallery {
  max-width: 50%;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-project-carousel .container .wp-block-gallery {
    max-width: 100%;
  }
}
.wp-block-theme-blocks-project-carousel .container .wp-block-gallery .slick-slider .slick-list .slick-track {
  height: 100%;
}
.wp-block-theme-blocks-project-carousel .container .wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.wp-block-theme-blocks-project-carousel .container .wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-theme-blocks-project-carousel .container .wp-block-gallery .slick-dots {
  display: none !important;
}
.wp-block-theme-blocks-project-carousel .container .content-slider {
  max-width: 50%;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-project-carousel .container .content-slider {
    max-width: 100%;
  }
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list {
  width: 100%;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
  display: flex;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content {
  padding: 2em 3em 4em;
  background: #E2E0C7;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content h3 {
  margin-top: 0;
  margin-bottom: 1em;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content h3 a {
  color: #4F4E56;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content h3 a .title-arrow {
  display: inline-block;
  height: 0.8em;
  width: 1.8em;
  transition: all 0.4s;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content h3 a .title-arrow .svg-icon {
  stroke: currentColor;
  width: 100%;
  height: 100%;
  stroke-width: 6;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content h3 a:hover .title-arrow {
  transform: translateX(5px);
}
.wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-project-carousel .container .content-slider .slick-list .slick-track .block-content p {
    font-size: 16px;
  }
}
.wp-block-theme-blocks-project-carousel .container .content-slider .arrow {
  position: absolute;
  z-index: 3;
  bottom: 0;
  cursor: pointer;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .arrow.next {
  right: 1.5em;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .arrow.next:before {
  content: "\f105";
}
.wp-block-theme-blocks-project-carousel .container .content-slider .arrow.prev {
  right: 3.5em;
}
.wp-block-theme-blocks-project-carousel .container .content-slider .arrow.prev:before {
  content: "\f104";
}
.wp-block-theme-blocks-project-carousel .container .content-slider .arrow:before {
  font-family: "FontAwesome";
  font-size: 3em;
}

.wp-block-theme-blocks-section-header {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 2.1em;
  padding: 1.5em 0 0em;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-section-header {
    padding: 2em 0 2em;
  }
}
.wp-block-theme-blocks-section-header:after {
  content: " ";
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
  height: 1.25em;
  padding-top: 3em;
  background: url(images/swash-yellow.svg) no-repeat 0% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-section-header:after {
    height: 100%;
  }
}
.wp-block-theme-blocks-section-header .wp-block-separator {
  width: 180px;
  height: 5px;
  background: #4F4E56;
}
.wp-block-theme-blocks-section-header .block-content {
  padding: 0 2em;
}
.wp-block-theme-blocks-section-header .block-content p {
  font-weight: 600;
  font-family: Poppins, sans-serif;
  font-size: 19px;
}

.wp-block-theme-blocks-report-blockquote {
  width: 100vw;
  left: 50%;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-left: -50vw;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 2em;
}
.wp-block-theme-blocks-report-blockquote .block-content {
  max-width: 1100px;
  width: 100%;
  padding-left: 2.5em;
  position: relative;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-weight: bold;
}
.wp-block-theme-blocks-report-blockquote .block-content:before {
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-report-blockquote .block-content p {
    font-size: 20px !important;
  }
}

.wp-block-theme-blocks-report-blockquote.has-yellow-bar-color .block-content:before {
  background: #FFDE30;
}
.wp-block-theme-blocks-report-blockquote.has-green-bar-color .block-content:before {
  background: #78B843;
}
.wp-block-theme-blocks-report-blockquote.has-orange-bar-color .block-content:before {
  background: #F8971D;
}
.wp-block-theme-blocks-report-blockquote.has-tan-bar-color .block-content:before {
  background: #E2E0C7;
}
.wp-block-theme-blocks-report-blockquote.has-light-tan-bar-color .block-content:before {
  background: #faf9f3;
}
.wp-block-theme-blocks-report-blockquote.has-black-bar-color .block-content:before {
  background: black;
}
.wp-block-theme-blocks-report-blockquote.has-gray-bar-color .block-content:before {
  background: #ccc;
}
.wp-block-theme-blocks-report-blockquote.has-white-bar-color .block-content:before {
  background: white;
}

.wp-block-button {
  margin: 2em 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wp-block-button {
    margin: 1em auto 2em;
    text-align: center;
  }
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
p + .wp-block-button {
  margin-top: 2em;
}
.wp-block-button .wp-block-button__link {
  padding: 0.8em 2.9em 0.73em 3em;
  background: #008000;
  color: inherit;
  font-family: Poppins, sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 0;
}
.wp-block-button .wp-block-button__link .icon {
  transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #008000;
  color: white;
}
.wp-block-button .wp-block-button__link:hover .icon {
  transform: translateX(20%);
}
.wp-block-button .wp-block-button__link.has-background.has-red-background-color {
  background-color: red;
}
.wp-block-button .wp-block-button__link.has-background.has-orange-background-color {
  background-color: #F8971D;
}
.wp-block-button .wp-block-button__link.has-background.has-blue-background-color {
  background-color: #2BC4F4;
}
.wp-block-button .wp-block-button__link.has-background.has-green-background-color {
  background-color: #78B843;
}
.wp-block-button .wp-block-button__link.has-background.has-dark-blue-background-color {
  background-color: blue;
}
.wp-block-button .wp-block-button__link.has-background.has-black-background-color {
  background-color: black;
}
.wp-block-button .wp-block-button__link.has-background.has-gray-background-color {
  background-color: #ccc;
}
.wp-block-button .wp-block-button__link.has-background.has-white-background-color {
  background-color: white;
}
.wp-block-button .wp-block-button__link.has-background.has-yellow-background-color {
  background-color: #FFDE30;
}
.wp-block-button .wp-block-button__link.has-background.has-purple-background-color {
  background-color: #3C2054;
}
.wp-block-button .wp-block-button__link.has-background.has-teal-background-color {
  background-color: teal;
}
.wp-block-button .wp-block-button__link.has-background.has-tan-background-color {
  background-color: #E2E0C7;
}
.wp-block-button .wp-block-button__link.has-background.has-light-tan-background-color {
  background-color: #faf9f3;
}
.wp-block-button .wp-block-button__link.has-background.has-light-green-background-color {
  background-color: #DFF1DF;
}
.wp-block-button .wp-block-button__link.has-text-color.has-red-color {
  color: red;
}
.wp-block-button .wp-block-button__link.has-text-color.has-orange-color {
  color: #F8971D;
}
.wp-block-button .wp-block-button__link.has-text-color.has-blue-color {
  color: #2BC4F4;
}
.wp-block-button .wp-block-button__link.has-text-color.has-green-color {
  color: #78B843;
}
.wp-block-button .wp-block-button__link.has-text-color.has-dark-blue-color {
  color: blue;
}
.wp-block-button .wp-block-button__link.has-text-color.has-black-color {
  color: black;
}
.wp-block-button .wp-block-button__link.has-text-color.has-gray-color {
  color: #ccc;
}
.wp-block-button .wp-block-button__link.has-text-color.has-white-color {
  color: white;
}
.wp-block-button .wp-block-button__link.has-text-color.has-yellow-color {
  color: #FFDE30;
}
.wp-block-button .wp-block-button__link.has-text-color.has-purple-color {
  color: #3C2054;
}
.wp-block-button .wp-block-button__link.has-text-color.has-teal-color {
  color: teal;
}
.wp-block-button .wp-block-button__link.has-text-color.has-tan-color {
  color: #E2E0C7;
}
.wp-block-button .wp-block-button__link.has-text-color.has-light-tan-color {
  color: #faf9f3;
}
.wp-block-button .wp-block-button__link.has-text-color.has-light-green-color {
  color: #DFF1DF;
}
.wp-block-button .wp-block-button__link span {
  padding-left: 8px;
  font-size: 0.9em;
  vertical-align: top;
  padding-top: 1px;
}
.wp-block-button .wp-block-button__link svg.svg-icon {
  position: relative;
  top: -0.15em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  width: 1.5em;
  height: 0.85em;
  stroke: currentColor;
  stroke-width: 5;
}
.wp-block-button.is-style-outline {
  color: #4F4E56;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: white;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background {
  background-color: white;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-red-background-color {
  border-color: red;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-orange-background-color {
  border-color: #F8971D;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-blue-background-color {
  border-color: #2BC4F4;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-green-background-color {
  border-color: #78B843;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-dark-blue-background-color {
  border-color: blue;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-black-background-color {
  border-color: black;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-gray-background-color {
  border-color: #ccc;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-white-background-color {
  border-color: white;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-yellow-background-color {
  border-color: #FFDE30;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-purple-background-color {
  border-color: #3C2054;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-teal-background-color {
  border-color: teal;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-tan-background-color {
  background-color: #E2E0C7;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-light-tan-background-color {
  background-color: #faf9f3;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-light-green-background-color {
  border-color: #DFF1DF;
}
body.wp-admin .wp-block-button.is-style-outline .wp-block-button__link.has-background {
  background-color: transparent !important;
}
body.wp-admin .wp-block-button.is-style-outline .wp-block-button__link.has-background:hover {
  color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-red-background-color {
  background-color: red;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-orange-background-color {
  background-color: #F8971D;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-blue-background-color {
  background-color: #2BC4F4;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-green-background-color {
  background-color: #78B843;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-dark-blue-background-color {
  background-color: blue;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-black-background-color {
  background-color: black;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-gray-background-color {
  background-color: #ccc;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-white-background-color {
  background-color: white;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-yellow-background-color {
  background-color: #FFDE30;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-purple-background-color {
  background-color: #3C2054;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-teal-background-color {
  background-color: teal;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-tan-background-color {
  background-color: #E2E0C7;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-light-tan-background-color {
  background-color: #faf9f3;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:hover.has-light-green-background-color {
  background-color: #DFF1DF;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  background: #4F4E56;
}
.wp-block-button.is-style-underline {
  color: #4F4E56;
}
.wp-block-button.is-style-underline .wp-block-button__link {
  padding: 0;
  text-align: left;
  font-size: 1.1em;
  display: inline;
  background: linear-gradient(to right, #FFDE30, #FFDE30), linear-gradient(to right, #4F4E56, #4F4E56);
  background-size: 100% 0.2em, 0 0.2em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: 300ms;
  padding-bottom: 6px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .wp-block-button.is-style-underline .wp-block-button__link {
    text-align: center;
  }
}
.wp-block-button.is-style-underline .wp-block-button__link:hover {
  color: inherit;
  background-size: 0 0.2em, 100% 0.2em;
}
.wp-block-button.is-style-underline .wp-block-button__link:after {
  /*content: ' ';
  display: block;
  width: 260px;
  max-width: 100%;
  height: 1.25em;
  margin: .25em 0 0;
  background: url(images/swash-yellow.svg) no-repeat 0% 50%;
  background-size: contain;
  */
}
@media screen and (max-width: 767px) {
  .wp-block-button .wp-block-button__link {
    padding: 0.7em 1.9em 0.63em 2em;
    line-height: 1.4;
  }
}

blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.7em 0;
  padding: 0;
}
blockquote p {
  position: relative;
  z-index: 1;
}
blockquote cite {
  display: block;
  margin: 5px 0 0 0;
  font-style: normal;
  font-size: 85%;
  line-height: normal;
  text-transform: uppercase;
}
blockquote cite:before {
  content: "—";
  margin-right: 0.25em;
}
blockquote.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}
blockquote.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}

blockquote.wp-block-quote {
  box-sizing: border-box;
  position: relative;
  margin-left: 15%;
  font-weight: 800;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  border-left: 0;
  color: #008000;
  padding: 0;
}
blockquote.wp-block-quote:last-child {
  margin-bottom: 0;
}
blockquote.wp-block-quote .editor-rich-text__editable {
  font-family: Poppins, sans-serif;
}
blockquote.wp-block-quote p {
  position: relative;
  z-index: 1;
}
blockquote.wp-block-quote .wp-block-quote__citation,
blockquote.wp-block-quote cite {
  display: block;
  margin: 0.5em 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4F4E56;
  position: relative;
  z-index: 100;
  text-align: center;
}
blockquote.wp-block-quote .wp-block-quote__citation a,
blockquote.wp-block-quote cite a {
  color: #4F4E56;
  text-decoration: underline;
  transition: 0.2s linear;
}
blockquote.wp-block-quote .wp-block-quote__citation a:hover,
blockquote.wp-block-quote cite a:hover {
  text-decoration: none;
}
blockquote.wp-block-quote.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}
blockquote.wp-block-quote.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}
blockquote.wp-block-quote:before {
  position: absolute;
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  top: -0.5em;
  left: -60px;
  background: url(images/dots.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  blockquote.wp-block-quote {
    margin: 2em 0 2em 80px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 400px) {
  blockquote.wp-block-quote {
    margin-left: 40px;
  }
  blockquote.wp-block-quote:before {
    width: 30px;
    height: 30px;
    left: -40px;
  }
}
blockquote.wp-block-quote.watercolor {
  margin-left: 0;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  blockquote.wp-block-quote.watercolor {
    margin-left: 0;
    padding: 7rem 0;
  }
}
blockquote.wp-block-quote.watercolor.wp-block-quote p {
  max-width: 750px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  blockquote.wp-block-quote.watercolor.wp-block-quote p {
    font-size: 1.3rem;
  }
}
blockquote.wp-block-quote.watercolor:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100dvw;
  height: 100%;
  margin: 0 0 0 -50dvw;
  background: url(images/watercolorbg3.jpg) no-repeat 50% 50%;
  background-size: 100% 100%;
}

.wp-block-media-text {
  position: relative;
  background: #f79300;
  color: white;
  margin: 4em auto;
}
.wp-block-media-text.has-light-tan-background-color, .wp-block-media-text.has-tan-background-color {
  color: #4F4E56;
}
body.single .wp-block-media-text {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
body.page .wp-block-media-text {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}
body.single-project .wp-block-media-text:before {
  content: " ";
  background-image: url(./images/icon-pattern-2022.webp);
  background-size: 300%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 10%;
}
.wp-block-media-text .wp-block-media-text__media {
  align-self: stretch;
}
.wp-block-media-text .wp-block-media-text__media > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-media-text .wp-block-media-text__content {
  position: relative;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.55;
  padding: 2em 0;
  margin: 0 8%;
}
.wp-block-media-text .wp-block-media-text__content h2, .wp-block-media-text .wp-block-media-text__content h3, .wp-block-media-text .wp-block-media-text__content h4 {
  z-index: 1;
  position: relative;
}
.wp-block-media-text .wp-block-media-text__content h2 a, .wp-block-media-text .wp-block-media-text__content h3 a, .wp-block-media-text .wp-block-media-text__content h4 a {
  color: white;
  text-decoration: underline;
}
.wp-block-media-text .wp-block-media-text__content h2 a:hover, .wp-block-media-text .wp-block-media-text__content h3 a:hover, .wp-block-media-text .wp-block-media-text__content h4 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .wp-block-media-text {
    max-width: 1024px;
  }
  body.single .wp-block-media-text {
    left: 50%;
    margin-left: -70%;
  }
  body.page .wp-block-media-text {
    left: 50%;
    margin-left: -70%;
  }
}

.wp-block-pullquote {
  padding: 1.5em 0;
}
.wp-block-pullquote blockquote {
  box-sizing: border-box;
  background-color: #FFDE30;
  position: relative;
  margin: 1em 13% 2em -13%;
  font-weight: 400;
  font-style: italic;
  border-left: 0;
  color: #4F4E56;
  text-align: left;
  padding: 4%;
}
.wp-block-pullquote blockquote:last-child {
  margin-bottom: 0;
}
.wp-block-pullquote blockquote .editor-rich-text__editable {
  font-family: Merriweather, serif;
}
.wp-block-pullquote blockquote p {
  position: relative;
  z-index: 1;
  font-size: 1em;
}
.wp-block-pullquote blockquote .wp-block-quote__citation,
.wp-block-pullquote blockquote cite {
  display: block;
  margin: 1em 0 0 0;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.7em;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}
.wp-block-pullquote blockquote.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}
.wp-block-pullquote blockquote.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote blockquote {
    margin: 0;
    font-size: 1.2em;
    padding: 7%;
  }
}

.wp-caption {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-bottom: 1em;
  padding: 0.5em 0 0;
  margin: 2em auto;
}
.wp-caption a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.wp-caption img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.wp-caption.alignright {
  margin: 0 0 2em 2em;
  max-width: 50%;
}
.wp-caption.alignleft {
  margin: 0 2em 2em 0;
  max-width: 50%;
}
.wp-caption.alignnone {
  margin: 1.5em auto;
}
@media screen and (min-width: 1024px) {
  .wp-caption.alignleft {
    margin-left: -40px;
  }
  .wp-caption.alignright {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-caption.alignleft {
    margin-left: -4.2rem;
  }
  .wp-caption.alignright {
    margin-right: -67px;
  }
}
@media screen and (max-width: 767px) {
  .wp-caption.alignleft, .wp-caption.alignright {
    margin: 0 auto 2em;
    float: none;
    width: 100%;
    text-align: left;
  }
}
.wp-caption .wp-caption-text {
  position: relative;
  margin: 0.5em 0 0;
  color: #4F4E56;
  font-size: 0.8em;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.wp-caption .credit {
  margin: 5px 0 10px;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}
.wp-caption .wp-caption-text + .credit {
  margin-top: -5px;
}

.wp-block-image {
  position: relative;
  z-index: 1;
  margin: 2em auto;
  max-width: none;
}
figure.wp-block-image,
img {
  position: relative;
  z-index: 1;
  display: block;
}

@media screen and (min-width: 600px) {
  .wp-block-image.full-width {
    width: 100vw;
    left: 50%;
    margin-left: -50vw !important;
    margin-top: 4em;
    margin-bottom: 4em;
    max-width: none;
  }
  .wp-block-image.full-width .aligncenter {
    width: 70vw;
  }
  .wp-block-image.full-width:before {
    display: none;
  }
  .wp-block-image.full-width img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 800px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.wp-block-image figure.alignleft {
  margin: 0 2em 2em 0;
  max-width: 50%;
  text-align: left;
}
.wp-block-image figure.alignright {
  margin: 0 0 2em 2em;
  max-width: 50%;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .wp-block-image figure.alignleft {
    margin-left: -40px;
  }
  .wp-block-image figure.alignright {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-image figure.alignleft {
    margin-left: -4.2rem;
  }
  .wp-block-image figure.alignright {
    margin-right: -67px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-image figure.alignleft, .wp-block-image figure.alignright {
    margin: 0 auto 2em;
    float: none;
    max-width: 100%;
    text-align: left;
  }
}
.wp-block-image figcaption {
  max-width: 1200px;
  font-size: 1em;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.wp-block-image.text-left .alignleft, .wp-block-image.text-left .alignright {
  text-align: left;
}
.wp-block-image.text-right .alignleft, .wp-block-image.text-right .alignright {
  text-align: right;
}
.wp-block-image.text-center .alignleft, .wp-block-image.text-center .alignright {
  text-align: center;
}

figure.wp-block-image,
div.wp-block-image {
  text-align: left;
}
figure.wp-block-image.text-left,
div.wp-block-image.text-left {
  text-align: left;
}
figure.wp-block-image.text-center,
div.wp-block-image.text-center {
  text-align: center;
}
figure.wp-block-image.text-right,
div.wp-block-image.text-right {
  text-align: right;
}
figure.wp-block-image figcaption,
div.wp-block-image figcaption {
  text-align: inherit;
}

.wp-block-group.full-width {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.wp-block-group.full-width > .wp-block-group__inner-container {
  margin: 0 4.6875%;
}
.wp-block-group.full-width.solutions {
  margin-left: -100px;
  max-width: 900px;
  left: 0;
}
.wp-block-group.full-width.solutions > .wp-block-group__inner-container {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.full-width.solutions {
    margin-left: 0;
    width: revert;
    left: 0;
  }
}

.wp-block-group.promotion {
  text-align: center;
  padding: 0 1em;
}
.wp-block-group.promotion h3 {
  font-size: 1.8rem;
  margin: 0 0 1em 0;
  line-height: 1.4;
}

.wp-block-group.bottom-cta {
  padding: 8rem 0;
  background-image: url(images/white-rip-top.png);
  background-repeat: repeat-x;
  background-position: 50% 0%;
  background-size: auto 4rem;
}
.wp-block-group.bottom-cta:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 -50vw;
  background: inherit;
}
.wp-block-group.bottom-cta > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

/*
.wp-block-gallery {

    .slick-slider {
        width: 100%;
        overflow: hidden;

        .slick-list {
            width: 100%;

            .slick-track {
                display: flex;

                .slick-slide {
                    height: 400px;
                    margin: 0 !important;

                    @media screen and (max-width: $mobile-breakpoint){
                        height: 250px;
                    }

                    figcaption {
                        z-index: 2;
                    }
                }
            }
        }

        .slick-dots {
            display: flex;
            justify-content: center;
            padding: 0;
            margin: 2em 0 0;
            width: 100%;

            @media screen and (max-width: $mobile-breakpoint){
                margin: 1em 0 0;
            }

            li {
                list-style: none;

                &.slick-active {
                    button {
                        background:$color-green;
                        color: $color-green;
                    }
                }
                button {
                    padding: 0;
                    height: 15px;
                    width: 15px;
                    border-radius: 100%;
                    margin: 0 8px;
                    background: #ccc;
                    color: #ccc;

                }
            }
        }
    }

}

*/
.wp-block-gallery {
  margin: block-margin(1) 0;
}
.wp-block-gallery:first-child {
  margin-top: 0;
}
.wp-block-gallery:last-child {
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-grid {
  gap: 0.5rem;
}

.wp-block-gallery-wrap.full-width {
  padding-left: block-margin(1);
  padding-right: block-margin(1);
  /*
  @media screen and (max-width:$menu-breakpoint) {
      padding-left:var(--gutter-left);
      padding-right:var(--gutter-right);
  }
  */
}
.wp-block-gallery-wrap.full-width > .wp-block-gallery {
  --wp--style--gallery-gap-default: .5rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1249px) {
  .wp-block-gallery-wrap.full-width > .wp-block-gallery {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-gallery-wrap.is-style-carousel {
  margin-top: block-margin(0.75);
  margin-bottom: block-margin(0.75);
}
.wp-block-gallery-wrap.is-style-carousel:first-child {
  margin-top: 0;
}
.wp-block-gallery-wrap.is-style-carousel:last-child {
  margin-bottom: 0;
}

.wp-block-gallery.is-style-carousel {
  --aspect-ratio: 2/3;
  position: relative;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.wp-block-gallery.is-style-carousel .block-slides {
  position: relative;
  display: block;
}
.wp-block-gallery.is-style-carousel .block-slides > figcaption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75em;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: left;
  font-style: normal;
  background: gray;
  color: white;
}
.wp-block-gallery.is-style-carousel figure.wp-block-image {
  position: relative;
  white-space: normal;
  display: block;
  margin: 0;
  /*
  height:0;
  width:auto;


  */
}
.wp-block-gallery.is-style-carousel figure.wp-block-image .image {
  position: relative;
}
.wp-block-gallery.is-style-carousel figure.wp-block-image .image img {
  display: block;
  width: 100%;
  height: auto;
  /*
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  object-fit:cover;
  object-position:50% 50%;
  */
}
.wp-block-gallery.is-style-carousel figure.wp-block-image figcaption {
  padding-right: 2em;
}
.wp-block-gallery.is-style-carousel .slick-track {
  display: flex;
  align-items: flex-start;
}
.wp-block-gallery.is-style-carousel .pager {
  position: absolute;
  z-index: 1;
  top: var(--image-height, calc(100% - 1em));
  right: 0;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
}
.wp-block-gallery.is-style-carousel .nav {
  display: none;
}
.wp-block-gallery.is-style-carousel .nav.slick-arrow {
  display: block;
}
.wp-block-gallery.is-style-carousel .captions {
  display: none;
  min-height: 2em;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0;
  width: calc(100% - 4em);
  font-size: 0.8rem;
}
.wp-block-gallery.is-style-carousel .slick-dots {
  position: absolute;
  z-index: 10000;
  bottom: 1em;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.wp-block-gallery.is-style-carousel .slick-arrow {
  --arrow-hover-offset:0px;
  position: absolute;
  top: calc(var(--image-height) / 2);
  transform: translate(0, -50%);
}
.wp-block-gallery.is-style-carousel .slick-arrow.next {
  left: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 calc(var(--arrow-size) * 0.66 + var(--arrow-hover-offset));
}
.wp-block-gallery.is-style-carousel .slick-arrow.prev {
  right: 100%;
  padding: 0 0 0 0;
  margin: 0 calc(var(--arrow-size) * 0.66 + var(--arrow-hover-offset)) 0 0;
}
.wp-block-gallery.is-style-carousel .slick-arrow:not(.slick-disabled):hover {
  --arrow-hover-offset:3px;
}
@media screen and (max-width: 1249px) {
  .wp-block-gallery.is-style-carousel {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.next {
    margin-left: calc(var(--arrow-size) * 0.3 + var(--arrow-hover-offset));
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.prev {
    margin-right: calc(var(--arrow-size) * 0.3 + var(--arrow-hover-offset));
  }
}
@media screen and (max-width: 980px) {
  .wp-block-gallery.is-style-carousel {
    max-width: none;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow {
    top: 0;
    transform: none;
    height: var(--image-height);
    line-height: var(--image-height);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.next {
    left: auto;
    right: 0;
    padding-left: 2em;
    padding-right: 1em;
    margin-left: 0;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow.prev {
    right: auto;
    left: 0;
    padding-right: 2em;
    padding-left: 1em;
    margin-right: 0;
  }
  .wp-block-gallery.is-style-carousel figure.wp-block-image .image {
    border-radius: 0;
  }
  .wp-block-gallery.is-style-carousel figure.wp-block-image figcaption {
    display: none;
    padding-left: 4.6875vw;
    padding-right: calc(4.6875vw + 5em);
  }
  .wp-block-gallery.is-style-carousel .captions {
    display: block;
    margin-left: var(--gutter-left);
    width: calc(100% - 4.5em - var(--gutter-right));
  }
  .wp-block-gallery.is-style-carousel .pager {
    right: var(--gutter-right);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-gallery.is-style-carousel .slick-arrow {
    display: none !important;
    opacity: 0;
    --arrow-size:30px;
  }
}/*# sourceMappingURL=style.css.map */