/*
! tailwindcss v3.4.3 | 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: currentColor; /* 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],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, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]: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::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%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;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
body {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.125rem;
  font-weight: 400;
}
main {
  margin-top: 0px;
}
.entry-content {
  padding-left: var(--wp--preset--spacing--50);
  padding-right: var(--wp--preset--spacing--50);
}
@media (min-width: 768px) {

  .entry-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.entry-content > .alignfull {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {

  .entry-content > .alignfull {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.alignwide {
  width: 100%;
}
@media (min-width: 768px) {

  .alignwide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1400px) {

  .alignwide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.site-header {
  background-color: #182D7D;
  border-top: 10px solid #5E9D5B;
}
@media (min-width: 1220px ) {

  .site-header {
    border-top-width: 20px;
  }
}
.site-header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {

  .site-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1300px) {
.site-header .main-nav > .wp-block-navigation-item {
			padding-left: var(--wp--preset--spacing--20);
			padding-right: var(--wp--preset--spacing--20)
	}
		}
/* Mobile Header */
nav.main-nav.wp-block-navigation > .wp-block-navigation__responsive-container.is-menu-open {
		background-color: var(--wp--preset--color--palette-4);
		overflow-x: hidden;
		width: 80%;
		left: calc(100% - 80%);
		min-width: unset !important;
		max-width: unset !important;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
nav.main-nav.wp-block-navigation > .wp-block-navigation__responsive-container.is-menu-open ul.wp-block-navigation__container {
			width: 100% !important;
		}
nav.main-nav.wp-block-navigation > .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
			align-items: flex-start;
			width: 100%;
			font-size: var(--wp--preset--font-size--xlarge);
		}
nav.main-nav.wp-block-navigation > .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation__submenu-container {
			padding: 0 !important;
			font-size: medium;
			margin-top: 6px;
			margin-left: 20px;
			box-shadow: none !important;
		}
nav.main-nav.wp-block-navigation ul {
		min-width: unset !important;
	}
@media screen and (max-width: 1249px) {
nav.main-nav.wp-block-navigation .wp-block-search__inside-wrapper::before {
			display: none
	}
		}
@media (min-width: 1220px) and (max-width: 1400px) {
nav.main-nav.wp-block-navigation ul li a {
			font-size: 18px !important
	}
		}
