/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='search'],[type='tel'],[type='time'],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.wrapper {
  max-width: 100%;
  margin: 0 20px;
}

@media (min-width: 1180px) {
  .wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.top-5 {
  top: 1.25rem;
}

.top-auto {
  top: auto;
}

.-top-6 {
  top: -1.5rem;
}

.top-1\/2 {
  top: 50%;
}

.top-full {
  top: 100%;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.bottom-16 {
  bottom: 4rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-negative1 {
  z-index: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.float-right {
  float: right;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-36 {
  height: 9rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-36 {
  width: 9rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-3\/12 {
  width: 25%;
}

.w-6\/12 {
  width: 50%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.border-0 {
  border-width: 0px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgba(70, 184, 47, var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(47, 140, 222, var(--tw-border-opacity));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgba(92, 54, 122, var(--tw-border-opacity));
}

.border-blue_2 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 56, 78, var(--tw-border-opacity));
}

.border-dark_green {
  --tw-border-opacity: 1;
  border-color: rgba(38, 127, 20, var(--tw-border-opacity));
}

.border-grey_1 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 225, 226, var(--tw-border-opacity));
}

.hover\:border-green:hover {
  --tw-border-opacity: 1;
  border-color: rgba(70, 184, 47, var(--tw-border-opacity));
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 184, 47, var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(47, 140, 222, var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(92, 54, 122, var(--tw-bg-opacity));
}

.bg-blue_2 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 56, 78, var(--tw-bg-opacity));
}

.bg-dark_green {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 127, 20, var(--tw-bg-opacity));
}

.bg-grey_1 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 225, 226, var(--tw-bg-opacity));
}

.bg-grey_4 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 189, 190, var(--tw-bg-opacity));
}

.bg-grey_5 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 248, 248, var(--tw-bg-opacity));
}

.hover\:bg-dark_green:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 127, 20, var(--tw-bg-opacity));
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

