@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 scrollMenuIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.usca-custom-header {
  position: relative;
  z-index: 9999;
}
.usca-custom-header.floating-mode .header-container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.4));
  backdrop-filter: blur(8px);
  filter: drop-shadow(0 2px 8px rgba(35, 31, 32, 0.2));
  transition: background 1s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.usca-custom-header.floating-mode.transparent-mode .header-container, .usca-custom-header.floating-mode.panel-open .header-container {
  background: white;
}
.usca-custom-header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  border: none;
  box-shadow: none;
  padding: 0 20px;
  color: #002341;
}
@media (max-width: 600px) {
  .usca-custom-header .header {
    padding: 0;
  }
}
.usca-custom-header .header.always-visible, .header-container:not(.scroll-down-mode) .usca-custom-header .header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-container.scroll-down-mode .usca-custom-header .header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.1s ease;
}
.usca-custom-header .header.fade-in-content .logo {
  animation: headerContentFadeIn 0.3s ease-out 0s forwards;
}
.usca-custom-header .header.fade-in-content .primary-nav {
  animation: headerContentFadeIn 0.3s ease-out 0.1s forwards;
}
.usca-custom-header .header .logo {
  max-width: 200px;
  max-height: 70px;
}
@media (max-width: 600px) {
  .usca-custom-header .header .logo {
    max-width: 130px;
  }
}
.usca-custom-header .header .logo #nav-logo {
  width: 100%;
  height: 100%;
}
.usca-custom-header .header-container {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  background: #ffffff;
  z-index: 9999;
}
.usca-custom-header .header-container.scroll-down-mode {
  background: #ff0039;
  width: 60px;
  height: 60px;
  border-radius: 30% 0 30% 0;
  top: 5px;
  right: 5px;
  left: auto;
  padding: 0;
  transform-origin: center;
  animation: 0.3s scrollMenuIn;
}
@media (max-width: 600px) {
  .usca-custom-header .header-container.scroll-down-mode {
    width: 40px;
    height: 40px;
  }
}
.usca-custom-header .header-container.scroll-down-mode:after {
  content: "\f077";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: 0.3s ease;
  line-height: 1;
}
.usca-custom-header .header-container .header {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition: all 0.3s ease;
}
.usca-custom-header .header-container.transitioning .header {
  animation: headerContentFadeIn 0.3s ease-out forwards;
}
.usca-custom-header .header-container .header.state-changing {
  animation: headerContentSubtleFade 0.2s ease-out forwards;
}
.usca-custom-header .header-container .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
  flex: 1;
}
@media (max-width: 992px) {
  .usca-custom-header .header-container .nav-container {
    justify-content: flex-end;
  }
}
.usca-custom-header .header-container .nav-container .primary-nav {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .usca-custom-header .header-container .nav-container .primary-nav {
    display: none;
  }
}
.usca-custom-header .header-container .nav-container .utility-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 992px) {
  .usca-custom-header .header-container .nav-container .utility-nav {
    gap: 5px;
  }
}
.usca-custom-header .header-container .nav-container .utility-nav .myusca-button {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .usca-custom-header .header-container .nav-container .utility-nav .myusca-button .button-text {
    display: none;
  }
}
.usca-custom-header .logo {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 0;
  margin-right: 20px;
  background: transparent;
  border: none;
  flex-shrink: 0;
  transition: opacity 0.15s ease 0.05s, transform 0.15s ease;
}
.usca-custom-header .logo svg {
  width: 145px;
  height: auto;
  display: block;
}
.usca-custom-header .primary-nav::-webkit-scrollbar {
  display: none;
}
.usca-custom-header .primary-nav li {
  margin-left: 5px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  list-style: none;
}
.usca-custom-header .primary-nav li::after {
  display: none;
}
.usca-custom-header .primary-nav li a {
  display: inline-block;
  position: relative;
}
.usca-custom-header .primary-nav li a:after {
  content: "";
  background: linear-gradient(90deg, #ff0039 50%, 0, transparent);
  width: calc(100% - 40px);
  height: 2px;
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  background-size: 200% 100%;
  background-position-x: 100%;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.usca-custom-header .primary-nav li a:hover:after {
  background-position-x: 0%;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.usca-custom-header .primary-nav a {
  text-decoration: none;
  font-weight: bold;
  padding: 8px 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  font-size: 16px;
  text-transform: none;
  white-space: nowrap;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin: 5px 0;
}
.usca-custom-header .myusca-button {
  width: auto;
  padding: 0 12px;
  font-weight: 600;
  font-size: 16px;
}
.usca-custom-header .myusca-button .button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.usca-custom-header .myusca-button .button-icon svg path {
  fill: #002341;
}
.usca-custom-header .myusca-button::before, .usca-custom-header .myusca-button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  transition: width 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.usca-custom-header .menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.usca-custom-header .menu-toggle span {
  width: 20px;
  height: 2px;
  transition: all 0.3s;
  margin: 2px 0;
  transform-origin: center;
  background-color: #002341;
}
.usca-custom-header .menu-toggle.active span {
  margin: 0;
  position: absolute;
}
.usca-custom-header .menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.usca-custom-header .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.usca-custom-header .menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.usca-custom-header .nav-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  margin: 0;
  flex-shrink: 0;
  position: relative;
}
.usca-custom-header .nav-icon.active {
  transform: none;
  box-shadow: none;
}
.usca-custom-header .nav-icon.active span {
  background: #ff0039;
}
.usca-custom-header .search-toggle svg,
.usca-custom-header .university-links-toggle svg {
  width: 22px;
  height: 22px;
  transition: opacity 0.3s ease;
}
.usca-custom-header .search-toggle svg path,
.usca-custom-header .university-links-toggle svg path {
  fill: #002341;
  transition: fill 0.3s ease;
}
.usca-custom-header .search-toggle:hover svg path,
.usca-custom-header .university-links-toggle:hover svg path {
  fill: #002341;
}
.usca-custom-header .search-toggle::before, .usca-custom-header .search-toggle::after,
.usca-custom-header .university-links-toggle::before,
.usca-custom-header .university-links-toggle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  transition: width 0.3s ease, transform 0.3s ease;
  opacity: 0;
}
.usca-custom-header .search-toggle.active svg,
.usca-custom-header .university-links-toggle.active svg {
  opacity: 0;
}
.usca-custom-header .search-toggle.active::before,
.usca-custom-header .university-links-toggle.active::before {
  width: 20px;
  opacity: 1;
  transform: rotate(45deg);
  background: #ff0039;
}
.usca-custom-header .search-toggle.active::after,
.usca-custom-header .university-links-toggle.active::after {
  width: 20px;
  opacity: 1;
  transform: rotate(-45deg);
  background: #ff0039;
}

.usca-custom-header .university-links-toggle.active::after {
  width: 20px;
  opacity: 1;
  transform: rotate(-45deg);
}
.usca-custom-header .search-bar {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1001;
  padding: 25px 30px;
  width: 100%;
  padding: 30px 20px;
  max-width: 100%;
  margin: 0 auto;
  background: #002341;
  transform: translateY(-150%);
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  top: 80px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  color: #ffffff;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s ease, visibility 0s linear 0.35s;
}
.usca-custom-header .search-bar.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.05s, 0.05s, 0s;
}
.usca-custom-header .search-bar .search-form {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  filter: drop-shadow(2px 2px 1px rgba(35, 31, 32, 0.1));
  border-radius: 0;
  overflow: hidden;
}
.usca-custom-header .search-bar .search-form .search-input {
  flex-grow: 1;
  padding: 15px 20px;
  border: none;
  font-size: 18px;
  border-radius: 0;
  width: 100%;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
  border-radius: 30px 0 0 0;
}
.usca-custom-header .search-bar .search-form .search-input:focus {
  outline: none;
}
.usca-custom-header .search-bar .search-form .search-button {
  padding: 0 25px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
  height: auto;
  line-height: 1.5;
  white-space: nowrap;
  background-color: #ff0039;
  border-radius: 0 0 30px 0;
}
.usca-custom-header .search-bar .search-form .search-button svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.usca-custom-header .search-bar .search-form .search-button svg path {
  fill: #ffffff;
}
.usca-custom-header .mega-menu {
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 1001;
  top: 80px;
  overflow-y: auto;
  transform: translateY(-150%);
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(160deg, #002341, #00bed6, #d72fa8, #ff0039);
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s ease, visibility 0s linear 0.35s, top 0.3s ease, height 0.3s ease;
  border-top: none;
}
.usca-custom-header .mega-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: none;
  transition-delay: 0.05s, 0.05s, 0s;
}
.usca-custom-header .mega-menu .mega-menu-header {
  padding: 25px 30px;
  width: 100%;
  padding: 30px 20px;
  max-width: 100%;
  margin: 0 auto;
  background: #002341;
}
.usca-custom-header .mega-menu .mega-menu-search {
  max-width: 1200px;
  margin: 0 auto;
}
.usca-custom-header .mega-menu .mega-menu-search .mega-search-form {
  display: flex;
  flex-direction: row;
  border-radius: 0;
  overflow: hidden;
  gap: 0px;
  filter: drop-shadow(2px 2px 1px rgba(35, 31, 32, 0.1));
}
.usca-custom-header .mega-menu .mega-menu-search .mega-search-form .mega-search-input {
  flex-grow: 1;
  padding: 15px 20px;
  border: none;
  font-size: 18px;
  border-radius: 20px 0 0 0;
  width: 100%;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
}
.usca-custom-header .mega-menu .mega-menu-search .mega-search-form .mega-search-input:focus {
  outline: none;
}
.usca-custom-header .mega-menu .mega-menu-search .mega-search-form .mega-search-button {
  padding: 0 25px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #ff0039;
  transition: background-color 0.3s;
  border-radius: 0 0 20px 0;
  height: auto;
  line-height: 1.5;
  white-space: nowrap;
}
.usca-custom-header .mega-menu .mega-menu-search .mega-search-form .mega-search-button svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.usca-custom-header .mega-menu .mega-menu-search .mega-search-form .mega-search-button svg path {
  fill: #ffffff;
}

