<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: SDRT
Theme URI:
Description: Custom theme for SDRT and &amp;Rose Creative
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

.sans {
  font-family: "DM Sans", Arial, Verdana, sans-serif;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.purple {
  color: #7672FD;
}

.green {
  color: #C7F435;
}

.orange {
  Color: #F15C2C;
}

.blue {
  color: #AEDEE7;
}

.lt-grey {
  color: #f2f2f2;
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #000;
}

.purple-bg {
  background: #7672FD;
}

.green-bg {
  background: #C7F435;
}

.orange-bg {
  background: #F15C2C;
}

.blue-bg {
  background: #AEDEE7;
}

.lt-grey-bg {
  background: #f2f2f2;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.xbold {
  font-weight: 800;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.05em;
}

.xspace {
  letter-spacing: 0.1em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

a {
  color: #7672FD;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

a:hover {
  color: #000;
}

.rel {
  position: relative;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline {
  display: inline-block;
}

ul.inline &gt; li {
  display: inline;
  float: left;
}

ul.ilb &gt; li,
.ilb {
  display: inline-block;
  vertical-align: top;
}

ul.ilb {
  display: block;
}

li.vmiddle,
.vmiddle {
  vertical-align: middle;
}

li.vbottom,
.vbottom {
  vertical-align: bottom;
}

.reverse {
  direction: rtl;
}

.dfix {
  direction: ltr;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

img.fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.cover {
  background: url(images/trans.png) no-repeat center;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.grid.row {
  grid-auto-rows: 1fr;
}

.grid.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.over {
  position: relative;
  z-index: 20;
}

.swap {
  grid-auto-flow: column;
  direction: rtl;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.overflow {
  overflow: hidden;
}

.green-pattern {
  background: url(images/pattern-green.svg) repeat center #C7F435;
}

.blue-pattern {
  background: url(images/pattern-blue.svg) repeat center #AEDEE7;
}

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.6em;
  font-size: 1.125rem;
  font-weight: 500;
}

.text.small-text {
  font-size: 1rem;
}

.text.large-text {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text p {
  margin: 15px 0;
}

.text a {
  color: #7672FD;
  text-decoration: underline;
}

.text a:hover {
  color: #000;
}

.text.white a {
  color: #fff;
  text-decoration: underline;
}

.text.white a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header-text p:first-child,
.text p:first-child {
  margin-top: 0;
}

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  display: inline-block;
}

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px;
  display: inline-block;
}

.text ul {
  margin: 30px 0;
  list-style: none;
  padding: 0 0 0 10px;
}

.text ul li {
  position: relative;
  margin: 0;
  line-height: 1.3em;
  padding: 0 0 0 20px;
}

.text ul li + li {
  margin-top: 5px;
}

.text ul li:before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  margin: 30px 0 10px 0;
  font-weight: normal;
  color: #000;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  line-height: 1.3em;
}

.text h1 {
  font-size: 3rem;
}

.text h2 {
  font-size: 2.25rem;
}

.text h3 {
  font-size: 1.625rem;
}

.text h4 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.text h5 {
  font-size: 1rem;
}

.text.white h1,
.text.white h2,
.text.white h3,
.text.white h4,
.text.white h5 {
  color: #fff;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text ul:first-child {
  margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text ul:last-child {
  margin-bottom: 0;
}

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #7672FD;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: left;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  font-weight: 600;
}

.text.white blockquote {
  color: #fff;
}

section {
  scroll-margin-top: 180px;
}

/* !Body - - - - - */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 16px;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  color: #000;
  line-height: 1.6em;
  background: #f2f2f2;
}

#container {
  background: #fff;
}

.page-block + .page-block {
  margin-top: 90px;
}

.page-block.bg,
.block-pad,
.block-pad-top {
  padding: 90px 0;
}

.page-block.bg.small-block-pad,
.small-block-pad {
  padding: 65px 0;
}

.page-block.bg.vsmall-block-pad,
.vsmall-block-pad {
  padding: 40px 0;
}

.big-block-pad,
.page-block.bg.big-block-pad {
  padding: 110px 0;
}

.page-block.bg + .page-block.bg {
  margin-top: 0;
}

.page-block:last-child {
  padding-bottom: 90px;
}

#main &gt; .page-block:first-child.bg {
  margin-top: 0;
}

.block-pad-top {
  padding-top: 90px;
}

.block-pad-bottom {
  padding-bottom: 90px;
}

.big-block-pad:first-child,
.page-block.bg.big-block-pad:first-child {
  padding-top: 110px;
}

.big-block-pad:last-child,
.page-block.bg.big-block-pad:last-child {
  padding-bottom: 110px;
}

.page-block.bg.no-pad,
.page-block.no-pad {
  padding: 0;
}

.page-block.margin-check:last-child {
  padding-bottom: 0;
}

.page-block.border-pad {
  padding: 10px;
}

.page-block.big-border-pad {
  padding: 30px;
}

.inner {
  padding: 0 40px;
  max-width: 880px;
  margin: 0 auto;
  display: block;
}

.inner.team {
  max-width: 1024px;
}

.inner.mid {
  max-width: 1100px;
}

.inner.wide {
  max-width: 1270px;
}

/* !Buttons &amp; Links - - - - - */
.button,
html .donation-form input.btn-submit,
input.gform_button {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.3em;
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  background: none;
  border-radius: 0;
  padding: 12px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.35s ease-in-out;
}

.button.green-bg {
  background: #C7F435;
  color: #000;
  border-color: #C7F435;
}

.button:hover,
.button.green-bg:hover,
html .donation-form input.btn-submit:hover,
input.gform_button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* !Headlines - - - - - */
.headline36 {
  font-size: 2.25rem;
  line-height: 1.3em;
}

.headline48 {
  font-size: 3rem;
  line-height: 1.3em;
}

.headline54 {
  font-size: 3.375rem;
  line-height: 1.2em;
  font-weight: 500;
}

.headline60 {
  font-size: 3.75rem;
  line-height: 1.2em;
}

.headline72 {
  font-size: 4.5rem;
  line-height: 1.1em;
  font-weight: bold;
}

.headline120 {
  font-size: 7.5rem;
  line-height: 1em;
  font-weight: bold;
}

.has-border {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.small-label,
.big-label,
.tiny-label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.tiny-label {
  font-size: 0.875rem;
  line-height: 1.3em;
}

.small-label {
  font-size: 1rem;
  line-height: 1.3em;
}

.big-label {
  font-size: 1.125rem;
  line-height: 1.3em;
}

/* !Spacing - - - - - */
* + .button {
  margin-top: 40px;
}

* + .text {
  margin-top: 35px;
}

* + .headline48 {
  margin-top: 15px;
}

/* !Header - - - - - */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100200;
}

.pre-header {
  height: 40px;
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.pre-nav {
  justify-content: flex-end;
  align-items: center;
  gap: 17px;
}

ul.pre-nav a {
  display: block;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.3em;
  position: relative;
  font-weight: 500;
}

ul.pre-nav li + li &gt; a:before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -9px;
  background: #000;
  z-index: 1;
  transform: translate(0, -50%);
}

ul.pre-nav a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.main-header {
  height: 140px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  transition: all 0.35s ease-in-out;
}

a.logo {
  width: 350px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-indent: -9999px;
  transition: all 0.35s ease-in-out;
}

a.logo svg {
  display: block;
  width: 100%;
  height: auto;
}

a.logo .letters path,
a.logo .letters rect,
a.logo .letters polygon {
  fill: #000;
  transition: all 0.35s ease-in-out;
}

header.overlay a.logo .letters path,
header.overlay a.logo .letters rect,
header.overlay a.logo .letters polygon {
  fill: #fff;
}

.scrolled header.overlay a.logo .letters path,
.scrolled header.overlay a.logo .letters rect,
.scrolled header.overlay a.logo .letters polygon,
.nav-active header.overlay a.logo .letters path,
.nav-active header.overlay a.logo .letters rect,
.nav-active header.overlay a.logo .letters polygon {
  fill: #000;
}

.scrolled .main-header {
  height: 100px;
}

.scrolled a.logo {
  width: 250px;
  background-size: 250px auto;
}

ul.nav {
  width: calc(100% - 380px);
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 25px;
}

ul.nav li.nav-button {
  padding-left: 10px;
}

a.main-link {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  font-size: 1.125rem;
  line-height: 100%;
  height: 100%;
  font-weight: 600;
  color: #000;
}

header.overlay a.main-link {
  color: #fff;
}

header.overlay a.main-link polygon,
header.overlay a.main-link path {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.scrolled header.overlay a.main-link {
  color: #000;
}

.scrolled header.overlay a.main-link polygon,
.scrolled header.overlay a.main-link path {
  fill: #000;
}

ul.nav &gt; li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

ul.subnav {
  width: 200px;
  position: absolute;
  top: calc(50% + 25px);
  left: -9999px;
  background: #f2f2f2;
  z-index: 1001;
  padding: 30px 20px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 0.35s ease-in-out;
}

li:hover ul.subnav {
  left: 50%;
  opacity: 1;
}

ul.subnav a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.125rem;
  line-height: 100%;
  height: 100%;
  font-weight: 600;
  color: #000;
}

ul.subnav li {
  display: flex;
  justify-content: center;
}

ul.subnav li + li {
  margin-top: 20px;
}

a.main-link,
ul.subnav a,
ul.filter-list a,
a.icon-link .small-label {
  text-decoration: none;
  background-image: linear-gradient(90deg, #c7f435 0%, #c7f435 100%);
  background-repeat: no-repeat;
  background-size: 0 10px;
  background-position: 50% calc(50% + 6px);
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: all 0.35s ease-in-out;
}

ul.filter-list a {
  background-image: linear-gradient(90deg, #c7f435 0%, #c7f435 100%);
}

li:hover a.main-link,
ul.subnav a:hover,
a.main-link.active,
ul.subnav a.active,
ul.filter-list a:hover,
ul.filter-list a.active,
a.icon-link:hover .small-label {
  background-size: 100% 10px;
  background-position: 0 calc(50% + 6px);
}

#container {
  padding-top: 180px;
}

#container.no-pre-nav {
  padding-top: 140px;
}

header.overlay + .nav-wrap + #container {
  padding-top: 40px;
}

