  #header-2025 {
	background-image: url(/about/initiative/uaa-2027/_images/UAA2027_homepage_masthead_logo_v.png);
	background-repeat: no-repeat;
	padding-left: 180px;
	margin-top: 10px;
	font-weight: bold;
	position: relative;
}
#header-2025 a.button {
	display: none;
}



.slider-2025 {
	background-image: url(/about/initiative/uaa-2027/_images/UAA2027_homepage_feature_slider_1.jpg);
	background-repeat: no-repeat;
	color: white;
	padding: 20px;
}
.slider-2025 .heading, 
.slider-2025 .subheading { 
    display: none;
}



.horizontal-2025 {
	margin-bottom: 20px;
	margin-top: 2.5rem;
}
.horizontal-2025 iframe {

}
.sideways-link {
	padding: 30px;
}
.sideways-link a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* Michael Tallino-Smith additions for accessibility and tablet view */
#whatisUAA2025 {
    display: flex;
	flex-direction: column;
	background-color: #00573f;
	margin-bottom: 2.5rem;
}
#whatisUAA2025 .img-background-2025 {
	font-weight: bold;
	color: white;
	position: relative;
	margin-bottom: 0;
}
#whatisUAA2025 .img-background-2025 img {
	width: 100%;
	display: block;
}
#whatisUAA2025 .img-background-2025 .caption {
	position: absolute;
	font-weight: bold;
	color: white;
	bottom: 20%;
	left: 1rem;
}

#whatisUAA2025 .img-background-2025 .caption .h3, #whatisUAA2025 .img-background-2025 .caption .h6 {
	font-family: 'robotoRegular', 'Roboto Condensed', sans-serif;
	margin-bottom: 0;
	font-weight: bold;
	display: block;
}
#whatisUAA2025 .light-green-2025 {
	background-color: #00573f;
	padding: 1.5rem;
	color: white;
}

@media print,screen and (min-width: 64em) {
	#whatisUAA2025 {
		flex-direction: row;
	}
	#whatisUAA2025 .img-background-2025 {
		flex-basis: 70%;
	}
	#whatisUAA2025 .light-green-2025 {
		flex-basis: 30%;
	}
	
	
	#header-2025 {
		background-image: url(/about/initiative/uaa-2027/_images/UAA2027_homepage_masthead_1.jpg);
		background-size: cover;
		height: 600px;
		padding: 0;
		color: white;
		margin-top: 0;
	}
	#header-2025 .bottom-left {
		background-color: rgba(0,0,0,0.7);
		position: absolute;
		min-height: 232px;
		width: 60%;
		bottom: 100px;
		left: 30px;
		padding: 30px;
		padding-left: 180px;
		background-image: url(/about/initiative/uaa-2027/_images/UAA2027_homepage_masthead_logo_v.png);
		background-repeat: no-repeat;
	}
	#header-2025 .bottom-left h2 {
		border-bottom: 1px solid #FFC425;
		font-weight: bold;
	}
    #header-2025 a.button {
		display: inline;
	}



	#header-2025 ul {
		bottom: 0;
		position: absolute;
		margin: 0;
		padding: 0;
		display: flex;
		width: 100%;
	}
	#header-2025 li {
        background-color: rgba(0,0,0,0.7);
		display: inline;
		flex: 1;
		padding: 10px;
		margin: 0;
		text-align: center;
	}
	#header-2025 li a {
        text-decoration: none;
        color: white;
	}
	#header-2025 li:hover {
        background-color: rgba(255,196,37,0.7);
	}
	#header-2025 li:hover a {
        color: black;
	}


	.slider-2025 {
		background-size: cover;
		padding-left: 900px;
		height: 550px;
	}
	.slider-2025 .heading {
		font-size: 2rem;
		font-weight: bold;
		display: block;
		position: absolute;
		top: 380px;
		left: 20px;
	}
	.slider-2025 .subheading {
		display: block;
		font-weight: bold;
		position: absolute;
		top: 420px;
		left: 20px;
	}



	.horizontal-2025 {
		display: flex;
		align-items: stretch;
		margin-bottom: 0;
	}
	.horizontal-2025 div:nth-child(1) {
		flex: 1;
		background-color: black;
	}
	.horizontal-2025 div:nth-child(2) {
		max-width: 300px;
	}
	.sideways-link {
		width: 40px;
		display: flex;
		align-items: flex-end;
	}
	.sideways-link a {
		white-space: nowrap;
		transform: rotate(-90deg) translateY(0.5rem);
		transform-origin: bottom left;
		display: block;
		bottom: 0px;
	}
}