
/* ticket 229302 */
.c-fifty-fifty-container {
	min-height: 500px;
	height: auto;
}

@media (max-width: 1200px) {
	.c-fifty-fifty-block .button {
		display: inline-block !important;
		position: relative;
	}

	.c-fifty-fifty-copy h3 {
		margin-bottom: 0;
	}
}

@media (min-width: 1200.5px) {
	.c-fifty-fifty-copy h3 {
		margin-right: 116px;
		line-height: 1.2;
	}
}

.c-fifty-fifty__location-detail>div:last-of-type {
	justify-content: space-between;
}

/* Ticket 229224 */
/* Table: will respond to adjustments to screen width */

.responsive-data-table {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 10%;
	padding-left: 10%;
}

@media screen and (max-width: 768px) {
	.responsive-data-table {
		padding-right: 4.545454545%;
		padding-left: 4.545454545%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.responsive-data-table table,
.responsive-data-table tr,
.responsive-data-table td,
.responsive-data-table th {
	border: 1px solid lightgray;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
}

.section-divider {
	color: #004480;
	border-bottom: 3px solid #004480 !important;
	background-color: white !important;
	text-align: left !important;
	font-weight: bold !important;
}

.responsive-data-table th {
	text-align: left;
}

.responsive-data-table td {
	/*text-align: center;*/
	width: auto;
}

.responsive-data-table table {
	width: 100%;
}

.responsive-data-table tr:nth-child(even) {
	background-color: rgb(244, 244, 244);
}

.responsive-data-table .column-header {
	background-color: #004088;
	font-size: 14px;
	font-weight: bold;
	color: white;
	/* text-transform: uppercase; */
	text-align: left;
}

.responsive-data-table .row-header {
	text-align: left;
	/* font-weight: 500; */
}

/* Added descriptors set to hidden for large window sizes */
.hidden-table {
	display: none;
}

/* Added descriptors set to visible for small window sizes and mobile view */
.visible-table {
	display: inline;
}

/* Stacked table for devices 767px and under */
@media (max-width: 767px) {
	.responsive-data-table {
		padding-right: 4.545454545%;
		padding-left: 4.545454545%;
	}

	.responsive-data-table table {
		border: 0px;
	}

	.responsive-data-table .column-header {
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: lightgray;
		color: #004088;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: normal;
		background-color: white;
	}

	.responsive-data-table .column-header:first-of-type {
		font-weight: bold;
		background-color: #004088;
		color: white;
		border-color: #004088;
	}

	.responsive-data-table tr {
		margin-bottom: 15px;
		display: block;
		padding: 0px;
		border: 0px;
		/*     border-bottom: 3px solid #004480; */
	}

	.responsive-data-table .section-divider,
	.responsive-data-table .row-header,
	.responsive-data-table td {
		text-align: left;
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: lightgray;
	}

	.responsive-data-table td:empty {
		display: none;
	}

	.responsive-data-table .section-divider,
	.responsive-data-table .row-header {
		border: 1px solid lightgray;
	}

	.responsive-data-table th {
		display: block;
	}

	/* Added descriptors set to hidden for large window sizes */
	.hidden-table {
		display: inline;

		margin-right: 4px;
	}
}

/* Responsive Columns Component EA */

.c-responsive-columns {
	padding: 40px 10% 40px !important;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

@media screen and (max-width: 768px) {
	.c-responsive-columns {
		padding: 30px 4.545454545% 30px !important;
	}

	.c-responsive-columns h2 {
		font-size: 36px !important;
	}
}

.c-responsive-columns__intro {
	position: relative;
	/*margin-bottom: 10px;*/
}

/*.c-responsive-columns .c-responsive-columns__intro p
{
position: relative;
margin-bottom: 1rem;
}*/
.c-responsive-columns h2 {
	color: #004088;
	font-family: var(--font-serif);
	font-weight: lighter;
	font-size: 50px;
	margin-bottom: 0;
	position: relative;
}

.c-responsive-columns .two-column__wrapper {
	display: grid;
	grid-template-columns: 100%;
	justify-content: left;
	width: 100%;
	gap: 30px 50px;
}

.c-responsive-columns .three-column__wrapper {
	display: grid;
	grid-template-columns: 100%;
	justify-content: left;
	width: 100%;
	gap: 50px 50px;
}

.c-responsive-columns.blue .c-responsive-columns__cell {
	border-radius: 10px;
	background-color: #E6F2FF;
	padding: 15px 20px;
}

/*.c-responsive-columns .three-column__wrapper .c-responsive-columns__cell img, .c-responsive-columns .two-column__wrapper .c-responsive-columns__cell img {
position: relative;
height: 380px;
width: 100%;
margin-bottom: 15px;
object-fit: cover;
border-radius: 10px;
}*/

.c-responsive-columns__image {
	position: relative;
	height: 340px;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 10px;
}

.c-responsive-columns .c-responsive-columns__cell h3,
.c-responsive-columns .c-responsive-columns__cell h3:hover {
	color: #363030 !important;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: .5rem;
	position: relative;
	cursor: default;
}

.c-responsive-columns .c-responsive-columns__cell .subheader,
.c-responsive-columns .c-responsive-columns__cell .subheader:hover,
{
	margin-top: 0;
}


@media screen and (max-width:470px) {

	.c-responsive-columns .two-column__wrapper .c-responsive-columns__cell img,
	.c-responsive-columns .three-column__wrapper .c-responsive-columns__cell img {
		height: 188px;
	}
}

@media screen and (min-width:769px) {

	.c-responsive-columns .three-column__wrapper,
	.c-responsive-columns .two-column__wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.c-responsive-columns .two-column__wrapper .c-responsive-columns__cell img,
	.c-responsive-columns .three-column__wrapper .c-responsive-columns__cell img {
		height: 305px;
	}
}

@media (min-width:1281px) {
	.c-responsive-columns .three-column__wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.c-responsive-columns .two-column__wrapper .c-responsive-columns__cell img {
		height: 320px;
	}

	.c-responsive-columns .three-column__wrapper .c-responsive-columns__cell img {
		height: 300px;
	}
}

@media (min-width:2000px) {
	.c-responsive-columns .three-column__wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.c-responsive-columns .two-column__wrapper .c-responsive-columns__cell img {
		height: 380px;
	}

	.c-responsive-columns .three-column__wrapper .c-responsive-columns__cell img {
		height: 300px;
	}
}

/* End of Responsive Columns Component*/

/* Image Block Snippet EA*/
.c-two-column {
	padding: 40px 10% 40px !important;
}

@media screen and (max-width: 768px) {
	.c-two-column {
		padding: 30px 4.545454545% 30px !important;
	}
}

.c-two-column .tc-header {
	border-bottom: 2px solid #d0c9c0;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
}

.c-two-column .tc-header h2 {
	text-align: center;
	color: #004088;
	font-family: var(--font-serif);
	font-size: 50px;
	margin-bottom: 1rem;
}

.c-two-column__wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 30px 50px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.c-two-column__cell__image {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	height: 150px;
}

.c-two-column__cell__content {
	width: 100%;
	text-align: center;
}

.c-two-column__cell {
	box-sizing: border-box;
	flex: 1;
	min-width: 240px;
	max-width: 60%;
}

.c-two-column__cell img {
	height: 100%;
	width: auto;
	object-fit: contain;
	border-radius: 5px;
}

@media only screen and (max-width: 802px) {

	.c-two-column .tc-header h2 {
		font-size: 2.3rem;
	}

	.c-two-column__cell {
		max-width: 100%;
	}

}

/* End of Image Block Snippet*/

/* Callout Snippet */
.c-hero-locations__intro-body .callout_wrapper{
	margin:0 !important;
}
.callout_wrapper {
	margin: 40px 10% 40px !important;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

@media screen and (max-width: 768px) {
	.callout_wrapper {
		margin: 30px 4.545454545% 30px !important;
	}
	.c-hero-locations__intro-body .callout_wrapper{
	margin:0 !important;
}
}

.callout_wrapper h2 {
	text-transform: uppercase;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	font-size: 20px;
	padding: 0px 15px;
	margin: 0;
	font-weight: 700;
	color: #004088;
}


.callout_border {
	padding: 3px;
	border-radius: 14px;
}

.callout__content p {
	/*font-size: 20px;*/
	margin: 5px 0px;
}

.callout__content {
	background-color: white;
	border-radius: 13px;
	padding: 10px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	gap: 5px 30px;

}

.callout_wrapper .content_wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	gap: 0px 30px;
}

.callout__cta_link {
	display: flex;
	justify-content: right;
	align-items: center;
	height: fit-content;
	width: fit-content;
	max-width: 270px;
}

.callout__cta_link a {
	margin: 0;
}

.callout__image {
	height: 150px;
	width: auto;
	max-width: 180px;
}

.callout__text {
	flex: 1;
	padding: 10px 0px;
}

.callout_wrapper .gold {

	background: linear-gradient(#ffcc33, #E6A856);

}


.callout__image img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.callout_wrapper svg {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 20px;
}

.callout_wrapper .content_wrapper .center_text {
	text-align: left;
}



@media only screen and (max-width: 700px) {
	.callout__content {
		flex-direction: column;
		justify-content: center;
	}

	.callout__text {
		padding-top: 5px;
		margin: 0;
	}

	.callout__cta_link {
		margin-left: 0px;
		justify-content: center;
		width: 100%;
	}

	.callout__cta_link a {
		width: 100%;
		justify-content: center;
	}

	.callout_wrapper .content_wrapper {
		flex-direction: column;
	}

	.callout__content {
		padding: 15px 20px;

	}

	.callout__text p,
	.callout__text span {
		font-size: 1.1rem !important;
	}

	.callout_wrapper .content_wrapper .center_text {
		text-align: center;
	}

	.callout__image {
		height: 140px;
		width: auto;
	}

}

@media only screen and (max-width: 1080px) {
	.callout_wrapper .content_wrapper {
		flex-direction: column;
	}

	.callout__cta_link {
		margin-left: 0px;
		width: 100%;
		max-width: none;
	}

	.callout__cta_link a {
		margin-top: 5px;
	}

	.callout__content {
		padding: 10px 20px;

	}

	.callout__text {
		width: 100%;
	}

}

/* End of Callout Snippet*/

/*Start of Slideshow Component*/
.slideshow__wrapper {
	background: #004088;
	background: linear-gradient(to right, #0a2b50, #004088, #0a2b50);
	padding: 60px 10% !important;
}

@media screen and (max-width: 768px) {
	.slideshow__wrapper {
		padding: 60px 4.545454545% !important;
	}
}

.slideshow {
	margin-top: 30px;
	display: flex;
	column-gap: 15px;
	align-items: flex-start;
	/* border: 1px solid #f1af13;
	border-radius: 15px;*/
}

.slideshow__slide {
	display: flex;
	border-radius: 15px;
}

.slideshow__slide .slide__image {
	width: 50%;
	height: 450px;
	border-radius: 15px;
}

.slideshow__wrapper .title {
	padding-bottom: 1rem;
	width: 100%;
	border-bottom: 1px solid #FBC349;
}

.slideshow__slide .slide__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.slideshow .slide__frame {
	flex: 1;
	height: auto;
	position: relative;
}

.slide__frame:focus {
	outline: none;
}

.slideshow__slide .slide__content {
	width: 50%;
	padding: 15px 60px;
	/*background-color: #FCF7F1;*/
}

.slideshow__slide .slide__content .slide-name {
	/*font-family: Domaine;*/
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	margin-bottom: 1rem;
	/*color: #004088;*/
	font-weight: 800;
	color: white;
	font-size: 24px;
	margin-top: 0;
}

.slideshow__slide .slide__content .date {
	font-family: var(--font-serif);
	font-weight: 300;
	color: white;
	font-size: 56px;
	margin: 0;
	margin-bottom: 1rem;
	font-style: italic;
	position: relative;
}

.slideshow__slide .slide__content p {
	color: white;
}

.slideshow .slideshow__button {
	height: fit-content;
	background-color: transparent;
	border: 0px;
	padding: 10px;
}

.slideshow__wrapper h2 {
	font-family: var(--font-serif);
	font-size: 50px;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 1rem;
	color: white;
}

.slideshow__wrapper p {
	font-size: 16px;
	color: white;
}


.slideshow .button-off {
	cursor: default;
}


.slideshow .button-on {
	cursor: pointer;
}

.slide__frame .sr-only {
	position: absolute;
}

.slideshow button svg {
	width: 24px;
	height: 40px;
}

.slideshow .slide__frame .off-screen {
	visibility: hidden;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: opacity .4s ease-in-out;

}

.slideshow .slide__frame .on-screen {
	visibility: visible;
	position: relative;
	opacity: 1;
	transition: opacity .4s ease-in-out;
}

@media screen and (max-width: 1080px) {
	.slideshow__slide {
		flex-direction: column;
		width: 100%;
	}

	.slideshow__slide .slide__image {
		width: 100%;
		height: 450px;
	}

	.slideshow__slide .slide__content {
		width: 100%;
		padding: 15px 0px;

	}

	.slideshow .slide__frame {
		min-height: 680px;
	}

}

@media screen and (max-width: 800px) {
	.slideshow button svg {
		width: 14px !important;
		height: 23px !important;
	}

	.slideshow__wrapper .title h2{
		font-size: 35px;
	}

	.slideshow__slide .slide__content h3 {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: .5rem;
	}

	.slideshow__slide .slide__content .date {
		font-size: 36px;
		margin: 0;
	}

	.slideshow__slide .slide__image {
		height: 200px;
	}

	.slideshow .slide__frame {
		min-height: unset;
		overflow: hidden;
	}

	.slideshow {
		column-gap: 2px;
		align-items: flex-start;
	}

	.slideshow__slide {
		padding-top: 30px
	}


	.slideshow__wrapper {
		padding: 30px 4.545454545%;
	}

}

/*End of Slideshow Component*/

/* ticket 233208 */
.c-directory__listing {
	flex-flow: row wrap;

}

.c-directory__listing .c-directory__listing-entry {
	width: 30%;
	margin-right: 3.3%;
	margin-bottom: 50px;
}

.c-directory__listing-entry .large,
.c-directory__listing-entry .small {
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	.c-directory__listing .c-directory__listing-entry {
		width: 100%;
	}
}

/*ticket 233208 */

/* Events Feed Section ticket 232750 */

.c-rss-feed.events-v2 {
	padding: 40px 10% 40px !important;
}

@media screen and (max-width: 768px) {
	.c-rss-feed.events-v2 {
		padding: 30px 4.545454545% 30px !important;
	}
}

.events-feed-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 45px 0 0;
	position: relative;
}

.events-feed-list a.events-feed-item {
	background: #fff;
	text-decoration: none !important;
	border: solid #004088;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-width: 1px 1px 5px;
	left: 0;
	margin-bottom: 36px;
	padding: 24px;
	position: relative;
	transition: 0.2s ease-in-out;
	width: 49%;
}

a.events-feed-item {
	display: flex;
	flex-flow: row nowrap;
}

.events-feed-item .event-card-date {
	font-size: 32px;
	font-weight: 700;
	color: #004088;
	padding-right: 16px;
	border-right: 3px solid #fdc126;
}

.events-feed-item .event-info {
	padding-left: 20px;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.events-feed-item .event-info {
	color: black;
}

.events-feed-item:hover .event-card-date,
.events-feed-item:focus .event-card-date {
	color: #0059f3;
}

.events-feed-item .event-info h3 {
	font-weight: 600;
	font-size: 1.25rem;
	color: #004088;
}

.events-feed-item:hover .event-info h3,
.events-feed-item:focus .event-info h3 {
	text-decoration: underline;
}

.events-feed-item .event-card-date .event-card-day {
	font-size: 56px;
	line-height: 2.5rem;
	display: block;
	margin-bottom: 1.5rem;
}

.events-feed-item h3 {
	font-size: 36px;
	margin-bottom: 1rem;
	line-height: 1.5rem;
}

.event-card-content {
	margin-bottom: 1rem;
}

a.events-feed-item svg {
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 16px;
	height: 16px;
}

a.events-feed-item:hover,
a.events-feed-item:focus {
	border-color: #0059f3;
}

@media (max-width: 1140px) {
	.events-feed-list a.events-feed-item {
		width: 100%;
	}

	.events-feed-item .event-card-date {
		font-size: 30px;
		min-width: 18%;
	}

	.events-feed-item .event-card-date .event-card-day {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	.events-feed-item .event-card-date {
		font-size: 24px;
		min-width: 20%;
	}

	.events-feed-item .event-card-date .event-card-day {
		font-size: 48px;
	}
}

@media (max-width: 450px) {
	a.events-feed-item {
		flex-flow: column nowrap;
	}

	.events-feed-item .event-card-date {
		border-right: none;
		border-bottom: 3px solid #fdc126;
		margin-bottom: 16px;
		padding: 0;
	}

	.events-feed-item .event-info {
		padding-left: 0;
	}
}

/*ticker 232750*/

/* ticket 227093 */
/* locations component */

.c-interactive-list__location-sublocation-title a {
	float: none;
	display: block;
	width: fit-content;
	margin-bottom: 12px;
}

.c-interactive-list__location-sublocation-title {
	/* border-bottom: 1px solid #fff; */
	/* margin-bottom: 10px; */
	border-bottom: 0;
	margin-bottom: 0;
	display: block;
	position: relative;
	width: 100%;
}

.c-interactive-list__location-sublocation-title h3 {
	line-height: 1.1;
}

.c-interactive-list__container hr {
	margin-top: 12px;
	margin-bottom: 16px;
	color: white;
}

.c-interactive-list__location-sublocation-details>div:last-of-type {
	text-align: left;
}

.c-interactive-list__location-sublocation-details>div a {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 800px) {
	.c-interactive-list__location-details {
		display: none !important;
	}

	.c-interactive-list__location-detail.detail-mobile {
		display: none;
	}

	.location-list-item.is-open {
		scroll-margin-top: 96px;
	}

	.c-interactive-list__container .c-interactive-list__locations li {
		height: auto;
		min-height: 75px;
	}

	.c-interactive-list__container .c-interactive-list__locations li a.button {
		display: inline-block;
		width: auto;
		padding: 12px;
	}

	.c-interactive-list__location-details.mobile-details {
		display: block !important;
		padding-left: 0 !important;
		width: 100% !important;
	}

	.c-interactive-list__location-sublocation-title a.button {
		float: none;
		font-size: 12px;
		height: auto;
		margin-top: 6px;
		margin-bottom: 12px;
		padding: 0 8px;
	}

	/* Show the location detail when the corresponding list item is active */
	.location-list-item.is-open .c-interactive-list__location-detail.detail-mobile {
		display: block;
	}

	.c-interactive-list__location-sublocation {
		padding-right: 16px;
	}

	.c-interactive-list__location-sublocation-details {
		font-size: 1rem;
		line-height: 1.5rem;
		font-family: var(--font-sans-serif);
	}
}

@media only screen and (min-width: 801px) {

	.location-list-item.is-open .c-interactive-list__location-detail.detail-mobile,
	.location-list-item .c-interactive-list__location-detail.detail-mobile {
		display: none;
	}

	.c-interactive-list__location-details {
		display: block;
	}

	.detail-desktop:not(.is-open) {
		display: none !important;
	}

	.detail-desktop.is-open {
		display: block !important;
	}

	.c-interactive-list__location-sublocation-title {
		margin-bottom: 12px;
	}
}

.c-interactive-steps a.continue-to-next-step,
.c-interactive-steps a.continue-to-next-step-mobile {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	margin-top: 14px;
	font-size: 16px;
}

.c-interactive-steps a.continue-to-next-step:focus,
.c-interactive-steps a.continue-to-next-step-mobile:focus {
	/* position: fixed; */
	/* top: 0;       */
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	z-index: 2001;
}

.c-interactive-steps a.continue-to-next-step-mobile:focus {
	margin-bottom: 20px;
}

/* For ou search on no results */
.ou-search-didyoumean {
	padding-left: 10% !important;
	padding-right: 10% !important;
}

@media screen and (max-width: 768px) {
	.ou-search-didyoumean {
		padding-left: 4.54545454% !important;
		padding-right: 4.54545454% !important;
	}
}

.ou-search-no-results {
	padding-left: 10% !important;
	padding-right: 10% !important;
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.ou-search-no-results {
		padding-left: 4.54545454% !important;
		padding-right: 4.54545454% !important;
	}
}
/* EA 6/24/25 - Spacing looked awkward on pages starting with snippets that had backgrounds
#main-content {
	margin: 40px 0;
}

@media screen and (max-width: 768px) {
	#main-content {
		margin: 30px 0;
	}
}*/

/* ticket 244596 */
.c-three-up ul,
.c-three-up ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}


.c-three-up li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.5em;
	justify-content: start;
}


.c-three-up ul li::before {
	content: "•";
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}


.c-three-up ol {
	counter-reset: item;
}


.c-three-up ol li {
	counter-increment: item;
}


.c-three-up ol li::before {
	content: counter(item) ".";
	font-variant-numeric: lining-nums tabular-nums;
	/* ensures consistent digit width & alignment */
	text-align: right;
}


/* DS 244703 */
.c-interactive-steps__container ol,
.c-interactive-steps__container div.tablist {
	font-family: var(--font-serif);
	font-size: 32px;
	list-style: numeric;
	list-style-position: inside
}

.c-interactive-steps__container ol li,
.c-interactive-steps__container div.tablist button {
	border-bottom: 1px solid #0d2948;
	color: #004088;
	cursor: pointer;
	line-height: 45px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	transition: .2s ease-in-out;
	width: 100%;
	text-align: left;
}

.c-interactive-steps__container ol li {
	display: list-item;
}

.c-interactive-steps__container {
	counter-reset: step;
}

.c-interactive-steps__container div.tablist button {
	counter-increment: step;
}

.c-interactive-steps__container div.tablist button::before {
	content: counter(step) ". ";
	font-family: var(--font-serif);
	font-size: 32px;
}

.c-interactive-steps__container ol li.is-open,
.c-interactive-steps__container div.tablist button.is-open {
	border-bottom: 5px solid #fdc126;
	cursor: auto;
	font-weight: 600
}

/* EA 6/26/25 - Resolved bullet point bug and standardized font color */
.c-interactive-step__step-details .c-interactive-step__step-detail p {
	color:#002D53;
}

.c-interactive-step__step-details .c-interactive-step__step-detail ol li, .c-interactive-step__step-details .c-interactive-step__step-detail ul li{
	border: 0px;
	color:#002D53;
	font-family: var(--font-sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 5px 0px;
	padding: 0
}


.c-interactive-step__step-details .c-interactive-step__step-detail ol, .c-interactive-step__step-details .c-interactive-step__step-detail ul{
	padding-top: unset;
	padding-bottom: unset;
	margin: 10px 0px
}

@media screen and (max-width:800px) {


	.c-interactive-steps__container ol li,
	.c-interactive-steps__container div.tablist button {
		height: auto
	}

	.c-interactive-steps__container ol,
	.c-interactive-steps__container div.tablist {
		font-family: var(--font-serif);
		font-size: 24px;
		list-style: numeric;
		list-style-position: inside
	}

	.c-interactive-steps__container div.tablist button::before {
		content: counter(step) ". ";
		font-family: var(--font-serif);
		font-size: 24px;
	}

	.c-interactive-steps__container ol li .step-list-item-link,
	.c-interactive-steps__container div.tablist button {
		margin-bottom: 15px
	}

	.is-open .c-interactive-step__step-detail-mobile,
	.is-open+.c-interactive-step__step-detail-mobile {
		display: block;
		margin-top: 15px
	}

	.c-interactive-steps__container div.tablist button:not(.is-open) {
			padding-right: 30px;
	}
	
	/* EA 6/26/25 - Resolved bullet point bug and standardized font color */
	.c-interactive-step__step-detail-mobile p {
		color:#002D53;
	}

	.c-interactive-step__step-detail-mobile ol li, .c-interactive-step__step-detail-mobile ul li{
		border: 0px;
		color:#002D53;
		font-family: var(--font-sans-serif);
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		margin: 5px;
		padding: 0;
	}

	.c-interactive-step__step-detail-mobile ol, .c-interactive-step__step-detail-mobile ul{
		padding-top: unset;
		padding-bottom: unset;
		padding-left: 20px;
		margin: 10px 0px;
	}

}
/* END DS 244703 */

/* Foundations Donation Styling Component EA 6/5/25*/
.form-asset-margin {
	margin: 0 10%;
}

@media screen and (max-width: 768px) {
	.form-asset-margin {
	margin: 0 4.4545%;
	background-color: transparent;
}
}

/* END OF Foundations Donation Styling Component EA 6/5/25*/

/* ticket 239810; new article element */
.sideby-large,
.sideby-small {
	display: block;
	overflow: hidden;
}

.sideby-large .article-figure {
	float: left;
	width: 33%;
}

.sideby-small .article-figure {
	float: left;
	width: 25%;
}

.article-figure.img-right {
	float: right;
}

.sideby-large .article-figure,
.sideby-small .article-figure {
	margin: 0 30px 15px 0;
}

.sideby-large .article-figure.img-right,
.sideby-small .article-figure.img-right {
	margin: 0 0 15px 30px;
}

.sideby-large .article-figure img,
.sideby-small .article-figure img {
	min-width: 100%;
	height: auto;
	display: block;
}

figure.article-figure figcaption {
	font-size: 16px;
	line-height: 1.4;
	font-style: italic;
	margin-top: 5px;
}

.news-article #main-content {
	margin-top: 50px;
}

.news-article img {
	border-radius: 6px;
}

.c-wysiwyg .news-article p.caption {
	margin-top: 20px;
}

.c-wysiwyg .news-article h2 {
	font-size: 28px;
}

a:not(.button).back-to {
	text-decoration: none;
	color: #004088;
	display: block;
	margin: 10px 0;
}

.back-to svg {
	display: inline;
}

@media (max-width:768px) {

	.sideby-large .article-figure,
	.sideby-small .article-figure {
		float: none;
		width: 100%;
	}

	.sideby-large img,
	.sideby-small img {
		max-height: 600px;
		object-fit: cover;
		object-position: top;
	}

	.sideby-large .article-figure,
	.sideby-small .article-figure {
		margin: 0 0 20px 0 !important;
	}
}

/* END ticket 239810; new article element */

/* Start 247817 */
@media screen and (min-width:769px){
	.c-rss-feed .button{
		position:absolute !important;
		right:0;
		top:18px;
	}
}
/* End 247817 */

/* Start 248646 */
@media screen and (min-width: 769px){
	.bottom-spacing{
		margin-bottom: 2em !important;
	}
	.c-rss-feed .article-spacing{
		max-width:calc(33.33333% - 20px);
	}
}
@media screen and (min-width: 769px) and (max-width:800px){
	.c-rss-feed .article-spacing{
		margin-right: 30px !important;
	}
}
/* End 248646 */

/* Start 247819 */
.breadcrumbs{
	height: auto !important;
	padding-top:14px;
	padding-bottom:14px;
	font-size: 14px !important;
	line-height: 35px !important;
}

/* End 247819 */


/* ticket 250215 - start */
			.c-cta-large__contain .button {
			transform: translateY(-50%);
			max-width: 300px;
			}


			@media screen and (max-width: 1400px) {
			.c-cta-large__contain .button {
			position: static;
			margin-top: 30px;
			transform: translateY(0);
			}
			}


			@media screen and (max-width: 1024px) {
			.c-cta-large__contain {
			padding: 60px 90px;
			text-align: center;
			}


			.c-cta-large__contain::before {
			height: 75px;
			left: 50%;
			position: absolute;
			top: -30px;
			transform: translateX(-50%);
			width: 2px;
			}


			.c-cta-large__contain h2 {
			max-width: 100%;
			text-align: center;
			width: 100%;
			}
			}


			/* ticket 250215 - end */

			/* search updates ticket 250214 - start */

			/* search dropdown */
			 #header-search-input {
				font-weight: 600;
			}

			/* search page */
			.custom-search-hero {
			background: linear-gradient(135deg, #003ab4, #002c5a 38%, #002c5a 71%, #003ab4 96%, #003182);
			}

			#header-search-input, #ousearchq {
			padding: 0 0 0 10px;
			color:white;
			}

			#ou-search-results {
			margin-top: 60px;
			}

			#ou-search-results .ou-bestbets {
			border: solid #004088 !important;
			border-bottom-left-radius: 5px !important;
			border-bottom-right-radius: 5px !important;
			border-width: 1px 1px 5px !important;
			padding: 20px 30px 30px 30px !important;
			}

			.c-search-results {
			padding-top: 30px !important;
			}

			.c-result {
			border-bottom: 1px solid #cfcfcf;
			}

			#ou-search-results ul li {
			padding-bottom: 30px !important;
			}

			#ou-search-results ul li:last-of-type {
			padding-bottom: 0 !important;
			}

			.ou-bestbets .ou-search-list-li h3:hover {
			text-decoration: underline;
			}

			#ou-search-results .ou-bestbets li.ou-search-list-li:last-of-type {
			padding-bottom: 0;
			}

			 
			h2.bestbets-heading {
			color: #004088;
			font-family: var(--font-serif);
			margin-bottom: 1.5rem !important;
			font-size: 45px !important;
			}


			 .c-result h2, h3.ou-search-result-heading {
			font-family: var(--font-sans-serif);
	        font-size: 25px;
			font-weight: 600;
            line-height: 1.5;
			color: #004088;
			margin-bottom: .8rem;
			}

			.c-result p {
				font-size: 18px !important;
			}

			.ou-bestbets p:last-of-type {
			margin-bottom: 0;
			}



			.c-result h2:hover {
			text-decoration: underline;
			}

			.c-result__icon {
			display: none !important;
			}

			.c-result .c-result__url {
			margin-bottom: 0;
			color: rgb(0, 29, 82);
			font-size: 16px;
			}

			.c-result .c-result__desc {
			margin-bottom: 20px;
			}

			.c-search-panel {
			top: 5rem !important;
			}

			@media screen and (max-width: 768px) {
			.custom-search-hero .c-search-submit {
			display: flex !important;
			}

			.custom-search-hero .c-hero-standard__contain-copy,
			.custom-search-hero .container {
			padding: 0;
			margin: 0;
			}

			.custom-search-hero .container {
			width: 100%;
			}
			}

			/* ticket 250214 - end */
			#ou-search-results a .c-result__url {
			display:none;
			}

			#ou-search-results .ou-search-link

			{
			display:none;
			}

			.c-result h2 {
			margin-bottom: 5px;
			}

			.c-result__desc {
			display: -webkit-box;
			-webkit-line-clamp: 3; /* pick a number of lines */
			-webkit-box-orient: vertical;
			overflow: hidden;
			}

			.focus\:bg-blue-navy:focus {
			/* --tw-bg-opacity: 1; */
			/* background-color: rgba(0, 29, 82, var(--tw-bg-opacity)); */
			color: white;
			}

			@media screen and (max-width: 768px) {
			.c-search-submit {
			display: none !important;
			}
				h2.bestbets-heading {
			font-size: 36px !important;
			}
			}

			
			button.the-header__button.c-search-trigger.text-white>svg {
			display: none !important;
			}


			button.the-header__button.c-search-trigger.text-white::after {
			content: "";
			display: inline-block;
			width: 14px;
			height: 14px;
			vertical-align: middle;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' aria-hidden='true' fill='none'%3E%3Cpath d='M2 2 L12 12 M2 12 L12 2' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
			background-repeat: no-repeat;
			background-position: center;
			background-size: 100% 100%;
			margin-top: 1px;
			margin-left: .5rem;
			}

			button.the-header__button.c-search-trigger.text-white>svg {
			display: none !important;
			}


			button.the-header__button.c-search-trigger.text-white::after {
			content: "";
			display: inline-block;
			width: 14px;
			height: 14px;
			vertical-align: middle;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' aria-hidden='true' fill='none'%3E%3Cpath d='M2 2 L12 12 M2 12 L12 2' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
			background-repeat: no-repeat;
			background-position: center;
			background-size: 100% 100%;
			margin-top: 1px;
			}

			/* ticket 250214 - end */


