/* WP CORE Block Style Overrides */

body #interface-interface-skeleton__body a {
	text-decoration: underline;
}

.block-editor-block-list__block[data-align="right"],
.block-editor-block-list__block[data-align="left"] {
	z-index: 300;
}

.block-editor-block-list__layout .wp-block[data-align="center"] {
	clear: both;
}

.block-editor-block-list__layout .uofi-card.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

ul.is-flex-container li {
	list-style-type: none;
}

/* Universal/Utility Classes */

.entry-content>.uofi-default-block>.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.entry-content>.uofi-default-block>.alignleft {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}

.entry-content>.uofi-default-block>.alignright {
	margin-right: 0;
	padding-right: 0;
	margin-top: 0;
	padding-top: 0;
}

.entry-content>.uofi-default-block>.alignwide,
.entry-content>.uofi-default-block>.alignfull {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.il-formatted ol,
.il-formatted ul {
	margin-left: 1rem;
}

.il-formatted ul li ol li {
	list-style: inherit;
}

/* V3 Toolkit Link Formatting */

#primary .il-formatted *:not(.has-link-color, .wp-block-button) > a:not(.il-button, .ilw-button, .wp-block-file__button),
#primary .nav-links a:not(.il-button, .ilw-button) {
	color: var(--ilw-link--color);
	text-decoration: underline;
	cursor: pointer;
	transition: none;
}

#primary .il-formatted *:not(.has-link-color, .wp-block-button) > a:not(.il-button, .ilw-button, .wp-block-file__button):hover,
#primary .nav-links a:not(.il-button, .ilw-button):hover
.ilw-footer-menu a:hover {
	color: var(--ilw-link--focused-color);
	text-decoration: underline;
	cursor: pointer;
}

#primary .il-formatted *:not(.has-link-color, .wp-block-button) > a:not(.il-button, .ilw-button, .wp-block-file__button):focus,
#primary .nav-links a:not(.il-button, .ilw-button):focus
.ilw-footer-menu a:focus {
	background-color: var(--ilw-link--focus-background-color);
	color: var(--ilw-link--focus-color);
	outline: var(--ilw-link--focus-outline);
}

.il-footer-parent a {
	color: var(--ilw-link--color) !important;
	transition: none;
}

.il-footer-parent a:focus,
.il-footer-parent a:hover {
	text-decoration: underline;
}

#primary .nav-links a {
	font-family: "Source Sans", sans-serif;
	font-size: 18px;
}

/* WP Social Links Formatting */
.wp-block-social-links {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* WP Block File Button Formatting */
#primary .wp-block-file {
	font-size: 18px;
}

#primary .wp-block-file__button {
	background-color: var(--ilw-button--background-color);
	border: 2px solid var(--ilw-button--border-color);
	border-radius: .25em;
	color: var(--ilw-button--foreground-color);
	cursor: pointer;
	display: inline-block;
	font: 700 1.188rem/1.25rem var(--il-font-sans);
	letter-spacing: .01em;
	margin: 6px 12px 6px 12px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s;
}

#primary .wp-block-file__button:hover {
	background-color: var(--ilw-button--focused-background-color);
	border-color: var(--ilw-button--focused-border-color);
	color: var(--ilw-button--focused-foreground-color);
	outline: 0;
}

/* Buttons */
.wp-block-buttons,
.wp-block-uofi-uofi-buttons {
	margin: 1.6rem 0;
}

.wp-block-buttons>.wp-block-button,
.wp-block-uofi-uofi-buttons>.wp-block-uofi-uofi-button {
	display: inline-block;
	margin-left: 0;
	margin-right: .5em;
	margin-bottom: .5em;
}

div[data-type*="uofi/uofi-button"] {
	display: inline-block !important;
	margin-left: 0 !important;
	margin-right: .5em !important;
	margin-bottom: .5em !important;
}

/* Button Primary/Default */

body #primary_secondary_wrapper .wp-block-button__link,
body #editor .wp-block-button__link,
body #editor .is-style-button-primary .wp-block-button__link,
body #primary_secondary_wrapper .is-style-button-primary .wp-block-button__link {
	color: var(--il-blue);
}

body #primary_secondary_wrapper .wp-block-button__link,
body #editor .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-primary .wp-block-button__link,
body #editor .wp-block-button.is-style-button-primary .wp-block-button__link {
	background-color: #FFF;
	border-radius: .25em;
	border: solid 2px var(--il-blue);
	padding: 12px 20px;
	text-align: center;
	color: var(--il-blue);
	font: 700 1.1875rem/1.25rem var(--il-font-sans);
	letter-spacing: .01em;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}

body #editor .wp-block-button:hover .wp-block-button__link,
body #editor .wp-block-button.is-style-button-primary:hover .wp-block-button__link,
body #editor .wp-block-button:active .wp-block-button__link,
body #editor .wp-block-button.is-style-button-primary:active .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button:hover .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-primary:hover .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button:active .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-primary:active .wp-block-button__link {
	color: #FFF;
	background-color: var(--il-blue);
	cursor: pointer;
	text-decoration: underline;
}

body #editor a:hover.wp-block-button__link,
body #primary_secondary_wrapper a:hover.wp-block-button__link,
body #editor a:hover.is-style-primary .wp-block-button__link,
body #primary_secondary_wrapper a:hover.is-style-primary .wp-block-button__link {
	text-decoration: none;
	color: #FFF;
}