header.overlay .main-header {
  background: rgba(255, 255, 255, 0);
}

.scrolled header.overlay .main-header {
  background: #fff;
}

/* !Mobile Nav - - - - - */
.nav-wrap {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  min-height: 100dvh;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100100;
  transition: all 0.5s ease-in-out;
}

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1;
}

.nav-scroll {
  min-height: 100dvh;
  overflow: scroll;
  padding: 100px 25px 40px 25px;
}

a.nav-toggle {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 15px;
  right: 25px;
  z-index: 200600;
  background: #C7F435;
  display: none;
}

a.nav-toggle div {
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
  text-indent: -9999px;
  transition: all 0.35s ease-in-out;
}

.nav-active a.nav-toggle {
  background: #7672FD;
}

.nav-active a.nav-toggle div {
  background: #fff;
}

a.nav-toggle div:nth-child(1) {
  transform: translate(-50%, -8px);
}

a.nav-toggle div:nth-child(3) {
  transform: translate(-50%, 6px);
}

.nav-active a.nav-toggle div:nth-child(2) {
  opacity: 0;
}

.nav-active a.nav-toggle div:nth-child(1) {
  transform: translate(-50%, -1px) rotate(45deg);
}

.nav-active a.nav-toggle div:nth-child(3) {
  transform: translate(-50%, -1px) rotate(-45deg);
}

a.mobile-link,
ul.small-mobile-nav a {
  display: block;
  color: #000;
  font-size: 1.625rem;
  line-height: 1.3em;
  display: block;
  font-weight: 600;
  padding: 5px 0;
}

ul.small-mobile-nav a:hover,
ul.small-mobile-nav a.active {
  color: #7672FD;
}

* + ul.small-mobile-nav,
.nav-wrap * + ul.social {
  padding-top: 30px;
}

ul.mobile-nav &gt; li + li {
  margin-top: 5px;
}

ul.small-mobile-nav a {
  font-size: 1rem;
  line-height: 1.3em;
}

ul.small-mobile-nav &gt; li + li {
  margin-top: 5px;
}

ul.mobile-subnav {
  display: none;
  padding: 5px 0 15px 0;
}

ul.mobile-subnav a {
  display: block;
  color: #000;
  font-size: 1rem;
  padding: 5px 0;
  font-weight: 600;
}

ul.mobile-subnav a:hover,
ul.mobile-subnav a.active {
  color: #7672FD;
}

ul.mobile-subnav li {
  padding-left: 20px;
  border-left: 2px solid #AEDEE7;
}

ul.mobile-nav a.button {
  font-size: 1.25rem;
  padding: 10px 30px;
  margin-top: 5px;
}

a.mobile-sub-toggle {
  padding-right: 30px;
  position: relative;
}

a.mobile-sub-toggle:before {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  background: #7672FD;
  transform: translate(0, -50%);
}

a.mobile-sub-toggle:after {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 2;
  background: #7672FD;
  transform: translate(0, -50%);
  transition: all 0.35s ease-in-out;
}

a.mobile-sub-toggle.active:after {
  opacity: 0;
}

a.mobile-link span {
  display: inline-block;
  text-decoration: none;
  background-image: linear-gradient(90deg, #c7f435 0%, #c7f435 100%);
  background-repeat: no-repeat;
  background-size: 0 13px;
  position: relative;
  left: -5px;
  background-position: 50% calc(50% + 6px);
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: all 0.35s ease-in-out;
}

a.mobile-link:hover span,
a.mobile-link.active span {
  background-size: 100% 13px;
  background-position: 0 calc(50% + 6px);
}

/* !Footer - - - - - */
footer {
  background: url(images/sdrt-purple.svg) no-repeat left bottom #f2f2f2;
  padding: 100px 0;
}

.footer-left {
  padding-bottom: 220px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
}

.footer-max {
  max-width: 630px;
}

.footer-cols {
  gap: 50px;
}

ul.footer-col a {
  display: block;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.3em;
  color: #000;
  font-weight: 500;
}

ul.footer-col a:hover {
  color: rgba(0, 0, 0, 0.5);
}

ul.footer-col li + li {
  margin-top: 15px;
}

.footer-button {
  text-align: right;
}

* + .footer-button {
  margin-top: 35px;
}

* + .footer-credit {
  margin-top: 50px;
}

ul.footer-credit-links {
  gap: 17px;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 500;
  color: #000;
}

ul.footer-credit-links li {
  position: relative;
}

ul.footer-credit-links a {
  color: #000;
  position: relative;
  display: inline-block;
}

ul.footer-credit-links a:hover {
  color: rgba(0, 0, 0, 0.5);
}

ul.footer-credit-links li:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -9px;
  background: #000;
  z-index: 1;
  transform: translate(0, -50%);
}

