/*
Theme Name: Unite Foundation 2025
Author: Mike Ash
Author URI: https://iammikeash.co.uk
*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Regular.woff2") format("woff2"), url("assets/fonts/DMSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Medium.woff2") format("woff2"), url("assets/fonts/DMSans-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/DMSans-Bold.woff2") format("woff2"), url("assets/fonts/DMSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
html {
  font: 400 16px/1.3 "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  /*@media(min-width: 2016px) { //1920 * 1.05
  	font-size: 25px;
  }*/
}
@media (min-width: 1280px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 24px;
  }
}
html.wp-toolbar {
  font-size: 16px !important;
}

a {
  color: inherit;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

body.unite .fz-huge, body.unite .load-more-posts a,
.editor-styles-wrapper .load-more-posts body.unite a, body.unite .block--page-link, body.unite .block--page-header span,
.editor-styles-wrapper .block--page-header body.unite span, body.unite .header-main .menu, body.unite h1,
body.unite .has-huge-font-size,
.editor-styles-wrapper .fz-huge,
.editor-styles-wrapper .load-more-posts a,
.editor-styles-wrapper .block--page-link,
.editor-styles-wrapper .block--page-header span,
.editor-styles-wrapper h1,
.editor-styles-wrapper .has-huge-font-size {
  font-size: 2.75rem !important;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 2rem auto;
}
@media (min-width: 340px) {
  body.unite .fz-huge, body.unite .load-more-posts a,
  .editor-styles-wrapper .load-more-posts body.unite a, body.unite .block--page-link, body.unite .block--page-header span,
  .editor-styles-wrapper .block--page-header body.unite span, body.unite .header-main .menu, body.unite h1,
  body.unite .has-huge-font-size,
  .editor-styles-wrapper .fz-huge,
  .editor-styles-wrapper .load-more-posts a,
  .editor-styles-wrapper .block--page-link,
  .editor-styles-wrapper .block--page-header span,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .has-huge-font-size {
    font-size: 3rem !important;
  }
}
@media (min-width: 640px) {
  body.unite .fz-huge, body.unite .load-more-posts a,
  .editor-styles-wrapper .load-more-posts body.unite a, body.unite .block--page-link, body.unite .block--page-header span,
  .editor-styles-wrapper .block--page-header body.unite span, body.unite .header-main .menu, body.unite h1,
  body.unite .has-huge-font-size,
  .editor-styles-wrapper .fz-huge,
  .editor-styles-wrapper .load-more-posts a,
  .editor-styles-wrapper .block--page-link,
  .editor-styles-wrapper .block--page-header span,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .has-huge-font-size {
    font-size: 9.4vw !important;
  }
}
@media (min-width: 1280px) {
  body.unite .fz-huge, body.unite .load-more-posts a,
  .editor-styles-wrapper .load-more-posts body.unite a, body.unite .block--page-link, body.unite .block--page-header span,
  .editor-styles-wrapper .block--page-header body.unite span, body.unite .header-main .menu, body.unite h1,
  body.unite .has-huge-font-size,
  .editor-styles-wrapper .fz-huge,
  .editor-styles-wrapper .load-more-posts a,
  .editor-styles-wrapper .block--page-link,
  .editor-styles-wrapper .block--page-header span,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .has-huge-font-size {
    font-size: 7.9vw !important;
  }
}
@media (min-width: 2400px) {
  body.unite .fz-huge, body.unite .load-more-posts a,
  .editor-styles-wrapper .load-more-posts body.unite a, body.unite .block--page-link, body.unite .block--page-header span,
  .editor-styles-wrapper .block--page-header body.unite span, body.unite .header-main .menu, body.unite h1,
  body.unite .has-huge-font-size,
  .editor-styles-wrapper .fz-huge,
  .editor-styles-wrapper .load-more-posts a,
  .editor-styles-wrapper .block--page-link,
  .editor-styles-wrapper .block--page-header span,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper .has-huge-font-size {
    font-size: 181px !important;
  }
}
body.unite .fz-large, body.unite .has-large-font-size,
.editor-styles-wrapper .fz-large,
.editor-styles-wrapper .has-large-font-size {
  font-size: 2rem !important;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin: 1rem auto;
}
@media (min-width: 340px) {
  body.unite .fz-large, body.unite .has-large-font-size,
  .editor-styles-wrapper .fz-large,
  .editor-styles-wrapper .has-large-font-size {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 640px) {
  body.unite .fz-large, body.unite .has-large-font-size,
  .editor-styles-wrapper .fz-large,
  .editor-styles-wrapper .has-large-font-size {
    font-size: 6.5vw !important;
  }
}
@media (min-width: 1280px) {
  body.unite .fz-large, body.unite .has-large-font-size,
  .editor-styles-wrapper .fz-large,
  .editor-styles-wrapper .has-large-font-size {
    font-size: 5.525vw !important;
  }
}
@media (min-width: 2400px) {
  body.unite .fz-large, body.unite .has-large-font-size,
  .editor-styles-wrapper .fz-large,
  .editor-styles-wrapper .has-large-font-size {
    font-size: 132px !important;
  }
}
body.unite .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-size: 1.75rem !important;
}
body.unite ol, body.unite ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper ul {
  padding: 0;
  list-style-position: inside;
}
body.unite .btn, body.unite .wpcf7 input[type=submit],
.editor-styles-wrapper .btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.33em 2em;
  font-weight: 700;
  text-decoration: none;
}
body.unite .btn--keyline, body.unite .wpcf7 input[type=submit],
.editor-styles-wrapper .btn--keyline {
  background: none !important;
  border: 1px solid;
}

