*, ::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:  ;
}/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[-64px\] {
  right: -64px;
}
.top-0 {
  top: 0px;
}
.top-\[60px\] {
  top: 60px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[280px\] {
  height: 280px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[280px\] {
  width: 280px;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.grow {
  flex-grow: 1;
}
.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  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));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-16 {
  gap: 4rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-button {
  border-radius: 8px !important;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 16px;
}
.border-4 {
  border-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 33 / var(--tw-bg-opacity, 1));
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#fff1ee\] {
  --tw-gradient-to: #fff1ee var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[80px\] {
  font-size: 80px;
}
.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-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 77 33 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-20 {
  opacity: 0.2;
}
.shadow-lg {
  --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);
}
.shadow-xl {
  --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);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
    :where([class^="ri-"])::before {
      content: "\f3c2";
    }
    body {
      font-family: "Jost", sans-serif;
      margin: 0;
    }
    .glass {
      animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      backface-visibility: hidden;
    }
    .glass:hover {
      animation: bellshakes 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      backface-visibility: hidden;
    }
    h1,h2,h3,h4,h5,h6{
      font-family: "Jost", sans-serif;
    }
    input, input:focus, input:hover{
        outline: none !important;
    }

    textarea, textarea:focus, textarea:hover {
        outline: none
    }
    body[data-once*="form-single-submit"], body.page-node-type-page{
      background-image:none !important;
    }
    body{
      background-image:none !important;
    }
    a:hover{
      color:#ff4d21;
    }
    #drupal-live-announce{
      display:none;
    }
    @keyframes bellshake {
      0% {
        transform: rotate(0deg);
      }
      15% {
        transform: rotate(5deg);
      }
      30% {
        transform: rotate(-5deg);
      }
      45% {
        transform: rotate(4deg);
      }
      60% {
        transform: rotate(-4deg);
      }
      75% {
        transform: rotate(2deg);
      }
      85% {
        transform: rotate(-2deg);
      }
      92% {
        transform: rotate(1deg);
      }
      100% {
        transform: rotate(0deg);
      }
    }
    @keyframes bellshakes {
      0% {
        transform: rotate(0deg);
      }
      15% {
        transform: rotate(5deg);
      }
      30% {
        transform: rotate(-5deg);
      }
      45% {
        transform: rotate(4deg);
      }
      60% {
        transform: rotate(-4deg);
      }
      75% {
        transform: rotate(2deg);
      }
      85% {
        transform: rotate(-2deg);
      }
      92% {
        transform: rotate(1deg);
      }
      100% {
        transform: rotate(0deg);
      }
    }
    .application-form legend {
      padding: 0;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 0px;
      background-color: #ff4d21e0;
      padding: 10px 0px;
    }
    .application-form label {
      font-size: 16px;
      font-weight: 500;
      color: #000;
      display: block;
      margin-bottom: 7px;
      position: relative;
    }
    .application-form input[type="text"],
    .application-form input[type="email"] {
      border: 1px solid #ccc;
      height: 46px;
      border-radius: 4px;
      margin-bottom: 15px;
      padding: 5px 12px;
      box-shadow: none;
      font-size: 18px;
      color: #000;
      width: 100%;
    }
    .application-form input:focus, .application-form textarea:focus {
      outline:none;
      border: 1px solid #9c9c9c;
    }
    .application-form input[type="file"] {
      border: 1px solid #ccc;
      height: 46px;
      padding: 10px 15px;
      margin-bottom: 15px;
      width: 100%;
    }
    .application-form input[data-drupal-selector="edit-field-interest-0-upload-button"] {
      background-color: #ff4d21;
      color: #fff;
      padding: 10px 20px;
      margin-bottom: 15px;
      border: 1px solid #ff4d21;
      font-size: 16px;
      font-weight: 500;
      border-radius: 4px;
      cursor: pointer;
    }
    #edit-field-interest-0--description {
      margin-bottom: 20px;
    font-size: 15px;
    line-height: 27px;
    max-width:inherit;
    }
    .application-form .button--primary {
      background-color: #ff4d21;
      color: #fff;
      padding: 14px 50px;
      margin-bottom: 15px;
      border: 1px solid #ff4d21;
      font-size: 22px;
      font-weight: 500;
      border-radius: 4px;
      cursor: pointer;
    }
    .form-actions {
      margin: 0px 20px;
      text-align: center;
    }
    .application-form .button--primary:hover {
      background-color: #ffffff;
      color: #ff4d21;
      border: 1px solid #ff4d21;
    }
    .application-form textarea {
      border: 1px solid #ccc;
      height: 100%;
      border-radius: 4px;
      margin-bottom: 15px;
      padding: 5px 12px;
      box-shadow: none;
      font-size: 18px;
      color: #333;
      width: 100%;
    }
    .application-form  .js-form-type-checkbox{
    text-indent: -43px;
    margin-left: 43px;
    }
       .application-form  .js-form-type-checkbox input[type="checkbox"]{
      border:1px solid #ccc;
     }
      .application-form  .js-form-type-checkbox input[type="checkbox"]:checked {
      background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8232,0.176777 C14.9209,0.0791457 15.0791,0.0791455 15.1768,0.176777 L16.9445,1.94454 C17.0422,2.04217 17.0422,2.20047 16.9445,2.2981 L6.23744,13.0052 C6.13981,13.1028 5.98151,13.1028 5.88388,13.0052 L0.176777,7.2981 C0.0791456,7.20047 0.0791456,7.04218 0.176777,6.94454 L1.94454,5.17678 C2.04217,5.07915 2.20047,5.07915 2.2981,5.17678 L5.88388,8.76256 C5.98151,8.86019 6.13981,8.86019 6.23744,8.76256 L14.8232,0.176777 Z' fill='%23ff4d21' fill-rule='nonzero'/%3E%3C/svg%3E");
    }
    .close {
      font-size: 20px;
      border: 1px solid #ccc;
      background-color: #ffffff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      left: auto;
      right: -10px;
      top: -12px;
      bottom: auto;
    }
    .js-form-type-radio{
      margin-bottom: 8px;
    margin-top: 5px;
    position: relative;
    }
    .application-form .js-form-type-radio label {
      margin-bottom: 0px;
    }
     .application-form input[type="radio"]{
      border:1px solid #ccc;
    }
    .application-form .js-form-type-radio input[type="radio"]:checked {
      background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23ff4d21'/%3E%3C/svg%3E");
    }
    .application-form .js-form-type-radio input[type="radio"]:focus{
      outline:none;
      box-shadow:none;
    }

    .application-form fieldset, .application-form .fieldset--group .fieldset__legend--visible ~ .fieldset__wrapper{
      border: 1px solid #e9e9e9;
    }
    .reference-group .tabledrag-toggle-weight-wrapper{
      display:none;
    }
    .reference-group table,.reference-group .js-form-item{
      margin-top:0px;
    }
     .reference-group table td, .reference-group table th{
      border:0px;
     }
    .form-item__label.form-required::after, .fieldset__label.form-required::after, .required-mark::after{
      background-image: url("data:image/svg+xml,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23FF0000'/%3E%3C/svg%3E%0A")!important;
    }
    .application-form{
      padding:30px 15px 20px 15px;
    }
    .field-multiple-drag{
      width:30px;
    }

    .cfa-thankyou {
    border: 1px solid #ececec;
    box-shadow: 0px 1px 3px 0px #e2e1e1;
    padding: 20px;
    border-radius: 15px;
    margin: 100px auto;
    text-align: center;
    max-width: 770px;
    background-color:#ffffff;
}