ul.footer-credit-links li:last-child:after {
  display: none;
}

.footer-credit {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}

ul.social {
  gap: 10px;
  align-items: center;
}

ul.social path {
  transition: all 0.35s ease-in-out;
}

ul.social a:hover path {
  fill: #7672FD;
}

* + .signup-form {
  padding-top: 50px;
}

/* !Text Block - - - - - */
.title-max,
.header-max {
  max-width: 775px;
}

.text-border-wrap.border-right {
  padding-right: 408px;
}

.text-border-wrap.border-left {
  padding-left: 408px;
}

.text-block.has-pattern {
  overflow: hidden;
}

.text-border-wrap.theme-blue.border-right:after {
  content: "";
  width: 10000px;
  height: calc(100% + 180px);
  position: absolute;
  top: -90px;
  left: calc(100% - 338px);
  z-index: 1;
  background: url(images/vert-pattern-blue.svg) repeat left top #fff;
}

.text-border-wrap.theme-blue.border-left:after {
  content: "";
  width: 10000px;
  height: calc(100% + 180px);
  position: absolute;
  top: -90px;
  right: calc(100% - 338px);
  z-index: 1;
  background: url(images/vert-pattern-blue.svg) repeat right top #fff;
}

.text-border-wrap.theme-green.border-right:after {
  content: "";
  width: 10000px;
  height: calc(100% + 180px);
  position: absolute;
  top: -90px;
  left: calc(100% - 338px);
  z-index: 1;
  background: url(images/vert-pattern-green.svg) repeat left top #fff;
}

.text-border-wrap.theme-green.border-left:after {
  content: "";
  width: 10000px;
  height: calc(100% + 180px);
  position: absolute;
  top: -90px;
  right: calc(100% - 338px);
  z-index: 1;
  background: url(images/vert-pattern-green.svg) repeat right top #fff;
}

/* !CTA Block - - - - - */
.block-grid {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 100px;
}

.align-center {
  align-items: center;
}

a.angle-link {
  font-size: 3rem;
  line-height: 1.2em;
  border-bottom: 2px solid #000;
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 20px;
  color: #000;
  padding-bottom: 10px;
  align-items: center;
}

a.angle-link:hover {
  color: #7672FD;
}

a.angle-link svg {
  transform-origin: center;
  transition: all 0.35s ease-in-out;
}

a.angle-link:hover svg {
  transform: rotate(360deg);
}

ul.link-list li + li {
  margin-top: 25px;
}

