/* @import url("https://use.typekit.net/mkk3ydm.css"); */

/*--- Global Styles ---*/
:root {
	--card-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.pb-2 {
	padding-bottom: 0.3em !important;
}

html {
	background-color: #fff;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	color: #000;
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	position: relative;
}

.no-margin-no-padding {
	margin: 0;
	padding: 0;
}

.site {
	position: relative;
}

.home-header {
	height: 750px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("/engagement/wp-content/themes/purdue-wp-theme-local/assets/bridging-purdue-community.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-header h1 {
	font-size: 6.5em;
	font-weight: 600;
	line-height: 0.9;
	text-align: center;
	color: #111;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	text-transform: uppercase;
	margin: 0px;
}

.home-header p {
	font-size: 1.2em;
	color: #333;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	max-width: 700px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/*--- Homepage BG Sections ---*/
.home-bg-section {
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.home-light-section {
	background-color: #edeeef;
}

.white-bg {
	background-color: #fff !important;
}

.engage-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/engagement/wp-content/themes/purdue-wp-theme-local/assets/what-is-engagement-banner-bg.jpg") no-repeat center center;
	background-size: cover;
	transform: scale(1);
	transition: transform 4s ease;
}

.engage-bg:hover::before,
.connect-bg:hover::before {
	transform: scale(1.1);
}

.connect-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/engagement/wp-content/themes/purdue-wp-theme-local/assets/how-we-connect-bg-cover.jpg") no-repeat top center;
	background-size: cover;
	transform: scale(1);
	transition: transform 4s ease;
}

.black-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1;
}

.half-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.home-bg-section__inner {
	padding: 10rem 0;
	max-width: 1344px;
	margin: auto;
	z-index: 2;
	position: relative;
}

.lower-padding {
	padding: 7rem 0;
}

.home-bg-section__content {
	color: #fff;
	max-width: 800px;
}

.home-bg-section__content h2,
.home-light-section__content h2 {
	font-size: 5.1em;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-weight: 600;
	letter-spacing: 5px;
}

.home-bg-section__content p {
	font-size: 1.15em;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}

.home-bg-section__content .home-pronounce {
	margin-top: -3px;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 400;
}

.home-bg-section__content .home-description {
	font-size: 1.2em;
}

.home-bg-section__button-bar {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.text-center {
	text-align: center;
}

.home-light-section__content {
	margin: auto;
}

.home-light-section__content h2 {
	color: #111 !important;
}

.home-tiles-container {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.25rem;
	/* grid-auto-rows: 1fr; */
}

.home-tiles__column {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.home-tiles__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.home-tiles__link {
	padding: 0;
	margin: 0;
	height: 100%;
}

.home-tiles__link:hover {
	text-decoration: none;
}

.callout-column .home-tiles__link:hover div div h4 {
	text-decoration: underline !important;
}

.full-image-column .home-tiles__card-inner,
.callout-column .home-tiles__card-inner {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: var(--card-shadow);
	border-radius: 4px;
	padding: 2rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.split-column {
	gap: 1em;
}

.split-column .home-tiles__card-inner {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: var(--card-shadow);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	padding: 0px !important;
	z-index: 1;
}

.home-tiles__card:hover .full-image-column img {
	scale: 1;
}

.split-column .home-tiles__card-inner .split-image {
	width: 100%;
	position: relative;
	top: -10px;
	object-fit: cover;
	transition: scale 500ms ease-in-out;
}

.full-image-column img {
	transition: scale 500ms ease-in-out;
}

.half-image-column .home-tiles__card-inner {
	height: calc(371px / 2);
}

.circle-icon-arrow {
	position: absolute;
	z-index: 2;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle-icon-arrow img {
	width: 70px;
	height: 70px;
}

.circle-icon-arrow h5 {
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 1.3rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #fff;
}

.full-image-column .home-tiles__card-inner {
	padding: 0;
}

.home-tiles__card-inner img {
	height: 130%;
	object-fit: cover;
}

.home-tiles__card-inner h3 {
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	font-weight: 500;
	text-decoration: none !important;
}

.home-tiles__card-inner h4 {
	font-size: 2.75em;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-weight: 600;
	text-transform: uppercase;
}

.gold-tile {
	background-color: #cfb991;
}

.black-tile {
	background-color: #000;
	color: #fff;
}

.black-tile h3,
.black-tile h4 {
	color: #fff;
}

.tile-link {
	color: #000;
	text-decoration: underline;
	font-weight: 400;
	font-style: italic;
}

.black-tile .tile-link {
	color: #fff;
}

.home-tiles__card:hover .split-image,
.home-tiles__card:hover .full-image-column img {
	scale: 1.1;
}
.split-column .home-tiles__link:hover div div div div h5 {
	text-decoration: underline !important;
}
.full-image-column .home-tiles__link:hover div div h5 {
	text-decoration: underline !important;
}

.home-tiles-full-row {
	margin-bottom: 45px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	box-shadow: var(--card-shadow);
	justify-content: space-between;
	padding: 2em;
	border-radius: 4px;
	grid-column: span 4;
}

.home-tiles-full-row div h4 {
	color: #000;
	font-size: 2.6em;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-weight: 600;
	text-transform: uppercase;
}

/*--- News Section ---*/
.tagged-container {
	height: auto;
	border-top: 2px solid #000;
	display: flex;
	align-items: flex-start;
	margin-left: 10px;
	padding-bottom: 3em;
}
.tagged-container h2 {
	margin: 0;
	position: relative;
	top: -2px;
}
.news-module {
	display: flex;
	flex-direction: row;
	gap: 1.75rem;
	justify-content: space-between;
}
.news-module__left,
.news-module__right {
	flex: calc(1 / 2);
	display: flex;
	flex-direction: column;
}

.news-module__left .news-module-featured__image {
	width: 100%;
	aspect-ratio: 16/9;
}

.news-module__left .news-module-featured__image img {
	object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: 4px;
	height: 100%;
}

.news-module-featured__desc {
	padding-top: 15px;
}

.news-module-featured__desc a p {
	color: #000 !important;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 0.8rem !important;
	display: block;
}
.news-module-featured__desc a p:hover {
	text-decoration: underline;
}

.news-module-featured__desc > p,
.news-module__latest-post-desc > p {
	color: #6f727b;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.news-module__right .news-module__latest-post {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	border-bottom: 2px solid #c4bfc0;
	padding: 1.5rem 0;
}

.news-module__right .news-module__latest-post:first-child {
	padding-top: 0 !important;
}

.news-module__latest-post .news-module__latest-post-image {
	flex: calc(1 / 3);
}

.news-module__latest-post .news-module__latest-post-image img {
	border-radius: 4px;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.news-module__latest-post .news-module__latest-post-desc {
	flex: calc(2 / 3);
}

.news-module__latest-post .news-module__latest-post-desc a p {
	color: #000;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 0.8rem !important;
	display: block;
	padding: 0;
	margin: 0;
}
.news-module__latest-post .news-module__latest-post-desc a p:hover {
	text-decoration: underline;
}
.news-module__latest-post-button {
	margin-top: 1.7em;
}

/* media queries */
.container {
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	width: auto;
}

.container.is-fluid {
	max-width: none !important;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}
@media (min-width: 1408px) {
	.container:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width: 1344px;
	}
}

@media (max-width: 1407px) {
	.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
		max-width: 1344px;
	}
}

@media (min-width: 1216px) {
	.container:not(.is-max-desktop) {
		max-width: 1152px;
	}
}

@media (max-width: 1215px) {
	.container.is-widescreen:not(.is-max-desktop) {
		max-width: 1152px;
	}
	.home-bg-section__inner {
		padding: 4rem 2rem;
	}
}

@media (max-width: 1024px) {
	.container {
		max-width: 960px;
	}
	.home-tiles-container {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 1fr;
		margin-bottom: 2em;
	}
	.home-tiles-full-row {
		grid-column: span 2;
		margin-bottom: 0px;
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 800px) {
	.home-bg-section__button-bar {
		flex-direction: column;
	}
	.split-column .home-tiles__card-inner .split-image {
		width: auto;
		height: 300%;
	}
	.news-module {
		flex-direction: column;
	}
	.news-module__left {
		padding-bottom: 2em;
		border-bottom: 2px solid #c4bfc0;
	}
}

@media (max-width: 685px) {
	.home-tiles-container {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 0fr !important;
		margin-bottom: 2em;
	}
	.home-tiles-full-row {
		grid-column: span 2;
		margin-bottom: 0px;
		flex-direction: column;
		justify-content: center;
	}
	.split-column .home-tiles__card-inner .split-image {
		width: auto;
		height: 130% !important;
	}
	.home-header {
		height: 550px;
	}

	.home-header h1 {
		font-size: 4.5em;
		font-weight: 600;
	}

	.home-header p {
		font-size: 1.1em;
		max-width: 80%;
	}
	.home-bg-section__content h2,
	.home-light-section__content h2 {
		font-size: 3.8em;
		font-weight: 900;
	}
}

@media (max-width: 550px) {
	.home-tiles-container {
		grid-template-columns: repeat(1, 1fr);
		grid-auto-rows: 1fr !important;
		margin-bottom: 2em;
	}
	.home-tiles-full-row {
		grid-column: span 1;
		margin-bottom: 0px;
		flex-direction: column;
		justify-content: center;
	}
	.home-tiles__column {
		max-height: 250px;
	}
	.split-column {
		display: none;
	}
}
