@import url("https://use.typekit.net/szp3lpf.css");
/* @mixin font-awesome($icon: '') {
	content: vars.$icon;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 1em;
	border: 0;
	margin-left: 0;
}
*/
@keyframes moreMore {
  0% {
    transform: translateY(-10px) scale(1.1);
  }
  100% {
    transform: translateY(20px) scale(0.8);
  }
}
#usca-header {
  margin-top: 80px;
  position: relative;
}

.usca-hero-wrapper {
  border-radius: 0;
}
.usca-hero-wrapper.homepage-wrapper {
  min-height: 100vh;
}
.usca-hero-wrapper.homepage-wrapper .usca-hero-contents {
  padding-top: 0;
}
.usca-hero-wrapper.homepage-wrapper .usca-hero-contents .usca-hero-wrapper-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.usca-hero-wrapper.homepage-wrapper .usca-hero-contents .usca-hero-wrapper-container h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "ff-good-web-pro", sans-serif;
  text-align: center;
  font-size: 10vw;
  filter: drop-shadow(2px 3px 18px rgba(35, 31, 32, 0.5));
}
.usca-hero-wrapper.homepage-wrapper .usca-hero-contents .usca-hero-wrapper-container #uscaBreadcrumbs {
  display: none;
}
.usca-hero-wrapper .usca-hero-media {
  overflow: hidden;
}
.usca-hero-wrapper .usca-hero-media:after {
  background: linear-gradient(110deg, transparent 20%, #00bed6, #d72fa8, #ff0039);
  background-size: 200%;
  background-position: 0%;
  mix-blend-mode: color;
  opacity: 1;
  animation: heroGradient 5s linear alternate infinite;
}

/*direct edit css*/
.accent-top-right.accent-flush-right:after {
  right: 0rem !important;
}

.quote {
  padding: 2.2em 2em 1.5em;
  background-color: rgb(229, 243.5194805195, 255);
  color: #002341;
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 30px 0 30px 0;
  filter: drop-shadow(1px 2px 3px rgba(35, 31, 32, 0.1)) drop-shadow(-5px 2px 0px #002341);
  position: relative;
  margin-top: 10px;
}
.quote.minimal {
  background: none;
  filter: none;
}
.quote.minimal:before {
  opacity: 0.3;
  top: -10px;
  left: 0;
  height: 60px;
}
.quote:before {
  content: "";
  background-image: url("https://uscaedu-lb01-production.terminalfour.net/media/usca/site-assets/2025-rebrand/images/quotes-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 40px;
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -10px;
}
.quote blockquote {
  font-weight: 600;
}
.quote cite {
  font-size: 0.8em;
  display: block;
  margin-top: 1em;
  text-align: right;
}

.imgbox {
  overflow: hidden;
  position: relative;
}
.imgbox.zoomout img {
  transform: scale(1.5);
}
.imgbox.zoomout.active img {
  transform: scale(1);
}
.imgbox.zoomin img {
  transform: scale(1);
}
.imgbox.zoomin.active img {
  transform: scale(1.5);
}
.imgbox.colorize:before {
  content: "";
  background-color: #002341;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: color;
  transition: 3s ease-in-out;
}
.imgbox.colorize.active:before {
  background: radial-gradient(circle, transparent, #002341);
  transform: scale(1.5);
  opacity: 0;
}
.imgbox.icon {
  border-radius: 10px 0 10px 0;
}
.imgbox img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in;
}

img.icon {
  border-radius: 10px 0 10px 0;
}

/* Simple Parallax Background Effect */
.simple-parallax-bg {
  position: relative;
  overflow: hidden;
}

.simple-parallax-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  background-image: inherit;
  background-size: inherit;
  background-position: center center;
  background-repeat: repeat;
  z-index: 0;
  will-change: transform;
  transform: translateY(var(--parallax-y, 0));
  transition: transform 0.05s linear;
}

.simple-parallax-bg > * {
  position: relative;
  z-index: 1;
}

.bgshape {
  background-image: url("https://uscaedu-lb01-production.terminalfour.net/media/usca/site-assets/2025-rebrand/images/logo-pattern.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 20vw;
}


.bgtile {
  background-image: url("https://uscaedu-lb01-production.terminalfour.net/media/usca/site-assets/2025-rebrand/images/bg-pattern-tile.png");
  background-color: #002341;
  background-repeat: repeat;
  background-position: center;
  background-size: 1vw;
}

.bgcolor.midnight {
  background-color: #002341;
}
.bgcolor.fire {
  background-color: #ff0039;
}
.bgcolor.poolside {
  background-color: #00bed6;
}
.bgcolor.sky {
  background-color: #b2ddff;
}
.bgcolor.goldenrod {
  background-color: #FFB500;
}
.bgcolor.orchid {
  background-color: #d72fa8;
}

#homepage-hero {
  min-height: 100vh;
}
#homepage-hero .brand-hero--body {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  padding: 160px 40px;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 3px 0px rgba(0, 35, 65, 0.2)) drop-shadow(2px 3px 8px rgba(35, 31, 32, 0.2));
}
@media (max-width: 992px) {
  #homepage-hero .brand-hero--body {
    padding: 80px 40px;
  }
}
#homepage-hero .brand-hero--body h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(54px, 20vw, 320px);
  line-height: 0.8em;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
}
#homepage-hero .brand-hero--buttons {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 1100px;
  min-width: 40vw;
  justify-content: center;
}
#homepage-hero .brand-hero--buttons .usca-btn--group {
  width: 100%;
  flex-wrap: wrap;
}
#homepage-hero .brand-hero--buttons .usca-btn--group .usca-btn {
  text-align: center;
  flex: 1;
  line-height: 1em;
  padding: 1.5em 1em;
  font-size: 1.1rem;
}
@media (max-width: 992px) {
  #homepage-hero .brand-hero--buttons .usca-btn--group .usca-btn {
    flex: auto;
  }
}
#homepage-hero .heromore {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  z-index: 20;
  cursor: pointer;
  display: block;
  filter: drop-shadow(1px 3px 0px rgba(0, 35, 65, 0.2)) drop-shadow(1px 3px 8px rgba(35, 31, 32, 0.2));
}
#homepage-hero .heromore:before {
  content: "\f078";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  inset: 0;
  animation: moreMore 1s ease-in-out infinite;
}
#homepage-hero .heromore:after {
  content: "\f078";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  opacity: 0.8;
  animation: moreMore 1s ease-in-out infinite;
}

