/* WP CORE Block Style Overrides */

body #interface-interface-skeleton__body a
	{
	text-decoration: underline;
	}
	
/* Buttons */
.wp-block-buttons {
        margin: 1.6rem 0;
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em;
}
/* 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: 4px;
	border: solid 2px var(--il-blue);
	padding: 12px 30px;
	text-align: center;
	color: var(--il-blue);
	font-family: ‘Source Sans Pro’, sans-serif;
	font-weight: 600;
	font-size: 16px;
	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 #editor .wp-block-button:focus, 
body #editor .wp-block-button.is-style-button-primary:focus,
body #primary_secondary_wrapper .wp-block-button:hover .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button .wp-block-button__link:focus, 
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,
body #primary_secondary_wrapper .wp-block-button:focus, 
body #primary_secondary_wrapper .wp-block-button.is-style-button-primary:focus{
  border: solid 2px #FFF;
  color: #FFF;
  background-color: var(--il-blue);
	cursor: pointer;
}



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 #editor .wp-block-button.is-style-button-secondary:focus .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,
body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary:focus .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary .wp-block-button__link:focus
	{
	border: solid 2px #FFF;
	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 #editor .wp-block-button.is-style-button-secondary:focus .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,
body #primary_secondary_wrapper .wp-block-button.is-style-button-secondary:focus .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 #FFF;
	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 #editor .wp-block-button.is-style-button-illini-blue-solid:focus .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,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-blue-solid:focus .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-blue-solid .wp-block-button__link:focus
	{
	background-color: 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 #FFF;
	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 #editor .wp-block-button.is-style-button-illini-orange-solid:focus .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,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-orange-solid:focus .wp-block-button__link,
body #primary_secondary_wrapper .wp-block-button.is-style-button-illini-orange-solid .wp-block-button__link:focus
{
	background-color: var(--il-blue);
}



/* tables */
.wp-block-table.is-style-regular td,
.wp-block-table.is-style-regular th
{
	border: 1px solid #e1e0e0;
	padding: 0.25rem;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th
{
	border: none;
	padding: 0.25rem;
}

/* wp media and text block */

.wp-block-media-text {
	direction: ltr;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background: #1e3877;
	margin: 1.6rem 0;
	padding: 1.6rem;
	color: #fff;
}

html body .wp-block-media-text h1, html body .wp-block-media-text  h2, html body  .wp-block-media-text  h3, html body .wp-block-media-text  h4, html body .wp-block-media-text h5, html body .wp-block-media-text h6
{
	color: #fff;
}



.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;
}

@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 {
	display: block !important;
    width: 100% !important;
	float: none !important;
    background: #F0F0F0;
    display: inline-block;
    color: #13294B;
    font-size: 1.5rem;
    border-left: 4px solid #ff552e;
    padding: 1rem;
		width: 50%;
}

.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-center {
     border-left: 4px solid #ff552e;
	border-right: 4px solid #ff552e;
		width: 100%;
}

/* pull quote */
.wp-block-pullquote {
	border-top: 1px solid #dddede;
	border-bottom: 1px solid #dddede;
	margin: 1.6rem 0;
	padding: 1.6rem 0;
	color: #13294b;
}

.wp-block-pullquote p {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 2.25rem;
}

.wp-block-cover {
	font-family: 'Montserrat', 'Source Sans Variable', 'Source Sans', sans-serif;
	background-color: transparent;
	margin: 1.6rem 0;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
	font-family: inherit;
	font-weight: 700;
	font-size: 3.5rem;
	text-shadow: 0 3px 10px #13294B;
	text-align: center;
	text-transform: uppercase;
}


.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
	/* background-image: linear-gradient(174deg, rgba(255, 85, 46, 0) 5%, #ff552e 45%); */
	/* background-color: #13294b;*/
}

/* default cover block background to heritage orange - overridden if .has-ANYCOLOR-background-color */
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: var(--il-heritage-orange);
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color){
	color: var(--il-blue);
}

.alignfull .wp-block-cover__inner-container
	{
	margin: 3rem;
	padding: 3rem;	
	}

figure.wp-block-image /* This hack it to address the issue that image block by default have no alignment, and thus nor parent div to use to set and control the figcaption width. When not aligned, the wp-block-image class is pplied directly to the figure, but if aligned, applied to the parent div */
	{
	display: block;
	}