/* !Image / Video Header - - - - - */
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-block .bg-image:before {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.bg-image img,
.bg-image video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

a.play-video {
  width: 70px;
  height: 70px;
  display: block;
}

a.play-video.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

a.play-video rect {
  transition: all 0.35s ease-in-out;
}

a.play-video:hover rect {
  fill: #7672FD;
}

.page-block.trans-header.bg {
  padding: 220px 50px 90px 50px;
}

a.play-video.bottom-right {
  position: absolute;
  bottom: 90px;
  right: 50px;
  z-index: 20;
}

.video-header .header-max {
  max-width: 895px;
  padding-right: 120px;
}

.trans-header {
  min-height: calc(100dvh - 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* !Intro Block - - - - - */
.title-max + .block-grid,
.title-max + .block-max {
  margin-top: 60px;
}

/* !Quote Block - - - - - */
.quote-text {
  hanging-punctuation: first;
}

.quote-name {
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 500;
}

* + .quote-name {
  margin-top: 60px;
}

/* !Text Callout - - - - - */
.callout-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 70px;
}

/* !Icon Columns - - - - - */
ul.icon-cols {
  display: inline-grid;
  gap: 50px;
}

ul.icon-cols li {
  text-align: center;
}

.icon-wrap {
  max-width: 80px;
  margin: 0 auto 30px auto;
}

* + ul.icon-cols {
  margin-top: 50px;
}

.block-max {
  max-width: 1050px;
}

a.icon-link {
  display: block;
  position: relative;
}

a.icon-link .small-label {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

/* !Alternating Rows - - - - - */
.alt-row + .alt-row {
  margin-top: 90px;
}

.text-grid.alt-row {
  align-items: center;
}

.alt-row:nth-child(even),
.swap .alt-row:nth-child(odd) {
  grid-auto-flow: column;
  direction: rtl;
}

.swap .alt-row:nth-child(even) {
  direction: ltr;
}

.image-border {
  border: 10px solid #7672FD;
  position: relative;
  display: block;
  background: #7672FD;
}

.image-border.theme-orange {
  border-color: #F15C2C;
  background: #F15C2C;
}

.image-border.theme-green {
  border-color: #C7F435;
  background: #C7F435;
}

.image-border.theme-blue {
  border-color: #AEDEE7;
  background: #AEDEE7;
}

.alt-icon {
  width: 100px;
  position: absolute;
  bottom: 30px;
  right: -5px;
  transform: translate(50%, 0);
  z-index: 10;
}

.alt-row:nth-child(even) .alt-icon,
.swap .alt-row:nth-child(odd) .alt-icon,
.impact-slider .alt-icon {
  right: auto;
  left: -5px;
  transform: translate(-50%, 0);
}

.alt-row.block-grid {
  align-items: center;
}

.block-standard,
.block-wide {
  direction: ltr;
}

.image-lockup {
  padding: 2px;
}

.image-lockup:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(images/lockup-cover.svg) no-repeat center;
  background-size: 100% auto;
}

/* !Wide Media - - - - - */
a.video-link {
  display: block;
  position: relative;
}

a.video-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

a.video-link rect {
  transition: all 0.35s ease-in-out;
}

a.video-link:hover rect {
  fill: #7672FD;
}

/* !Accordion - - - - - */
.acc-content {
  display: none;
  padding: 5px 0 50px 0;
}

.acc-item {
  border-bottom: 2px solid #000;
}

.acc-wrap {
  border-top: 2px solid #000;
}

a.acc-toggle {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 15px;
  align-items: start;
  padding: 15px 0;
  color: #000;
}

a.acc-toggle:hover {
  color: #7672FD;
}

a.acc-toggle.has-icon {
  grid-template-columns: 40px 1fr 42px;
}

.toggle-label.headline48 {
  margin-top: 0;
}

* + .acc-wrap {
  margin-top: 50px;
}

.toggle-arrow,
.toggle-icon {
  position: relative;
  top: 8px;
}

.toggle-arrow svg {
  display: block;
}

.toggle-arrow {
  transform-origin: center;
  transition: all 0.35s ease-in-out;
}

.ui-state-active .toggle-arrow {
  transform: rotate(180deg);
}

/* !Gallery Block - - - - - */
* + ul.gallery-arrows {
  margin-top: 60px;
}

ul.gallery-arrows {
  gap: 20px;
  align-items: center;
}

ul.gallery-arrows svg {
  display: block;
}

ul.gallery-arrows path,
ul.gallery-arrows polygon {
  transition: all 0.35s ease-in-out;
}

ul.gallery-arrows a:hover path,
ul.gallery-arrows a:hover polygon {
  fill: rgba(0, 0, 0, 0.5);
}

/* !Impact - - - - - */
.impact-number {
  font-size: 12.5rem;
  line-height: 0.9em;
  font-weight: bold;
  margin-bottom: -60px;
  position: relative;
  z-index: 10;
}

.impact-max {
  max-width: 800px;
  margin: 0 auto;
}

.impact-bottom {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

.impact-bottom-max {
  max-width: 50%;
}

.page-block.impact-block.has-logo {
  padding-bottom: 120px;
  background: url(images/sdrt-lt-grey.svg) no-repeat right bottom;
}

.page-block.impact-block.has-logo + .page-block.bg {
  margin-top: 0;
}

/* !Impact Slider - - - - - */
.impact-slider-block ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -60px;
  left: 30px;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  gap: 40px;
}

.impact-slider-block ul.slick-dots li {
  flex-grow: 1;
  height: 2px;
  text-indent: -9999px;
  background: #000;
  transition: all 0.35s ease-in-out;
}

.impact-slider-block ul.slick-dots li.slick-active {
  background: #F15C2C;
}

.impact-slider .block-standard ul.gallery-arrows {
  display: none;
  padding-top: 30px;
  margin-top: 0;
}

/* !Features - - - - - */
.title-max + ul.post-grid {
  margin-top: 30px;
}

ul.post-grid {
  grid-auto-rows: 1fr;
  width: calc(100% + 80px);
  margin-left: -40px;
}

ul.post-grid.no-hover .bg-image {
  display: none;
}

a.grid-post-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  color: #000;
}

ul.post-grid.no-hover .post-title {
  color: #000;
  transition: all 0.35s ease-in-out;
}

ul.post-grid.no-hover a:hover .post-title {
  color: #fff;
}

a.grid-post-link:after {
  content: "";
  width: calc(100% - 80px);
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 40px;
  z-index: 20;
}

a.grid-post-link:before {
  content: "";
  width: 2px;
  height: calc(100% - 80px);
  background: #000;
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: 20;
}

li:nth-child(3n+1) a.grid-post-link:before {
  display: none;
}

.grid-cat {
  font-size: 1.125rem;
  line-height: 1.3em;
  border-bottom: 2px solid #000;
  font-weight: 500;
  padding-bottom: 3px;
  margin-bottom: 50px;
  display: inline-block;
}

.grid-date {
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 15px;
  align-items: end;
}

.grid-date svg {
  display: block;
  transform-origin: center;
  transition: all 0.35s ease-in-out;
}

a:hover .grid-date svg {
  transform: rotate(360deg);
}

a.grid-post-link .bg-image {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

a.grid-post-link:hover .bg-image {
  opacity: 1;
}

a.grid-post-link .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(199, 244, 53, 0.7);
}

li.grid-post:nth-child(4n+2) a.grid-post-link .bg-image:before {
  background: rgba(118, 114, 253, 0.7);
}

li.grid-post:nth-child(4n+3) a.grid-post-link .bg-image:before {
  background: rgba(241, 92, 44, 0.7);
}

li.grid-post:nth-child(4n+4) a.grid-post-link .bg-image:before {
  background: rgba(174, 222, 231, 0.7);
}

.features-block li.grid-post:nth-child(6n+1) a.grid-post-link .bg-image:before {
  background: rgba(199, 244, 53, 0.7);
}

.features-block li.grid-post:nth-child(6n+2) a.grid-post-link .bg-image:before {
  background: rgba(118, 114, 253, 0.7);
}

.features-block li.grid-post:nth-child(6n+3) a.grid-post-link .bg-image:before {
  background: rgba(241, 92, 44, 0.7);
}

.features-block li.grid-post:nth-child(6n+4) a.grid-post-link .bg-image:before {
  background: rgba(118, 114, 253, 0.7);
}

.features-block li.grid-post:nth-child(6n+5) a.grid-post-link .bg-image:before {
  background: rgba(199, 244, 53, 0.7);
}

.features-block li.grid-post:nth-child(6n+6) a.grid-post-link .bg-image:before {
  background: rgba(241, 92, 44, 0.7);
}

/* !Step Slider - - - - - */
.step-slider-block {
  padding-left: 50px;
}

.step-wide {
  width: calc(100vw + 830px);
}

.step-box {
  width: 830px;
  padding: 50px 70px;
  border-right: 60px solid #fff;
  height: 100%;
}

.step-label {
  font-size: 1.125rem;
  line-height: 1.3em;
  border-bottom: 2px solid #000;
  font-weight: 500;
  padding-bottom: 3px;
  margin-bottom: 50px;
  display: inline-block;
}

* + .add-content {
  margin-top: 40px;
}

.step-slider * + .text {
  margin-top: 25px;
}

.step-slider .add-content * + .text {
  margin-top: 15px;
}

.step-slider .add-content * + .headline48 {
  margin-top: 5px;
}

.legacy-header + .step-wide {
  margin-top: 50px;
}

.step-slider .slick-track {
  display: flex;
}

.step-slider .slick-slide {
  display: flex;
  height: inherit !important;
  align-items: center;
  justify-content: center;
}

/* !Form Block - - - - - */
* + .page-form {
  margin-top: 70px;
}

/* !Legacy Block - - - - - */
.legacy-block {
  overflow: hidden;
  position: relative;
}

.slick-prev,
.slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
}

.legacy-block &gt; .over {
  padding: 10px 100px 100px 50px;
}

.legacy-scroll {
  position: relative;
  z-index: 10;
}

.legacy-header + .legacy-line {
  margin-top: 50px;
}

.legacy-slide {
  max-width: 410px;
  position: relative;
  z-index: 10;
  padding-right: 40px;
}

.legacy-image {
  margin-bottom: 50px; /* display: flex; justify-content: center; align-items: center; */
}

/* .legacy-image.h-image { width: 410px;}

.legacy-image.v-image { width: 310px; }

.legacy-image img,
.legacy-image .image-wrap
{ object-fit: contain; width: 100%; height: 100%;}

.legacy-image.h-image { padding-top: 50px;} */
.legacy-scroll {
  display: flex;
  gap: 70px;
}

.legacy-slide * + .text {
  margin-top: 15px;
}

.legacy-line:after {
  content: "";
  width: 50000px;
  height: 2px;
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: 1;
  background: #000;
}

.legacy-header {
  display: grid;
  grid-template-columns: 1fr 104px;
  gap: 40px;
  max-width: calc(100vw - 50px);
  padding-right: 40px;
}

.mobile-legacy-wrap {
  display: none;
  padding-right: 30px;
  margin-top: 30px;
}

.mobile-legacy-wrap .image-border {
  margin-bottom: 30px;
}

/* !Single Post - - - - - */
* + .post-header-date {
  margin-top: 30px;
}

.post-header-block {
  padding-top: 65px;
}

/* !Blog Landing - - - - - */
.page-block.filter-bar.bg {
  padding: 30px 0;
}

ul.filter-list a {
  display: block;
  position: relative;
  font-size: 1.375rem;
  color: #000;
  position: relative;
  top: -1px;
}

ul.filter-list a:before {
  content: "";
  width: 2px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: -26px;
  background: #000;
  z-index: 1;
  transform: translate(0, -50%);
}

