/*!
Theme Name: IFDC
Theme URI: http://www.ifdc.org
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@-webkit-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 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;
  }
}

@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}

@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}

@-webkit-keyframes loop {
  from {
    -webkit-transform: translate(0%, 0%);
  }
  to {
    -webkit-transform: translate(-50%, 0%);
  }
}

@keyframes loop {
  from {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  to {
    -webkit-transform: translate(-50%, 0%);
            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.8;
  color: #4F4E56;
  letter-spacing: .2px;
  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: bold;
}

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: #2CC5F4;
}

.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: 800;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  text-decoration: underline;
}

a.more {
  white-space: nowrap;
}

p {
  margin: 0 0 1em 0;
}

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 {
  margin: 0 0 1em;
}

li {
  margin-bottom: 1.1em;
}

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: .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;
  -webkit-transition: all 0.2s linear;
  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: #2CC5F4;
}

input[type="submit"].blue:hover,
input[type="button"].blue:hover,
button.blue:hover,
.button.blue:hover,
.btn.blue:hover {
  background-color: #14bef3;
}

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: ' ';
  -webkit-animation: loading 1s steps(19) infinite;
  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: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

textarea {
  width: 100%;
}

.input.select {
  position: relative;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.input.select.on strong .icon {
  -webkit-transform: rotate(180deg);
  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;
  -webkit-box-sizing: border-box;
          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: 0;
  width: 100%;
  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 .5em 0;
  padding: 0;
  clear: both;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}

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;
}

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

h4 {
  margin-bottom: 15px;
  font-size: 1.3em;
  line-height: 1.5;
}

h5 {
  margin-bottom: 10px;
  font-size: 1em;
}

h6 {
  margin-bottom: 10px;
  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: '\2013';
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75em 1em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3;
  color: white;
  background: #08b6c3;
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

#notice.on {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

#notice .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 50px 0 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  background: white;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  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.5px;
}

#header .logo {
  width: 200px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#header .logo a {
  display: inline-block;
}

#header .logo a img {
  display: block;
}

#header .toggle.language .icon {
  margin-left: 0.4em;
  -webkit-transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

body.language-on #header .toggle.language .icon {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

#header .toggle.search {
  grid-area: toggle;
  -ms-grid-column: 2;
  font-size: 20px;
  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 {
    -ms-grid-columns: auto 7em 1fr;
        grid-template-columns: auto 7em 1fr;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1024px) {
  #header > .layout {
    -ms-grid-columns: auto 4em 1fr;
        grid-template-columns: auto 4em 1fr;
  }
}

@media screen and (min-width: 1001px) {
  #header .nav-wrap {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #header .nav-main {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: nav;
    line-height: 1;
    margin: 0.5em 0 0;
    font-size: 1.2rem;
  }
  #header .nav-main > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
    -webkit-transition: height 0.2s linear;
    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 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: secondary;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  #header .nav-secondary > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .nav-secondary > ul > li {
    margin: 0 1em;
  }
  body.search-on #header .nav-secondary {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  #header .subnav-wrap {
    margin: 20px 0 -20px;
    background: #E2E0C7;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  #header .subnav-wrap.on {
    display: block;
  }
  #header .subnav-wrap #subnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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;
    -webkit-transition: height 0.2s linear;
    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 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  }
  @supports not (-webkit-touch-callout: none) {
    html.search-focus #header #top-search {
      height: 350px;
      -webkit-transform: translateY(-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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: white;
    max-height: 0;
    padding: 0 4.6875%;
    margin: -1px 0 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
            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;
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.19);
            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;
    -webkit-transition: all(0.2s) ease-in-out;
    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: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    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 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #header .nav-secondary {
    display: block;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 1em;
    margin: 1em 0;
  }
}

@media screen and (max-width: 1000px) and (max-height: 700px) {
  #header .nav-main > ul > li > a {
    padding: .5em 0;
  }
}

@media screen and (max-width: 1000px) and (max-height: 600px) {
  #header .nav-main > ul > li > a {
    padding: .25em 0;
  }
}

@media screen and (min-width: 1001px) {
  #header #top-search {
    position: absolute;
    z-index: 5;
    top: -5px;
    right: 3em;
  }
  #header #top-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all 0.2s;
    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;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (max-width: 1150px) {
  #header #top-search form {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header #top-search form input[type="text"] {
  font-size: 16px;
  padding: 0.52em 0.6em;
  border: 1px solid #4F4E56;
  border-radius: 0;
  width: 400px;
  -webkit-transition: all .3s;
  transition: all .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 {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    color: #4F4E56;
    font-size: 1.5em;
  }
  #header #top-search form button:hover {
    color: #fff;
    border-color: #4F4E56;
  }
}

#header #top-search form .close-search {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 1.4em;
  margin-top: -5px;
  display: none;
  cursor: pointer;
}

#header .toggle.menu {
  position: absolute;
  right: 5%;
  top: 50%;
  margin: -10px 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  display: block;
  z-index: -1;
  opacity: 1;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transition: all 0.4s ease-in-out;
  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;
  -webkit-transition: all 0.4s ease-in-out;
  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 {
  -webkit-transition: all 0.4s ease-in-out;
  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;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#header .toggle.menu .bar:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

body.menu-on #header .toggle.menu {
  -webkit-transform: rotate(135deg);
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header #menu-secondary .menu-item-gtranslate:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  pointer-events: none;
}

#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;
}

#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: .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 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

#footer .logo a {
  display: inline-block;
  margin: 0;
}

#footer .logo img {
  display: block;
  width: 300px;
}

#footer .social {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: social;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 30px;
}

#footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: ce;
      -ms-flex-align: ce;
          align-items: ce;
  color: white;
}

#footer .social a {
  color: white;
}

#footer .social a:hover {
  color: #78B843;
}

#footer .address {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: address;
}

#footer .copyright {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: copyright;
}

#footer #nav-footer {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: nav;
  margin: 0 7em 0 0;
}

#footer #nav-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer #nav-footer-buttons {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  grid-area: buttons;
}

#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 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: design;
  margin: 3em 0 0;
}

@media screen and (max-width: 1200px) {
  #footer > .layout {
    -ms-grid-columns: auto 10% 1fr auto;
        grid-template-columns: auto 10% 1fr auto;
  }
}

@media screen and (max-width: 1024px) {
  #footer {
    padding: 3em 0;
    text-align: center;
  }
  #footer > .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .logo {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
    margin: 0 0 2em;
  }
  #footer .logo img {
    width: 260px;
  }
  #footer .social {
    -webkit-box-ordinal-group: -8;
        -ms-flex-order: -9;
            order: -9;
  }
  #footer .social ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #footer .social li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  #footer .social a {
    display: inline-block;
    width: 1.5em;
  }
  #footer #nav-footer {
    margin: 1em auto;
  }
  #footer #nav-footer ul {
    font-size: 14px;
  }
  #footer #nav-footer li {
    margin: 1em;
  }
  #footer #nav-footer-buttons {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            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;
}

#banner #page-title {
  margin: 0;
  font-size: 4rem;
  font-weight: 800;
}

#banner .introduction {
  max-width: 600px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.3em;
}

#banner.has-image {
  margin-bottom: 4em;
  padding: 20vh 0 170px;
  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;
}

#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: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}

#banner.has-image .bg: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:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 70%;
  width: 40%;
  top: 10%;
  height: 500px;
  background: url(images/orange-dots.png);
  background-size: 60%;
}

@media screen and (max-width: 767px) {
  #banner.has-image .bg:after {
    background-size: 80%;
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  #banner.has-image {
    padding: 15vw 0 100px;
  }
  #banner.has-image .bg:before {
    height: 80px;
    background-size: auto 80px;
  }
}

@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: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#banner.team .featured-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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.13793px) {
  .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;
  }
}

.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;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

body.has-js .blocks-content > *:not(.no-appear).visible,
body.has-js #wrap > .theme-block.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

body.has-js #banner:not(.no-appear) > .wrap {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

body.has-js #banner:not(.no-appear) .bg .img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  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;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

body.has-js .step-visible > *.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.blocks-content.page-content,
.blocks-content.post-content {
  max-width: 700px;
  margin: 0 auto;
}

.blocks-content.page-content > h2,
.blocks-content.post-content > h2 {
  margin-top: 1em;
}

.page-solutions .blocks-content.page-content:before, .page-solutions
.blocks-content.post-content:before {
  content: url(./images/orange-dots-2.svg);
  position: absolute;
  right: 0;
  top: 42%;
  width: 210px;
  height: 480px;
}

.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;
  -webkit-transform: translateX(50%);
          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: #2CC5F4;
}

.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-text-color.has-red-color {
  color: red;
}

.has-text-color.has-orange-color {
  color: #F8971D;
}

.has-text-color.has-blue-color {
  color: #2CC5F4;
}

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

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 3em;
  line-height: .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/dots-green.png) 50% 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: .5em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .5px;
}

.more-content {
  margin: 4em 0 0;
}

.more-content h4 {
  margin-bottom: .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%;
}

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

.solutions-icons .wp-block-image {
  margin: .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 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hentry.card:hover .svg-icon, .hentry.project2:hover .svg-icon {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.hentry.card:hover a, .hentry.project2:hover a {
  text-decoration: none;
}

.hentry.project-featured {
  padding: 2em 2em 5em 2em;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-top: 1em solid #78B843;
}

@media screen and (max-width: 1200px) {
  .hentry.project-featured {
    padding-bottom: 4em;
  }
}

.hentry.project-featured .layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4em 260px;
      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.75;
}

.hentry.project-featured .thumbnail {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: image;
}

.hentry.project-featured .thumbnail img {
  position: absolute;
  width: 260px;
  top: -6em;
  left: 0;
}

.hentry.project-featured .meta {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  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 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  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: .8em;
  stroke: currentColor;
  stroke-width: 6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hentry.project-featured .title:hover .svg-icon {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.hentry.project-featured .title:hover a {
  text-decoration: none;
}

.hentry.project-featured .content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: content;
  margin: 0 0 0;
}

@media screen and (max-width: 900px) {
  .hentry.project-featured .layout {
    -ms-grid-columns: auto 4em 200px;
        grid-template-columns: auto 4em 200px;
  }
  .hentry.project-featured .thumbnail img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .hentry.project-featured .layout {
    -ms-grid-columns: auto 3em 100px;
        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: .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 {
    -ms-grid-columns: auto 2em 80px;
        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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-top: 15px solid #F8971D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hentry.card a {
  color: inherit;
}

.hentry.card .thumbnail {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hentry.card .thumbnail img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .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: .8em;
  stroke: currentColor;
  stroke-width: 6;
  -webkit-transition: all 0.3s ease-in-out;
  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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .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: .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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1300px) {
  .hentry.project2 .title {
    font-size: .9rem;
  }
}

.hentry.team {
  position: relative;
}

.hentry.team a {
  color: inherit;
}

.hentry.team .thumbnail {
  display: block;
  margin: 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: #2CC5F4;
}

.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);
  -webkit-transition: background 0.5s ease-in-out;
  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;
  -webkit-animation: loading 1s steps(19) infinite;
  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);
  -webkit-transition: height 0.5s ease-in-out;
  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;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

body.overlay-on #overlay {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

#overlay .content {
  position: relative;
  top: 50px;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          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.20em;
}

#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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #78B843;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  padding: 1em 2em;
  display: block;
  line-height: 1;
  text-align: center;
}

.section.subscribe > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: 4px 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%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
  }
  .section.subscribe.on {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .section.subscribe.done {
    position: relative;
    bottom: auto;
    left: auto !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-height: 799px) {
  .section.subscribe {
    visibility: visible;
    -webkit-transform: none;
    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: .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: #4F4E56;
  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;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 44px;
    height: 44px;
    width: 80px;
    text-align: center;
    background: #E2E0C7;
  }
  #share-tab > a.toggle:hover {
    background-color: #c8c495;
  }
  #share-tab ul {
    position: absolute;
    right: 0;
    top: 160px;
    width: 44px;
    padding: 5px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin: -30px 0 0 0;
    max-height: 0px;
    overflow: hidden;
    background: #E2E0C7;
    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 #E2E0C7;
    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 {
    color: #78B843;
  }
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #share-tab ul li {
    margin: 0 0.5em;
  }
  #share-tab ul li a {
    color: currentColor;
  }
  #share-tab ul li a:hover {
    color: #78B843;
  }
}

.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: #2CC5F4;
}

.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.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: #2CC5F4;
}

.expandable:before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f0da";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.expandable.opened:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body.wp-admin .expandable {
  cursor: text;
}

body.single-project .expandable {
  position: relative;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 0 0;
}

body.single-project .expandable > .inner:before {
  position: absolute;
  top: -5px;
  right: 0;
  display: inline-block;
  margin: 0 0.5em 0 0;
  line-height: 1;
  font-size: 28px;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f105";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.single-project .expandable.opened > .inner:before {
  -webkit-transform: rotate(90deg);
  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;
  -webkit-transition: max-height, 0.2s linear;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  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: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        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: .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;
  -webkit-transition: background 0.2s linear;
  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%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 0 .5em 0.5em;
  min-width: 100px;
  width: 300px;
  padding: 1em;
  white-space: normal;
  background: white;
  font-size: 1rem;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  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;
  -webkit-transform: translate(-50%, 0);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

body.filters-on .project-filters .toggle .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.project-filters .filters {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  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 {
  -webkit-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;
  -webkit-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 {
  -webkit-transform: none;
  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: .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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #78B843;
    max-height: 0vh;
    -webkit-transition: all 0.2s linear;
    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 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          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%;
  -webkit-transition: all 0.2s ease-in-out;
  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/orange-dots-2.svg) no-repeat;
  background-size: auto 1000px;
  position: absolute;
  right: 0;
  top: 36%;
  width: 210px;
  height: 480px;
}

#projects-list:after {
  content: url(https://ifdc.dream.press/wp-content/uploads/2020/03/Solutions.png);
  position: absolute;
  right: 0;
  top: 30%;
  height: 1000px;
  -webkit-transform: translateX(50%);
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        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;
  padding: 20px 0;
}

body.page-template-page-annual-report #header.annual-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-page-annual-report #header.annual-report .wrap.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

body.page-template-page-annual-report #header.annual-report .wrap.layout .logo {
  margin-right: auto;
  width: 150px;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.2em;
  }
}

.posts-filter {
  position: relative;
  margin: 3em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
      grid-template-areas: "filters action" "message message ";
}

.posts-filter .filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: filters;
  font-family: Poppins, sans-serif;
}

@media screen and (max-width: 767px) {
  .posts-filter .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 4px 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: 2px 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;
  -webkit-column-count: 4;
          column-count: 4;
  line-height: 1.1;
}

.posts-filter .filters > .filter.taxonomy-country > .select.input > .select .option {
  display: block;
  -webkit-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;
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media screen and (max-width: 1024px) {
  .posts-filter .filters > .filter.taxonomy-country > .select.input > .select {
    width: 300px;
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.posts-filter .filters > .filter.taxonomy-program {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
  margin-right: 1em;
}

.posts-filter .filters > .filter.query {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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"]::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.posts-filter .filters > .filter.query input[type="text"]:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.posts-filter .filters > .filter.query input[type="text"]::-ms-input-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 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: message;
  font-size: 0.8em;
  font-style: italic;
  margin: 1em 0 0;
}

.posts-filter .submit button:hover {
  border: none;
}

.posts-filter .action {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: 4px solid #78B843;
  color: #4F4E56;
}

.posts-filter button .svg-icon {
  display: inline-block;
  margin: 0 0 0 0.4em;
  width: 1.8em;
  height: .8em;
  stroke: currentColor;
  stroke-width: 6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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;
    -ms-grid-columns: 300px 80px auto;
    grid-template-columns: 300px 80px auto;
        grid-template-areas: "image . content";
  }
}

@media screen and (min-width: 1200px) {
  .wp-block-theme-blocks-content-image .wrap {
    -ms-grid-columns: 300px 140px auto;
    grid-template-columns: 300px 140px auto;
  }
}

@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-content-image .wrap {
    -ms-grid-columns: 200px 80px auto;
    grid-template-columns: 200px 80px auto;
  }
}

.wp-block-theme-blocks-content-image .block-image {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: image;
}

.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: #2CC5F4;
}

.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 {
  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 {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.wp-block-theme-blocks-content-image .block-content {
  position: relative;
  z-index: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: content;
  -ms-flex-item-align: center;
      align-self: center;
}

.wp-block-theme-blocks-content-image h2 {
  font-size: 2.7rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.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;
  -webkit-box-shadow: 2em 2em 0px currentColor;
          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 {
  -ms-grid-columns: auto 40px 300px;
  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 {
    -ms-grid-columns: auto 140px 300px;
    grid-template-columns: auto 140px 300px;
  }
}

@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-content-image.content-left .wrap {
    -ms-grid-columns: auto 40px 200px;
    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-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -5vw;
}

@media screen and (max-width: 1200px) {
  .theme-block.wp-block-theme-blocks-featured-projects .slick-track {
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: .5em;
    margin-left: .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;
  -webkit-transform: rotate(180deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 .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: 50%;
  width: 300px;
  background: url(images/orange-dots.png) 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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp-block-theme-blocks-team-members .query-posts .hentry {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin-bottom: 2em;
}

.wp-block-theme-blocks-team-members.align-center .query-posts {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp-block-theme-blocks-posts-events .query-posts .hentry {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.wp-block-theme-blocks-posts-events .query-posts .hentry.image-size-post-thumb-large {
  -ms-flex-preferred-size: 60%;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.theme-block.wp-block-theme-blocks-partners.layout-grid .slides .slide {
  display: inline;
  margin: 1em .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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s linear;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2em;
}

.wp-block-theme-blocks-project-carousel.image-right .content-slider {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.wp-block-theme-blocks-project-carousel .container {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-project-carousel .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  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: .8em;
  width: 1.8em;
  -webkit-transition: all .4s;
  transition: all .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 {
  -webkit-transform: translateX(5px);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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: .8em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 0;
}

.wp-block-button .wp-block-button__link .icon {
  -webkit-transition: all 0.3s ease-in-out;
  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 {
  -webkit-transform: translateX(20%);
          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: #2CC5F4;
}

.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-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: #2CC5F4;
}

.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 span {
  padding-left: 8px;
  font-size: .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: .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: #2CC5F4;
}

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

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: #2CC5F4;
}

.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: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;
  background: none;
  text-align: left;
  font-size: 1.1em;
}

@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;
}

.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 {
  -webkit-box-sizing: border-box;
          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: '\2014';
  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 {
  -webkit-box-sizing: border-box;
          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: .5em 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: .7em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4F4E56;
}

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: -.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;
  }
}

.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: url(./images/whitedots.png);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60%;
  width: 30%;
}

.wp-block-media-text .wp-block-media-text__media {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      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 {
  -webkit-box-sizing: border-box;
          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: .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: .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: .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.promotion {
  text-align: center;
  padding: 0 1em;
}

.wp-block-group.promotion h3 {
  font-size: 1.8rem;
  margin: 0 0 1em 0;
  line-height: 1.6;
}

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

.wp-block-gallery .slick-slider .slick-list {
  width: 100%;
}

.wp-block-gallery .slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide {
  height: 400px;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide {
    height: 250px;
  }
}

.wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide figcaption {
  z-index: 2;
}

.wp-block-gallery .slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 2em 0 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .wp-block-gallery .slick-slider .slick-dots {
    margin: 1em 0 0;
  }
}

.wp-block-gallery .slick-slider .slick-dots li {
  list-style: none;
}

.wp-block-gallery .slick-slider .slick-dots li.slick-active button {
  background: #78B843;
  color: #78B843;
}

.wp-block-gallery .slick-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0 8px;
  background: #ccc;
  color: #ccc;
}
/*# sourceMappingURL=style.css.map */