/* Button Secondary */


body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary .wp-block-button__link,
body #editor .wp-block-button.is-style-button-secondary .wp-block-button__link {
	background-color: #FFF;
	color: var(--il-orange);
	border: solid 2px var(--il-orange);
}

body #editor .wp-block-button.is-style-button-secondary:hover .wp-block-button__link,
body #editor .wp-block-button.is-style-button-secondary:active .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary:hover .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary:active .wp-block-button__link {
	color: #FFF;
	background-color: var(--il-orange);
}

body #editor .wp-block-button.is-style-button-secondary:hover .wp-block-button__link,
body #editor .wp-block-button.is-style-button-secondary:active .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary:hover .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary:active .wp-block-button__link {
	color: #FFF;
}


body #primary_secondary_wrapper .is-style-button-secondary .wp-block-button__link,
body #editor .is-style-button-secondary .wp-block-button__link {
	background-color: transparent;
	color: var(--il-orange);
}


/* Button Illini Blue Solid */

body #editor .wp-block-button.is-style-button-illini-blue-solid .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-blue-solid .wp-block-button__link {
	background-color: var(--il-blue);
	border: solid 2px var(--il-blue);
	color: #FFF
}

body #editor .wp-block-button.is-style-button-illini-blue-solid:hover .wp-block-button__link,
body #editor .wp-block-button.is-style-button-illini-blue-solid:active .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-blue-solid:hover .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-blue-solid:active .wp-block-button__link {
	background-color: var(--il-orange);
	border: solid 2px var(--il-orange);
}


/* Button Illini Orange Solid */


body #editor .wp-block-button.is-style-button-illini-orange-solid .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-orange-solid .wp-block-button__link {
	background-color: var(--il-orange);
	border: solid 2px var(--il-orange);
	color: #FFF;
}


body #editor .wp-block-button.is-style-button-illini-orange-solid:hover .wp-block-button__link,
body #editor .wp-block-button.is-style-button-illini-orange-solid:active .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-orange-solid:hover .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-orange-solid:active .wp-block-button__link {
	background-color: var(--il-blue);
	border: solid 2px var(--il-blue);
}

/* Button Focus */

body #editor .wp-block-button:focus,
body #editor .wp-block-button.is-style-button-primary:focus,
body #primary_secondary_wrapper .wp-block-button .wp-block-button__link:focus,
body #primary_secondary_wrapper .wp-block-button:focus {
	color: var(--il-blue) !important;
	background-color: var(--il-arches-lighter-3) !important;
	border-color: var(--il-blue) !important;
	outline: var(--ilw-link--focus-outline) !important;
	cursor: pointer;
	text-decoration: underline;
}

/* tables */
.il-formatted .wp-block-table.is-style-simple tbody tr:nth-child(odd),
.wp-block-table.is-style-simple tbody tr:nth-child(odd) {
	background-color: transparent;
}

.il-formatted .wp-block-table.is-style-simple thead th,
.wp-block-table.is-style-simple thead th {
	border: none;
	background-color: var(--il-industrial-blue);
	color: #fff;
}

.il-formatted .wp-block-table.is-style-simple table,
.wp-block-table.is-style-simple table,
.il-formatted .wp-block-table.is-style-simple th,
.wp-block-table.is-style-simple th,
.il-formatted .wp-block-table.is-style-simple td,
.wp-block-table.is-style-simple td {
	border: 1px solid black;
}

.il-formatted .wp-block-table.is-style-no-borders tbody tr:nth-child(odd),
.wp-block-table.is-style-no-borders tbody tr:nth-child(odd) {
	background-color: transparent;
}

.il-formatted .wp-block-table.alignwide table,
.wp-block-table.alignwide table,
.il-formatted .wp-block-table.alignwide,
.wp-block-table.alignwide {
	width: 100%;
}

.il-formatted .wp-block-table.alignfull table,
.wp-block-table.alignfull table,
.il-formatted .wp-block-table.alignfull,
.wp-block-table.alignfull {
	max-width: 100%;
	width: 100%;
}

/* wp media and text block */

.wp-media-text-wrapper {
	margin-bottom: 1rem;
}

.wp-block-media-text {
	padding: 1rem;
}

.il-formatted .wp-block-media-text a,
.wp-block-media-text a {
	color: var(--il-link-color) !important;
}

.il-formatted .wp-block-media-text a:focus,
.wp-block-media-text a:focus,
.il-formatted .wp-block-media-text a:hover,
.wp-block-media-text a:hover {
	color: var(--il-link-hover-color) !important;
}

.il-formatted .wp-block-media-text.is-style-secondary a,
.wp-block-media-text.is-style-secondary a {
	color: var(--il-link-hover-color) !important;
}

.il-formatted .wp-block-media-text.is-style-secondary a:focus,
.wp-block-media-text.is-style-secondary a:focus,
.il-formatted .wp-block-media-text.is-style-secondary a:hover,
.wp-block-media-text.is-style-secondary a:hover {
	color: white !important;
}

.il-formatted .wp-block-media-text.is-style-tertiary a,
.wp-block-media-text.is-style-tertiary a {
	color: var(--il-link-color) !important;
}

.il-formatted .wp-block-media-text.is-style-tertiary a:focus,
.wp-block-media-text.is-style-tertiary a:focus,
.il-formatted .wp-block-media-text.is-style-tertiary a:hover,
.wp-block-media-text.is-style-tertiary a:hover {
	color: white !important;
}