ul.filter-list {
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

ul.filter-list li.filter-label {
  margin-right: -30px;
}

ul.filter-list li.filter-label + li a:before {
  display: none;
}

.page-block.blog-grid-block {
  padding-bottom: 130px;
}

.filter-select {
  display: none;
}

.filter-select .tiny-label {
  margin-bottom: 10px;
}

.filter-select select {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  background: url(images/select-arrow.svg) no-repeat right 10px center #fff;
  padding: 5px 40px 5px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/* !Category Page - - - - - */
.big-label + .headline72 {
  margin-top: 10px;
}

/* !Team Landing - - - - - */
ul.team-grid {
  gap: 70px 25px;
}

.grid-team-image {
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

a:hover .grid-team-image {
  border-bottom-right-radius: 50px;
}

ul.team-grid .grid-team-content {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 20px;
  align-items: end;
  color: #000;
}

.grid-team-title {
  padding-top: 5px;
}

a &gt; div.image-hover,
a.image-hover {
  position: relative;
  display: block;
}

a &gt; div.image-hover:before,
a.image-hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: all 0.35s ease-in-out;
}

a:hover &gt; div.image-hover:before,
a.image-hover:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

.grid-team-content svg {
  transform-origin: center;
  display: block;
  position: relative;
  bottom: 8px;
  transition: all 0.35s ease-in-out;
}

a:hover .grid-team-content svg {
  transform: rotate(360deg);
}

.team-over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 200000;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.team-flex {
  padding: 120px 0;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
}

.team-over.active {
  visibility: visible;
  opacity: 1;
}

a.team-close svg {
  display: block;
}

a.team-close {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 200100;
}

a.team-close path,
a.team-close polygon {
  transition: all 0.35s ease-in-out;
}

a.team-close:hover path,
a.team-close:hover polygon {
  fill: rgba(0, 0, 0, 0.5);
}

.bio-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 100px;
}

ul.filter-grid li.hide {
  display: none;
}

ul.filter-grid li.show {
  display: block;
}

html.team-active #container {
  height: 100dvh;
  overflow: hidden;
}

/* !Contact Info Bar - - - - - */
.contact-cols {
  gap: 70px;
}

a.email,
.contact-text {
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: 500;
  display: block;
  color: #000;
  margin-top: 10px;
}

a.email:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* !Footer Signup - - - - - */
.gfield {
  margin: 0;
  clear: both;
}

.gfield_error.gfield {
  margin-bottom: 20px;
}

input.medium,
input.large,
input.small,
select,
textarea,
.ginput_complex input,
.ginput_product_price_wrapper input[type=text],
.gfield--type-product input[type=number],
input.datepicker {
  background: none;
  border-radius: 0;
  height: 60px;
  font-size: 1rem;
  line-height: 1.1em;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px 15px;
  border: 2px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-weight: 500;
}

.signup-form input.large {
  padding-right: 80px;
  font-size: 1.125rem;
}

select {
  background: url(images/select-arrow.svg) no-repeat right 15px center;
  padding-right: 45px;
}

textarea {
  resize: none;
  height: 150px;
  padding: 15px;
}

.gfield_label,
.ginput_complex label,
.ginput_container_creditcard legend,
.gfield--type-choice legend {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3em;
  color: #000;
  margin-bottom: 5px;
}

.page-form .gfield_label {
  display: none;
}

.page-form.show-labels .gfield_label {
  display: block;
}

.signup-form .gfield_label {
  display: none;
}

#field_1_1 {
  position: relative;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  transition: all 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

#gform_fields_1 #field_submit input.gform-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(images/circle-arrow-right.svg) no-repeat center;
  border: none;
  text-indent: -9999px;
  transition: all 0.35s ease-in-out;
}

#gform_fields_1 #field_submit input.gform-button:hover {
  opacity: 0.5;
}

#gform_fields_1 {
  display: block;
  position: relative;
}

.gform_submission_error,
.validation_message,
.gfield_validation_message {
  color: #F15C2C !important;
}

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #000;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gfield_required_text,
.gfield--input-type-consent legend {
  display: none !important;
}

.gfield_required:after {
  content: " *";
  color: #F15C2C;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-indent: 0;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.gform_submission_error {
  padding-bottom: 20px;
  color: #F15C2C !important;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: bold;
  padding-bottom: 30px;
}

.validation_message,
.gfield_validation_message,
.gfield_description,
.gfield--type-html {
  padding-top: 15px;
  color: #000;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.4em;
  clear: both;
}

.validation_message,
.gfield_validation_message {
  color: #F15C2C;
}