/* #254384 */


.contents_new .c-fifty-fifty__location-detail > div:nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  box-shadow: inset 0 -2px 0 0 #004088;
  border-bottom: 2px solid transparent;
  transition: box-shadow 0.25s ease-in-out, color 0.25s ease-in-out;
}


.fifty-fifty-copy-blue
  .contents_new
  .c-fifty-fifty__location-detail
  > div:nth-child(1) {
  box-shadow: inset 0 -2px 0 0 white;
  border-bottom: 2px solid transparent;
  color: white;
}


.contents_new
  .c-fifty-fifty__location-detail
  > div:has(a:not(.button)):nth-child(1):hover {
  box-shadow: inset 0 -4px 0 0 #0059f3;
  color: #0059f3;
}


.fifty-fifty-copy-blue
  .contents_new
  .c-fifty-fifty__location-detail
  > div:has(a:not(.button)):nth-child(1):hover {
  box-shadow: inset 0 -4px 0 0 #fdc126;
}


.contents_new .c-fifty-fifty__location-detail .c-fifty-fifty__info-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 8px;
  padding-top: 7.5px;
}


.contents_new .c-fifty-fifty__location-detail .c-fifty-fifty__info-row > div {
  text-align: right;
}


.contents_new .c-fifty-fifty__location-detail div.campus-link a,
.contents_new .c-fifty-fifty__location-detail div.campus-link button {
  position: relative;
  text-decoration: none;
}


