@import url(https://use.typekit.net/tae5tiq.css);
@charset "UTF-8";
@font-face {
  font-family: "avenirCondensed";
  src: url("../assets/font/avenir_next_lt_pro_condensed-webfont.woff2")
      format("woff2"),
    url("../assets/font/avenir_next_lt_pro_condensed-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
! 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: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: "";
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: source-sans-pro, sans-serif; /* 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;
}
*,
::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: ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.top-0 {
  top: 0px;
}
.float-right {
  float: right;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[10\/4\] {
  aspect-ratio: 10/4;
}
.h-auto {
  height: auto;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-\[57px\] {
  width: 57px;
}
.w-full {
  width: 100%;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-12 {
  gap: 3rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-purple > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(81 8 86 / var(--tw-divide-opacity));
}
.bg-\[\#b4b4b4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(180 180 180 / var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-white {
  fill: #fff;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-64 {
  padding-bottom: 16rem;
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(224 176 60 / var(--tw-text-opacity));
}
.text-gold-dark {
  --tw-text-opacity: 1;
  color: rgb(158 105 0 / var(--tw-text-opacity));
}
.text-gold-darker {
  --tw-text-opacity: 1;
  color: rgb(78 60 17 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }
  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }
  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }
  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.body-text-color {
  color: #374151 !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a {
  font-family: source-sans-pro, sans-serif;
}
p em {
  font-family: inherit !important;
}
aaaaaaa .text-purple {
  color: #510856 !important;
}
h1 {
  font-family: avenirCondensed, serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
h1.bright-red-text {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa h1.bright-red-text {
  color: #510856 !important;
}
h1.bright-red-text:after {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa h1.bright-red-text:after {
  color: #510856 !important;
}
.nasaa-large-accordion .trigger:before {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa .nasaa-large-accordion .trigger:before {
  color: #510856 !important;
}
.nasaa-large-accordion .item.open {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(81 8 86 / var(--tw-border-opacity)) !important;
}
h3 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa h3 {
  color: #510856 !important;
}
h3 a,
h3 span,
h3 a span {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
h3 a img,
h3 span img,
h3 a span img {
  margin-left: 0.5rem;
  display: inline-block;
}
.heading-updated:not(.section-title) {
  display: block !important;
}
div.content p,
div.content li,
div.content a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
div.content span a {
  font-size: inherit !important;
}
div.content p,
div.content li {
  color: #374151;
}
h2 {
  font-size: 20px;
}
h2,
h3,
h4,
h5 {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
h2 a,
h3 a,
h4 a,
h5 a {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.nasaa-view-more-link a {
  font-family: avenirCondensed, serif;
  letter-spacing: 0.025em;
}
.nasaa-large-accordion-container h1 {
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .nasaa-large-accordion-container h1 {
  color: #510856;
}
.nasaa-large-accordion-container
  .nasaa-large-accordion
  .nasaa-large-accordion
  .item.open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nasaa-large-accordion-container
  .nasaa-large-accordion
  .nasaa-large-accordion
  .item.open
  h2 {
  font-weight: 700;
}
.nasaa-large-accordion-container
  .nasaa-large-accordion
  .nasaa-large-accordion
  .content_container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.nasaa-large-accordion-container
  .nasaa-large-accordion
  .nasaa-large-accordion
  .content_container
  .nasaa-view-more-link {
  margin-top: auto;
}
.wp-caption img {
  margin-bottom: 0px;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-text a {
  padding-top: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-style: normal !important;
  line-height: 1.3 !important;
}
.big-header {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
#tinymce a,
.container a,
.content a {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa #tinymce a,
aaaaaaa .container a,
aaaaaaa .content a {
  color: #510856 !important;
}
#tinymce a:hover,
.container a:hover,
.content a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
#tinymce p:not(:last-child),
.container p:not(:last-child),
.content p:not(:last-child) {
  margin-bottom: 1.5rem;
}
#tinymce p:not(:last-child) + p,
#tinymce p:not(:last-child) + ul,
.container p:not(:last-child) + p,
.container p:not(:last-child) + ul,
.content p:not(:last-child) + p,
.content p:not(:last-child) + ul {
  margin-top: 1.5rem;
}
.nasaa-member-dashboard .sidebar h4 {
  font-family: avenirCondensed, serif;
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .nasaa-member-dashboard .sidebar h4 {
  color: #510856;
}
.nasaa-member-dashboard .sidebar h4 {
  letter-spacing: 0.025em;
}
a.heading-updated {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nasaa-seminar-archive .category-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nasaa-seminar-archive .category-title:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(81 8 86 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(81 8 86 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 8 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.nasaa-seminar-archive .category-title:after {
  right: 2rem;
}
.nasaa-seminar-archive .spacer {
  display: none;
}
.nasaa-light-gray-text {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}
.page-id-1393 .woocommerce {
  margin-top: -75px;
}
.page-id-1393 .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(158 105 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-shadow-color: #9e6900 !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}
.page-id-1393 .woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: avenirCondensed, serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  letter-spacing: 0.025em;
}
.page-id-1393 .woocommerce .woocommerce-MyAccount-navigation li a:hover {
  background-color: rgb(81 8 86 / 0.1);
}
.nasaa-board-of-directors img {
  height: 200px !important;
  width: auto !important;
  max-width: none !important;
}
.nasaa-board-of-directors p {
  margin: 0px !important;
}
.nasaa-board-of-directors p strong {
  font-family: avenirCondensed, serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em;
}
header .button {
  border-radius: 9999px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.wFormContainer h4 {
  text-transform: none !important;
}
.wFormContainer b {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa .wFormContainer b {
  color: #510856 !important;
}
.wFormContainer b:first-of-type {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.nasaa-home-news-slider-container p {
  font-size: 17px !important;
}
.page-id-2962 h1.big {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.nasaa-image-with-text-overlay h1 a {
  font-size: 4rem !important;
}
.nasaa-view-more-link.bright-red a {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa .nasaa-view-more-link.bright-red a {
  color: #510856 !important;
}
.nasaa-view-more-link.bright-red i {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 8 86 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa .nasaa-view-more-link.bright-red i {
  color: #510856 !important;
}
.heading-updated {
  text-transform: none !important;
}
strong > a {
  font-weight: 700 !important;
}
.page-id-56 .nasaa-post-query h2 a {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.single-staff .column.small-12.medium-4.large-3 strong a {
  font-weight: 400 !important;
}
.bold-subheader {
  font-family: source-sans-pro, sans-serif !important;
}
.search-results .nasaa-interior-header-text p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#recent_news_container > :not([hidden]) ~ :not([hidden]),
#search_result_display > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(81 8 86 / 0.6);
}
#recent_news_container > .column,
#search_result_display > .column {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#recent_news_container .content_container,
#search_result_display .content_container {
  display: flex;
  flex-direction: column;
}
#recent_news_container .content_container .nasaa-view-more-link,
#search_result_display .content_container .nasaa-view-more-link {
  margin-top: auto;
}
.nasaa-seminar-past-excerpt h6 {
  font-family: avenirCondensed, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
}
.column .nasaa-view-more-link.medium-gray-to-red *,
.column .medium-gray-to-red * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
#nasaa-header {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
@media (min-width: 900px) {
  #nasaa-header {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
header {
  padding-top: 0px;
  padding-bottom: 0px;
}
header #siteTranslate option {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header #siteTranslate option:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  font-weight: 700;
}
@media (max-width: 900px) {
  header .header-menu-trigger i {
    --tw-text-opacity: 1;
    color: rgb(224 176 60 / var(--tw-text-opacity));
  }
  header .header-menu {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 176 60 / var(--tw-bg-opacity)) !important;
  }
  header #siteTranslate {
    width: 100%;
  }
  header #siteTranslate .gtranslate_wrapper {
    justify-content: center;
    padding-bottom: 1.5rem;
  }
  header #siteTranslate .gtranslate_wrapper:before {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
header .nassaa-search {
  padding-top: 1rem;
}
header #headerMenuContainer {
  display: flex;
  width: 100%;
  align-items: center;
}
header #headerMenuContainer .donate_button a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(78 60 17 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 900px) {
  header #headerMenuContainer #menu-top-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  }
  header #headerMenuContainer #menu-top-menu:before {
    display: none;
  }
  header #headerMenuContainer #menu-top-menu li {
    border-bottom-color: rgb(0 0 0 / 0.7);
  }
  header #headerMenuContainer #menu-top-menu li a {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  header #headerMenuContainer .donate_button {
    border-bottom-color: transparent !important;
  }
  header #headerMenuContainer .donate_button a {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 200px !important;
  }
}
header #menu-top-menu {
  display: flex;
  gap: 1rem;
}
header #menu-top-menu a {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header #menu-nasaa-menu {
  display: flex;
  gap: 1.5rem;
}
header #menu-nasaa-menu li {
  margin: 0px;
}
header #menu-nasaa-menu li a {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
aaaaaaa header #menu-nasaa-menu li a {
  color: #510856;
}
header #menu-nasaa-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
@media (min-width: 900px) {
  header #menu-nasaa-menu li a:hover {
    --tw-translate-y: -2px;
    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));
  }
}
header #menu-nasaa-menu li#menu-item-856 a:hover {
  --tw-text-opacity: 1;
  color: rgb(224 176 60 / var(--tw-text-opacity));
}
header #menu-nasaa-menu li#menu-item-104 a:hover {
  --tw-text-opacity: 1;
  color: rgb(78 60 17 / var(--tw-text-opacity));
}
header #menu-nasaa-menu li#menu-item-2764 a:hover {
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
header .nasaa-top-menu-container {
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
header .nasaa-top-menu-container .nasaa-search {
  border-style: none !important;
}
header .nasaa-top-menu-container .nasaa-search input[type="text"] {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-indent: 0.5rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
header .nasaa-top-menu-container .nasaa-search input[type="submit"] {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(224 176 60 / var(--tw-text-opacity));
}
header .nasaa-top-menu-container .nasaa-search.closed input[type="submit"] {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(224 176 60 / var(--tw-text-opacity));
}
header .nasaa-top-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .nasaa-header-menu-container {
  margin-top: 2px;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 176 60 / var(--tw-border-opacity));
  padding-top: 1.25rem;
}
@media (max-width: 900px) {
  header .nasaa-header-menu-container {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 176 60 / var(--tw-bg-opacity)) !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  header .nasaa-header-menu-container #menu-nasaa-menu > li > a {
    display: block !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  header .nasaa-header-menu-container #menu-nasaa-menu .sub-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(158 105 0 / var(--tw-bg-opacity));
  }
  header .nasaa-header-menu-container #menu-nasaa-menu .sub-menu a {
    display: block !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  header .nasaa-header-menu-container #menu-nasaa-menu .sub-menu a:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(78 60 17 / var(--tw-bg-opacity)) !important;
  }
}
header .nasaa-top-menu-container .menu li a,
header .nasaa-header-menu-container .menu li a {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
header .nasaa-member-buttons {
  display: none;
}
@media (min-width: 900px) {
  header .nasaa-member-buttons {
    display: flex;
  }
}
header .nasaa-member-buttons .nasaa-logout-button {
  margin: 0px !important;
}
header .nasaa-member-buttons .nasaa-logout-button.button {
  --tw-bg-opacity: 1;
  background-color: rgb(23 21 60 / var(--tw-bg-opacity));
}
header .nasaa-member-buttons .nasaa-logout-button.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 21 60 / var(--tw-bg-opacity));
}
header .nasaa-member-buttons .nasaa-user-management-button {
  margin: 0px !important;
}
.nasaa-interior-header-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nasaa-interior-header-text:not(.no-img) {
  flex: 0 0 168px !important;
}
body.newsletter-template-default .nasaa-interior-header-text,
body.page-id-8226 .nasaa-interior-header-text {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
body.newsletter-template-default .nasaa-interior-header-text:before,
body.page-id-8226 .nasaa-interior-header-text:before {
  background-color: rgb(51 65 85 / 0.6);
}
body.newsletter-template-default .nasaa-interior-header-text.no-img,
body.page-id-8226 .nasaa-interior-header-text.no-img {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
body.single-meetings .nasaa-interior-header-text,
body.parent_id_60 .nasaa-interior-header-text {
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity));
}
body.single-meetings .nasaa-interior-header-text:before,
body.parent_id_60 .nasaa-interior-header-text:before {
  background-color: rgb(224 176 60 / 0.6);
}
body.single-meetings .nasaa-interior-header-text.no-img,
body.parent_id_60 .nasaa-interior-header-text.no-img {
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity));
}
body.parent_id_66 .nasaa-interior-header-text {
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
}
body.parent_id_66 .nasaa-interior-header-text:before {
  background-color: rgb(127 154 60 / 0.6);
}
body.parent_id_66 .nasaa-interior-header-text.no-img {
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
}
.nasaa-interior-header-text:before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: rgb(81 8 86 / 0.6);
  mix-blend-mode: multiply;
}
.nasaa-interior-header-text:not(.header-menu-dd) .header-text-title {
  max-width: none;
  flex: 1 1 0%;
}
.nasaa-interior-header-text .row {
  position: relative;
  z-index: 10;
}
.nasaa-interior-header-text.no-img {
  min-height: 120px;
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.nasaa-interior-header-text.no-img:before {
  display: none;
}
.nasaa-interior-header-text .image {
  position: absolute;
  inset: 0px;
  z-index: 0;
}
.nasaa-interior-header-text img {
  display: none;
}
.nasaa-interior-header-text h2 {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.nasaa-pager-rebuild .arrows a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.nasaa-pager-rebuild .first_and_pages_container a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.container .map-regions-bottom a,
.container .map-regions-left a,
.container .map-regions-right a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.nasaa-file-container .button {
  border-radius: 9999px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.nasaa-member-only-content {
  background-image: url(http://nasaastaging.wpengine.com/wp-content/uploads/2023/09/Component-1-–-1-scaled.jpg);
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
}
.nasaa-member-only-content h2 {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.nasaa-member-only-content a.button {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nasaa-member-only-content a.button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content .button {
  border-radius: 9999px !important;
  font-weight: 700 !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.content .button:hover {
  --tw-translate-y: -1px !important;
  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)) !important;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.content .button i {
  --tw-border-opacity: 1;
  border-color: rgb(78 60 17 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(78 60 17 / var(--tw-text-opacity));
}
.content .button.orange {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.content .button.orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.content .button.dark-green-round {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 58 21 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.newsletter-template-default .content .button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.nasaa-module-image-text-two-columns,
.nasaa-simple-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.nasaa-module-image-text-two-columns
  :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.nasaa-module-image-text-two-columns
  :where([class~="lead"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where([class~="lead"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.nasaa-module-image-text-two-columns
  :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.nasaa-module-image-text-two-columns
  :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.nasaa-module-image-text-two-columns
  :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(blockquote strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(blockquote strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(thead th strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(thead th strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="A"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="A"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="a"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="a"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="A" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="A" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="a" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="a" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="I"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="I"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="i"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="i"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="I" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="I" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="i" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="i" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}
.nasaa-module-image-text-two-columns
  :where(ol[type="1"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(ol[type="1"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: decimal;
}
.nasaa-module-image-text-two-columns
  :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.nasaa-module-image-text-two-columns
  :where(ol > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker,
.nasaa-simple-content
  :where(ol > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.nasaa-module-image-text-two-columns
  :where(ul > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker,
.nasaa-simple-content
  :where(ul > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  color: var(--tw-prose-bullets);
}
.nasaa-module-image-text-two-columns
  :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.nasaa-module-image-text-two-columns
  :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.nasaa-module-image-text-two-columns
  :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.nasaa-module-image-text-two-columns
  :where(blockquote p:first-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before,
.nasaa-simple-content
  :where(blockquote p:first-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before {
  content: open-quote;
}
.nasaa-module-image-text-two-columns
  :where(blockquote p:last-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after,
.nasaa-simple-content
  :where(blockquote p:last-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after {
  content: close-quote;
}
.nasaa-module-image-text-two-columns
  :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.nasaa-module-image-text-two-columns
  :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.nasaa-module-image-text-two-columns
  :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.nasaa-module-image-text-two-columns
  :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.nasaa-module-image-text-two-columns
  :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.nasaa-module-image-text-two-columns
  :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.nasaa-module-image-text-two-columns
  :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.nasaa-module-image-text-two-columns
  :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
    0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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;
}
.nasaa-module-image-text-two-columns
  :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.nasaa-module-image-text-two-columns
  :where(code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before,
.nasaa-simple-content
  :where(code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before {
  content: "`";
}
.nasaa-module-image-text-two-columns
  :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after,
.nasaa-simple-content
  :where(code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after {
  content: "`";
}
.nasaa-module-image-text-two-columns
  :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.nasaa-module-image-text-two-columns
  :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.nasaa-module-image-text-two-columns
  :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(blockquote code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(blockquote code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(thead th code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(thead th code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}
.nasaa-module-image-text-two-columns
  :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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;
}
.nasaa-module-image-text-two-columns
  :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.nasaa-module-image-text-two-columns
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before,
.nasaa-simple-content
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before {
  content: none;
}
.nasaa-module-image-text-two-columns
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after,
.nasaa-simple-content
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after {
  content: none;
}
.nasaa-module-image-text-two-columns
  :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.nasaa-module-image-text-two-columns
  :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.nasaa-module-image-text-two-columns
  :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.nasaa-module-image-text-two-columns
  :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.nasaa-module-image-text-two-columns
  :where(tbody tr:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(tbody tr:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  border-bottom-width: 0;
}
.nasaa-module-image-text-two-columns
  :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}
.nasaa-module-image-text-two-columns
  :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.nasaa-module-image-text-two-columns
  :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}
.nasaa-module-image-text-two-columns
  :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.nasaa-module-image-text-two-columns
  :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.nasaa-module-image-text-two-columns,
.nasaa-simple-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.nasaa-module-image-text-two-columns
  :where(picture > img):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(picture > img):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0;
  margin-bottom: 0;
}
.nasaa-module-image-text-two-columns
  :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.nasaa-module-image-text-two-columns
  :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.nasaa-module-image-text-two-columns
  :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.nasaa-module-image-text-two-columns
  :where(.prose > ul > li p):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(.prose > ul > li p):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.nasaa-module-image-text-two-columns
  :where(.prose > ul > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(.prose > ul > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}
.nasaa-module-image-text-two-columns
  :where(.prose > ul > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(.prose > ul > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}
.nasaa-module-image-text-two-columns
  :where(.prose > ol > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(.prose > ol > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}
.nasaa-module-image-text-two-columns
  :where(.prose > ol > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(.prose > ol > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}
.nasaa-module-image-text-two-columns
  :where(ul ul, ul ol, ol ul, ol ol):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-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;
}
.nasaa-module-image-text-two-columns
  :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.nasaa-module-image-text-two-columns
  :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.nasaa-module-image-text-two-columns
  :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.nasaa-module-image-text-two-columns
  :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.nasaa-module-image-text-two-columns
  :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.nasaa-module-image-text-two-columns
  :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}
.nasaa-module-image-text-two-columns
  :where(thead th:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(thead th:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}
.nasaa-module-image-text-two-columns
  :where(thead th:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(thead th:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}
.nasaa-module-image-text-two-columns
  :where(tbody td, tfoot td):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-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;
}
.nasaa-module-image-text-two-columns
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}
.nasaa-module-image-text-two-columns
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}
.nasaa-module-image-text-two-columns
  :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)),
.nasaa-simple-content
  :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.nasaa-module-image-text-two-columns
  :where(.prose > :first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(.prose > :first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0;
}
.nasaa-module-image-text-two-columns
  :where(.prose > :last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ),
.nasaa-simple-content
  :where(.prose > :last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 0;
}
.nasaa-module-image-text-two-columns,
.nasaa-simple-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.nasaa-module-image-text-two-columns h1,
.nasaa-simple-content h1 {
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .nasaa-module-image-text-two-columns h1,
aaaaaaa .nasaa-simple-content h1 {
  color: #510856;
}
.nasaa-module-image-text-two-columns h1 a,
.nasaa-simple-content h1 a {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .nasaa-module-image-text-two-columns h1 a,
aaaaaaa .nasaa-simple-content h1 a {
  color: #510856;
}
.nasaa-module-image-text-two-columns h1 a,
.nasaa-simple-content h1 a {
  letter-spacing: 0.025em;
}
.nasaa-module-image-text-two-columns li,
.nasaa-simple-content li {
  font-family: source-sans-pro, sans-serif !important;
}
p.bold-subheader {
  font-family: avenirCondensed, serif !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em;
}
#siteTranslate .gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
}
#siteTranslate .gtranslate_wrapper:before {
  content: "Language Display: ";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#siteTranslate .gtranslate_wrapper:hover select {
  --tw-border-opacity: 1;
  border-color: rgb(224 176 60 / var(--tw-border-opacity));
}
#siteTranslate .gtranslate_wrapper select {
  height: 1.5rem;
  width: 9rem;
  border-radius: 9999px;
  background-color: transparent;
  text-indent: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#siteTranslate .gtranslate_wrapper select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 176 60 / var(--tw-border-opacity));
}
#siteTranslate .gtranslate_wrapper select:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 176 60 / var(--tw-border-opacity));
}
#headerMenuContainer {
  display: flex;
  gap: 0.5rem;
}
#headerMenuContainer form {
  margin: 0px;
}
.nasaa-interior-header-text.header-menu-dd {
  min-height: 300px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.nasaa-interior-header-text.header-menu-dd.header-menu-dd-856:after {
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
}
.nasaa-interior-header-text.header-menu-dd.header-menu-dd-856 a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.nasaa-interior-header-text.header-menu-dd.header-menu-dd-856 a:hover::before {
  --tw-border-opacity: 1 !important;
  border-color: rgb(78 60 17 / var(--tw-border-opacity)) !important;
}
.nasaa-interior-header-text.header-menu-dd .column {
  padding-left: 30px;
  padding-right: 30px;
}
.nasaa-interior-header-text.header-menu-dd.header-menu-dd-104:after {
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity));
}
.nasaa-interior-header-text.header-menu-dd.header-menu-dd-104
  .content
  .nasaa-dd-menu
  li
  a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.nasaa-interior-header-text.header-menu-dd.header-menu-dd-104
  .content
  .nasaa-dd-menu
  li
  a:before {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(78 60 17 / var(--tw-border-opacity)) !important;
}
.nasaa-interior-header-text.header-menu-dd.header-menu-dd-2764:after {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.nasaa-interior-header-text.header-menu-dd:after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.nasaa-interior-header-text.header-menu-dd h2 {
  font-family: avenirCondensed, serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.nasaa-interior-header-text.header-menu-dd
  .content.header-menu-dd-856
  .nasaa-dd-menu
  a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.nasaa-interior-header-text.header-menu-dd
  .content.header-menu-dd-856
  .nasaa-dd-menu
  a:before {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(78 60 17 / var(--tw-border-opacity)) !important;
}
@media (min-width: 1024px) {
  .nasaa-interior-header-text.header-menu-dd .content .nasaa-dd-menu {
    -moz-columns: 2;
    columns: 2;
  }
}
.nasaa-interior-header-text.header-menu-dd .content .nasaa-dd-menu a {
  position: relative !important;
  display: block !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-family: source-sans-pro, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.nasaa-interior-header-text.header-menu-dd .content .nasaa-dd-menu a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
.nasaa-interior-header-text.header-menu-dd .content .nasaa-dd-menu a::before {
  position: absolute;
  top: 1rem;
  left: -1rem;
  transform-origin: center;
  --tw-translate-x: -0.25rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(224 176 60 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(224 176 60 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid; /* change color as needed */
}
.nasaa-interior-header-text.header-menu-dd
  .content
  .nasaa-dd-menu
  a:hover::before {
  --tw-translate-x: 0px;
  --tw-rotate: 0deg;
  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));
  opacity: 1;
}
.font-heading {
  letter-spacing: 0.025em;
}
.nasaa-home-membership {
  margin-top: -16rem;
  background-color: transparent;
  padding-bottom: 3.5rem;
}
.nasaa-home-membership h2 {
  font-family: source-sans-pro, sans-serif;
}
.nasaa-home-membership #membership-star-container ul.star-list {
  margin-top: 0px;
  flex: 1 1 0%;
}
.nasaa-home-membership #membership-star-container ul.star-list li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nasaa-home-membership #membership-star-container ul.star-list li::before {
  position: absolute !important;
  top: 7px !important;
}
.nasaa-home-membership #membership-star-container .nasaa-view-more-link a,
.nasaa-home-membership #membership-star-container .nasaa-view-more-link i {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 176 60 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
.nasaa-home-membership #membership-star-container > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .nasaa-home-membership #membership-star-container > div {
    width: 33.333333%;
  }
}
.nasaa-home-membership
  #membership-star-container
  > div
  .section-title.green
  li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nasaa-home-membership
  #membership-star-container
  > div
  .section-title.green
  li::before {
  left: -1rem !important;
  position: absolute;
  color: #5d285f !important;
  content: "";
  display: inline-block;
  width: 0;
  top: 6px;
  height: 0;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 9px solid !important; /* change color as needed */
}
.nasaa-home-membership
  #membership-star-container
  > div
  .nasaa-view-more-link
  a {
  padding-left: 1.5rem !important;
}
.feature-title {
  position: relative;
  display: flex;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .feature-title {
  color: #510856;
}
.feature-title {
  text-align: center;
  font-size: 33px;
  margin: 30px 0;
}
.feature-title:before {
  width: 51px;
  height: 51px;
  background-image: url(../assets/img/ficon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.nasaa-research-form {
  padding: 8vw;
  position: relative;
}
.nasaa-research-form:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -15px;
  right: -15px;
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #100211 var(--tw-gradient-to-position);
}
.nasaa-research-form * {
  position: relative;
  z-index: 2;
}
.nasaa-research-form .title {
  font-family: avenirCondensed, serif;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (min-width: 1280px) {
  .nasaa-research-form .title {
    font-size: 40px;
  }
}
.nasaa-research-form select,
.nasaa-research-form input[type="text"] {
  border-radius: 0;
  background: rgba(235, 235, 235, 0.85);
  color: #000000;
  padding-left: 10px;
  position: relative;
  background-image: url(assets/img/flicon.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: center;
}
.nasaa-research-form .button {
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(78 60 17 / var(--tw-text-opacity));
  align-self: right;
  margin: unset !important;
  float: right;
}
.nasaa-research-topics-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .nasaa-research-topics-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .nasaa-research-topics-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.nasaa-research-topics-container .nasaa-research-topic {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nasaa-research-topics-container .nasaa-research-topic:hover {
  --tw-translate-y: -0.25rem;
  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));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nasaa-research-topics-container .nasaa-research-topic .img_con {
  height: 300px;
  position: relative;
}
.nasaa-research-topics-container .nasaa-research-topic .img_con img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.nasaa-research-topics-container .nasaa-research-topic .img_con .title {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .nasaa-research-topics-container .nasaa-research-topic .img_con .title {
  color: #510856;
}
.nasaa-research-topics-container .nasaa-research-topic .img_con .title {
  position: absolute;
  background: rgba(235, 235, 235, 0.8);
  bottom: 0px;
  z-index: 99;
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}
.nasaa-research-topics-container .nasaa-research-topic .img_con .title h6 a {
  font-family: avenirCondensed, serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.025em;
}
.nasaa-research-topics-container
  .nasaa-research-topic
  .img_con
  .title
  h6
  a:hover {
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
.nasaa-research-topics-container .nasaa-research-topic .content {
  padding: 1rem;
}
.nasaa-interior-hero {
  display: flex;
  height: 168px;
  align-items: center;
  justify-content: center;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  background-blend-mode: multiply;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body.parent_id_13955 .nasaa-interior-hero {
  background-color: rgb(158 105 0 / 0.7);
}
body.parent_id_13955 .nasaa-interior-hero:before {
  background-color: rgb(224 176 60 / 0.6);
}
body.parent_id_13955 .nasaa-interior-hero.no-img {
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity));
}
body.single-meetings .nasaa-interior-hero,
body.parent_id_60 .nasaa-interior-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
}
body.single-meetings .nasaa-interior-hero:before,
body.parent_id_60 .nasaa-interior-hero:before {
  background-color: rgb(127 154 60 / 0.6);
}
body.single-meetings .nasaa-interior-hero.no-img,
body.parent_id_60 .nasaa-interior-hero.no-img {
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
}
body.parent_id_66 .nasaa-interior-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
}
body.parent_id_66 .nasaa-interior-hero:before {
  background-color: rgb(127 154 60 / 0.6);
}
body.parent_id_66 .nasaa-interior-hero.no-img {
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
}
.nasaa-interior-hero .text-container {
  position: relative;
}
.nasaa-interior-hero .text-container h1 {
  background-color: transparent !important;
  padding: 0px !important;
  font-family: avenirCondensed, serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  letter-spacing: 0.025em;
}
.nasaa-interior-hero img {
  display: none;
}
.nasaa-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.nasaa-cta .content .title {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.column.light-gray-bg,
.columns.light-gray-bg {
  background-color: rgb(81 8 86 / 0.1);
}
.nasaa-divider.orange {
  --tw-bg-opacity: 1;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity));
}
h5.nasaa-tools-header {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa h5.nasaa-tools-header {
  color: #510856;
}
h5.nasaa-tools-header {
  letter-spacing: 0.025em;
}
.nasaa-excerpt-with-icon:hover {
  background-color: rgb(81 8 86 / 0.1);
}
.nasaa-excerpt-with-icon {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.nasaa-excerpt-with-icon h5 a {
  font-family: avenirCondensed, serif;
  font-family: source-sans-pro, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.025em;
}
.nasaa-advocacy-helpers .ask-nasaa-helpers * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.nasaa-event-search-container {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.nasaa-event-search-container h2 {
  margin: 0px;
  padding: 0px;
  font-family: avenirCondensed, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.025em;
}
.nasaa-event-search-container .button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .nasaa-event-search-container .button {
  color: #510856;
}
.button {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity)) !important;
  font-family: source-sans-pro, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.button.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
h2#news_title {
  padding-bottom: 1.5rem;
  font-family: avenirCondensed, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa h2#news_title {
  color: #510856;
}
h2#news_title {
  letter-spacing: 0.025em;
}
.nasaa-blog-excerpt h2 a {
  font-family: avenirCondensed, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.nasaa-pagination {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nasaa-pagination a,
.nasaa-pagination p,
.nasaa-pagination span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nasaa-pagination .prev,
.nasaa-pagination .next {
  background-color: transparent !important;
}
.nasaa-notes-year-selector h2 {
  font-family: avenirCondensed, serif !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa .nasaa-notes-year-selector h2 {
  color: #510856 !important;
}
.nasaa-notes-year-selector h2 {
  letter-spacing: 0.025em;
}
.nasaa-image-with-text-overlay.shade.red:after {
  background-color: rgb(81 8 86 / 0.5);
  mix-blend-mode: screen;
}
.content .button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.content .button:after {
  --tw-border-opacity: 1 !important;
  border-color: rgb(78 60 17 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
  font-size: 9px;
  line-height: 1.5;
}
.icon-star::before {
  position: absolute;
  color: #5d285f !important;
  content: "";
  display: inline-block;
  width: 0;
  top: 6px;
  height: 0;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 9px solid !important; /* change color as needed */
}
ul.star-list li::before {
  position: absolute;
  color: #5d285f !important;
  content: "";
  display: inline-block;
  width: 0;
  top: 6px;
  height: 0;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 9px solid !important; /* change color as needed */
}
ul.star-list a {
  font-family: source-sans-pro, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa ul.star-list a {
  color: #510856 !important;
}
.light-gray-bg {
  background-color: rgb(81 8 86 / 0.1);
}
.light-gray-bg-bottom-half:before {
  background-color: rgb(81 8 86 / 0.1);
}
.nasaa-image-grid-with-caption-overlays > .row:first-of-type {
  position: relative !important;
  max-width: none !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(34 58 21 / var(--tw-text-opacity)) !important;
}
.nasaa-image-grid-with-caption-overlays > .row:first-of-type h1 {
  position: relative;
  z-index: 10;
}
.nasaa-image-grid-with-caption-overlays > .row:first-of-type:before {
  position: absolute;
  top: 0px;
  z-index: 0;
  height: 1.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(127 154 60 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.nasaa-image-grid-with-caption-overlays > .row:first-of-type:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 1.5rem;
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #7f9a3c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 154 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  opacity: 0.75;
  --tw-content: "";
  content: var(--tw-content);
}
body.page-id-49 > div.content > .spacer:first-of-type {
  display: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 30 / var(--tw-bg-opacity)) !important;
}
body.page-id-49 > div.content > .spacer:first-of-type + div {
  max-width: none;
  background-color: rgb(201 147 15 / 0.25);
}
.img-grid-with-caption-overlay > a {
  position: relative;
  display: block;
}
.img-grid-with-caption-overlay:after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: rgb(81 8 86 / 0);
  mix-blend-mode: multiply;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.img-grid-with-caption-overlay:hover:after {
  background-color: rgb(81 8 86 / 0.5);
}
.img-grid-with-caption-overlay .text {
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 20 !important;
  display: flex !important;
  height: 62px !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: rgb(235 235 235 / 0.9) !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(34 58 21 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.img-grid-with-caption-overlay .text h6 {
  font-family: avenirCondensed, serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.img-grid-with-caption-overlay .text:hover {
  padding: 0px !important;
}
.video-container {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.video-container:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nasaa-article h2 {
  font-family: avenirCondensed, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.news-slider .slide {
  display: flex;
  gap: 0.75rem;
}
.news-slider .slide .img {
  width: 120px;
  flex: none;
}
.news-slider .slide .meta {
  flex: 1;
}
.nasaa-image-row-module {
  min-height: auto !important;
}
.nasaa-excerpt-with-excerpt h6 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.nasaa-excerpt-with-excerpt a h5 {
  font-family: source-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.page-id-5277 .column_content > div:last-of-type > div:last-of-type {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.page-id-5277 .column_content > div:last-of-type > div:last-of-type h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nasaa-research-archive-search input {
  position: relative;
  z-index: 20;
}
#directory_map_2024 svg {
  width: 100%;
}
#directory_map_2024 svg path,
#directory_map_2024 svg rect {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#directory_map_2024 svg > g.active path,
#directory_map_2024 svg > g.active rect {
  opacity: 0.7;
}
#directory_map_2024 svg > g > g:hover path,
#directory_map_2024 svg > g > g:hover rect {
  opacity: 0.7;
}
#directory_buttons {
  display: grid;
  max-width: 600px;
  gap: 3rem;
}
@media (min-width: 768px) {
  #directory_buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#directory_buttons span {
  width: calcv;
  border-radius: 9999px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#about_nasaa_article_archive {
  background-image: url("http://nasaa-arts.org/wp-content/uploads/2024/03/nasaaTealBg.png");
  max-width: none;
  background-size: cover;
  background-position: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#about_nasaa_article_archive > div {
  max-width: none;
  background-color: rgb(255 255 255 / 0.9);
  padding: 1.5rem;
}
#about_nasaa_article_archive > div h1,
#about_nasaa_article_archive > div p {
  --tw-text-opacity: 1 !important;
  color: rgb(49 111 110 / var(--tw-text-opacity)) !important;
}
#about_nasaa_article_archive > div .button {
  margin-bottom: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 111 110 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.inner_container {
  padding-left: 1rem;
  padding-right: 1rem;
}
#state_arts_belong_to_us {
  background-image: url(http://nasaa-arts.org/wp-content/uploads/2024/03/yellow-bg-splash.png);
  max-width: none;
  background-size: cover;
  background-position: right;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  #state_arts_belong_to_us {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#state_arts_belong_to_us .inner_container {
  width: 100%;
}
@media (min-width: 640px) {
  #state_arts_belong_to_us .inner_container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  #state_arts_belong_to_us .inner_container {
    max-width: 768px;
  }
}
@media (min-width: 900px) {
  #state_arts_belong_to_us .inner_container {
    max-width: 900px;
  }
}
@media (min-width: 1024px) {
  #state_arts_belong_to_us .inner_container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  #state_arts_belong_to_us .inner_container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  #state_arts_belong_to_us .inner_container {
    max-width: 1536px;
  }
}
#state_arts_belong_to_us .inner_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#state_arts_belong_to_us .inner_container a {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa #state_arts_belong_to_us .inner_container a {
  color: #510856 !important;
}
#state_arts_belong_to_us .inner_container a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
#state_arts_belong_to_us .inner_container p:not(:last-child) {
  margin-bottom: 1.5rem;
}
#state_arts_belong_to_us .inner_container p:not(:last-child) + p,
#state_arts_belong_to_us .inner_container p:not(:last-child) + ul {
  margin-top: 1.5rem;
}
#state_arts_belong_to_us .inner_container .map-regions-bottom a,
#state_arts_belong_to_us .inner_container .map-regions-left a,
#state_arts_belong_to_us .inner_container .map-regions-right a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#state_arts_belong_to_us .inner_container > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
#state_arts_belong_to_us .inner_container > div:first-of-type h3 {
  font-size: 40px !important;
  line-height: 1.1 !important;
}
#state_arts_belong_to_us .inner_container > div:last-of-type {
  border-width: 20px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#state_arts_belong_to_us .inner_container > div:last-of-type h1 {
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
#state_arts_belong_to_us .inner_container > div:last-of-type ul li:before {
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
#state_arts_belong_to_us .inner_container > div:last-of-type ul li a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#arts_agencies_are_important {
  background-image: url("http://nasaa-arts.org/wp-content/uploads/2024/03/nasaa-purple-bg.png");
  background-size: cover;
  background-position: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  #arts_agencies_are_important {
    margin-top: 200px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  #arts_agencies_are_important .image {
    margin-top: -200px;
  }
}
#arts_agencies_are_important .header-text h3 {
  margin-bottom: 1.5rem !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
