@import url('https://use.typekit.net/yie8ysb.css');

/**
 * Vision Point Custom Styles for Troy University 2025 Brand
 * This file is completely separate from Troy's original CSS
 * It only applies to pages with the 'vp-styles' class on the body
 */

/* Typekit fonts - Troy 2025 Brand */

/* CSS Custom Properties for consistent values */

:root {
  /* Brand Colors */
  --vp-cardinal: #910039;
  --vp-cardinal-dark: #720724;
  --vp-sand: #f1efe3;
  --vp-wheat: #efd19f;
  --vp-grey: #999999;
  --vp-grey-light: #cccccc;
  --vp-black: #000000;
  --vp-white: #ffffff;
  --vp-blue: #416bb4;
  --vp-blue-dark: #35598f;
  /* Typography */
  --vp-font-display: pressio-compressed, sans-serif;
  --vp-font-body: avenir-lt-pro, sans-serif;
  /* Spacing */
  --vp-golden-ratio: 1.618;
  /* Minimum heading sizes */
  --vp-h1-min-size: 4.167rem;
  /* 50pt */
  --vp-h2-min-size: 4.167rem;
  /* 50pt */
}

/*! tailwindcss v3.2.2 | 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.
*/

html {
  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: avenir-lt-pro, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

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

ul{
  margin-left: 2rem;
  list-style-position: outside;
  list-style-type: disc;
}

*, ::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-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:  ;
}

::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-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-troy-btn-white{
  display: inline-block;
  border-radius: 2rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(145 0 57 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}


.vp-styles .tw-troy-btn-white a[class*='after:tw-content-forward-arrow-white'] {
  color: inherit;
  /* Use parent's text color */
}

.vp-styles .tw-troy-btn-white.tw-font-display a {
  font-family: var(
    --vp-font-body
  );
  /* Use Avenir instead of display font */
  font-size: 1.125rem;
  line-height: var(--vp-golden-ratio);
  color: var(--vp-cardinal);
  font-weight: bold;
  transition: all 0.3s ease;
}

.vp-styles .tw-troy-btn-white.tw-font-display a:hover {
  color: var(--vp-cardinal-dark);
  text-decoration: underline;
}

.vp-styles
  a.tw-troy-btn-white.tw-font-display[class*='after:tw-content-forward-arrow'] {
  font-family: var(
    --vp-font-body
  );
  /* Use Avenir instead of display font */
  font-size: 1.125rem;
  line-height: var(--vp-golden-ratio);
  color: var(--vp-cardinal);
  font-weight: bold;
  transition: all 0.3s ease;
}

.vp-styles
  a.tw-troy-btn-white.tw-font-display[class*='after:tw-content-forward-arrow']:hover {
  color: var(--vp-cardinal-dark);
  text-decoration: underline;
}

.vp-styles
  a.tw-troy-btn-white.tw-bg-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.tw-troy-btn-white:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-troy-btn-white:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(145 0 57 / 0.3);
}

.tw-troy-btn-white {
  text-transform: uppercase;
  border-color: var(--vp-cardinal);
  border-width: 2px !important;
  /* !important to ensure consistent border width */
}

.tw-troy-btn-white:hover {
  background-color: #f8f8f8;
}

.tw-troy-btn-transparent{
  display: inline-block;
  border-radius: 2rem;
  border-width: 2px;
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  --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: 300ms;
}

.vp-styles .tw-bg-gray-800.tw-troy-btn-transparent {
  min-height: 72px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vp-styles a.tw-troy-btn-transparent.tw-border-white,
.vp-styles a.tw-troy-btn-transparent[class*='tw-border-white'] {
  /* tw-px-8 tw-py-4 */
  /* tw-rounded-[2rem] */
  /* tw-tracking-wider */
  /* !tw-no-underline */
  display: inline-block;
  padding: 1rem 2rem;
  /* tw-px-8 tw-py-4 */
  border-radius: 2rem;
  /* tw-rounded-[2rem] */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tw-tracking-wider */
  text-decoration: none;
  /* !tw-no-underline */
  border-width: 2px;
  border-style: solid;
  border-color: white;
  color: white;
  background-color: transparent;
  transition: all 0.3s ease;
}

.vp-styles a.tw-troy-btn-transparent.tw-border-white:hover,
.vp-styles a.tw-troy-btn-transparent[class*='tw-border-white']:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: white;
  text-decoration: none;
}

.vp-styles
  a.tw-troy-btn-transparent.tw-bg-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.vp-styles
  a.tw-inline-block.tw-troy-btn-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.tw-troy-btn-transparent:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-troy-btn-transparent:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.tw-troy-btn-transparent {
  text-transform: uppercase;
  border-color: white;
  border-width: 2px !important;
  color: white !important;
}

.tw-troy-btn-transparent:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white !important;
}

.tw-troy-btn-blue{
  display: inline-block;
  border-radius: 2rem;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  --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: 300ms;
}