h3.gsection_title,
.text h3.gsection_title {
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 50px 0 30px 0;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.gform_confirmation_message {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.4em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.gform_validation_container {
  display: none !important;
}

.gfield_radio,
.gfield_checkbox,
.gfield--type-consent {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.gfield--type-consent legend {
  display: none;
}

fieldset.gfield--type-choice {
  clear: both;
}

fieldset.gfield--type-choice legend {
  padding-top: 20px;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.gfield--type-consent {
  text-align: left;
  width: calc(50% - 4px);
  display: inline-block;
  padding: 0 25px 0 36px;
  margin: 15px 0 0 0;
  position: relative;
  vertical-align: top;
}

.gfield--type-consent {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}

.gfield_radio label,
.gfield_checkbox label,
.gfield--type-consent label {
  font-size: 0.875rem;
  display: block;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  color: #000;
  font-weight: bold;
}

.gfield--type-consent label {
  padding-left: 36px;
}

.gfield--type-consent legend {
  padding-bottom: 5px;
}

.gfield_radio input,
.gfield_checkbox input,
.gfield--type-consent input {
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.gfield_checkbox input,
.gfield--type-consent input {
  border-radius: 0;
}

.woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
  top: 1px;
}

.woocommerce-form-login__rememberme,
.remember_me label {
  position: relative;
  padding-left: 34px;
  top: 0;
}

.remember_me label {
  margin-top: 20px;
}

.woocommerce input#rememberme {
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
#loginform .sensei-login-submit a {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}

.gfield_radio input:checked {
  background: #7672FD;
}

.gfield_checkbox input:checked,
.offset input[type=checkbox],
.woocommerce input#rememberme:checked,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked,
.remember_me input[type=checkbox]:checked,
.gfield--type-consent input:checked {
  background: url(images/check-white.svg) no-repeat center #000;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.gfield {
  flex-basis: 100%;
}

.gfield--width-half {
  flex-basis: calc(50% - 10px);
}

.ginput_complex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.gfield--type-time .ginput_complex {
  gap: 10px;
}

.hour_minute_colon {
  width: 3px;
  position: relative;
  top: 46px;
}

.screen-reader-text {
  display: none;
}

.gfield--type-time .ginput_container {
  flex-basis: calc(33.33% - 11px);
}

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  flex-basis: 100%;
}

.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: 40%;
}

.ginput_complex.ginput_container_address span:nth-child(4) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%;
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.gform_wrapper {
  text-align: left;
}

.text .gform_wrapper {
  margin-top: 40px;
}

.text .gform_wrapper:first-child {
  margin-top: 0;
}

.gform_drop_area {
  border: 1px dashed #000;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#extensions_message {
  display: block;
  margin-top: 3px;
}

.ginput_preview {
  font-size: 0.9375rem;
  line-height: 16px;
  margin-bottom: 8px;
}

.ginput_preview button {
  width: 16px;
  height: 16px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: url(images/cancel.svg) no-repeat;
}

.gform_footer img {
  display: block;
  margin: 30px auto 0 auto;
  width: 24px;
  height: 24px;
  clear: both;
}

.ginput_product_price_wrapper {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  border: none;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  margin: 0;
  font-weight: bold;
}

.ginput_product_price_wrapper .gform-field-label {
  margin-bottom: 5px;
}

.ginput_product_price_wrapper input[type=text] {
  font-size: 1rem;
  line-height: 1.4em;
  border: none;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  margin: 0;
}

.gfield--type-product input[type=number] {
  margin-left: 10px;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.gfield--type-product .ginput_quantity_label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 0 !important;
}

.gfield--type-total {
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  color: #000;
  margin: 40px 0;
}

.gfield--type-total .gfield_label {
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  display: inline-block;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  vertical-align: top;
  padding: 0 15px 0 0;
  color: #000;
  position: relative;
  top: 1px;
  text-transform: capitalize;
}

.ginput_container_total {
  font-weight: bold;
  display: inline-block;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  vertical-align: top;
}

input.ginput_total {
  border: none;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #000;
  background: none;
  padding: 0;
}

.ginput_container_creditcard {
  max-width: 475px;
}

.ginput_container_creditcard span {
  display: block;
  width: 100%;
  float: none;
}

.ginput_container_creditcard span + span {
  margin-top: 20px;
}

.ginput_cardinfo_left {
  margin-bottom: 20px;
}

.gform_card_icon_container,
.ginput_container_creditcard span.ginput_card_security_code_icon {
  display: none;
}

.gform_footer {
  padding-top: 20px;
}

.donation {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}

.donation h3 {
  flex-basis: 100%;
}

.donation .field.radio {
  flex-basis: 50%;
  padding-right: 40px;
}

.donation .field.radio.other-option {
  flex-basis: auto;
  padding-right: 15px;
  position: relative;
  top: -3px;
}

/* !Datepicker - - - - - */
.ui-datepicker {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -9999px;
  left: -9999px;
  transform: translate(0, 15px);
  width: 280px;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  border-radius: none;
  font-weight: bold;
}

.ui-datepicker-title {
  padding: 10px 0;
}

table.ui-datepicker-calendar td {
  padding: 4px 5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}

table.ui-datepicker-calendar th {
  color: #000;
}

.ui-datepicker-title select {
  width: calc(50% - 8px);
  margin: 0 0 0 8px;
  background-color: #f2f2f2;
  color: #000;
  font-size: 0.8125rem;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  font-weight: 600;
  height: 40px;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 0 25px 0 10px;
}

.ui-datepicker-title select:first-child {
  margin: 0 8px 0 0;
}

a.ui-datepicker-prev {
  width: 50%;
  padding: 0 5px 3px 15px;
  line-height: 20px;
  font-weight: bold;
  background: url(images/small-arrow-left.svg) no-repeat left 4px;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
}

a.ui-datepicker-next {
  width: 50%;
  padding: 0 15px 3px 5px;
  text-align: right;
  line-height: 20px;
  font-weight: bold;
  background: url(images/small-arrow-right.svg) no-repeat right 4px;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
}

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
  color: #7672FD;
}

a.ui-datepicker-prev span {
  padding-left: 10px;
  background: #fff;
  margin-left: -8px;
}

a.ui-datepicker-next span {
  padding-right: 10px;
  background: #fff;
  margin-right: -8px;
}

.ui-datepicker-calendar {
  width: 100%;
}

table.ui-datepicker-calendar td a {
  color: rgba(0, 0, 0, 0.4);
  display: block;
}

table.ui-datepicker-calendar td.ui-datepicker-today a,
table.ui-datepicker-calendar td a:hover {
  color: #7672FD;
}

.ginput_container_date span,
.gfield--type-date .screen-reader-text {
  display: none;
}

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important;
}

/* !Bloomerang Forms - - - - - */
html #donation-form {
  font-family: "DM Sans", Arial, Verdana, sans-serif !important;
  color: #000;
}

html #donation-form .section + .section {
  margin-top: 45px;
}

html #donation-form .section + .section.recurring {
  margin-top: 0;
}

html #donation-form .section.captcha {
  margin-bottom: 45px;
}

html #donation-form .section h3 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3em;
}

html #donation-form * + .text {
  margin-top: 0;
}

html #donation-form div.field {
  margin-bottom: 20px;
  padding: 0;
}

html .donation-form .field input,
html .donation-form .field select,
html .donation-form .field textarea,
html .donation-form #card-element,
html .donation-form #paypal-button-container {
  max-width: none;
  background: none;
  border-radius: 0;
  height: 60px;
  font-size: 1.125rem;
  line-height: 1.1em;
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  color: #000;
  padding: 10px 15px;
  border: 2px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-weight: 500;
  box-sizing: border-box;
}

html .donation-form #card-element {
  height: auto;
  padding: 15px;
}

html .donation-form .field.radio input,
html .donation-form .field.checkbox input {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding: 0;
  position: relative;
  top: -1px;
}

html .donation-form .field.checkbox input {
  border-radius: 0;
}

html .donation-form .field.radio input:checked,
html .donation-form .field.checkbox input:checked {
  background: url(images/check-white.svg) no-repeat center #000;
}

html .donation-form .field.radio label,
html .donation-form .field.checkbox label {
  display: grid !important;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
}

html .donation-form .field textarea {
  height: 150px;
}

html .donation-form .field select {
  background: url(images/select-arrow.svg) no-repeat right 15px center;
  padding-right: 50px;
}

html .donation-form label {
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 3px;
}

html .donation-form label.recurring span.pabel {
  font-size: 1.375rem;
  font-weight: bold;
}

html .donation-form #other-amount {
  width: 100px;
}

html .donation-form div.field.other-amount {
  position: relative;
  top: -5px;
  margin-left: 15px;
}

/* !Pagination - - - - - */
.post-nav {
  padding-top: 30px;
}

/* !Consent Banner - - - - - */
html .cky-consent-container .cky-consent-bar {
  font-family: "DM Sans", Arial, Verdana, sans-serif;
  border-radius: 0;
}

html .cky-consent-container .cky-btn-accept,
html .cky-consent-container .cky-btn-reject,
html .cky-consent-container .cky-btn-customize {
  transition: all 0.35s ease-in-out;
}

html .cky-consent-container .cky-btn-accept:hover {
  background: #000 !important;
  border-color: #000 !important;
  opacity: 1 !important;
}

html .cky-consent-container .cky-btn-reject:hover,
html .cky-consent-container .cky-btn-customize:hover,
html .cky-modal .cky-footer-wrapper button:hover {
  border-color: #000 !important;
  color: #fff !important;
  background: #000 !important;
  opacity: 1 !important;
}

html .cky-consent-container .cky-banner-btn-close {
  top: 12px !important;
  right: 12px !important;
  transition: all 0.35s ease-in-out;
}

html .cky-consent-container .cky-banner-btn-close:hover {
  opacity: 0.5 !important;
}

html .cky-consent-container {
  max-width: 410px;
}