.il-formatted .wp-block-media-text.is-style-quaternary a,
.wp-block-media-text.is-style-quaternary a {
	color: var(--il-link-hover-color) !important;
}

.il-formatted .wp-block-media-text.is-style-quaternary a:focus,
.wp-block-media-text.is-style-quaternary a:focus,
.il-formatted .wp-block-media-text.is-style-quaternary a:hover,
.wp-block-media-text.is-style-quaternary a:hover {
	color: black !important;
}

.entry-content>.uofi-default-block>.wp-block-media-text.alignwide,
.entry-content>.uofi-default-block>.wp-block-media-text.alignfull {
	padding: 1rem !important;
}

.wp-block-media-text .il-formatted,
.wp-block-media-text {
	color: unset;
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
	width: auto;
	max-height: 300px;
}

.wp-block-media-text .has-large-font-size {
	font-size: 2.0rem;
	font-weight: bold;
}

.wp-block-media-text.block-editor-block-list__block {
	padding: 1rem;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: unset;
}

@media (max-width: 600px) {

	.il-formatted .wp-block-media-text>figure,
	.wp-block-media-text>figure {
		margin-bottom: 5rem;
	}
}

@media (max-width: 1150px) {

	body.has-sidebar .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
	body.has-sidebar .wp-block-media-text .wp-block-media-text__content {
		-ms-grid-column: auto/auto;
		grid-column: auto/auto;
		-ms-grid-row: auto/auto;
		grid-row: auto/auto;
	}
}

@media (max-width: 850px) {

	body.no-sidebar .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
	body.no-sidebar .wp-block-media-text .wp-block-media-text__content {
		-ms-grid-column: auto/auto;
		grid-column: auto/auto;
		-ms-grid-row: auto/auto;
		grid-row: auto/auto;
	}

	.wp-block-media-text__content>.uofi-default-block>* {
		display: block !important;
	}

	body.no-sidebar .wp-block-media-text>figure>img {
		max-width: 100% !important;
		width: 100% !important;
		display: block !important;
		margin: auto !important;
		object-fit: contain !important;
	}
}

/* quote block */
.wp-block-quote,
.il-formatted .wp-block-quote {
	display: block;
	background: #F0F0F0;
	color: #13294B;
	font-size: 1.5rem;
	padding: 1rem;
	margin: 0;
	margin-bottom: 1.5rem;
}

.wp-block-quote p {
	font-weight: 600;
	margin-bottom: 0;
}

.wp-block-quote cite {
	font-size: 1rem;
}

.wp-block-quote.has-text-align-right {
	border-right: 4px solid #ff552e;
	border-left: none;
	float: right;
}

.wp-block-quote.has-text-align-right+* {
	clear: right;
}

.wp-block-quote.has-text-align-left {
	border-left: 4px solid #ff552e;
	width: 100%;
}

.wp-block-quote.has-text-align-center {
	border-left: 4px solid #ff552e;
	border-right: 4px solid #ff552e;
	width: 100%;
}

.wp-block-quote.has-text-align-right {
	border-right: 4px solid #ff552e;
	width: 100%;
}

.has-text-align-left,
.has-text-align-left>*,
.il-formatted .has-text-align-center,
.il-formatted .has-text-align-center>* {
	text-align: left;
}

.has-text-align-center,
.has-text-align-center>*,
.il-formatted .has-text-align-center,
.il-formatted .has-text-align-center>* {
	text-align: center;
}

.has-text-align-right,
.has-text-align-right>*,
.il-formatted .has-text-align-right,
.il-formatted .has-text-align-right>* {
	text-align: right;
}

/* pull quote */

.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull {
	display: block;
}

.wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignfull blockquote {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.wp-block-pullquote,
.il-formatted .wp-block-pullquote {
	border-top: 1px solid #dddede;
	border-bottom: 1px solid #dddede;
	margin: 0 1rem 1rem 1rem;
	padding: 0.5rem;
	color: #13294b;
}

.wp-block-pullquote p,
.il-formatted .wp-block-pullquote p {
	font-size: 1.25em;
}

.wp-block-pullquote blockquote,
.il-formatted .wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote p {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 2.25rem;
}

@media(max-width: 992px) {

	.il-formatted .wp-block-cover,
	.wp-block-cover {
		min-height: 350px !important;
	}
}

@media(max-width: 768px) {

	.il-formatted .wp-block-cover,
	.wp-block-cover {
		min-height: 300px !important;
	}
}

@media(max-width: 576px) {

	.il-formatted .wp-block-cover,
	.wp-block-cover {
		min-height: 250px !important;
	}
}

.il-formatted .wp-block-cover p,
.wp-block-cover p {
	font-size: 72px !important;
}

@media(max-width: 992px) {

	.il-formatted .wp-block-cover p,
	.wp-block-cover p {
		font-size: 72px !important;
	}
}

@media(max-width: 768px) {

	.il-formatted .wp-block-cover p,
	.wp-block-cover p {
		font-size: 64px !important;
	}
}

@media(max-width: 576px) {

	.il-formatted .wp-block-cover p,
	.wp-block-cover p {
		font-size: 48px !important;
	}
}

.il-formatted .wp-block-cover p,
.wp-block-cover p {
	font-family: var(--il-source-sans);
	font-weight: bold;
	margin: 1.6rem 0;
	text-shadow: 0px 0px 1px rgb(0 0 0 / 50%), 0px 0px 2px rgb(0 0 0), 0px 0px 8px rgb(0 0 0), 0px 0px 16px rgb(0 0 0 / 85%), 0px 0px 24px rgb(0 0 0 / 70%);
}

.il-formatted .wp-block-cover p:not(.has-background),
.wp-block-cover p:not(.has-background) {
	background-color: transparent !important;
}

.il-formatted .wp-block-cover p:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: white !important;
}