.vp-styles .tw-bg-gray-800.tw-troy-btn-blue {
  min-height: 72px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vp-styles
  a.tw-troy-btn-blue.tw-bg-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.tw-troy-btn-blue:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-troy-btn-blue:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-troy-btn-blue {
  text-transform: uppercase;
  background-color: var(--vp-blue);
  border-color: var(--vp-blue);
  border-width: 2px !important;
  /* !important to ensure consistent border width */
}

.tw-troy-btn-blue:hover {
  background-color: var(--vp-blue-dark);
  border-color: var(--vp-blue-dark);
}

.tw-troy-btn-blue:focus {
  --tw-ring-color: rgba(65, 107, 180, 0.3);
}

.tw-troy-btn-cardinal{
  display: inline-block;
  border-radius: 2rem;
  border-width: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  --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: 300ms;
}

.vp-styles .tw-bg-gray-800.tw-troy-btn-cardinal {
  min-height: 72px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vp-styles
  a.tw-troy-btn-cardinal.tw-bg-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.tw-troy-btn-cardinal:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-troy-btn-cardinal:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-troy-btn-cardinal {
  text-transform: uppercase;
  background-color: var(--vp-cardinal);
  border-color: var(--vp-cardinal);
  border-width: 2px !important;
  /* !important to ensure consistent border width */
}

.tw-troy-btn-cardinal:hover {
  background-color: var(--vp-cardinal-dark);
  border-color: var(--vp-cardinal-dark);
}

.tw-troy-btn-cardinal:focus {
  --tw-ring-color: rgba(145, 0, 57, 0.3);
}

.tw-troy-btn-white-cardinal{
  display: inline-block;
  border-radius: 2rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(145 0 57 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}


.vp-styles .tw-troy-btn-white-cardinal a[class*='after:tw-content-forward-arrow-white'] {
  color: inherit;
  /* Use parent's text color */
}

.vp-styles .tw-troy-btn-white-cardinal.tw-font-display a {
  font-family: var(
    --vp-font-body
  );
  /* Use Avenir instead of display font */
  font-size: 1.125rem;
  line-height: var(--vp-golden-ratio);
  color: var(--vp-cardinal);
  font-weight: bold;
  transition: all 0.3s ease;
}

.vp-styles .tw-troy-btn-white-cardinal.tw-font-display a:hover {
  color: var(--vp-cardinal-dark);
  text-decoration: underline;
}

.vp-styles
  a.tw-troy-btn-white-cardinal.tw-font-display[class*='after:tw-content-forward-arrow'] {
  font-family: var(
    --vp-font-body
  );
  /* Use Avenir instead of display font */
  font-size: 1.125rem;
  line-height: var(--vp-golden-ratio);
  color: var(--vp-cardinal);
  font-weight: bold;
  transition: all 0.3s ease;
}

.vp-styles
  a.tw-troy-btn-white-cardinal.tw-font-display[class*='after:tw-content-forward-arrow']:hover {
  color: var(--vp-cardinal-dark);
  text-decoration: underline;
}

.vp-styles
  a.tw-troy-btn-white-cardinal.tw-bg-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.tw-troy-btn-white-cardinal:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-troy-btn-white-cardinal:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(145 0 57 / 0.3);
}

.tw-troy-btn-white-cardinal {
  text-transform: uppercase;
  border-color: var(--vp-cardinal);
  border-width: 2px !important;
  /* !important to ensure consistent border width */
}

.tw-troy-btn-white-cardinal:hover {
  background-color: var(--vp-cardinal);
  color: white;
}

.tw-troy-btn-white-blue{
  display: inline-block;
  border-radius: 2rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}


.vp-styles .tw-troy-btn-white-blue a[class*='after:tw-content-forward-arrow-white'] {
  color: inherit;
  /* Use parent's text color */
}

.vp-styles
  a.tw-troy-btn-white-blue.tw-bg-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.tw-troy-btn-white-blue:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-troy-btn-white-blue:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-troy-btn-white-blue {
  text-transform: uppercase;
  color: #416bb4;
  border-color: #416bb4;
  border-width: 2px !important;
}

.tw-troy-btn-white-blue:hover {
  background-color: #416bb4;
  color: white;
}

.tw-troy-btn-white-blue:focus {
  --tw-ring-color: rgba(65, 107, 180, 0.3);
}

.tw-troy-btn-tertiary{
  font-family: avenir-lt-pro, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(145 0 57 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vp-styles .tw-troy-btn-tertiary.tw-leading-\\[18px\\] {
  font-family: var(--vp-font-body);
  line-height: var(
    --vp-golden-ratio
  );
  /* Golden ratio for optimal readability */
}


.vp-styles a.tw-troy-btn-tertiary[class*='tw-border-white'] {
  display: inline-block;
  padding: 1rem 2rem;
  /* tw-px-8 tw-py-4 */
  border-radius: 2rem;
  /* tw-rounded-[2rem] */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tw-tracking-wider */
  text-decoration: none;
  /* !tw-no-underline */
  border-width: 2px;
  border-style: solid;
  border-color: white;
  color: white;
  background-color: transparent;
  transition: all 0.3s ease;
}


.vp-styles a.tw-troy-btn-tertiary[class*='tw-border-white']:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: white;
  text-decoration: none;
}

.vp-styles a.tw-troy-btn-tertiary.hover\:tw-text-gray.hover\:tw-underline {
  position: relative;
  color: white;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 1.125rem;
  line-height: 1.618;
}

.vp-styles a.tw-transition.hover\:tw-text-gray.tw-troy-btn-tertiary {
  position: relative;
  color: white;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 1.125rem;
  line-height: 1.618;
}

.vp-styles a.tw-troy-btn-tertiary.hover\:tw-text-gray.hover\:tw-underline:hover {
  color: var(--vp-grey-light);
  /* Light gray on hover */
  text-decoration: underline;
}

.vp-styles a.tw-transition.hover\:tw-text-gray.tw-troy-btn-tertiary:hover {
  color: var(--vp-grey-light);
  /* Light gray on hover */
  text-decoration: underline;
}

.tw-troy-btn-tertiary::after{
  margin-left: 0.5rem;
  display: inline-block;
  width: 6px;
  --tw-content: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-forward' d='M4.145,5.187l-3.927,-3.924c-0.139,-0.138 -0.218,-0.327 -0.218,-0.524c0,-0.196 0.079,-0.385 0.218,-0.523c0.289,-0.285 0.761,-0.285 1.05,-0l4.449,4.446c0.278,0.279 0.288,0.733 0.022,1.023l-4.467,4.477c-0.137,0.127 -0.317,0.197 -0.504,0.197c-0.407,0 -0.742,-0.335 -0.742,-0.742c0,-0.186 0.07,-0.365 0.196,-0.502l3.923,-3.928Z' fill='%23910039'/%3E%3C/svg%3E");
  content: var(--tw-content);
}

.tw-troy-btn-tertiary:hover{
  --tw-text-opacity: 1;
  color: rgb(114 7 36 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.tw-troy-btn-tertiary:hover::after{
  --tw-content: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-forward' d='M4.145,5.187l-3.927,-3.924c-0.139,-0.138 -0.218,-0.327 -0.218,-0.524c0,-0.196 0.079,-0.385 0.218,-0.523c0.289,-0.285 0.761,-0.285 1.05,-0l4.449,4.446c0.278,0.279 0.288,0.733 0.022,1.023l-4.467,4.477c-0.137,0.127 -0.317,0.197 -0.504,0.197c-0.407,0 -0.742,-0.335 -0.742,-0.742c0,-0.186 0.07,-0.365 0.196,-0.502l3.923,-3.928Z' fill='%2373002E'/%3E%3C/svg%3E");
  content: var(--tw-content);
}

.tw-troy-btn-social{
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  background-color: transparent;
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vp-styles a.tw-troy-btn-social.tw-border-white,
.vp-styles a.tw-troy-btn-social[class*='tw-border-white'] {
  /* tw-px-8 tw-py-4 */
  /* tw-rounded-[2rem] */
  /* tw-tracking-wider */
  /* !tw-no-underline */
  display: inline-block;
  padding: 1rem 2rem;
  /* tw-px-8 tw-py-4 */
  border-radius: 2rem;
  /* tw-rounded-[2rem] */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tw-tracking-wider */
  text-decoration: none;
  /* !tw-no-underline */
  border-width: 2px;
  border-style: solid;
  border-color: white;
  color: white;
  background-color: transparent;
  transition: all 0.3s ease;
}


.vp-styles a.tw-troy-btn-social[class*='tw-border-white'] {
  display: inline-block;
  padding: 1rem 2rem;
  /* tw-px-8 tw-py-4 */
  border-radius: 2rem;
  /* tw-rounded-[2rem] */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tw-tracking-wider */
  text-decoration: none;
  /* !tw-no-underline */
  border-width: 2px;
  border-style: solid;
  border-color: white;
  color: white;
  background-color: transparent;
  transition: all 0.3s ease;
}

.vp-styles a.tw-troy-btn-social.tw-border-white:hover,
.vp-styles a.tw-troy-btn-social[class*='tw-border-white']:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: white;
  text-decoration: none;
}


.vp-styles a.tw-troy-btn-social[class*='tw-border-white']:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: white;
  text-decoration: none;
}

.vp-styles a.tw-troy-btn-social.hover\:tw-text-gray.hover\:tw-underline {
  position: relative;
  color: white;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 1.125rem;
  line-height: 1.618;
}

.vp-styles a.tw-troy-btn-social.hover\:tw-text-gray.hover\:tw-underline:hover {
  color: var(--vp-grey-light);
  /* Light gray on hover */
  text-decoration: underline;
}

.vp-styles
  a.tw-inline-block.tw-troy-btn-social[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem;
  /* 14px - match other buttons */
  font-weight: 700;
  /* bold - match other buttons */
  font-family: var(--vp-font-body);
  /* Avenir */
  text-transform: uppercase;
  /* match other buttons */
  letter-spacing: 0.025em;
  /* match other buttons */
}

.tw-troy-btn-social:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 153 153 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(145 0 57 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

.tw-troy-btn-social:focus{
  border-radius: 9999px;
}

.tw-rich-text a{
  --tw-text-opacity: 1;
  color: rgb(65 107 180 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.tw-rich-text a:hover{
  --tw-text-opacity: 1;
  color: rgb(40 74 134 / var(--tw-text-opacity));
}

.tw-rich-text ul{
  margin-left: 2rem;
  margin-bottom: 1rem;
  list-style-position: outside;
}

.tw-rich-text ul:last-child{
  margin-bottom: 0px;
}

.tw-rich-text p{
  margin-bottom: 1rem;
}

.tw-rich-text p:last-child{
  margin-bottom: 0px;
}

.tw-rich-text ol{
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style-position: outside;
}

.tw-rich-text ol *::marker{
  font-weight: 700;
}

.tw-rich-text ol::marker{
  font-weight: 700;
}

.tw-rich-text ol:last-child{
  margin-bottom: 0px;
}

.tw-rich-text>ul{
  list-style-type: disc;
}

.tw-rich-text>ul>li>ul{
  list-style-type: none;
}

.tw-rich-text>ul>li>ul>li{
  position: relative;
}

.tw-rich-text>ul>li>ul>li::before{
  position: absolute;
  left: -1rem;
  --tw-content: "–";
  content: var(--tw-content);
}

.tw-rich-text>ul>li>ul>li>ul{
  list-style-type: circle;
}

.tw-rich-text>ol{
  list-style-type: decimal;
}

.tw-rich-text>ol>li>ol{
  list-style-type: lower-alpha;
}

.tw-rich-text>ol>li>ol>li>ol{
  list-style-type: decimal;
}

.tw-rich-text>ol>li>ol>li>ol *::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-rich-text>ol>li>ol>li>ol::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-rich-text-dark a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.tw-rich-text-dark a:hover{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.tw-rich-text-dark ul{
  margin-left: 2rem;
  margin-bottom: 1rem;
  list-style-position: outside;
}

.tw-rich-text-dark ul:last-child{
  margin-bottom: 0px;
}

.tw-rich-text-dark p{
  margin-bottom: 1rem;
}

.tw-rich-text-dark p:last-child{
  margin-bottom: 0px;
}

.tw-rich-text-dark ol{
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style-position: outside;
}

.tw-rich-text-dark ol *::marker{
  font-weight: 700;
}

.tw-rich-text-dark ol::marker{
  font-weight: 700;
}

.tw-rich-text-dark ol:last-child{
  margin-bottom: 0px;
}

.tw-rich-text-dark>ul{
  list-style-type: disc;
}

.tw-rich-text-dark>ul>li>ul{
  list-style-type: none;
}

.tw-rich-text-dark>ul>li>ul>li{
  position: relative;
}

.tw-rich-text-dark>ul>li>ul>li::before{
  position: absolute;
  left: -1rem;
  --tw-content: "–";
  content: var(--tw-content);
}

.tw-rich-text-dark>ul>li>ul>li>ul{
  list-style-type: circle;
}

.tw-rich-text-dark>ol{
  list-style-type: decimal;
}

.tw-rich-text-dark>ol>li>ol{
  list-style-type: lower-alpha;
}

.tw-rich-text-dark>ol>li>ol>li>ol{
  list-style-type: decimal;
}

.tw-rich-text-dark>ol>li>ol>li>ol *::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-rich-text-dark>ol>li>ol>li>ol::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-rich-text-num-list-cirle{
  line-height: 2rem;
}

.vp-styles .tw-rich-text-num-list-cirle[class*='tw-text-\\[32px\\]'] {
  line-height: 1.2;
}

.vp-styles .tw-text-\\[32px\\].tw-rich-text-num-list-cirle {
  line-height: 1.3;
}

.tw-rich-text-num-list-cirle *::marker{
  color: rgb(255 255 255 );
}

.tw-rich-text-num-list-cirle::marker{
  color: rgb(255 255 255 );
}

.tw-rich-text-num-list-cirle ol{
  margin-left: 1rem;
}

.tw-rich-text-num-list-cirle li{
  position: relative;
  z-index: 0;
}

.tw-rich-text-num-list-cirle li::before{
  position: absolute;
  z-index: -1;
  height: 26px;
  width: 26px;
  --tw-translate-x: -35px;
  --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));
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tw-rich-text-num-list-cirle>li li{
  padding-left: 0.25rem;
}

.tw-rich-text-num-list-cirle *>li li::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-rich-text-num-list-cirle>li li::marker{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-rich-text-num-list-cirle>li li::before{
  content: var(--tw-content);
  width: 1.25rem;
}

.tw-rich-text-num-list-cirle>li{
  padding-left: 0.625rem;
}

.tw-rich-text-num-list-cirle>li>ol li::before{
  height: 1.25rem;
  --tw-translate-x: -25px;
  content: var(--tw-content);
  --tw-translate-y: 0.5rem;
  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));
}

/* Brand Typography Components */

/* Labels & Tags */

/* Body Text Variants */

.vp-styles .tw-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.vp-styles .tw-invisible{
  visibility: hidden;
}

.vp-styles .tw-fixed{
  position: fixed;
}

.vp-styles .tw-absolute{
  position: absolute;
}

.vp-styles .tw-relative{
  position: relative;
}

.vp-styles .tw-sticky{
  position: sticky;
}

.vp-styles .tw-inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.vp-styles .tw-top-0{
  top: 0px;
}

.vp-styles .tw-bottom-0{
  bottom: 0px;
}

.vp-styles .tw-left-0{
  left: 0px;
}

.vp-styles .tw-bottom-\[15px\]{
  bottom: 15px;
}

.vp-styles .tw-right-\[15px\]{
  right: 15px;
}

.vp-styles .tw-top-2{
  top: 0.5rem;
}

.vp-styles .tw-right-6{
  right: 1.5rem;
}

.vp-styles .-tw-top-\[5\%\]{
  top: -5%;
}

.vp-styles .tw-bottom-px{
  bottom: 1px;
}

.vp-styles .tw-left-4{
  left: 1rem;
}

.vp-styles .tw-right-4{
  right: 1rem;
}

.vp-styles .tw-z-\[1049\]{
  z-index: 1049;
}

.vp-styles .tw-z-\[1048\]{
  z-index: 1048;
}

.vp-styles .-tw-z-\[1\]{
  z-index: -1;
}

.vp-styles .tw-z-10{
  z-index: 10;
}

.vp-styles .tw-m-auto{
  margin: auto;
}

.vp-styles .tw-m-0{
  margin: 0px;
}

.vp-styles .tw-mx-auto{
  margin-left: auto;
  margin-right: auto;
}

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

.vp-styles .tw-my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.vp-styles .tw-my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.vp-styles .tw-mb-0{
  margin-bottom: 0px;
}

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

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

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

.vp-styles .tw-mb-8{
  margin-bottom: 2rem;
}

.vp-styles .tw-mt-14{
  margin-top: 3.5rem;
}

.vp-styles .tw-mb-3\.5{
  margin-bottom: 0.875rem;
}

.vp-styles .tw-mb-3{
  margin-bottom: 0.75rem;
}

.vp-styles .tw-mb-11{
  margin-bottom: 2.75rem;
}

.vp-styles .tw-mb-4{
  margin-bottom: 1rem;
}

.vp-styles .tw-mt-\[90px\]{
  margin-top: 90px;
}

.vp-styles .tw-mt-\[50\%\]{
  margin-top: 50%;
}

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

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

.vp-styles .tw-mb-10{
  margin-bottom: 2.5rem;
}

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

.vp-styles .-tw-mt-36{
  margin-top: -9rem;
}

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

.vp-styles .tw-mb-9{
  margin-bottom: 2.25rem;
}

.vp-styles .tw-mb-12{
  margin-bottom: 3rem;
}

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

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

.vp-styles .tw-mb-\[28px\]{
  margin-bottom: 28px;
}

.vp-styles .tw-mt-0{
  margin-top: 0px;
}

.vp-styles .tw-mb-1{
  margin-bottom: 0.25rem;
}

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

.vp-styles .tw-mb-7{
  margin-bottom: 1.75rem;
}

.vp-styles .tw-mt-7{
  margin-top: 1.75rem;
}

.vp-styles .tw-ml-8{
  margin-left: 2rem;
}

.vp-styles .-tw-mr-16{
  margin-right: -4rem;
}

.vp-styles .tw-block{
  display: block;
}

.vp-styles .tw-inline-block{
  display: inline-block;
}

.vp-styles .tw-inline{
  display: inline;
}

.vp-styles .tw-flex{
  display: flex;
}

.vp-styles .tw-inline-flex{
  display: inline-flex;
}

.vp-styles .tw-grid{
  display: grid;
}

.vp-styles .tw-hidden{
  display: none;
}

.vp-styles .tw-aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.vp-styles .tw-h-10{
  height: 2.5rem;
}

.vp-styles .tw-h-12{
  height: 3rem;
}

.vp-styles .tw-h-6{
  height: 1.5rem;
}

.vp-styles .tw-h-0{
  height: 0px;
}

.vp-styles .tw-h-\[264px\]{
  height: 264px;
}

.vp-styles .tw-h-\[38px\]{
  height: 38px;
}

.vp-styles .tw-h-\[52px\]{
  height: 52px;
}

.vp-styles .tw-h-\[50px\]{
  height: 50px;
}

.vp-styles .tw-h-full{
  height: 100%;
}

.vp-styles .tw-h-4{
  height: 1rem;
}

.vp-styles .tw-h-min{
  height: -moz-min-content;
  height: min-content;
}

.vp-styles .tw-h-\[786px\]{
  height: 786px;
}

.vp-styles .tw-h-\[245px\]{
  height: 245px;
}

.vp-styles .tw-h-16{
  height: 4rem;
}

.vp-styles .tw-h-\[425px\]{
  height: 425px;
}

.vp-styles .tw-h-\[45px\]{
  height: 45px;
}

.vp-styles .tw-h-32{
  height: 8rem;
}

.vp-styles .tw-h-\[30px\]{
  height: 30px;
}

.vp-styles .tw-max-h-0{
  max-height: 0px;
}

.vp-styles .tw-max-h-10{
  max-height: 2.5rem;
}

.vp-styles .tw-min-h-full{
  min-height: 100%;
}

.vp-styles .tw-min-h-\[58px\]{
  min-height: 58px;
}

.vp-styles .tw-w-full{
  width: 100%;
}

.vp-styles .tw-w-screen{
  width: 100vw;
}

.vp-styles .tw-w-12{
  width: 3rem;
}

.vp-styles .tw-w-6{
  width: 1.5rem;
}

.vp-styles .tw-w-\[38px\]{
  width: 38px;
}

.vp-styles .tw-w-\[94px\]{
  width: 94px;
}

.vp-styles .tw-w-\[50px\]{
  width: 50px;
}

.vp-styles .tw-w-\[22px\]{
  width: 22px;
}

.vp-styles .tw-w-\[126px\]{
  width: 126px;
}

.vp-styles .tw-w-\[16px\]{
  width: 16px;
}

.vp-styles .tw-w-\[140px\]{
  width: 140px;
}

.vp-styles .tw-w-4{
  width: 1rem;
}

.vp-styles .tw-w-16{
  width: 4rem;
}

.vp-styles .tw-w-auto{
  width: auto;
}

.vp-styles .tw-w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.vp-styles .tw-w-\[67px\]{
  width: 67px;
}

.vp-styles .tw-w-32{
  width: 8rem;
}

.vp-styles .tw-w-\[30px\]{
  width: 30px;
}

.vp-styles .tw-min-w-\[600px\]{
  min-width: 600px;
}

.vp-styles .tw-min-w-\[30px\]{
  min-width: 30px;
}

.vp-styles .tw-max-w-\[746px\]{
  max-width: 746px;
}

.vp-styles .tw-max-w-\[600px\]{
  max-width: 600px;
}

.vp-styles .tw-max-w-\[1170px\]{
  max-width: 1170px;
}

.vp-styles .tw-max-w-\[1200px\]{
  max-width: 1200px;
}

.vp-styles .tw-max-w-\[968px\]{
  max-width: 968px;
}

.vp-styles .tw-max-w-\[998px\]{
  max-width: 998px;
}

.vp-styles .tw-flex-shrink-0{
  flex-shrink: 0;
}

.vp-styles .tw-shrink-0{
  flex-shrink: 0;
}

.vp-styles .tw-grow{
  flex-grow: 1;
}

.vp-styles .tw-basis-1\/2{
  flex-basis: 50%;
}

.vp-styles .tw-basis-full{
  flex-basis: 100%;
}

.vp-styles .tw-border-collapse{
  border-collapse: collapse;
}

.vp-styles .tw-translate-y-4{
  --tw-translate-y: 1rem;
  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));
}

.vp-styles .tw-translate-y-0{
  --tw-translate-y: 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));
}

.vp-styles .tw-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));
}