/* html body button.cky-iab-dec-btn:not(:hover):not(:active),
html body.cky-iab-nav-item.cky-iab-nav-item-active button.cky-iab-nav-btn:not(:hover):not(:active),
html bodybutton.cky-show-table-btn:not(:hover):not(:active),
html body.cky-iab-nav-item.cky-iab-nav-item-active button.cky-iab-nav-btn,
html body button.cky-show-desc-btn:not(:hover):not(:active),
html body button.cky-iab-dec-btn,
html body button#ckyIABNoticeButton
{ color: $green !important;}

html body button.cky-show-desc-btn:hover,
html body button.cky-iab-dec-btn:hover,
html body button#ckyIABNoticeButton:hover
{ color: $grey !important;}

html body .cky-iab-nav-item.cky-iab-nav-item-active
{ border-color: $green !important;}

html body .cky-switch-sm input[type="checkbox"]:checked,
html body .cky-switch input[type="checkbox"]:checked
{ background: $green !important; }

html body .cky-notice-group { flex-direction: column; gap: 30px;} */
/* !Cookie Policy Page - - - - - */
.cky-table-wrapper {
  margin: 30px 0;
}

.cky-audit-table-element {
  margin-top: 30px;
}

/* !Accessibility Focus - - - - - */
* :focus-visible,
a:focus-visible,
a.nav-toggle:focus-visible,
input.gform_button:focus-visible {
  outline: 2px solid #F15C2C;
  outline-offset: 5px;
}

input.medium:focus-visible,
input.large:focus-visible,
input.small:focus-visible,
input.search-box:focus-visible,
select:focus-visible,
textarea:focus-visible,
.ginput_complex input:focus-visible,
.ginput_product_price_wrapper input[type=text]:focus-visible,
.gfield--type-product input[type=number]:focus-visible,
input.datepicker:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible {
  outline: none;
  border-color: #F15C2C;
}