.usca-custom-header .mega-menu-container {
  border: none;
  padding: 30px;
  width: 100%;
  padding: 30px 20px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .usca-custom-header .mega-menu-container {
    padding: 20px;
  }
}
.usca-custom-header .featured-links {
  margin-top: 0;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.usca-custom-header .featured-links-grid {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  margin-top: 0;
}
@media (max-width: 992px) {
  .usca-custom-header .featured-links-grid {
    gap: 2px;
  }
}
@media (max-width: 600px) {
  .usca-custom-header .featured-links-grid {
    flex-direction: column;
    gap: 2px;
  }
}
.usca-custom-header .featured-links .featured-link {
  flex: 1 1 0;
  min-width: 100px;
  max-width: calc(20% - 8px);
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
  border-radius: 0;
  background-color: #FFB500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1em;
}
@media (max-width: 600px) {
  .usca-custom-header .featured-links .featured-link {
    max-width: 100%;
  }
}
.usca-custom-header .featured-links .featured-link:first-child {
  border-radius: 20px 0 0 0;
}
.usca-custom-header .featured-links .featured-link:last-child {
  border-radius: 0 0 20px 0;
}
.usca-custom-header .featured-links .featured-link:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, 0.3) 20%, transparent);
  background-size: 0%;
  background-position: 0%;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.usca-custom-header .featured-links .featured-link:hover {
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.2));
}
.usca-custom-header .featured-links .featured-link:hover:before {
  background-size: 200%;
  background-position: -100%;
  transition: 0.2s linear;
}
.usca-custom-header .featured-links .featured-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 18px 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  color: #002341;
  transition: color 0.15s ease;
}
.usca-custom-header .mega-menu-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 40px;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 992px) {
  .usca-custom-header .mega-menu-layout {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}
.usca-custom-header .mega-menu-layout .mega-menu-column.left-column {
  flex: 0 0 35%;
}
.usca-custom-header .mega-menu-layout .mega-menu-column.right-column {
  flex: 0 0 60%;
}
.usca-custom-header .accordion-section {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px 0 20px 0;
  filter: drop-shadow(2px 2px 1px rgba(35, 31, 32, 0.1));
}
.usca-custom-header .accordion-section.desktop-always-open .accordion-button:after {
  content: none;
}
@media (max-width: 992px) {
  .usca-custom-header .accordion-section.desktop-always-open .accordion-button:after {
    content: "";
  }
}
.usca-custom-header .accordion-section .accordion-header {
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: -3px;
}
.usca-custom-header .accordion-section .accordion-button {
  width: 100%;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 20px;
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  height: 60px;
  background: linear-gradient(#b2ddff, rgb(127, 198.4805194805, 255));
  color: #002341;
}
.usca-custom-header .accordion-section .accordion-button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s;
  border-right: 3px solid #ff0039;
  border-bottom: 3px solid #ff0039;
}
.usca-custom-header .accordion-section .accordion-button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  background: linear-gradient(110deg, #ffffff, #00bed6, #002341, #d72fa8, #ff0039);
}
.usca-custom-header .accordion-section .accordion-button.active::after {
  transform: translateY(-30%) rotate(-135deg);
}
.usca-custom-header .accordion-section .accordion-button.active::before {
  transform: scaleX(1);
}
.usca-custom-header .accordion-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}
.usca-custom-header .accordion-section .accordion-content.active {
  max-height: 1000px;
  height: 100%;
  padding: 15px 20px;
}
.usca-custom-header .accordion-section .accordion-content .usca-button-transparent-general-content {
  padding: 5px 20px;
}
.usca-custom-header .accordion-section .accordion-content .link-list p {
  margin-bottom: 0.5em;
}
.usca-custom-header .accordion-section .accordion-content .link-list p a {
  text-decoration: none;
}
.usca-custom-header .myusca-toggle {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.usca-custom-header .myusca-toggle::after {
  display: none;
}
.usca-custom-header .myusca-button.active .button-icon {
  opacity: 0;
  visibility: hidden;
}
.usca-custom-header .myusca-button.active .button-text {
  color: #ff0039;
}
.usca-custom-header .myusca-button.active::before, .usca-custom-header .myusca-button.active::after {
  width: 20px;
  opacity: 1;
  left: 13px;
  background: #ff0039;
}
.usca-custom-header .myusca-button.active::before {
  transform: translateY(-50%) rotate(45deg);
}
.usca-custom-header .myusca-button.active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.usca-custom-header #myuscaPanel.university-links-panel {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1001;
  background-image: url("/images/logo-pattern.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 200px;
  background-color: #002341;
  transform: translateY(-150%);
  opacity: 0;
  visibility: hidden;
  top: 80px;
  box-shadow: 5px 8px 30px rgba(35, 31, 32, 0.2);
  border-bottom: 2px solid #b2ddff;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  color: #ffffff;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s ease, visibility 0s linear 0.35s;
}
.usca-custom-header #myuscaPanel.university-links-panel.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.05s, 0.05s, 0s;
}
.usca-custom-header #myuscaPanel.university-links-panel a {
  color: #ffffff;
  text-decoration: none;
}
.usca-custom-header .panel-content {
  padding: 30px 20px;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(178, 221, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.usca-custom-header .university-links-container {
  max-width: 1400px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  filter: drop-shadow(2px 2px 1px rgba(35, 31, 32, 0.1));
}
@media (max-width: 768px) {
  .usca-custom-header .university-links-container {
    gap: 5px;
  }
}

.usca-custom-header .links-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  filter: drop-shadow(2px 3px 8px rgba(255, 255, 255, 0.1));
}
@media (max-width: 768px) {
  .usca-custom-header .links-row {
    gap: 5px;
  }
  .usca-custom-header .links-row.actions-row {
    margin-top: 20px;
  }
}

.usca-custom-header .audience-link {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  flex: 1;
  min-width: 150px;
  text-align: center;
  justify-content: center;
  background-color: #002341;
  border: 1px solid transparent;
  position: relative;
}
.usca-custom-header .audience-link:before {
  content: "";
  display: block;
  background: linear-gradient(100deg, transparent 5%, rgba(255, 255, 255, 0.1) 30%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.usca-custom-header .audience-link:hover {
  border: 1px solid;
}
.usca-custom-header .audience-link:hover:before {
  opacity: 1;
}
.usca-custom-header .audience-link:hover .audience-icon path {
  fill: #FFB500;
  transition: 0.3s ease-in;
}
.usca-custom-header .audience-link:hover span {
  color: #FFB500;
  transition: 0.3s ease-in;
}

.usca-custom-header .audience-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: color 0.2s;
  flex-shrink: 0;
}

.usca-custom-header .action-button {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s, transform 0.2s;
  flex: 1;
  min-width: 150px;
  justify-content: center;
  text-align: center;
  background-color: #ff0039;
  border: 1px solid transparent;
  position: relative;
}
.usca-custom-header .action-button:before {
  content: "";
  display: block;
  background: linear-gradient(100deg, transparent 5%, rgba(255, 255, 255, 0.1) 30%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.usca-custom-header .action-button:hover {
  border: 1px solid;
}
.usca-custom-header .action-button:hover:before {
  opacity: 1;
}
.usca-custom-header .action-button:hover .action-icon path {
  fill: #00bed6;
  transition: 0.3s ease-in;
}
.usca-custom-header .action-button:hover span {
  color: #00bed6;
  transition: 0.3s ease-in;
}

.usca-custom-header .action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.usca-custom-header .myusca-toggle.active {
  transform: none;
}

.usca-custom-header.floating-mode.transparent-mode .university-links-toggle svg path {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

#usca-header {
  margin-top: 0;
  padding-top: 0;
}

.header-top-features {
  position: fixed;
  padding: 1.5em;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.header-top-features.active {
  padding: 1.5em;
}

#uscaMenuNavigation a.usca-accordion-direct-link {
  font-family: kepler-std, serif;
  font-size: 40px;
  line-height: 48px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  color: hsla(0, 0%, 100%, 0.65);
  text-decoration: none;
}
#uscaMenuNavigation a.usca-accordion-direct-link-sm {
  font-family: kepler-std, serif;
  font-size: 40px;
  line-height: 48px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  color: hsla(0, 0%, 100%, 0.65);
  text-decoration: none;
  font-size: 26px;
  line-height: 32px;
}

.usca-mega-menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.usca-mega-menu-list li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  font-family: kepler-std, serif;
  font-weight: 700;
  background-color: transparent;
  text-decoration: none;
}
.usca-mega-menu-list li a:after :after {
  content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%239ca3af" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
  width: 24px;
  height: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.usca-mega-menu-list li a:hover:after :after {
  content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23E4012B" xmlns="http://www.w3.org/2000/svg"> <path d="M13.0873 8L12.2572 8.84862L14.7864 11.4343H7V12.5657H14.7864L12.2572 15.1514L13.0873 16L17 12L13.0873 8Z" class="fill-current"></path></svg>');
  width: 24px;
  height: 24px;
  --tw-translate-x: 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));
}