.vp-styles .-tw-scale-100{
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.vp-styles .tw-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));
}

.vp-styles .tw-cursor-pointer{
  cursor: pointer;
}

.vp-styles .tw-list-outside{
  list-style-position: outside;
}

.vp-styles .tw-list-disc{
  list-style-type: disc;
}

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

.vp-styles .tw-flex-row{
  flex-direction: row;
}

.vp-styles .tw-flex-col{
  flex-direction: column;
}

.vp-styles .tw-flex-wrap{
  flex-wrap: wrap;
}

.vp-styles .tw-items-end{
  align-items: flex-end;
}

.vp-styles .tw-items-center{
  align-items: center;
}

.vp-styles .tw-justify-center{
  justify-content: center;
}

.vp-styles .tw-justify-between{
  justify-content: space-between;
}

.vp-styles .tw-justify-evenly{
  justify-content: space-evenly;
}

.vp-styles .tw-gap-4{
  gap: 1rem;
}

.vp-styles .tw-gap-5{
  gap: 1.25rem;
}

.vp-styles .tw-gap-0{
  gap: 0px;
}

.vp-styles .tw-gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.vp-styles .tw-gap-y-7{
  row-gap: 1.75rem;
}

.vp-styles .tw-gap-y-3\.5{
  row-gap: 0.875rem;
}

.vp-styles .tw-gap-y-3{
  row-gap: 0.75rem;
}

.vp-styles .tw-gap-y-5{
  row-gap: 1.25rem;
}

.vp-styles .tw-gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.vp-styles .tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.vp-styles .tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.vp-styles .tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.vp-styles .tw-overflow-hidden{
  overflow: hidden;
}

.vp-styles .tw-overflow-x-auto{
  overflow-x: auto;
}

.vp-styles .tw-overflow-y-auto{
  overflow-y: auto;
}

.vp-styles .tw-whitespace-nowrap{
  white-space: nowrap;
}

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

.vp-styles .tw-rounded-full{
  border-radius: 9999px;
}

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

.vp-styles .tw-rounded{
  border-radius: 0.25rem;
}

.vp-styles .\!tw-border{
  border-width: 1px !important;
}

.vp-styles .tw-border{
  border-width: 1px;
}

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

.vp-styles .tw-border-t-\[2px\]{
  border-top-width: 2px;
}

.vp-styles .tw-border-b-\[2px\]{
  border-bottom-width: 2px;
}

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

.vp-styles .\!tw-border-solid{
  border-style: solid !important;
}

.vp-styles .tw-border-solid{
  border-style: solid;
}

.vp-styles .\!tw-border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.vp-styles .tw-border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.vp-styles .tw-border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.vp-styles .tw-border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.vp-styles .tw-border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.vp-styles .tw-border-transparent{
  border-color: transparent;
}

