/*---MISC---*/
body,
button,
input,
optgroup,
select,
textarea {
	font-family: "acumin-pro", "Franklin Gothic", sans-serif;
	box-sizing: border-box;
}
a {
	color: #8e6f3e;
	cursor: pointer;
	-webkit-text-decoration: none;
	text-decoration: none;
}

a strong {
	color: currentColor;
}

a:hover {
	color: #8e6f3e;
}

code {
	background-color: #f5f5f5;
	color: #da1039;
	font-size: 0.875em;
	font-weight: normal;
	padding: 0.25em 0.5em 0.25em;
}

hr {
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
}

img {
	height: auto;
	max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: baseline;
}

small {
	font-size: 0.875em;
}

span {
	font-style: inherit;
	font-weight: inherit;
}

strong {
	color: #363636;
	font-weight: 700;
}

fieldset {
	border: none;
}

pre {
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
	color: #000;
	font-size: 0.875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal;
}

pre code {
	background-color: rgba(0, 0, 0, 0);
	color: currentColor;
	font-size: 1em;
	padding: 0;
}

table td,
table th {
	vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
	text-align: inherit;
}

table th {
	color: #363636;
}

@keyframes spinAround {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 0.75rem;
}

/*---ICONS---*/
.icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem;
}

.icon.is-small {
	height: 1rem;
	width: 1rem;
}

.icon.is-medium {
	height: 2rem;
	width: 2rem;
}

.icon.is-large {
	height: 3rem;
	width: 3rem;
}

.icon-text {
	align-items: flex-start;
	color: inherit;
	display: inline-flex;
	flex-wrap: wrap;
	line-height: 1.5rem;
	vertical-align: top;
}

.icon-text .icon {
	flex-grow: 0;
	flex-shrink: 0;
}

.icon-text .icon:not(:last-child) {
	margin-right: 0.25em;
}

.icon-text .icon:not(:first-child) {
	margin-left: 0.25em;
}

div.icon-text {
	display: flex;
}

/*---CARDS---*/

.card {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
	color: #000;
	max-width: 100%;
	position: relative;
}

.card-footer:first-child,
.card-content:first-child,
.card-header:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card-footer:last-child,
.card-content:last-child,
.card-header:last-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.card-header {
	background-color: rgba(0, 0, 0, 0);
	align-items: stretch;
	box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.1);
	display: flex;
}

.card-header-title {
	align-items: center;
	color: #363636;
	display: flex;
	flex-grow: 1;
	font-weight: 700;
	padding: 0.75rem 1rem;
}

.card-header-title.is-centered {
	justify-content: center;
}

.card-header-icon {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0.75rem 1rem;
}

.card-image {
	display: block;
	position: relative;
}

.card-image:first-child img {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card-image:last-child img {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.card-content {
	background-color: rgba(0, 0, 0, 0);
	padding: 1.5rem;
}

.card-footer {
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid #ededed;
	align-items: stretch;
	display: flex;
}

.card-footer-item {
	align-items: center;
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
	border-right: 1px solid #ededed;
}

/*---BUTTONS---*/

.wp-block-button__link,
.gform_button,
.purdue-home-button {
	color: #000;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 1.125rem;
	border-radius: 4px;
	background-color: #cfb991;
	box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
	padding: 0.65rem 1.5rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #cfb991;
	-webkit-text-decoration: none;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	text-transform: uppercase;
}

.wp-block-button__link:after,
.gform_button:after,
.purdue-home-button:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
	right: -0.25rem;
	margin-left: 0.75rem;
	height: 1.25rem;
	width: 1.125rem;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease;
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	margin-top: -3px;
}

.wp-block-button__link:hover,
.gform_button:hover,
.purdue-home-button:hover {
	background: #000;
	color: #fff;
	text-decoration: none !important;
}

.wp-block-button__link:hover:after,
.gform_button:hover:after,
.purdue-home-button:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
	transform: translateX(3px);
}