.il-formatted .wp-block-cover.is-style-white-text-shadow p,
.wp-block-cover.is-style-white-text-shadow p {
	text-shadow: 0px 0px 1px rgb(255 255 255 / 50%), 0px 0px 2px rgb(255 255 255), 0px 0px 8px rgb(255 255 255), 0px 0px 16px rgb(255 255 255 / 85%), 0px 0px 24px rgb(255 255 255 / 70%) !important;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: transparent;
}

.alignfull .wp-block-cover__inner-container {
	margin: 3rem;
	padding: 3rem;
}

html body .il-formatted .has-drop-cap:first-letter,
html body .has-drop-cap:first-letter {
	float: none !important;
	font-size: 2.5em !important;
	line-height: normal !important;
	font-weight: bolder !important;
	margin: 0 !important;
	text-transform: uppercase !important;
	font-style: normal !important;
}

.entry-content>figure {
	display: flex;
	flex-direction: column;
}

.wp-block-audio figcaption {
	text-align: center;
}

.wp-block-embed .wp-block-embed__wrapper {
	min-width: 280px;
}

@media (max-width: 280px) {
	.wp-block-embed .wp-block-embed__wrapper {
		min-width: 100%;
		width: 100%;
	}
}

/* Media Embed Tweaks */
.wp-block[data-align="wide"] figure {
	max-width: 100%;
}
.wp-block-embed:not(.alignwide,.alignfull) {
	max-width: 360px;
	width: 100%;
}


/* Figure, Image, and Figcaption Tweaks - Image Padding with Wrapped Content */
figure.alignright img,
figure.alignright figcaption {
	margin-left: 1.5rem !important;
}

figure.alignleft img,
figure.alignleft figcaption {
	margin-right: 1.5rem !important;
}

figure.aligncenter,
figure.alignright,
figure.alignleft {
	display: table !important;
}

figure.aligncenter figcaption {
	text-align: left !important;
}

.uofi-default-block figure.aligncenter {
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (max-width: 50rem) {
	
	.uofi-default-block > figure.alignright, 
	.uofi-default-block > figure.alignleft {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

	figure.alignright img,
	figure.alignright figcaption {
		margin-left: auto !important;
	}

	figure.alignleft img,
	figure.alignleft figcaption {
		margin-right: auto !important;
	}
}

.wp-block-embed,
.wp-block-embed figcaption {
	margin-bottom: 0.5rem !important;
}

.wp-block-embed figcaption {
	text-align: center;
}

.wp-block-image.alignwide figcaption,
.wp-block-image.alignfull figcaption {
	display: block;
}

.wp-block-table table {
	max-width: 98%;
}

.wp-block-table thead,
.wp-block-table tfoot {
	font-weight: bold;
}

.wp-block-columns>.uofi-default-block,
.wp-block-columns>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-column>.uofi-default-block>*:first-child {
	padding-top: 0;
	margin-top: 0;
}


@media (max-width: 599px) {

	.wp-block-columns>.uofi-default-block,
	.wp-block-columns>.wp-block-column {
		flex-basis: 100% !important;
	}
}

#primary_secondary_wrapper .entry-content .uofi-default-block.alignfull {
	max-width: 100% !important;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#primary_secondary_wrapper .entry-content .uofi-default-block .alignwide {
	max-width: 1140px !important;
	width: 100%;
}

pre {
	background: #eee;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
	margin-bottom: 1rem;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	margin-bottom: 0.5rem;
}

.blocks-gallery-caption {
	text-align: center;
}

.wp-block-media-text__media img {
	max-width: 100%;
}

.wp-block-media-text.alignfull figure,
.wp-block[data-align='full'] .wp-block-media-text figure {
	text-align: right;
	padding-right: 1rem;
}

.wp-block-media-text.alignfull.has-media-on-the-right figure,
.wp-block[data-align='full'] .wp-block-media-text.has-media-on-the-right figure {
	text-align: left;
	padding-right: auto;
	padding-left: 1rem;
}

.wp-block-media-text.alignfull .wp-block-media-text__content,
.wp-block[data-align='full'] .wp-block-media-text .wp-block-media-text__content {
	padding-left: 1rem !important;
}

.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content .uofi-default-block,
.wp-block[data-align='full'] .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content .wp-block-media-text__content {
	text-align: right;
}

.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content .uofi-default-block>* {
	display: inline-block;
	padding-left: auto;
	padding-right: 1rem !important;
}

.wp-block[data-align='full'] .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
}

.wp-block[data-align='full'] .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content>* {
	display: inline-block;
	padding-left: auto;
	padding-right: 1rem !important;
}

.wp-block-media-text {
	clear: left;
	/* grid-template-columns: none !important; */
}

/* Illinois Color Palette
-----------------------------------------------*/

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
.il-formatted h1.has-background,
.il-formatted h2.has-background,
.il-formatted h3.has-background,
.il-formatted h4.has-background,
.il-formatted h5.has-background,
.il-formatted h6.has-background {
	padding: 1rem;
}

