@media only screen and (max-width: 720px) {
    body .mobilemenu .menu-inner .tasknav {
        background: #FFF;
    }
}

/* Code to add 4th button to new header, make orange/red, line 10 and 11 are to make buttons green in drop down navs, added 1/28/25 */

.core-header.theme-ub-blue .main .tasknav .core-button.buttoncomponent:not(.color) > a, .core-header.theme-ub-blue .textoverphoto .tasknav .core-button.buttoncomponent:not(.color) > a {background: #da3c28 !important;}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 .core-button.buttoncomponent:not(.color) > a {background: #427d10 !important;}
.aem-Grid.aem-Grid--default--24 > .aem-GridColumn.aem-GridColumn--offset--default--0 .core-button.buttoncomponent:not(.color) > a {background: #427d10 !important;}

.core-header .main .left {position: relative; flex: 1 0 50%;}

.topnav-base .core-button.buttoncomponent:not(.color) a {background: #da3c28 !important;}


/** Fix line height of Covid banner for accessibility **/
.long-term-alert-banner .text.parbase.section p, .long-term-alert-banner .text.parbase.section p > b {font-size: 1.0em; line-height: 1.5 !important;}

/** Fix line height of captions for accessibility **/
.captiontext p {font-size: 0.95em; font-style: italic; color: #666; line-height: 1.5; margin-top: 10px;}

/** Fix publication date line height for accessibility **/
.pubdate p {font: italic 1.0em Sofia,Arial,sans-serif; line-height: normal; margin: 16px 0 0; color: #666; line-height: 1.5;}

/** Fix Callout line height for accessibility **/
/** .callout > div p, .callout > div ol, .callout > div ul, .callout > div li {font: 500 1.2em/1.5 Sofia,Arial,sans-serif;} **/

/** Format of News items on home **/
.list-style-teaser-news .teaser-block {clear: both;margin: 0px 0px 12px;background: none repeat scroll 0px center transparent;padding: 0px;}

.list-style-teaser-news .teaser-title {color: #369;font-size: 14px;display: inline;text-decoration: none;margin-right: 5px;font-family: DinWebRegular,"Trebuchet MS",sans-serif;}
#conditionizr.ie .list-style-teaser-news .teaser-title{line-height:1.6}

/** Makes News on home bold **/
/** .list ul.link-list{margin:0 0 0px;padding:0; font-weight:bold;} **/

/**  Fix alignment of Alumni Success carousel when Content Optimization Container is applied  **/
.homepage #center-nocols .bottom{padding:0 5px 16px}

/* Fix alignment of H1 title component in two coloumn layout */
.page #columns.two-column #center .title h1 {font: 32px/1.3 More,Georgia,serif;color: #000;margin: -11px 0 15px;}

/* set homepage carousel heights to specific amount */
.homepage .carousel .flexmodule-style{height: 235px;}

/* set font size for header buttons */
.header .tasknav .buttoncomponent.sidebyside a {display: inline-block;margin-bottom: -3px;font-size: 12px;}

/* set font size for buttons in all other areas outside of header */
.buttoncomponent.sidebyside, .buttoncomponent.sidebyside a {display: inline-block;margin-bottom: 3px;font-size: 14px;}

/* change default gray color of buttons to Lake LaSalle */
.buttoncomponent.gray a {background: #00a69c;color: #000;}

/* Increase size of text in download components */
.download {margin-bottom: 10px;margin-left: 3px;font-size: 13px;padding-bottom: 5px;}