.font-body {
  font-family: 'Mulish', sans-serif;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgba(70, 184, 47, var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(47, 140, 222, var(--tw-text-opacity));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgba(92, 54, 122, var(--tw-text-opacity));
}

.text-blue_2 {
  --tw-text-opacity: 1;
  color: rgba(31, 56, 78, var(--tw-text-opacity));
}

.text-dark_green {
  --tw-text-opacity: 1;
  color: rgba(38, 127, 20, var(--tw-text-opacity));
}

.text-grey_2 {
  --tw-text-opacity: 1;
  color: rgba(117, 120, 123, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgba(70, 184, 47, var(--tw-text-opacity));
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100 {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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 + p, p + ul, p + ol, p + figure, p + img, p + blockquote, p + .button, ul + p, ul + ul, ul + ol, ul + figure, ul + img, ul + blockquote, ul + .button, ol + p, ol + ul, ol + ol, ol + figure, ol + img, ol + blockquote, ol + .button, figure + p, figure + ul, figure + ol, figure + figure, figure + img, figure + blockquote, figure + .button, table + p, table + ul, table + ol, table + figure, table + img, table + blockquote, table + .button, img + p, img + ul, img + ol, img + figure, img + img, img + blockquote, img + .button, blockquote + p, blockquote + ul, blockquote + ol, blockquote + figure, blockquote + img, blockquote + blockquote, blockquote + .button {
  margin-top: 1.25rem;
}

p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6, ul + h1, ul + .h1, ul + h2, ul + .h2, ul + h3, ul + .h3, ul + h4, ul + .h4, ul + h5, ul + .h5, ul + h6, ul + .h6, ol + h1, ol + .h1, ol + h2, ol + .h2, ol + h3, ol + .h3, ol + h4, ol + .h4, ol + h5, ol + .h5, ol + h6, ol + .h6, figure + h1, figure + .h1, figure + h2, figure + .h2, figure + h3, figure + .h3, figure + h4, figure + .h4, figure + h5, figure + .h5, figure + h6, figure + .h6, table + h1, table + .h1, table + h2, table + .h2, table + h3, table + .h3, table + h4, table + .h4, table + h5, table + .h5, table + h6, table + .h6 {
  margin-top: 1.25rem;
}

h1 + p, h1 + ul, h1 + ol, h1 + figure, h1 + .button, .h1 + p, .h1 + ul, .h1 + ol, .h1 + figure, .h1 + .button, h2 + p, h2 + ul, h2 + ol, h2 + figure, h2 + .button, .h2 + p, .h2 + ul, .h2 + ol, .h2 + figure, .h2 + .button, h3 + p, h3 + ul, h3 + ol, h3 + figure, h3 + .button, .h3 + p, .h3 + ul, .h3 + ol, .h3 + figure, .h3 + .button, h4 + p, h4 + ul, h4 + ol, h4 + figure, h4 + .button, .h4 + p, .h4 + ul, .h4 + ol, .h4 + figure, .h4 + .button, h5 + p, h5 + ul, h5 + ol, h5 + figure, .h5 + p, .h5 + ul, .h5 + ol, .h5 + figure, .h5 + .button, h6 + p, h6 + ul, h6 + ol, h6 + figure, h6 + .button, .h6 + p, .h6 + ul, .h6 + ol, .h6 + figure, .h6 + .button {
  margin-top: 1.25rem;
}

#mc_embed_signup div#mce-responses {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#mc_embed_signup div.response {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site {
  min-height: 100vh;
}

.site-main {
  width: 100%;
  flex: 1 1 0%;
}

.two-col ul, .site-main.action ul {
  margin-left: 1.25rem;
  list-style-position: inside;
  list-style-type: disc;
}

.membership ul {
  margin-left: 0px;
  list-style-type: none;
}

.two-col ol, .site-main.action ol {
  margin-left: 1.25rem;
  list-style-position: inside;
  list-style-type: decimal;
}

.two-col a {
  --tw-text-opacity: 1;
  color: rgba(47, 140, 222, var(--tw-text-opacity));
}

.site-main.action .related-articles ul, .site-main.action .related-articles ol {
  margin-left: 0px;
  list-style-type: none;
}

.facetwp-filters-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1002;
}

.facetwp-filters-container.open {
  top: 0;
}

.facetwp-filters-container > div{
  display: flex;
  justify-content: space-between;
}

.facetwp-filters-container__header p,
.facetwp-filters-container__header button {
  background-color: transparent;
  width: 50%;
  padding: 10px 20px;
  text-transform: uppercase;
}

.facetwp-filters-container__header button {
  color: #db4241;
  text-align: right;
}

.facetwp-filters-container__flex {
  flex: 1;
}

.facetwp-filters-container__filter-labels {
  width: 45%;
  max-width: 200px;
  display: inline-block;
  background-color: #d9d8d8;
}

.facetwp-filters-container__filter-labels p {
  color: #231f20;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.05em;
  padding: 10px 0 12px 20px;
  box-shadow: inset -1px 0 0 0 #f7f3ec;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 2;
}

.facetwp-filters-container__filter-labels p + .facetwp-filters-container__filter-labels p {
  margin-top: 0;
}

.facetwp-filters-container__filter-labels p.active {
  background-color: #fff;
}

.facetwp-filters-container__footer {
  padding: 8px 0;
}

.facetwp-filters-container__footer button {
  background-color: transparent;
  width: 50%;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
}

.facetwp-filters-container__footer button + .facetwp-filters-container__footer button {
  border-left: 1px solid #000;
}

.facetwp-filters-container__footer .apply-filters{
  color: #db4241;
}

.facetwp-filters {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 10px;
}

.facetwp-filters > div {
  display: none;
  padding: 10px 0;
}

.facetwp-filters > div.active {
  display: block;
}

.facetwp-facet,
.facetwp-sort,
.facetwp-type-fselect .fs-wrap,
.facetwp-type-fselect .fs-dropdown {
  margin: 0 auto !important;
  max-width: 220px;
  width: 100%;
}

.facetwp-facet-results_count {
  margin: 0 !important;
}

.facetwp-facet-search {
  max-width: 300px;
  width: 100%;
}

.facetwp-facet-search .facetwp-search {
  background-color: rgba( 217, 225, 226, 0.3 );
  border: 1px solid #ccc;
  min-width: auto !important;
}

.fs-label-wrap {
  border-radius: 10px;
  width: auto !important;
}

.facetwp-dropdown,
.facetwp-sort-select,
.fs-label-wrap .fs-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 90% center rgba( 217, 225, 226, 0.3 );
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  height: 55px;
}

.fs-label-wrap .fs-label {
  padding:11px 20px !important;
}

.facetwp-search {
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}

.fs-arrow {
  display: none;
}

.facetwp-facet-load_more {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.facetwp-facet-load_more .facetwp-overlay {
  background: url(../images/loading-icon.svg) center no-repeat;
}

.facetwp-facet-load_more .facetwp-load-more {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 14px;
  padding: 5px 10px;
  color: #000;
  text-transform: uppercase;
  visibility: hidden;
}

.facetwp-input-wrap .facetwp-icon {
  width: 3.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(70, 184, 47, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 1;
}

.facetwp-input-wrap .facetwp-icon::before {
  background: url(../../images/search-white-search-large.svg) 0 0 no-repeat;
  background-size: 20px;
  width: 3.5rem;
  background-position: center;
}

.filter-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.filter-button button {
  background-color: #ededed;
  border: none;
  cursor: pointer;
  letter-spacing: .05em;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 2.13333em;
  text-align: center;
}

.hamburger {
  outline: none !important;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0px;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.hamburger-inner {
  margin-top: -0.125rem;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: 50%;
  display: block;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  height: 2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 1.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 56, 78, var(--tw-bg-opacity));
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
}

.hamburger-inner::before, .hamburger-inner::after {
  display: block;
}

.hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  top: -0.5rem;
}

.hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -0.5rem;
}

.hamburger.open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.open .hamburger-inner::before {
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  top: 0px;
  opacity: 0;
}

.hamburger.open .hamburger-inner::after {
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: 0px;
}

.site.menu-open::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: rgba( 0, 0, 0, 0.9 );
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 21;
}