.has-il-orange-background-color {
	background-color: var(--il-orange);
}

.has-il-orange-color {
	color: var(--il-orange);
}

.has-il-altgeld-background-color {
	background-color: var(--il-altgeld);
}

.has-il-altgeld-color {
	color: var(--il-altgeld);
}

.has-il-blue-background-color {
	background-color: var(--il-blue);
}

.uofi-default-block .wp-block-media-text.has-il-blue-background-color a:not(:hover):not(:focus),
.wp-block .wp-block-media-text.has-il-blue-background-color a:not(:hover):not(:focus) {
	color: white;
}


.has-il-blue-color {
	color: var(--il-blue);
}

.has-il-alma-mater-background-color {
	background-color: var(--il-alma-mater);
}

.has-il-alma-mater-color {
	color: var(--il-alma-mater);
}

.has-il-alma-mater-1-background-color {
	background-color: var(--il-alma-mater-1);
}

.has-il-alma-mater-1-color {
	color: var(--il-alma-mater-1);
}


.has-il-alma-mater-2-background-color {
	background-color: var(--il-alma-mater-2);
}

.has-il-alma-mater-2-color {
	color: var(--il-alma-mater-2);
}


.has-il-alma-mater-3-background-color {
	background-color: var(--il-alma-mater-3);
}

.has-il-alma-mater-3color {
	color: var(--il-alma-mater-3);
}

.has-il-industrial-blue-background-color {
	background-color: var(--il-industrial-blue);
}

.has-il-industrial-blue-color {
	color: var(--il-industrial-blue);
}

.has-il-industrial-blue-1-background-color {
	background-color: var(--il-industrial-blue-1);
}

.has-il-industrial-blue-1-color {
	color: var(--il-industrial-blue-1);
}

.has-il-industrial-blue-2-background-color {
	background-color: var(--il-industrial-blue-2);
}

.has-il-industrial-blue-2-color {
	color: var(--il-industrial-blue-2);
}

.has-il-industrial-blue-3-background-color {
	background-color: var(--il-industrial-blue-3);
}

.has-il-industrial-blue-3-color {
	color: var(--il-industrial-blue-3);
}

.has-il-arches-blue-background-color {
	background-color: #009fd4;
	/* hard-coded as toolkit v2 eventually droppped this color option */
}

.has-il-arches-blue-color {
	color: #009fd4;
	/* hard-coded as toolkit v2 eventually droppped this color option */
}


.has-il-arches-blue-1-background-color {
	background-color: var(--il-arches-blue-1);
}

.has-il-arches-blue-1-color {
	color: var(--il-arches-blue-1);
}


.has-il-arches-blue-2-background-color {
	background-color: var(--il-arches-blue-2);
}

.has-il-arches-blue-2-color {
	color: var(--il-arches-blue-2);
}


.has-il-arches-blue-3-background-color {
	background-color: var(--il-arches-blue-3);
}

.has-il-arches-blue-3-color {
	color: var(--il-arches-blue-3);
}

.has-il-cloud-background-color {
	background-color: var(--il-cloud);
}

.has-il-cloud-color {
	color: var(--il-cloud);
}

.has-il-cloud-1-background-color {
	background-color: var(--il-cloud-1);
}

.has-il-cloud-1-color {
	color: var(--il-cloud-1);
}

.has-il-cloud-2-background-color {
	background-color: var(--il-cloud-2);
}

.has-il-cloud-2-color {
	color: var(--il-cloud-2);
}


.has-il-cloud-3-background-color {
	background-color: var(--il-cloud-3);
}

.has-il-cloud-3-color {
	color: var(--il-cloud-3);
}

.has-il-storm-95-background-color {
	background-color: var(--il-storm-lighter-4);
}

.has-il-storm-95-color {
	color: var(--il-storm-lighter-4);
}

.has-il-storm-lighter-4-background-color {
	background-color: var(--il-storm-lighter-4);
}

.has-il-storm-lighter-4-color {
	color: var(--il-storm-lighter-4);
}


.has-il-heritage-orange-background-color {
	background-color: var(--il-heritage-orange);
}

.has-il-heritage-orange-color {
	color: var(--il-heritage-orange);
}

.has-il-heritage-orange-1-background-color {
	background-color: var(--il-heritage-orange-1);
}

.has-il-heritage-orange-1-color {
	color: var(--il-heritage-orange-1);
}


.has-il-heritage-orange-2-background-color {
	background-color: var(--il-heritage-orange-2);
}

.has-il-heritage-orange-2-color {
	color: var(--il-heritage-orange-2);
}


.has-il-heritage-orange-3-background-color {
	background-color: #b74d04;
	/* hard-coded as toolkit v2 eventually droppped this color option */
}

.has-il-heritage-orange-3-color {
	color: #b74d04;
	/* hard-coded as toolkit v2 eventually droppped this color option */
}

/* Block Editor tweaks to keep parity with template display */

figure.wp-block.wp-block-image {
	display: table;
}

figure.wp-block.wp-block-image>div {
	display: block;
}

figure.wp-block.wp-block-image>figcaption {
	display: table-caption;
	caption-side: bottom;
}

.wp-block-image.no-editor-align figure {
	display: table;
	margin: .5em auto .5em auto;
}

