.content-block h1, 
.content-block h2, 
.content-block h3, 
.content-block h4, 
.content-block h5, 
.content-block h6, 
.content-block blockquote,
.content-block .panel blockquote,
.content-block .display-text,
.content-block .display-text--small,
.content-block .display-text--medium, 
.content-block .display-text--large {
    color: #333;
}
.content-block .panel h1, 
.content-block .panel h2, 
.content-block .panel h3, 
.content-block .panel h4, 
.content-block .panel h5, 
.content-block .panel h6 {
	color: #333 !important;
}
.fiu-gold {
	color: #ffcc00 !important;
}
.fiu-magenta {
    color: #CC0066 !important;
}
.source {
	font-style: italic;
}
@media (min-width: 769px) {
	#banner {
		background-attachment: fixed;
	}	
}
#banner.short {
	height: auto;
}
#banner .headline-container {
	background-color: #081E3FD9;
}
#banner .row {
	max-width: 100%;
}
#banner .unstoppable {
	 text-transform: uppercase;
	 font-size: 11.5vw;
	 letter-spacing: 0.08em;
	 font-weight: 800;
	 line-height: 1.46;
	 margin-bottom: 0;
	 padding-top: 6rem;
	padding-bottom: 3rem;
	text-align: center;
}
@media (min-width: 1025px) {
	#banner .unstoppable {
		font-size: 8vw; 
	}
}
#banner .unstoppable .white {
	color: #fff !important;
}
#banner .outline {
	 /*color: transparent !important;
	 -webkit-text-stroke-width: 2px;
	 -webkit-text-stroke-color: #D0D0D0;*/
	 color: #fff !important;
}
#banner .overlapping-banner-video {
	border: 5px solid #fff;
	max-width: 720px;
	margin: 0 auto -12rem;
}
.content-block.white + .content-block.white {
    padding-top: 0 !important;
}
#banner + section > article:first-child > .content-block:first-child {
	padding-top: 16rem !important;
}
.content-block .row {
	max-width: 1060px;
}
.content-block img {
    box-shadow: 0px 3px 6px #ccc;
    transition: transform .2s ease-in-out;
}
.content-block img:hover {
    transform: scale(1.01);
}
.module-big-stat .big-stat {
	padding: 3rem;
}
.module-big-stat h2 {
	font-weight: 800;
	text-transform: none;
}
.module-big-stat sup {
    position: absolute;
    top: auto;
    margin-left: -0.75rem;
}
@media (min-width: 1024px) {
	.module-big-stat .big-stat .number {
    font-size: 8rem;
	}	
}
@media (min-width: 1200px) {
	.module-big-stat .big-stat .number {
        font-size: 9.875rem;
	}	
	.module-big-stat .large-8 {
	    padding-left: 4rem;
	}
}
@media (max-width: 640px) {
    #banner .overlapping-banner-video {
        border: 0;   
        margin-bottom: -6rem;
    }
    #banner + section > article:first-child > .content-block:first-child {
        padding-top: 6.5rem !important;
    }
  .module-big-stat > .row {
    flex-direction: column;
  }
}
@media (min-width: 641px) {
	.photo-row .medium-6 {
		text-align: center;
	}
}
@media (min-width: 1140px) {
	.row.photo-row {
		margin-left: -60px;
		margin-right: -60px;
		max-width: unset;
	}	
}
@media (max-width: 640px) {
	.photo-row .medium-6 + .medium-6 {
		margin-top: 1rem;
	}
}

/* Stats List v1 */
.stat-list-v1 {
  list-style: none;
}

.stat-list-v1 li + li {
	border-top: 1px solid #ddd;
	margin-top: 2rem;
	padding-top: 2rem;
}

@media (max-width: 640px) {
	.stat-list-v1 {
		margin-top: 2rem;
		margin-left: 0;
	}
}

/* Multimedia Background */
.taller.overlay {
	background-position: 50% top !important;
}
.taller.overlay .wrapper .panel {
	border: 0;
  border-radius: 8px;
	max-width: 526px;
	background-color: #fff;
}
.taller.overlay .wrapper .panel > *:last-child {
	margin-bottom: 0;
}
@media (min-width: 1025px) {
	.taller.overlay {
	   padding-top: 4.2rem;
		  padding-bottom: 4.2rem;
  }
	.taller.overlay .wrapper .panel {
		padding: 4rem;
		margin-bottom: -12rem;
	}
}
@media (max-width: 640px) {
	.taller.overlay {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}
}
/* Research & Innovation */
@media (min-width: 1025px) {
    #research-heading {
        margin-top: 4rem;
    }
}

/* Flex Collage */
h2 + .flex-collage {
	margin-top: 2rem;
}
.flex-collage {
	display: flex;
	gap: 1rem;
	align-items: stretch;
	border-radius: 8px;
}
.flex-collage + .flex-collage {
	margin-top: 1rem;
}
.flex-collage-column {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	gap: 1rem;
	max-width: 50%;
}
.flex-collage-panel {
	border-radius: 8px;
	padding: 1rem;
	background-color: #fff;
	flex-grow: 1;
}
.flex-collage-image {
    border-radius: 5px;
    overflow: hidden;
}
.flex-collage-image img {
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media (min-width: 1025px) {
	.flex-collage-panel {
		padding: 2rem;
	}
}
@media (max-width: 720px) {
	.flex-collage {
		flex-direction: column;
	}
	.flex-collage-column {
		width: 100%;
		max-width: unset;
	}
}
/* Edgeless Cards */
.edgeless-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: stretch;
}
.row + .edgeless-cards {
	margin-top: 2rem;
}
.edgeless-card {
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	background-color: #f4f4f4;
}
@media (min-width: 641px) {
	.edgeless-card {
		max-width: calc(50% - 1rem);
	}	
}
@media (min-width: 769px) {
	.edgeless-card {
  	max-width: calc(33.333% - 1rem);
	}
}
.edgeless-card-image {
	height: 180px;
	overflow: hidden;
}
.edgeless-card-image img {
  box-shadow: none;	
	object-fit: cover;
	object-position: 50% top;
	height: 100%;
	width: 100%;
}
.edgeless-card-text {
	padding: 1rem;
}
article[aria-label="Best Student Experience"] .content-block {
	position: relative;
	background-image: url(../../../about/rankings-facts/_assets/images/best-student-experience.webp);
	background-size: cover;
	background-position: 50% 100%;
}
article[aria-label="Best Student Experience"] .content-block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(256,256,256,0.9);
}
/* Global Impact */
.global-impact .edgeless-card {
	background-color: transparent;
}
.global-impact .edgeless-card-image {
	height: 270px;
	border-radius: 5px;
	overflow: hidden;
}
.global-impact .edgeless-cards + p {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.global-impact {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.global-impact .edgeless-card {
		display: flex;
		width: 100%;
		max-width: unset;
		align-items: center;
	}
	.global-impact .edgeless-card-image {
		height: 125px;
		min-width: 125px;
	}
}
@media (max-width: 568px) {
    .global-impact .edgeless-card {
        flex-direction: column;
    }
	.global-impact .edgeless-card-image {
	    height: auto;
	    width: 100%;
	}
	.global-impact .edgeless-card-text {
		width: 100%;
	}

}
/* News */
article[aria-label="News feed"] .content-block.white {
	background-color: #f2f2f2;
}
.news.cards a {
    border-radius: 8px;
    background-color: #eef2f4;
    overflow: hidden;
}
.news .panel img {
    box-shadow: none;
    padding-top: 0 !important;
    margin-top: 0.5rem;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.news .panel img:hover {
    transform: none;
}