.brand-hero--parent {
  position: relative;
}
.brand-hero--parent .brand-hero--media {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.brand-hero--parent .brand-hero--media picture {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.brand-hero--parent .brand-hero--media picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brand-hero--parent .brand-hero--media video {
  z-index: 1;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brand-hero--gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 70%, #00bed6, #d72fa8, #ff0039);
  z-index: 5;
  opacity: 0.7;
  mix-blend-mode: normal;
}
.brand-hero--gradient2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 40%, #00bed6, #d72fa8, #ff0039);
  z-index: 5;
  opacity: 0.7;
  mix-blend-mode: screen;
}
.brand-hero--background {
  position: relative;
  width: 100%;
}
.brand-hero--background img {
  width: 100%;
}
.brand-hero--foreground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.brand-hero--foreground img {
  width: 100%;
}
.brand-hero--heading {
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  padding: 10%;
  top: var(--top, 10%);
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(80px, 20vw, 300px);
  line-height: 1em;
  font-weight: 900;
  z-index: 2;
}

.smaller-width {
  max-width: 1100px;
  width: 100%;
}

.intro {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "ff-good-web-pro-wide", sans-serif;
}

/* ===== SCROLL-TRIGGERED DECORATIVE UNDERLINES ===== */

.usca-deco-rule {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

/* Initially hidden - no animation until triggered */
.usca-deco-rule::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background: #ff0039;
  display: block;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease-out;
}

.usca-deco-rule::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, #002341 5%, #002341 65%, transparent 65%, transparent 70%, #00bed6 70%, #00bed6 90%, transparent 90%, transparent 95%, #b2ddff 95%);
  display: block;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s ease-out 0.3s;
}