body.unite {
  /* &.text-black .header-main .this-is-us-logo {
  	background-image: url('assets/img/this-is-us-logo--black.svg');
  }
  &.text-black .header-main .menu-toggle {
  	background-image: url('assets/img/icon-menu--black.svg');
  }
  &.text-black .header-main #menu-toggle:checked + .menu-toggle {
  	background-image: url('assets/img/icon-close--black.svg');
  } */
}
body.unite .header-main,
body.unite .footer-main {
  padding: 2rem 0;
}
body.unite .header-main .row > * {
  flex: 0 0 auto;
}
body.unite .header-main .action-buttons {
  margin-left: auto;
  margin-right: 1em;
  font-size: 1.6em;
  width: 5.5em;
}
@media (max-width: 414px) {
  body.unite .header-main .action-buttons {
    font-size: 1.25em;
  }
}
body.unite .header-main .this-is-us-logo {
  display: inline-block;
  height: 5em;
  width: 9em;
  /* text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;

  background: url('assets/img/this-is-us-logo--white.svg') left top/contain no-repeat; */
  position: relative;
}
@media (max-width: 414px) {
  body.unite .header-main .this-is-us-logo {
    font-size: 0.6em;
  }
}
body.unite .header-main .this-is-us-logo svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}
body.unite .header-main a {
  text-decoration: none;
}
body.unite .header-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.unite .header-main .donate-button {
  display: block;
  border: 2px solid;
  padding: 0.4em 0.2em 0.2em;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.25em;
  transition: background-color 0.4s;
}
body.unite .header-main .donate-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
body.unite .header-main .social-links {
  display: flex;
  justify-content: space-between;
}
body.unite .header-main .social-links li {
  display: inline-block;
}
body.unite .header-main .menu-toggle {
  cursor: pointer;
  width: 3.65em;
  height: 2.75em;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media (max-width: 414px) {
  body.unite .header-main .menu-toggle {
    font-size: 0.8em;
  }
}
body.unite .header-main .menu-toggle:before, body.unite .header-main .menu-toggle:after {
  content: "";
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
  height: 18%;
  background: var(--text-color);
}
body.unite .header-main .menu-toggle:before {
  transform: translateY(-200%);
  box-shadow: 0 1em 0 var(--text-color);
}
body.unite .header-main .menu-toggle:after {
  transform: translateY(200%);
}
body.unite .header-main .menu {
  flex-basis: 100%;
  display: none;
  font-size: 5.5vw !important;
  /*@media(min-width: 2016px) { //1920 * 1.05
  	font-size: 110px !important;
  }*/
  margin: 2rem 0 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1280px) {
  body.unite .header-main .menu {
    font-size: 4.675vw !important;
  }
}
@media (min-width: 2400px) {
  body.unite .header-main .menu {
    font-size: 112px !important;
  }
}
body.unite .header-main .menu a {
  display: block;
  transition: opacity 0.2s;
}
body.unite .header-main .menu:hover a {
  opacity: 0.5;
}
body.unite .header-main .menu:hover a:hover {
  opacity: 1;
}
body.unite .header-main #menu-toggle {
  display: none;
}
body.unite .header-main #menu-toggle:checked + .menu-toggle {
  transition: transform 0.2s;
  transform: rotate(90deg);
}
body.unite .header-main #menu-toggle:checked + .menu-toggle:before {
  transition: 0.2s;
  box-shadow: 0 0 0 transparent;
  transform: translateY(0) rotate(45deg) scaleX(0.9);
}
body.unite .header-main #menu-toggle:checked + .menu-toggle:after {
  transition: 0.2s;
  transform: translateY(0) rotate(-45deg) scaleX(0.9);
}
body.unite .header-main #menu-toggle:checked ~ .menu {
  display: block;
  animation: slideUp 0.4s;
}
@keyframes slideUp {
  from {
    transform: translateY(2em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body.unite .footer-main {
  background: #09BCC0;
  color: #fff;
  padding-bottom: 0;
}
body.unite .footer-main .row {
  align-items: flex-start;
}
body.unite .footer-main .col {
  padding-right: 1em;
  flex: 0 0 100%;
}
body.unite .footer-main .col + .col + .col {
  flex-basis: 50%;
}
@media (min-width: 500px) {
  body.unite .footer-main .col {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  body.unite .footer-main .col {
    flex: 1 !important;
  }
}
body.unite .footer-main a {
  text-decoration: none;
}
body.unite .footer-main a:hover {
  text-decoration: underline;
}
body.unite .footer-main .unite-foundation-logo {
  display: inline-block;
  height: 5em;
  width: 9em;
  text-decoration: none !important;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: url("assets/img/unite-foundation-logo--white.svg") left top/contain no-repeat;
}
@media (max-width: 414px) {
  body.unite .footer-main .unite-foundation-logo {
    font-size: 0.6em;
  }
}
body.unite .footer-main .legals {
  padding: 1em 0;
  font-size: 14px;
  margin-top: 2rem;
  text-align: center;
  background: #fff;
  color: #333;
}

body, html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  min-width: 300px;
  overflow-x: hidden;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

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

body.unite {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*nf-field:nth-child(-n + 4) {
  	display: inline-block;
  	width: calc(50% - 0.5rem);
  }
  nf-field:nth-child(2),
  nf-field:nth-child(4) {
  	margin-left: 1rem;
  }
  nf-field:nth-last-child(3),
  nf-field:nth-last-child(2),
  nf-field:last-child {
  	font-size: 16px;
  }

  @media(min-width: 600px) {
  	nf-field:nth-last-child(4) {
  		width: 50%;
  		float: left;
  	}
  	nf-field:nth-last-child(3) {
  		width: 50%;
  		float: right;
  		color: both;
  		margin-top: -1em;
  	}
  	nf-field:nth-last-child(2) {
  		position: relative;
  		top: -1em;
  		margin-bottom: -2em;
  	}
  	nf-field:nth-last-child(2),
  	nf-field:last-child {
  		display: block;
  		padding-left: 50%;
  	}
  }*/
}
body.unite:not(.has-gradient):not(.blog):not(.single-post) {
  background-color: #96d6b0;
}
body.unite .content-wrap {
  flex: 1;
  padding-bottom: 4rem;
}
body.unite img {
  max-width: 100%;
  height: auto;
}
body.unite .container {
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  body.unite .container {
    width: 80%;
  }
}
body.unite .row {
  display: flex;
  flex-wrap: wrap;
}
body.unite .row > * {
  flex: 1;
}
body.unite .wp-block-table {
  margin: 2rem 0;
  padding: 0;
}
body.unite .wp-block-table table {
  table-layout: fixed;
}
body.unite .wpcf7 form:after {
  content: "";
  display: table;
  clear: both;
}
body.unite .wpcf7 label > .label {
  display: none;
}
body.unite .wpcf7 .col {
  flex: 0 0 calc(50% - 1rem);
}
body.unite .wpcf7 .col:nth-child(2n) {
  margin-left: 2rem;
}
body.unite .wpcf7 p {
  margin-top: 0;
}
body.unite .wpcf7 .consent {
  font-size: 1rem;
  max-width: 34em;
}
body.unite .wpcf7 .consent > *:first-child {
  font-size: 1rem;
  margin-top: 1em;
}
body.unite .wpcf7 input[type=text],
body.unite .wpcf7 input[type=email],
body.unite .wpcf7 textarea {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  width: 100%;
  max-width: none;
}
body.unite .wpcf7 input[type=submit] {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  border: 1px solid;
  cursor: pointer;
}
body.unite .wpcf7 .submit {
  margin-top: 1em;
}
@media (min-width: 640px) {
  body.unite .wpcf7 {
    /*.submit {
    	width: calc(50% + 1rem);
    	float: left;
    }
    .consent {
    	width: calc(50% - 1rem);
    	float: right;
    	> *:first-child {
    		margin-top: 0;
    	}
    }*/
  }
}
body.unite .wpcf7 .wpcf7-response-output {
  margin: 1em 0;
  padding: 0.5em;
}
body.unite .video-pre {
  float: right;
  clear: both;
  width: 100%;
  margin: 1rem 0;
  background: #000;
  position: relative;
}
@media (min-width: 640px) {
  body.unite .video-pre {
    width: 75%;
    float: none;
    clear: none;
  }
}
body.unite .video-pre:after {
  content: "";
  display: block;
  padding-bottom: 65.25%;
}
body.unite .video-pre iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.unite,
.editor-styles-wrapper {
  /* Post page */
}
body.unite .post-list,
.editor-styles-wrapper .post-list {
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: -2rem;
}
body.unite .post-list .post,
.editor-styles-wrapper .post-list .post {
  padding-bottom: 2rem;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  body.unite .post-list .post,
  .editor-styles-wrapper .post-list .post {
    flex: 0 0 50%;
    padding-right: 1em;
  }
  body.unite .post-list .post:nth-child(2n),
  .editor-styles-wrapper .post-list .post:nth-child(2n) {
    padding-left: 1em;
    padding-right: 0;
  }
}
body.unite .post-list .post h3, body.unite .post-list .post .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .post-list .post .m-legend,
.editor-styles-wrapper .post-list .post h3,
.editor-styles-wrapper .post-list .post .page-asset-generator .content-wrap .m-legend,
.page-asset-generator .content-wrap .editor-styles-wrapper .post-list .post .m-legend {
  font-size: 3rem;
  font-weight: 700;
  margin: 1rem 0 0;
  line-height: 1;
}
body.unite .post-list .post p,
.editor-styles-wrapper .post-list .post p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
body.unite .post-list .post .date,
.editor-styles-wrapper .post-list .post .date {
  display: block;
  margin-bottom: 3rem;
  margin-top: 0.75em;
}
body.unite .post-list .post .btn, body.unite .post-list .post .wpcf7 input[type=submit], body.unite .wpcf7 .post-list .post input[type=submit],
.editor-styles-wrapper .post-list .post .btn,
.editor-styles-wrapper .post-list .post body.unite .wpcf7 input[type=submit] {
  margin-top: auto;
  align-self: flex-start;
}
body.unite .post-list .post .post_text,
.editor-styles-wrapper .post-list .post .post_text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.unite .block--page-header,
.editor-styles-wrapper .block--page-header {
  margin-bottom: 2rem;
}
body.unite .block--page-header span,
.editor-styles-wrapper .block--page-header span {
  display: block;
  font-size: 15vw;
  /*@media(min-width: 2016px) { //1920 * 1.05
  	font-size: 302px;
  }*/
  padding: 0.2em;
  margin: 0 0 0.2em;
  border: 1px solid;
}
@media (min-width: 1280px) {
  body.unite .block--page-header span,
  .editor-styles-wrapper .block--page-header span {
    font-size: 12.75vw;
  }
}
@media (min-width: 2400px) {
  body.unite .block--page-header span,
  .editor-styles-wrapper .block--page-header span {
    font-size: 305px;
  }
}
body.unite .block--page-link,
.editor-styles-wrapper .block--page-link {
  display: block;
  padding: 0.5em 0.25em;
  margin: 1rem 0;
  text-decoration: none;
  letter-spacing: -0.075em;
}
body.unite .block--page-link + .block--accordion,
body.unite .block--page-link + .block--page-link,
.editor-styles-wrapper .block--page-link + .block--accordion,
.editor-styles-wrapper .block--page-link + .block--page-link {
  margin-top: 0;
}
body.unite .block--accordion,
.editor-styles-wrapper .block--accordion {
  margin: 4rem 0;
}
body.unite .block--accordion + .block--accordion,
body.unite .block--accordion + .block--page-link,
.editor-styles-wrapper .block--accordion + .block--accordion,
.editor-styles-wrapper .block--accordion + .block--page-link {
  margin-top: -3rem;
}
body.unite .block--accordion:last-child,
.editor-styles-wrapper .block--accordion:last-child {
  margin-bottom: 0;
}
body.unite .block--accordion .accordion_title,
.editor-styles-wrapper .block--accordion .accordion_title {
  cursor: pointer;
}
body.unite .block--accordion .accordion_title h3, body.unite .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .block--accordion .accordion_title .m-legend,
.editor-styles-wrapper .block--accordion .accordion_title h3,
.editor-styles-wrapper .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend,
.page-asset-generator .content-wrap .editor-styles-wrapper .block--accordion .accordion_title .m-legend {
  padding: 1.375rem 0.6875rem;
  letter-spacing: -0.075em;
  border: 1px solid;
  margin: 0;
  transition: background-color 0.4s, color 0.4s;
}
@media (min-width: 340px) {
  body.unite .block--accordion .accordion_title h3, body.unite .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .block--accordion .accordion_title .m-legend,
  .editor-styles-wrapper .block--accordion .accordion_title h3,
  .editor-styles-wrapper .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend,
  .page-asset-generator .content-wrap .editor-styles-wrapper .block--accordion .accordion_title .m-legend {
    padding: 1.5rem 0.75rem;
  }
}
@media (min-width: 640px) {
  body.unite .block--accordion .accordion_title h3, body.unite .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .block--accordion .accordion_title .m-legend,
  .editor-styles-wrapper .block--accordion .accordion_title h3,
  .editor-styles-wrapper .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend,
  .page-asset-generator .content-wrap .editor-styles-wrapper .block--accordion .accordion_title .m-legend {
    padding: 4.7vw 2.35vw;
  }
}
@media (min-width: 1280px) {
  body.unite .block--accordion .accordion_title h3, body.unite .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .block--accordion .accordion_title .m-legend,
  .editor-styles-wrapper .block--accordion .accordion_title h3,
  .editor-styles-wrapper .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend,
  .page-asset-generator .content-wrap .editor-styles-wrapper .block--accordion .accordion_title .m-legend {
    padding: 3.95vw 1.975vw;
  }
}
@media (min-width: 2400px) {
  body.unite .block--accordion .accordion_title h3, body.unite .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .block--accordion .accordion_title .m-legend,
  .editor-styles-wrapper .block--accordion .accordion_title h3,
  .editor-styles-wrapper .block--accordion .accordion_title .page-asset-generator .content-wrap .m-legend,
  .page-asset-generator .content-wrap .editor-styles-wrapper .block--accordion .accordion_title .m-legend {
    padding: 90.5px 45.25px;
  }
}
body.unite .block--accordion .accordion_content,
.editor-styles-wrapper .block--accordion .accordion_content {
  display: none;
  font-size: 1.5rem;
  padding: 1rem 0 0;
}
body.unite .block--accordion .accordion_content > *:first-child,
.editor-styles-wrapper .block--accordion .accordion_content > *:first-child {
  margin-top: 0;
}
body.unite .block--accordion .accordion_content > *:last-child,
.editor-styles-wrapper .block--accordion .accordion_content > *:last-child {
  margin-bottom: 0;
}
body.unite.has-gradient .block--accordion.is-open .accordion_title h3, body.unite.has-gradient .block--accordion.is-open .accordion_title .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite.has-gradient .block--accordion.is-open .accordion_title .m-legend,
.editor-styles-wrapper.has-gradient .block--accordion.is-open .accordion_title h3,
.editor-styles-wrapper.has-gradient .block--accordion.is-open .accordion_title .page-asset-generator .content-wrap .m-legend,
.page-asset-generator .content-wrap .editor-styles-wrapper.has-gradient .block--accordion.is-open .accordion_title .m-legend {
  background: #fff !important;
}
body.unite.has-gradient.text-black .block--accordion.is-open .accordion_title h3, body.unite.has-gradient.text-black .block--accordion.is-open .accordion_title .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite.has-gradient.text-black .block--accordion.is-open .accordion_title .m-legend,
.editor-styles-wrapper.has-gradient.text-black .block--accordion.is-open .accordion_title h3,
.editor-styles-wrapper.has-gradient.text-black .block--accordion.is-open .accordion_title .page-asset-generator .content-wrap .m-legend,
.page-asset-generator .content-wrap .editor-styles-wrapper.has-gradient.text-black .block--accordion.is-open .accordion_title .m-legend {
  background: #000 !important;
}
body.unite .block--trustees,
.editor-styles-wrapper .block--trustees {
  padding-top: 1rem;
}
body.unite .block--trustees .trustee,
.editor-styles-wrapper .block--trustees .trustee {
  flex: 0 0 100%;
  padding-bottom: 2rem;
}
@media (min-width: 500px) {
  body.unite .block--trustees .trustee,
  .editor-styles-wrapper .block--trustees .trustee {
    margin: 0 1rem;
    flex-basis: calc(50% - 2rem);
  }
}
@media (min-width: 768px) {
  body.unite .block--trustees .trustee,
  .editor-styles-wrapper .block--trustees .trustee {
    flex-basis: calc(33.33% - 2rem);
  }
}
@media (min-width: 1024px) {
  body.unite .block--trustees .trustee,
  .editor-styles-wrapper .block--trustees .trustee {
    flex-basis: calc(25% - 2rem);
  }
}
body.unite .block--trustees .trustee h3, body.unite .block--trustees .trustee .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .block--trustees .trustee .m-legend,
.editor-styles-wrapper .block--trustees .trustee h3,
.editor-styles-wrapper .block--trustees .trustee .page-asset-generator .content-wrap .m-legend,
.page-asset-generator .content-wrap .editor-styles-wrapper .block--trustees .trustee .m-legend {
  margin: 1rem 0 0;
}
body.unite .block--trustees .trustee p,
.editor-styles-wrapper .block--trustees .trustee p {
  margin: 0;
}
body.unite .block--trustees .trustee_image,
.editor-styles-wrapper .block--trustees .trustee_image {
  display: block;
  background: #fff;
  position: relative;
}
body.unite .block--trustees .trustee_image:after,
.editor-styles-wrapper .block--trustees .trustee_image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body.unite .block--trustees .trustee_image img,
.editor-styles-wrapper .block--trustees .trustee_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 500px) {
  body.unite .block--trustees .row,
  .editor-styles-wrapper .block--trustees .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
body.unite .block--downloads,
.editor-styles-wrapper .block--downloads {
  padding-top: 1rem;
}
body.unite .block--downloads .download,
.editor-styles-wrapper .block--downloads .download {
  flex: 0 0 100%;
  padding-bottom: 2rem;
}
@media (min-width: 500px) {
  body.unite .block--downloads .download,
  .editor-styles-wrapper .block--downloads .download {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    flex-basis: calc(50% - 2rem);
  }
}
@media (min-width: 768px) {
  body.unite .block--downloads .download,
  .editor-styles-wrapper .block--downloads .download {
    flex-basis: calc(33.33% - 2rem);
  }
}
@media (min-width: 1024px) {
  body.unite .block--downloads .download,
  .editor-styles-wrapper .block--downloads .download {
    flex-basis: calc(25% - 2rem);
  }
}
body.unite .block--downloads .download h3, body.unite .block--downloads .download .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite .block--downloads .download .m-legend,
.editor-styles-wrapper .block--downloads .download h3,
.editor-styles-wrapper .block--downloads .download .page-asset-generator .content-wrap .m-legend,
.page-asset-generator .content-wrap .editor-styles-wrapper .block--downloads .download .m-legend {
  margin: 1rem 0 0;
}
body.unite .block--downloads .download p,
.editor-styles-wrapper .block--downloads .download p {
  margin: 0;
}
body.unite .block--downloads .download p:last-of-type,
.editor-styles-wrapper .block--downloads .download p:last-of-type {
  margin-bottom: 3rem;
}
body.unite .block--downloads .download .btn, body.unite .block--downloads .download .wpcf7 input[type=submit], body.unite .wpcf7 .block--downloads .download input[type=submit],
.editor-styles-wrapper .block--downloads .download .btn,
.editor-styles-wrapper .block--downloads .download body.unite .wpcf7 input[type=submit] {
  align-self: flex-start;
  margin-top: auto;
}
@media (min-width: 500px) {
  body.unite .block--downloads .row,
  .editor-styles-wrapper .block--downloads .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
body.unite .block--images,
.editor-styles-wrapper .block--images {
  margin: 1rem 0;
}
body.unite .block--images .splide__slide,
.editor-styles-wrapper .block--images .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.unite .block--images img,
.editor-styles-wrapper .block--images img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media (max-width: 599px) {
  body.unite .block--images img,
  .editor-styles-wrapper .block--images img {
    max-width: 100% !important;
  }
}
body.unite .block--card-links,
.editor-styles-wrapper .block--card-links {
  margin: 2rem 0;
}
@media (max-width: 767px) {
  body.unite .block--card-links > div + div,
  .editor-styles-wrapper .block--card-links > div + div {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  body.unite .block--card-links,
  .editor-styles-wrapper .block--card-links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  body.unite .block--card-links > div,
  .editor-styles-wrapper .block--card-links > div {
    max-width: calc(50% - 1rem);
  }
}
body.unite .block--card-links > div,
.editor-styles-wrapper .block--card-links > div {
  flex: 1;
  padding: 2rem;
  border: 1px solid;
  display: flex;
  flex-direction: column;
}
body.unite .block--card-links h2,
.editor-styles-wrapper .block--card-links h2 {
  margin: 0;
}
body.unite .block--card-links p,
.editor-styles-wrapper .block--card-links p {
  margin-bottom: auto;
}
body.unite .block--card-links .btn, body.unite .block--card-links .wpcf7 input[type=submit], body.unite .wpcf7 .block--card-links input[type=submit],
.editor-styles-wrapper .block--card-links .btn,
.editor-styles-wrapper .block--card-links body.unite .wpcf7 input[type=submit] {
  margin-top: 2rem;
  align-self: flex-start;
}
body.unite .block--card-links + .block--card-links,
.editor-styles-wrapper .block--card-links + .block--card-links {
  margin-top: 0;
}
body.unite #ctf,
.editor-styles-wrapper #ctf {
  padding: 1rem;
  background: #fff;
  color: #000;
}
body.unite .post-sort,
.editor-styles-wrapper .post-sort {
  margin-top: 3rem;
  justify-content: space-between;
}
body.unite .post-sort > *,
.editor-styles-wrapper .post-sort > * {
  flex: 0 0 calc(50% - 1rem);
}
body.unite .post-sort input#search,
body.unite .post-sort select,
.editor-styles-wrapper .post-sort input#search,
.editor-styles-wrapper .post-sort select {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 0.2em 0.5em;
  font-size: 1.25em;
  background: linear-gradient(90deg, #fff, #fffac2);
}
body.unite .post-sort select,
.editor-styles-wrapper .post-sort select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDQwIDIwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzIzMWYyMDt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgMCAyMCAyMCA0MCAwLjAxIDggMCAwIDAiLz48L3N2Zz4="), linear-gradient(90deg, #fff, #fffac2);
  background-position: right 0.5em top 50%, center;
  background-size: auto 0.5em, 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
body.unite .post-sort input#search,
.editor-styles-wrapper .post-sort input#search {
  display: block;
  width: 100%;
  max-width: none;
}
body.unite .post-sort input#search::-moz-placeholder, .editor-styles-wrapper .post-sort input#search::-moz-placeholder {
  color: inherit;
}
body.unite .post-sort input#search::placeholder,
.editor-styles-wrapper .post-sort input#search::placeholder {
  color: inherit;
}
body.unite .post-header,
body.unite .post_thumb,
.editor-styles-wrapper .post-header,
.editor-styles-wrapper .post_thumb {
  display: block;
  position: relative;
  padding-bottom: 50%;
}
body.unite .post-header .top-half,
body.unite .post-header .bottom-half,
body.unite .post_thumb .top-half,
body.unite .post_thumb .bottom-half,
.editor-styles-wrapper .post-header .top-half,
.editor-styles-wrapper .post-header .bottom-half,
.editor-styles-wrapper .post_thumb .top-half,
.editor-styles-wrapper .post_thumb .bottom-half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 45%;
  overflow: hidden;
  background: #fff;
}
body.unite .post-header .top-half_image,
body.unite .post-header .bottom-half_image,
body.unite .post_thumb .top-half_image,
body.unite .post_thumb .bottom-half_image,
.editor-styles-wrapper .post-header .top-half_image,
.editor-styles-wrapper .post-header .bottom-half_image,
.editor-styles-wrapper .post_thumb .top-half_image,
.editor-styles-wrapper .post_thumb .bottom-half_image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 222%;
  background-size: cover;
  background-position: center;
}
body.unite .post-header .top-half,
body.unite .post_thumb .top-half,
.editor-styles-wrapper .post-header .top-half,
.editor-styles-wrapper .post_thumb .top-half {
  top: 0;
}
body.unite .post-header .top-half_image,
body.unite .post_thumb .top-half_image,
.editor-styles-wrapper .post-header .top-half_image,
.editor-styles-wrapper .post_thumb .top-half_image {
  top: 0;
}
body.unite .post-header .bottom-half,
body.unite .post_thumb .bottom-half,
.editor-styles-wrapper .post-header .bottom-half,
.editor-styles-wrapper .post_thumb .bottom-half {
  bottom: 0;
}
body.unite .post-header .bottom-half_image,
body.unite .post_thumb .bottom-half_image,
.editor-styles-wrapper .post-header .bottom-half_image,
.editor-styles-wrapper .post_thumb .bottom-half_image {
  bottom: 0;
}
body.unite .post-header,
.editor-styles-wrapper .post-header {
  margin-top: 3rem;
}
body.unite article.post .post_text,
.editor-styles-wrapper article.post .post_text {
  font-size: 1.75rem;
}
body.unite article.post .post_text h3, body.unite article.post .post_text .page-asset-generator .content-wrap .m-legend, .page-asset-generator .content-wrap body.unite article.post .post_text .m-legend,
.editor-styles-wrapper article.post .post_text h3,
.editor-styles-wrapper article.post .post_text .page-asset-generator .content-wrap .m-legend,
.page-asset-generator .content-wrap .editor-styles-wrapper article.post .post_text .m-legend {
  font-size: 1em;
  margin: 2rem 0 0.5rem;
}
body.unite article.post .date,
.editor-styles-wrapper article.post .date {
  font-size: 1rem;
}
body.unite .post_intro,
.editor-styles-wrapper .post_intro {
  padding: 2rem 0;
  justify-content: space-between;
}
body.unite .post_intro_text,
.editor-styles-wrapper .post_intro_text {
  flex: 0 0 50%;
}
body.unite .post_intro_image,
.editor-styles-wrapper .post_intro_image {
  flex: 0 0 45%;
}
body.unite .post_intro h1, body.unite .post_intro p,
.editor-styles-wrapper .post_intro h1,
.editor-styles-wrapper .post_intro p {
  font-size: 1.75rem;
  margin: 0;
}
body.unite .post_intro h1,
.editor-styles-wrapper .post_intro h1 {
  margin-bottom: 0.5rem;
}
body.unite .post_intro .date,
.editor-styles-wrapper .post_intro .date {
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 640px) {
  body.unite .post_intro,
  .editor-styles-wrapper .post_intro {
    display: block;
  }
  body.unite .post_intro_image,
  .editor-styles-wrapper .post_intro_image {
    margin-top: 2rem;
  }
}
body.unite .post_content,
.editor-styles-wrapper .post_content {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
  body.unite .post_content,
  .editor-styles-wrapper .post_content {
    width: 75%;
  }
}
body.unite .post_content .quote-spacer,
.editor-styles-wrapper .post_content .quote-spacer {
  width: 0;
  height: 0;
  float: right;
  clear: both;
}
body.unite .post_content blockquote,
.editor-styles-wrapper .post_content blockquote {
  float: right;
  clear: both;
  background: #000;
  padding: 1em;
  margin: 0.5em 0;
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 640px) {
  body.unite .post_content blockquote,
  .editor-styles-wrapper .post_content blockquote {
    width: 50%;
    margin: 1em;
    margin-right: -33.33%;
  }
}
body.unite .load-more-posts,
.editor-styles-wrapper .load-more-posts {
  flex: 0 0 100%;
}
body.unite .load-more-posts a,
.editor-styles-wrapper .load-more-posts a {
  display: block;
  padding: 0.5em 0.25em;
  margin: 1rem 0;
  text-decoration: none;
  letter-spacing: -0.075em;
  border: 1px solid;
}

body.unite.page-id-9394 .accordion_content {
  max-width: 60rem;
}

/* Blueprint */
@keyframes smoke {
  from {
    transform: scale(0.5) translateY(100%);
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    transform: scaleY(2) scaleX(4) translateY(-2rem);
    opacity: 0;
  }
}
.uf-blueprint {
  width: 90%;
  max-width: 40rem;
  margin: 10rem auto 2rem;
  position: relative;
  color: #000;
}
.uf-blueprint p {
  margin: 0;
}
.uf-blueprint:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 25%;
  margin-bottom: -1px;
  width: 2rem;
  height: 3rem;
  background: #e1f1f3;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}
.uf-blueprint:after {
  content: "";
  position: absolute;
  bottom: calc(100% + 3rem);
  right: 25%;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border-radius: 50%;
  animation: smoke 2s ease-out infinite;
}
.uf-blueprint .roof {
  background: #e1f1f3;
  text-align: center;
  padding: 1em 20%;
  -webkit-clip-path: polygon(20% 0, 80% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 80% 0, 100% 100%, 0% 100%);
  border-radius: 5px;
  font-size: 1.25rem;
}
.uf-blueprint .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .uf-blueprint .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.uf-blueprint .card {
  padding: 1em;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.uf-blueprint .card:before {
  content: "";
  padding-bottom: 100%;
  float: left;
}
.uf-blueprint .card:after {
  content: "";
  display: table;
  clear: both;
}
.uf-blueprint .card span, .uf-blueprint .card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.uf-blueprint .card span:before, .uf-blueprint .card a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: 1em;
  border-radius: 50%;
  background: #e1f1f3;
}
.uf-blueprint .card a {
  text-decoration: none;
}
.uf-blueprint .card a:after {
  content: "";
  position: absolute;
  inset: 0;
  transition: background 0.3s ease;
}
.uf-blueprint .card a:hover:after {
  background: rgba(0, 0, 0, 0.1);
}
.uf-blueprint .foundation {
  background: #e1f1f3;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
}

.page-asset-generator {
  color: #000;
  background: linear-gradient(118.5deg, #fcd2b9, #b2f2f1, #f9e29e, #ffc3cf, #d5c1fe) fixed !important;
}
.page-asset-generator .content-wrap a.asset-thumb {
  text-decoration: none;
}
.page-asset-generator .content-wrap a.asset-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page-asset-generator .content-wrap h3, .page-asset-generator .content-wrap .m-legend {
  margin: 0;
}
.page-asset-generator .content-wrap h3 + p, .page-asset-generator .content-wrap .m-legend + p {
  margin-top: 0;
}
.page-asset-generator .content-wrap .btn, .page-asset-generator .content-wrap body.unite .wpcf7 input[type=submit], body.unite .wpcf7 .page-asset-generator .content-wrap input[type=submit] {
  margin-top: 2rem;
}
.page-asset-generator .content-wrap label {
  display: block;
  margin-top: 1em;
}
.page-asset-generator .content-wrap label + input,
.page-asset-generator .content-wrap input + input {
  margin-top: 1em;
}
.page-asset-generator .content-wrap input, .page-asset-generator .content-wrap select {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  background: #fff;
  font-size: 1.25rem;
  padding: 0.1em 0.25em;
  display: block;
  width: 100%;
  max-width: none;
}
.page-asset-generator .content-wrap input[type=number], .page-asset-generator .content-wrap select[type=number] {
  width: 5em;
  display: inline-block;
}
.page-asset-generator .content-wrap input[type=color], .page-asset-generator .content-wrap select[type=color] {
  height: 2em;
  margin-top: 0.2em;
}
.page-asset-generator .content-wrap input[type=file], .page-asset-generator .content-wrap select[type=file] {
  background: none;
  margin-top: 1rem;
}
.page-asset-generator .content-wrap select {
  padding-right: 2em;
  background: #fff url("assets/img/icon-down-arrow.svg") right 0.5em center/1em auto no-repeat;
}
.page-asset-generator .content-wrap .col:not(:first-child) {
  padding-left: 2rem;
}
.page-asset-generator .content-wrap .m-two-col {
  font-size: 0.8em;
}
.page-asset-generator .content-wrap .m-legend {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: none;
}
@media (max-width: 639px) {
  .page-asset-generator .content-wrap .row {
    max-width: 300px;
  }
  .page-asset-generator .content-wrap .row:not(.m-two-col) {
    display: block;
  }
  .page-asset-generator .content-wrap .row:not(.m-two-col) > .col + .col {
    margin-top: 1em;
  }
  .page-asset-generator .content-wrap .row .col {
    padding-left: 0;
  }
  .page-asset-generator .content-wrap .row.legend {
    display: none;
  }
  .page-asset-generator .content-wrap .m-legend {
    display: block;
  }
  .page-asset-generator .content-wrap #info-toggle {
    margin-left: 0;
  }
}
.page-asset-generator #preview {
  outline: 1px solid #000;
  display: block;
  position: relative;
  background: #fff;
  width: 300px;
  flex: 0 0 300px;
  align-self: flex-start;
  position: relative;
}
.page-asset-generator #preview:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-asset-generator #preview + .col {
  flex: 0 0 100%;
  margin-top: 3rem;
}
@media (min-width: 640px) {
  .page-asset-generator #preview + .col {
    flex: 1;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .page-asset-generator #preview {
    flex-basis: 450px;
  }
}
@media (min-width: 1366px) {
  .page-asset-generator #preview {
    flex-basis: 600px;
  }
}
.page-asset-generator #preview #canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-asset-generator #preview .text01, .page-asset-generator #preview .text02 {
  display: block;
  background: #fff;
  position: absolute;
  font-weight: 500;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
  height: 52px;
  width: 221px;
  line-height: 52px;
  top: 88px;
  left: 40px;
  font-size: 30px;
}
@media (min-width: 1024px) {
  .page-asset-generator #preview .text01, .page-asset-generator #preview .text02 {
    padding: 0 11px;
    height: 78px;
    width: 332px;
    line-height: 78px;
    top: 133px;
    left: 61px;
    font-size: 45px;
  }
}
@media (min-width: 1366px) {
  .page-asset-generator #preview .text01, .page-asset-generator #preview .text02 {
    padding: 0 16px;
    height: 104px;
    width: 442px;
    line-height: 104px;
    top: 176px;
    left: 80px;
    font-size: 60px;
  }
}
.page-asset-generator #preview .text02 {
  top: 158px;
}
@media (min-width: 1024px) {
  .page-asset-generator #preview .text02 {
    top: 239px;
  }
}
@media (min-width: 1366px) {
  .page-asset-generator #preview .text02 {
    top: 316px;
  }
}
.page-asset-generator .asset-gen-back {
  margin-bottom: 2rem;
  margin-top: 0 !important;
}
.page-asset-generator .asset--twitter #preview:after {
  padding-bottom: 50%;
}
.page-asset-generator .asset--twitter #preview .text01, .page-asset-generator .asset--twitter #preview .text02 {
  padding: 0 4px;
  height: 31px;
  width: 129px;
  line-height: 31px;
  top: 38px;
  left: 85px;
  font-size: 17px;
}
@media (min-width: 1024px) {
  .page-asset-generator .asset--twitter #preview .text01, .page-asset-generator .asset--twitter #preview .text02 {
    padding: 0 6px;
    height: 46px;
    width: 194px;
    line-height: 46px;
    top: 58px;
    left: 128px;
    font-size: 26px;
  }
}
@media (min-width: 1366px) {
  .page-asset-generator .asset--twitter #preview .text01, .page-asset-generator .asset--twitter #preview .text02 {
    padding: 0 8px;
    height: 62px;
    width: 258px;
    line-height: 62px;
    top: 76px;
    left: 170px;
    font-size: 34px;
  }
}
.page-asset-generator .asset--twitter #preview .text02 {
  top: 80px;
}
@media (min-width: 1024px) {
  .page-asset-generator .asset--twitter #preview .text02 {
    top: 121px;
  }
}
@media (min-width: 1366px) {
  .page-asset-generator .asset--twitter #preview .text02 {
    top: 160px;
  }
}
.page-asset-generator .legend {
  padding-bottom: 2em;
}
.page-asset-generator #info {
  padding-top: 2rem;
  display: none;
}
.page-asset-generator #info.is-active {
  display: block;
}
.page-asset-generator #info-toggle, .page-asset-generator #download {
  padding: 0.2em 0.5em;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .page-asset-generator #info-toggle, .page-asset-generator #download {
    font-size: 1.25rem;
  }
}
.page-asset-generator #download {
  background: linear-gradient(90deg, #d5c1fe, #ffc3cf, #f9e29e, #b2f2f1, #fcd2b9);
  color: #000;
}
.page-asset-generator #info-toggle {
  display: inline-block !important;
  cursor: pointer;
  border: 1px solid;
  background: transparent;
  color: #000;
  margin-left: -2rem;
}
.page-asset-generator #info-toggle.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.page-asset-generator #info-toggle > span {
  display: none;
}
@media (min-width: 960px) {
  .page-asset-generator #info-toggle > span {
    display: inline;
  }
}
.page-asset-generator .protected-post-form {
  max-width: 20em;
  margin: 4rem auto;
}
.page-asset-generator .protected-post-form label {
  display: none;
}
.page-asset-generator .protected-post-form input[type=password] {
  display: block;
  width: 100%;
  max-width: none;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  background: #fff;
  font-size: 1.5rem;
  padding: 0.1em 0.25em;
}
.page-asset-generator .protected-post-form input[type=password]::-moz-placeholder {
  color: #d5c1fe;
}
.page-asset-generator .protected-post-form input[type=password]::placeholder {
  color: #d5c1fe;
}
.page-asset-generator .protected-post-form input[type=submit] {
  font: inherit;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  background: linear-gradient(90deg, #d5c1fe, #ffc3cf, #f9e29e, #b2f2f1, #fcd2b9);
  padding: 0.2em 1.5em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1rem 0 0;
  cursor: pointer;
  background-size: 100% 100%;
  transform: scale(1.001);
  transition: background-size 0.2s, transform 0.2s;
  will-change: transform;
}
.page-asset-generator .protected-post-form input[type=submit]:hover {
  transition: background-size 1s, transform 0.3s;
  background-size: 400% 100%;
  transform: scale(1.05);
}

.editor-styles-wrapper {
  font-family: "DM Sans", sans-serif !important;
}
.editor-styles-wrapper .wp-block {
  width: 90%;
  max-width: 1366px;
}
.editor-styles-wrapper .block-editor-inner-blocks .wp-block {
  width: auto;
}
.editor-styles-wrapper .block--accordion {
  padding: 5px;
  outline: 1px solid #efefef;
  /* h3 {
  	font-size: 3em !important;
  } */
}
.editor-styles-wrapper .block--accordion .accordion_content {
  display: block !important;
}
.editor-styles-wrapper .block--accordion.is-hidden {
  outline: 3px dashed pink;
  position: relative;
}
.editor-styles-wrapper .block--accordion.is-hidden:after {
  content: "Hidden";
  position: absolute;
  top: 0;
  right: 0;
  background: pink;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

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