/* !Media Queries - - - - - */
@media only screen and (max-width: 1300px) {
  /* Style adjustments for viewports that meet the condition */
  a.logo,
  .scrolled a.logo {
    width: 250px;
  }
  .main-header {
    height: 100px;
    gap: 25px;
  }
  #container {
    padding-top: 140px;
  }
  #container.no-pre-nav {
    padding-top: 100px;
  }
  header.overlay + .nav-wrap + #container {
    padding-top: 40px;
  }
  .pre-header,
  .main-header {
    padding: 0 25px;
  }
  ul.nav {
    width: calc(100% - 275px);
    gap: 20px;
  }
  ul.nav li.nav-button {
    padding-left: 5px;
  }
  footer {
    background-size: 600px auto;
  }
  .impact-number {
    font-size: 10rem;
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 1200px) {
  a.main-link, ul.subnav a,
  li.nav-button .button {
    font-size: 1rem;
  }
  ul.nav {
    width: calc(100% - 245px);
    gap: 15px;
  }
  a.logo,
  .scrolled a.logo {
    width: 220px;
  }
  footer {
    background-size: 500px auto;
  }
  .headline36 {
    font-size: 2rem;
    line-height: 1.3em;
  }
  .headline48,
  a.angle-link {
    font-size: 2.625rem;
    line-height: 1.3em;
  }
  .headline54 {
    font-size: 3rem;
    line-height: 1.3em;
  }
  .headline60 {
    font-size: 3.25rem;
    line-height: 1.2em;
  }
  .headline72 {
    font-size: 3.75rem;
    line-height: 1.1em;
  }
  .headline120 {
    font-size: 5.625rem;
    line-height: 1em;
  }
  .text-border-wrap.theme-blue.border-right:after,
  .text-border-wrap.theme-blue.border-left:after,
  .text-border-wrap.theme-green.border-right:after,
  .text-border-wrap.theme-green.border-left:after {
    background-size: 338px auto;
  }
  .text-border-wrap.border-right {
    padding-right: 300px;
  }
  .text-border-wrap.border-left {
    padding-left: 300px;
  }
  .text-border-wrap.theme-blue.border-right:after,
  .text-border-wrap.theme-green.border-right:after {
    left: calc(100% - 230px);
  }
  .text-border-wrap.theme-blue.border-left:after,
  .text-border-wrap.theme-green.border-left:after {
    right: calc(100% - 230px);
  }
  .block-grid,
  .callout-grid {
    gap: 70px;
  }
  .impact-number {
    font-size: 7.5rem;
    margin-bottom: -30px;
  }
}
@media only screen and (max-width: 1023px) {
  ul.nav,
  .pre-header,
  .impact-slider .block-wide ul.gallery-arrows,
  .alt-icon,
  ul.filter-list,
  a.grid-post-link .bg-image {
    display: none;
  }
  .alt-row .alt-icon,
  a.nav-toggle {
    display: block;
  }
  .inner {
    padding: 0 25px;
    max-width: 850px;
  }
  .legacy-header {
    padding-right: 25px;
    max-width: calc(100vw - 25px);
  }
  .main-header,
  .scrolled .main-header {
    height: 80px;
  }
  #container,
  #container.no-pre-nav {
    padding-top: 80px;
  }
  header.overlay + .nav-wrap + #container {
    padding-top: 0;
  }
  .page-block + .page-block,
  .alt-row + .alt-row {
    margin-top: 70px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 70px 0;
  }
  .page-block.bg.small-block-pad,
  .small-block-pad {
    padding: 50px 0;
  }
  .post-header-block {
    padding-top: 50px;
  }
  .page-block.bg.vsmall-block-pad,
  .vsmall-block-pad {
    padding: 40px 0;
  }
  .big-block-pad,
  .page-block.bg.big-block-pad {
    padding: 85px 0;
  }
  .page-block:last-child {
    padding-bottom: 70px;
  }
  .block-pad-top {
    padding-top: 70px;
  }
  .block-pad-bottom {
    padding-bottom: 70px;
  }
  .big-block-pad:first-child,
  .page-block.bg.big-block-pad:first-child {
    padding-top: 90px;
  }
  .big-block-pad:last-child,
  .page-block.bg.big-block-pad:last-child {
    padding-bottom: 90px;
  }
  .headline36 {
    font-size: 1.75rem;
    line-height: 1.3em;
  }
  .headline48,
  a.angle-link {
    font-size: 2.375rem;
    line-height: 1.3em;
  }
  .headline54 {
    font-size: 2.625rem;
    line-height: 1.3em;
  }
  .headline60 {
    font-size: 3rem;
    line-height: 1.3em;
  }
  .headline72 {
    font-size: 3.375rem;
    line-height: 1.2em;
  }
  .headline120 {
    font-size: 4.375rem;
    line-height: 1.1em;
  }
  .text h1 {
    font-size: 2.375rem;
  }
  .text h2 {
    font-size: 1.75rem;
  }
  .text h3 {
    font-size: 1.375rem;
  }
  .text blockquote {
    padding-left: 20px;
    font-size: 1.25rem;
  }
  * + .button {
    margin-top: 30px;
  }
  * + .text {
    margin-top: 25px;
  }
  .footer-grid,
  .block-grid,
  .callout-grid,
  .bio-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 30px;
    grid-auto-rows: auto;
  }
  .alt-row:nth-child(even),
  .swap .alt-row:nth-child(odd) {
    grid-auto-flow: row;
  }
  .footer-left {
    padding-bottom: 0;
  }
  ul.footer-col a,
  .footer-button {
    text-align: left;
  }
  .footer-credit {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  footer {
    padding: 40px 0 200px 0;
  }
  .page-block.trans-header.bg {
    padding: 140px 25px 60px 25px;
  }
  .trans-header {
    min-height: 100dvh;
  }
  .green-pattern,
  .blue-pattern {
    background-size: 135px auto;
  }
  .text-border-wrap.border-right {
    padding-right: 200px;
  }
  .text-border-wrap.border-left {
    padding-left: 200px;
  }
  .text-border-wrap.theme-blue.border-right:after,
  .text-border-wrap.theme-green.border-right:after {
    left: calc(100% - 130px);
  }
  .text-border-wrap.theme-blue.border-left:after,
  .text-border-wrap.theme-green.border-left:after {
    right: calc(100% - 130px);
  }
  .title-max + .block-grid,
  .title-max + .block-max,
  * + .quote-name,
  * + ul.gallery-arrows {
    margin-top: 45px;
  }
  .quote-text {
    padding-left: 10px;
  }
  .alt-icon {
    width: 80px;
  }
  .alt-row .image-lockup,
  .alt-row .image-border,
  .impact-slider .image-border {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .impact-slider .block-standard ul.gallery-arrows {
    display: flex;
  }
  .page-block.bg.impact-slider-block {
    padding-bottom: 90px;
  }
  .impact-slider-block ul.slick-dots {
    gap: 20px;
  }
  ul.post-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ul.post-grid {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  a.grid-post-link {
    gap: 25px;
    padding: 25px;
  }
  a.grid-post-link:after {
    width: calc(100% - 50px);
    left: 25px;
  }
  a.grid-post-link:before {
    height: calc(100% - 50px);
    top: 25px;
  }
  li:nth-child(3n+1) a.grid-post-link:before {
    display: block;
  }
  li:nth-child(odd) a.grid-post-link:before {
    display: none;
  }
  .filter-select {
    display: block;
  }
  a.team-close {
    top: 20px;
    right: 30px;
  }
  .team-flex {
    padding: 90px 0 40px 0;
  }
  .bio-image {
    max-width: 380px;
    margin: 0 auto;
  }
  .step-box {
    padding: 35px 30px;
    border-width: 30px;
    width: 600px;
  }
  .step-slider-block {
    padding-left: 25px;
  }
  .legacy-block &gt; .over {
    padding: 40px 0 0 25px;
  }
}
@media only screen and (max-width: 900px) {
  .text-border-wrap.theme-blue.border-right:after,
  .text-border-wrap.theme-green.border-right:after,
  .text-border-wrap.theme-blue.border-left:after,
  .text-border-wrap.theme-green.border-left:after {
    display: none;
  }
  .page-block + .page-block,
  .alt-row + .alt-row {
    margin-top: 60px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top {
    padding: 60px 0;
  }
  .page-block.bg.small-block-pad,
  .small-block-pad {
    padding: 40px 0;
  }
  .post-header-block {
    padding-top: 40px;
  }
  .big-block-pad,
  .page-block.bg.big-block-pad {
    padding: 75px 0;
  }
  .page-block:last-child {
    padding-bottom: 60px;
  }
  .block-pad-top {
    padding-top: 60px;
  }
  .block-pad-bottom {
    padding-bottom: 60px;
  }
  .big-block-pad:first-child,
  .page-block.bg.big-block-pad:first-child {
    padding-top: 75px;
  }
  .big-block-pad:last-child,
  .page-block.bg.big-block-pad:last-child {
    padding-bottom: 75px;
  }
  .headline48,
  a.angle-link {
    font-size: 2.125rem;
    line-height: 1.3em;
  }
  .headline54 {
    font-size: 2.5rem;
    line-height: 1.3em;
  }
  .headline60 {
    font-size: 2.75rem;
    line-height: 1.3em;
  }
  .headline72 {
    font-size: 3rem;
    line-height: 1.3em;
  }
  .headline120 {
    font-size: 3.375rem;
    line-height: 1.2em;
  }
  .text h1 {
    font-size: 2.125rem;
  }
  a.play-video.bottom-right {
    right: auto;
    left: 25px;
    bottom: 25px;
  }
  .video-header .header-max {
    padding-right: 0;
    padding-bottom: 55px;
  }
  .text-border-wrap.border-right {
    padding-right: 0;
  }
  .text-border-wrap.border-left {
    padding-left: 0;
  }
  ul.team-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .impact-bottom-max {
    max-width: none;
  }
  .trans-header {
    min-height: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .alt-icon {
    display: none;
  }
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .headline36 {
    font-size: 1.625rem;
    line-height: 1.3em;
  }
  .headline48 {
    font-size: 1.875rem;
    line-height: 1.3em;
  }
  a.angle-link {
    font-size: 1.75rem;
    line-height: 1.3em;
  }
  .headline54 {
    font-size: 2.125rem;
    line-height: 1.3em;
  }
  .headline60 {
    font-size: 2.25rem;
    line-height: 1.3em;
  }
  .headline72 {
    font-size: 2.375rem;
    line-height: 1.3em;
  }
  .headline120 {
    font-size: 2.5rem;
    line-height: 1.3em;
  }
  ul.footer-col a {
    font-size: 1rem;
  }
  .text h1 {
    font-size: 1.875rem;
  }
  .text h2 {
    font-size: 1.625rem;
  }
  .text h3 {
    font-size: 1.25rem;
  }
  .text,
  .button {
    font-size: 1rem;
  }
  .page-block.impact-block.has-logo {
    background-size: 100% auto;
  }
  .impact-number {
    font-size: 5.625rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  ul.icon-cols.grid.grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 30px;
    grid-auto-rows: auto;
  }
  footer {
    background-size: 375px auto;
    padding-bottom: 160px;
  }
  .icon-wrap {
    max-width: 80px;
  }
  ul.post-grid.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
  }
  a.grid-post-link:before {
    display: none !important;
  }
  .step-box {
    border-width: 25px;
    width: calc(100vw - 25px);
  }
  .gfield--width-half {
    flex-basis: 100%;
  }
  .ginput_complex.ginput_container_address span:nth-child(3) {
    flex-basis: 100%;
  }
  .ginput_complex.ginput_container_address span:nth-child(4) {
    flex-basis: calc(50% - 10px);
  }
  .ginput_complex.ginput_container_address span:nth-child(5) {
    flex-basis: calc(50% - 10px);
  }
  .gfield_radio .gchoice,
  .gfield_checkbox .gchoice,
  .gfield--type-consent {
    width: 100%;
    padding-right: 0;
  }
  .legacy-header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
  .legacy-header + .step-wide,
  .legacy-header + .legacy-line {
    margin-top: 30px;
  }
  ul.gallery-arrows {
    gap: 15px;
  }
  .alt-row .alt-icon {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  .legacy-line {
    display: none;
  }
  ul.team-grid.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .title-max + .legacy-scroll {
    margin-top: 50px;
  }
  .legacy-slide {
    max-width: none;
    padding-right: 0;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .legacy-line {
    padding-right: 30px;
  }
  /* .legacy-image.h-image { width: calc(100vw - 50px);}

  .legacy-image.v-image { width: 210px; } */
  ul.footer-credit-links {
    flex-wrap: wrap;
  }
  .donation .field.radio {
    flex-basis: 100%;
    padding-right: 0;
  }
  .mobile-legacy-wrap {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  /* Style adjustments for viewports that meet the condition */
  .impact-number {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
  .impact-number {
    font-size: 4.0625rem;
  }
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
</pre></body></html>