/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}a,
abbr,
address,
area,
article,
aside,
audio,
b,
bdi,
bdo,
blockquote,
body,
br,
button,
canvas,
caption,
cite,
code,
datalist,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
map,
mark,
meter,
nav,
noframes,
noscript,
object,
ol,
output,
p,
picture,
pre,
progress,
q,
rp,
rt,
rtc,
ruby,
s,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */article,
aside,
audio,
canvas,
code,
details,
dialog,
dl,
embed,
figcaption,
figure,
footer,
header,
main,
map,
meter,
nav,
noframes,
object,
picture,
ruby,
section,
video {
  display: block;
}summary {
  display: list-item;
}blockquote {
  quotes: none;
}blockquote:before,
blockquote:after {
  content: '';
  content: none;
}table {
  border-collapse: collapse;
  border-spacing: 0;
}hr {
  clear: both;
  height: 0;
  overflow: visible;
}code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}sub,
sup {
  /* use ems instead of rems so it's always smaller */
  font-size: 0.75em;
}sup {
  vertical-align: top;
}sub {
  vertical-align: sub;
}iframe,
embed,
object {
  border: none;
  max-width: 100%;
  width: 100%;
}ul,
ol {
  list-style: none;
}img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}strong,
b,
var{
  font-weight: 500;
}em,
i,
dfn,
q,
var{
  font-style: italic;
}a {
  background-color: transparent;
}button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font: inherit;
  overflow: visible;
  text-transform: none;
}*,
*:before,
*:after {
  box-sizing: border-box;
}html {
  font-size: 100%;
}html.-freeze {
    height: 100vh;
    overflow: hidden;
  }body{
  font-weight: 300;
  line-height: 1.75;
  background: #ffffff;
  color: #2c303c;
  font-family: Roboto, sans-serif;
  min-height: 100vh;
  min-width: 320px;
  overflow-wrap: break-word;
  overflow-x: hidden;
  width: 100%;
}ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
figure,
blockquote,
table,
legend{
  margin-bottom: 1rem;
}audio,
video {
  width: 100%;
}table{
  width: 100%;
}caption{
  text-align: left;
  caption-side: bottom;
}th{
  font-weight: 500;
  text-align: left;
}h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: 300;
}small{
  font-size: .875rem;
}hr{
  --tw-border-opacity: 1;
  border-color: rgb(202 205 208 / var(--tw-border-opacity));
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
}svg {
  fill: currentColor;
}a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  cursor: pointer;
}/* link is "disabled" if no href */a:not([href]),
button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}label,
legend{
  display: block;
  font-weight: 500;
}input:not([type='submit']):not([type='button']):not([type='reset']):not([type='checkbox']):not([type='radio']):not([type='range']),
textarea,
select{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-bottom-width: 2px;
  border-radius: 0;
  border-style: solid;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
  text-transform: none;
  width: 100%;
}input:not([type='submit']):not([type='button']):not([type='reset']):not([type='checkbox']):not([type='radio']):not([type='range'])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #6a747c;
  }input:not([type='submit']):not([type='button']):not([type='reset']):not([type='checkbox']):not([type='radio']):not([type='range'])::placeholder, textarea::placeholder, select::placeholder {
    color: #6a747c;
  }input:not([type='submit']):not([type='button']):not([type='reset']):not([type='checkbox']):not([type='radio']):not([type='range']),