.wp-block-image.no-editor-align figcaption {
	display: table-caption;
	caption-side: bottom;
}

.wp-block.alignfull,
.wp-block[data-align="full"] figure {
	width: 100%;
	max-width: 100%;
}

.wp-block[data-align="full"] figure {
	padding-left: 10px;
	padding-right: 10px;
}

.wp-block[data-align="full"] figcaption,
.wp-block[data-align="wide"] figcaption {
	display: block;
	width: 100%;
}

figure.wp-block-image:not([data-align]) {
	margin-top: 0.5rem;
	z-index: 100;
}

figure.wp-block.wp-block-image>figcaption {
	display: table-caption;
	caption-side: bottom;
}

.wp-block-image.alignfull {
	display: block;
}

.wp-block-image figure {
	display: table;
	margin: .5em 1em .5em 0;
}

.il-formatted .wp-block-image figure,
.wp-block-image figure,
.il-formatted figure.wp-block-image,
figure.wp-block-image {
	margin-bottom: 1rem !important;
}

/* Main column width */
.wp-block {
	max-width: 1140px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1140px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: 100%;
}

/* Web Component Overrides */
body .il-formatted ul {
	margin-bottom: 1rem;
}

.il-formatted ul.is-grid li {
	list-style: none;
}

.il-formatted .uofi-default-block figcaption {
	padding: 1rem;
}

/* WP Editor Interface Overrides */
body .editor-styles-wrapper a {
	transition: color .3s;
}

body .interface-interface-skeleton__editor .components-snackbar-list a {
	color: #fff;
}

body .interface-interface-skeleton__editor .edit-post-sidebar__panel-tabs li::marker {
	font-size: 0;
}

/* Statistic Block */

.aligncenter.wp-block-uofi-statistic-block,
.wp-block[data-align="center"]>.block-editor-block-list__block[data-title="Statistic"] {
	width: fit-content;
	min-width: 500px;
	margin: auto;
	max-width: 100%;
}

.alignwide.wp-block-uofi-statistic-block {
	max-width: 1140px;
	width: auto;
}

.alignfull.wp-block-uofi-statistic-block {
	max-width: 100%;
	width: auto;
}

/* Image Feature Block */
.editor-styles-wrapper .uofi-image-feature ul,
.editor-styles-wrapper .uofi-image-feature ol {
	margin: 30px -32px -18px 0;
	padding: 0;
}

.editor-styles-wrapper .uofi-image-feature h1 {
	font-size: 72px;
	line-height: 1;
	margin: 0;
}

.editor-styles-wrapper .uofi-image-feature a {
	color: var(--il-link-color);
	text-decoration: none;
	transition: color .3s, text-shadow .3s;
}

.editor-styles-wrapper .uofi-image-feature a:focus,
.editor-styles-wrapper .uofi-image-feature a:hover {
	color: var(--il-link-hover-color);
	text-decoration: underline;
}

.editor-styles-wrapper .uofi-image-feature.il-theme-blue a {
	color: var(--il-link-hover-color);
	text-decoration: none;
}

.editor-styles-wrapper .uofi-image-feature.il-theme-blue a:focus,
.editor-styles-wrapper .uofi-image-feature.il-theme-blue a:hover {
	color: var(--il-link-hover-color);
	text-decoration: underline;
}


.editor-styles-wrapper .uofi-image-feature.il-theme-orange a {
	color: var(--il-link-color);
	text-decoration: none;
}

.editor-styles-wrapper .uofi-image-feature.il-theme-orange a:focus,
.editor-styles-wrapper .uofi-image-feature.il-theme-orange a:hover {
	color: var(--il-link-color);
	border-color: var(--il-blue);
	text-decoration: underline;
}

.uofi-image-feature .il-button a,
.uofi-image-feature .il-button a:hover,
.uofi-image-feature .il-button a:focus {
	text-decoration: none !important;
}

html body .uofi-image-feature .il-button a {
	transition: color .3s;
	transition: background-color .3s;
}