#arts_agencies_are_important p,
#arts_agencies_are_important li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#arts_agencies_are_important .star-list li:before {
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
#stateInfoModal .image ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
.nasaa-home-news-slider-container {
  --tw-bg-opacity: 1;
  background-color: rgb(81 8 86 / var(--tw-bg-opacity));
}
.nasaa-home-news-slider-container .news-title-for-slider h5 {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(224 176 60 / var(--tw-text-opacity));
}
.nasaa-home-news-slider-container .owl-item p:first-of-type {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(240 216 157 / var(--tw-text-opacity));
}
.nasaa-home-hero .slide {
  position: relative;
}
.nasaa-home-hero .slide:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 4rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
  opacity: 1;
  --tw-content: "";
  content: var(--tw-content);
}
.nasaa-home-hero .slide .text {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  background-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-image: linear-gradient(
    to right,
    var(--tw-gradient-stops)
  ) !important;
  --tw-gradient-from: #510856 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(81 8 86 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: rgb(81 8 86 / 0.7) var(--tw-gradient-to-position) !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.nasaa-home-hero .slide .text * {
  position: relative;
  z-index: 10;
}
.nasaa-home-hero .slide .text h1 {
  padding-bottom: 0.5rem;
  font-family: avenirCondensed, serif;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(224 176 60 / var(--tw-text-opacity));
  letter-spacing: 0.025em;
}
.nasaa-home-hero .slide .text h3 {
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}
.nasaa-home-hero .slide .text .button {
  margin-bottom: 0px !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 176 60 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.section-title {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 8 86 / var(--tw-border-opacity));
  padding-left: 0px;
  line-height: 1.25;
}
.section-title a {
  display: flex;
  gap: 1rem;
}
.section-title h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: avenirCondensed, serif !important;
  font-size: 3rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa .section-title h3 {
  color: #510856 !important;
}
.section-title h3 {
  letter-spacing: 0.025em;
}
.section-title h3 small {
  font-size: 20px !important;
}
.section-title.bright-red {
  border-bottom-color: #510856 !important;
}
.section-title.bright-red h3 {
  color: #510856 !important;
}
.section-title.blue {
  border-bottom-color: #223a15 !important;
}
.section-title.blue h3 {
  color: #223a15 !important;
}
.section-title.orange {
  border-bottom-color: #9e6900 !important;
}
.section-title.orange h3 {
  color: #9e6900 !important;
}
.home-trifold-section {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.home-trifold-section:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.home-trifold-section .section-title {
  padding-left: 0px;
}
.home-trifold-section .section-title.gold a h3,
.home-trifold-section .section-title.gold a small {
  --tw-text-opacity: 1 !important;
  color: rgb(158 105 0 / var(--tw-text-opacity)) !important;
}
.home-trifold-section .section-title.green a h3,
.home-trifold-section .section-title.green a small {
  --tw-text-opacity: 1 !important;
  color: rgb(34 58 21 / var(--tw-text-opacity)) !important;
}
.home-trifold-section .home-post-container > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.home-trifold-section .home-post-container a {
  font-weight: 600;
}
.home-trifold-section
  .home-post-container.green
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 58 21 / var(--tw-divide-opacity));
}
.home-trifold-section .home-post-container.green a {
  --tw-text-opacity: 1;
  color: rgb(34 58 21 / var(--tw-text-opacity));
}
.home-trifold-section
  .home-post-container.gold
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(158 105 0 / var(--tw-divide-opacity));
}
.home-trifold-section .home-post-container.gold a {
  --tw-text-opacity: 1;
  color: rgb(158 105 0 / var(--tw-text-opacity));
}
.home-trifold-section
  .home-post-container.purple
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(81 8 86 / var(--tw-divide-opacity));
}
.home-trifold-section .home-post-container.purple a {
  --tw-text-opacity: 1;
  color: rgb(81 8 86 / var(--tw-text-opacity));
}
aaaaaaa .home-trifold-section .home-post-container.purple a {
  color: #510856;
}
.home-trifold-section .nasaa-post-excerpt {
  margin-bottom: 0px;
  border-style: none;
}
.home-trifold-section .nasaa-post-excerpt a {
  display: block;
  padding: 0.5rem;
}
.home-trifold-section .nasaa-post-excerpt h4 {
  text-transform: none;
}
.home-trifold-section .nasaa-view-more-link {
  margin-top: auto;
  display: block;
  text-align: center;
}
.home-trifold-section .nassa-section-icon-image {
  position: relative;
  left: 0px;
  top: 0px;
}
.nasaa-home-content {
  background-size: cover;
  background-position: center;
}
body .nasaa-view-more-link.green * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(127 154 60 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(127 154 60 / var(--tw-text-opacity)) !important;
}
body .nasaa-view-more-link.orange *,
body .nasaa-view-more-link.gold * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 176 60 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
body .nasaa-view-more-link.purple * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(81 8 86 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(81 8 86 / var(--tw-text-opacity)) !important;
}
aaaaaaa body .nasaa-view-more-link.purple * {
  color: #510856 !important;
}
footer {
  background-image: url(http://nasaastaging.wpengine.com/wp-content/uploads/2023/09/footer-image-scaled.jpg);
  background-size: cover;
  background-position: center;
}
body:not(.home) footer {
  border-top-width: 32px;
  --tw-border-opacity: 1;
  border-top-color: rgb(224 176 60 / var(--tw-border-opacity));
}
footer * {
  font-family: source-sans-pro, sans-serif !important;
}
footer #menu-footer-menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
}
footer .top .social {
  display: flex;
  align-items: center;
}
footer .top .social .twitter-x svg {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -2px;
  width: 24px;
  fill: #fff;
}
footer .top .social .twitter-x svg:hover {
  fill: #e0b03c;
}
footer .top .social .twitter-x svg path:hover {
  fill: #e0b03c;
}
footer .top .contact h6:first-of-type {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
}
footer .bottom {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 176 60 / var(--tw-border-opacity));
}
footer .bottom * {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(224 176 60 / var(--tw-text-opacity)) !important;
}
.nasaa-newsletter-month-sidebar .button {
  border-radius: 9999px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(78 60 17 / var(--tw-text-opacity)) !important;
}
.nasaa-newsletter-month-sidebar .button:after {
  --tw-border-opacity: 1;
  border-color: rgb(78 60 17 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(78 60 17 / var(--tw-text-opacity));
}
.newsletter-template-default.single .nasaa-newsletter-month-sidebar p {
  margin-top: 1rem !important;
  margin-bottom: 0px !important;
}
.newsletter-template-default.single
  .nasaa-newsletter-month-sidebar
  .section-title {
  border-bottom-color: #6b7280 !important;
}
.newsletter-template-default.single
  .nasaa-newsletter-month-sidebar
  .section-title
  h3 {
  color: #6b7280 !important;
}
.newsletter-template-default.single h6.text-slate {
  color: #6b7280 !important;
}
.page-id-1882 h2.nasaa-medium-gray-text {
  font-size: 22px !important;
}
.star-list li.with-img {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-id-6299 .column_content .star-list {
  margin-bottom: 36px !important;
}
body.page-id-8226 .nasaa-blog-excerpt.newsletter h2 a,
body.page-id-8226 h3.nasaa-post-filter-notifications {
  --tw-text-opacity: 1 !important;
  color: rgb(51 65 85 / var(--tw-text-opacity)) !important;
}
body.page-id-60 .section-title {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(34 58 21 / var(--tw-border-opacity)) !important;
}
body.page-id-60 .section-title h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 58 21 / var(--tw-text-opacity)) !important;
}
body.page-id-60 h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 58 21 / var(--tw-text-opacity)) !important;
}
.single-newsletter #newsletterBody p,
.single-newsletter #newsletterBody li,
.single-newsletter #newsletterBody a {
  font-size: 16px;
}
.single-newsletter #newsletterBody ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 2rem;
  padding-bottom: 0px;
}
.single-newsletter .js-sticky-in-parent li,
.single-newsletter .js-sticky-in-parent a {
  font-size: 16px;
}
.single-newsletter .js-sticky-in-parent .raquo-list li {
  margin-left: 2rem;
}
.wFormContainer * {
  font-size: 12.8px !important;
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-\[calc\(33\%-18px\)\] {
    width: calc(33% - 18px);
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