.contents_new .c-fifty-fifty__location-detail > div:nth-child(1) a {
  text-decoration: none;
  max-width: calc(100% - 28px);
}


.fifty-fifty-copy-blue .contents_new .c-fifty-fifty__location-detail a,
.fifty-fifty-copy-blue {
  color: white;
}


.contents_new .c-fifty-fifty__location-detail > div:nth-child(1) h3 {
  font-family: var(--sans-serif);
  font-weight: 600;
  font-size: 1.25rem;
  color: #004088;
}


.fifty-fifty-copy-blue
  .contents_new
  .c-fifty-fifty__location-detail
  > div:nth-child(1)
  h3 {
  color: white;
}


.contents_new
  .c-fifty-fifty__location-detail
  > div:has(a:not(.button)):nth-child(1):hover
  h3 {
  color: #0059f3;
}


.fifty-fifty-copy-blue
  .contents_new
  .c-fifty-fifty__location-detail
  > div:has(a:not(.button)):nth-child(1):hover
  h3 {
  color: white;
}


.contents_new .c-fifty-fifty__location-detail > div:nth-child(1) h3 svg {
  position: absolute;
  right: 0;
  top: 14px;
  transform: translateY(-50%);
  stroke: #004088;
}
.contents_new .c-fifty-fifty__location-detail > div:nth-child(1) h3 svg path {
  stroke-width: 2;
}