/* Triggered state - when element comes into view */
.usca-deco-rule.animate-in::before {
  transform: scaleX(1);
}

.usca-deco-rule.animate-in::after {
  transform: scaleX(1);
}

/* NO ANIMATION CLASS - Static underlines appear immediately */
.usca-deco-rule.no-animation::before,
.usca-deco-rule.no-animation::after {
  transform: scaleX(1);
  transition: none;
}

/* FAST ANIMATION variant */
.usca-deco-rule.fast-animation::before {
  transition: transform 0.4s ease-out;
}

.usca-deco-rule.fast-animation::after {
  transition: transform 0.3s ease-out 0.1s;
}

/* Light variants for dark backgrounds - WHITE underlines */
.deco-sm-light.usca-deco-rule::before,
.deco-md-light.usca-deco-rule::before,
.deco-lg-light.usca-deco-rule::before {
  background: #ffffff;
}

.deco-sm-light.usca-deco-rule::after,
.deco-md-light.usca-deco-rule::after,
.deco-lg-light.usca-deco-rule::after {
  background: linear-gradient(90deg, transparent 5%, #ffffff 5%, #ffffff 65%, transparent 65%, transparent 70%, #ffffff 70%, #ffffff 90%, transparent 90%, transparent 95%, #ffffff 95%);
}

/* Text-white variants - WHITE underlines */
.text-white.usca-deco-rule::before {
  background: #ffffff;
}

.text-white.usca-deco-rule::after {
  background: linear-gradient(90deg, transparent 5%, #ffffff 5%, #ffffff 65%, transparent 65%, transparent 70%, #ffffff 70%, #ffffff 90%, transparent 90%, transparent 95%, #ffffff 95%);
}

/* Size variants */
.deco-sm .usca-deco-rule::before,
.deco-sm .usca-deco-rule::after {
  height: 1px;
}

.deco-lg .usca-deco-rule::before,
.deco-lg .usca-deco-rule::after {
  height: 3px;
}

.icon-image-text {
  display: flex;
  gap: clamp(20px, 5vw, 60px);
  align-content: center;
  border-radius: 60px 0 60px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .icon-image-text {
    flex-direction: column;
  }
}
.icon-image-text.img-right {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .icon-image-text.img-right {
    flex-direction: column-reverse;
  }
}
.icon-image-text--image {
  flex-basis: 33.3%;
}
.icon-image-text--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.icon-image-text--text {
  flex-basis: 66.6%;
  padding: clamp(30px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.white {
  color: #ffffff;
}

.bgglass {
  position: relative;
}
.bgglass:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6));
  backdrop-filter: blur(3px);
}

.student-life-grid {
  margin: auto;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  gap: 40px;
}
@media (max-width: 992px) {
  .student-life-grid {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.student-life-grid--item {
  position: relative;
  z-index: 0;
  text-decoration: none;
  background: none;
  padding: 0 5px;
  filter: drop-shadow(1px 2px 12px rgba(35, 31, 32, 0.3));
}
@media (max-width: 992px) {
  .student-life-grid--item {
    flex-basis: calc(50% - 10px);
    flex-shrink: 1;
  }
}
@media (max-width: 600px) {
  .student-life-grid--item {
    flex-basis: 100%;
    flex: 1 1 auto;
  }
}
.student-life-grid--item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  width: 100%;
  background: radial-gradient(circle, #b2ddff, #00bed6, #002341);
  border-radius: 30px 0 0 0;
  transform-origin: center left;
  transition: 0.5s ease-in-out;
}
.student-life-grid--item:hover {
  will-change: transform;
}
.student-life-grid--item:hover::before {
  transform: scale(0.95);
}
.student-life-grid--item:hover img {
  transform: scale(1.03);
  filter: drop-shadow(1px 2px 22px rgba(35, 31, 32, 0.7));
}
.student-life-grid--item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(1px 2px 18px rgba(35, 31, 32, 0.5));
  transform-origin: bottom center;
  object-position: bottom center;
  transition: 0.3s ease-in-out;
  aspect-ratio: 3/4;
}
.student-life-grid--title {
  background: linear-gradient(#ff0039 5%, rgb(178.5, 0, 39.9) 65%, #ff0039);
  color: #ffffff;
  position: absolute;
  z-index: 1;
  padding: 20px;
  bottom: 10px;
  left: -10px;
  right: 0;
  width: 95%;
  font-weight: 900;
  font-size: 1.1rem;
  border-radius: 0 0 20px 0;
  box-shadow: 1px 2px 8px rgba(35, 31, 32, 0.5);
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .student-life-grid--title {
    font-size: 1rem;
  }
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: clamp(20px, 5vw, 40px);
}
@media (max-width: 992px) {
  .responsive-grid > *:last-child {
    grid-column: 1/-1;
  }
}

.article-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  filter: drop-shadow(1px 2px 3px rgba(35, 31, 32, 0.2));
}
.article-card--link {
  text-decoration: none;
  display: block;
  transition: 0.2s ease-in;
}
.article-card--link:hover .article-card--image {
  aspect-ratio: 5/3;
}
.article-card--link:hover .article-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.article-card--link:hover .article-card--body {
  background-color: rgb(0, 144.7196261682, 163);
}
.article-card--image {
  aspect-ratio: 5/3;
  overflow: hidden;
}
.article-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/3;
  transition: 0.3s ease-in;
}
.article-card--body {
  background-color: #00bed6;
  color: #ffffff;
  padding: 20px 30px 40px;
  height: 100%;
  transition: 0.2s ease-in;
}
.article-card--body-date {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 1em;
}
.article-card--body p {
  line-height: 1.3em;
  font-size: 1.1rem;
}
.article-card--body p:last-child {
  margin-bottom: 0;
}

#event-loading {
  text-align: center;
  padding: 30px 20px;
  letter-spacing: 0.7ch;
}