.site-footer {
  background-color: #182D7D;
  color: #FFFFFF;
  padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--20);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {

  .site-footer {
    text-align: left;
  }
}
.site-footer a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 205 109 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.site-footer a:focus {
  --tw-text-opacity: 1;
  color: rgb(242 205 109 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.site-footer a.wp-block-button__link {
  text-decoration-line: none;
}
.site-footer ul a {
  text-decoration-line: none;
}
.site-footer ul a:hover {
  text-decoration-line: underline;
}
.site-footer ul a:focus {
  text-decoration-line: underline;
}
.wp-block-site-logo {
  width: 100px;
}
@media (min-width: 1220px ) {

  .wp-block-site-logo {
    width: 169px;
  }
}
.wp-block-site-logo {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.wp-block-button .wp-block-button__link {
  background-color: #F2CD6D;
  border-radius: 30px;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  color: #1B1E23;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  border-width: 0px;
  line-height: 1;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #566DBD;
  color: #FFFFFF;
}
.wp-block-button:where(.is-style-outline) .wp-block-button__link {
  background-color: transparent;
  border-radius: 30px;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  color: #1B1E23;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  border-color: #182555;
  border-width: 1px;
  line-height: 1;
}
.wp-block-button:where(.is-style-outline) .wp-block-button__link:hover {
  background-color: #182555;
  color: #FFFFFF;
}
.wp-block-quote > * {
	text-align: left;
}
.wp-block-separator {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(94 157 91 / var(--tw-border-opacity));
}
.wp-block-group.is-style-waves-v1,
	.wp-block-group.is-style-waves-v2 {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(16 46 130 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-group.is-style-waves-v1:last-child, .wp-block-group.is-style-waves-v2:last-child {
  margin-bottom: -1.5rem;
}
.wp-block-group.is-style-waves-v1.less-padding, .wp-block-group.is-style-waves-v2.less-padding {
  padding-top: 6rem;
}
.wp-block-group.is-style-waves-v1 {
		background-image: url(../images/waves-on-white.0170a436.jpg), linear-gradient(to bottom, #102E82 40%, #142558);
		padding-bottom: 100px !important;
		min-height: 800px;
		background-size: contain;
		background-repeat: no-repeat;
		padding-top: 220px;
	}
@media (min-width: 1400px) {
.wp-block-group.is-style-waves-v1 {
			background-size: 100% auto
	}
		}
.wp-block-group.is-style-waves-v2 {
		background-image: url(../images/waves-on-blue.c78dbd2f.jpg);
		min-height: 625px;
		background-size: contain;
		background-repeat: no-repeat;
		padding-top: 60px;
	}
@media (min-width: 1400px) {
.wp-block-group.is-style-waves-v2 {
			background-size: 100% auto
	}
		}
.wp-block-group.is-style-waves-v3 {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIzMjYiIHZpZXdCb3g9IjAgMCAxNDQwIDMyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0MjYuNjIgNzQuNDc1MkMxNTY1LjMgMTQ5LjY5MyAxNTM4Ljg4IDIzMi4xNiAxNTU0LjQxIDI4MS43NTVMLTI4Ny4yMDcgMjU0LjUyN0MtMTkxLjkzMyAyMDMuMTQ5IC05OS4xNzcyIDc1LjgwMzUgNTguMTUyNyA3OC4xMjk2QzIxNS40ODMgODAuNDU1NyAyNTMuMzU5IDE0OC4xNDkgNDUyLjQyMiAxNTEuMDkyQzY1MS40ODYgMTU0LjAzNSA3NzAuNjUyIDkyLjI2MTkgODgxLjQgNTEuMzA4QzEwMzIuNCAtNC41MzExMyAxMjI0LjggLTM0Ljk5NDkgMTQyNi42MiA3NC40NzUyWiIgZmlsbD0iIzUwNkVDMyIvPgo8cGF0aCBkPSJNMTQxNS44MSA5My43NTFDMTU1NS4xNyAxNjEuODI5IDE1NDAuMiAyMzYuOTk5IDE1NTYuMTIgMjgxLjc3N0wtMjg3LjI1IDI1NC41NjVDLTE5Mi4yNzkgMjA4LjMzNyAtMTEwLjEzNSAxMDMuNjM0IDQ3LjM0NDYgMTA1Ljk1OUMyMDQuODI0IDEwOC4yODQgMjUyLjk3NyAxNTkuMzQxIDQ1Mi4yMyAxNjIuMjgyQzY1MS40ODMgMTY1LjIyMyA3NTIuODM1IDEyMC43ODQgODYzLjM3MSA4My45ODQ5QzEwMTQuMDggMzMuODEwMSAxMjEzIC01LjMyODIyIDE0MTUuODEgOTMuNzUxWiIgZmlsbD0iIzFDM0Q5QSIvPgo8cGF0aCBkPSJNMTQyMi4xMiAxNTYuOTUxQzE1NjEuOTMgMjE5LjExMiAxNTM2LjU2IDI4NC4zMzEgMTU1Mi43OCAzMjUuMTE4TC0yOTAuNTg1IDI5Ny45MDVDLTE5NS45NDMgMjU1Ljk0NSAtMTM2LjMzOCAxMzEuNjQ1IDU3LjE4MjYgMTQyLjA3N0MyNTAuNzAzIDE1Mi41MSAyNDguOTMgMjExLjkyOCA0NDguMTgzIDIxNC44N0M2NDcuNDM2IDIxNy44MTEgNzY4LjE4OSAxNTcuNTU2IDg3OC40NTkgMTI0LjJDMTAyOC44MSA3OC43MjEyIDEyMTguNjQgNjYuNDgxNSAxNDIyLjEyIDE1Ni45NTFaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTQyOF8yMjEwKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE0MjhfMjIxMCIgeDE9Ijg0MC4wMDEiIHkxPSIxMTguMTg0IiB4Mj0iODQzLjcxOSIgeTI9IjI0Mi41OTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzEwMkU4MiIvPgo8c3RvcCBvZmZzZXQ9IjAuODAzMDIzIiBzdG9wLWNvbG9yPSIjMTQyNTU4Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
		min-height: 800px;
		background-size: contain;
		background-repeat: no-repeat;
		padding-top: 220px;
	}
@media (min-width: 1400px) {
.wp-block-group.is-style-waves-v3 {
			background-size: 100% auto
	}
		}
.wp-block-group.logo-images img {
		aspect-ratio: 1 / 0.5;
		-o-object-fit: contain;
		   object-fit: contain;
		height: 45px;
		width: 100%;
		margin: 0px;
	}
.wp-block-image img {
  overflow: hidden;
  border-radius: 24px;
}
ul.wp-block-list {
	list-style-type: disc;
}
ol.wp-block-list {
	list-style-type: auto;
}
/* Figcaption styles */
.wp-block-image figcaption {
	text-align: center;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -20px;
	margin-bottom: 0;
	z-index: 2;
	position: relative;
	background: white;
	margin-left: 0px;
	margin-right: 0px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(86 109 189 / var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.aphsa-box-shadow {
	box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.16);
}
/* On dark (white text) hover color */
.has-palette-1-color:not(.has-link-color) a:hover {
	color: var(--wp--preset--color--palette-8) !important;
}
/* Blockquote styles */
.wp-block-quote {
	padding: 30px;
	box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	text-align: center;
}
.wp-block-quote p {
	    font-size: 20px;
	    line-height: 1.5;
	    font-weight: bold;
	    --tw-text-opacity: 1;
	    color: rgb(36 60 148 / var(--tw-text-opacity));
	}
.wp-block-quote cite::before {
	    content: '- ';
	}
.wp-block-search__inside-wrapper {
  position: relative;
  margin-left: 0.5rem;

	/*&:before {
		@apply
			content-['']
			absolute
			-translate-y-1/2
			left-0
			top-1/2
			w-[1px]
			h-10
			bg-palette-7
		;
	}*/
}
.wp-block-search__inside-wrapper:hover .wp-block-search__input {
  display: block;
}
.wp-block-search__button {
  background-color: transparent;
  padding: 0px;
  font-size: 1.875rem;
}
.wp-block-search__button svg {
  height: 30px;
  width: 30px;
  --tw-scale-x: -1;
  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));
}
.wp-block-search__input {
  z-index: 10;
  width: 200px;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(94 157 91 / var(--tw-border-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(27 30 35 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
@media (min-width: 1220px) {

  .wp-block-search__input {
    width: 150px;
  }
}
@media (min-width: 1300px) {
.wp-block-search__input {
		width: 175px !important
}
	}
.wp-block-search__button.has-icon {
	margin-left: 3px;
}
@media (min-width: 600px) {

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (min-width: 1220px) {

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
}
@media (min-width: 600px) {

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
}
@media (min-width: 1220px) {

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-group.has-background {
  padding: var(--wp--preset--spacing--20);
}
.main-nav:not(.has-background) {
  color: #FFFFFF;
}
.main-nav:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #182555;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--20);
}
.main-nav .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  left: 0;
  min-width: 250px;
}
.main-nav:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #FFFFFF;
}
.main-nav .wp-block-navigation__responsive-container-content {
  align-items: center;
}
.main-nav > .wp-block-navigation-item {
  padding: var(--wp--preset--spacing--20) 4px;
}
.main-nav > .wp-block-navigation-item > .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
}
.main-nav .wp-block-navigation-item > a:hover {
  color: #F2CD6D;
  text-decoration: underline;
  text-decoration-color: #F2CD6D;
  text-underline-offset: 2px;
}
.main-nav .wp-block-navigation__submenu-icon {
  color: #F2CD6D;
  margin-left: 10px;
}
.main-nav .wp-block-navigation__submenu-icon svg path {
  stroke-width: 3px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #182D7D;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #566DBD;
  text-decoration-thickness: 1px;
}
/* Gravity Forms customizations */
.gform_footer input[type=submit] {
    background-color: var(--wp--preset--color--palette-8);
    border-radius: 30px;
    font-size: var(--wp--preset--font-size--large);
    font-weight: 700;
    color: #1B1E23;
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
    border-width: 0px;
    line-height: 1;
    cursor: pointer;
}
.gform_footer input[type=submit]:hover,
    .gform_footer input[type=submit]:focus {
    	background-color: var(--wp--preset--color--palette-6);
    	color: var(--wp--preset--color--palette-1);
    }
.wp-block-post-content {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.75;
}
.wp-block-post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.wp-block-post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  font-weight: 700;
  color: #33863F;
}
.wp-block-post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.wp-block-post-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.wp-block-post-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.wp-block-post-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--xxxxx-large);
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.2;
  font-weight: 800;
}
.wp-block-post-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--xxxx-large);
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
  font-weight: 900;
}
.wp-block-post-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--xxx-large);
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.3;
  font-weight: 800;
}
.wp-block-post-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: var(--wp--preset--font-size--xx-large);
  font-weight: 600;
}
.wp-block-post-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-post-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-post-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-post-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-post-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.wp-block-post-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.wp-block-post-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.wp-block-post-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.wp-block-post-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.wp-block-post-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.wp-block-post-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.wp-block-post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.wp-block-post-content :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wp-block-post-content :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.wp-block-post-content :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.wp-block-post-content :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.wp-block-post-content :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.wp-block-post-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wp-block-post-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.wp-block-post-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.wp-block-post-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.wp-block-post-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}
.wp-block-post-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.wp-block-post-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.wp-block-post-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.wp-block-post-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.wp-block-post-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}
.wp-block-post-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.wp-block-post-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.wp-block-post-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.wp-block-post-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.wp-block-post-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.wp-block-post-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.wp-block-post-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-post-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-post-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.wp-block-post-content :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.wp-block-post-content :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-decoration: none;
}
.wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover h2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.wp-block-post-content :where(li:not(.wp-block-post)):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  font-weight: 700;
  color: #33863F;
}
.wp-block-post-content :where(li:not(.wp-block-post)):not(:where([class~="not-prose"],[class~="not-prose"] *)) a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.wp-block-post-content :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.4;
  font-weight: 600;
}
.wp-block-post-content :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
  font-weight: 600;
}
/* Remove default spacing from the last element */
.wp-site-blocks footer.wp-block-template-part {
		margin-top: 0;
	}