.fifty-fifty-copy-blue
  .contents_new
  .c-fifty-fifty__location-detail
  > div:nth-child(1)
  h3
  svg {
  stroke: white !important;
}


.contents_new
  .c-fifty-fifty__location-detail
  > div:has(a:not(.button)):nth-child(1):hover
  h3
  svg {
  stroke: #0059f3 !important;
}
.contents_new
  .c-fifty-fifty__location-detail
  > div:has(a:not(.button)):nth-child(1):hover
  h3
  svg
  path {
  stroke-width: 4 !important;
}


.fifty-fifty-copy-blue
  .contents_new
  .c-fifty-fifty__location-detail
  > div:has(a:not(.button)):nth-child(1):hover
  h3
  svg {
  stroke: #fdc126 !important;
}


.contents_new .c-fifty-fifty__location-detail div.campus-link {
  padding-top: 24px;
}


.contents_new .c-fifty-fifty__location-detail > div:last-of-type a {
  width: auto;
}


.c-fifty-fifty__location-detail .button {
  margin-top: 4px;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Atkinson Hyperlegible Next", system-ui, Helvetica, Arial,
    sans-serif;
}


@media (min-width: 1200.5px) {
  .contents_new .c-fifty-fifty__location-detail > div:nth-child(1) h3 {
    margin-right: 24px;
  }
}


/* #254384  end*/