.cfa-thankyou h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #334155;
    line-height:40px;
}

.cfa-thankyou p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom:30px;
}

.cfa-thankyou p a {
    color: #ff4d21;
}

.cfa-thankyou .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ff4d21;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65,0,0.45,1) forwards;
}

.cfa-thankyou .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ff4d21;
    stroke-miterlimit: 10;
    margin: 10px auto;
    box-shadow: inset 0px 0px 0px #ff4d21;
    animation: fill 0.4s ease-in-out 0.4s forwards,scale 0.3s ease-in-out 0.9s both;
}

.cfa-thankyou .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65,0,0.45,1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1,1.1,1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #fff;
    }
}

.application-form .integrest-elg fieldset[data-drupal-selector*="edit-field-interest-eligibility"]{
  border:0px;
  margin-top:0px;
}
.application-form  .integrest-elg fieldset[data-drupal-selector*="edit-field-interest-eligibility"] legend{
background-color: transparent;
color: #000;
margin-bottom:20px;
font-size: 16px;
font-weight: 500;
display: block;
}
.application-form  .integrest-elg fieldset[data-drupal-selector*="edit-field-interest-eligibility"] legend span{
padding:0px;
  font-size: 16px;
  color: #000;
}
.application-form .integrest-elg fieldset[data-drupal-selector*="edit-field-interest-eligibility"] .fieldset__wrapper--group{
border:0px !important;
padding:0px;
}