#event-cards--parent {
  margin: 40px auto 60px;
}

.event-card {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
}
.event-card--left {
  display: flex;
  flex-direction: column;
  border: 2px solid #ff0039;
}
.event-card--right {
  display: flex;
  flex-direction: column;
  padding: 10px 30px;
}
.event-card--month {
  background-color: #ff0039;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-size: 1.5rem;
}
.event-card--date {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 3.3rem;
  padding: 10px;
  height: 1.3em;
}
.event-card--day {
  text-align: center;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: "ff-good-web-pro-wide", sans-serif;
}
.event-card--title {
  font-size: 1.8rem;
  line-height: 1em;
  font-family: "ff-good-headline-web-pro-con", sans-serif;
}
.event-card--title a {
  text-decoration: none;
}
.event-card--span {
  line-height: 1em;
  font-size: 1.1em;
}
.event-card--time {
  margin-top: 5px;
}

.smaller-h2 {
  font-size: 48px;
  line-height: 1.1em;
}

#stats-callout {
  max-width: 1400px;
  margin: 40px auto 20px;
  gap: 40px;
  display: flex;
  padding: 20px;
}
@media (max-width: 600px) {
  #stats-callout {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#stats-callout .callout-box {
  color: #002341;
  flex: 1;
}
#stats-callout .callout-box .callout-body {
  position: relative;
  height: 100%;
}
#stats-callout .callout-box .callout-body .icon-container {
  width: clamp(50px, 6vw, 80px);
  height: clamp(50px, 6vw, 80px);
  background: linear-gradient(100deg, rgb(255, 195.8, 51), #FFB500);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 20px;
  filter: drop-shadow(1px 2px 1px rgb(229.5, 162.9, 0)) drop-shadow(1px 2px 1px rgba(35, 31, 32, 0.1));
}
#stats-callout .callout-box .callout-body .icon-container i {
  font-size: clamp(20px, 3vw, 28px);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: rgb(255, 188.4, 25.5);
  text-shadow: 2px 2px 0px rgba(153, 108.6, 0, 0.5), -1px -1px 1px rgba(153, 108.6, 0, 0.5);
}
#stats-callout .callout-box .callout-body .content {
  background-color: #ffffff;
  padding: 30px 40px;
  text-align: center;
  border-radius: 60px 0 60px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  box-shadow: 3px 3px 0 #00bed6, 5px 5px 0 #d72fa8, 7px 7px 0 #ff0039;
}
#stats-callout .callout-box .callout-body .content .statistic {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-family: "ff-good-web-pro-wide", sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
#stats-callout .callout-box .callout-body .content .statistic .prefix {
  font-size: 0.7em;
}
#stats-callout .callout-box .callout-body .content .description {
  font-size: 1.3rem;
  line-height: 1.2em;
}
#stats-callout .callout-box .callout-body .content .source {
  color: #00bed6;
  font-size: 0.85rem;
  margin-bottom: 0;
  line-height: 1.2em;
}