.main-navigation {
  right: calc(-100% - 20px);
  transition: all 0.3s ease-in-out;
}

.main-navigation.open {
  right: -20px;
  z-index: 22;
}

.site.menu-open header {
  z-index: initial !important;
}

#primary-menu li {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(31, 56, 78, var(--tw-text-opacity));
}

#primary-menu > li {
  position: relative;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#primary-menu > li:nth-child(2n-1) {
  border-style: none;
}

#primary-menu li .menu-icon-holder {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

#primary-menu > li.active {
  padding-bottom: 0px;
}

#primary-menu > li.active .menu-icon-holder {
  transform: rotateX(180deg);
}

#primary-menu .sub-menu {
  background-color: rgba( 184, 189, 190 , 0.1 );
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 1.25rem;
  display: none;
  padding: 1.5rem;
}

#primary-menu .sub-menu li {
  border-left-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

#primary-menu .sub-menu li + li {
  margin-top: 1.25rem;
  margin-left: 0px;
}

#primary-menu li.search-link {
  display: none;
}

.mobile-search-holder {
  border-width: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}

.mobile-search {
  box-shadow: none !important;
  letter-spacing: 0.5px;
  outline: none !important;
  width: 100%;
  border-color: transparent;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.mobile-search::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 0.3;
}

.mobile-search:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 0.3;
}