select {
  height: calc(3em + 2px);
}textarea {
  min-height: 8em;
  resize: vertical;
}select {
  background-image: url('/wp-content/themes/uli-perspective/assets/images/drop-down-arrow.svg');
  background-position: calc(100% - 0.5em) center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  padding-right: 2em;
}select::-ms-expand {
    display: none;
  }select[multiple]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  height: auto;
}input[type='checkbox'],
input[type='radio']{
  margin-right: 0.5rem;
}/* span after the sr-only checkbox */.faux-checkbox{
  vertical-align: middle;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(202 205 208 / var(--tw-border-opacity));
  border-style: solid;
  border-width: 1px;
  height: 1rem;
  margin-right: 0.25rem;
  width: 1rem;
  display: inline-block;

  cursor: pointer;
}.faux-checkbox .sprite {
  display: none;
  top: -0.4em;
}input:focus + .faux-checkbox,
input:active + .faux-checkbox{
  --tw-border-opacity: 1;
  border-color: rgb(32 35 46 / var(--tw-border-opacity));
}input:checked + .faux-checkbox .sprite {
  display: inline;
}[data-whatintent='keyboard'] input:focus + .faux-checkbox {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
}[data-whatintent='mouse'] :focus {
  outline: none;
}.sr-only{
  position: absolute;
  border-width: 0px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;

  clip: rect(0,0,0,0);
  height: 1px;
  width: 1px;
}.main{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}.sidebar-layout{
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
}@media (min-width: 780px){.sidebar-layout{
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}@media (min-width: 992px){.sidebar-layout{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}.sidebar-layout__content{
  max-width: 780px;
  margin-bottom: 2rem;
  width: 100%;
}@media (min-width: 780px){.sidebar-layout__content{
    width: 66.666667%;
  }
}@media (min-width: 1200px){.sidebar-layout__content{
    width: 50%;
  }
}.sidebar-layout__sidebar{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  line-height: 1.5;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .875rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(106 116 124 / var(--tw-text-opacity));
  width: 100%;
}@media (min-width: 780px){.sidebar-layout__sidebar{
    margin-left: -2rem;
    margin-right: 2rem;
    padding-left: 2rem;
    text-align: left;
    width: 33.333333%;
  }
}@media (min-width: 992px){.sidebar-layout__sidebar{
    margin-left: -3rem;
    margin-right: 3rem;
    padding-left: 3rem;
  }
}@media (min-width: 1200px){.sidebar-layout__sidebar{
    padding-left: 4rem;
    width: 25%;
  }
}@media (min-width: 780px){.filters-layout{
    display: flex;
    align-items: flex-start;
  }
}.filters-layout__filters{
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}@media (min-width: 780px){.filters-layout__filters{
    max-width: 320px;
    margin-top: -3rem;
    width: calc(1 / 3 * 100%);
  }
}@media (min-width: 1480px){.filters-layout__filters{
    margin-right: 1rem;
    width: calc((100% - 780px - 2rem) / 2);
  }
}.filters-layout__results{
  padding-bottom: 2rem;
  padding-top: 2rem;
  width: 100%;
}@media (min-width: 780px){.filters-layout__results{
    margin-left: 0;
  }
}/* Custom global components */.js .dialog{
  position: fixed;
  inset: 0px;
  display: none;
  z-index: 99999;
}.dialog.is-open {
  display: block;
}.dialog__screen{
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  background-color: #2c303c80;
}.dialog__body{
  display: flex;
  max-width: 576px;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 100vh;
  width: 100vw;
}.dialog__body.-xl{
  max-width: 1200px;
}.dialog__header{
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: flex-end;
}.dialog__heading{
  margin: 0;
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 300;
}.dialog__close{
  margin-left: 2rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(113 157 37 / var(--tw-text-opacity));
}.dialog__close:hover,
  .dialog__close:focus{
  --tw-text-opacity: 1;
  color: rgb(82 125 8 / var(--tw-text-opacity));
}.dialog__close .sprite{
  height: 1rem;
  width: 1rem;
}.dialog.-not-fit .dialog__content{
  overflow: auto;
  padding: 1rem;
  padding-top: 0;
}.dialog.-fit .dialog__content{
  flex-shrink: 1;
  overflow: auto;
}@media (min-width: 576px) {
  .dialog__body{
    margin-left: 3rem;
    margin-right: 3rem;
    height: auto;
    max-height: calc(100vh - 3rem*2);
  }

  .dialog.-fit .dialog__body {
    height: calc(100vh - 3rem*2);
  }
}@media (min-width: 780px) {
  .dialog__heading{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dialog.-not-fit .dialog__content{
    padding: 1.5rem;
    padding-top: 0;
  }
}@media (min-width: 992px) {
  .dialog.-fit .dialog__content{
    display: flex;
    height: 100%;
    overflow: visible;
  }
}.error-text{
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 219 210 / var(--tw-bg-opacity));
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}.error-text__item{
  margin: 0;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(185 47 45 / var(--tw-text-opacity));
}.error-text__item:last-child{
  margin-bottom: 0;
}.error-text__item a {
    background-image: none;
  }.filter-button{
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: middle;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.filter-button.-expanded{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 125 8 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.global-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(32 35 46 / var(--tw-bg-opacity));
  margin-top: 3rem;
  --tw-text-opacity: 1;
  color: rgb(202 205 208 / var(--tw-text-opacity));
}@media (min-width: 780px){.global-footer{
    margin-top: 0;
    padding-top: 4rem;
  }.global-footer__top{
    display: flex;
  }
}.global-footer__info{
  --tw-bg-opacity: 1;
  background-color: rgb(32 35 46 / var(--tw-bg-opacity));
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}@media (min-width: 780px){.global-footer__info{
    --tw-bg-opacity: 1;
    background-color: rgb(44 48 60 / var(--tw-bg-opacity));
    display: flex;
    margin-bottom: 0;
    margin-left: -2rem;
    padding: 2rem;
    padding-top: 0;
    width: 33.333333%;
  }
}@media (min-width: 992px){.global-footer__info{
    margin-left: -3rem;
    padding: 3rem;
    padding-top: 0;
  }
}@media (min-width: 1200px){.global-footer__info{
    width: 25%;
  }
}@media (min-width: 1480px){.global-footer__info{
    margin-left: 0;
  }
}.global-footer__logo{
  margin-bottom: 1rem;
  text-align: center;
}@media (min-width: 780px){.global-footer__logo{
    text-align: left;
  }
}.global-footer__logo__link{
  border-width: 0px;
  display: inline-block;
  margin-top: -2rem;
  width: 232px;
}.global-footer__side-nav{
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  font-weight: 100;
  font-size: 1.125rem;
  text-align: center;
}@media (min-width: 780px){.global-footer__side-nav{
    margin: 0;
    padding: 0;
    text-align: left;
  }
}.global-footer__side-nav__item{
  display: inline-block;
  line-height: 1.1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.125rem;
}@media (min-width: 780px){.global-footer__side-nav__item{
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1.5rem;
  }
}.global-footer__side-nav__link{
  border-bottom-width: 0px;
}.global-footer__contact{
  display: block;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: .75rem;
}@media (min-width: 780px){.global-footer__contact{
    margin-bottom: 0;
  }
}.global-footer__contact__heading{
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.1em;
  text-transform: uppercase;
}.global-footer__contact__content{
  margin-bottom: 2rem;
}.global-footer__contact__content p{
  margin: 0;
}.global-footer__contact__content + .global-footer__contact__heading{
  margin-top: 3rem;
}@media (min-width: 780px){.global-footer__contact__content + .global-footer__contact__heading{
    margin-top: 4rem;
  }
}.global-footer__mission{
  line-height: 1.5;
  margin: 0;
  margin-bottom: 3rem;
  font-size: 1.125rem;
}@media (min-width: 780px){.global-footer__mission{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(72 83 92 / var(--tw-border-opacity));
    border-style: solid;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}@media (min-width: 992px){.global-footer__mission{
    font-size: 2rem;
  }
}.global-footer__nav{
  flex: 1 1 0%;
  margin-top: 2rem;
}@media (min-width: 780px){.global-footer__nav{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.25rem;
    padding-left: 2rem;
  }
}@media (min-width: 992px){.global-footer__nav{
    padding-left: 3rem;
  }
}.global-footer__nav__column{
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}@media (min-width: 780px){.global-footer__nav__column{
    padding-right: 1.5rem;
    width: 16.666667%;
  }
}.global-footer__nav__heading{
  --tw-border-opacity: 1;
  border-color: rgb(72 83 92 / var(--tw-border-opacity));
  border-style: solid;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.25rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: .75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom-width: 0px;
  padding-bottom: 0;
  text-align: left;
}.global-footer__nav__list{
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 3rem;
}@media (min-width: 780px){.global-footer__nav__list{
    margin-bottom: 1rem;
  }
}.global-footer__nav__item{
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.25rem;
  width: 33.333333%;
}@media (min-width: 576px){.global-footer__nav__item{
    width: 25%;
  }
}@media (min-width: 780px){.global-footer__nav__item{
    padding: 0;
    width: 100%;
  }
}.global-footer__nav__link{
  vertical-align: top;
  border-bottom-width: 0px;
  display: inline-block;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(202 205 208 / var(--tw-text-opacity));
}.global-footer__bottom{
  --tw-border-opacity: 1;
  border-color: rgb(72 83 92 / var(--tw-border-opacity));
  border-style: solid;
  border-top-width: 1px;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}@media (min-width: 780px){.global-footer__bottom{
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}.global-footer__social{
  padding-bottom: 2rem;
  text-align: center;
}@media (min-width: 780px){.global-footer__social{
    padding: 0;
  }
}.global-footer__copyright{
  flex-grow: 1;
  font-size: .875rem;
  text-align: center;
}@media (min-width: 780px){.global-footer__copyright{
    text-align: left;
  }
}.rc-anchor-normal-footer {
  display: none !important;
}.grecaptcha-badge { 
  visibility: hidden; 
}.header-search{
  position: relative;
  display: block;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}.header-search.-expanded::before,
    .header-search.-expanded::after {
      content: '';
    }.header-search.-expanded > .sprite{
  display: none;
}.header-search::before,
  .header-search::after{
  position: absolute;
    background-color: currentColor;
    height: 3px;
    width: 2rem;
    display: block;
    top: 50%;
}.header-search::before {
    transform: rotate(45deg);
  }.header-search::after {
    transform: rotate(-45deg);
  }.nav-logo{
  display: inline-block;
  width: auto;
  height: 32px;
}@media (min-width: 780px) {
  .nav-logo {
    height: 42px;
  }
}.subscribe-form__wrapper{
  display: flex;
}.subscribe-form__input{
  flex-grow: 1;
}.subscribe-form__input.-dark{
  --tw-text-opacity: 1;
  color: rgb(202 205 208 / var(--tw-text-opacity));
}.subscribe-form__button{
  border-bottom-width: 2px;
  border-style: solid;
  display: flex;
  flex-grow: 0;
  align-items: center;
}.subscribe-form__button.-dark{
  --tw-border-opacity: 1;
  border-color: rgb(202 205 208 / var(--tw-border-opacity));
}.subscribe-form__sprite{
  height: 0.625rem;
  margin-right: -0.25rem;
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(44 48 60 / var(--tw-text-opacity));
  width: 0.625rem;
}.wysiwyg::after {
    clear: both;
    content: "";
    display: table;
  }.wysiwyg a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.wysiwyg p{
  margin-bottom: 2rem;
}.wysiwyg h2{
  font-size: 2rem;
  line-height: 1.5;
}.wysiwyg h3{
  font-size: 1.5rem;
  line-height: 1.5;
}.wysiwyg h4{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}.wysiwyg h2:not(:first-child),
  .wysiwyg h3:not(:first-child),
  .wysiwyg h4:not(:first-child){
  margin-top: 3rem;
}.wysiwyg blockquote{
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 3rem;
  font-size: 1.25rem;
}.wysiwyg ul,
  .wysiwyg ol{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.wysiwyg li{
  line-height: 1.5;
  margin-top: 0.5rem;
  padding-left: 2rem;
}.wysiwyg li::before{
  float: left;
  --tw-text-opacity: 1;
  color: rgb(113 157 37 / var(--tw-text-opacity));
  display: inline-block;
  margin-left: -2rem;
  text-align: right;

      width: 1.6em;
}.wysiwyg ul > li::before{
  font-weight: 500;

      content: "\2022";
}.wysiwyg ol {
    counter-reset: ol-counter;
  }.wysiwyg ol li::before {
      content: counter(ol-counter) '.';
      counter-increment: ol-counter;
    }.wysiwyg ol ol li::before {
      content: counter(ol-counter, lower-alpha);
      counter-increment: ol-counter;
    }.wysiwyg .alignnone,
  .wysiwyg .aligncenter,
  .wysiwyg .alignleft,
  .wysiwyg .alignright{
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}.wysiwyg .wp-caption-text{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(202 205 208 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(106 116 124 / var(--tw-text-opacity));
}/* flip some colors on a dark background */.wysiwyg.-bg-dark a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: linear-gradient(
    to right,
    #20232e 50%,
    transparent 50%
  );
}.wysiwyg.-bg-dark li::before{
  --tw-text-opacity: 1;
  color: rgb(113 194 191 / var(--tw-text-opacity));
}/* smaller text */.wysiwyg.-text-sm p,
  .wysiwyg.-text-sm li{
  font-size: .875rem;
}/* gray text */.wysiwyg.-text-grey{
  --tw-text-opacity: 1;
  color: rgb(106 116 124 / var(--tw-text-opacity));
}/* light gray text */.wysiwyg.-text-grey-light{
  --tw-text-opacity: 1;
  color: rgb(202 205 208 / var(--tw-text-opacity));
}/* tight line height */.wysiwyg.-leading-tight p{
  margin-bottom: 1rem;
  line-height: 1.5;
}@media (min-width: 576px){.wysiwyg .alignleft{
    float: left;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }
}@media (min-width: 992px){.wysiwyg .alignleft{
    margin-left: -8rem;
  }
}@media (min-width: 576px){.wysiwyg .alignright{
    float: right;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
  }
}@media (min-width: 992px){.wysiwyg .alignright{
    margin-right: -8rem;
  }
}.p-cookie-notice{
  --tw-bg-opacity: 1;
  background-color: rgb(82 125 8 / var(--tw-bg-opacity));
  bottom: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 30;

  transform: translateY(100%);
}.p-cookie-notice.-show {
    transform: translateY(0);
  }.p-cookie-notice.-transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.p-cookie-notice__inner{
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}.p-cookie-notice__text{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.p-cookie-notice__link{
  font-weight: 500;
}.p-cookie-notice__button-wrap{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.p-cookie-notice__button{
  padding-left: 2rem;
  padding-right: 2rem;
}@media (min-width: 576px){.p-cookie-notice__inner{
    padding-top: 0;
    padding-bottom: 0;
  }
}@media (min-width: 992px){.p-cookie-notice__inner{
    justify-content: space-between;
  }.p-cookie-notice__text{
    font-size: 1rem;
  }
}/* Custom utilities *//*
 *  Most BG classes are generated by Tailwind. Tailwind does
 *  position classes too, but we only need this one!
 */.bg-center {
  background-position: center;
}.bg-green-dark-90 {
  background-color: rgba(#527d08, 0.90);
}.btn{
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.1;
  background-image: none;
  border-width: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: center;
}.btn-lg{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.btn-orange {
  background-color: #d0403e;
  color: #ffffff;
}.btn-orange:hover,
[data-whatintent='keyboard'] .btn-orange:focus {
  background-color: #b92f2d;
}.btn-white {
  background-color: #ffffff;
  color: #527d08;
}.btn-white:hover,
[data-whatintent='keyboard'] .btn-white:focus {
  background-color: #fafafa;
}.btn-white:hover.theme-button-inverse, [data-whatintent='keyboard'] .btn-white:focus.theme-button-inverse {
    background-color: #cfddac;
  }.btn-grey-lightest {
  background-color: #fafafa;
  color: #527d08;
}.btn-grey-lightest:hover,
[data-whatintent='keyboard'] .btn-grey-lightest:focus {
  background-color: #cacdd0;
}.btn-grey-lighter {
  background-color: #f3f3f3;
  color: #527d08;
}.btn-grey-lighter:hover,
[data-whatintent='keyboard'] .btn-grey-lighter:focus {
  background-color: #cacdd0;
}.btn-green {
  background-color: #719D25;
  color: #ffffff;
}.btn-green:hover,
[data-whatintent='keyboard'] .btn-green:focus {
  background-color: #527d08;
}.btn-green-dark {
  background-color: #527d08;
  color: #ffffff;
}.btn-green-dark:hover,
[data-whatintent='keyboard'] .btn-green-dark:focus {
  background-color: #719D25;
}.col-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.col-2 p {
    margin-bottom: 1rem;
  }@media (min-width: 576px) {
  .sm\:col-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

    .sm\:col-2 p {
      margin-bottom: 1rem;
    }
}/* Re-set some of the global styles on social media embeds */.embed a {
    border: none;
    text-decoration: underline !important;
  }.embed a.ctf-author-name,
  .embed a.ctf-author-screenname,
  .embed a.ctf-like,
  .embed a.ctf-retweet,
  .embed a.ctf-reply {
    background-image: none;
    text-decoration: none !important;
  }.js .js-hidden {
  display: none;
}.no-js .no-js-hidden {
  display: none;
}.no-js .no-js-block {
  display: block !important;
}a,
.link{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-image: linear-gradient(
    to right,
    #e7eed5 50%,
    transparent 50%
  );
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 250%;
  border-bottom: 1px solid currentColor;
  color: inherit;
  padding-bottom: 1px;
  text-decoration: none;
}a:hover,
  a:focus,
  .link:hover,
  .link:focus {
    background-position: 0%;
  }figure > a {
  background-image: none;
  border-bottom: 0;
}.cursor-pointer {
  cursor: pointer;
}/* abg = anchor background */.abg-none {
  background-image: none;
}.abg-green-dark {
  background-image: linear-gradient(
    to right,
    #527d08 50%,
    transparent 50%
  );
}.abg-teal-darker {
  background-image: linear-gradient(
    to right,
    #175a5d 50%,
    transparent 50%
  );
}.abg-white {
  background-image: linear-gradient(
    to right,
    #ffffff 50%,
    transparent 50%
  );
}.abg-grey-darkest {
  background-image: linear-gradient(
    to right,
    #20232e 50%,
    transparent 50%
  );
}.link-white {
  background-image: linear-gradient(
    to right,
    #527d08 50%,
    transparent 50%
  );
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.link-grey-light {
  background-image: linear-gradient(
    to right,
    #527d08 50%,
    transparent 50%
  );
  --tw-text-opacity: 1;
  color: rgb(202 205 208 / var(--tw-text-opacity));
}.link-green-darkest{
  --tw-text-opacity: 1;
  color: rgb(19 48 30 / var(--tw-text-opacity));
}.link-teal-darker {
  background-image: linear-gradient(
    to right,
    #ffffff 50%,
    transparent 50%
  );
  color: #175a5d;
}.link-block {
  background-image: none;
  display: block;
  border-width: 0px;
  cursor: pointer;
  position: relative;
}.link-block > *{
  position: relative;
    z-index: 1;
}.link-block::before{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(231 238 213 / var(--tw-bg-opacity));
  inset: 0px;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    content: '';
    transform: translate(0, 0) scale(1);
    z-index: 0;
}.link-block:hover {
    background-color: rgba(#e7eed5, 0.6);
  }.link-block-dark:hover {
    background-color: rgba(#175a5d, 0.6);
  }.link-block-dark::before {
    background-color: #175a5d;
  }@media (hover) {
  .link-block:hover {
    background: transparent;
  }

    .link-block:hover::before {
      opacity: 0.6;
      transform: translate(0.5rem, 1rem) scale(0.98);
    }

  .link-block-dark:hover {
    background: transparent;
  }
}.overlay-solid{
  position: relative;
}.overlay-solid::before{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 60 / var(--tw-bg-opacity));
  display: block;
  inset: 0px;
  z-index: 0;
    opacity: 0.92;
    content: '';
}.overlay-image{
  position: relative;
}.overlay-image::before{
  position: absolute;
  display: block;
  inset: 0px;
  z-index: 0;
    background-image: linear-gradient(
      180deg,
      #2c303c20 70%,
      #2c303c100 100%
    );
    content: '';
}/* Allow a change from overlay-image to overlay-side at md */@media (min-width: 992px) {
    .lg\:overlay-side::before {
      background-image: linear-gradient(
        90deg,
        #2c303c90 0%,
        #2c303c70 60%,
        #2c303c20 90%
      );
    }
}/*
 *  Small border simulating a pipe character used for
 *  separating small pieces of text in post meta info.
 *  e.g. Catalyst Design Group | February 11, 2020
 */.left-pipe{
  --tw-border-opacity: 1;
  border-color: rgb(202 205 208 / var(--tw-border-opacity));
  border-left-width: 1px;
  border-style: solid;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}.circle {
  border-radius: 100%;
}.triangle-up {
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent !important;
  border-right: 0.5rem solid transparent !important;
  height: 0;
  /* guarentee some minor overlap w/ box below */
  transform: translateY(1px);
  width: 0;
}.square {
  padding-bottom: 100%;
}.headshot {
  padding-bottom: 118.1818%;
}.sprite {
  /* pointer-events - fix for buttons with SVGs */
  /* then shift icons up a tad to be be vertically centered with text */
  height: 0.75rem;
  display: inline-block;
  position: relative;
  width: 0.75rem;
  pointer-events: none;
  top: -2px;
}.sprite.-xs{
  height: 0.5rem;
  width: 0.5rem;
}.sprite.-sm{
  height: 0.625rem;
  width: 0.625rem;
}.sprite.-md{
  height: 1rem;
  width: 1rem;
}.sprite.-lg{
  height: 1.125rem;
  width: 1.125rem;
}/* TODO: verify additional sizes below (xl/20, xxl/24) */.sprite.-xl{
  height: 1.25rem;
  width: 1.25rem;
}.sprite.-xxl{
  height: 1.5rem;
  width: 1.5rem;
}.sprite svg{
  vertical-align: middle;
  display: inline-block;
    height: 100%;
    width: 100%;
}html:not([data-whatintent='touch']) .touch-only {
  display: none;
}html[data-whatintent='touch'] .touch-hidden {
  display: none;
}.rotate-90 {
  transform: rotate(90deg);
}.rotate-180 {
  transform: rotate(180deg);
}.translate-y-0 {
  transform: translateY(0);
}.translate-y-100 {
  transform: translateY(100%);
}.heading-smallcaps{
  font-weight: 500;
  line-height: 1.1;
  font-size: .875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}.heading-medium{
  line-height: 1.5;
  font-size: 1.5rem;
}.heading-large{
  line-height: 1.5;
  font-size: 2rem;
}.heading-larger{
  font-weight: 100;
  line-height: 1.5;
  font-size: 1.5rem;
}.heading-larger.heading-cancelled{
  text-decoration-line: line-through;
    text-decoration-thickness: 1px;
    opacity: .7;
}.heading-super{
  font-weight: 100;
  line-height: 1.1;
  font-size: 2.5rem;
}@media (min-width: 576px){.heading-larger{
    line-height: 1.1;
    font-size: 2rem;
  }.heading-super{
    font-size: 3rem;
  }
}@media (min-width: 992px){.heading-larger{
    font-size: 3rem;
  }.heading-super{
    font-size: 4.5rem;
  }
}.ratio-wrapper {
  padding-bottom: 56.25%;
}.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}.video-wrapper iframe,
  .video-wrapper embed,
  .video-wrapper object{
  position: absolute;
  inset: 0px;
    height: 100%;
}.wrapper{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}.wrapper.-sm{
  max-width: 576px;
}.wrapper.-md{
  max-width: 780px;
}.wrapper.-lg{
  max-width: 992px;
}.wrapper.-xl{
  max-width: 1200px;
}.wrapper.-xxl{
  max-width: 1480px;
}.wrapper.-max{
  max-width: 1920px;
}@media (min-width: 780px){.wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}@media (min-width: 992px){.wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}.container{
  width: 100%;
}@media (min-width: 576px){.container{
    max-width: 576px;
  }
}@media (min-width: 780px){.container{
    max-width: 780px;
  }
}@media (min-width: 992px){.container{
    max-width: 992px;
  }
}@media (min-width: 1200px){.container{
    max-width: 1200px;
  }
}@media (min-width: 1480px){.container{
    max-width: 1480px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}@media (min-width: 1920px){.container{
    max-width: 1920px;
  }
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.visible{
  visibility: visible;
}.invisible{
  visibility: hidden;
}.collapse{
  visibility: collapse;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.bottom-\[10px\]{
  bottom: 10px;
}.left-0{
  left: 0px;
}.right-0{
  right: 0px;
}.top-0{
  top: 0px;
}.z-10{
  z-index: 10;
}.order-1{
  order: 1;
}.m-0{
  margin: 0;
}.-mx-2{
  margin-left: -1rem;
  margin-right: -1rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-4{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-mr-05{
  margin-right: -0.25rem;
}.-mt-2{
  margin-top: -1rem;
}.-mt-6{
  margin-top: -3rem;
}.-mt-px{
  margin-top: -1px;
}.mb-0{
  margin-bottom: 0;
}.mb-1{
  margin-bottom: 0.5rem;
}.mb-2{
  margin-bottom: 1rem;
}.mb-4{
  margin-bottom: 2rem;
}.mb-6{
  margin-bottom: 3rem;
}.ml-05{
  margin-left: 0.25rem;
}.ml-1{
  margin-left: 0.5rem;
}.ml-2{
  margin-left: 1rem;
}.ml-3{
  margin-left: 1.5rem;
}.ml-4{
  margin-left: 2rem;
}.ml-auto{
  margin-left: auto;
}.mt-2{
  margin-top: 1rem;
}.mt-4{
  margin-top: 2rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.\!hidden{
  display: none !important;
}.hidden{
  display: none;
}.\!h-7{
  height: 1.75rem !important;
}.h-12{
  height: 0.75rem;
}.h-16{
  height: 1rem;
}.h-3{
  height: 0.75rem;
}.h-3\/4{
  height: 75%;
}.h-48{
  height: 3rem;
}.h-80{
  height: 20rem;
}.h-\[calc\(100\%-2\.5rem\)\]{
  height: calc(100% - 2.5rem);
}.h-full{
  height: 100%;
}.h-screen{
  height: 100vh;
}.max-h-full{
  max-height: 100%;
}.min-h-full{
  min-height: 100%;
}.w-12{
  width: 0.75rem;
}.w-16{
  width: 1rem;
}.w-3\/4{
  width: 75%;
}.w-48{
  width: 3rem;
}.w-screen{
  width: 100vw;
}.max-w-lg{
  max-width: 992px;
}.max-w-md{
  max-width: 780px;
}.max-w-xl{
  max-width: 1200px;
}.max-w-xs{
  max-width: 20rem;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink{
  flex-shrink: 1;
}.flex-grow{
  flex-grow: 1;
}.grow{
  flex-grow: 1;
}.border-collapse{
  border-collapse: collapse;
}.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-rotate-180{
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.\!resize{
  resize: both !important;
}.resize{
  resize: both;
}.columns-1{
  -moz-columns: 1;
       columns: 1;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.gap-\[1em\]{
  gap: 1em;
}.overflow-auto{
  overflow: auto;
}.overflow-visible{
  overflow: visible;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.rounded-full{
  border-radius: 9999px;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-2{
  border-width: 2px;
}.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-l-2{
  border-left-width: 2px;
}.border-r{
  border-right-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-t-\[5px\]{
  border-top-width: 5px;
}.border-solid{
  border-style: solid;
}.border-green-default{
  --tw-border-opacity: 1;
  border-color: rgb(113 157 37 / var(--tw-border-opacity));
}.border-grey-light{
  --tw-border-opacity: 1;
  border-color: rgb(202 205 208 / var(--tw-border-opacity));
}.bg-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(82 125 8 / var(--tw-bg-opacity));
}.bg-green-default{
  --tw-bg-opacity: 1;
  background-color: rgb(113 157 37 / var(--tw-bg-opacity));
}.bg-grey-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 60 / var(--tw-bg-opacity));
}.bg-grey-lightest{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-teal-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(226 243 242 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.p-05{
  padding: 0.25rem;
}.p-1{
  padding: 0.5rem;
}.p-2{
  padding: 1rem;
}.p-3{
  padding: 1.5rem;
}.px-1{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-4{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-0{
  padding-top: 0;
  padding-bottom: 0;
}.py-05{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-2{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-3{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-4{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-1{
  padding-bottom: 0.5rem;
}.pb-2{
  padding-bottom: 1rem;
}.pb-3{
  padding-bottom: 1.5rem;
}.pb-4{
  padding-bottom: 2rem;
}.pb-8{
  padding-bottom: 4rem;
}.pl-2{
  padding-left: 1rem;
}.pl-6{
  padding-left: 3rem;
}.pt-0{
  padding-top: 0;
}.pt-05{
  padding-top: 0.25rem;
}.pt-12{
  padding-top: 3rem;
}.pt-24{
  padding-top: 6rem;
}.pt-4{
  padding-top: 2rem;
}.pt-6{
  padding-top: 3rem;
}.pt-\[12px\]{
  padding-top: 12px;
}.pt-px{
  padding-top: 1px;
}.text-center{
  text-align: center;
}.align-middle{
  vertical-align: middle;
}.text-12{
  font-size: .75rem;
}.text-14{
  font-size: .875rem;
}.text-18{
  font-size: 1.125rem;
}.text-20{
  font-size: 1.25rem;
}.text-24{
  font-size: 1.5rem;
}.text-32{
  font-size: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-40{
  font-size: 2.5rem;
}.font-bold{
  font-weight: 500;
}.font-normal{
  font-weight: 300;
}.font-thin{
  font-weight: 100;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.leading-none{
  line-height: 1;
}.leading-tight{
  line-height: 1.5;
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-green-dark{
  --tw-text-opacity: 1;
  color: rgb(82 125 8 / var(--tw-text-opacity));
}.text-grey-default{
  --tw-text-opacity: 1;
  color: rgb(106 116 124 / var(--tw-text-opacity));
}.text-orange-darker{
  --tw-text-opacity: 1;
  color: rgb(185 47 45 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.opacity-50{
  opacity: 0.5;
}.outline{
  outline-style: solid;
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.order-0 {
    order: 0;
  }.order-1 {
    order: 1;
  }.focus\:sr-only:focus{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}@media (min-width: 576px){.sm\:float-right{
    float: right;
  }.sm\:float-left{
    float: left;
  }.sm\:mb-2{
    margin-bottom: 1rem;
  }.sm\:ml-4{
    margin-left: 2rem;
  }.sm\:mr-4{
    margin-right: 2rem;
  }.sm\:mt-05{
    margin-top: 0.25rem;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }
}@media (min-width: 780px){.md\:absolute{
    position: absolute;
  }.md\:left-\[1rem\]{
    left: 1rem;
  }.md\:right-\[1rem\]{
    right: 1rem;
  }.md\:-mt-3{
    margin-top: -1.5rem;
  }.md\:-mt-9{
    margin-top: -2.25rem;
  }.md\:mb-0{
    margin-bottom: 0;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:hidden{
    display: none;
  }.md\:grow{
    flex-grow: 1;
  }.md\:p-4{
    padding: 2rem;
  }.md\:px-4{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:pb-0{
    padding-bottom: 0;
  }.md\:pb-4{
    padding-bottom: 2rem;
  }.md\:pl-\[0\.3rem\]{
    padding-left: 0.3rem;
  }.md\:pr-\[0\.2rem\]{
    padding-right: 0.2rem;
  }.md\:pt-0{
    padding-top: 0;
  }.md\:pt-\[18px\]{
    padding-top: 18px;
  }.md\:text-24{
    font-size: 1.5rem;
  }.md\:text-\[56px\]{
    font-size: 56px;
  }.md\:text-base{
    font-size: 1rem;
  }
}@media (min-width: 992px){.lg\:-mt-12{
    margin-top: -6rem;
  }.lg\:-mt-4{
    margin-top: -2rem;
  }.lg\:mb-6{
    margin-bottom: 3rem;
  }.lg\:ml-2{
    margin-left: 1rem;
  }.lg\:mt-3{
    margin-top: 1.5rem;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:grow{
    flex-grow: 1;
  }.lg\:p-6{
    padding: 3rem;
  }.lg\:px-6{
    padding-left: 3rem;
    padding-right: 3rem;
  }.lg\:pb-6{
    padding-bottom: 3rem;
  }.lg\:pt-24{
    padding-top: 6rem;
  }.lg\:pt-\[24px\]{
    padding-top: 24px;
  }.lg\:text-18{
    font-size: 1.125rem;
  }.lg\:text-32{
    font-size: 2rem;
  }.lg\:text-72{
    font-size: 4.5rem;
  }
}@media (min-width: 1200px){.xl\:block{
    display: block;
  }.xl\:flex{
    display: flex;
  }.xl\:hidden{
    display: none;
  }
}