.entry-content > figure
{
	display: flex;
	flex-direction: column;
}

.entry-content > figure > *
{

}

.wp-block-audio figcaption
	{
	text-align: center;	
	}

.wp-block-embed, .wp-block-embed figcaption
	{
	margin-bottom: 0.5rem !important;
	}

.wp-block-embed figcaption
	{
	text-align: center;	
	}
	

.wp-block-image figcaption
{
	border: 1px solid #13294b;
	border-top: none;
	margin-top: 0 !important;
	padding: 0.8rem 1rem 1rem;
	font-size: 0.85rem;
}

.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;
}

@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;
	}

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;
	}

.il-formatted .wp-block-media-text:not(.has-text-color) a:not(:focus):not(:hover),  .wp-block-media-text a:not(.has-background):not(:focus):not(:hover)
	{
	color: #fff;	
	}

.il-formatted .wp-block-media-text.has-white-color a:not(:focus):not(:hover), .wp-block-media-text.has-white-color a:not(:focus):not(:hover)
	{
	color: #fff;	
	}

.il-formatted .wp-block-media-text.has-white-color a:not(:focus):not(:hover), .wp-block-media-text.has-white-color a:not(:focus):not(:hover)
	{
	color: #fff;	
	}

.il-formatted .wp-block-media-text.has-il-cloud-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-cloud-color a:not(:focus):not(:hover)
	{
	color: var(--il-cloud);
	}

.il-formatted .wp-block-media-text.has-il-cloud-1-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-cloud-1-color a:not(:focus):not(:hover)
	{
	color: var(--il-cloud-1);
	}

.il-formatted .wp-block-media-text.has-il-cloud-2-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-cloud-2-color a:not(:focus):not(:hover)
	{
	color: var(--il-cloud-2);
	}

.il-formatted .wp-block-media-text.has-il-cloud-3-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-cloud-3-color a:not(:focus):not(:hover)
	{
	color: var(--il-cloud-3);
	}

.il-formatted .wp-block-media-text.has-black-color a:not(:focus):not(:hover), .wp-block-media-text.has-black-color a:not(:focus):not(:hover)
	{
	color: #000;
	}

.il-formatted .wp-block-media-text.has-il-orange-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-orange-color a:not(:focus):not(:hover)
	{
	color: var(--il-orange);
	}

.il-formatted .wp-block-media-text.has-il-altgeld-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-altgeld-color a:not(:focus):not(:hover)
	{
	color: var(--il-altgeld);
	}

.il-formatted .wp-block-media-text.has-il-heritage-orange-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-heritage-orange-color a:not(:focus):not(:hover)
	{
	color: var(--il-heritage-orange);
	}

.il-formatted .wp-block-media-text.has-il-heritage-orange-1-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-heritage-orange-1-color a:not(:focus):not(:hover)
	{
	color: var(--il-heritage-orange-1);
	}

.il-formatted .wp-block-media-text.has-il-heritage-orange-2-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-heritage-orange-2-color a:not(:focus):not(:hover)
	{
	color: var(--il-heritage-orange-2);
	}

.il-formatted .wp-block-media-text.has-il-heritage-orange-3-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-heritage-orange-3-color a:not(:focus):not(:hover)
	{
	color: var(--il-heritage-orange-3);
	}

.il-formatted .wp-block-media-text.has-il-blue-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-blue-color a:not(:focus):not(:hover)
	{
	color: var(--il-blue);
	}

.il-formatted .wp-block-media-text.has-il-alma-mater-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-alma-mater-color a:not(:focus):not(:hover)
	{
	color: var(--il-alma-mater);
	}

.il-formatted .wp-block-media-text.has-il-alma-mater-1-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-alma-mater-1-color a:not(:focus):not(:hover)
	{
	color: var(--il-alma-mater-1);
	}

.il-formatted .wp-block-media-text.has-il-alma-mater-2-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-alma-mater-2-color a:not(:focus):not(:hover)
	{
	color: var(--il-alma-mater-2);
	}

.il-formatted .wp-block-media-text.has-il-alma-mater-3-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-alma-mater-3-color a:not(:focus):not(:hover)
	{
	color: var(--il-alma-mater-3);
	}

.il-formatted .wp-block-media-text.has-il-industrial-blue-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-industrial-blue-color a:not(:focus):not(:hover)
	{
	color: var(--il-industrial-blue);
	}