.wp-site-blocks main > *:last-child {
		margin-bottom: 0 !important;
	}
/* Tablet Footer Adjustments */
@media (min-width: 768px) and (max-width: 960px) {
footer.wp-block-template-part .wp-block-columns {
	    flex-wrap: wrap !important
}
footer.wp-block-template-part .wp-block-columns >.wp-block-column {
	    flex-basis: 100% !important
}

	    footer.wp-block-template-part .wp-block-columns >.wp-block-column > * {
			justify-content: center !important;
			align-items: center;
			max-width: unset;
			text-align: center;
	    }
	}
.footer-menus {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  gap: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 600px) {

  .footer-menus {
    gap: 1rem;
  }
}
@media (min-width: 768px) {

  .footer-menus {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.footer-menu {
	list-style-type: none !important;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0px;
}
@media (min-width: 768px) {

  .footer-menu {
    max-width: 12rem;
  }
}
.footer-menu li {
  margin: 0px;
  padding: 0px;
}
.footer-menu a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(242 205 109 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.footer-menu a:focus {
  --tw-text-opacity: 1;
  color: rgb(242 205 109 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.footer-logo img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
@media (min-width: 768px) {

  .footer-logo img {
    margin-left: 0px;
    margin-right: 0px;
  }

  .wp-block-group.align-right-desktop {
    align-items: flex-end;
  }
}
.wp-block-social-links:not(.is-style-logos-only) {
  gap: 1rem;
  padding: 0px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 45 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(242 205 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 205 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 30 35 / var(--tw-text-opacity));
}
.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link:focus {
  --tw-border-opacity: 1;
  border-color: rgb(242 205 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 205 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 30 35 / var(--tw-text-opacity));
}
.trp-block-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
@media (min-width: 768px) {

  .trp-block-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.trp_language_switcher_shortcode {
  width: 100%;
}
.trp-language-switcher {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {

  .trp-language-switcher {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.trp-language-switcher a {
  --tw-text-opacity: 1;
  color: rgb(27 30 35 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.trp-language-switcher a:hover {
  --tw-text-opacity: 1;
  color: rgb(27 30 35 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.trp-language-switcher a:focus {
  --tw-text-opacity: 1;
  color: rgb(27 30 35 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.trp-language-switcher > div {
		width: 100% !important;
		border-radius: 0.5rem;
		--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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
		box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(94 157 91 / var(--tw-ring-opacity));
	
	}
.trp-language-switcher > div > a {
  border-radius: 0.375rem;
  padding: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.trp-language-switcher > div > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-decoration-line: underline;
}
.trp-language-switcher > div > a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-decoration-line: underline;
}
.trp-language-switcher .trp-ls-shortcode-language {
  padding: 0px;
}
/* Resources style overrides */
.single .taxonomy-resource_topic.wp-block-post-terms {
    text-align: center;
}
/* Facets */
.facetwp-search,
.facetwp-type-dropdown select,
.facetwp-type-sort select,
.facetwp-date {
  width: 100%;
  min-width: 280px;
  max-width: 100%;
  border-radius: 0.5rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(86 109 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: var(--wp--preset--spacing--40);
  font-size: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(24 37 85 / var(--tw-text-opacity));
}
.facetwp-reset {
  background-color: #F2CD6D;
  border-radius: 30px;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  color: #1B1E23;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  border-width: 0px;
  line-height: 1;
}
.facetwp-reset:hover {
  background-color: #566DBD;
  color: #FFFFFF;
}
.facetwp-date {
  width: 50%;
}
.facetwp-type-date_range {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.facetwp-input-wrap {
  width: 100%;
}
.facetwp-search {
  width: 100%;
}
.facet-label {
  font-size: 1.25rem;
  font-weight: 600;
}
.facet-wrap span.facetwp-counter {
    display: none;
}
.facet-wrap .facetwp-checkbox {
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 16px;
}
.facet-wrap .facet-label {
    display: block;
    margin-bottom: 15px;
}
/* Resource Library Columns Tablet adjustments */
@media (min-width: 782px) and (max-width: 960px) {
.resources-library-columns {
        flex-direction: column
}
    }
@media screen and (min-width: 782px) {
.resource-filters .accordion-container .ac-panel > .wp-block-group {
		margin-top: 10px
}
	}
/* Removes Resources Library accordion on desktop */
@media screen and (min-width: 960px) {
.resource-filters .wp-block-heading.ac-trigger::after {
		    display: none
	}
.resource-filters .ac .ac-panel {
		    visibility: visible;
		    height: auto !important
	}
		}
/* Staff Styles */
.staff-teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.staff-teams a {
  pointer-events: none;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(86 109 189 / var(--tw-text-opacity));
}
.staff-photo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: 250px;
  width: 278px;
  overflow: hidden;
  border-radius: 24px;
}
.staff-photo .wp-block-post-featured-image {
  height: 100%;
  width: 100%;
}
.staff-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.staff-name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 900;
}
.staff-page-link {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(24 45 125 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
/* Accordions */
.wp-block-cshp-accordion {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.ac-trigger:after {
  font-size: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(24 45 125 / var(--tw-text-opacity));
}
.wp-block-heading.ac-trigger {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(86 109 189 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  font-size: 1.875rem;
  font-weight: 800;
}
.wp-block-group.ac-panel > * {
  max-width: 100%;
}
.ac .ac-panel {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.ac .ac-panel > p:first-child,
	.ac .ac-panel > ul.wp-block-list:first-child {
		margin-top: 0;
	}
.ac .ac-panel > *:last-child {
  margin-bottom: 50px;
}
/* Query loop in accordions grid update */
@media screen and (min-width: 600px) {
.ac .wp-block-query .global-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr))
}
	}
/* Affinity Group Template */
.wp-block-post-title {
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 1220px) {

  .wp-block-post-title {
    font-size: 3.625rem;
  }
}
@media screen and (min-width: 1220px) {
.wp-block-post-title {
		line-height: 1.25
}
	}
.region-section + .region-section {
  margin-top: 2.5rem;
}
.banner {
  min-height: 250px;
  padding-top: var(--wp--preset--spacing--60);
  padding-bottom: var(--wp--preset--spacing--60);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1220px) {

  .banner {
    min-height: 392px;
  }
}
.entry-content .banner {
  margin-top: -1.5rem;
}
.back-link {
  margin-bottom: 1.75rem;
}
@media (min-width: 1220px) {

  .back-link {
    margin-bottom: 2.5rem;
  }
}
.back-link a:hover {
  text-decoration-line: underline;
}
.back-link a:focus {
  text-decoration-line: underline;
}
.contact-box {
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(94 157 91 / var(--tw-border-opacity));
  padding: var(--wp--preset--spacing--60);
}
.contact-box .wp-block-heading {
  font-size: 1.875rem;
}
.contact-box .contact-person p {
  margin: 0px;
}
.contact-box .contact-name {
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(24 45 125 / var(--tw-text-opacity));
}
/* Single posts prefix */
.wp-block-post-terms__prefix {
    margin-right: 7px;
}
/* Events menu */
@media screen and (max-width: 768px) {
.event-menu {
		flex-direction: column;
		align-items: center !important
}
	}
.event-menu .wp-block-button__link {
		transition: 0.1s all ease-in-out;
	}
.event-menu .wp-block-button__link:hover,
		.event-menu .wp-block-button__link:focus {
			background-color: var(--wp--preset--color--palette-4) !important;
		}
/* Post Grid styles */
.wp-block-cshp-post-grid.columns-3 .wp-block-cshp-post:not(.icon-grid) figure {
	height: 100%;
	aspect-ratio: 1.2 / 1;
	width: 100%;
}
/* Archive Grid */
.global-grid {
	padding-inline-start: 0 !important;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
}
@media (min-width: 600px) {

  .global-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1220px) {

  .global-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.global-grid .wp-block-post {
  margin: 0px;
  margin-top: 12px;
  height: 100%;
}
.global-grid .post--type {
		background-color: var(--wp--preset--color--palette-7);
		display: inline-block;
		border-radius: 8px;
		border-width: 2px;
		border-style: solid;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		font-size: 0.875rem;
		font-weight: 600;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
/* Query pagination styles */
.wp-block-query-pagination-numbers .page-numbers {
		padding: 10px;
	}
.wp-block-query-pagination-numbers span.page-numbers.current {
		font-weight: 600;
		padding: 5px 8px;
		border-radius: 5px;
		background: var(--wp--preset--color--palette-5);
		color: #fff;
		margin: 2px;
	}
.icon-grid.wp-block-cshp-post a {
	text-decoration: none !important;
}
/* Chatbox styles */
#wp-chatbot-chat-container {
    width: 55px !important;
    height: 55px !important;
}
.wp-chatbot-notification-widget-avatar,
.wp-chatbot-notification-agent-profile {
	display: none !important;
}
.wpbot_card_image a {
	padding: 0 !important;
}
.wpbot_card_image a img {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* CSHP Attribution */
#cshp-attribution {
	float: right;
	clear: both;
	margin: 0;
	text-align: right;
	height: 16px;
}
#cshp-attribution a {
		display: block;
		font-size: 11px;
		text-decoration: none;
	}
#cshp-attribution a span {
			display: inline-block;
			width: 0;
			padding-top: 5px;
			white-space: nowrap;
			overflow: hidden;
		}
#cshp-attribution a:hover span {
				width: 180px;
			}
#cshp-attribution a:hover i {
				box-shadow: 0 2px 12px rgba(0,0,0,0.3);
			}
#cshp-attribution a i {
			display: inline-block;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background-image: url(data:image/png;base64,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);
			background-size: contain;
			box-shadow: 0 2px 5px rgba(0,0,0,0.3);
		}
#cshp-attribution a * {
			transition: 0.3s;
		}
/* Breadcrumbs */
.yoast-breadcrumbs a {
  text-decoration-line: underline;
}
.yoast-breadcrumbs a:hover {
  text-decoration-style: dotted;
}
.yoast-breadcrumbs a:focus {
  text-decoration-style: dotted;
}