.application-form .js-form-type-managed-file label[for="edit-field-interest-0-upload"]{

}


.application-form .professional-group fieldset[data-drupal-selector*="edit-field-years-of-experience"]{
  border:0px;
  margin-top:0px;
}
.application-form .professional-group fieldset[data-drupal-selector*="edit-field-years-of-experience"] legend{
background-color: transparent;
color: #000;
margin-bottom:0px;
}
.application-form .professional-group fieldset[data-drupal-selector*="edit-field-years-of-experience"] legend span{
padding:0px;
font-size: 16px;
font-weight: 500;
color: #000;
display: block;
margin-bottom: 5px;
position: relative;
}
.application-form .professional-group fieldset[data-drupal-selector*="edit-field-years-of-experience"] .fieldset__wrapper--group{
border:0px !important;
padding:0px;
}

.form-title{
position: relative;
margin-bottom:20px;
}
.form-title h1{
font-size: 32px;
font-weight: 700;
margin-bottom: 5px;
line-height: 40px;
color:#334155;
}
.form-title h2{
font-size: 20px;
font-weight: 700;
margin-bottom: 5px;
line-height: 30px;
}
.form-title h3{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 28px;
  font-style: italic;
}
.breadcrumb{
    margin: 30px 15px 15px 15px;
    text-decoration: none;
    border: 0px solid #ccc;
    display: inline-block;
    padding: 6px 0px;
    border-radius: 7px;
    font-size: 18px;
}

.messages--error{
background-color: #334155;
}
input.error[type="checkbox"], input.error[type="radio"]
 {
    border: solid 2px var(--color--red) !important;
}
.error:is([type="color"], [type="date"], [type="datetime-local"], [type="email"], [type="file"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea) {
    border: solid 2px var(--color--red) !important;
}

/**login-page**/
.login-page .grid-full{
  display:block;
}
.login-page nav.tabs {
    display: none;
}
.login-page .tabs .tabs__link.is-active::after{
border-bottom:4px solid #ff4d21;
border-block-start:none;
}
.login-page .form-actions{
text-align:center;
}
.login-page .field .field__label {
    margin-bottom: 5px;
}

.login-page .field .field__item {
    margin-bottom: 5px;
}

.login-page .title {
    padding-bottom: 0.5em;
    font-size: 2rem;
}

.login-page{
    background-color: #fff;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    padding: 25px;
    border-radius: 10px;
    max-width: 550px;
    margin:50px auto;
}

@media only screen and (max-width: 620x) {
  .login-page {
      padding: 40px 20px;
      margin: 50px 20px;
  }
}

.login-page label {
    font-weight: 500;
    margin-bottom: 10px;
}

.login-page .form-control {
    height: 45px;
    margin-left: 0;
}
.login-page .form-control:focus {
    border-color: rgba(39,159,223,0.2);
    box-shadow: unset;
}

.login-page input#edit-submit {
    background-color: #ff4d21;
    border-color: #ff4d21;
    margin-top: 14px;
    font-weight: 500;
}

.login-page .user-login {
    margin-top: 2em;
}

.login-page .nav-tabs .nav-link {
    color: #000;
    background-color: #eee;
}

.login-page .nav-tabs .nav-link.active,.login-page .nav-tabs .nav-item.show .nav-link {
    background-color: #ff4d21;
    border-color: #ff4d21;
    color: #fff;
}


@media(max-width:1025px){
  .application-form legend, .application-form legend.fieldset__label{
    font-size:18px;
    line-height:28px;
  }
  .form-title h1 {
    font-size: 26px;
    line-height:36px;
  }
}


.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 92 / var(--tw-bg-opacity, 1));
}


.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 122 92 / var(--tw-text-opacity, 1));
}


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


@media (min-width: 768px) {

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


@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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


@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:hidden {
    display: none;
  }
}