body {
	color: #000;
}

ul {
	margin-left: 0;
}

div > div:nth-child(2) > h2 > a {
	text-decoration: none !important;
	transition: color .25s ease-in-out;
	color: inherit !important;
}

div > div:nth-child(2) > h2 > a:hover {
	background-color: inherit !important;
}

div > div:nth-child(2) > h2 > a:hover {
	color: #003B5C !important;
}

.test-block {
	background-color: rgba(0, 0, 0, 0.85) !important;
	max-width: 65ch !important;
}

.box-shadow {
/*   box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11); */
	
	box-shadow: 
		0 1px 1px hsl(0deg 0% 0% / 0.075), 
		0 2px 2px hsl(0deg 0% 0% / 0.075), 
		0 4px 4px hsl(0deg 0% 0% / 0.075), 
		0 8px 8px hsl(0deg 0% 0% / 0.075), 
		0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.box-shadow-desc iframe {
	  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}

.box-shadow-desc img {
	  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.align-bottom {
	align-items: bottom;
}

p.t-ul {
	text-decoration: underline !important;
}

.w-full {
	width: 100% !important;
	height: 200px !important;
}

.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ribbon-header {
	font-weight: bold;
	letter-spacing: 0.05rem;
	color: white;
	background: #2774ae;
	width: fit-content;
	padding: .5rem 2rem;
	border-bottom: 4px solid orange
/* 	margin-top: 3rem; */
}

.w-fit {
	width: fit-content;
}

.ribbon-csrc {
	color: white !important;
	padding-inline: 0.5em !important;
	padding-block: 0.1em !important;
	font-size: 3.375em !important;
	border-bottom: 4px solid orange ;
	position: relative;
	z-index: 100;
}

.hero {
	min-height: 545px;
}

.link > a {
	text-decoration: none;
}

.link > a:hover {
	background-color: initial !important;
		transition: color 0.2s ease-out !important;
	color: inherit !important;
}

.ucla-tabpanels .link > a:hover {
		color: #2774ae !important;
}

span.wpcf7-list-item { 
	display: block;
	box-sizing: border-box;
}

.wpcf7 input[type="radio"] {
	all: revert;
}

.wpcf7 input {
	all: revert;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	display: flex;
	flex-direction: column;
}

.library-guidelines-list {
	padding-left: 1.25rem;
}

@media (max-width: 840px) {
	.library-guidelines-list {
		padding-left: 2rem;
		padding-right: 1rem;
	}
}

.holdings-h2 {
	font-size: clamp(1.75rem, .911rem + 1.751vw, 2rem) !important;
}

.flex-cb {
	height: 100%;
	justify-content: space-between;
	max-width: 360px;
}

.max-width-column {
	max-width: 360px;
}

.center-columns {
	justify-content: center;
}

.height-full {
	height: 100%;
}

.justify-between {
	justify-content: space-between
}

.wrap-none {
	flex-wrap: nowrap !important;
}

.gap-4 {
	gap: 1rem !important;
}

.mb-0 {
	margin-block: 0;
}

.mt-full {
	margin-top: auto !important;
}

.flex {
	display: flex;
}

.flex-cols {
	flex-direction: column;
}

.space-between {
	justify-content: space-between;
}

.outer-project-container {
		background-color: #2274ae;
		color: #fff;
    position: relative;
    border-radius: 1rem 0 1rem 0;
		max-width: 900px !important;
		z-index: 100;
		transition: all .4s ease-in-out;
}

.outer-project-container a {
	color: white;
	text-decoration: none;
}

.outer-project-container:hover h3 {
	color: white;
	text-decoration: underline;
}

.outer-project-container:hover {
  transform: translateY(-1px) scale(1.01);
}

.inner-project-container {
	padding: 1rem 2rem;
}

.project-stacking-context {
	position: relative;
	z-index: 1;
}

.project-stacking-context::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 12rem;
	background-color: #FAF9ED;
	bottom: -6rem;
	z-index: -1;
}

.leading-base {
	line-height: 1.75;
}

.max-w-prose {
	max-width: 65ch !important;
}

.project-img {
	  transition: transform 0.2s ease-out;
}

.project-img:hover {
	transform: translateY(-3.5px);
}

.radius-md {
	border-radius: 0.5rem;
}

.display-text-accent {
	position: relative;
	z-index: 1;
}

.display-text-accent::before {
	position: absolute;
	content: '';
	width: 67.5%;
	height: 1.2rem;
	background: #811352;
	left: 0.5rem;
	bottom: -0.3rem;
	z-index: -1;
	opacity: 1
}

.display-text-accent h3 {
	letter-spacing: 0.01em
}

.dotted-bg {
	background-position: 0 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

.reset-link a {
	color: white !important;
}

.splide__slide > div.wp-block-group {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.splide__list {
	padding: 5px !important;
}

.splide__track {
	margin-bottom: 2rem;
}

.tracking-h {
	letter-spacing: 0.25px;
}

.leading-h {
	line-height: 1.25 !important;
}

.display-text-sm {
	font-size: 1.1rem;
	letter-spacing: 0.2px;
	line-height: 2;
}

.display-text-md {
	font-size: 1.6rem;
	letter-spacing: 0.25px;
	line-height: 2;
	font-weight: bold;
}

.c-t {
	position: relative;
}

.c-t::after {
	position: absolute;
	content: '';
	width: 87%;
	height: 12px;
	background-color: #1851f4;
	bottom: 0px;
	left: 0.5em;
	z-index: 0;
	opacity: 0.2;
}

.c-t > .wp-block-heading {
	position: relative;
	z-index: 100 !important;
}

.box-shadow-light {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo-container > .logo-loc {
	opacity: 0;
	transition: all 0.5s ease;

}

.logo-container:hover > .logo-loc {
	opacity: 1;
	transition: all 0.5s ease;
}

.leading-sm {
	line-height: 1.8; 
}

.leading-2x {
	line-height: 2;
}

.ucla-grid {
	display: block;
}

.fac-name {
	margin-bottom: 1.5rem;
}

.fac-roles {
	align-self: start !important;
}

.fac-years {
	display: none;
}

.person__role {
	list-style-type: none;
	font-size: 16px;
	padding-top: 0.5rem;
}

.fac-roles strong {
	display: none
}

.people-item.fac-item {
	padding: 1.5rem !important;
}

.news-archive {
	padding-top: 200px;
	padding-bottom: 100px;
}

.news-logo {
	flex-basis: 18%;
}

.news-logo img {
	border-radius: 0 !important;
}

.news-archive h1 {
	display: none;
}

.news-content {
	gap: 1.5rem;
}

.news-title {
	max-width: 60ch;
}

div > div:nth-child(2) > h2 > a.styled-link {
	text-decoration: none !important;
}

.news-item {
	min-height: 250px;
	padding: 2rem;
}

.news-logo {
	align-self: center;
}

.news-date {
	font-size: 16px;
}

.news-content {
	gap: 1.8rem;
}

.news-title {
	margin: 0;
}

.ucla-main-nav__link--current-page {
	border-color: orange;
}

@media (min-width: 960px) {
    .ucla-main-nav__link--current-page {
        border-color: orange;
    }
}

.csrc-header.ucla-header.ucla-header--school {
/* 	border-width: initial;
	border-bottom: 0; */
}

.news__container-main {
	padding-top: 160px;
}

body {
	overflow-x: auto;
}

.sort-order-form {
	margin-top: 4em;
	margin-bottom: 1.5rem;
}

.news-archive h1 {
	display: initial;
	margin-bottom: 2em;
	border-left: 4px solid orange;
	padding-left: 1rem;
}

.staff-title:first-of-type {
	margin-top: 190px;
}

.staff-container .staff-title {
	margin-bottom: -0.1em;
}

/* Current-page left indicator moved to navigation.css v2 (::before pseudo-element) */

.event__social-share-container {
/* 	display: flex; */
	margin: 1rem;
}

.splide__slide > div.wp-block-group {
	box-shadow: none;
}

.box-shadow-banner {
box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.00),
  0px 0px 1px rgba(3, 7, 18, 0.00),
  0px 0px 2px rgba(3, 7, 18, 0.00),
  0px 0px 4px rgba(3, 7, 18, 0.01),
  0px 0px 6px rgba(3, 7, 18, 0.01),
  0px 0px 9px rgba(3, 7, 18, 0.01),
  0px 0px 12px rgba(3, 7, 18, 0.01),
  0px 0px 16px rgba(3, 7, 18, 0.01);
}

.person__role {
	border-bottom: none !important;
	text-align: right !imporant;
}

#fac-results p.person__role {
	text-align: right;
}

.no-wrap {
	white-space: nowrap;
}

.overlay-dark {
	position: relative;
	z-index: 0;
}

.overlay-dark::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.01;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.text-shadow {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

.box-shadow-soft {
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.16), 
                0 8px 8px rgba(0,0,0,0.20);
}

.cpf-title {
	ont-size: 1.6rem;
    letter-spacing: 0.4px;
    font-weight: 400;
		color: #000;
/*     border-bottom: 4px solid orange;
    width: 50%; */
    display: inline-block;
    padding-bottom: 0.5em;
}

.cpf-page-title {
	font-size: 2rem;
	letter-spacing: 0.5px;
	color: #000;
;
}

.cpf-p {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.1px;
	color: #000;
}

.body-text {
	font-size: 16px; 
	line-height: 1.6; 
	letter-spacing: 0.25px;
}

.img-margin-b-0 figure {
	 margin-bottom: 0;
}

.styled-link {
	text-decoration: none !important;
	color: #2774ae;
	font-size: 24px;
}

.styled-link:hover {
	color: #01598c !important;
	f
}

a.csrc-button-sa {
/* 	color: #01598c; */
}

/* .text-prose {
	padding-right: 20em;
} */

.border-radius-sm {
	border-radius: 5px;
}

.h-full {
	height: 100%;
}

.flex-col {
	display: flex;
	flex-direction: column;
	align-items: start !important;
	height: 100%;
}

.flex-col div {
	margin-left: 0 !important;
}

.library-hours-container {
	max-width: fit-content;
	padding-right: 3em;
}

.csrc-about__hero {
	margin-bottom: 0rem !important;
}

.csrc-about__mission-text {
	color: black !important;
	opacity: 0.9;
}

.csrc-about__policy-text {
	color: black !important;
	opacity: 0.9;
}

a[href*="https://twitter.com/ucla"] {
    display: none;
}

.ucla-table td {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.radius-5 > figure {
	border-radius: 5px;
}

.box-shadow-narrow img {
	  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.overlay-dark-narrow img {
	position: relative;
	z-index: 0;
}

.overlay-dark-narrow img::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.01;
	width: 100%;
	height: 100%;
	z-index: 100;
}

/* 
article.has-global-padding:has(.hsi-faculty) {
  padding: 0;
} */

.temp-1 p {
	margin-block-start: 0 !important;
	line-height: normal !important;
}

.hsi-card__title > a {
	color: #000 !important;
}

.hsi-card__title a:hover {
    color: #1a5a8a !important;
    background-color: transparent !important;
}

.hsi-title-accent {
	  position: absolute;
    left: -24px;
    width: 6px;
    height: 100%;
    background-color: #FFD100;
    border-radius: 3px;
}

//* Complete CSS with strong overrides to match original exactly */

/* Base reset for all elements */
.hsi-content * {
    box-sizing: border-box !important;
}

/* Container base styles */
.hsi-content {
    font-family: Helvetica, Arial, sans-serif !important;
    color: #000 !important;
    background-color: white !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    max-width: 100% !important;
}

/* Paragraph styles */
.hsi-content p {
    margin-bottom: 24px !important;
    font-size: 1rem !important;
    line-height: 2 !important;
    letter-spacing: 0.1px !important;
    color: #000 !important;
}

/* Link styles - with extra specificity to override WordPress */
.hsi-content a,
.hsi-content p a,
.site-content .hsi-content a,
#content .hsi-content a,
.entry-content .hsi-content a,
.page-content .hsi-content a,
article .hsi-content a,
.hsi-content a:link,
.hsi-content a:visited {
    color: #2774AE !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-bottom: 1px solid transparent !important;
    transition: all 0.3s ease !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hover state - with extra specificity */
.hsi-content a:hover,
.hsi-content p a:hover,
.site-content .hsi-content a:hover,
#content .hsi-content a:hover,
.entry-content .hsi-content a:hover,
.page-content .hsi-content a:hover,
article .hsi-content a:hover {
    border-bottom-color: #2774AE !important;
    color: #2774AE !important;
    text-decoration: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Focus state */
.hsi-content a:focus,
.hsi-content p a:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Active state */
.hsi-content a:active,
.hsi-content p a:active {
    color: #2774AE !important;
    border-bottom-color: #2774AE !important;
}

/* Bold style for links */
.hsi-content a.hsi-bold,
.hsi-content .hsi-bold,
.site-content .hsi-content a.hsi-bold,
.entry-content .hsi-content a.hsi-bold {
    font-weight: bold !important;
}

/* Remove WordPress-specific styles that might interfere */
.hsi-content a::after,
.hsi-content a::before {
    display: none !important;
    content: none !important;
}

/* Remove any WordPress admin bar or editor highlights */
.hsi-content a.wp-block-button__link,
.hsi-content a.components-button,
.hsi-content a.button {
    all: unset !important;
    color: #2774AE !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    border-bottom: 1px solid transparent !important;
    transition: all 0.3s ease !important;
}

/* Override any theme-specific link styling */
.theme-name .hsi-content a,
.theme-name .entry-content .hsi-content a,
body .hsi-content a,
html .hsi-content a {
    color: #2774AE !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    border-bottom: 1px solid transparent !important;
}

/* WordPress admin bar fix */
#wpadminbar .hsi-content a {
    /* Restore admin bar styling if needed */
    font-weight: normal !important;
}

/* @media (min-width: 700px) {
    .entry-content {
		padding-top: 180px;
	}
	
	.entry-content.has-global-padding {
		padding-inline: 2.45em;
	}
	
		.responsive-image-column {
		padding-inline: 4em;
	}
}

@media (min-width: 960px) {
    .entry-content {
		padding-top: 250px;
	}
	
	.responsive-image-column {
		padding: 0;
	}
} */

.cpf-p {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    line-height: 2;
    letter-spacing: 0.1px;
    color: #000;
}

/* Make the feature block container responsive */
.feature-block-container {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 2vw, 2rem);
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

/* Make content column responsive */
.feature-block-container .wp-block-column:first-child {
    flex-basis: clamp(100%, 100%, 55%);
}

/* Make image column responsive with controlled aspect ratio */
.responsive-image-column {
    flex-basis: clamp(100%, 100%, 45%);
    padding: clamp(0.5rem, 1vw, 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-image-column .wp-block-group {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.responsive-image-column .wp-block-cover {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 !important;
    margin: 0 auto;
    max-width: 100%;
}

.responsive-image-column .wp-block-cover__image-background {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/* Media query for tablet and mobile devices */
@media (max-width: 768px) {
    .feature-block-container {
        flex-direction: column;
    }
    
    /* Content first on mobile */
    .feature-block-container .wp-block-column:first-child {
        order: 1;
        margin-bottom: 1rem;
    }
    
    /* Image always on bottom for mobile */
    .responsive-image-column {
        order: 2;
        padding: 0;
        width: 100%;
    }
    
    /* Control image height on mobile and center */
    .responsive-image-column .wp-block-cover {
        aspect-ratio: 16/9;
        max-height: clamp(200px, 40vw, 300px);
        width: clamp(280px, 90%, 500px);
        margin: 0 auto;
    }
}

/* Additional paragraph text style */
.cpf-p {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    line-height: clamp(1.6, 1.6 + 0.2vw, 2);
    letter-spacing: 0.1px;
    color: #000;
}

@media (max-width: 782px) {
    .box-shadow-sm {
        order: 2;
    }
}


.fit-content {
	max-width: fit-content !important;
}

svg.dropdown-icon {
	margin-top: 0.138rem !important;
}

.ucla-main-nav__link {
	display: flex !important;
}

#about.section {
	padding-top: 1rem;
}

cite.archive-entry-title {
	font-style: italic;
}

.banner-title::after {
	display: none !important;
}

.csrc-collections__card {
	border-radius: 0 !important;
}

  @media (max-width: 768px) {
      .csrc-main-nav {
          margin-top: 0 !important;
      }
  }

.ucla-main-nav__link--current-page {
	border-color: #f76600 !important;
}

.history-cover {
	margin-bottom: 2rem;
}

.download-button {
	white-space: nowrap;
}

.csrc-collection-archive__description a:hover {
    color: #5223b0 !important;
    text-decoration: underline;
	  background-color: transparent !important;
}

.entry-content:has(.csrc-collections__page-container) {
    padding-top: 0;
}

.has-global-padding:has(.csrc-collections__page-container) {
	padding: 0;
}

/* Laptop screens (1024px - 1440px) */
@media (max-width: 1440px) {
	.temp-global-padding {
		padding-inline: 5rem !important;
	}
}

@media (min-width: 960px) {
    .ucla-main-nav__item--has-children .ucla-main-nav__link {
        padding-right: 1rem;
    }
}

.aztlan-journal-cover {
	    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075) !important;
}

.library-banner ucla-prose p {
	margin: 0;
}

a:not([class]):hover {
/*     color: #fff; */
    color: #2774ae; background-color: transparent !important;
}

.csrc-about__mission-text {
      line-height: 1.8;
  }

  .csrc-about__mission-text p {
      margin-bottom: 2rem;
  }

  .csrc-about__mission-text a {
      color: #2774AE;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .csrc-about__mission-text a:hover {
      color: #003B5C;
      text-decoration: underline;
  }

.box-shadow-outline {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px
}

.collection-card {
	border-radius: 0px !important;
}

.csrc-collections__header, 
.events-module__image-wrapper,
.events-module__image-container,
.events-module__thumbnail,
.news-module__image-wrapper
{
	background-color: #eff0f2 !important
}

.fac-list-page-wrapper .csrc-about__hero-title {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.fac-list-page-wrapper .csrc-about__hero-subtitle {
	color: #000;
}

.slider-container-temp {
	border: 4px solid black
	position: relative;
	overflow: visible;
	margin-bottom: 400px;
}

.slider-container-inner-temp {
	overflow: visible;
	position: absolute;
	top: 82px;
	left: 50%;
	transform: translateX(-50%)
}

@media (min-width: 960px) {
	
	.post-grid-header {
		max-width: 1224px !important;
	}
	
	.csrc-library-row {
		max-width 1224px !important;
	}
	
.ucla-secondary-nav__item .ucla-secondary-nav__link {
		background-color: #f76600 !important;
}
	
.ucla-secondary-nav__item .ucla-secondary-nav__link:hover {
		background-color: #f76600 !important;
}
	
.csrc-text-banner-content p {
		font-weight: normal !important;
}
	
.csrc-text-banner p {
 font-size: 18px !important;
	}
	
	@media (min-width: 960px) {
    .ucla-main-nav__item:focus>.ucla-main-nav__link, .ucla-main-nav__item:hover>.ucla-main-nav__link {
        transition: all 150ms ease-out;
    }
}
	
	.wp-block-embed__wrapper {
		display: flex;
		width: 475px;
	}
	
	hr.hr-3 {
		height: 3px !important;
		width: 100px !important;
	} 
	
	.hide {
		display: none !important;
	}
	
	.btn-text {
		font-weight: 500;
	}
	
	.exhibition-card__title {
		color: #000 !important;
	}
	}

.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 48px 0;
}

.collection-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

	.collection-link a:not([class]) {
		text-decoration: none !important;
    color: inherit;
	}

.collection-card:hover h3 {
    color: #2774ae !important;
    transition: color 0.2s ease;
}

.card-image {
    width: 100%;
    height: 200px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-content p {
    color: #666;
    font-size: 18px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.card-content {
    padding: 32px;
}

.csrc-about__stat-item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
  padding-bottom: 0;
}

.responsive-text-container {
	    --container-max-width: 76.5rem;
    --container-max-width-px: 1224px;
    --container-gutter: clamp(1rem, 2.5vw, 1.5rem);
    --container-width: min(100% - (2 * var(--container-gutter)), var(--container-max-width));
	width: var(--container-width) !important;
    margin-inline: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
		max-width: 1400px !important;
}

@media (max-width: 480px) {
    .responsive-text-container {
        padding: 0 1rem !important;
    }
}

@media (max-width: 768px) {
    .responsive-text-container {
        padding: 0 1rem !important;
    }
}

.csrc-title-block::before {
	background-color: #F76600 !important;
}

@media (min-width: 960px) {
    .ucla-secondary-nav__item .ucla-secondary-nav__link {
        padding: .85rem !important;
        border-radius: 2px;
        line-height: 1;
			font-size: 18px;
    }
}

.csrc-section-title::before {
	display: none
}

.ucla-tile {
	transition: background-color 150ms ease-out;
}

/* .ucla-tile::before {
	background-color: #f76600 !important;
} */

.ucla-tile:hover {
    background-color: #006aa6 !important;
}

.transition-all a {
		transition: all 150ms ease-out !important;
}

.a-ver-button {
  color: #00598c !important;
  background-color: transparent !important;
}

.a-ver-button,
.a-ver-button a:before {
	  transition:
			background-color 0.2s ease,
			color 0.2s ease,
			border-color 0.2s ease !important;
}

.a-ver-button a:hover:before {
	background-color: #fff !important
}

/* CER Button */

.cer-button {
  color: #00598c !important;
  background-color: transparent !important;
}

.cer-button,
.cer-button a:before {
	  transition:
			background-color 0.2s ease,
			color 0.2s ease,
			border-color 0.2s ease !important;
}

.cer-button a:hover:before {
	background-color: #000 !important
}

/* LFL Button */

.lfl-button {
  color: #00598c !important;
  background-color: transparent !important;
}

.lfl-button,
.lfl-button a:before {
	  transition:
			background-color 0.2s ease,
			color 0.2s ease,
			border-color 0.2s ease !important;
}

.lfl-button a:hover {
	background-color: #d92f33 !important;
}

.lfl-button a:hover:before {
	background-color: #fff;
}

.no-underline a {
	text-decoration: none !important;
}

.ucla-tablink {
	transition: color 0.2s ease !important;
}

.ucla-tablink.is-active,
.ucla-tablink.is-active:hover {
    border-bottom: 4px solid #F76600;
    color: #00598c !important;
}

.ucla-tablink:hover {
	color: #2775ae;
	border-bottom: 4px solid transparent;
}

.has-darkest-gold-background-color {
	background-color: #ccc !important
}

.si-columns li:hover {
	border-left-color: #eee !important; 
}


/* .feature-cta {
	display: none !important;
} */


.hsi-title-container {
	margin-bottom: 1.5rem !important;
}

:root :where(.is-layout-constrained):has(.csrc-text-banner) > * {                   margin-block-start: 0 !important;
}

.csrc-text-banner.style-default {
	background: linear-gradient(135deg, rgba(39, 116, 174, 0.03) 0%, rgba(39, 116, 174, 0.02) 100%);
    border-top: 2px solid rgba(39, 116, 174, 0.08);
    border-bottom: 3px solid rgba(39, 116, 174, 0.08);
}