.bold-cta {
  position: relative;
}
.bold-cta--background {
  aspect-ratio: 16/9;
}
@media (max-width: 992px) {
  .bold-cta--background {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 600px) {
  .bold-cta--background {
    aspect-ratio: 9/16;
  }
}
.bold-cta--background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bold-cta--gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, #002341, #00bed6, #d72fa8, #ff0039);
  mix-blend-mode: overlay;
  pointer-events: none;
}
.bold-cta--content {
  position: absolute;
  inset: 0;
  max-width: 1400px;
  margin: auto;
  color: #ffffff;
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .bold-cta--content {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .bold-cta--content {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .bold-cta--content {
    padding: 40px 30px;
  }
}
.bold-cta--content h2 {
  max-width: 800px;
  color: #ffffff;
  font-size: clamp(60px, 10vw, 120px);
}
@media (max-width: 992px) {
  .bold-cta--content h2 {
    max-width: 600px;
  }
}
.bold-cta--content-body {
  max-width: 800px;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .bold-cta--content-body {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .bold-cta--content-body {
    font-size: 1.2rem;
  }
}
.bold-cta--content-body p {
  line-height: 1.3em;
}
.bold-cta--content .usca-btn--group {
  max-width: 800px;
  width: 100%;
}

/* ===== SMALL NAVY DECORATIVE UNDERLINES ===== */

.usca-deco-rule-navy {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.usca-deco-rule-navy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background: #002341;
  display: block;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-out;
}

.usca-deco-rule-navy::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, #002341 5%, #002341 50%, transparent 50%, transparent 60%, #002341 60%, #002341 85%, transparent 85%, transparent 90%, #002341 90%);
  display: block;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out 0.2s;
}

/* Triggered state - when element comes into view */
.usca-deco-rule-navy.animate-in::before {
  transform: scaleX(1);
}

.usca-deco-rule-navy.animate-in::after {
  transform: scaleX(1);
}

/* No animation variant */
.usca-deco-rule-navy.no-animation::before,
.usca-deco-rule-navy.no-animation::after {
  transform: scaleX(1);
  transition: none;
}

/* Fast animation variant */
.usca-deco-rule-navy.fast-animation::before {
  transition: transform 0.3s ease-out;
}

.usca-deco-rule-navy.fast-animation::after {
  transition: transform 0.2s ease-out 0.1s;
}

/* Light version for dark backgrounds */
.usca-deco-rule-navy.light::before {
  background: #ffffff;
}

.usca-deco-rule-navy.light::after {
  background: linear-gradient(90deg, transparent 5%, #ffffff 5%, #ffffff 50%, transparent 50%, transparent 60%, #ffffff 60%, #ffffff 85%, transparent 85%, transparent 90%, #ffffff 90%);
}


/* Style all HR elements to match usca-horizontal-rule */
hr {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  border: none;
  background: transparent;
}

hr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background: #ff0039;
  display: block;
  z-index: 1;
}

hr::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, #002341 5%, #002341 65%, transparent 65%, transparent 70%, #00bed6 70%, #00bed6 90%, transparent 90%, transparent 95%, #b2ddff 95%);
  display: block;
  z-index: 1;
}


































