/* Code to add 4th button to new header, make orange/red */
.next-gen-header.theme-ub-blue .main .tasknav .next-gen-button.buttoncomponent:not(.color) > a {background: #da3c28 !important;}
.next-gen-header .main .left {flex: 1 0 50% !important;}
.next-gen-header.theme-ub-blue .main .tasknav .next-gen-button.buttoncomponent:not(.color) > a, .next-gen-header.theme-ub-blue .textoverphoto .tasknav .next-gen-button.buttoncomponent:not(.color) > a {background: #da3c28 !important;}

/* Change default gray color of buttons to Lake LaSalle */
.next-gen-button.buttoncomponent.gray a, .ub-par .buttoncomponent.gray a {background: #00a69c;color: #000;}

/* Increase size of text in download components */
.download {font-size: 0.813rem !important;}

/* Decrease margins of intro text, text in topnav */
.topnav-base .introtext p {margin-top: -5px !important;}
.topnav-base p {margin-top: -20px !important;}
.topnav-base .callout p {margin-top: -4px !important;}
.topnav-base .flexmodule .teaser-block .teaser-body p {margin-top: 4px !important;}

@media only screen and (min-width: 1025px) {
.topnav-base .aem-Grid--default--12 > .title > * {margin: 0 0 1px !important; }
}

/* Change table fonts, styling */
.table table tr td {font: 0.813rem Sofia, sans-serif !important; color: #666666 !important;}
.table table th {font: bold 0.875rem Sofia,"Arial",sans-serif !important; color: #fff !important; letter-spacing: .5px !important;}
.table table th b {font: bold 0.875rem Sofia, sans-serif !important; color: #fff !important; letter-spacing: .5px !important;}
.table table tr td a {color: #0055bb !important; text-decoration: underline !important;}

/* Change social buttons that are not in header or footer */
.socialbutton a:not(.header .socialbutton a, .footer .socialbutton a, .topnav-drawer-overlay .socialbutton a, .fatfooter .socialbutton a) {
  color: #e56a54 !important; font-size: 1.875rem !important;
}