/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}
  @font-face {
    font-family: 'nimbus-sans-light';
    src: url(clientlib-ea-strayer-page/css/resources/fonts/nimbus-sans-light.woff2) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'nimbus-sans-regular';
    src: url(clientlib-ea-strayer-page/css/resources/fonts/nimbus-sans-regular.woff2) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'nimbus-sans-bold';
    src: url(clientlib-ea-strayer-page/css/resources/fonts/nimbus-sans-bold.woff2) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  html {
    font-family: 'nimbus-sans-regular', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(33 35 34 / var(--tw-text-opacity));
  }
  a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 87 194 / var(--tw-text-opacity));
}
  a:hover {
  text-decoration-line: underline;
}
    .footer a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
      .footer li img {
  height: 2rem;
  width: 2rem;
}
    .header a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 87 194 / var(--tw-text-opacity));
  text-decoration-line: 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:  ;
}

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

::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:  ;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.float-right {
  float: right;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[26px\] {
  margin-top: 26px;
  margin-bottom: 26px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[-190px\] {
  margin-top: -190px;
}
.mt-\[-3px\] {
  margin-top: -3px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.h-32 {
  height: 8rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[384px\] {
  height: 384px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[80px\] {
  height: 80px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.\!w-\[30px\] {
  width: 30px !important;
}
.w-40 {
  width: 10rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[67px\] {
  width: 67px;
}
.w-full {
  width: 100%;
}
.max-w-nm {
  max-width: 75.125rem;
}
.max-w-sx {
  max-width: 7.5rem;
}
.max-w-xs {
  max-width: 9.375rem;
}
.max-w-xxxl {
  max-width: 90rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-gainsBoro {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(117 120 123 / var(--tw-border-opacity));
}
.border-strongBlue {
  --tw-border-opacity: 1;
  border-color: rgb(5 98 212 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 34 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 194 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(193 0 22 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-0 {
  padding: 0px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-8 {
  padding-right: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-nimbus-sans-bold {
  font-family: nimbus-sans-bold, arial, sans-serif;
}
.font-nimbus-sans-light {
  font-family: nimbus-sans-light, arial, sans-serif;
}
.font-nimbus-sans-regular {
  font-family: nimbus-sans-regular, arial, sans-serif;
}
.text-15 {
  font-size: 0.9375rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.leading-30 {
  line-height: 1.875rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-normal {
  line-height: 1.5;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 87 194 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(117 120 123 / var(--tw-text-opacity));
}
.text-lightGray {
  --tw-text-opacity: 1;
  color: rgb(208 208 206 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 768px) {

  .md\:\!visible {
    visibility: visible !important;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-\[128px\] {
    margin-right: 128px;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-w-xs {
    max-width: 9.375rem;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[48px\] {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 769px) {

  .md3\:\!visible {
    visibility: visible !important;
  }
}
@media (min-width: 1024px) {

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

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:ml-\[112px\] {
    margin-left: 112px;
  }

  .lg\:mr-\[192px\] {
    margin-right: 192px;
  }

  .lg\:px-\[128px\] {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (min-width: 1236px) {

  .lg2\:mr-40 {
    margin-right: 10rem;
  }
}
@media (min-width: 1440px) {

  .xl\:mr-\[144px\] {
    margin-right: 144px;
  }
}


.active-application .img-title-text,
.application-status .img-title-text {
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: 0 1px 10px 0 var(--color-shadow);
  display: flex;
  gap: 20px;
  margin: 30px 36px;
  padding: 30px 60px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.active-application .img-title-text__img,
.application-status .img-title-text__img {
  display: block;
  min-width: 30px;
  width: 30px;
}

@media (min-width: 769px) {
  .active-application .img-title-text__img,
  .application-status .img-title-text__img {
    display: block;
  }
  .active-application .img-title-text,
  .application-status .img-title-text {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .active-application .img-title-text,
  .application-status .img-title-text {
    max-width: 762px;
  }
}

@media (max-width: 768px) {
  .active-application .img-title-text,
  .application-status .img-title-text {
    margin: 30px 16px;
    padding: 30px 16px;
  }

  .text.parbase + .image-title-text-cta .img-title-text {
    margin: 30px 16px !important;
    padding: 16px !important;
    flex-direction: row;
  }

  .active-application .text,
  .application-status .text {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .active-application .img-title-text__header,
  .application-status .img-title-text__header {
    font-size: 18px !important;
  }
}

@media (min-width: 1024px) {
  .active-application .img-title-text,
  .application-status .img-title-text {
    max-width: 734px;
  }
}

.active-application .img-title-text__cta-icon,
.application-status .img-title-text__cta-icon {
  width: 20px;
  height: 20px;
}

.active-application .img-title-text__header,
.application-status .img-title-text__header,
.active-application .img-title-text__sub-heading,
.application-status .img-title-text__sub-heading {
  margin-bottom: 20px;
}

.active-application .img-title-text__links,
.application-status .img-title-text__links {
  margin-top: 10px;
  display: flex;
  gap: 0px;
  flex-direction: column;
}

.active-application .text,
.application-status .text {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.active-application .img-title-text__header,
.application-status .img-title-text__header {
  color: var(--color-black-text);
  font-size: 22px;
  line-height: 24px;
}

.active-application .img-title-text__sub-heading-text,
.active-application .img-title-text__sub-heading,
.application-status .img-title-text__sub-heading {
  color: var(--color-black-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.active-application .img-title-text__sub-heading-text{
  font-size: 14px;
}

.active-application .img-title-text__cta,
.application-status .img-title-text__cta {
  align-items: center;
  color: var(--color-primary);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.active-application .img-title-text__cta:hover,
.application-status .img-title-text__cta:hover {
  color: var(--color-primary-hover);
  text-decoration: none;
}

.active-application .img-title-text__link .img-title-text__cta,
.application-status .img-title-text__link .img-title-text__cta {
  background-color: transparent;
  padding: 0;
  color: var(--color-primary);
}

.active-application .img-title-text--multifield .img-title-text__header,
.application-status .img-title-text--multifield .img-title-text__header {
  margin-bottom: 10px;
}

.active-application .img-title-text--multifield .img-title-text__sub-heading,
.application-status .img-title-text--multifield .img-title-text__sub-heading {
  margin-bottom: 0;
}

.active-application .img-title-text--multifield .img-title-text__link .img-title-text__sub-heading,
.application-status .img-title-text--multifield .img-title-text__link .img-title-text__sub-heading {
  margin-bottom: 13px;
}

.banner-content-container button {
    margin-bottom: 50px;
}

.text.parbase + .image-title-text-cta .img-title-text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #EBF9FF;
  border: 1px solid #007DB2;
  border-radius: 6px;
  padding: 12px 16px;
  box-shadow: none;
  margin: 16px auto;
  position: relative;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.5;
}

.text.parbase + .image-title-text-cta .img-title-text__img img {
  width: 24px;
  height: 26px;
  margin-top: 3px; 
}

.active-application .text.parbase + .image-title-text-cta .img-title-text__sub-heading ,
.application-status .text.parbase + .image-title-text-cta .img-title-text__sub-heading {
  margin-bottom: 0px;
}

.application-status .image-title-text-cta .img-title-text__img,
.active-application .image-title-text-cta .img-title-text__img {
  display: block !important; 
  visibility: visible !important;
}

.text.parbase + .image-title-text-cta .img-title-text__sub-heading {
  color: #333;
}

.text.parbase + .image-title-text-cta .img-title-text__header {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.text.parbase + .image-title-text-cta .img-title-text__header:hover {
  color: #000;
}

.text.parbase + .image-title-text-cta .img-title-text.closing {
  opacity: 0;
  transform: scale(0.98);
  pointer-events: none;
  display: none;
}

.imageTitleTextBox .img-title-text__cta {
  border-radius: 5px;
  padding: 5px 0px;
  color: var(--color-primary);
  justify-content: space-between;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.imageTitleTextBox .img-title-text__links .img-title-text__link:first-child .img-title-text__cta {
  display: inline-flex;
  align-items: center;
  padding: 18px 49px 13px 39px;
  border-radius: 6px;
  flex-direction: row;
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  gap: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 14px;
}

.img-title-text__sub-heading-text {
  margin-bottom: 8px;
}

.imageTitleButton .img-title-text__content .img-title-text__cta {
    display: inline-flex;
    border: 1px solid #0057C2;
    padding: 14px 21px 10px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
}

.imageTitleButton .img-title-text__sub-heading {
  font-weight: 700;
  margin-bottom: 8px !important;
  margin-top: 18px;
}

.imageTitleButton .img-title-text__header {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
:root {
  --color-white: #FFFFFF;
  --color-black-text: #212322;
  --color-primary: #0057C2;
  --color-primary-hover: #003577;
  --color-shadow: rgba(0, 0, 0, 0.10);
  --color-portal-bg: #F9F9FA;
}