/* Commented out until WIGG Design Group can consider this option, --rslater, 10-21-21
/*		
	.uofi-image-feature p, .uofi-image-feature h1
		{
		text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
								0px 0px 2px rgb(0 0 0 / 100%),
								0px 0px 8px rgb(0 0 0 / 100%),
								0px 0px 16px rgb(0 0 0 / 85%),
								0px 0px 24px rgb(0 0 0 / 70%);
		}
*/
/*
	.uofi-image-feature p a
		{
		font-weight: bolder;	
		}

	.uofi-image-feature p a
		{
		transition: text-shadow .3s;	
		}

	.uofi-image-feature p a:not(:hover):not(:focus)
		{
		text-shadow: 0px 0px 1px rgb(255 255 255 / 50%),
								0px 0px 2px rgb(255 255 255 / 100%),
								0px 0px 8px rgb(255 255 255 / 100%),
								0px 0px 16px rgb(255 255 255 / 85%),
								0px 0px 24px rgb(255 255 255 / 70%);
		}

	.uofi-image-feature p a:hover, .uofi-image-feature p a:focus
	{
		text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
								0px 0px 2px rgb(0 0 0 / 100%),
								0px 0px 8px rgb(0 0 0 / 100%),
								0px 0px 16px rgb(0 0 0 / 75%),
								0px 0px 24px rgb(0 0 0 / 50%);
	}

	.uofi-image-feature.orange p a:hover, .uofi-image-feature.orange p a:focus
	{
		text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
								0px 0px 2px rgb(0 0 0 / 100%),
								0px 0px 8px rgb(0 0 0 / 100%),
								0px 0px 16px rgb(0 0 0 / 75%),
								0px 0px 24px rgb(0 0 0 / 50%);
	}
*/
/* Image Feature Block  
	.editor-styles-wrapper  .uofi-image-feature ul, .editor-styles-wrapper .uofi-image-feature ol
		{
		margin: 30px -32px -18px 0;
		padding: 0;
		}

	.editor-styles-wrapper .uofi-image-feature h1
		{
		font-size:  72px;
		line-height: 1;
		margin: 0;
		}


		
	.uofi-image-feature p, .editor-styles-wrapper .uofi-image-feature p
		{
		margin: 1rem 0;
		}

	.uofi-image-feature a, .editor-styles-wrapper .uofi-image-feature a
		{
		color: var(--il-link-color);
		text-decoration: none;		
		transition: color .3s, text-shadow .3s;
		}
		
	.uofi-image-feature.orange a, .editor-styles-wrapper .uofi-image-feature.orange a
		{
		color: var(--il-link-hover-color);
		text-decoration: none;		
		transition: color .3s, text-shadow .3s;
		}

	.uofi-image-feature.orange .cta-text a:hover, .uofi-image-feature.orange .cta-text a:focus, .uofi-image-feature.orange .cta-text a:hover *, .uofi-image-feature.orange .cta-text a:focus *
		{
		color: var(--il-link-color);
		text-decoration: none;		
		transition: color .3s, text-shadow .3s;
		}


	.uofi-image-feature a:focus, .editor-styles-wrapper .uofi-image-feature a:focus,
	.uofi-image-feature a:hover, .editor-styles-wrapper .uofi-image-feature a:hover
		{
		color: var(--il-link-hover-color);
		text-decoration: underline;
		}
		
	.uofi-image-feature.blue a, .editor-styles-wrapper .uofi-image-feature.blue a
		{
		color: var(--il-link-hover-color);
		text-decoration: none;
		}
		
	.uofi-image-feature.blue a:focus, .editor-styles-wrapper .uofi-image-feature.blue a:focus,
	.uofi-image-feature.blue a:hover, .editor-styles-wrapper .uofi-image-feature.blue a:hover
		{
		color: var(--il-link-hover-color);
		text-decoration: underline;
		}


	.uofi-image-feature.orange a, .editor-styles-wrapper .uofi-image-feature.orange a
		{
		color: var(--il-link-color);
		text-decoration: none;
		}
		
	.uofi-image-feature.orange a:focus, .editor-styles-wrapper .uofi-image-feature.orange a:focus,
	.uofi-image-feature.orange a:hover, .editor-styles-wrapper .uofi-image-feature.orange a:hover
		{
		color: var(--il-link-color);
		border-color: var(--il-blue);
		text-decoration: underline;
		}

	.uofi-image-feature .cta-text a
	{
	padding-left: 0.4em;
	padding-right: 0.4em;
	}

	.uofi-image-feature .cta-text a, .uofi-image-feature .cta-text a *
		{
		color: var(--il-link-color) !important;	
		}

	.uofi-image-feature .cta-text a:hover, .uofi-image-feature .cta-text a:focus, .uofi-image-feature .cta-text a:hover *, .uofi-image-feature .cta-text a:focus *
		{
		color: var(--il-link-hover-color) !important;	
		}
		
	.uofi-image-feature ul li a, .uofi-image-feature li a:hover, .uofi-image-feature ul li a:focus 
		{
		text-decoration: none !important;	
		}

	html body .uofi-image-feature ul li a
		{
		transition: color .3s;
		transition: background-color .3s;		
		}
		
	html body .uofi-image-feature ul li a:not(:focus):not(:hover), html body .uofi-image-feature ul li a *
		{
		color: white !important;
		}
		


	.uofi-image-feature p
		{
		font-weight: bold;
		font-size: 1.1rem;
		}

	.uofi-image-feature p, .uofi-image-feature p span
		{
		color: white !important;
		}

/* Commented out until WIGG Design Group can consider this option, --rslater, 10-21-21
/*		
	.uofi-image-feature p, .uofi-image-feature h1
		{
		text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
								0px 0px 2px rgb(0 0 0 / 100%),
								0px 0px 8px rgb(0 0 0 / 100%),
								0px 0px 16px rgb(0 0 0 / 85%),
								0px 0px 24px rgb(0 0 0 / 70%);
		}
*/
/*
	.uofi-image-feature p a
		{
		font-weight: bolder;	
		}

	.uofi-image-feature p a
		{
		transition: text-shadow .3s;	
		}

	.uofi-image-feature p a:not(:hover):not(:focus)
		{
		text-shadow: 0px 0px 1px rgb(255 255 255 / 50%),
								0px 0px 2px rgb(255 255 255 / 100%),
								0px 0px 8px rgb(255 255 255 / 100%),
								0px 0px 16px rgb(255 255 255 / 85%),
								0px 0px 24px rgb(255 255 255 / 70%);
		}

	.uofi-image-feature p a:hover, .uofi-image-feature p a:focus
	{
		text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
								0px 0px 2px rgb(0 0 0 / 100%),
								0px 0px 8px rgb(0 0 0 / 100%),
								0px 0px 16px rgb(0 0 0 / 75%),
								0px 0px 24px rgb(0 0 0 / 50%);
	}

	.uofi-image-feature.orange p a:hover, .uofi-image-feature.orange p a:focus
	{
		text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
								0px 0px 2px rgb(0 0 0 / 100%),
								0px 0px 8px rgb(0 0 0 / 100%),
								0px 0px 16px rgb(0 0 0 / 75%),
								0px 0px 24px rgb(0 0 0 / 50%);
	}
*/
/* Hero Block */
.editor-styles-wrapper .uofi-hero ul,
.editor-styles-wrapper .uofi-hero ol {
	margin: 30px -32px -18px 0;
	padding: 0;
}