.wp-block-button__link.hide,
.gform_button.hide,
.purdue-home-button.hide {
	display: none;
}

.purdue-home-button.purdue-home-button--white,
.wp-block-button__link.has-white-background-color {
	background: #fff;
	border: 1px solid #fff;
	color: #000 !important;
	box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
}

.purdue-home-button.purdue-home-button--white:hover,
.wp-block-button__link.has-white-background-color:hover {
	background: #000 !important;
	color: #fff !important;
}

.purdue-home-button.purdue-home-button--black,
.wp-block-button__link.has-black-background-color {
	background: #000;
	color: #fff;
}

.purdue-home-button.purdue-home-button--black:after,
.wp-block-button__link.has-black-background-color:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.purdue-home-button.purdue-home-button--black:hover,
.wp-block-button__link.has-black-background-color:hover {
	color: #000;
	border: 1px solid #cfb991;
	background: #cfb991 !important;
}

.purdue-home-button.purdue-home-button--black:hover:after,
.wp-block-button__link.has-black-background-color:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.purdue-home-button.purdue-home-button--black:after,
.wp-block-button__link.has-black-background-color:after {
	color: #cfb991;
}

.has-gold-background .wp-block-button__link {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.has-gold-background .wp-block-button__link:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.has-gold-background .wp-block-button__link:hover {
	color: #000;
	background: #fff;
}

.has-gold-background .wp-block-button__link:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.has-gold-background .wp-block-button__link.has-white-background-color:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.has-gold-background .wp-block-button__link.has-white-background-color:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.has-gold-background .purdue-home-button {
	border: 1px solid #000;
}

.has-gold-background .purdue-home-button:hover {
	color: #000;
	background: #fff;
}

.has-gold-background .purdue-home-button:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.has-gold-background .purdue-home-button--black {
	border: 1px solid #000;
}

.has-gold-background .purdue-home-button--black:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.has-gold-background .purdue-home-button--black:hover {
	color: #000;
	background: #fff;
}

.has-gold-background .purdue-home-button--black:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.has-gold-background .purdue-home-button--white {
	background: #fff;
	border: 1px solid #fff;
	color: #000 !important;
	box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
}

.has-gold-background .purdue-home-button--white:hover {
	background: #000 !important;
	color: #fff !important;
}

.has-gold-background .purdue-home-button--white:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
}

.purdue-home-button-wrap--full {
	width: 100%;
	text-align: center;
}

.purdue-home-button-wrap--full .purdue-home-button {
	width: 100%;
	max-width: 100%;
	text-align: left;
}

.wp-block-button__link:after {
	top: 3px;
}

.wp-block-buttons > .wp-block-button {
	margin: 0 0.2rem 0.5rem 0 !important;
}

/*--- Title Tags ---*/

.tagged-header {
	display: inline-block;
	padding: 0.675rem 1.5rem;
	background: #000;
	color: #fff;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif" !important;
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	letter-spacing: 2.81px;
	line-height: 1 !important;
	border-radius: 4px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
}

.tagged-margin-left {
	margin-left: 11px !important;
}

.tagged-center {
	margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
	.tagged-header {
		font-size: 1rem !important;
		padding: 0.5rem 1rem;
	}
}

.tagged-header--gold {
	background: #cfb991;
	color: #000 !important;
}

.tagged-header--white {
	background-color: #fff;
	color: #000 !important;
}

.tagged-header:before {
	position: absolute;
	top: 0;
	left: -5px;
	height: 100%;
	content: "";
	background: inherit;
	z-index: -1;
	width: calc(100% + 10px);
	transform: skewX(-15deg);
}

.tagged-header-container {
	border-top: 2px solid #000;
	margin-left: 10px;
}

.tagged-header-container.tagged-header-container-gold {
	border-top: 2px solid #cfb991;
}

.tagged-header-container .tagged-header {
	border-radius: 0 0 4px 4px;
	top: -2px;
}
