@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*******************
BREAKPOINTS
*******************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@import url("https://use.typekit.net/zeq2kns.css");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
/*  @font-face {
    font-family: 'Font Name';
    src: url('library/fonts/font-name.eot');
    src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
           url('library/fonts/font-name.woff') format('woff'),
           url('library/fonts/font-name.ttf') format('truetype'),
           url('library/fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/***********************
// Typoagraphy Global Styles
**********************/
body {
  font-family: "Kumbh Sans", "Cambria", "Times New Roman", "Times", "serif";
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  -ms-hyphens: none;
      hyphens: none;
  word-break: break-word;
}

h1, h2, .gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
form.gform_legacy_markup_wrapper h3.gform_title, h3, h4, .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h3.gsection_title.gform_title, h5, h6 {
  font-family: "Kumbh Sans", "Cambria", "Times New Roman", "Times", "serif";
}

h1 {
  font-size: 38px;
  font-weight: 700;
}
h1 span {
  color: #DEF144;
}

h2, .gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
form.gform_legacy_markup_wrapper h3.gform_title {
  font-size: 31px;
  font-weight: 500;
}

h3, .h3, .member-page-main .member-bio-col h3 a,
.organization-page-main .member-bio-col h3 a {
  font-size: 27px;
}

h4, .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title, .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h3.gsection_title.gform_title {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

h1,
h2,
.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
form.gform_legacy_markup_wrapper h3.gform_title {
  color: #81D89F;
}

h1,
h2,
.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
form.gform_legacy_markup_wrapper h3.gform_title,
h3 {
  margin: 24px 0;
}

h4, .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title, .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
h5 {
  margin: 12px 0;
}

p {
  font-size: 16px;
  line-height: 1.4;
  -ms-hyphens: none;
      hyphens: none;
  margin-bottom: 0.66667rem;
}

p.large {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

button, .button, .gform-theme.gform-theme--framework.gform_wrapper .button,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit], input[type=submit], input[type=reset], input[type=button] {
  font-family: "Kumbh Sans", "Cambria", "Times New Roman", "Times", "serif";
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

a:not(.button), .link, .link--cta {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--sj-accent-color, #81D89F);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:not(.button):hover, .link:hover, .link--cta:hover {
  color: var(--sj-accent-color, rgba(129, 216, 159, 0.5));
}
a:not(.button).back-button, .link.back-button, .link--cta.back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

li, label {
  font-size: 16px;
  margin-bottom: 0.66667rem;
}

.text-strong, strong, b {
  font-weight: 700;
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-hyphens: none;
      hyphens: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

@media (min-width: 876px) {
  h1 {
    font-size: 47px;
  }
  h2, .gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
  .gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
  form.gform_legacy_markup_wrapper h3.gform_title {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
  .gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h3.gform_title,
  form.gform_legacy_markup_wrapper h3.gform_title {
    font-size: 42px;
  }
  h3 {
    font-size: 33px;
  }
  h4, .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title, .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
  .gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
  form.gform_legacy_markup_wrapper h2.gsection_title,
  form.gform_legacy_markup_wrapper h3.gsection_title.gform_title {
    font-size: 21px;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 55px;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
Backgrounds
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include backgroundsize(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
CSS3 TRANSITIONS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* Accesibility */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Global Styles */
html, body {
  overflow-x: hidden;
}

.sj-subtitle {
  font-size: 14px;
  color: #81D89F;
  margin-bottom: 15px;
}

.bg-dark, .bg-block:nth-of-type(even) {
  background: #081726;
}

.bg-navy, .bg-block:nth-of-type(odd) {
  background: #17233A;
}

.bg-yellow {
  background: #DEF144;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #81D89F;
}

.text-white, .member-page-main .member-bio-col h3 a,
.organization-page-main .member-bio-col h3 a, .page-template-template-contact .gform_heading .gform_title {
  color: #fff;
}

.text-yellow, .gform_wrapper .gfield.text-yellow, .gform_wrapper .gfield.text-yellow *,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.text-yellow,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.text-yellow *,
form .gfield.text-yellow,
form .gfield.text-yellow * {
  color: #DEF144;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
img.full-width-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.sj-max-width {
  max-width: 1280px;
  margin: 0 auto;
}

.sj-block-max-width {
  max-width: 950px;
  margin: 0 auto;
}

.section-padding {
  padding: 30px;
}

.content-block:first-of-type {
  background: green;
}

.bg-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.bg-center.placeholder {
  background-size: 50%;
  background-color: #17233A;
}

em, i {
  font-style: italic;
}

.section-description {
  max-width: 620px;
}

.list-style-none {
  list-style: none;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 50px 30px;
  }
}
@media (min-width: 1340px) {
  .section-padding {
    padding: 50px 0;
  }
}
.link-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-relative {
  position: relative;
}

section h2:first-child, section .gform_wrapper.gform_legacy_markup_wrapper h3.gform_title:first-child, .gform_wrapper.gform_legacy_markup_wrapper section h3.gform_title:first-child,
section form.gform_legacy_markup_wrapper h3.gform_title:first-child,
form.gform_legacy_markup_wrapper section h3.gform_title:first-child {
  margin-top: 0;
}

.brand-logo {
  max-width: 100%;
  max-height: 60px;
}

.border-radius, img.full-width-img {
  border-radius: 10px;
}

.full-border-radius, .post-term, .gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice label,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice label,
form .gfield.radio-tabs .ginput_container .gfield_radio .gchoice label, .tag {
  border-radius: 100px;
}

.sj-icon {
  position: relative;
  -webkit-transition: 0.25s ease-in-out background;
  transition: 0.25s ease-in-out background;
}
.sj-icon[class*=sj-icon-] {
  display: inline-block;
  width: 25px;
  height: 1.5em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.sj-icon[class*=sj-icon-].sj-icon-bird {
  -webkit-mask-image: url("../images/icons/icon-bird.svg");
          mask-image: url("../images/icons/icon-bird.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-chat {
  -webkit-mask-image: url("../images/icons/icon-chat.svg");
          mask-image: url("../images/icons/icon-chat.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-facebook {
  -webkit-mask-image: url("../images/icons/icon-facebook.svg");
          mask-image: url("../images/icons/icon-facebook.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-identification-badge {
  -webkit-mask-image: url("../images/icons/icon-identification-badge.svg");
          mask-image: url("../images/icons/icon-identification-badge.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-instagram {
  -webkit-mask-image: url("../images/icons/icon-instagram.svg");
          mask-image: url("../images/icons/icon-instagram.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-leaf {
  -webkit-mask-image: url("../images/icons/icon-leaf.svg");
          mask-image: url("../images/icons/icon-leaf.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-linkedin {
  -webkit-mask-image: url("../images/icons/icon-linkedin.svg");
          mask-image: url("../images/icons/icon-linkedin.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-tiktok {
  -webkit-mask-image: url("../images/icons/icon-tiktok.svg");
          mask-image: url("../images/icons/icon-tiktok.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-user {
  -webkit-mask-image: url("../images/icons/icon-user.svg");
          mask-image: url("../images/icons/icon-user.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-user-profiles {
  -webkit-mask-image: url("../images/icons/icon-user-profiles.svg");
          mask-image: url("../images/icons/icon-user-profiles.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-x {
  -webkit-mask-image: url("../images/icons/icon-x.svg");
          mask-image: url("../images/icons/icon-x.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-star {
  -webkit-mask-image: url("../images/icons/icon-star.svg");
          mask-image: url("../images/icons/icon-star.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-star-fill {
  -webkit-mask-image: url("../images/icons/icon-star-fill.svg");
          mask-image: url("../images/icons/icon-star-fill.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-checkmark {
  -webkit-mask-image: url("../images/icons/icon-checkmark.svg");
          mask-image: url("../images/icons/icon-checkmark.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-luggage {
  -webkit-mask-image: url("../images/icons/icon-luggage.svg");
          mask-image: url("../images/icons/icon-luggage.svg");
}
.sj-icon[class*=sj-icon-].sj-icon-youtube {
  -webkit-mask-image: url("../images/icons/icon-youtube.svg");
          mask-image: url("../images/icons/icon-youtube.svg");
}

.reveal.home-hero-image, .reveal.home-hero-content-wrapper {
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}

.border-gradient, .accordion-list.open, .border-gradient:hover {
  position: relative;
  color: #DEF144;
  background: transparent;
}
.border-gradient:before, .accordion-list.open:before, .border-gradient:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#81D89F), color-stop(#DBF043), to(#81D89F));
  background: linear-gradient(to right, #81D89F, #DBF043, #81D89F);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.border-gradient a, .accordion-list.open a {
  position: relative;
  z-index: 1;
}

.tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #DEF144;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #DEF144;
  margin: 5px 0;
}

.desktop {
  display: none;
}

.max-2-lines {
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1200px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/* Flex, Grid */
.display-grid {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

@media (min-width: 1200px) {
  .grid-half {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-half .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.grid-two-thirds .media-col {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  height: 200px;
  width: 200px;
}
@media screen and (min-width: 992px) {
  .grid-two-thirds.left .media-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 992px) {
  .grid-two-thirds.right .media-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .grid-two-thirds {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .grid-two-thirds.left {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
  .grid-two-thirds .media-col {
    width: 100%;
    padding-bottom: 100%;
    margin-top: 24px;
  }
}

.grid-one-third {
  gap: 40px;
}
@media (min-width: 1200px) {
  .grid-one-third {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-one-third li {
    display: -ms-grid;
    display: grid;
  }
  .grid-one-third li a {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
  }
  .grid-one-third li a .card-img {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1820px) {
  .grid-one-third {
    gap: 92px;
  }
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lists-wrapper.square .list-thumb {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.lists-wrapper.square .list-thumb a {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .lists-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .lists-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lists-wrapper.two {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .lists-wrapper.four {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.display-flex.align-center,
.display-grid.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.display-flex.justify-center,
.display-grid.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display-flex.justify-start,
.display-grid.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.display-flex.justify-between,
.display-grid.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.taxonomy-dropdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .taxonomy-dropdown-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .taxonomy-dropdown-wrapper .taxonomy-dropdown {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 300px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
}

.taxonomy-dropdown {
  cursor: pointer;
  position: relative;
}
.taxonomy-dropdown .dropdown-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 2px solid #343A40;
  background: rgba(20, 46, 49, 0.5);
  padding: 10px 12px;
}
.taxonomy-dropdown .dropdown-title .selected-term {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.taxonomy-dropdown .dropdown-title i {
  color: #81D89F;
}

.sj-terms-container {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #343A40;
  background: rgb(20, 46, 49);
  border-top: 0;
  max-height: 260px;
  overflow-y: auto;
  z-index: 1;
}
.sj-terms-container .term-col {
  padding: 10px 12px;
  margin: 0;
  background: rgba(20, 46, 49, 0.5);
  -webkit-transition: backgroun 0.25s ease-in;
  transition: backgroun 0.25s ease-in;
}
.sj-terms-container .term-col:hover, .sj-terms-container .term-col.active {
  background: #495057;
}

#ajax_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#ajax_loader .sp-wave {
  width: 100px;
  height: 100px;
  clear: both;
  margin: 20px auto;
  left: 50%;
  margin-right: -50%;
  position: absolute;
  z-index: 100;
  top: 50%;
}
#ajax_loader.hide {
  display: none;
}

.sp-wave {
  border-radius: 50%;
  position: relative;
  opacity: 1;
}

.sp-wave:before, .sp-wave:after {
  content: "";
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}

.sp-wave:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
  border-color: #81D89F;
}

.sp-wave:after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
  border-color: #DEF144;
}

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.member-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  opacity: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.member-tile.show {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.member-tile .member-tile-image {
  width: 100px;
  height: 100px;
}
.member-tile .member-tile-text {
  max-width: calc(100% - 130px);
  -ms-flex-preferred-size: calc(100% - 130px);
      flex-basis: calc(100% - 130px);
}
.member-tile .member-tile-text .tag {
  padding: 2px 16px;
  margin: 0 0 15px;
}
.member-tile .member-tile-text .member-name {
  margin-top: 0;
}
.member-tile .member-tile-text .member-role {
  font-size: 14px;
  color: #adb5bd;
  margin: 10px 0;
}

@media screen and (min-width: 876px) {
  .post-ajax-list .member-tile {
    max-width: calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .post-ajax-list .member-tile {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
}
#posts-results {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin: 30px 0;
}
@media screen and (min-width: 876px) {
  #posts-results {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

#load-more-btn {
  cursor: pointer;
  background: transparent;
}
#load-more-btn:hover {
  background: #81D89F;
}

.resources-filter-wrapper {
  gap: 10px;
}
.resources-filter-wrapper .cpt-col,
.resources-filter-wrapper .term-col {
  cursor: pointer;
}
.banner-content-wrapper {
  padding: 30px;
}
.banner-content-wrapper .banner-text-col * {
  margin: 0;
}
.banner-content-wrapper .banner-buttons-col .button, .banner-content-wrapper .banner-buttons-col .gform-theme.gform-theme--framework.gform_wrapper .button, .gform-theme.gform-theme--framework.gform_wrapper .banner-content-wrapper .banner-buttons-col .button,
.banner-content-wrapper .banner-buttons-col .gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .banner-content-wrapper .banner-buttons-col input[type=submit] {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .banner-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 30px;
  }
  .banner-content-wrapper.logged-in {
    padding: 15px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-content-wrapper .banner-buttons-col {
    margin: 0;
  }
}
.button-wrapper {
  margin-top: 24px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.button-wrapper .button, .button-wrapper .gform-theme.gform-theme--framework.gform_wrapper .button, .gform-theme.gform-theme--framework.gform_wrapper .button-wrapper .button,
.button-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .button-wrapper input[type=submit] {
  margin-bottom: 15px;
}
.button-wrapper .button:last-of-type, .button-wrapper .gform-theme.gform-theme--framework.gform_wrapper .button:last-of-type, .gform-theme.gform-theme--framework.gform_wrapper .button-wrapper .button:last-of-type,
.button-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:last-of-type,
.gform-theme.gform-theme--framework.gform_wrapper .button-wrapper input[type=submit]:last-of-type {
  margin-bottom: 0;
}

.button, .gform-theme.gform-theme--framework.gform_wrapper .button,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit] {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-width: 2px;
  border-style: solid;
  border-color: #81D89F;
  color: #81D89F;
  border-radius: 100px;
  background: transparent;
  padding: 8px 40px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.button:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:hover {
  color: #17233A;
  background: #81D89F;
}
.button.green, .gform-theme.gform-theme--framework.gform_wrapper .green.button,
.gform-theme.gform-theme--framework.gform_wrapper input.green[type=submit], .resources-filter-wrapper .button.cpt-col.active,
.resources-filter-wrapper .gform-theme.gform-theme--framework.gform_wrapper input.cpt-col.active[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .resources-filter-wrapper input.cpt-col.active[type=submit],
.resources-filter-wrapper .button.term-col.active,
.resources-filter-wrapper .gform-theme.gform-theme--framework.gform_wrapper input.term-col.active[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .resources-filter-wrapper input.term-col.active[type=submit] {
  background: var(--sj-accent-color, #81D89F);
  color: #17233A;
}
.button.green:hover, .gform-theme.gform-theme--framework.gform_wrapper .green.button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input.green[type=submit]:hover, .resources-filter-wrapper .button.cpt-col.active:hover,
.resources-filter-wrapper .gform-theme.gform-theme--framework.gform_wrapper input.cpt-col.active[type=submit]:hover,
.gform-theme.gform-theme--framework.gform_wrapper .resources-filter-wrapper input.cpt-col.active[type=submit]:hover,
.resources-filter-wrapper .button.term-col.active:hover,
.resources-filter-wrapper .gform-theme.gform-theme--framework.gform_wrapper input.term-col.active[type=submit]:hover,
.gform-theme.gform-theme--framework.gform_wrapper .resources-filter-wrapper input.term-col.active[type=submit]:hover {
  color: var(--sj-accent-color, #81D89F);
  background: var(--sj-accent-color, #17233A);
}
.button.dark-navy, .gform-theme.gform-theme--framework.gform_wrapper .dark-navy.button,
.gform-theme.gform-theme--framework.gform_wrapper input.dark-navy[type=submit] {
  background: #081726;
  border-color: #081726;
}
.bg-yellow .button.dark-navy, .bg-yellow .gform-theme.gform-theme--framework.gform_wrapper .dark-navy.button, .gform-theme.gform-theme--framework.gform_wrapper .bg-yellow .dark-navy.button,
.bg-yellow .gform-theme.gform-theme--framework.gform_wrapper input.dark-navy[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .bg-yellow input.dark-navy[type=submit] {
  color: #DEF144;
}
.bg-yellow .button.dark-navy:hover,
.bg-yellow .gform-theme.gform-theme--framework.gform_wrapper input.dark-navy[type=submit]:hover,
.gform-theme.gform-theme--framework.gform_wrapper .bg-yellow input.dark-navy[type=submit]:hover {
  color: #081726;
  background: #DEF144;
}
.button.dark-navy.ghost, .gform-theme.gform-theme--framework.gform_wrapper .dark-navy.ghost.button,
.gform-theme.gform-theme--framework.gform_wrapper input.dark-navy.ghost[type=submit] {
  background: transparent;
  color: #081726;
}
.button.dark-navy.ghost:hover,
.gform-theme.gform-theme--framework.gform_wrapper input.dark-navy.ghost[type=submit]:hover {
  background: #081726;
  color: #DEF144;
}
.button.red, .gform-theme.gform-theme--framework.gform_wrapper .red.button,
.gform-theme.gform-theme--framework.gform_wrapper input.red[type=submit] {
  border-color: #DD5151;
  color: #DD5151;
}
.button.red:hover, .gform-theme.gform-theme--framework.gform_wrapper .red.button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input.red[type=submit]:hover {
  background: #DD5151;
  color: #fff;
}
.button.border-gradient:hover, .gform-theme.gform-theme--framework.gform_wrapper .border-gradient.button:hover,
.gform-theme.gform-theme--framework.gform_wrapper input.border-gradient[type=submit]:hover, .button.accordion-list.open:hover,
.gform-theme.gform-theme--framework.gform_wrapper input.accordion-list.open[type=submit]:hover {
  background: -webkit-gradient(linear, left top, right top, from(#81D89F), color-stop(#DBF043), to(#81D89F));
  background: linear-gradient(to right, #81D89F, #DBF043, #81D89F);
}

@media (min-width: 576px) {
  .button-wrapper .button, .button-wrapper .gform-theme.gform-theme--framework.gform_wrapper .button, .gform-theme.gform-theme--framework.gform_wrapper .button-wrapper .button,
  .button-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
  .gform-theme.gform-theme--framework.gform_wrapper .button-wrapper input[type=submit] {
    margin-bottom: 0;
  }
}
.page-template-template-contact .gform_heading .gform_title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-template-template-contact .gform_heading .gform_title {
    font-size: 40px;
  }
}
.page-template-template-contact .gform_heading .gform_description {
  margin-bottom: 20px;
}
.page-template-template-contact .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
.page-template-template-contact .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto.name_first, .page-template-template-contact .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto.name_last {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  inline-size: 100%;
}

@media screen and (min-width: 876px) {
  .page-template-template-contact .contact-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .page-template-template-contact .contact-form-wrapper .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto.name_last {
    margin-top: 10px;
  }
  .page-template-template-contact .contact-form-wrapper .gform_wrapper.gform-theme,
  .page-template-template-contact .contact-form-wrapper .contact-img {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
  .page-template-template-contact .contact-form-wrapper .contact-img {
    padding-bottom: calc(50% - 30px);
  }
}
.section-full-width img.full-width-img {
  margin-top: 24px;
}

.card-img {
  height: 250px;
  margin-top: 15px;
}

.media-col {
  height: 350px;
}

.half-width-wrapper iframe {
  height: 100%;
}

/* Ad Block */
.bnr-wrapper {
  margin: 0 auto;
  padding: 35px;
  background: #f8f9fa;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bnr-wrapper h2, .bnr-wrapper .gform_wrapper.gform_legacy_markup_wrapper h3.gform_title, .gform_wrapper.gform_legacy_markup_wrapper .bnr-wrapper h3.gform_title,
.bnr-wrapper form.gform_legacy_markup_wrapper h3.gform_title,
form.gform_legacy_markup_wrapper .bnr-wrapper h3.gform_title {
  margin-top: 0;
}

.cta-block-wrapper {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .cta-block-wrapper {
    width: 85%;
  }
}

/* Testimonials */
.quotes {
  width: 35px;
}

/* Accordion */
.section-accordion.fill .listing-item {
  background: #f5f5f5;
  margin-bottom: 15px;
}
.section-accordion.fill .listing-item:last-of-type {
  margin-bottom: 0;
}

.lists-wrapper > .listing-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 30px;
}
.lists-wrapper > .listing-item:first-of-type {
  border-top: 1px solid #f5f5f5;
}
.lists-wrapper .listing-item .listing-title {
  color: #081726;
}
.lists-wrapper .listing-item .listing-title.open i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.title-arrow {
  position: relative;
}
.title-arrow .listing-title {
  color: #081726;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  cursor: pointer;
}
.title-arrow .listing-title span {
  width: calc(100% - 30px);
}
.title-arrow .listing-title i {
  font-size: 24px;
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

@media (min-width: 576px) {
  .title-arrow .listing-title {
    margin: 0 30px 0 0;
  }
  .title-arrow i {
    right: 9px;
  }
}
/* cards */
.sj-card {
  padding: 15px;
}
.sj-card .sj-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sj-card img {
  width: 35px;
  height: auto;
}
.sj-card p {
  margin: 0;
}

.sj-card {
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in;
  transition: -webkit-box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in;
  transition: box-shadow 0.25s ease-in, -webkit-box-shadow 0.25s ease-in;
}
.sj-card:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.lists-wrapper.center .sj-card {
  text-align: center;
}
.lists-wrapper.link-arrow .sj-card:after {
  display: block;
  background: url(../images/icons/link-arrow.svg);
  content: "";
  width: 170px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-top: 15px;
  margin-bottom: 5px;
  -webkit-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
.lists-wrapper.link-arrow .sj-card:hover:after {
  margin-left: 10px;
}
.lists-wrapper.icon-md .sj-card img {
  width: 70px;
}
.lists-wrapper.icon-absolute .sj-card h4, .lists-wrapper.icon-absolute .sj-card .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title, .gform_wrapper.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute .sj-card h2.gsection_title, .lists-wrapper.icon-absolute .sj-card .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title, .gform_wrapper.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute .sj-card h3.gsection_title.gform_title,
.lists-wrapper.icon-absolute .sj-card form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute .sj-card h2.gsection_title,
.lists-wrapper.icon-absolute .sj-card form.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
form.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute .sj-card h3.gsection_title.gform_title {
  margin-top: 20px;
}
.lists-wrapper.icon-absolute .sj-card img {
  position: absolute;
  top: -15%;
}
.lists-wrapper.icon-absolute.icon-md .sj-card {
  margin: 35px 0;
}
.lists-wrapper.icon-absolute.icon-md .sj-card h4, .lists-wrapper.icon-absolute.icon-md .sj-card .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title, .gform_wrapper.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute.icon-md .sj-card h2.gsection_title, .lists-wrapper.icon-absolute.icon-md .sj-card .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title, .gform_wrapper.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute.icon-md .sj-card h3.gsection_title.gform_title,
.lists-wrapper.icon-absolute.icon-md .sj-card form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute.icon-md .sj-card h2.gsection_title,
.lists-wrapper.icon-absolute.icon-md .sj-card form.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
form.gform_legacy_markup_wrapper .lists-wrapper.icon-absolute.icon-md .sj-card h3.gsection_title.gform_title {
  margin-top: 35px;
}
.lists-wrapper.icon-absolute.icon-md .sj-card img {
  top: -30%;
}

.post-type-single i {
  -webkit-transition: margin-left 0.25s ease-in-out;
  transition: margin-left 0.25s ease-in-out;
}
.post-type-single:hover i {
  margin-left: 15px;
}

/* Logo and Sponsors */
.section-sponsors ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.section-sponsors ul li {
  text-align: center;
}

@media (min-width: 576px) {
  .section-sponsors ul li {
    max-width: calc(50% - 8px);
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
  }
}
@media (min-width: 576px) {
  .section-sponsors ul li {
    max-width: calc(33.33% - 10px);
    -ms-flex-preferred-size: calc(33.33% - 10px);
        flex-basis: calc(33.33% - 10px);
  }
}
@media (min-width: 992px) {
  .section-sponsors ul li {
    max-width: calc(20% - 20px);
    -ms-flex-preferred-size: calc(20% - 20px);
        flex-basis: calc(20% - 20px);
  }
}
/* Banner */
.section-banner {
  background-color: #f8f9fa;
  text-align: center;
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
}

/* Listing */
.section-listing .display-grid {
  gap: 0;
}
.section-listing .title-arrow {
  border-bottom: 1px solid #000;
}
.section-listing .title-arrow:first-of-type {
  border-top: 1px solid #000;
}
.section-listing .title-arrow .listing-title {
  display: block;
  padding: 15px;
}
.section-listing .title-arrow .listing-title i {
  font-size: 14px;
  top: 20px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.section-listing .title-arrow .listing-title:hover i {
  right: 25px;
}

@media (min-width: 992px) {
  .section-listing .lists-wrapper.two {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .section-listing .lists-wrapper.two .title-arrow:nth-of-type(2) {
    border-top: 1px solid #000;
  }
}
.section-image-carousel {
  position: relative;
  margin-bottom: 10rem;
}
.section-image-carousel.full .image-carousel {
  max-width: none;
}
.section-image-carousel.full .prev-button,
.section-image-carousel.full .next-button {
  width: 44px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.section-image-carousel.full .prev-button {
  left: 10px;
}
.section-image-carousel.full .next-button {
  right: 10px;
}
.section-image-carousel .image-carousel {
  max-width: 1250px;
  position: relative;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.section-image-carousel .image-carousel .image-carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.section-image-carousel .image-carousel .image-carousel-track .slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  min-height: 100%;
}
.section-image-carousel .image-carousel .image-carousel-track .slide .carousel-image {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-image-carousel .image-carousel .image-carousel-track .slide .attachment-caption {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-image-carousel .prev-button,
.section-image-carousel .next-button {
  display: inline;
  position: absolute;
  top: calc(50% - 22px);
  z-index: 5;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  font-size: 30px;
}
.section-image-carousel .prev-button img,
.section-image-carousel .next-button img {
  margin: 0;
}
.section-image-carousel .prev-button {
  left: 0;
}
.section-image-carousel .next-button {
  right: 0;
}
.section-image-carousel .image-carousel-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
.section-image-carousel .image-carousel-bullets .bullet {
  display: inline-block;
  background-color: #000;
  opacity: 0.5;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.section-image-carousel .image-carousel-bullets .bullet.active {
  opacity: 1;
}

/* Reveal Animation */
.reveal {
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.reveal.wrapper, .reveal.text-editor, .reveal.full-width-img, .reveal.text-col, .reveal.bnr-wrapper, .reveal.lists-wrapper, .reveal.title-arrow, .reveal.list-style-none {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.reveal.wrapper.active, .reveal.text-editor.active, .reveal.full-width-img.active, .reveal.text-col.active, .reveal.bnr-wrapper.active, .reveal.lists-wrapper.active, .reveal.title-arrow.active, .reveal.list-style-none.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.reveal.button-wrapper, .reveal.left-col, .reveal.tile-card {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.reveal.button-wrapper.active, .reveal.left-col.active, .reveal.tile-card.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.reveal.right-col {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.reveal.right-col.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.reveal.sj-card {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.reveal.sj-card.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.reveal.shortcode-container {
  -webkit-transform: inherit !important;
          transform: inherit !important;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .section-cta-block .cta-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-cta-block .cta-block-wrapper .image-col,
  .section-cta-block .cta-block-wrapper .text-col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .section-cta-block .cta-block-wrapper .text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .section-listing .listing-wrapper {
    padding: 100px 50px;
  }
  .section-listing .listing-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-listing .listing-wrapper li .listing-text.right-col {
    max-width: calc(100% - 65px);
    -ms-flex-preferred-size: calc(100% - 65px);
        flex-basis: calc(100% - 65px);
    margin-left: 20px;
  }
  .section-listing .listing-wrapper h5 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-cards .card-image-container {
    overflow: hidden;
  }
  .section-cards .card-image-container .card-image {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .section-cards .card-image-container .card-image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .section-full-image.left .bg-image, .section-full-image.right .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .section-full-image.left .full-image-content-container, .section-full-image.right .full-image-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-full-image.left .full-image-content-container .full-image-text-wrapper, .section-full-image.right .full-image-content-container .full-image-text-wrapper {
    width: 50%;
  }
  .section-full-image.right .full-image-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-listing .listing-wrapper {
    padding: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .section-cta-block .cta-block-wrapper {
    width: 100%;
  }
}
/* Global Banner */
.global-banner-section {
  color: #081726;
  font-weight: 700;
}

/* Accordion */
.accordion-list {
  width: 100%;
  padding: 20px 40px;
  cursor: pointer;
}
.accordion-list.close {
  border-radius: 10px;
  border: 2px solid #343A40;
}
.accordion-list.close .accordion-title-icon:before, .accordion-list.close .accordion-title-icon:after {
  background-color: #fff;
}
.accordion-list.close .accordion-title-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-list.open .accordion-title h6 {
  color: #DEF144;
}
.accordion-list.open .accordion-title .accordion-title-icon:before {
  background-color: #81D89F;
}
.accordion-list.open .accordion-title .accordion-title-icon:after {
  display: none;
}
.accordion-list.open .accordion-content {
  color: #fff;
}
.accordion-list.open:before {
  border-radius: 10px;
  padding: 2px;
}
.accordion-list .accordion-title {
  position: relative;
  padding-right: 20px;
}
.accordion-list .accordion-title .accordion-title-icon {
  position: absolute;
  right: 0;
  top: 12px;
  width: 12px;
}
.accordion-list .accordion-title .accordion-title-icon:before, .accordion-list .accordion-title .accordion-title-icon:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
}
.accordion-list .accordion-content {
  display: none;
  margin-top: 25px;
}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 876px) {
  .logo-list {
    gap: 60px;
  }
}
.logo-list li {
  margin: 0;
}
.logo-list li .logo-image {
  width: 100%;
  height: auto;
  max-height: 130px;
}
@media screen and (min-width: 876px) {
  .logo-list li .logo-image {
    width: auto;
    height: 130px;
  }
}

#footer p {
  font-size: 15px;
}
#footer a {
  color: #FAFBFB;
  text-decoration: underline;
}
#footer .footer-text {
  margin-bottom: 50px;
}
#footer .footer-social-links {
  gap: 40px;
}
#footer .footer-logo-con {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .lower-footer p {
  font-size: 13px;
}
#footer .lower-footer a {
  font-size: 13px;
}

@media (min-width: 576px) {
  .lower-footer {
    text-align: center;
  }
}
input, textarea, .gform_wrapper select,
.gform-theme.gform-theme--framework.gform_wrapper select,
form select, .gform_wrapper input[type=radio],
.gform-theme.gform-theme--framework.gform_wrapper input[type=radio],
form input[type=radio], .gform_wrapper input, .gform_wrapper input[type=text], .gform_wrapper input[type=email],
.gform-theme.gform-theme--framework.gform_wrapper input,
.gform-theme.gform-theme--framework.gform_wrapper input[type=text],
.gform-theme.gform-theme--framework.gform_wrapper input[type=email],
form input,
form input[type=text],
form input[type=email] {
  font-family: "Kumbh Sans", "Cambria", "Times New Roman", "Times", "serif";
}

.gform_wrapper {
  max-width: 900px;
  margin: 0;
}
.gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gform-theme.gform-theme--framework.gform_wrapper .button,
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit] {
  color: #81D89F !important;
  background: transparent !important;
  border-color: #81D89F !important;
  font-size: 18px !important;
  border-radius: 100px !important;
  border-width: 2px !important;
  padding: 8px 40px !important;
  line-height: 24px !important;
}

.gform_wrapper legend,
.gform-theme.gform-theme--framework.gform_wrapper legend,
form legend {
  color: #adb5bd;
  font-size: 16px;
}
.gform_wrapper label,
.gform_wrapper .validation_message,
.gform-theme.gform-theme--framework.gform_wrapper label,
.gform-theme.gform-theme--framework.gform_wrapper .validation_message,
form label,
form .validation_message {
  font-size: 16px;
}
.gform_wrapper label,
.gform-theme.gform-theme--framework.gform_wrapper label,
form label {
  color: #adb5bd;
}
.gform_wrapper .validation_message,
.gform-theme.gform-theme--framework.gform_wrapper .validation_message,
form .validation_message {
  color: #DD5151;
}
.gform_wrapper textarea, .gform_wrapper select,
.gform-theme.gform-theme--framework.gform_wrapper select, .gform_wrapper input[type=radio], .gform_wrapper input, .gform_wrapper input[type=text], .gform_wrapper input[type=email],
.gform-theme.gform-theme--framework.gform_wrapper input,
.gform-theme.gform-theme--framework.gform_wrapper textarea,
form textarea,
form select,
form input[type=radio],
form input,
form input[type=text],
form input[type=email] {
  border-color: #343A40;
  background-color: rgba(20, 46, 49, 0.5019607843);
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
.gform_wrapper textarea, .gform_wrapper select,
.gform-theme.gform-theme--framework.gform_wrapper select, .gform_wrapper input[type=radio], .gform_wrapper input, .gform_wrapper input[type=text], .gform_wrapper input[type=email],
.gform-theme.gform-theme--framework.gform_wrapper input,
.gform-theme.gform-theme--framework.gform_wrapper textarea,
form textarea,
form select,
form input[type=radio],
form input,
form input[type=text],
form input[type=email] {
  color: #EEEEEE;
  font-size: 16px;
}
.gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper select::-webkit-input-placeholder, .gform_wrapper input[type=radio]::-webkit-input-placeholder, .gform_wrapper input::-webkit-input-placeholder, .gform_wrapper input[type=text]::-webkit-input-placeholder, .gform_wrapper input[type=email]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper input::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper textarea::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder, form input[type=radio]::-webkit-input-placeholder, form input::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder {
  color: #8C8C8C;
}
.gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper select::-moz-placeholder, .gform_wrapper input[type=radio]::-moz-placeholder, .gform_wrapper input::-moz-placeholder, .gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper input::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper textarea::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder, form input[type=radio]::-moz-placeholder, form input::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder {
  color: #8C8C8C;
}
.gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper select:-ms-input-placeholder, .gform_wrapper input[type=radio]:-ms-input-placeholder, .gform_wrapper input:-ms-input-placeholder, .gform_wrapper input[type=text]:-ms-input-placeholder, .gform_wrapper input[type=email]:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper input:-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper textarea:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder, form input[type=radio]:-ms-input-placeholder, form input:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder {
  color: #8C8C8C;
}
.gform_wrapper textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper select::-ms-input-placeholder, .gform_wrapper input[type=radio]::-ms-input-placeholder, .gform_wrapper input::-ms-input-placeholder, .gform_wrapper input[type=text]::-ms-input-placeholder, .gform_wrapper input[type=email]::-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper input::-ms-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper textarea::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select::-ms-input-placeholder, form input[type=radio]::-ms-input-placeholder, form input::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder {
  color: #8C8C8C;
}
.gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder,
.gform-theme.gform-theme--framework.gform_wrapper select::placeholder, .gform_wrapper input[type=radio]::placeholder, .gform_wrapper input::placeholder, .gform_wrapper input[type=text]::placeholder, .gform_wrapper input[type=email]::placeholder,
.gform-theme.gform-theme--framework.gform_wrapper input::placeholder,
.gform-theme.gform-theme--framework.gform_wrapper textarea::placeholder,
form textarea::placeholder,
form select::placeholder,
form input[type=radio]::placeholder,
form input::placeholder,
form input[type=text]::placeholder,
form input[type=email]::placeholder {
  color: #8C8C8C;
}
.gform_wrapper textarea:focus, .gform_wrapper select:focus,
.gform-theme.gform-theme--framework.gform_wrapper select:focus, .gform_wrapper input:focus,
.gform-theme.gform-theme--framework.gform_wrapper input:focus,
.gform-theme.gform-theme--framework.gform_wrapper textarea:focus,
form textarea:focus,
form select:focus,
form input[type=radio]:focus,
form input:focus,
form input[type=text]:focus,
form input[type=email]:focus {
  outline: none;
}
.gform_wrapper input:checked, .gform_wrapper input[type=text]:checked, .gform_wrapper input[type=email]:checked,
.gform-theme.gform-theme--framework.gform_wrapper input:checked,
.gform-theme.gform-theme--framework.gform_wrapper input[type=text]:checked,
.gform-theme.gform-theme--framework.gform_wrapper input[type=email]:checked,
form input:checked,
form input[type=text]:checked,
form input[type=email]:checked {
  border-color: #81D89F;
  background-color: #81D89F;
}
.gform_wrapper input[type=checkbox]:checked:before,
.gform-theme.gform-theme--framework.gform_wrapper input[type=checkbox]:checked:before,
form input[type=checkbox]:checked:before {
  color: #081726;
}
.gform_wrapper input[type=radio],
.gform-theme.gform-theme--framework.gform_wrapper input[type=radio],
form input[type=radio] {
  position: relative;
}
.gform_wrapper input[type=radio]:before,
.gform-theme.gform-theme--framework.gform_wrapper input[type=radio]:before,
form input[type=radio]:before {
  content: url("../images/icons/icon-checkmark.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: transparent;
  block-size: 0;
  border-radius: 0;
}
.gform_wrapper select,
.gform-theme.gform-theme--framework.gform_wrapper select,
form select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-size: 20px;
  padding-right: 2rem;
}
.gform_wrapper .gfield_list_icons button,
.gform-theme.gform-theme--framework.gform_wrapper .gfield_list_icons button,
form .gfield_list_icons button {
  background: #81D89F !important;
}
.gform_wrapper .gfield_list_icons button:before,
.gform-theme.gform-theme--framework.gform_wrapper .gfield_list_icons button:before,
form .gfield_list_icons button:before {
  color: #081726 !important;
}
.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden:before,
.gform-theme.gform-theme--framework.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden:before,
form .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden:before {
  color: #8C8C8C;
}
.gform_wrapper .gfield.text-yellow, .gform_wrapper .gfield.text-yellow *,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.text-yellow,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.text-yellow *,
form .gfield.text-yellow,
form .gfield.text-yellow .gfield,
form .gfield.text-yellow *,
form .gfield.text-yellow *,
form .gfield.text-yellow .gfield * {
  font-weight: 700;
  font-size: 20px;
}
.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio,
form .gfield.radio-tabs .ginput_container .gfield_radio {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice,
form .gfield.radio-tabs .ginput_container .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input,
form .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input {
  width: 0;
  height: 0;
  border: 0;
}
.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input:before,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input:before,
form .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input:before {
  content: none;
}
.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input:checked + label,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input:checked + label,
form .gfield.radio-tabs .ginput_container .gfield_radio .gchoice input:checked + label {
  color: #17233A;
  background: #81D89F;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice label,
.gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-tabs .ginput_container .gfield_radio .gchoice label,
form .gfield.radio-tabs .ginput_container .gfield_radio .gchoice label {
  color: #81D89F;
  font-weight: 600;
  margin-left: 0;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: #81D89F;
  padding: 8px 40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title, .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper h3.gsection_title.gform_title {
  color: #fff;
}
.gform_wrapper.gform_legacy_markup_wrapper label.gfield_label,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper label.gfield_label,
form.gform_legacy_markup_wrapper label.gfield_label {
  color: #adb5bd;
  font-weight: 500;
  margin: 0;
}
.gform_wrapper.gform_legacy_markup_wrapper .gfield_required,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper .gfield_required,
form.gform_legacy_markup_wrapper .gfield_required {
  color: #DD5151;
  font-size: 14px;
}
.gform_wrapper.gform_legacy_markup_wrapper input,
.gform-theme.gform-theme--framework.gform_wrapper.gform_legacy_markup_wrapper input,
form.gform_legacy_markup_wrapper input {
  padding: 7px !important;
}

#header {
  position: fixed;
  background-color: #17233A;
  width: 100vw;
  z-index: 99;
}
#header.active {
  -webkit-box-shadow: 0 3px 4px rgba(126, 124, 124, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 4px rgba(126, 124, 124, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}
#header nav {
  position: relative;
  padding: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header nav #header_logo {
  max-width: 100%;
  max-height: 60px;
  vertical-align: middle;
}
#header nav #burgerTrigger {
  position: absolute;
  top: 12px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  border: none;
}
#header nav #burgerTrigger .burger-inner {
  display: block;
  position: relative;
  width: 20px;
  height: 3px;
  background-color: #81D89F;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#header nav #burgerTrigger .burger-inner:after, #header nav #burgerTrigger .burger-inner:before {
  display: block;
  content: "";
  background-color: #81D89F;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#header nav #burgerTrigger .burger-inner:after {
  top: 7px;
}
#header nav #burgerTrigger .burger-inner:before {
  bottom: 7px;
}
#header nav #burgerTrigger.active .burger-inner {
  background: transparent;
}
#header nav #burgerTrigger.active .burger-inner:after {
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#header nav #burgerTrigger.active .burger-inner:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header nav .primary-menu li {
  position: relative;
  margin-bottom: 50px;
}
#header nav .primary-menu li a {
  color: #fff;
}

.nav-items-wrapper {
  max-width: 450px;
  left: -100%;
  width: 100vw;
  color: #000;
  height: calc(100% - 66px);
  background-color: var(--sj-accent-color, #17233A);
  padding: 5%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
          transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav-items-wrapper.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nav-items-wrapper li a {
  display: inline-block;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.nav-items-wrapper li a:hover {
  color: #fff;
}
.nav-items-wrapper li i {
  display: none;
}
.nav-items-wrapper li.menu-item-has-children i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
.nav-items-wrapper li.menu-item-has-children i.open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.nav-items-wrapper li .sub-menu {
  display: none;
}
.nav-items-wrapper li .sub-menu li {
  margin: 1rem 0;
}
.nav-items-wrapper li .sub-menu li a {
  margin-left: 15px;
  position: relative;
}
.nav-items-wrapper li .sub-menu li a:before {
  content: "";
  display: block;
  background: #DEF144;
  width: 5px;
  height: 1px;
  position: absolute;
  left: -15px;
  top: 50%;
}
.nav-items-wrapper li .sub-menu li i {
  display: none;
}
.nav-items-wrapper > li {
  border-bottom: 1px solid #fff;
}
.nav-items-wrapper > li:first-of-type {
  border-top: 1px solid #fff;
}
.nav-items-wrapper .member-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.nav-items-wrapper .member-cta-wrapper .nav-button {
  padding: 8px 16px;
}

@media (min-width: 1200px) {
  #burgerTrigger {
    display: none;
  }
  #header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header nav .logo-burger-wrapper {
    max-width: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  #header nav .nav-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: initial;
    background: none;
    overflow: unset;
    padding: 0;
  }
  #header nav .nav-items-wrapper .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header nav .nav-items-wrapper > li:after {
    content: none;
  }
  #header nav .nav-items-wrapper li {
    font-weight: 300;
    margin: 0 7px;
    padding: 0 8px;
  }
  #header nav .nav-items-wrapper li a {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1300px) {
  #header nav .nav-items-wrapper li a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #header nav .nav-items-wrapper li.menu-item-has-children {
    position: relative;
  }
  #header nav .nav-items-wrapper li.menu-item-has-children i {
    color: #adb5bd;
    font-size: 10px;
    top: calc(50% - 5px);
    right: 0;
  }
  #header nav .nav-items-wrapper li.menu-item-has-children .sub-menu {
    display: block;
    visibility: hidden;
    width: 200px;
    position: absolute;
    background: var(--sj-accent-color, #81D89F);
    border: 1px solid var(--sj-accent-color, #81D89F);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  #header nav .nav-items-wrapper li.menu-item-has-children .sub-menu li {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  #header nav .nav-items-wrapper li.menu-item-has-children .sub-menu li a {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 15px;
    color: #17233A;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  #header nav .nav-items-wrapper li.menu-item-has-children .sub-menu li a:before {
    content: none;
  }
  #header nav .nav-items-wrapper li.menu-item-has-children .sub-menu li a:hover {
    background: #fff;
  }
  #header nav .nav-items-wrapper li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header nav .nav-items-wrapper > li {
    border: none;
  }
  #header nav .nav-items-wrapper > li:first-of-type {
    border: none;
  }
  #header nav .nav-items-wrapper .member-cta-wrapper {
    display: none;
  }
  #header .member-cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1340px) {
  #header nav {
    padding: 10px 0;
  }
}
#home-hero {
  height: 100%;
  position: relative;
}
#home-hero .home-hero-bg-image {
  padding-bottom: 100%;
}
#home-hero .home-hero-bg-image.desktop {
  display: none;
}
#home-hero .home-hero-content-container {
  position: relative;
}
#home-hero .home-hero-content-wrapper h1 {
  margin-top: 0;
}
#home-hero .home-hero-content-wrapper p {
  color: #fff;
  font-size: 23px;
}
@media screen and (min-width: 876px) {
  #home-hero .home-hero-content-wrapper p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1440px) {
  #home-hero .home-hero-content-wrapper p {
    font-size: 30px;
  }
}
#home-hero .home-hero-content-wrapper .button,
#home-hero .home-hero-content-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper #home-hero .home-hero-content-wrapper input[type=submit] {
  padding: 12px 40px;
  color: #DEF144;
  font-weight: 600;
  font-size: 24px;
  margin-top: 30px;
}
#home-hero .home-hero-content-wrapper .button:hover,
#home-hero .home-hero-content-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit]:hover,
.gform-theme.gform-theme--framework.gform_wrapper #home-hero .home-hero-content-wrapper input[type=submit]:hover {
  color: #081726;
  background: -webkit-gradient(linear, left top, right top, from(#81D89F), color-stop(#DBF043), to(#81D89F));
  background: linear-gradient(to right, #81D89F, #DBF043, #81D89F);
}

@media screen and (min-width: 768px) {
  #home-hero .home-hero-content-container {
    position: absolute;
    bottom: 0;
    background: #081726;
  }
}
@media screen and (min-width: 992px) {
  #home-hero .home-hero-bg-image {
    height: calc(100vh - 80px);
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  #home-hero .home-hero-bg-image {
    max-height: 950px;
  }
  #home-hero .home-hero-bg-image.mobile {
    display: none;
  }
  #home-hero .home-hero-bg-image.desktop {
    display: block;
  }
  #home-hero .home-hero-content-container {
    background: transparent;
    left: 50%;
    max-width: 700px;
  }
}
.home-intro .ai-pages-wrapper {
  margin-top: 60px;
}
.home-intro .ai-pages-wrapper ul li {
  margin-bottom: 60px;
}
.home-intro .ai-pages-wrapper .title {
  font-weight: 700;
}

@media screen and (min-width: 576px) {
  .home-intro .ai-pages-wrapper ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .home-intro .ai-pages-wrapper ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-intro .ai-pages-wrapper ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .home-intro .ai-pages-wrapper ul li .tile-thumb {
    height: 200px;
  }
}
.home-news-events .section-header .button, .home-news-events .section-header .gform-theme.gform-theme--framework.gform_wrapper .button, .gform-theme.gform-theme--framework.gform_wrapper .home-news-events .section-header .button,
.home-news-events .section-header .gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .home-news-events .section-header input[type=submit] {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}

.post-ajax-list {
  margin: 60px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .home-news-events .section-header .button, .home-news-events .section-header .gform-theme.gform-theme--framework.gform_wrapper .button, .gform-theme.gform-theme--framework.gform_wrapper .home-news-events .section-header .button,
  .home-news-events .section-header .gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
  .gform-theme.gform-theme--framework.gform_wrapper .home-news-events .section-header input[type=submit] {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .post-ajax-list {
    gap: 60px;
  }
}
.home-list .lists-wrapper {
  border-radius: 10px;
  margin-top: 60px;
  padding: 60px 30px;
}
.home-list .lists-wrapper .listing-text {
  color: #17233A;
}
.home-list .lists-wrapper .listing-text h4, .home-list .lists-wrapper .listing-text .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title, .gform_wrapper.gform_legacy_markup_wrapper .home-list .lists-wrapper .listing-text h2.gsection_title, .home-list .lists-wrapper .listing-text .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title, .gform_wrapper.gform_legacy_markup_wrapper .home-list .lists-wrapper .listing-text h3.gsection_title.gform_title,
.home-list .lists-wrapper .listing-text form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper .home-list .lists-wrapper .listing-text h2.gsection_title,
.home-list .lists-wrapper .listing-text form.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
form.gform_legacy_markup_wrapper .home-list .lists-wrapper .listing-text h3.gsection_title.gform_title {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .home-list .lists-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-list .lists-wrapper li .listing-text {
    margin-left: 20px;
    max-width: calc(100% - 45px);
    -ms-flex-preferred-size: calc(100% - 45px);
        flex-basis: calc(100% - 45px);
  }
}
.back-to-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.back-to-link i {
  margin-right: 15px;
  -webkit-transition: margin-right 0.25s ease-in;
  transition: margin-right 0.25s ease-in;
}
.back-to-link:hover i {
  margin-right: 10px;
}

#page-header {
  padding-bottom: 0;
}
#page-header .text-editor,
#page-header .text-editor h3 {
  margin-bottom: 0;
}

.page-title {
  margin-top: 0;
}

/* Page Content Styles */
.tile-card .card-link h3 {
  color: #081726;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.tile-card .card-link h3 i {
  font-size: 22px;
  margin-top: 10px;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.tile-card:hover h3 i {
  margin-right: 10px;
}

@media (min-width: 576px) {
  .tile-card .tile-img-col {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .tiles-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tiles-wrapper .tile-card {
    margin-bottom: 0;
  }
  .tiles-wrapper.tile-groups-2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tiles-wrapper.tile-groups-2 .tile-card {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .tiles-wrapper.tile-groups-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .tiles-wrapper.tile-groups-3 .tile-card {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .tiles-wrapper.tile-groups-3 {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tiles-wrapper.tile-groups-3 .tile-card {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}
/* Membership Landing Page */
.membership-tier-header .button, .membership-tier-header .gform-theme.gform-theme--framework.gform_wrapper .button, .gform-theme.gform-theme--framework.gform_wrapper .membership-tier-header .button,
.membership-tier-header .gform-theme.gform-theme--framework.gform_wrapper input[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .membership-tier-header input[type=submit] {
  margin-top: 24px;
}

.membership-tier-list {
  margin-top: 60px;
}
.membership-tier-list .membership-tier {
  color: #fff;
  padding: 30px;
}
.membership-tier-list .membership-tier:before {
  border-radius: 10px;
  padding: 2px;
}
.membership-tier-list .membership-tier .tier-title {
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}
.membership-tier-list .membership-tier .tier-title .sj-icon-star-fill {
  background: #DEF144;
  position: absolute;
  top: -10px;
  margin-left: 10px;
}
.membership-tier-list .membership-tier .tier-pricing {
  margin-top: 15px;
}
.membership-tier-list .membership-tier .tier-pricing .price {
  color: #DEF144;
  font-size: 25px;
}
@media screen and (min-width: 1200px) {
  .membership-tier-list .membership-tier .tier-pricing .price {
    font-size: 31px;
  }
}
.membership-tier-list .membership-tier .tier-feature-list {
  border-top: 1px solid #495057;
  padding-top: 20px;
  margin-top: 30px;
}
.membership-tier-list .membership-tier .tier-feature-list .tier-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.membership-tier-list .membership-tier .tier-feature-list .tier-feature .sj-icon {
  width: 40px;
  height: 40px;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-right: 10px;
}
.membership-tier-list .membership-tier .tier-feature-list .tier-feature .feature-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.membership-tier-list .membership-tier .tier-feature-list .tier-feature .feature-text .feature-title {
  color: #81D89F;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .membership-tier-list .membership-tier .tier-feature-list .tier-feature .feature-text .feature-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 876px) {
  .membership-tier-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .membership-tier-list .membership-tier {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr auto auto;
    grid-template-rows: 1fr 1fr auto auto;
    max-width: calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .block-section-header {
    max-width: 620px;
  }
}
.sj-slider-wrapper {
  position: relative;
}
.sj-slider-wrapper .quote-img {
  width: 40px;
}

.sj-slider {
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.sj-slider img,
.sj-slider h3,
.sj-slider h4,
.sj-slider .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
.gform_wrapper.gform_legacy_markup_wrapper .sj-slider h2.gsection_title,
.sj-slider .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
.gform_wrapper.gform_legacy_markup_wrapper .sj-slider h3.gsection_title.gform_title,
.sj-slider form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper .sj-slider h2.gsection_title,
.sj-slider form.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
form.gform_legacy_markup_wrapper .sj-slider h3.gsection_title.gform_title,
.sj-slider p {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.sj-slider.active {
  opacity: 1;
  visibility: visible;
}
.sj-slider.active img,
.sj-slider.active h3,
.sj-slider.active h4,
.sj-slider.active .gform_wrapper.gform_legacy_markup_wrapper h2.gsection_title,
.gform_wrapper.gform_legacy_markup_wrapper .sj-slider.active h2.gsection_title,
.sj-slider.active .gform_wrapper.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
.gform_wrapper.gform_legacy_markup_wrapper .sj-slider.active h3.gsection_title.gform_title,
.sj-slider.active form.gform_legacy_markup_wrapper h2.gsection_title,
form.gform_legacy_markup_wrapper .sj-slider.active h2.gsection_title,
.sj-slider.active form.gform_legacy_markup_wrapper h3.gsection_title.gform_title,
form.gform_legacy_markup_wrapper .sj-slider.active h3.gsection_title.gform_title,
.sj-slider.active p {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-bullets-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.slide-bullets-wrapper .slide-bullet {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 10px;
  background: #000;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.slide-bullets-wrapper .slide-bullet.active {
  opacity: 1;
}

.slider-arrow {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
}
.slider-arrow i {
  font-size: 16px;
}
.slider-arrow.left {
  left: 0;
}
.slider-arrow.right {
  right: 0;
}

@media screen and (min-width: 992px) {
  .slide-bullets-wrapper {
    left: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .sj-slider-wrapper {
    max-width: 85%;
    margin: 0 auto;
  }
  .sj-slider {
    padding: 30px 45px;
  }
  .slider-arrow {
    top: calc(50% - 36px);
    bottom: auto;
  }
  .slider-arrow.left {
    left: -75px;
  }
  .slider-arrow.right {
    right: -75px;
  }
}
/* Member Single */
.member-page-header,
.organization-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.member-page-header .back-button-wrapper,
.organization-page-header .back-button-wrapper {
  display: inline-block;
}
.member-page-header .back-button-wrapper .back-button,
.organization-page-header .back-button-wrapper .back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: gap 0.25s ease-in;
  transition: gap 0.25s ease-in;
}
.member-page-header .back-button-wrapper .back-button:hover,
.organization-page-header .back-button-wrapper .back-button:hover {
  gap: 15px;
}
.member-page-header .back-button-wrapper .back-button i,
.organization-page-header .back-button-wrapper .back-button i {
  font-size: 12px;
}

.member-page-main .member-img,
.organization-page-main .member-img {
  padding-bottom: 100%;
}
.member-page-main .member-info-con,
.organization-page-main .member-info-con {
  margin: 60px 0;
}
.member-page-main .member-info-con .members-organizations-list .member-tile,
.organization-page-main .member-info-con .members-organizations-list .member-tile {
  margin-bottom: 60px;
}
.member-page-main .member-info-con .members-organizations-list .member-tile:last-of-type,
.organization-page-main .member-info-con .members-organizations-list .member-tile:last-of-type {
  margin-bottom: 0;
}
.member-image-col {
  margin-bottom: 60px;
}

@media screen and (min-width: 576px) {
  .member-page-main .member-img,
  .organization-page-main .member-img {
    width: 350px;
    height: 350px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .member-page-main,
  .organization-page-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 30px 1fr;
    grid-template-columns: 300px 1fr;
    gap: 30px;
  }
  .member-page-main .member-img,
  .organization-page-main .member-img {
    width: 300px;
    height: 300px;
  }
  .member-page-main .member-bio-col h1,
  .organization-page-main .member-bio-col h1 {
    margin-top: 0;
  }
}
.tile {
  width: 100%;
  max-width: 400px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 15px 1fr 15px auto;
  grid-template-rows: auto 1fr auto;
  gap: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.tile .tile-thumb,
.tile img {
  -webkit-transition: -webkit-box-shadow 0.35s ease-in;
  transition: -webkit-box-shadow 0.35s ease-in;
  transition: box-shadow 0.35s ease-in;
  transition: box-shadow 0.35s ease-in, -webkit-box-shadow 0.35s ease-in;
}
.tile .title {
  font-weight: 700;
  margin: 0;
}
.tile .tile-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tile .description {
  color: #adb5bd;
  padding: 0;
}
.tile .luma-event-meta p {
  font-size: 14px;
  font-style: italic;
  color: #adb5bd;
}
.tile:hover .tile-thumb {
  -webkit-box-shadow: 0px 0px 9px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 9px rgba(255, 255, 255, 0.5);
}
.tile.show {
  opacity: 1;
}
.tile.rectangle .tile-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  padding-bottom: unset;
}
.tile.resources {
  -ms-grid-rows: auto auto 1fr auto;
  grid-template-rows: auto auto 1fr auto;
}

.tile-thumb {
  padding-bottom: 100%;
  height: auto;
}

.post-term {
  display: inline-block;
  font-size: 14px;
  color: #DEF144;
  padding: 8px 16px;
  border: 1px solid #DEF144;
}

.ai-cat-date-wrapper span {
  display: inline-block;
  font-size: 14px;
  color: #adb5bd;
}

.separator {
  padding: 0 10px;
}
.separator:before {
  display: inline-block;
  content: "·";
  height: 100%;
  color: #DEF144;
}
.separator:last-of-type:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .tile {
    max-width: calc(50% - 15px);
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .tile {
    max-width: calc(33.33% - 40px);
    -ms-flex-preferred-size: calc(33.33% - 40px);
        flex-basis: calc(33.33% - 40px);
  }
  .tile.rectangle {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
}
.text-editor {
  margin: 24px 0;
}
.text-editor > * {
  margin-top: 0;
}
.text-editor blockquote {
  position: relative;
  padding-left: 100px;
}
.text-editor blockquote:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: #81D89F;
  position: absolute;
  left: 50px;
}
.text-editor img.aligncenter {
  display: block;
  margin: 24px auto;
}
.text-editor img.alignleft {
  float: left;
}
.text-editor img.alignright {
  float: right;
}
.text-editor p:first-of-type {
  margin-top: 0;
}
.text-editor p:last-of-type {
  margin-bottom: 0;
}
.text-editor ul {
  list-style-type: disc;
}
.text-editor ol {
  list-style-type: decimal;
}
.text-editor ul, .text-editor ol {
  padding-left: 35px;
}
.text-editor .table-container {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-color: #17233A #DEF144;
}
.text-editor .table-container::-webkit-scrollbar {
  width: 50px;
}
.text-editor table {
  width: 100%;
}
.text-editor table td,
.text-editor table th {
  padding: 10px 25px !important;
}
.text-editor table th {
  background: #17233A;
  border: 2px solid #343A40;
}
.text-editor table tbody tr td {
  border: 2px solid #343A40;
}
.text-editor iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.half-width-wrapper .text-editor img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/