.editor-styles-wrapper .uofi-hero h1 {
	font-size: 72px;
	line-height: 1;
	margin: 0;
}

.uofi-hero p,
.editor-styles-wrapper .uofi-hero p {
	margin: 1rem 0;
}


.uofi-hero.orange .cta-text a:hover,
.uofi-hero.orange .cta-text a:focus,
.uofi-hero.orange .cta-text a:hover *,
.uofi-hero.orange .cta-text a:focus * {
	color: var(--il-link-color);
	text-decoration: none;
	transition: color .3s, text-shadow .3s;
}

.uofi-hero .cta-text a {
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.uofi-hero .cta-text a,
.uofi-hero .cta-text a * {
	color: var(--il-link-color) !important;
}

.uofi-hero .cta-text a:hover,
.uofi-hero .cta-text a:focus,
.uofi-hero .cta-text a:hover *,
.uofi-hero .cta-text a:focus * {
	color: var(--il-link-hover-color) !important;
}

.uofi-hero ul li a,
.uofi-hero li a:hover,
.uofi-hero ul li a:focus {
	text-decoration: none !important;
}

html body .uofi-hero ul li a {
	transition: color .3s;
	transition: background-color .3s;
}

html body .uofi-hero ul li a:not(:focus):not(:hover),
html body .uofi-hero ul li a * {
	color: white !important;
}



.uofi-hero p {
	font-weight: bold;
	font-size: 1.1rem;
}

.uofi-hero p,
.uofi-hero p span {
	color: white !important;
}

/* Commented out until WIGG Design Group can consider this option, --rslater, 10-21-21
/*		
	.uofi-hero p, .uofi-hero h1
		{
		text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
								0px 0px 2px rgb(0 0 0 / 100%),
								0px 0px 8px rgb(0 0 0 / 100%),
								0px 0px 16px rgb(0 0 0 / 85%),
								0px 0px 24px rgb(0 0 0 / 70%);
		}
*/
.uofi-hero p a {
	font-weight: bolder;
}

.uofi-hero p a {
	transition: text-shadow .3s;
}

.uofi-hero p a:not(:hover):not(:focus) {
	text-shadow: 0px 0px 1px rgb(255 255 255 / 50%),
		0px 0px 2px rgb(255 255 255 / 100%),
		0px 0px 8px rgb(255 255 255 / 100%),
		0px 0px 16px rgb(255 255 255 / 85%),
		0px 0px 24px rgb(255 255 255 / 70%);
}

.uofi-hero p a:hover,
.uofi-hero p a:focus {
	text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
		0px 0px 2px rgb(0 0 0 / 100%),
		0px 0px 8px rgb(0 0 0 / 100%),
		0px 0px 16px rgb(0 0 0 / 75%),
		0px 0px 24px rgb(0 0 0 / 50%);
}

.uofi-hero.orange p a:hover,
.uofi-hero.orange p a:focus {
	text-shadow: 0px 0px 1px rgb(0 0 0 / 50%),
		0px 0px 2px rgb(0 0 0 / 100%),
		0px 0px 8px rgb(0 0 0 / 100%),
		0px 0px 16px rgb(0 0 0 / 75%),
		0px 0px 24px rgb(0 0 0 / 50%);
}

/* Card Deck */

.uofi-card-deck .uofi-card,
.uofi-card-deck .uofi-card il-clickable-card,
.uofi-card-deck .block-editor-inner-blocks div {
	display: flex;
	flex-wrap: wrap;
}

.uofi-card-deck {
	margin-left: -2rem;
	margin-right: -2rem;
}

.uofi-card-deck .uofi-card {
	height: 100%;
}

.uofi-card-deck .uofi-card il-clickable-card {
	display: flex;
}

/* Card */

.uofi-card {
	display: inline-block;
}

.entry-content>.uofi-default-block>.uofi-card.alignleft {
	margin-top: -0.9375rem !important;
	margin-left: -0.9375rem !important;
}

.entry-content>.uofi-default-block>.uofi-card.alignright {
	margin-top: -0.9375rem !important;
	margin-right: -0.9375rem !important;
}

/* Video Embed */

.wp-block-embed.is-type-video.alignwide,
.wp-block-embed.is-type-video.alignfull {
	width: 100%;
}

/* Latest Posts */

.wp-block-latest-posts__list.is-grid a {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2068965517em;
	margin: 1.4137931034em 0 0;
	padding: 0;
}

.wp-block-latest-posts__list.is-grid time {
	font-size: 0.9rem;
}

.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__post-excerpt {
	font-size: 1rem;
}

#primary ul.wp-block-latest-posts__list:not(.is-grid) li {
	list-style-type: none !important;
	margin: 0.5rem 0rem !important;
}