.mobile-search::placeholder {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  opacity: 0.3;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-slide > div {
  position: relative;
}

.slick-dots {
  bottom: 0.5rem;
}

.slick-dots li,
.slick-dots li button {
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.slick-dots li, .slick-dots li button {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0px;
}

.slick-dots li button::before {
  border-radius: 50%;
  content: " ";
  height: 6px;
  width: 6px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.home__slider-content h1, .home__slider-content h2, .home__slider-content h3, .home__slider-content h4, .home__slider-content h5, .home__slider-content h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

@media (min-width: 1024px) {
  .home__slider-content h1, .home__slider-content h2, .home__slider-content h3, .home__slider-content h4, .home__slider-content h5, .home__slider-content h6 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.wwd__hero-banner__content p {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .wwd__hero-banner__content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.home__slider-content p {
  margin-top: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(38, 127, 20, var(--tw-text-opacity));
}

.home__slider-content ul, .wwd__hero-banner__content ul, .home__slider-content ol, .wwd__hero-banner__content ol {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  --tw-text-opacity: 1;
  color: rgba(38, 127, 20, var(--tw-text-opacity));
}

.home__slider-content li, .wwd__hero-banner__content li {
  display: inline-block;
  border-bottom-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgba(70, 184, 47, var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home__slider-content li + .home__slider-content li, .wwd__hero-banner__content li + .wwd__hero-banner__content li {
  margin-top: 0.5rem;
}

.home .facetwp-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .home .facetwp-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .home .facetwp-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home__map-stats .wrapper {
  display: grid;
  grid-template-columns: repeat(1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home__map-stats-individual-1 {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(92, 54, 122, var(--tw-bg-opacity));
}

.home__map-stats-individual-1 .home__map-stats-individual__content__big-text {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.home__map-stats-individual-1 .home__map-stats-individual__content__small-text {
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.home__map-stats-individual-2 {
  --tw-border-opacity: 1;
  border-color: rgba(70, 184, 47, var(--tw-border-opacity));
}

.home__map-stats-individual-2 .home__map-stats-individual__content__big-text {
  --tw-text-opacity: 1;
  color: rgba(70, 184, 47, var(--tw-text-opacity));
}

.home__map-stats-individual-2 .home__map-stats-individual__content__small-text {
  --tw-text-opacity: 1;
  color: rgba(70, 184, 47, var(--tw-text-opacity));
}

.home__map-stats-individual-3 {
  --tw-border-opacity: 1;
  border-color: rgba(47, 140, 222, var(--tw-border-opacity));
}

.home__map-stats-individual-3 .home__map-stats-individual__content__big-text {
  --tw-text-opacity: 1;
  color: rgba(47, 140, 222, var(--tw-text-opacity));
}

.home__map-stats-individual-3 .home__map-stats-individual__content__small-text {
  --tw-text-opacity: 1;
  color: rgba(47, 140, 222, var(--tw-text-opacity));
}

.home__map-stats-individual-4 {
  --tw-border-opacity: 1;
  border-color: rgba(92, 54, 122, var(--tw-border-opacity));
}

.home__map-stats-individual-4 .home__map-stats-individual__content__big-text {
  --tw-text-opacity: 1;
  color: rgba(92, 54, 122, var(--tw-text-opacity));
}

.home__map-stats-individual-4 .home__map-stats-individual__content__small-text {
  --tw-text-opacity: 1;
  color: rgba(92, 54, 122, var(--tw-text-opacity));
}

.home__map-stats-individual-5 {
  --tw-border-opacity: 1;
  border-color: rgba(92, 54, 122, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(92, 54, 122, var(--tw-bg-opacity));
}

.home__map-stats-individual-5 .home__map-stats-individual__content__big-text {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.home__map-stats-individual-5 .home__map-stats-individual__content__small-text {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.social-feed__individual {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.timeline-Header,
.timeline-Footer {
  display: none !important;
}

#mc_embed_signup form {
  padding: 0 !important;
}

#mce-EMAIL {
  background-color: rgba( 217, 225, 226, 0.3 );
  border: none !important;
  border-radius: 0.375rem;
}

#mce-EMAIL::-moz-placeholder {
  opacity: 1; /* Firefox */
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#mce-EMAIL:-ms-input-placeholder {
  opacity: 1; /* Firefox */
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#mce-EMAIL::placeholder {
  opacity: 1; /* Firefox */
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#mce-EMAIL:-ms-input-placeholder { /* Internet Explorer 10-11 */
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#mce-EMAIL::-ms-input-placeholder { /* Microsoft Edge */
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#mc-embedded-subscribe {
  background: url(../../images/arrow-right-solid.svg) center center no-repeat;
  background-color: #46b82f !important;
  background-size: 20px;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  width: 60px !important;
  height: 55px !important;
}

.two-col img {
  border-radius: 0.75rem;
}

.two-col li {
  padding-bottom: 1rem;
}

.two-col li + .two-col li {
  margin-top: 1rem;
}

.two-col li i {
  transform: translateY(-50%);
}

.wwd .two-col #overview p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(31, 56, 78, var(--tw-text-opacity));
}

.related-articles__individual {
  transition: all 0.2s ease-in-out;
  border-radius: 0.75rem;
}

.related-articles__individual:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.related-articles__individual + .related-articles__individual {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .related-articles__individual + .related-articles__individual {
    margin-top: 0px;
  }
}

.accordion__individual + .accordion__individual {
  margin-top: 1.25rem;
}

.logos img + .logos img {
  margin-top: 0;
}

.membership ul li {
  position: relative;
  padding-left: 2.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.membership ul li::before {
  content: "";
  top: 7px;
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  left: 0px;
  margin-right: 2rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(70, 184, 47, var(--tw-bg-opacity));
}

.membership li + .membership li, .membership li ul {
  margin-top: 2.5rem;
}

.resource-centre__banner {
  background: linear-gradient(180deg, rgba(227, 228, 229, 1) 0%, rgba(230, 236, 235, 1) 100%);
}

.resource-centre__banner__caption {
  transform: translateY(-50%);
}

.resource-tab:hover {
  transform: scale(1.05);
}

.resource-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 127, 20, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

.resource-centre__cards a {
  box-shadow: 0px 0px 20px 0px rgba(217,225,226,1);
}

.resource-tab path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.resource-tab:hover path {
  fill: #fff;
}

.resource-centre__resources .facetwp-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .resource-centre__resources .facetwp-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .resource-centre__resources .facetwp-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.resource-centre__resource:hover {
  box-shadow: 0 0 20px 0 #d9e1e2;
}

.single-resources .site-main ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.single-resources .site-main ol {
  margin-left: 1.25rem;
  list-style-type: decimal;
}

.single-resources .site-main a {
  --tw-text-opacity: 1;
  color: rgba(47, 140, 222, var(--tw-text-opacity));
}

.action blockquote {
  margin-top: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(217, 225, 226, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding: 2rem;
}

.action blockquote p {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(47, 140, 222, var(--tw-border-opacity));
  padding-left: 2.5rem;
  letter-spacing: 0.025em;
}

.about-us__timeline__wrapper {
  max-width: 100%;
  margin: 0 20px;
}

.member-organisations .facetwp-template {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .member-organisations .facetwp-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.site-footer {
  background: linear-gradient(180deg, #f7f8f8 0%, #fff 100%);
}

.site-footer .footer-menu {
  -moz-column-count: 2;
       column-count: 2;
}

.site-footer .footer-menu li {
  letter-spacing: 0.025em;
  opacity: 0.3;
}

.site-footer .footer-menu li + .site-footer .footer-menu li {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .search-container input {
    border-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    border-color: transparent;
    background-color: transparent;
    padding-top: 0.25rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 0px;
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .search-container input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    opacity: 1;
  }

  .search-container input:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    opacity: 1;
  }

  .search-container input::placeholder {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    opacity: 1;
  }

  .facetwp-filters-container{
    background-color: transparent;
    flex-direction: row;
    margin-top: 40px;
    position: static;
  }

  .facetwp-filters{
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }

  .facetwp-filters > div {
    display: block !important;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .facetwp-facet,
	.facetwp-sort,
	.facetwp-type-fselect .fs-wrap,
	.facetwp-type-fselect .fs-dropdown,
	.facetwp-input-wrap {
    width: 100% !important;
    max-width: 100% !important;
    height: 55px;
  }

  .home .facetwp-facet {
    width: auto !important;
  }

  .facetwp-facet-search .facetwp-search {
    border: none;
    height: 55px;
  }

  .facetwp-dropdown,
	.facetwp-sort-select,
	.fs-label-wrap .fs-label{
    border: none;
  }

  .home__map-stats .wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home__map-stats .wrapper .home__map-stats-individual-1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  .about-us__timeline__description {
    grid-area: 1 / 3 / 8 / 5;
  }

  .about-us__timeline__wrapper figure::before {
    content: "";
    height: 2px;
    transform: rotate(90deg);
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(92, 54, 122, var(--tw-bg-opacity));
  }

  #about-us__timeline__triangle {
    background: url(../../images/bottom-triangle.png) 0 0 no-repeat;
    bottom: -10px;
    width: 20px;
    height: 20px;
  }

  .who-we-are__banner figure {
    max-width: 600px;
    width: 52%;
  }

  .site-footer__logo-address {
    -moz-column-count: 2;
         column-count: 2;
  }

  .site-footer .footer-menu li + .site-footer .footer-menu li {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .facetwp-facet + .facetwp-facet {
    margin-left: 16px !important;
  }

  .facetwp-facet + .facetwp-sort {
    margin-left: 16px !important;
  }

  .main-navigation {
    display: flex !important;
    justify-content: flex-end;
  }

  #primary-menu li {
    border-style: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
  }

  #primary-menu > li:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
  }

  #primary-menu li .menu-icon-holder {
    transform: translateX(-50%);
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
  }

  #primary-menu > li.active .menu-icon-holder {
    transform: rotateX(0);
  }

  #primary-menu li.search-link {
    display: block;
  }

  #primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    display: none;
    width: 20rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(247, 248, 248, var(--tw-bg-opacity));
    padding: 1.5rem;
  }

  #primary-menu .sub-menu li {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .search-container input {
    letter-spacing: 0.75px;
    --tw-text-opacity: 1;
    color: rgba(184, 189, 190, var(--tw-text-opacity));
  }

  .search-container input.desktop-search::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(184, 189, 190, var(--tw-text-opacity));
  }

  .search-container input.desktop-search:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(184, 189, 190, var(--tw-text-opacity));
  }

  .search-container input.desktop-search::placeholder {
    --tw-text-opacity: 1;
    color: rgba(184, 189, 190, var(--tw-text-opacity));
  }

  .slick-slide img {
    border-radius: 0.75rem;
  }

  .slick-dots {
    bottom: 1.5rem;
  }

  .home__slider__wrapper,
	.who-we-are__banner,
	.wwd__hero-banner,
	.action__wrapper,
	.single-resources__wrapper {
    max-width: 1140px;
  }

  .home__slider__wrapper, .who-we-are__banner, .wwd__hero-banner, .action__wrapper, .single-resources__wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .home__slider-content,
	.wwd__hero-banner__content {
    max-width: 500px;
  }

  .home__slider-content, .wwd__hero-banner__content {
    position: absolute;
    right: 2rem;
    bottom: 4rem;
    z-index: 10;
  }

  .home__map-stats .wrapper {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .about-us__timeline__wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }

  .site-footer__logo-address {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}

@media (min-width: 1180px) {
}