.vp-styles .tw-border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.vp-styles .tw-border-t-gray{
  --tw-border-opacity: 1;
  border-top-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.vp-styles .tw-bg-cardinal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(145 0 57 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(232 230 218 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-cardinal{
  --tw-bg-opacity: 1;
  background-color: rgb(145 0 57 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-\[\#1212127a\]{
  background-color: #1212127a;
}

.vp-styles .tw-bg-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 227 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-dark-er{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-cardinal-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(114 7 36 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-transparent{
  background-color: transparent;
}

.vp-styles .tw-bg-cardinal-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(114 7 36 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 227 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 227 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(94 95 95 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-cardinal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(114 7 36 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-cardinal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(114 7 36 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-cardinal-800{
  --tw-bg-opacity: 1;
  background-color: rgb(56 0 22 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-cardinal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(31 0 12 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-cardinal-950{
  --tw-bg-opacity: 1;
  background-color: rgb(15 0 6 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-gray-smoke{
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 227 / var(--tw-bg-opacity));
}

.vp-styles .tw-bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.vp-styles .tw-bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/play\.svg\'\)\]{
  background-image: url('../src/images/play.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/tower-icon\.svg\'\)\]{
  background-image: url('../src/images/tower-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/checklist-icon\.svg\'\)\]{
  background-image: url('../src/images/checklist-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/tee-icon\.svg\'\)\]{
  background-image: url('../src/images/tee-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/books-icon\.svg\'\)\]{
  background-image: url('../src/images/books-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/money-icon\.svg\'\)\]{
  background-image: url('../src/images/money-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/location-icon\.svg\'\)\]{
  background-image: url('../src/images/location-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/bg-dots-2\.svg\'\)\]{
  background-image: url('../src/images/bg-dots-2.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/image-31\.png\'\)\]{
  background-image: url('../src/images/image-31.png');
}

.vp-styles .tw-bg-\[url\(\.\.\/images\/hamburger-icon-collapse\.svg\)\]{
  background-image: url(../images/hamburger-icon-collapse.svg);
}

.vp-styles .tw-bg-\[url\(\.\.\/images\/hamburger-icon\.svg\)\]{
  background-image: url(../images/hamburger-icon.svg);
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/troy-campus-icon\.svg\'\)\]{
  background-image: url('../src/images/troy-campus-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/troy-online-icon\.svg\'\)\]{
  background-image: url('../src/images/troy-online-icon.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/location-icon-white\.svg\'\)\]{
  background-image: url('../src/images/location-icon-white.svg');
}

.vp-styles .tw-bg-\[url\(\'\.\.\/src\/images\/Image-31\.png\'\)\]{
  background-image: url('../src/images/Image-31.png');
}

.vp-styles .tw-from-black{
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.vp-styles .tw-bg-cover{
  background-size: cover;
}

.vp-styles .tw-bg-\[length\:11px\]{
  background-size: 11px;
}

.vp-styles .tw-bg-left-top{
  background-position: left top;
}

.vp-styles .tw-bg-center{
  background-position: center;
}

.vp-styles .tw-bg-\[52\%_center\]{
  background-position: 52% center;
}

.vp-styles .tw-bg-no-repeat{
  background-repeat: no-repeat;
}

.vp-styles .tw-fill-white{
  fill: #fff;
}

.vp-styles .tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.vp-styles .tw-object-right{
  -o-object-position: right;
     object-position: right;
}

.vp-styles .tw-object-center{
  -o-object-position: center;
     object-position: center;
}

.vp-styles .tw-p-4{
  padding: 1rem;
}

.vp-styles .tw-p-8{
  padding: 2rem;
}

.vp-styles .tw-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.vp-styles .tw-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.vp-styles .tw-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.vp-styles .tw-px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.vp-styles .tw-px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.vp-styles .tw-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.vp-styles .tw-py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.vp-styles .tw-px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.vp-styles .tw-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vp-styles .tw-py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.vp-styles .tw-px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

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

.vp-styles .tw-py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.vp-styles .tw-py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.vp-styles .tw-px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.vp-styles .tw-py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.vp-styles .tw-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.vp-styles .tw-py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}

.vp-styles .tw-pb-4{
  padding-bottom: 1rem;
}

.vp-styles .tw-pt-5{
  padding-top: 1.25rem;
}

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

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

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

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

.vp-styles .tw-pt-12{
  padding-top: 3rem;
}

.vp-styles .tw-pb-16{
  padding-bottom: 4rem;
}

.vp-styles .tw-pl-4{
  padding-left: 1rem;
}

.vp-styles .tw-pb-64{
  padding-bottom: 16rem;
}

.vp-styles .tw-pt-11{
  padding-top: 2.75rem;
}

.vp-styles .tw-pb-12{
  padding-bottom: 3rem;
}

.vp-styles .tw-pt-8{
  padding-top: 2rem;
}

.vp-styles .tw-pt-7{
  padding-top: 1.75rem;
}

.vp-styles .tw-pb-11{
  padding-bottom: 2.75rem;
}

.vp-styles .tw-pr-6{
  padding-right: 1.5rem;
}

.vp-styles .tw-pb-\[18px\]{
  padding-bottom: 18px;
}

.vp-styles .tw-pt-4{
  padding-top: 1rem;
}

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

.vp-styles .tw-pt-\[60px\]{
  padding-top: 60px;
}

.vp-styles .tw-pt-\[52px\]{
  padding-top: 52px;
}

.vp-styles .tw-pb-\[52px\]{
  padding-bottom: 52px;
}

.vp-styles .tw-pb-9{
  padding-bottom: 2.25rem;
}

.vp-styles .tw-pb-\[58px\]{
  padding-bottom: 58px;
}

.vp-styles .tw-pr-\[34px\]{
  padding-right: 34px;
}

.vp-styles .tw-pt-14{
  padding-top: 3.5rem;
}

.vp-styles .tw-pt-\[66px\]{
  padding-top: 66px;
}

.vp-styles .tw-pb-\[60px\]{
  padding-bottom: 60px;
}

.vp-styles .tw-pt-9{
  padding-top: 2.25rem;
}

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

.vp-styles .tw-pt-\[53px\]{
  padding-top: 53px;
}

.vp-styles .tw-pt-\[51px\]{
  padding-top: 51px;
}

.vp-styles .tw-pb-\[45px\]{
  padding-bottom: 45px;
}

.vp-styles .tw-pt-10{
  padding-top: 2.5rem;
}

.vp-styles .tw-pb-7{
  padding-bottom: 1.75rem;
}

.vp-styles .tw-pt-\[30px\]{
  padding-top: 30px;
}

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

.vp-styles .tw-pb-\[492px\]{
  padding-bottom: 492px;
}

.vp-styles .tw-text-left{
  text-align: left;
}

.vp-styles .tw-text-center{
  text-align: center;
}

.vp-styles .tw-align-baseline{
  vertical-align: baseline;
}

.vp-styles .tw-align-middle{
  vertical-align: middle;
}

.vp-styles .tw-font-headline{
  font-family: pressio-compressed, sans-serif;
}

.vp-styles .tw-font-sans{
  font-family: avenir-lt-pro, system-ui, sans-serif;
}

.vp-styles .tw-font-display{
  font-family: pressio-compressed, sans-serif;
}

.vp-styles .tw-font-body{
  font-family: avenir-lt-pro, sans-serif;
}

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

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

.vp-styles .tw-text-\[4\.167rem\]{
  font-size: 4.167rem;
}

.vp-styles .tw-text-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

.vp-styles .tw-text-\[34px\]{
  font-size: 34px;
}

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

.vp-styles .tw-text-\[22px\]{
  font-size: 22px;
}

.vp-styles .tw-text-\[32px\]{
  font-size: 32px;
}

.vp-styles .tw-text-\[23px\]{
  font-size: 23px;
}

.vp-styles .tw-text-\[28px\]{
  font-size: 28px;
}

.vp-styles .tw-text-\[20px\]{
  font-size: 20px;
}

.vp-styles .tw-font-semibold{
  font-weight: 600;
}

.vp-styles .tw-font-bold{
  font-weight: 700;
}

.vp-styles .tw-font-light{
  font-weight: 300;
}

.vp-styles .tw-uppercase{
  text-transform: uppercase;
}

.vp-styles .tw-leading-6{
  line-height: 1.5rem;
}

.vp-styles .tw-leading-tight{
  line-height: 1.25;
}

.vp-styles .tw-leading-none{
  line-height: 1;
}

.vp-styles .tw-leading-\[34px\]{
  line-height: 34px;
}

.vp-styles .tw-leading-\[1\.5\]{
  line-height: 1.5;
}

.vp-styles .tw-leading-8{
  line-height: 2rem;
}

.vp-styles .tw-leading-\[38px\]{
  line-height: 38px;
}

.vp-styles .tw-leading-\[18px\]{
  line-height: 18px;
}

.vp-styles .tw-leading-\[21px\]{
  line-height: 21px;
}

.vp-styles .tw-leading-\[32px\]{
  line-height: 32px;
}

.vp-styles .tw-leading-\[28px\]{
  line-height: 28px;
}

.vp-styles .tw-leading-\[23px\]{
  line-height: 23px;
}

.vp-styles .tw-leading-\[22px\]{
  line-height: 22px;
}

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

.vp-styles .tw-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vp-styles .tw-text-cardinal-500{
  --tw-text-opacity: 1;
  color: rgb(145 0 57 / var(--tw-text-opacity));
}

.vp-styles .tw-text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.vp-styles .tw-text-dark{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.vp-styles .tw-text-blue{
  --tw-text-opacity: 1;
  color: rgb(65 107 180 / var(--tw-text-opacity));
}

.vp-styles .tw-text-cardinal{
  --tw-text-opacity: 1;
  color: rgb(145 0 57 / var(--tw-text-opacity));
}

.vp-styles .tw-text-cardinal-600{
  --tw-text-opacity: 1;
  color: rgb(114 7 36 / var(--tw-text-opacity));
}

.vp-styles .tw-text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.vp-styles .tw-underline{
  text-decoration-line: underline;
}

.vp-styles .tw-no-underline{
  text-decoration-line: none;
}

.vp-styles .tw-opacity-0{
  opacity: 0;
}

.vp-styles .tw-opacity-100{
  opacity: 1;
}

.vp-styles .tw-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);
}

.vp-styles .tw-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}

.vp-styles .tw-outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.vp-styles .tw-ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.vp-styles .tw-ring-inset{
  --tw-ring-inset: inset;
}

.vp-styles .tw-ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 230 218 / var(--tw-ring-opacity));
}

.vp-styles .tw-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vp-styles .tw-transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vp-styles .tw-transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vp-styles .tw-duration-500{
  transition-duration: 500ms;
}

.vp-styles .tw-duration-300{
  transition-duration: 300ms;
}

.vp-styles .tw-duration-200{
  transition-duration: 200ms;
}

.vp-styles .tw-ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.vp-styles .tw-ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.vp-styles .tw-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Heading styles - Apply only to main content area, not footer */

.vp-styles h1 {
  font-family: var(
    --vp-font-display
  ) !important;
  /* !important needed to override Tailwind utility classes */
  color: var(--vp-black);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-size: clamp(
    var(--vp-h1-min-size),
    8vw,
    6rem
  ) !important;
  /* !important to override inline styles and utility classes */
  line-height: 0.9 !important;
  /* Tighter line height for multi-line headings */
}

.vp-styles h2 {
  font-family: var(
    --vp-font-display
  ) !important;
  /* !important needed to override utility classes */
  color: var(--vp-black);
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: clamp(
    var(--vp-h2-min-size),
    7vw,
    5rem
  ) !important;
  /* !important to override utility classes */
  line-height: 0.95 !important;
  /* Tighter line height for multi-line headings */
  text-transform: none !important;
  /* !important to force NO uppercase despite utility classes */
}

.vp-styles h3 {
  font-family: var(
    --vp-font-body
  ) !important;
  /* !important to force Avenir over display font */
  color: var(--vp-black);
  font-weight: bold;
  font-size: 23px !important;
  margin-bottom: 1rem;
  line-height: 1.3 !important;
}

.vp-styles h4 {
  font-family: var(--vp-font-body) !important;
  color: var(--vp-black);
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  margin-bottom: 1rem;
}

.vp-styles h5 {
  font-family: var(--vp-font-body) !important;
  color: var(--vp-black);
  font-weight: bold;
  font-size: 17px !important;
  line-height: 1.4 !important;
  margin-bottom: 1rem;
}

.vp-styles h6 {
  font-family: var(--vp-font-body) !important;
  color: var(--vp-black);
  font-weight: bold;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  margin-bottom: 1rem;
}

/* Specific overrides for footer headings to preserve original styling */

.vp-styles footer h1,
.vp-styles footer h2,
.vp-styles footer h3,
.vp-styles footer h4,
.vp-styles footer h5,
.vp-styles footer h6 {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}

/* Override conflicting Tailwind classes on headings */

.vp-styles h1.tw-text-\\[32px\\],
.vp-styles h1.tw-text-\\[40px\\],
.vp-styles h1[class*='tw-text-'] {
  font-size: clamp(4.167rem, 8vw, 6rem) !important;
}

.vp-styles h2.tw-text-\\[28px\\],
.vp-styles h2.tw-text-\\[34px\\],
.vp-styles h2.tw-text-\\[36px\\],
.vp-styles h2.tw-text-4xl,
.vp-styles h2.tw-text-5xl,
.vp-styles h2[class*='tw-text-'] {
  font-size: clamp(4.167rem, 7vw, 5rem) !important;
}

.vp-styles h2.tw-uppercase {
  text-transform: none !important;
}

.vp-styles h3.tw-font-display {
  font-family: avenir-lt-pro, sans-serif !important;
}

/* Remove line-height inheritance - let our specific values take precedence */

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

/* Note: Button width modifiers are added directly to output.css to avoid Tailwind circular dependency issues */

/* News section styling */

.vp-styles .swiper.news a.tw-font-display {
  font-family: var(
    --vp-font-body
  ) !important;
  /* Use Avenir instead of display font */
  font-size: 1.125rem !important;
  /* 18px */
  line-height: 1.5 !important;
  /* Golden ratio spacing */
  font-weight: 700 !important;
  /* Keep bold */
}

.vp-styles .swiper.news p {
  font-family: var(--vp-font-body) !important;
  font-size: 0.875rem !important;
  /* 14px for date */
  line-height: 1.4 !important;
  color: var(--vp-grey) !important;
  margin-top: 0.5rem !important;
}

/* All News link - also use Avenir */

.vp-styles a[href="https://today.troy.edu"].tw-font-display
{
  font-family: var(--vp-font-body) !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}

/* Remove arrows from existing Bootstrap buttons */

.vp-styles .btn::after,
.vp-styles .btn-primary::after,
.vp-styles .btn-secondary::after,
.vp-styles .btn-bordered-white::after {
  display: none !important;
}

/* Remove arrows from Vision Point custom buttons */

.vp-styles .tw-troy-btn-white::before,
.vp-styles .tw-troy-btn-white::after,
.vp-styles .tw-troy-btn-cardinal::before,
.vp-styles .tw-troy-btn-cardinal::after,
.vp-styles .tw-troy-btn-transparent::before,
.vp-styles .tw-troy-btn-transparent::after,
.vp-styles .tw-troy-btn-blue::before,
.vp-styles .tw-troy-btn-blue::after,
.vp-styles .tw-troy-btn-white-cardinal::before,
.vp-styles .tw-troy-btn-white-cardinal::after,
.vp-styles .tw-troy-btn-white-blue::before,
.vp-styles .tw-troy-btn-white-blue::after,
.vp-styles .tw-troy-btn-tertiary::before,
.vp-styles .tw-troy-btn-tertiary::after,
.vp-styles .tw-troy-btn-secondary-white::before,
.vp-styles .tw-troy-btn-secondary-white::after,
.vp-styles .tw-troy-btn-tertiary-white::before,
.vp-styles .tw-troy-btn-tertiary-white::after {
  display: none !important;
}

/* Add scale effect to existing Bootstrap buttons */

.vp-styles .btn,
.vp-styles .btn-primary,
.vp-styles .btn-secondary,
.vp-styles .btn-bordered-white {
  transition: transform 0.3s ease !important;
}

.vp-styles .btn:hover,
.vp-styles .btn-primary:hover,
.vp-styles .btn-secondary:hover,
.vp-styles .btn-bordered-white:hover {
  transform: scale(1.05) !important;
}

/* Override conflicting Tailwind classes on headings - Not in footer */

.vp-styles main h1.tw-text-\\[32px\\],
.vp-styles main h1.tw-text-\\[40px\\],
.vp-styles main h1[class*='tw-text-'],
.vp-styles section h1.tw-text-\\[32px\\],
.vp-styles section h1.tw-text-\\[40px\\],
.vp-styles section h1[class*='tw-text-'],
.vp-styles article h1[class*='tw-text-'],
.vp-styles .content h1[class*='tw-text-'] {
  font-size: clamp(4.167rem, 8vw, 6rem) !important;
}

.vp-styles main h2.tw-text-\\[28px\\],
.vp-styles main h2.tw-text-\\[34px\\],
.vp-styles main h2.tw-text-\\[36px\\],
.vp-styles main h2.tw-text-4xl,
.vp-styles main h2.tw-text-5xl,
.vp-styles main h2[class*='tw-text-'],
.vp-styles section h2[class*='tw-text-'],
.vp-styles article h2[class*='tw-text-'],
.vp-styles .content h2[class*='tw-text-'] {
  font-size: clamp(4.167rem, 7vw, 5rem) !important;
}

.vp-styles main h2.tw-uppercase,
.vp-styles section h2.tw-uppercase,
.vp-styles article h2.tw-uppercase,
.vp-styles .content h2.tw-uppercase {
  text-transform: none !important;
}

/* Ensure Vision Point button styles take precedence */

.vp-styles .btn.tw-troy-btn-white,
.vp-styles .btn.tw-troy-btn-cardinal,
.vp-styles .btn.tw-troy-btn-transparent,
.vp-styles .btn.tw-troy-btn-blue {
  /* Vision Point styles will apply */
}

/* Ensure blue buttons always have blue borders */

.vp-styles .tw-troy-btn-blue,
.vp-styles a.tw-troy-btn-blue,
.vp-styles button.tw-troy-btn-blue {
  border-color: var(--vp-blue) !important;
}

.vp-styles .tw-troy-btn-blue:hover,
.vp-styles a.tw-troy-btn-blue:hover,
.vp-styles button.tw-troy-btn-blue:hover {
  border-color: var(--vp-blue-dark) !important;
}

/* Override specific bad line heights */

.vp-styles .tw-leading-8[class*='tw-text-\\[32px\\]'],
.vp-styles .tw-leading-\\[32px\\][class*='tw-text-\\[32px\\]'],
.vp-styles .tw-leading-\\[40px\\][class*='tw-text-\\[40px\\]'],
.vp-styles .tw-leading-\\[60px\\][class*='tw-text-6xl'] {
  line-height: 1.2 !important;
}

/* Fix line heights for responsive text sizes */

.vp-styles [class*='tw-text-'][class*='tw-leading-'] {
  /* Ensure minimum line height ratio */
  min-height: 0;
}

/* Specific fixes for problematic combinations */

.vp-styles .tw-text-\\[32px\\].tw-leading-8,
.vp-styles .tw-text-\\[32px\\].tw-leading-\\[32px\\] {
  line-height: 1.3 !important;
}

.vp-styles .tw-text-6xl.tw-leading-\\[60px\\] {
  line-height: 1.15 !important;
}

/* Ensure proper spacing for multi-line headings */

.vp-styles h1 br,
.vp-styles h2 br,
.vp-styles h3 br {
  display: block;
  content: '';
  margin-top: 0.2em;
}

/* Fix sidebar navigation font and spacing */

.vp-styles .tw-text-lg.tw-leading-\\[18px\\] {
  font-family: var(--vp-font-body) !important;
  line-height: var(
    --vp-golden-ratio
  ) !important;
  /* Golden ratio for optimal readability */
}

/* Fix the "In This Section:" header - should be Avenir, not display font */

.vp-styles .tw-bg-cardinal.tw-font-display {
  font-family: avenir-lt-pro, sans-serif !important;
}

/* Ensure navigation links use Avenir font */

.vp-styles a[class*='tw-text-lg'][class*='tw-leading-'] {
  font-family: var(--vp-font-body) !important;
  line-height: var(--vp-golden-ratio) !important;
  /* Golden ratio */
}

/* Fix cramped spacing in navigation items with golden ratio */

.vp-styles .tw-min-h-\\[58px\\] {
  min-height: 72px !important;
  /* Golden ratio: 58px * 1.24 ≈ 72px */
  padding-top: 1rem !important;
  /* 16px */
  padding-bottom: 1rem !important;
  /* 16px */
}

/* Ensure consistent font for navigation text */

.vp-styles .tw-bg-gray-600 a,
.vp-styles .tw-bg-gray-600 div:not(.tw-bg-cardinal),
.vp-styles .tw-hidden.tw-px-2\\.5 a,
.vp-styles .tw-hidden.tw-px-2\\.5 div {
  font-family: var(--vp-font-body) !important;
  line-height: var(--vp-golden-ratio) !important;
}

/* Fix specific navigation link styling */

.vp-styles a.tw-flex.tw-items-center.tw-justify-between {
  font-family: var(--vp-font-body) !important;
  line-height: var(--vp-golden-ratio) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Improve multi-line navigation items */

.vp-styles .tw-border-gray-500 {
  display: flex;
  align-items: center;
  min-height: 72px;
}

/* Add proper padding to navigation container */

.vp-styles .tw-bg-gray-600.tw-px-2\\.5,
.vp-styles .tw-hidden.tw-px-2\\.5 {
  padding: 1.618rem 1rem;
  /* Golden ratio padding */
}

/* Ensure active/current item has same spacing */

.vp-styles .tw-bg-gray-800.tw-text-white {
  min-height: 72px !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Sidebar navigation links on light grey background - ensure black text for contrast */

.vp-styles .tw-bg-gray-300 a,
.vp-styles .tw-bg-gray-100 a {
  color: var(--vp-black) !important;
  font-family: var(--vp-font-body) !important;
}

.vp-styles .tw-bg-gray-300 a:hover,
.vp-styles .tw-bg-gray-100 a:hover {
  color: var(
    --vp-cardinal
  ) !important;
  /* Cardinal on hover for visual feedback */
  text-decoration: underline !important;
}

/* Main Navigation - Ensure Avenir font */

.vp-styles nav[aria-label='Main Navigation'] .dropdown__title,
.vp-styles nav[aria-label='Main Navigation'] a,
.vp-styles .mainNav.accordion-nav a,
.vp-styles .dropdown__menu a {
  font-family: avenir-lt-pro, sans-serif !important;
}

/* Footer headings - Force Avenir font for footer headings with display font class */

.vp-styles footer .tw-font-display {
  font-family: var(
    --vp-font-body
  ) !important;
  /* Use Avenir instead of display font in footer */
}

/* Ensure all navigation dropdowns use Avenir */

.vp-styles .dropdown button,
.vp-styles .dropdown a,
.vp-styles .has-subnav a {
  font-family: avenir-lt-pro, sans-serif !important;
}

/* Quick links headings in navigation - Use Avenir */

.vp-styles .quick-links-heading {
  font-family: avenir-lt-pro, sans-serif !important;
}

/* Remove all ::before pseudo elements from headings */

.vp-styles h1::before,
.vp-styles h2::before,
.vp-styles h3::before,
.vp-styles h4::before,
.vp-styles h5::before,
.vp-styles h6::before {
  display: none !important;
  content: none !important;
}

/* Ensure transparent buttons stay white on hover - Be more specific to footer context */

.vp-styles footer .tw-troy-btn-transparent,
.vp-styles footer button.tw-troy-btn-transparent,
.vp-styles footer a.tw-troy-btn-transparent {
  color: white !important;
}

.vp-styles footer .tw-troy-btn-transparent:hover,
.vp-styles footer button.tw-troy-btn-transparent:hover,
.vp-styles footer a.tw-troy-btn-transparent:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* General transparent button rules for non-footer contexts */

.vp-styles .tw-troy-btn-transparent {
  color: white !important;
}

.vp-styles .tw-troy-btn-transparent:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Arrow links - Ensure Avenir font and proper styling */

.vp-styles a[class*='after:tw-content-forward-arrow'] {
  font-family: avenir-lt-pro, sans-serif !important;
  font-size: 1.125rem !important;
  /* 18px */
  line-height: 1.618 !important;
  /* Golden ratio */
}

/* Style inline bordered buttons to match tw-troy-btn-transparent */

.vp-styles a.tw-bg-transparent.tw-border-white,
.vp-styles a.tw-bg-transparent[class*='tw-border-white'],
.vp-styles a.tw-transition[class*='tw-border-white'] {
  display: inline-block;
  padding: 1rem 2rem;
  /* tw-px-8 tw-py-4 */
  border-radius: 2rem;
  /* tw-rounded-[2rem] */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* tw-tracking-wider */
  text-decoration: none !important;
  /* !tw-no-underline */
  border-width: 2px !important;
  border-style: solid !important;
  border-color: white !important;
  color: white !important;
  background-color: transparent !important;
  transition: all 0.3s ease !important;
}

.vp-styles a.tw-bg-transparent.tw-border-white:hover,
.vp-styles a.tw-bg-transparent[class*='tw-border-white']:hover,
.vp-styles a.tw-transition[class*='tw-border-white']:hover {
  transform: scale(1.05) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  border-color: white !important;
  text-decoration: none !important;
}

/* White arrow links - Only force white color on dark backgrounds */

.vp-styles .tw-bg-cardinal a[class*='after:tw-content-forward-arrow-white'],
.vp-styles .tw-bg-gray-800 a[class*='after:tw-content-forward-arrow-white'],
.vp-styles .tw-bg-black a[class*='after:tw-content-forward-arrow-white'],
.vp-styles
  [class*='tw-bg-cardinal']
  a[class*='after:tw-content-forward-arrow-white'],
.vp-styles
  [class*='tw-bg-gray-8']
  a[class*='after:tw-content-forward-arrow-white'],
.vp-styles
  [class*='tw-bg-gray-9']
  a[class*='after:tw-content-forward-arrow-white'] {
  color: white !important;
}

.vp-styles
  .tw-bg-cardinal
  a[class*='after:tw-content-forward-arrow-white']:hover,
.vp-styles
  .tw-bg-gray-800
  a[class*='after:tw-content-forward-arrow-white']:hover,
.vp-styles .tw-bg-black a[class*='after:tw-content-forward-arrow-white']:hover,
.vp-styles
  [class*='tw-bg-cardinal']
  a[class*='after:tw-content-forward-arrow-white']:hover,
.vp-styles
  [class*='tw-bg-gray-8']
  a[class*='after:tw-content-forward-arrow-white']:hover,
.vp-styles
  [class*='tw-bg-gray-9']
  a[class*='after:tw-content-forward-arrow-white']:hover {
  color: white !important;
  /* Stay white on hover */
  text-decoration: underline !important;
}

/* For white arrow links on light backgrounds, inherit the parent color */

.vp-styles .tw-bg-gray-300 a[class*='after:tw-content-forward-arrow-white'],
.vp-styles .tw-bg-gray-100 a[class*='after:tw-content-forward-arrow-white'],
.vp-styles .tw-bg-white a[class*='after:tw-content-forward-arrow-white'],
.vp-styles .tw-bg-sand a[class*='after:tw-content-forward-arrow-white'] {
  color: inherit !important;
  /* Use parent's text color */
}

/* 
 * Style student type links that have these specific classes
 * Note: Ideally these links should have a semantic class like 'tw-student-type-link'
 * added in the HTML for more maintainable targeting
 */

.vp-styles a.tw-transition.hover\:tw-text-gray.hover\:tw-underline {
  position: relative;
  color: white !important;
  font-family: avenir-lt-pro, sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.618 !important;
}

/* Hover states for these links */

.vp-styles a.tw-transition.hover\:tw-text-gray.hover\:tw-underline:hover {
  color: var(--vp-grey-light) !important;
  /* Light gray on hover */
  text-decoration: underline !important;
}

/* Cardinal/dark arrow links (on light backgrounds) - Maintain original color */

.vp-styles a[class*='after:tw-content-forward-arrow-cardinal'],
.vp-styles a[class*='after:tw-content-forward-arrow-dark'] {
  /* Original color is maintained */
}

.vp-styles a[class*='after:tw-content-forward-arrow-cardinal']:hover,
.vp-styles a[class*='after:tw-content-forward-arrow-dark']:hover {
  color: inherit !important;
  /* Keep original color on hover */
  text-decoration: underline !important;
}

/* Style "All News" link with arrow - Cardinal color for light backgrounds */

.vp-styles .tw-text-cardinal.tw-font-display a {
  font-family: var(
    --vp-font-body
  ) !important;
  /* Use Avenir instead of display font */
  font-size: 1.125rem !important;
  line-height: var(--vp-golden-ratio) !important;
  color: var(--vp-cardinal) !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.vp-styles .tw-text-cardinal.tw-font-display a:hover {
  color: var(--vp-cardinal-dark) !important;
  text-decoration: underline !important;
}

/* Style "Learn More" button with arrow pseudo-element - Cardinal color for light backgrounds */

.vp-styles
  a.tw-text-cardinal.tw-font-display[class*='after:tw-content-forward-arrow'] {
  font-family: var(
    --vp-font-body
  ) !important;
  /* Use Avenir instead of display font */
  font-size: 1.125rem !important;
  line-height: var(--vp-golden-ratio) !important;
  color: var(--vp-cardinal) !important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.vp-styles
  a.tw-text-cardinal.tw-font-display[class*='after:tw-content-forward-arrow']:hover {
  color: var(--vp-cardinal-dark) !important;
  text-decoration: underline !important;
}

/* Ensure consistent button typography across all button types */

.vp-styles [class*='tw-troy-btn-'] {
  font-size: 0.875rem !important;
  /* 14px - tw-text-sm */
  font-weight: 700 !important;
  /* bold - tw-font-bold */
  font-family: var(--vp-font-body) !important;
  /* Avenir - tw-font-sans */
  text-transform: uppercase !important;
  /* tw-uppercase */
  letter-spacing: 0.025em !important;
  /* tw-tracking-wide */
}

/* Fix Troy's button padding swap on hover - all button types */

.vp-styles .tw-troy-btn-blue:hover {
  padding-left: 2rem !important;
  /* 32px - keep consistent */
  padding-right: 2rem !important;
  /* 32px - keep consistent */
}

.vp-styles .tw-troy-btn-white:hover,
.vp-styles .tw-troy-btn-cardinal:hover,
.vp-styles .tw-troy-btn-white-cardinal:hover,
.vp-styles .tw-troy-btn-white-blue:hover,
.vp-styles .tw-troy-btn-transparent:hover {
  padding-left: 2rem !important;
  /* 32px - keep consistent */
  padding-right: 2rem !important;
  /* 32px - keep consistent */
}

/* Target inline styled buttons (Undergraduate/Graduate Student buttons) */

.vp-styles
  a.tw-inline-block.tw-bg-transparent[class*='tw-border-white'][class*='tw-text-white'] {
  font-size: 0.875rem !important;
  /* 14px - match other buttons */
  font-weight: 700 !important;
  /* bold - match other buttons */
  font-family: var(--vp-font-body) !important;
  /* Avenir */
  text-transform: uppercase !important;
  /* match other buttons */
  letter-spacing: 0.025em !important;
  /* match other buttons */
}

/* Fix circular ordered list styling */

.vp-styles .tw-rich-text-num-list-cirle {
  counter-reset: primary-counter;
  list-style: none !important;
  padding-left: 0 !important;
}

.vp-styles .tw-rich-text-num-list-cirle > li {
  counter-increment: primary-counter;
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem !important;
  /* Tighter space for circle + gap */
}

.vp-styles .tw-rich-text-num-list-cirle > li::before {
  content: counter(primary-counter) '.';
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

/* Nested level 2 - alphabetical */

.vp-styles .tw-rich-text-num-list-cirle ol {
  counter-reset: secondary-counter;
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.75rem;
}

.vp-styles .tw-rich-text-num-list-cirle ol > li {
  counter-increment: secondary-counter;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem !important;
  /* More space for sub-items */
}

.vp-styles .tw-rich-text-num-list-cirle ol > li::before {
  content: counter(secondary-counter, lower-alpha) '.';
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

/* Nested level 3 - numerical again */

.vp-styles .tw-rich-text-num-list-cirle ol ol {
  counter-reset: tertiary-counter;
  padding-left: 0 !important;
}

.vp-styles .tw-rich-text-num-list-cirle ol ol > li {
  counter-increment: tertiary-counter;
  padding-left: 1.5rem !important;
  /* More space for sub-items */
}

.vp-styles .tw-rich-text-num-list-cirle ol ol > li::before {
  content: counter(tertiary-counter) '.';
  left: 0;
}

/* Font overrides - Replace Open Sans with Avenir */

body.vp-styles {
  font-family: avenir-lt-pro, sans-serif;
}

.vp-styles body,
.vp-styles .btn,
.vp-styles .btn-primary,
.vp-styles .btn-secondary,
.vp-styles .btn-bordered-white,
.vp-styles .mainNav,
.vp-styles .mainNav ul ul li a,
.vp-styles .global-menu,
.vp-styles .global-nav-btns li .btn.btn-bordered-white,
.vp-styles .dropdown__menu li a,
.vp-styles .custom-search-input,
.vp-styles .microsite-title a,
.vp-styles .microsite-menu-items li a,
.vp-styles .microsite-menu-items-mobile li a {
  font-family: avenir-lt-pro, sans-serif !important;
}

/* Fix hamburger icon margin to prevent wrapping */

.vp-styles .global-menu-align .global-menu-wrap .global-menu li {
  margin-right: 18px !important;
}

/* Halftone Texture Overlay Classes - Reusable throughout the site */

/* Use these classes on any element that needs a halftone texture overlay */

/* Base overlay class - must be used with either vp-halftone-light or vp-halftone-dark */

.vp-styles .vp-halftone-overlay {
  position: relative;
  overflow: hidden;
}

.vp-styles .vp-halftone-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Light halftone texture (secondary) - for light backgrounds */

.vp-styles .vp-halftone-light::before {
  background-image: url('../src/images/troy_halftone_texture_secondary.png');
  background-position: center top;
  opacity: 0.8;
  z-index: 1;
}

.vp-styles .vp-halftone-light {
  background-color: var(--vp-sand) !important;
}

/* Dark halftone texture - for dark backgrounds */

.vp-styles .vp-halftone-dark::before {
  background-image: url('../src/images/troy_halftone_texture.png');
  background-position: center center;
  opacity: 0.3;
  /* No z-index for dark halftone */
}

.vp-styles .vp-halftone-dark {
  background-color: var(--vp-cardinal) !important;
}

/* Ensure content stays above overlay */

.vp-styles .vp-halftone-overlay > * {
  position: relative;
  z-index: 2;
}

.vp-styles .before\:tw-relative::before{
  content: var(--tw-content);
  position: relative;
}

.vp-styles .before\:tw-z-10::before{
  content: var(--tw-content);
  z-index: 10;
}

.vp-styles .before\:tw-mx-auto::before{
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.vp-styles .before\:tw-mb-2::before{
  content: var(--tw-content);
  margin-bottom: 0.5rem;
}

.vp-styles .before\:-tw-mt-3::before{
  content: var(--tw-content);
  margin-top: -0.75rem;
}

.vp-styles .before\:tw-mb-4::before{
  content: var(--tw-content);
  margin-bottom: 1rem;
}

.vp-styles .before\:tw-mb-1::before{
  content: var(--tw-content);
  margin-bottom: 0.25rem;
}

.vp-styles .before\:tw-block::before{
  content: var(--tw-content);
  display: block;
}

.vp-styles .before\:tw-h-\[3px\]::before{
  content: var(--tw-content);
  height: 3px;
}

.vp-styles .before\:tw-w-\[60px\]::before{
  content: var(--tw-content);
  width: 60px;
}

.vp-styles .before\:tw-w-fit::before{
  content: var(--tw-content);
  width: -moz-fit-content;
  width: fit-content;
}

.vp-styles .before\:tw-bg-gray-dark::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.vp-styles .before\:tw-bg-dark-er::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.vp-styles .before\:tw-px-5::before{
  content: var(--tw-content);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.vp-styles .before\:tw-content-quote::before{
  --tw-content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.928' height='21.887' viewBox='0 0 24.928 21.887'%3E%3Cpath id='quote' data-name='quote' d='M4.833-54.293v-7.246a16.539,16.539,0,0,1,.9-5.2,23.776,23.776,0,0,1,2.459-5.2A20.067,20.067,0,0,1,11.7-76.18l5.406,2.928a23.443,23.443,0,0,0-2.271,5.425,23.711,23.711,0,0,0-.77,6.288v7.246Zm12.651,0v-7.246a16.539,16.539,0,0,1,.9-5.2,23.776,23.776,0,0,1,2.459-5.2,20.067,20.067,0,0,1,3.51-4.242l5.406,2.928a23.443,23.443,0,0,0-2.271,5.425,23.711,23.711,0,0,0-.77,6.288v7.246Z' transform='translate(-4.833 76.18)' fill='%23fff'/%3E%3C/svg%3E");
  content: var(--tw-content);
}

.vp-styles .after\:tw-mt-2::after{
  content: var(--tw-content);
  margin-top: 0.5rem;
}

.vp-styles .after\:tw-mb-4::after{
  content: var(--tw-content);
  margin-bottom: 1rem;
}

.vp-styles .after\:tw-ml-2::after{
  content: var(--tw-content);
  margin-left: 0.5rem;
}

.vp-styles .after\:tw-block::after{
  content: var(--tw-content);
  display: block;
}

.vp-styles .after\:tw-inline-block::after{
  content: var(--tw-content);
  display: inline-block;
}

.vp-styles .after\:tw-h-\[3px\]::after{
  content: var(--tw-content);
  height: 3px;
}

.vp-styles .after\:tw-h-px::after{
  content: var(--tw-content);
  height: 1px;
}

.vp-styles .after\:tw-h-\[11px\]::after{
  content: var(--tw-content);
  height: 11px;
}

.vp-styles .after\:tw-w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.vp-styles .after\:tw-w-\[6px\]::after{
  content: var(--tw-content);
  width: 6px;
}

.vp-styles .after\:tw-w-\[11px\]::after{
  content: var(--tw-content);
  width: 11px;
}

.vp-styles .after\:tw-shrink-0::after{
  content: var(--tw-content);
  flex-shrink: 0;
}

.vp-styles .after\:-tw-translate-y-0\.5::after{
  content: var(--tw-content);
  --tw-translate-y: -0.125rem;
  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));
}

.vp-styles .after\:-tw-translate-y-0::after{
  content: var(--tw-content);
  --tw-translate-y: -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));
}

.vp-styles .after\:tw-translate-x-\[6px\]::after{
  content: var(--tw-content);
  --tw-translate-x: 6px;
  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));
}

.vp-styles .after\:tw-translate-y-\[0\.5px\]::after{
  content: var(--tw-content);
  --tw-translate-y: 0.5px;
  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));
}

.vp-styles .after\:tw-bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.vp-styles .after\:tw-transition::after{
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vp-styles .after\:tw-content-forward-arrow-cardinal-dark::after{
  --tw-content: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-forward' d='M4.145,5.187l-3.927,-3.924c-0.139,-0.138 -0.218,-0.327 -0.218,-0.524c0,-0.196 0.079,-0.385 0.218,-0.523c0.289,-0.285 0.761,-0.285 1.05,-0l4.449,4.446c0.278,0.279 0.288,0.733 0.022,1.023l-4.467,4.477c-0.137,0.127 -0.317,0.197 -0.504,0.197c-0.407,0 -0.742,-0.335 -0.742,-0.742c0,-0.186 0.07,-0.365 0.196,-0.502l3.923,-3.928Z' fill='%2373002E'/%3E%3C/svg%3E");
  content: var(--tw-content);
}

.vp-styles .after\:tw-content-arrow-up-black::after{
  --tw-content: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 11 6' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='arrow-forward' transform='matrix(6.12323e-17,-1,1,6.12323e-17,-0.00225,5.93218)'%3E%3Cpath d='M4.145,5.187L0.218,1.263C0.079,1.125 -0,0.936 -0,0.739C-0,0.543 0.079,0.354 0.218,0.216C0.507,-0.069 0.979,-0.069 1.268,0.216L5.717,4.662C5.995,4.941 6.005,5.395 5.739,5.685L1.272,10.162C1.135,10.289 0.955,10.359 0.768,10.359C0.361,10.359 0.026,10.024 0.026,9.617C0.026,9.431 0.096,9.252 0.222,9.115L4.145,5.187Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  content: var(--tw-content);
}

.vp-styles .after\:tw-content-arrow-down-black::after{
  --tw-content: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 11 6' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='arrow-forward' transform='matrix(6.12323e-17,1,1,-6.12323e-17,-0.00225,8.88178e-16)'%3E%3Cpath d='M4.145,5.187L0.218,1.263C0.079,1.125 -0,0.936 -0,0.739C-0,0.543 0.079,0.354 0.218,0.216C0.507,-0.069 0.979,-0.069 1.268,0.216L5.717,4.662C5.995,4.941 6.005,5.395 5.739,5.685L1.272,10.162C1.135,10.289 0.955,10.359 0.768,10.359C0.361,10.359 0.026,10.024 0.026,9.617C0.026,9.431 0.096,9.252 0.222,9.115L4.145,5.187Z' style='fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  content: var(--tw-content);
}

.vp-styles .after\:tw-content-forward-arrow-white::after{
  --tw-content: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-forward' d='M4.145,5.187l-3.927,-3.924c-0.139,-0.138 -0.218,-0.327 -0.218,-0.524c0,-0.196 0.079,-0.385 0.218,-0.523c0.289,-0.285 0.761,-0.285 1.05,-0l4.449,4.446c0.278,0.279 0.288,0.733 0.022,1.023l-4.467,4.477c-0.137,0.127 -0.317,0.197 -0.504,0.197c-0.407,0 -0.742,-0.335 -0.742,-0.742c0,-0.186 0.07,-0.365 0.196,-0.502l3.923,-3.928Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  content: var(--tw-content);
}

.vp-styles .hover\:tw-border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(65 107 180 / var(--tw-border-opacity));
}

.vp-styles .hover\:tw-border-blue-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(40 74 134 / var(--tw-border-opacity));
}

.vp-styles .hover\:tw-bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 227 / var(--tw-bg-opacity));
}

.vp-styles .hover\:tw-bg-\[\#121212bf\]:hover{
  background-color: #121212bf;
}

.vp-styles .hover\:tw-bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.vp-styles .hover\:tw-bg-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.vp-styles .hover\:tw-bg-\[url\(\'\.\.\/src\/images\/play-hover\.svg\'\)\]:hover{
  background-image: url('../src/images/play-hover.svg');
}

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

.vp-styles .hover\:tw-text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(65 107 180 / var(--tw-text-opacity));
}

.vp-styles .hover\:tw-text-gray:hover{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.vp-styles .hover\:tw-text-blue-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(40 74 134 / var(--tw-text-opacity));
}

.vp-styles .hover\:tw-text-cardinal-600:hover{
  --tw-text-opacity: 1;
  color: rgb(114 7 36 / var(--tw-text-opacity));
}

.vp-styles .hover\:tw-underline:hover{
  text-decoration-line: underline;
}

.vp-styles .hover\:after\:tw-w-\[6px\]:hover::after{
  content: var(--tw-content);
  width: 6px;
}

.vp-styles .hover\:after\:tw-shrink-0:hover::after{
  content: var(--tw-content);
  flex-shrink: 0;
}

.vp-styles .hover\:after\:tw-content-forward-arrow-cardinal-dark:hover::after{
  --tw-content: url("data:image/svg+xml,%3Csvg viewBox='0 0 6 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='arrow-forward' d='M4.145,5.187l-3.927,-3.924c-0.139,-0.138 -0.218,-0.327 -0.218,-0.524c0,-0.196 0.079,-0.385 0.218,-0.523c0.289,-0.285 0.761,-0.285 1.05,-0l4.449,4.446c0.278,0.279 0.288,0.733 0.022,1.023l-4.467,4.477c-0.137,0.127 -0.317,0.197 -0.504,0.197c-0.407,0 -0.742,-0.335 -0.742,-0.742c0,-0.186 0.07,-0.365 0.196,-0.502l3.923,-3.928Z' fill='%2373002E'/%3E%3C/svg%3E");
  content: var(--tw-content);
}

.vp-styles .focus\:tw-not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.vp-styles .focus\:tw-block:focus{
  display: block;
}

.vp-styles .focus\:tw-rounded:focus{
  border-radius: 0.25rem;
}

.vp-styles .focus\:tw-bg-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(65 107 180 / var(--tw-bg-opacity));
}

.vp-styles .focus\:tw-py-2:focus{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vp-styles .focus\:tw-px-4:focus{
  padding-left: 1rem;
  padding-right: 1rem;
}

.vp-styles .focus\:\!tw-shadow-none:focus{
  --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;
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/tower-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/tower-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/checklist-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/checklist-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/tee-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/tee-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/books-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/books-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/money-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/money-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/location-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/location-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/troy-campus-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/troy-campus-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/troy-online-icon-hover\.svg\'\)\]{
  background-image: url('../src/images/troy-online-icon-hover.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-bg-\[url\(\'\.\.\/src\/images\/location-icon-hover-blue\.svg\'\)\]{
  background-image: url('../src/images/location-icon-hover-blue.svg');
}

.vp-styles .tw-group:hover .group-hover\:tw-fill-black{
  fill: #000;
}

.vp-styles .tw-group:hover .group-hover\:\!tw-text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.vp-styles .tw-group:hover .group-hover\:tw-underline{
  text-decoration-line: underline;
}

@media not all and (min-width: 994px){
  .vp-styles .max-lg\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 640px){
  .vp-styles .sm\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .vp-styles .sm\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .vp-styles .sm\:tw-ml-4{
    margin-left: 1rem;
  }

  .vp-styles .sm\:tw-mt-0{
    margin-top: 0px;
  }

  .vp-styles .sm\:tw-flex{
    display: flex;
  }

  .vp-styles .sm\:tw-h-10{
    height: 2.5rem;
  }

  .vp-styles .sm\:tw-w-full{
    width: 100%;
  }

  .vp-styles .sm\:tw-w-10{
    width: 2.5rem;
  }

  .vp-styles .sm\:tw-w-auto{
    width: auto;
  }

  .vp-styles .sm\:tw-max-w-lg{
    max-width: 32rem;
  }

  .vp-styles .sm\:tw-translate-y-0{
    --tw-translate-y: 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));
  }

  .vp-styles .sm\:tw-scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

  .vp-styles .sm\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .vp-styles .sm\:tw-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .vp-styles .sm\:tw-items-start{
    align-items: flex-start;
  }

  .vp-styles .sm\:tw-items-center{
    align-items: center;
  }

  .vp-styles .sm\:tw-p-0{
    padding: 0px;
  }

  .vp-styles .sm\:tw-p-6{
    padding: 1.5rem;
  }

  .vp-styles .sm\:tw-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vp-styles .sm\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .vp-styles .sm\:tw-text-left{
    text-align: left;
  }
}

@media (min-width: 994px){
  .vp-styles .lg\:tw-visible{
    visibility: visible;
  }

  .vp-styles .lg\:tw-absolute{
    position: absolute;
  }

  .vp-styles .lg\:tw-relative{
    position: relative;
  }

  .vp-styles .lg\:tw-bottom-\[40px\]{
    bottom: 40px;
  }

  .vp-styles .lg\:tw-right-\[46px\]{
    right: 46px;
  }

  .vp-styles .lg\:tw-right-0{
    right: 0px;
  }

  .vp-styles .lg\:tw-top-0{
    top: 0px;
  }

  .vp-styles .lg\:tw-top-1\/2{
    top: 50%;
  }

  .vp-styles .lg\:tw-left-auto{
    left: auto;
  }

  .vp-styles .lg\:tw-right-5{
    right: 1.25rem;
  }

  .vp-styles .lg\:tw-bottom-0{
    bottom: 0px;
  }

  .vp-styles .lg\:tw-left-0{
    left: 0px;
  }

  .vp-styles .lg\:tw-order-last{
    order: 9999;
  }

  .vp-styles .lg\:tw-my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .vp-styles .lg\:tw-my-\[88px\]{
    margin-top: 88px;
    margin-bottom: 88px;
  }

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

  .vp-styles .lg\:tw-mx-\[15px\]{
    margin-left: 15px;
    margin-right: 15px;
  }

  .vp-styles .lg\:tw-mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .vp-styles .lg\:tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .vp-styles .lg\:tw-mt-3{
    margin-top: 0.75rem;
  }

  .vp-styles .lg\:tw-mb-0{
    margin-bottom: 0px;
  }

  .vp-styles .lg\:tw-mb-7{
    margin-bottom: 1.75rem;
  }

  .vp-styles .lg\:tw-mt-5{
    margin-top: 1.25rem;
  }

  .vp-styles .lg\:tw-ml-\[41\.666667\%\]{
    margin-left: 41.666667%;
  }

  .vp-styles .lg\:tw-mr-\[8\.333333\%\]{
    margin-right: 8.333333%;
  }

  .vp-styles .lg\:tw-ml-32{
    margin-left: 8rem;
  }

  .vp-styles .lg\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .vp-styles .lg\:tw-mr-4{
    margin-right: 1rem;
  }

  .vp-styles .lg\:-tw-ml-3{
    margin-left: -0.75rem;
  }

  .vp-styles .lg\:tw-ml-auto{
    margin-left: auto;
  }

  .vp-styles .lg\:tw-ml-2\.5{
    margin-left: 0.625rem;
  }

  .vp-styles .lg\:tw-ml-2{
    margin-left: 0.5rem;
  }

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

  .vp-styles .lg\:-tw-mb-px{
    margin-bottom: -1px;
  }

  .vp-styles .lg\:tw-mb-12{
    margin-bottom: 3rem;
  }

  .vp-styles .lg\:tw-mr-\[21px\]{
    margin-right: 21px;
  }

  .vp-styles .lg\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .vp-styles .lg\:tw-mt-\[1px\]{
    margin-top: 1px;
  }

  .vp-styles .lg\:tw-ml-\[2px\]{
    margin-left: 2px;
  }

  .vp-styles .lg\:tw-mb-8{
    margin-bottom: 2rem;
  }

  .vp-styles .lg\:tw-ml-14{
    margin-left: 3.5rem;
  }

  .vp-styles .lg\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .vp-styles .lg\:tw-mb-6{
    margin-bottom: 1.5rem;
  }

  .vp-styles .lg\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .vp-styles .lg\:tw-block{
    display: block;
  }

  .vp-styles .lg\:tw-inline-block{
    display: inline-block;
  }

  .vp-styles .lg\:tw-inline{
    display: inline;
  }

  .vp-styles .lg\:tw-flex{
    display: flex;
  }

  .vp-styles .lg\:tw-hidden{
    display: none;
  }

  .vp-styles .lg\:tw-h-\[49px\]{
    height: 49px;
  }

  .vp-styles .lg\:tw-h-\[680px\]{
    height: 680px;
  }

  .vp-styles .lg\:tw-h-full{
    height: 100%;
  }

  .vp-styles .lg\:tw-h-\[880px\]{
    height: 880px;
  }

  .vp-styles .lg\:tw-h-\[325px\]{
    height: 325px;
  }

  .vp-styles .lg\:tw-h-auto{
    height: auto;
  }

  .vp-styles .lg\:tw-min-h-\[770px\]{
    min-height: 770px;
  }

  .vp-styles .lg\:tw-w-\[49px\]{
    width: 49px;
  }

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

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

  .vp-styles .lg\:tw-w-\[75px\]{
    width: 75px;
  }

  .vp-styles .lg\:tw-w-full{
    width: 100%;
  }

  .vp-styles .lg\:tw-w-auto{
    width: auto;
  }

  .vp-styles .lg\:tw-w-\[342px\]{
    width: 342px;
  }

  .vp-styles .lg\:tw-w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .vp-styles .lg\:tw-min-w-\[660px\]{
    min-width: 660px;
  }

  .vp-styles .lg\:tw-min-w-\[8rem\]{
    min-width: 8rem;
  }

  .vp-styles .lg\:tw-max-w-\[600px\]{
    max-width: 600px;
  }

  .vp-styles .lg\:tw-shrink-0{
    flex-shrink: 0;
  }

  .vp-styles .lg\:tw-grow{
    flex-grow: 1;
  }

  .vp-styles .lg\:tw-basis-5\/12{
    flex-basis: 41.666667%;
  }

  .vp-styles .lg\:tw-basis-7\/12{
    flex-basis: 58.333333%;
  }

  .vp-styles .lg\:tw-basis-1\/2{
    flex-basis: 50%;
  }

  .vp-styles .lg\:tw-basis-6\/12{
    flex-basis: 50%;
  }

  .vp-styles .lg\:tw-basis-\[45\%\]{
    flex-basis: 45%;
  }

  .vp-styles .lg\:tw-basis-\[10\%\]{
    flex-basis: 10%;
  }

  .vp-styles .lg\:tw-basis-1\/4{
    flex-basis: 25%;
  }

  .vp-styles .lg\:tw-basis-3\/4{
    flex-basis: 75%;
  }

  .vp-styles .lg\:tw-basis-1\/3{
    flex-basis: 33.333333%;
  }

  .vp-styles .lg\:tw-basis-2\/3{
    flex-basis: 66.666667%;
  }

  .vp-styles .lg\:tw-basis-\[46\.6666\%\]{
    flex-basis: 46.6666%;
  }

  .vp-styles .lg\:tw-basis-\[53\.3333\%\]{
    flex-basis: 53.3333%;
  }

  .vp-styles .lg\:-tw-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));
  }

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

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

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

  .vp-styles .lg\:tw-flex-row{
    flex-direction: row;
  }

  .vp-styles .lg\:tw-flex-col{
    flex-direction: column;
  }

  .vp-styles .lg\:tw-flex-nowrap{
    flex-wrap: nowrap;
  }

  .vp-styles .lg\:tw-items-center{
    align-items: center;
  }

  .vp-styles .lg\:tw-justify-start{
    justify-content: flex-start;
  }

  .vp-styles .lg\:tw-justify-end{
    justify-content: flex-end;
  }

  .vp-styles .lg\:tw-justify-center{
    justify-content: center;
  }

  .vp-styles .lg\:tw-justify-between{
    justify-content: space-between;
  }

  .vp-styles .lg\:tw-gap-0{
    gap: 0px;
  }

  .vp-styles .lg\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .vp-styles .lg\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .vp-styles .lg\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .vp-styles .lg\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .vp-styles .lg\:tw-self-center{
    align-self: center;
  }

  .vp-styles .lg\:tw-border-b-0{
    border-bottom-width: 0px;
  }

  .vp-styles .lg\:tw-border-t{
    border-top-width: 1px;
  }

  .vp-styles .lg\:tw-border-t-white{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .vp-styles .lg\:tw-bg-transparent{
    background-color: transparent;
  }

  .vp-styles .lg\:tw-bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 227 / var(--tw-bg-opacity));
  }

  .vp-styles .lg\:tw-bg-gray-smoke{
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 227 / var(--tw-bg-opacity));
  }

  .vp-styles .lg\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .vp-styles .lg\:tw-object-right{
    -o-object-position: right;
       object-position: right;
  }

  .vp-styles .lg\:tw-object-center{
    -o-object-position: center;
       object-position: center;
  }

  .vp-styles .lg\:tw-p-11{
    padding: 2.75rem;
  }

  .vp-styles .lg\:tw-px-\[12\.5\%\]{
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .vp-styles .lg\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .vp-styles .lg\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .vp-styles .lg\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .vp-styles .lg\:tw-py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .vp-styles .lg\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .vp-styles .lg\:tw-px-\[108px\]{
    padding-left: 108px;
    padding-right: 108px;
  }

  .vp-styles .lg\:tw-px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }

  .vp-styles .lg\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .vp-styles .lg\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .vp-styles .lg\:tw-px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .vp-styles .lg\:tw-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

  .vp-styles .lg\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .vp-styles .lg\:tw-pr-6{
    padding-right: 1.5rem;
  }

  .vp-styles .lg\:tw-pl-7{
    padding-left: 1.75rem;
  }

  .vp-styles .lg\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .vp-styles .lg\:tw-pl-28{
    padding-left: 7rem;
  }

  .vp-styles .lg\:tw-pr-14{
    padding-right: 3.5rem;
  }

  .vp-styles .lg\:tw-pl-6{
    padding-left: 1.5rem;
  }

  .vp-styles .lg\:tw-pt-16{
    padding-top: 4rem;
  }

  .vp-styles .lg\:tw-pr-8{
    padding-right: 2rem;
  }

  .vp-styles .lg\:tw-pt-\[70px\]{
    padding-top: 70px;
  }

  .vp-styles .lg\:tw-pr-4{
    padding-right: 1rem;
  }

  .vp-styles .lg\:tw-pb-8{
    padding-bottom: 2rem;
  }

  .vp-styles .lg\:tw-pt-8{
    padding-top: 2rem;
  }

  .vp-styles .lg\:tw-pb-12{
    padding-bottom: 3rem;
  }

  .vp-styles .lg\:tw-pr-11{
    padding-right: 2.75rem;
  }

  .vp-styles .lg\:tw-pl-16{
    padding-left: 4rem;
  }

  .vp-styles .lg\:tw-pl-0{
    padding-left: 0px;
  }

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

  .vp-styles .lg\:tw-pr-0{
    padding-right: 0px;
  }

  .vp-styles .lg\:tw-pt-\[52px\]{
    padding-top: 52px;
  }

  .vp-styles .lg\:tw-pt-12{
    padding-top: 3rem;
  }

  .vp-styles .lg\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .vp-styles .lg\:tw-pb-7{
    padding-bottom: 1.75rem;
  }

  .vp-styles .lg\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .vp-styles .lg\:tw-pt-6{
    padding-top: 1.5rem;
  }

  .vp-styles .lg\:tw-pt-7{
    padding-top: 1.75rem;
  }

  .vp-styles .lg\:tw-pb-\[38px\]{
    padding-bottom: 38px;
  }

  .vp-styles .lg\:tw-pt-\[46px\]{
    padding-top: 46px;
  }

  .vp-styles .lg\:tw-pb-\[34px\]{
    padding-bottom: 34px;
  }

  .vp-styles .lg\:tw-pt-\[59px\]{
    padding-top: 59px;
  }

  .vp-styles .lg\:tw-pb-\[309px\]{
    padding-bottom: 309px;
  }

  .vp-styles .lg\:tw-text-left{
    text-align: left;
  }

  .vp-styles .lg\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

  .vp-styles .lg\:tw-text-\[40px\]{
    font-size: 40px;
  }

  .vp-styles .lg\:tw-text-\[34px\]{
    font-size: 34px;
  }

  .vp-styles .lg\:tw-leading-\[60px\]{
    line-height: 60px;
  }

  .vp-styles .lg\:tw-leading-\[40px\]{
    line-height: 40px;
  }

  .vp-styles .lg\:tw-leading-\[34px\]{
    line-height: 34px;
  }

  .vp-styles .lg\:tw-leading-10{
    line-height: 2.5rem;
  }

  .vp-styles .lg\:tw-opacity-100{
    opacity: 1;
  }

  .vp-styles .lg\:after\:tw-mx-3::after{
    content: var(--tw-content);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .vp-styles .lg\:after\:tw-content-\[\'\\2022\'\]::after{
    --tw-content: '\2022';
    content: var(--tw-content);
  }
}