.il-formatted .wp-block-media-text.has-il-industrial-blue-1-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-industrial-blue-1-color a:not(:focus):not(:hover)
	{
	color: var(--il-industrial-blue-1);
	}

.il-formatted .wp-block-media-text.has-il-industrial-blue-2-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-industrial-blue-2-color a:not(:focus):not(:hover)
	{
	color: var(--il-industrial-blue-2);
	}

.il-formatted .wp-block-media-text.has-il-industrial-blue-3-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-industrial-blue-3-color a:not(:focus):not(:hover)
	{
	color: var(--il-industrial-blue-3);
	}

.il-formatted .wp-block-media-text.has-il-arches-blue-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-arches-blue-color a:not(:focus):not(:hover)
	{
	color: var(--il-arches-blue);
	}

.il-formatted .wp-block-media-text.has-il-arches-blue-1-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-arches-blue-1-color a:not(:focus):not(:hover)
	{
	color: var(--il-arches-blue-1);
	}

.il-formatted .wp-block-media-text.has-il-arches-blue-2-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-arches-blue-2-color a:not(:focus):not(:hover)
	{
	color: var(--il-arches-blue-2);
	}

.il-formatted .wp-block-media-text.has-il-arches-blue-3-color a:not(:focus):not(:hover), .wp-block-media-text.has-il-arches-blue-3-color a:not(:focus):not(:hover)
	{
	color: var(--il-arches-blue-3);
	}



/* For known problematic background colors, the oranges, adjust hover & focus colors in Media and Text Block links*/

.il-formatted .wp-block-media-text.has-il-orange-background-color a:focus, .il-formatted .wp-block-media-text.has-il-orange-background-color a:hover,  .wp-block-media-text.has-il-orange-background-color a:focus,
.il-formatted .wp-block-media-text.has-il-altgeld-background-color a:focus, .il-formatted .wp-block-media-text.has-il-altgeld-background-color a:hover,  .wp-block-media-text.has-il-altgeld-background-color a:focus,
.il-formatted .wp-block-media-text.has-il-heritage-orange-background-color a:focus, .il-formatted .wp-block-media-text.has-il-heritage-orange-background-color a:hover,  .wp-block-media-text.has-il-heritage-orange-background-color a:focus,
.il-formatted .wp-block-media-text.has-il-heritage-orange-1-background-color a:focus, .il-formatted .wp-block-media-text.has-il-heritage-orange-1-background-color a:hover,  .wp-block-media-text.has-il-heritage-orange-1-background-color a:focus,
.il-formatted .wp-block-media-text.has-il-heritage-orange-2-background-color a:focus, .il-formatted .wp-block-media-text.has-il-heritage-orange-2-background-color a:hover,  .wp-block-media-text.has-il-heritage-orange-2-background-color a:focus,
.il-formatted .wp-block-media-text.has-il-heritage-orange-3-background-color a:focus, .il-formatted .wp-block-media-text.has-il-heritage-orange-3-background-color a:hover,  .wp-block-media-text.has-il-heritage-orange-3-background-color a:focus
	{
	color: var(--il-link-color);
	}
	
	
	

.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; */
}



@media (max-width: 768px) {
	.wp-block-media-text>figure>img
	{
		max-width: 100% !important;	
		width: 100% !important;
		display: block !important;
		margin: auto !important;
		object-fit: contain !important;
	}

	.wp-block-media-text
	{
		display: block !important;
	}

	.wp-block-media-text__content
	{
		padding-top: 1rem !important;
	}
}



/* Illinois Color Palette
-----------------------------------------------*/

.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: var(--il-arches);
}

.has-il-arches-blue-color{
	color: var(--il-arches);
}


.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-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: var(--il-heritage-3-orange);
}

.has-il-heritage-orange-3-color{
	color: var(--il-heritage-orange-3);
}

/* 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 figure
	{
	display: table;
	margin: .5em 1em .5em 0;
	}
	
.wp-block-image figcaption
	{
	display: table-caption;
	caption-side: bottom;
	}


/* 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%;
}

/* 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;
	}

.wp-block.editor-post-title	 .editor-post-title__input
	{
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    padding: 0;
    text-align: initial;
    margin: 1.875rem 0 1.25rem;
    font: 700 2.5rem/3.25rem var(--il-source-sans);
    color: var(--il-blue)
	}
	
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6
	{
	color: var(--il-blue) !important;
	}