@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	xxxpadding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	/* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
	xxx-webkit-box-sizing: border-box;
	/* Firefox (desktop or Android) 28- */
	xxx-moz-box-sizing: border-box;
	/* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
	xxxbox-sizing: border-box;
}
.section:before, .container:before, header[role="banner"].is-stuck > .container:before, #uofi #ws-pa #edu-il .results-view #content-full-width #ws-content:before, #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content:before, #uofi #ws-pa #edu-il .article-view #content-full-width #ws-content:before, .pod-group:before, .grid-group:before, .list-data-horizontal-buttons:before, ul.list-data.vertical:before, .list-resource-grid:before, .news-grid:before, .section:after, .container:after, header[role="banner"].is-stuck > .container:after, #uofi #ws-pa #edu-il .results-view #content-full-width #ws-content:after, #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content:after, #uofi #ws-pa #edu-il .article-view #content-full-width #ws-content:after, .pod-group:after, .grid-group:after, .list-data-horizontal-buttons:after, ul.list-data.vertical:after, .list-resource-grid:after, .news-grid:after {
	content: "";
	display: table;
}
.section:after, .container:after, header[role="banner"].is-stuck > .container:after, #uofi #ws-pa #edu-il .results-view #content-full-width #ws-content:after, #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content:after, #uofi #ws-pa #edu-il .article-view #content-full-width #ws-content:after, .pod-group:after, .grid-group:after, .list-data-horizontal-buttons:after, ul.list-data.vertical:after, .list-resource-grid:after, .news-grid:after {
	clear: both;
}
.visiblyhidden, .nav-global-submenu-wrapper .submenu-group-header.links, section.home-social-media[role="main"] h1, #home-slideshow .marquee-mask .off-screen, .news-grid-unit > .blog-post-entry:hover .scroll-container .blog-post-title, .news-grid-unit > .blog-post-entry:hover .scroll-container .blog-post-category, #ws-a-z .ws-ds-breadcrumbs {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.ruled.col-2 li, .ruled.col-3 li, .ruled.col-4 li, .list-resource-grid > li.submenu-title > ul li {
	-webkit-column-break-inside: avoid;
	/* Chrome, Safari, Opera */
	page-break-inside: avoid;
	/* Firefox */
	break-inside: avoid;
/* IE 10+ */ }
.anchor-offset::before, .ws-ds-dept-details > h2:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	padding-top: 180px;
	margin-top: -180px;
}
body {
	font-size: 1.15em;
	font-weight: 400;
	line-height: 1.6;
	color: #ffffff;
}

@media (max-width: 1000px) {
body {
	font-size: 1em;
}
}

@media (max-width: 520px) {
body {
	font-size: 0.9em;
}
}
section h2, section h3, section h4, section h5, section h6, section p {
	margin: 0;
	padding: 0;
}
section h2, section h3, section h4, section h5, section h6 {
	margin-bottom: 0.25em;
	-webkit-margin-before: 0;
}
section p + h2, section p + h3, section p + h4, section p + h5, section p + h6 {
	margin-top: 2.5em;
}
section p, section p.display, section p.large-text {
	margin-bottom: 1em;
}
section h2 + h3, section ul + p, section ul + h2, section ul + h3, section ul + h4, section ul + h5, section ul + h6 {
	margin-top: 3em;
}
section p.footnote {
	margin-top: 3.5em;
}
section h1 {
	margin-bottom: 0.65em;
}
a:focus {
	outline: 3px solid #FFAA22;
}
a:hover:focus, a:active, a:active * {
	outline: none;
}
a, a:visited, a:active {
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1, ul.list-data.vertical > li .data-value {
	font-weight: 500;
	font-size: 230%;
	letter-spacing: 0;
	color: #444D56;
}
h2, .nav-global-submenu-wrapper .submenu-group-header.related, .pod-unit h3, .ruled.large-text, .list-data-horizontal-grid li .data-value {
	font-weight: 500;
	font-size: 150%;
	font-size: 130%;
	line-height: 1.7;
	letter-spacing: 0;
	color: #263B54;
	text-transform: none;
}
h3, .directory-nav-primary li {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-size: 105%;
	color: #263B54;
}
h4 {
	font-weight: 600;
	color: #6e7887;
	font-size: 100%;
}
h5, .cluster .pod-unit {
	font-weight: 400;
	font-size: 100%;
	letter-spacing: 0;
	text-transform: none;
}
h6 {
	font-weight: 400;
	font-size: 100%;
	letter-spacing: 0;
}
p {
	font-weight: 400;
	font-size: 105%;
}

@media (max-width: 520px) {
p {
	font-size: 110%;
	font-weight: 400;
}
}
.primary-main p a:not([class]), .primary-main li a:not([class]) {
	transition: all 250ms ease-out;
	border-bottom: 1px dotted #96A8B2;
	color: #1551a5;
	font-weight: 700;
}
.primary-main p a:not([class]):hover, .primary-main li a:not([class]):hover {
	color: #444D56;
}
section[role="main"] p.caption a, section[role="main"] p.footnote a, section[role="main"] .heading-underline a {
	font-weight: 600;
	border-bottom: none;
}
section[role="main"] ul.list-buttons-closed a {
	border: none;
}
p.display, p.large-text, .section-overview-text .overview-text-title {
	font-weight: 500;
	font-size: 185%;
	line-height: 1.65;
	letter-spacing: 0;
	padding-right: 2em;
	margin-top: 0.5em;
	color: #263B54;
}

@media (min-width: 961px) and (max-width: 1080px) {
p.display, p.large-text,  .section-overview-text .overview-text-title {
	font-size: 165%;
}
}

@media (max-width: 1000px) {
p.display, p.large-text,  .section-overview-text .overview-text-title {
	font-size: 180%;
}
}

@media (max-width: 520px) {
p.display, p.large-text,  .section-overview-text .overview-text-title {
	font-size: 135%;
}
}
p.large-text {
	font-size: 155%;
}
p.small-text, .grid-group.small-text .grid-unit p, .list-resource-grid > li.submenu-title > ul {
	font-size: 112%;
	letter-spacing: 0;
	font-weight: 400;
	color: #363d44;
}
p.caption, p.footnote, .heading-underline, .content-footnote .content-footnote-text, #skip-links a:focus, .site-search .site-search-label, .site-search .site-search-label .site-search-label-text, .mobile-nav-close-bottom, .nav-global-submenu-wrapper .submenu-group-related-wrapper .submenu-group-header, .nav-utility-section-resources h2, .nav-utility-section-resources li, #giving-link a, .footer-site-info ul li, .pod-unit .caption, .grid-group .grid-unit a.button-tag, ul.list-data.vertical > li .data-label, #nav-secondary #nav-secondary-menu, .news-grid-unit > .blog-post-entry .scroll-container .blog-post-category, .news-grid-unit > .blog-post-entry .share-bar, #uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories ul {
	text-transform: uppercase;
	font-size: 76%;
	letter-spacing: 0.09em;
	font-weight: 600;
}

@media (min-width: 1180px) {
p.caption, p.footnote, .heading-underline,  .content-footnote .content-footnote-text,  #skip-links a:focus,  .site-search .site-search-label,  .site-search .site-search-label .site-search-label-text,  .mobile-nav-close-bottom,  .nav-global-submenu-wrapper .submenu-group-related-wrapper .submenu-group-header,  .nav-utility-section-resources h2,  .nav-utility-section-resources li,  #giving-link a,  .footer-site-info ul li,  .pod-unit .caption,  .grid-group .grid-unit a.button-tag,  ul.list-data.vertical > li .data-label,  #nav-secondary #nav-secondary-menu,  .news-grid-unit > .blog-post-entry .scroll-container .blog-post-category,  .news-grid-unit > .blog-post-entry .share-bar,  #uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories ul {
	xxfont-size: 78%;
}
}
p.footnote {
	width: 100%;
	display: inline-block;
	padding-top: 1.5em !important;
	border-top: 1px dotted;
}
.heading-underline {
	font-size: 80%;
	line-height: normal;
	border-bottom: 1px solid #444D56;
	text-align: left;
	padding-bottom: 14px;
	color: #444D56;
}
.heading-underline .text-underline {
	width: auto;
	height: 100%;
	border-bottom: 3px solid #444D56;
	padding-bottom: 12px;
}
.heading-underline.text-gray {
	color: #878f99;
}
.heading-underline.text-gray .text-underline {
	border-color: #878f99;
}

@media (max-width: 770px) {
.heading-underline .text-underline {
	border: none;
}
}
.home-social-media-header h2, .section-overview-text .overview-text-header, #blog-wrapper #blog-header #blog-level-menu li a:hover, .heading-button {
	font-weight: 600;
	font-size: 82%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;

	color: #263B54;
	border: 2px solid #263B54;
	padding: 0.3em 0.9em 0.25em;
	margin-bottom: 2.5em;
}
.home-social-media-header h2.color-alt, .section-overview-text .color-alt.overview-text-header, #blog-wrapper #blog-header #blog-level-menu li a.color-alt:hover,  .heading-button.color-alt {
	color: #444D56;
	border-color: #444D56;
}
#home-page-news-heading {
	position: absolute;
	left: -999vw;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
ul {
	list-style: none;
}
a img {
	outline: none !important;
	border: none !important;
}
.icon-left {
	margin-right: 0.5em;
}
 @-ms-viewport {
 width: device-width;
}
.section {
	width: 100%;
	padding: 1.5em 0;
}
.container, header[role="banner"].is-stuck > .container, #uofi #ws-pa #edu-il .results-view #content-full-width #ws-content, #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content, #uofi #ws-pa #edu-il .article-view #content-full-width #ws-content {
	max-width: 1280px;
	xxxwidth: 92%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 961px) and (max-width: 1179px) {
.container,  header[role="banner"].is-stuck > .container,  #uofi #ws-pa #edu-il .results-view #content-full-width #ws-content,  #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content,  #uofi #ws-pa #edu-il .article-view #content-full-width #ws-content {
	xxxwidth: 95%;
}
}
.width-extra-narrow {
	width: 55%;
	max-width: 768px;
	padding: 1.8em 0 1.5em;
}

@media (max-width: 1000px) {
.width-extra-narrow {
	width: 78%;
}
}

@media (max-width: 520px) {
.width-extra-narrow {
	xxxwidth: 92%;
}
}
.width-narrow, #uofi #ws-pa #edu-il .results-view #content-full-width #ws-content, #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content, #uofi #ws-pa #edu-il .article-view #content-full-width #ws-content {
	padding: 0;
	max-width: 1140px;
}

@media (max-width: 520px) {
.width-narrow,  #uofi #ws-pa #edu-il .results-view #content-full-width #ws-content,  #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content,  #uofi #ws-pa #edu-il .article-view #content-full-width #ws-content {
	xxxwidth: 92%;
}
}
.width-extra-large, #nav-global > .container {
	max-width: 1350px;
	width: 98%;
}
.width-all {
	width: 100%;
}
.col-1 {
	width: 12.5%;
}
.col-2, .nav-global-submenu-wrapper .submenu-group.image {
	width: 30%;
}
.col-3 {
	width: 47.5%;
}
.col-4, .nav-global-submenu-wrapper .submenu-group.links {
	width: 65%;
}
.col-5 {
	width: 82.5%;
}
.col-6 {
	width: 100%;
}
.col-1, .col-2, .nav-global-submenu-wrapper .submenu-group.image, .col-3, .col-4, .nav-global-submenu-wrapper .submenu-group.links, .col-5, .col-6 {
	margin-right: 5%;
	float: left;
}
.last-unit, .nav-global-submenu-wrapper .submenu-group.links {
	margin-right: 0 !important;
}
.no-padding {
	padding: 0;
}
.float-right {
	float: right;
}
.text-center {
	text-align: center;
}
.clear-margin {
	margin: 0;
}
.transition-up {
	padding-top: 100px;
	opacity: 0.3;
}

@media (max-width: 1000px) {
.transition-up {
	padding-top: inherit;
	opacity: 1;
}
}
.bg-white {
	background: white;
}
.bg-gray-lightest {
	background: #fbfbfb;
}
.bg-gray-light {
	background: #E9E9E8;
}
.bg-gray-medium {
	background: white;
}
.bg-gray-dark {
	background: #363d44;
}
.bg-orange {
	background: #E84A27;
}
.bg-blue-dark {
	background: #6e7887;
}
.bg-gray-dark p, .bg-blue-dark p {
	color: white;
}
.bg-gray-dark p.caption, .bg-gray-dark p.footnote, .bg-gray-dark .heading-underline, .bg-gray-dark h1, .bg-gray-dark h2, .bg-gray-dark h3, .bg-blue-dark p.caption, .bg-blue-dark p.footnote, .bg-blue-dark .heading-underline, .bg-blue-dark h1, .bg-blue-dark h2, .bg-blue-dark h3 {
	color: #E84A27;
}
.bg-gray-dark h4, .bg-gray-dark h5, .bg-gray-dark h6, .bg-blue-dark h4, .bg-blue-dark h5, .bg-blue-dark h6 {
	color: white;
}
.bg-gray-dark p a, .bg-blue-dark p a {
	color: #E84A27;
}
.border-top {
	xxxborder: 1px solid #E0E0E0;
}

@media (max-width: 1000px) {
.is-hidden-mobile {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
}
.content-footnote {
	padding: 2em 0;
	text-align: center;
}
.content-footnote .container {
	padding: 0;
}
.content-footnote .content-footnote-text {
	padding: 0;
	margin: 0;
}
.content-footnote .content-footnote-text a {
	color: inherit;
}
header[role="banner"] {
	width: 100%;
	height: 219px;
	padding-top: 35px;
	background: #002855;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 1000px) {
header[role="banner"] {
	height: 60px;
	padding-top: 0;
	position: relative;
}
header[role="banner"] .container.width-large {
	width: 100%;
}
}
header[role="banner"] > .container {
	max-width: 100%;
	width: 100%;
}
header[role="banner"].is-stuck {
	position: fixed;
	height: 73.6px;
	padding-top: 0;
}

@media (max-width: 1000px) {
header[role="banner"].is-stuck {
	height: 60px;
}
}
header[role="banner"].is-stuck .site-branding {
	height: 73.6px;
	width: 14%;
	padding-top: 18.4px;
	float: left;
	margin: 0;
}

@media (min-width: 961px) and (max-width: 1080px) {
header[role="banner"].is-stuck .site-branding {
	padding-top: 22.08px;
	width: 17%;
}
}
header[role="banner"].is-stuck .site-branding .branding-wordmark {
	height: 73.6px;
	width: 100%;
	display: block;
	margin-top: 0;
	overflow: hidden;
}
header[role="banner"].is-stuck .site-branding .branding-wordmark img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header[role="banner"].is-stuck .site-branding .branding-wordmark .wordmark-horizontal {
	display: block;
}
header[role="banner"].is-stuck .site-branding .branding-wordmark .wordmark-vertical {
	display: none;
}
header[role="banner"].is-stuck #nav-global {
	height: 73.6px;
	width: auto !important;
	float: right;
	background-color: transparent;
}
header[role="banner"].is-stuck #nav-global > li .submenu-trigger {
	padding: 0 0.6em;
	height: 73.6px;
	display: block;
	padding-top: 25.76px !important;
}

@media (min-width: 961px) and (max-width: 1080px) {
header[role="banner"].is-stuck #nav-global > li .submenu-trigger {
	font-size: 78%;
}
}

@media (min-width: 1180px) {
header[role="banner"].is-stuck #nav-global > li .submenu-trigger {
	font-size: 98%;
	padding: 0 0.75em;
}
}
header[role="banner"].is-stuck #nav-global > li.is-displayed .nav-global-submenu-wrapper {
	left: 0;
	top: 72.6px;
	right: 0;
	z-index: 100000;
}
header[role="banner"].is-stuck #nav-global > li .nav-global-submenu-wrapper {
	background: white;
	position: absolute;
	top: 73.6px;
	left: -9999px;
	z-index: 1000;
}
header[role="banner"].is-stuck .site-search,  header[role="banner"].is-stuck #nav-utility-wrapper {
	top: -99999px;
}
header[role="banner"].is-stuck #giving-link {
	position: fixed !important;
	top: 84.64px;
	right: 0 !important;
	height: auto !important;
	width: auto !important;
	left: auto;
	clip: auto !important;
}
.site-branding {
	width: 40%;
	margin: 0 auto;
	height: 138px;
	padding-top: 36.8px;
}

@media (max-width: 1000px) {
.site-branding {
	height: 60px;
	margin: 0;
	margin-left: 4%;
	width: 70%;
	padding-top: 13.2px;
}
}

@media (max-width: 520px) {
.site-branding {
	width: 37%;
	padding-top: 18px;
}
}
.site-branding .branding-wordmark {
	height: 71.76px;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
}
.site-branding .branding-wordmark img {
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (max-width: 520px) {
.site-branding .branding-wordmark img {
	height: 24px;
}
}
.site-branding .branding-wordmark .wordmark-horizontal {
	display: none;
	float: left;
}

@media (max-width: 1000px) {
.site-branding .branding-wordmark {
	height: 30px;
	float: left;
}
.site-branding .branding-wordmark .wordmark-vertical {
	display: none;
}
.site-branding .branding-wordmark .wordmark-horizontal {
	display: block;
}
}
#skip-links a {
	position: absolute;
	top: -10000000px;
	left: -1000000px;
}
#skip-links a:focus {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: -40px;
	background: #FFAA22;
	text-align: center;
	padding-top: 8px;
	color: #444D56;
	outline: 1px white dotted;
	z-index: 1000000;
}
.site-search {
	width: 100%;
	height: 35px;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 500;
}

@media (max-width: 1000px) {
.site-search {
	top: 60px;
	height: 0;
}
}
.site-search .site-search-label {
	width: 110px;
	height: 35px;
	margin-top: -35px;
	padding: 0 0.75em;
	padding-top: 6.36364px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
	line-height: normal;
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	cursor: pointer;
}
.site-search .site-search-label a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0.75em;
	padding-top: 6.36364px;
}

@media (min-width: 961px) and (max-width: 1179px) {
.site-search .site-search-label {
	border-left: none;
	padding-left: none;
}
}

@media (min-width: 961px) and (max-width: 1080px) {
.site-search .site-search-label {
	padding-left: none;
	width: 37px;
}
}

@media (max-width: 1000px) {
.site-search .site-search-label {
	display: none;
}
}
.site-search .site-search-label:focus, .site-search .site-search-label.is-focused {
	outline: 3px solid #FFAA22;
	background: #F4F4F2;
}
.site-search .site-search-label .site-search-label-text {
	font-size: 92%;
	color: #444D56;
	float: left;
	line-height: 2;
}

@media (min-width: 961px) and (max-width: 1080px) {
.site-search .site-search-label .site-search-label-text {
	position: absolute;
	left: -9999999px;
}
}
.site-search .site-search-label .site-search-button {
	font-size: 90%;
	margin-right: 0.75em;
	margin-top: 5px;
	color: #444D56;
	float: left;
}
.site-search .site-search-label:hover {
	background: #E9E9E8;
}
.site-search .site-search-label:hover .site-search-label-text,  .site-search .site-search-label:hover .site-search-button {
	color: #444D56;
}
.site-search .site-search-label .fa-times {
	display: none;
}
.site-search .site-search-input-wrapper {
	position: absolute;
	top: -50000px;
	left: 0;
	width: 100%;
	background: #F4F4F2;
	height: 290px;
	border-bottom: 1px solid #dadad9;
	border-top: 1px solid #dadad9;
}

@media (max-width: 1000px) {
.site-search .site-search-input-wrapper {
	height: auto;
}
}
.site-search .site-search-input {
	width: 100%; /* changed when removing directory input */
	height: 100%;
	padding: 3.5em 3em 0;
	/* float: left; */   /* commented out when removing directory input */
	text-align: center;
}
.site-search .site-search-input input[type="text"] {
	width: 50%; /* changed when removing directory input */
	padding: 1em 0.5em;
	color: #444D56;
	background: #E0E0E0;
	font-weight: 500;
	border: none;
	outline: none;
	font-size: 130%;
}
.site-search .site-search-input input[type="text"]:focus {
	outline: 3px solid #FFAA22;
	color: #444D56;
}
.site-search .site-search-input input[type="submit"] {
	display: block !important; /* added when removing directory input */
	margin: 2em auto 0 !important;
	border: none;
	cursor: pointer;
	color: white !important;
	background: #0f2040 !important;
}
.site-search .site-search-input input[type="submit"]:hover {
	background: #6e7887 !important;
}
.site-search .site-search-input input[type="submit"]:focus {
	outline: 3px solid #FFAA22;
}
.site-search .site-search-input.search-website {
	border-right: 1px solid #dadad9;
}

@media (max-width: 1000px) {
.site-search .site-search-input {
	width: 100%;
	padding-bottom: 4em;
}
.site-search .site-search-input.search-website {
	border-right: none;
	border-bottom: 1px solid #E0E0E0;
}
.site-search .site-search-input input[type="text"] {
	width: 100%;
}
}
.site-search.is-displayed .site-search-label-text,  .site-search.is-displayed .site-search-button {
	color: #E84A27;
}
.site-search.is-displayed .fa-times {
	display: inline-block;
}
.site-search.is-displayed .fa-search {
	display: none;
}
.site-search.is-displayed .site-search-input-wrapper {
	top: 0;
}
#site-nav {
	width: 100%;
}

@media (max-width: 1000px) {
#site-nav {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	top: -99999999px;
	left: -9999999px;
}
}

@media (max-width: 1000px) {
#site-nav.is-displayed {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
}
}
.mobile-control {
	display: none;
}

@media (max-width: 1000px) {
.mobile-control {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	display: block;
	height: 60px;
}
}
.mobile-control-button {
	display: block;
	height: 60px;
	line-height: normal;
	font-size: 106%;
	float: left;
	color: white;
	width: 60px;
	padding-top: 20px;
	text-align: center;
}
.mobile-control-button .mobile-button-close {
	display: none;
}
.mobile-control-button span {
	margin: 0;
	padding: 0;
	color: white !important;
}
.mobile-control-button:hover {
	cursor: pointer;
	background: #0f2040;
}
.mobile-search {
	background: #0f2040;
}
.mobile-search.is-displayed {
	background: #0f2040;
}
.mobile-nav {
	background: #0f2040;
}
.mobile-nav.is-displayed {
	background: #182338;
}
.mobile-nav-close-bottom {
	display: none;
}

@media (max-width: 1000px) {
.mobile-nav-close-bottom {
	display: block;
	background: #0f2040;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}
.mobile-nav-close-bottom .mobile-nav-close {
	width: 100%;
	height: 100%;
	padding: 2.75em 0 2.5em;
	color: #ffffff;
	font-weight: 600;
	transition: background 300ms ease;
}
.mobile-nav-close-bottom .mobile-nav-close span {
	color: #ffffff;
}
.mobile-nav-close-bottom .mobile-nav-close:hover {
	cursor: pointer;
	background: #F2590D;
	color: white;
}
}
#nav-global {
	display: block;
	width: 100%;
	background-color: #0f2040;
	height: 46px;
	text-align: center;
}

@media (max-width: 1000px) {
#nav-global {
	height: auto !important;
	padding-top: 0 !important;
	float: none;
	width: 100%;
	background: #F4F4F2;
	padding: 0;
}
}
.nav-global-link {
	display: inline-block;
	margin-right: 0;
	height: 46px;
}

@media (max-width: 1000px) {
.nav-global-link {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dadad9;
	height: auto;
	position: relative;
	text-align: left;
}
}
.nav-global-link .submenu-trigger-mobile {
	display: none;
}

@media (max-width: 1000px) {
.nav-global-link .submenu-trigger-mobile {
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	cursor: pointer;
	width: 60px;
	text-align: center;
}
.nav-global-link .submenu-trigger-mobile span {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	line-height: normal;
	font-size: 106%;
	color: white;
	padding-top: 20px;
	border-left: 1px dotted #d0d0cf;
	color: #444D56;
}
}
.nav-global-link .submenu-trigger {
	color: white;
	font-weight: 400;
	font-size: 95%;
	display: inline-block;
	letter-spacing: 0.01em;
	width: 100%;
	height: 100%;
	padding: 0 1em;
	padding-top: 11.04px;
}

@media (min-width: 961px) and (max-width: 1080px) {
.nav-global-link .submenu-trigger {
	font-size: 90%;
	padding: 0 0.9em;
	padding-top: 10.12px;
}
}

@media (max-width: 1000px) {
.nav-global-link .submenu-trigger {
	padding-left: 4%;
	color: #131c2d;
	width: 100%;
	font-size: 108%;
	display: block;
	padding-top: 18.18182px;
	height: 60px;
}
}
.nav-global-link.is-displayed > a {
	color: #363d44;
}

@media (max-width: 1000px) {
.nav-global-link.is-displayed > a {
	border: none;
}
}
.nav-global-link.is-displayed .submenu-trigger-mobile span {
	color: #ffffff;
}
.nav-global-link.is-displayed > a.submenu-trigger {
	background: white;
}

@media (max-width: 1000px) {
.nav-global-link.is-displayed > a.submenu-trigger {
	background: #0f2040 !important;
	color: #ffffff;
}
}
.nav-global-link.is-displayed .nav-global-submenu-wrapper {
	left: 0;
	top: 219px;
}

@media (max-width: 1000px) {
.nav-global-link.is-displayed .nav-global-submenu-wrapper {
	position: relative;
	left: auto;
	top: auto;
	border: none;
	padding: 0;
	height: auto;
	min-height: 0;
}
.nav-global-link.is-displayed .nav-global-submenu-wrapper .container {
	width: 100%;
}
}
.nav-global-submenu-wrapper {
	min-height: 195px;
	width: 100%;
	position: absolute;
	left: -9999999px;
	top: -9999999999px;
	padding-top: 2.5em;
	border-bottom: 1px solid #E0E0E0;
	background: white;
	z-index: 1000;
	overflow-y: auto;
	text-align: left;
}
.nav-global-submenu-wrapper > .container {
	max-width: 1280px !important;
	width: 92% !important;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper > .container {
	max-width: 100% !important;
	width: 100% !important;
}
}
.nav-global-submenu-wrapper .submenu-group {
	float: left;
	height: auto;
	list-style: none;
	margin-bottom: 1.25em;
	min-height: 195px;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group {
	min-height: 0;
}
}
.nav-global-submenu-wrapper .submenu-group.image {
	min-height: 0;
	height: 175.5px;
	overflow: hidden;
}
.nav-global-submenu-wrapper .submenu-group.image img {
	width: 100%;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group.image {
	display: none;
}
}
.nav-global-submenu-wrapper .submenu-group.links {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
	font-size: 97%;
}
.nav-global-submenu-wrapper .submenu-group.links.clear-columns {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group.links {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
	width: 100%;
	margin: 0;
}
}
.nav-global-submenu-wrapper .submenu-group.links li {
	margin-bottom: 0.6em;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group.links li {
	margin: 0;
	border-bottom: 1px dotted #E0E0E0;
}
}
.nav-global-submenu-wrapper .submenu-group.links li a {
	color: #263B54;
	display: inline-block;
	padding-right: 0.6em;
	position: relative;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group.links li a {
	padding: 1.2em 0 1em;
	padding-left: 5.6%;
	padding-right: 60px;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 85%;
	letter-spacing: 0.06em;
	line-height: normal;
	color: #444D56;
}
.nav-global-submenu-wrapper .submenu-group.links li a::after {
	content: "";
	display: inline-block;
	margin-left: 1em;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	color: #c1c6cd;
}
}
.nav-global-submenu-wrapper .submenu-group.links li a:hover {
	color: #263B54;
	text-decoration: underline;
}
.nav-global-submenu-wrapper .submenu-group.links li a:hover::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 5px;
	font-size: 12px;
	margin-left: 0.75em;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group.links li a:hover::after {
	color: #E84A27;
	top: 20px;
	right: 20px;
}
}
.nav-global-submenu-wrapper .submenu-group.links li.internal-link ::after {
	content: "" !important;
}
.nav-global-submenu-wrapper .submenu-group.links .submenu-title > a, .nav-global-submenu-wrapper .submenu-group.links .submenu-title > span {
	color: #444D56;
	padding-bottom: 0.2em;
	margin-bottom: 0.75em;
	border-bottom: 1px solid;
	display: inline-block;
	width: 100%;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group.links .submenu-title > a, .nav-global-submenu-wrapper .submenu-group.links .submenu-title > span {
	padding-bottom: 1em;
}
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group.links .submenu-title > span {
	padding: 1.2em 0 1em;
	padding-left: 5.6%;
	font-weight: 600;
	color: #878f99;
	font-size: 85%;
}
}
.nav-global-submenu-wrapper .submenu-group-header.related {
	font-size: 90%;
	font-weight: 600;
	color: #878f99;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group-header.related {
	display: none;
}
}
.nav-global-submenu-wrapper .submenu-group-related-wrapper {
	width: 100%;
	background: #F4F4F2;
	padding: 1em 0;
}

@media (max-width: 1000px) {
.nav-global-submenu-wrapper .submenu-group-related-wrapper {
	display: none;
}
}
.nav-global-submenu-wrapper .submenu-group-related-wrapper .submenu-group-header {
	float: left;
	width: auto;
	padding-top: 3px;
	margin-right: 2em;
	font-size: 78%;
	color: #444D56;
}
.nav-global-submenu-wrapper .submenu-group-related-wrapper ul {
	margin: 0;
	padding: 0;
	float: left;
	width: auto !important;
	clear: none;
}
.nav-global-submenu-wrapper .submenu-group-related-wrapper ul li {
	margin-right: 0.5em;
}
.nav-global-submenu-wrapper .submenu-group-related-wrapper ul li > a {
	margin: 0;
	background: #dadad9;
	font-size: 76%;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	font-weight: 600;
	color: #6e7887;
}
.nav-global-submenu-wrapper .submenu-group-related-wrapper ul li > a:hover {
	color: white;
	background: #6e7887;
}
.nav-global-link:nth-child(-n + 4) .submenu-group.image {
	float: right;
	margin: 0;
}
#nav-global-admissions .submenu-group.links .submenu-title.col-4 ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
}

@media (max-width: 1000px) {
#nav-global-admissions .submenu-group.links .submenu-title.col-4 ul {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
}
}

@media (max-width: 1000px) {
#nav-global-admissions .submenu-group.links {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
	width: 100%;
}
}

@media (max-width: 1000px) {
#nav-global-admissions .submenu-group.links .submenu-title.col-4,  #nav-global-admissions .submenu-group.links .submenu-title.col-2 {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
	width: 100%;
}
}

@media (max-width: 1000px) {
#nav-global-arts .links {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
	width: 100%;
}
}
body.about #nav-global-about .submenu-trigger {
	color: #ffffff;
}
body.about #nav-global-about.is-displayed .submenu-trigger {
	color: #131f33;
}
body.admissions #nav-global-admissions .submenu-trigger {
	color: #ffffff;
}
body.admissions #nav-global-admissions.is-displayed .submenu-trigger {
	color: #131f33;
}
body.academics #nav-global-academics .submenu-trigger {
	color: #ffffff;
}
body.academics #nav-global-academics.is-displayed .submenu-trigger {
	color: #131f33;
}
body.research #nav-global-research .submenu-trigger {
	color: #ffffff;
}
body.research #nav-global-research.is-displayed .submenu-trigger {
	color: #131f33;
}
body.outreach #nav-global-outreach .submenu-trigger {
	color: #ffffff;
}
body.outreach #nav-global-outreach.is-displayed .submenu-trigger {
	color: #131f33;
}
body.international #nav-global-international .submenu-trigger {
	color: #ffffff;
}
body.international #nav-global-international.is-displayed .submenu-trigger {
	color: #131f33;
}
body.arts #nav-global-arts .submenu-trigger {
	color: #ffffff;
}
body.arts #nav-global-arts.is-displayed .submenu-trigger {
	color: #131f33;
}
body.athletics #nav-global-athletics .submenu-trigger {
	color: #ffffff;
}
body.athletics #nav-global-athletics.is-displayed .submenu-trigger {
	color: #131f33;
}
#nav-utility-wrapper {
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#nav-utility-wrapper.section {
	padding: 0;
}
#nav-utility-wrapper .container {
	padding-left: 110px;
	position: relative;
}

@media (min-width: 961px) and (max-width: 1080px) {
#nav-utility-wrapper .container {
	padding-left: 37px;
}
}

@media (max-width: 1000px) {
#nav-utility-wrapper .container {
	width: 100%;
	padding: 0;
	padding-bottom: 0.8em;
	padding-bottom: 0;
}
}

@media (max-width: 1000px) {
#nav-utility-wrapper {
	height: auto !important;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	background: #dadad9;
}
}
.nav-utility-section {
	float: left;
	text-align: right;
}

@media (max-width: 1000px) {
.nav-utility-section {
	text-align: left;
	width: 100%;
}
}
.nav-utility-section .nav-icon {
	display: none;
	line-height: normal;
	font-weight: normal;
}
.nav-utility-section h2 {
	float: left;
	color: #dadad9;
}

@media (min-width: 961px) and (max-width: 1080px) {
.nav-utility-section h2 {
	position: absolute;
	left: -999999999px;
	top: -999999999px;
}
}

@media (max-width: 1000px) {
.nav-utility-section h2 {
	float: none;
}
}

@media (max-width: 1000px) {
.nav-utility-section h2 {
	color: #131c2d;
}
}
.nav-utility-section-quicklinks {
	border-right: 1px solid #E0E0E0;
}

@media (max-width: 1000px) {
.nav-utility-section-quicklinks {
	margin: 0;
	border: 1px solid #dadad9;
	padding: 0 4%;
}
}

@media (max-width: 520px) {
.nav-utility-section-quicklinks {
	border: none;
	border-bottom: 1px solid #dadad9;
	padding-top: 0.25em;
	padding-top: 0.5em;
}
}
.nav-utility-section-resources {
	float: right;
}

@media (max-width: 1000px) {
.nav-utility-section-resources {
	background: white;
	padding: 4%;
}
}

@media (max-width: 520px) {
.nav-utility-section-resources {
	padding-bottom: 6%;
}
}
.nav-utility-menu {
	height: 35px;
}

@media (max-width: 1000px) {
.nav-utility-menu {
	height: auto !important;
	float: none;
}
}
.nav-utility-menu.nav-utility-menu-resources {
	float: right;
}

@media (max-width: 1000px) {
.nav-utility-menu.nav-utility-menu-resources {
	float: none;
}
}

@media (max-width: 1000px) {
.nav-utility-menu .nav-utility-menu-quicklinks {
	margin-top: 0;
}
}
.nav-utility-menu li {
	display: inline-block;
	height: 35px;
	width: auto;
	line-height: normal;
}
.nav-utility-menu li a {
	display: inline-block;
	height: 100%;
	padding-top: 9.975px;
	color: #878f99;
}
.nav-utility-menu li:hover a {
	color: #131f33;
}
.nav-utility-menu-quicklinks li {
	float: left;
	padding-left: 0.6em;
	padding-right: 0.6em;
	margin: 0;
	font-weight: 400;
	font-size: 80%;
	transition: background 500ms ease;
}
.nav-utility-menu-quicklinks li:first-child {
	padding-left: 1em;
}
.nav-utility-menu-quicklinks li.last-unit {
	padding-right: 1em;
}
.nav-utility-menu-quicklinks li a {
	color: #444D56;
	padding-top: 8.47875px;
}

@media (max-width: 1000px) {
.nav-utility-menu-quicklinks li a {
	color: #263B54;
}
}
.nav-utility-menu-quicklinks li:hover {
	background: #E9E9E8;
}
.nav-utility-menu-quicklinks li:hover a {
	color: #263B54;
}

@media (max-width: 1000px) {
.nav-utility-menu-quicklinks li {
	text-align: left;
	margin-bottom: 1px !important;
	border-color: #dadad9;
	font-size: 90%;
	padding: 0 !important;
	margin-right: 1em;
	height: 52px;
}
.nav-utility-menu-quicklinks li a {
	display: block;
	height: 100%;
	padding: 0;
	padding-top: 17.68px !important;
	font-weight: 600;
}
.nav-utility-menu-quicklinks li a .nav-icon {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 0.4em;
	font-size: 100%;
	color: #263B54;
	height: 100%;
}
}

@media (max-width: 520px) {
.nav-utility-menu-quicklinks li {
	width: 50%;
	font-size: 84%;
	margin: 0;
	padding-left: 0 !important;
	height: auto;
}
.nav-utility-menu-quicklinks li a {
	padding: 0.6em 0 !important;
}
.nav-utility-menu-quicklinks li .nav-icon {
	padding: 0;
	padding-top: 0.1em !important;
	font-size: 88% !important;
}
}

@media (max-width: 1000px) {
.nav-utility-section-quicklinks {
	background: white;
}
}
.nav-utility-section-resources h2 {
	padding-top: 9.975px;
	color: #6a6f77;
	line-height: normal;
}
.nav-utility-section-resources h2:after {
	content: ":";
	padding-left: .1em;
}

@media (max-width: 1000px) {
.nav-utility-section-resources h2 {
	padding: 0;
}
}

@media (max-width: 520px) {
.nav-utility-section-resources h2 {
	padding: 0.5em 0;
}
}
.nav-utility-section-resources li {
	margin-left: 0.95em;
	margin-right: 0;
	transition: all 500ms ease;
}
.nav-utility-section-resources li a {
	transition: all 250ms ease-out;
	display: block;
	line-height: normal;
	width: 100%;
	color: #263B54;
}
.nav-utility-section-resources li a .nav-icon {
	margin: auto;
	font-size: 140%;
	width: 100%;
	margin-bottom: 0.3em;
	color: #263B54;
	height: auto;
	padding-top: 7.8px;
	text-align: center;
}
.nav-utility-section-resources li a:hover {
	border-bottom: 4px solid #263B54;
}

@media (max-width: 1000px) {
.nav-utility-section-resources li {
	margin: 0;
	width: 25%;
	height: 100%;
	background: white;
	float: left;
	text-align: center;
	font-size: 95%;
	padding: 0;
	height: 130px;
	border: 1px solid #dadad9;
	border-left: 0;
}
.nav-utility-section-resources li:first-child {
	border-left: 1px solid #dadad9;
}
.nav-utility-section-resources li a {
	height: 100%;
	padding: 0 0.8em;
	padding-top: 1.7em;
	color: #263B54 !important;
}
.nav-utility-section-resources li .nav-icon {
	display: block;
	font-size: 180% !important;
}
}

@media (max-width: 770px) {
.nav-utility-section-resources li {
	height: 117px;
}
.nav-utility-section-resources li a {
	padding: 1.5em 1em 0;
	padding-top: 1.6em;
	font-size: 88%;
}
.nav-utility-section-resources li .nav-icon {
	font-size: 140% !important;
}
}

@media (max-width: 520px) {
.nav-utility-section-resources li {
	height: 78px;
	width: 50%;
}
.nav-utility-section-resources li:nth-child(2n+1) {
	border-left: 1px solid #dadad9;
}
.nav-utility-section-resources li:nth-child(n+3) {
	border-top: none;
}
.nav-utility-section-resources li a {
	padding: 1.15em 1em 0;
	font-size: 85%;
}
.nav-utility-section-resources li .nav-icon {
	font-size: 120% !important;
}
}
#giving-link {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 900;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#giving-link a {
	display: block;
	background: #0f2040;
	padding: 0.65em 1.25em 0.45em;
	line-height: normal;
	color: white;
	transition: background 400ms ease;
}
#giving-link a:hover {
	background: #2f518a;
}
#giving-link a .giving-link-2 {
	color: #aeb4bc;
}
#giving-link a:hover > .giving-link-1 {
	color: #ffffff;
}
#giving-link a:hover > .giving-link-2 {
	color: #ffffff;
}

@media (max-width: 1000px) {
#giving-link {
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	position: relative;
	padding: 0 !important;
	float: right;
}
#giving-link a {
	background: transparent !important;
	border-left: 1px solid #dadad9;
}
#giving-link a > .giving-link-1 {
	color: #263B54;
}
#giving-link a:hover > .giving-link-1 {
	color: #263B54;
}
#giving-link a:hover > .giving-link-2 {
	color: #263B54;
}
}

@media (max-width: 520px) {
#giving-link {
	text-align: left;
	float: none;
}
#giving-link a {
	padding: 0;
	border: none;
}
}
header.is-stuck #giving-link a {
	background-color: #131f33;
}
header.is-stuck #giving-link .giving-link-1 {
	color: #ffffff;
}
.footer-social {
	width: 100%;
	background: #0f2040;
	text-align: center;
}
.footer-social ul {
	margin: auto;
}
.footer-social ul li {
	display: inline-block;
	margin: 0;
	height: auto;
	line-height: normal;
	padding-bottom: 2px;
}
.footer-social ul li a {
	color: white;
	display: block;
	padding: 1.5em 1.3em 1.3em;
	transition: all 300ms ease;
}
.footer-social ul li a:hover {
	background: #6e7887;
}
.footer-branding img {
	display: block;
	width: 65% !important;
	margin-top: 0%;
}

@media (max-width: 1000px) {
.footer-branding {
	width: 50%;
	margin-top: 3em;
	margin-left: 25%;
}
}

@media (max-width: 520px) {
.footer-branding {
	width: 80%;
	margin-top: 3em;
	margin-left: 10%;
}
}
.footer-branding .branding-wordmark {
	height: auto;
	background: pink;
	text-align: center;
}
.footer-branding .branding-wordmark img {
	width: 74%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.footer-resources {
	background: #002855;
	min-height: 230px;
	width: 100%;
}
.footer-resources .container {
	padding-top: 3.5em;
	padding-bottom: 0;
}

@media (max-width: 1000px) {
.footer-resources .container {
	padding: 1.5em 0;
}
}
.footer-menu-resources-header {
	margin-bottom: 0.5em;
	font-size: 88%;
	letter-spacing: 0;
	color: #ffffff;
	font-weight: 700;
}
.footer-menu-resources-links {
	font-size: 88%;
}
.footer-menu-resources-links li {
	margin-bottom: 0.6em;
}
.footer-menu-resources-links li a {
	color: #D4DADD;
	font-weight: 400;
	letter-spacing: 0.01em;
	transition: all 300ms ease;
}
.footer-menu-resources-links li a:hover {
	color: #6e7887;
}
.footer-site-info {
	padding: 0 0 1.5em;
	background: #002855;
	width: 100%;
	text-align: center;
}
.footer-site-info .container {
	padding: 0;
}

@media (max-width: 1000px) {
.footer-site-info {
	text-align: center;
}
}
.footer-site-info ul li {
	display: inline-block;
	padding: 0.85em 0;
	text-transform: none;
	letter-spacing: 0;
	margin-right: 1em;
	font-size: 85%;
}
.footer-site-info ul li a {
	color: #ffffff;
	transition: color 300ms ease;
}
.footer-site-info ul li a:hover {
	color: #F2590D;
}

@media (max-width: 1000px) {
.footer-menu-resources {
	width: 100%;
	margin: 0;
}
.footer-menu-resources .footer-menu-resources-header {
	height: 60px;
	border-bottom: 1px dotted #6e7887;
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
.footer-menu-resources .footer-menu-resources-header::before {
	content: "";
	display: inline-block;
	padding-right: 0.75em;
	font-size: 105%;
	color: #dadad9;
}
.footer-menu-resources .footer-menu-resources-header:hover {
	cursor: pointer;
}
.footer-menu-resources.is-displayed .footer-menu-resources-header::before {
	content: "";
}
.footer-menu-resources.is-displayed .footer-menu-resources-links {
	height: auto;
	margin-top: 1em;
	border-bottom: 1px dotted #96A8B2;
	padding-bottom: 9px;
}
.footer-menu-resources .footer-menu-resources-links {
	height: 0;
	overflow: hidden;
	width: 100%;
}
.footer-menu-resources .footer-menu-resources-links > li a {
	display: inline-block;
	padding: 0.3em 0;
	width: 100%;
}
}
#scroll-top {
	background: #0f2040;
	opacity: 0.7;
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 0.6em 1em 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#scroll-top:hover {
	opacity: 0.95;
}
#scroll-top .fa {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: white;
}
section.primary-main[role="main"].header-is-stuck {
	margin-top: 73.6px;
}

@media (max-width: 1000px) {
section.primary-main[role="main"].header-is-stuck {
	margin-top: 60px;
}
}

@media (max-width: 1000px) {
section.primary-main[role="main"] {
	margin-top: 60px;
	margin-top: 0;
}
}
.button-closed, .list-buttons-closed a, .list-data-horizontal-buttons li .data-value, #cse-search-box input[type="submit"], #uofi #ws-pa #edu-il #blog-article-view .blog-post-meta > .blog-post-category a, .site-search .site-search-input input[type="submit"], .button-closed-dark, .list-buttons-open .highlight a, .list-buttons-closed-dark a, .button-open, .list-buttons-closed .highlight a, .list-buttons-closed-dark .highlight a, .list-buttons-open a {
	display: inline-block;
	padding: 0.4em 1.25em 0.35em;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
	transition: all 250ms ease-out;
	margin: 0 0.05em 0.9em;
}
.button-closed:hover, .list-buttons-closed a:hover, .list-data-horizontal-buttons li .data-value:hover, #cse-search-box input:hover[type="submit"], #uofi #ws-pa #edu-il #blog-article-view .blog-post-meta > .blog-post-category a:hover, .site-search .site-search-input input:hover[type="submit"], .button-closed-dark:hover,  .list-buttons-closed-dark a:hover, .button-open:hover,  .list-buttons-open a:hover {
	background: #444D56;
	color: white !important;
}
.button-closed, .list-buttons-closed a, .list-data-horizontal-buttons li .data-value, #cse-search-box input[type="submit"], #uofi #ws-pa #edu-il #blog-article-view .blog-post-meta > .blog-post-category a {
	background: #D4DADD;
	border: none !important;
	color: #363d44 !important;
}
.site-search .site-search-input input[type="submit"], .button-closed-dark, .list-buttons-open .highlight a, .list-buttons-closed-dark a {
	border: none !important;
	background: #444D56;
	color: white !important;
}
.button-open, .list-buttons-closed .highlight a, .list-buttons-closed-dark .highlight a, .list-buttons-open a {
	border: 1px solid #444D56;
	border-style: solid !important;
	color: #444D56 !important;
	border-bottom-color: #444D56 !important;
}
.button-open:hover, .list-buttons-closed .highlight a:hover,  .list-buttons-closed-dark .highlight a:hover,  .list-buttons-open a:hover {
	background: #363d44;
	color: white !important;
	border-color: #363d44 !important;
	border-bottom-color: #363d44 !important;
}
.button-open, .button-closed, .button-closed-dark {
	font-size: 90%;
	line-height: normal;
}
a.button-closed, a.button-open, a.button-closed-dark {
	margin-top: 1em;
}
.list-buttons {
	margin-top: 2em;
	width: 100%;
	clear: both;
}
.list-buttons li {
	display: inline-block;
}
.pod-group {
	margin: 1em 0;
	width: 100%;
}
.pod-group .heading-underline {
	margin-bottom: 2em;
}
.pod-unit {
	background: white;
	border: 1px solid #E0E0E0;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	overflow: hidden;
	position: relative;
	transition: all 250ms ease-out;
}
.pod-unit a:focus {
	border: 3px solid #FFAA22;
}
.pod-unit h3 {
	line-height: 1.5;
}
.pod-unit h3 a {
	z-index: 10;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 1em;
	color: #878f99;
	color: #263B54;
	transition: all 800ms ease;
}
.pod-unit .img-wrap {
	overflow: hidden;
	transition: all 0.5s ease;
	border: none;
}
.pod-unit img {
	object-fit: cover;
	position: relative;
}
.pod-unit .caption {
	color: #dadad9;
}
.pod-unit .caption span {
	color: #E0E0E0;
}
.pod-unit:hover .img-wrap {
	opacity: 0.3;
}
.pod-unit:hover h3 a {
	color: #E84A27 !important;
}
.pod-unit:hover .caption {
	color: #6e7887 !important;
}
.pod-unit:hover .caption span::after, .pod-unit:hover span {
	color: #E84A27 !important;
}
.col-3 .pod-unit {
	width: 32%;
}
.col-3 .pod-unit:nth-of-type(3n+3) {
	margin-right: 0;
}

@media (max-width: 1000px) {
.col-3 .pod-unit {
	width: 49%;
}
.col-3 .pod-unit:nth-of-type(3n+3) {
	margin-right: 2%;
}
.col-3 .pod-unit:nth-of-type(even) {
	margin-right: 0;
}
}
.col-2 .pod-unit {
	width: 49%;
}
.col-2 .pod-unit:nth-of-type(2n+2) {
	margin-right: 0;
}
.col-5 .pod-unit {
	width: 20%;
}
.col-5 .pod-unit.last-unit {
	border-right: 1px solid #E0E0E0;
}

@media (max-width: 770px) {
.col-5 .pod-unit {
	width: 100%;
	border: none;
	border-bottom: 1px solid #dadad9;
}
.col-5 .pod-unit.last-unit {
	border-right: none;
}
}
.vertical .pod-unit {
	height: 340px;
}
.vertical .pod-unit .img-wrap {
	width: 100%;
	height: 136px;
	top: 0;
	left: 0;
	padding: 0;
}
.vertical .pod-unit .img-wrap img {
	min-height: 136px;
	height: auto;
	width: 100%;
}
.vertical .pod-unit h3 {
	padding: 1em;
	font-size: 140%;
}
.vertical .pod-unit h3 a {
	padding-top: 160.48px;
}
.vertical .pod-unit .caption {
	width: 100%;
	height: 3em;
	padding: 0.76923em 1em 0.66667em;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #E0E0E0;
	color: #96A8B2;
}
.vertical .pod-unit .caption span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 1em 1em 0.66667em;
	padding: 0.8em 1em;
	border-left: 1px solid #E0E0E0;
}
.vertical .pod-unit .caption span::after {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #c2cdd2;
}
.vertical .pod-unit .caption .pod-icon-external::after {
	content: "";
}
.vertical .pod-unit .caption .pod-icon-internal::after {
	content: "";
}

@media (max-width: 1000px) {
.vertical .pod-unit {
	height: 272px;
}
.vertical .pod-unit h3 {
	font-size: 105%;
}
.vertical .pod-unit h3 a {
	padding-top: 152.32px !important;
}
}

@media (max-width: 520px) {
.vertical .pod-unit {
	height: 204px;
}
.vertical .pod-unit .img-wrap {
	height: 81.6px !important;
}
.vertical .pod-unit .img-wrap img {
	min-height: 81.6px !important;
	width: auto !important;
	height: 130% !important;
}
.vertical .pod-unit h3 {
	font-size: 108%;
}
.vertical .pod-unit h3 a {
	padding-top: 93.84px !important;
}
.vertical .pod-unit .caption {
	font-size: 78%;
	letter-spacing: 0.02em;
	text-transform: none;
	bottom: 0;
	color: #6e7887;
}
}
.vertical.large-image .pod-unit .img-wrap {
	height: 178.94737px;
}
.vertical.large-image .pod-unit .img-wrap img {
	height: 100% !important;
	width: auto !important;
}

@media (max-width: 1000px) {
.vertical.large-image .pod-unit .img-wrap {
	height: 136px;
}
.vertical.large-image .pod-unit .img-wrap img {
	width: 100% !important;
	height: auto !important;
}
}
.vertical.large-image .pod-unit h3 {
	font-size: 120%;
}
.vertical.large-image .pod-unit h3 a {
	padding-top: 196.84211px;
}

@media (max-width: 520px) {
.vertical.large-image .pod-unit h3 {
	font-size: 105%;
}
}
.col-2.vertical .pod-unit {
	height: 391px;
}
.cluster .pod-unit {
	height: 207px;
	padding: 2.2em 1.5em !important;
	display: block;
	margin-right: 0;
	border-right: none;
	text-align: center;
	font-size: 96%;
	font-weight: 600;
	color: #444D56;
}
.cluster .pod-unit .pod-unit-icon {
	font-size: 190% !important;
	width: 100%;
	margin-bottom: 0.4em;
	color: #E84A27;
}
.cluster .pod-unit .pod-data-value {
	font-size: 160% !important;
	width: 100%;
	margin-bottom: 0.04em;
	color: #F2590D;
	display: inline-block;
}
.cluster .pod-unit:hover {
	background: #E0E0E0;
	border-top: 6px solid #F2590D !important;
}
.cluster .pod-unit:hover .pod-unit-icon {
	color: #E84A27 !important;
}
.cluster .pod-unit:hover .pod-unit-label {
	color: #263B54 !important;
}

@media (max-width: 1000px) {
.cluster .pod-unit {
	height: 162px;
	padding-top: 1.8em !important;
}
.cluster .pod-unit .pod-unit-icon {
	font-size: 160% !important;
}
}

@media (max-width: 770px) {
.cluster .pod-unit {
	height: auto !important;
	padding: 1em !important;
	text-align: left;
	margin-bottom: 0;
}
.cluster .pod-unit .pod-unit-icon {
	width: auto;
	float: left;
	margin-right: 1em;
	font-size: 115% !important;
}
.cluster .pod-unit .pod-data-value {
	font-size: 160% !important;
	width: auto;
	float: left;
	margin-bottom: 0.04em;
	color: #E84A27;
	display: inline-block;
	margin-right: 0.6em;
	line-height: normal;
}
}
.grid-group {
	margin: 1em 0;
	width: 100%;
}
.grid-group .grid-unit {
	float: left !important;
	margin-right: 5%;
	border-bottom: 1px solid #dadad9;
	margin-bottom: 2.75em;
	padding-bottom: 1em;
}
.grid-group .grid-unit img {
	width: 100%;
}
.grid-group .grid-unit h2, .grid-group .grid-unit h3, .grid-group .grid-unit h4, .grid-group .grid-unit h5, .grid-group .grid-unit h6 {
	margin-top: 0.75em;
	padding: 0;
	color: #263B54;
	font-weight: 400;
	font-size: 130%;
	text-transform: none;
	letter-spacing: 0;
	border: none;
}
.grid-group .grid-unit p {
	line-height: 1.7;
}
.grid-group .grid-unit p.caption, .grid-group .grid-unit p.footnote, .grid-group .grid-unit .heading-underline {
	font-size: 75%;
}
.grid-group .grid-unit a.button-tag {
	margin-top: 0.5em;
}
.grid-group.small-text .grid-unit h2, .grid-group.small-text .grid-unit h3, .grid-group.small-text .grid-unit h4, .grid-group.small-text .grid-unit h5, .grid-group.small-text .grid-unit h6 {
	font-size: 110%;
}
.grid-group.col-2 .grid-unit {
	width: 47.5%;
}
.grid-group.col-2 .grid-unit:nth-of-type(2n+2) {
	margin-right: 0;
}

@media (max-width: 520px) {
.grid-group.col-2 .grid-unit {
	width: 100%;
	margin-right: 0;
	padding-bottom: 2.5em;
	margin-bottom: 3em;
}
.grid-group.col-2 .grid-unit img {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
	display: block;
}
}
.grid-group.col-1 .grid-unit {
	width: 100%;
	margin-right: 0;
	padding-bottom: 1.6em;
	text-align: center;
}
.grid-group.col-1 .grid-unit img {
	margin-bottom: 0.75em;
}
.grid-group.col-1 .grid-unit h2, .grid-group.col-1 .grid-unit h3, .grid-group.col-1 .grid-unit h4, .grid-group.col-1 .grid-unit h5, .grid-group.col-1 .grid-unit h6, .grid-group.col-1 .grid-unit p {
	width: 80%;
	margin: auto;
}
.grid-group.col-1 .grid-unit p {
	font-size: 150%;
}
.grid-group.col-1 .grid-unit p.display, .grid-group.col-1 .grid-unit p.large-text {
	font-size: 160%;
	width: 90%;
	padding: 0;
}
.grid-group.col-1 .grid-unit .caption {
	font-size: 92%;
}

@media (max-width: 520px) {
.grid-group.col-1 .grid-unit h2, .grid-group.col-1 .grid-unit h3, .grid-group.col-1 .grid-unit h4, .grid-group.col-1 .grid-unit h5, .grid-group.col-1 .grid-unit h6, .grid-group.col-1 .grid-unit p, .grid-group.col-1 .grid-unit p.display, .grid-group.col-1 .grid-unit p.large-text {
	width: 100%;
}
}
.grid-group.no-border .grid-unit {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.ruled {
	width: 100%;
	margin-bottom: 2em;
	font-size: 120%;
	font-weight: 400;
}
.ruled li {
	border-bottom: 1px solid #E0E0E0;
	padding: 1em 0;
	width: 100%;
}
.ruled li a {
	border: none !important;
}
.ruled.col-2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
}
.ruled.col-3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
}
.ruled.col-4 {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
}
.ruled.small-text {
	font-size: 84%;
	margin-top: 0.5em !important;
	font-weight: 600;
}
.ruled.small-text li {
	border-bottom: 1px solid #dadad9;
	border-bottom-style: dotted;
}
.ruled.small-text li a {
	font-weight: 600;
}
.ruled.large-text {
	font-size: 110%;
	margin-top: 0.5em !important;
}
.ruled.large-text li {
	border-bottom: 1px solid #dadad9;
	border-bottom-style: dotted;
}
.list-large-links {
	width: 100%;
}
.list-large-links li {
	width: 100%;
	padding: 0;
}
.list-large-links li a {
	display: block;
	padding: 1em 0;
	font-size: 95%;
	font-weight: 600 !important;
	color: #6e7887 !important;
	height: 100%;
	width: 100%;
	border-bottom: none !important;
}
.list-large-links li a:hover {
	background: #D4DADD;
}
.list-data-horizontal-grid {
	width: 100%;
	margin-bottom: 4em;
	border-top: 1px solid #dadad9;
	margin-top: 1em;
}
.list-data-horizontal-grid li {
	border-bottom: 1px solid #dadad9;
	width: 100%;
	display: block;
	padding: 1em 0 !important;
}
.list-data-horizontal-grid li span {
	display: inline-block;
}
.list-data-horizontal-grid li .data-label {
	width: 81%;
	margin-left: 4%;
	padding: 1em 1em;
	border-left: 1px solid #dadad9;
	border-left-style: dotted;
}
.list-data-horizontal-grid li .data-value {
	width: 15%;
	line-height: normal;
	font-size: 125%;
	letter-spacing: 0;
	float: left;
	padding-top: 1em !important;
}
.list-data-horizontal-grid li .data-value-small-text {
	font-size: 100%;
}
.list-data-horizontal-buttons {
	width: 100%;
	margin: auto;
	margin-bottom: 4em;
}
.list-data-horizontal-buttons li {
	border-bottom: 1px solid #E0E0E0;
	padding: 1em 0;
	width: 100%;
}
.list-data-horizontal-buttons li .data-label {
	width: 80%;
	font-size: 98%;
	display: inline-block;
}
.list-data-horizontal-buttons li .data-value {
	float: right;
	padding: 0.2em 0.5em 0.3em;
	width: 3em;
	text-align: center;
	font-size: 95%;
}
.list-data-horizontal-buttons .header-nested-list {
	border-bottom: none;
	margin-bottom: 2em;
}
.list-data-horizontal-buttons .header-nested-list > .data-label {
	font-weight: bold;
	color: #444D56;
}
.list-data-horizontal-buttons .header-nested-list > .data-value {
	background-color: #444D56;
	color: white !important;
}
.list-data-horizontal-buttons .header-nested-list > ul li:first-child {
	border-top: 2px solid #444D56;
	margin-top: 1em;
}
.list-data-horizontal-buttons.col-2 {
	width: 100%;
}

@media (min-width: 961px) and (max-width: 1080px) {
.list-data-horizontal-buttons.col-2 .data-label {
	width: 70% !important;
	font-size: 92%;
}
}
.list-data-horizontal-buttons.col-2 .header-nested-list {
	width: 47.5%;
	margin-right: 5%;
	float: left;
}
.list-data-horizontal-buttons.col-2 .header-nested-list:nth-of-type(2n+2) {
	margin-right: 0;
}

@media (max-width: 1000px) {
.list-data-horizontal-buttons.col-2 .header-nested-list {
	width: 100%;
	margin-right: 0;
	float: none;
}
}
ul.list-data.vertical {
	width: 85%;
	margin: 2em auto;
	text-align: center;
}
ul.list-data.vertical > li {
	display: inline-block;
	padding: 1.3em 2.5em;
	vertical-align: top;
}
ul.list-data.vertical > li .data-value {
	width: 100%;
	display: inline-block;
	color: #E84A27;
	font-size: 250%;
	border-bottom: dotted 1px;
}
ul.list-data.vertical > li .data-label {
	width: 100%;
	display: inline-block;
}
ul.list-data.vertical.row > li {
	width: 28%;
}

@media (max-width: 520px) {
ul.list-data.vertical {
	margin: 0;
	width: 100%;
}
ul.list-data.vertical.row > li,  ul.list-data.vertical.grid > li {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
ul.list-data.vertical > li .data-value {
	font-size: 170%;
	margin-top: 1em;
	width: 30%;
}
ul.list-data.vertical > li .data-label {
	width: 70%;
}
}
.list-resource-grid {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}
.list-resource-grid > li.submenu-title {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 2em;
	display: block;
	float: left;
}
.list-resource-grid > li.submenu-title:nth-child(2n) {
	margin-right: 0;
}

@media (max-width: 520px) {
.list-resource-grid > li.submenu-title {
	width: 100%;
	margin-right: 0;
}
}
.list-resource-grid > li.submenu-title > span {
	font-weight: 800;
	color: #E84A27;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #dadad9;
	padding-bottom: 0.1em;
	margin-bottom: 0.75em !important;
}
.list-resource-grid > li.submenu-title > ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
	font-size: 100%;
	font-weight: 400;
}
.list-resource-grid > li.submenu-title > ul li {
	margin-bottom: 0.75em;
}
.list-resource-grid > li.submenu-title > ul li a {
	color: #363d44;
	border: none;
}
.list-resource-grid > li.submenu-title > ul li a:hover {
	color: #E84A27;
}

@media (max-width: 520px) {
.list-resource-grid > li.submenu-title > ul {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
}
}
.list-resource-grid.col-1 li.submenu-title {
	width: 100%;
	margin-right: 0;
}
.list-resource-grid.col-1 li.submenu-title > span {
	margin-bottom: 1.5em !important;
}
.list-resource-grid.col-1 li.submenu-title > ul {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 2em;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 2em;
	/* Firefox */
	column-gap: 2em;
}

@media (max-width: 520px) {
.list-resource-grid.col-1 li.submenu-title > ul {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
}
}
#home-slideshow {
	margin-top: 73.6px;
}

@media (max-width: 1000px) {
#home-slideshow {
	margin-top: 0;
}
}
#home-news .container {
	padding: 2em 0;
}
#home-news .heading-button {
	margin-bottom: 2.5em;
}

@media (max-width: 520px) {
#home-news {
	text-align: center;
}
}
section.home-social-media[role="main"] {
	background: url("../img/audience/header_alumni.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #444D56;
}

@media (min-width: 1400px) {
section.home-social-media[role="main"] {
	background-size: 150% auto;
}
}

@media (min-width: 961px) and (max-width: 1179px) {
section.home-social-media[role="main"] {
	background-size: auto 100%;
}
}

@media (max-width: 770px) {
section.home-social-media[role="main"] {
	background-size: auto 130%;
}
}
.home-social-media-header {
	margin-top: 4em;
}
.home-social-media-header .container {
	margin-top: 0;
	padding: 0;
	margin-bottom: 1em;
}

@media (max-width: 770px) {
.home-social-media-header {
	text-align: center;
}
}
.home-social-media-header h2 {
	display: inline-block;
	color: white;
	border-color: white;
	margin-bottom: 1em;
}
.home-social-media-pods {
	margin: 0;
	padding: 0;
}
.home-social-media-pods .container {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0.5em;
}
.home-social-media-pods .pod-group.display {
	margin-bottom: 0;
}
.home-social-media-pods .pod-group.display .pod-unit {
	background: none;
	padding-bottom: 30px;
	background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1000px) {
.home-social-media-pods .pod-group.display .pod-unit {
	padding-bottom: 0;
}
}

@media (max-width: 520px) {
.home-social-media-pods .pod-group.display .pod-unit {
	width: 100% !important;
	margin: 0 !important;
	border-top: none;
}
}
.home-social-media-pods .pod-group.display .pod-header {
	background: white;
	padding: 0.75em 1.2em 0.65em;
}
.home-social-media-pods .pod-group.display .pod-header a {
	color: #444D56;
}
.home-social-media-pods .pod-group.display .pod-header span {
	float: right;
	color: #E84A27;
	line-height: normal;
}

@media (max-width: 770px) {
.home-social-media-pods .pod-group.display .pod-header {
	width: 100% !important;
	margin: 0 !important;
	border-top: none;
	background: rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 1.1em 1.2em 2em;
}
.home-social-media-pods .pod-group.display .pod-header a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em 1.1em 0;
	width: 100%;
	height: 100%;
}
}
.home-social-media-pods .pod-group.display .pod-content {
	height: 300px;
	padding: 30px 0;
	text-align: center;
}

@media (max-width: 1000px) {
.home-social-media-pods .pod-group.display .pod-content {
	display: none;
}
}
.home-social-media-pods .pod-group.display .pod-content .text {
	padding: 0 30px;
}
.home-social-media-pods .pod-group.display .pod-content .img-wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.home-social-media-pods .pod-group.display .pod-content .img-wrap img {
	width: 100%;
	height: auto;
}
.home-social-media-pods .pod-group.display .pod-content.text-only .title {
	font-size: 180%;
}
.home-social-media-pods .pod-group.display .pod-content.text-only .title a {
	font-weight: 600;
	font-weight: 400;
	color: #263B54;
	border-bottom: none;
}
.home-social-media-pods .pod-group.display .pod-content.text-only .caption {
	color: #6e7887;
}
.home-social-media-pods .pod-group.display .pod-content.image-only .img-wrap {
	width: 240px;
	height: 240px;
}
.home-social-media-twitter {
	margin-top: 0;
}
.home-social-media-twitter .container {
	background: rgba(255, 255, 255, 0.65);
	padding-top: 2em;
	margin-bottom: 0;
	position: relative;
}
.home-social-media-links .container {
	margin-bottom: 1em;
	margin-top: 1.5em;
	padding: 0;
}
.home-social-media-links .container .button-closed-dark {
	background: rgba(19, 31, 51, 0.6);
}
.home-social-media-links .container .button-closed-dark:hover {
	background: #E84A27;
}
section.home-academics[role="main"] {
	padding: 3em 0;
}

@media (max-width: 770px) {
section.home-academics[role="main"] {
	padding: 1em 0 0;
}
}

@media (max-width: 770px) {
.button-expand {
	border: 1px solid #dadad9;
	border: #6e7887 solid 2px;
	display: block;
	padding: 1.5em 1em;
	margin-bottom: 0 !important;
	color: #6e7887 !important;
}
.button-expand span {
	border: none !important;
}
.button-expand:hover {
	cursor: pointer;
}
.button-expand::before {
	content: "";
	display: inline-block;
	padding-right: 0.75em;
	font-size: 105%;
	color: #6e7887;
}
.button-expand.is-displayed {
	background: #6e7887;
	border: none;
	color: white !important;
}
.button-expand.is-displayed::before {
	content: "";
	color: white;
}
.to-be-expanded {
	height: 0;
	overflow: hidden;
}
.to-be-expanded.is-displayed {
	height: auto;
	margin-top: 1em;
	background: white;
	border: #6e7887 solid 2px;
	border-top: none;
	margin: 0;
	padding: 1.5em 0.75em;
}
}
.section-overview-image {
	width: 100%;
	height: 252px;
	overflow: hidden;
}
.section-overview-image img {
	width: 100%;
	margin-top: -5%;
}

@media (min-width: 1180px) {
.section-overview-image {
	height: 336px;
}
}

@media (min-width: 1280px) {
.section-overview-image {
	height: 392px;
}
}

@media (max-width: 1000px) {
.section-overview-image {
	height: 224px;
}
.section-overview-image img {
	width: 110%;
	margin-left: -5%;
}
}

@media (max-width: 520px) {
.section-overview-image {
	height: 154px;
}
.section-overview-image img {
	width: 130%;
	margin-left: -10%;
}
}
.section-overview-text {
	padding: 0;
	position: relative;
}
.section-overview-text .overview-text-header {
	margin-bottom: 0.9em;
	font-size: 75%;
}
.section-overview-text .overview-text-title {
	width: 100%;
	color: #263B54;
	margin-bottom: 0.25em;
}
.section-overview-text .overview-text-title.small {
	font-size: 165%;
	padding-right: 0;
}

@media (max-width: 520px) {
.section-overview-text .overview-text-title.small {
	font-size: 130% !important;
}
}

@media (min-width: 961px) and (max-width: 1080px) {
.section-overview-text .overview-text-title {
	padding-right: 0;
}
}
.section-overview-text .overview-text-description {
	font-size: 110%;
	margin: 0;
	margin-bottom: 0.5em;
	color: #696F77;
	font-weight: 400;
}

@media (max-width: 520px) {
.section-overview-text .overview-text-description {
	font-size: 105%;
	color: #696F77;
}
}
#nav-secondary {
	text-align: center;
	width: 100%;
	background: #F8FAFC;
	border-bottom: 1px solid #E0E0E0;
}
#nav-secondary #nav-secondary-menu {
	letter-spacing: 0.07em;
	letter-spacing: 0.085em;
}
#nav-secondary #nav-secondary-menu li {
	display: inline-block;
}
#nav-secondary #nav-secondary-menu li a {
	display: inline-block;
	padding: 1.2em 1.25em 1em;
	font-weight: 600;
	color: #444D56;
	border: none;
}
#nav-secondary #nav-secondary-menu li a:hover {
	color: #E84A27;
}
.section-overview.overview #nav-secondary #nav-secondary-menu li.nav-2-overview a {
	color: #444D56;
}
.section-overview.leadership #nav-secondary #nav-secondary-menu li.nav-2-leadership a {
	color: #444D56;
}
.section-overview.facts #nav-secondary #nav-secondary-menu li.nav-2-facts a {
	color: #444D56;
}
.section-overview.rankings #nav-secondary #nav-secondary-menu li.nav-2-rankings a {
	color: #444D56;
}
.section-overview.highlights #nav-secondary #nav-secondary-menu li.nav-2-highlights a {
	color: #444D56;
}
.section-overview.awards #nav-secondary #nav-secondary-menu li.nav-2-awards a {
	color: #444D56;
}
.section-overview.diversity #nav-secondary #nav-secondary-menu li.nav-2-diversity a {
	color: #444D56;
}
.section-overview.tours #nav-secondary #nav-secondary-menu li.nav-2-tours a {
	color: #444D56;
}
body.resources .section-intro {
	background-image: url("../img/audience/header_students.jpg");
	background-size: 100%;
	padding: 3em 0 1.25em;
}

@media (max-width: 770px) {
body.resources .section-intro {
	background-size: auto 100%;
}
}
body.resources.parents .section-intro {
	background-image: url("../img/audience/header_parents.jpg");
}
body.resources.students .section-intro {
	background-image: url("../img/audience/header_students.jpg");
}
body.resources.alumni .section-intro {
	background-image: url("../img/audience/header_alumni.jpg");
}
body.resources.facultystaff .section-intro {
	background-image: url("../img/audience/header_facultystaff.jpg");
}
body.resources h2 {
	margin-bottom: 0;
}
body.resources .section-intro h2 {
	color: white;
}
body.facultystaff.resources .section-intro h2 {
	color: black;
}
body.resources .pod-unit {
	background: rgba(255, 255, 255, 0.7);
	border-color: #d0d0ce;
}
body.resources .heading-button {
	margin-bottom: 1em;
	margin-top: 1.5em;
}

@media (max-width: 770px) {
body.resources .heading-button {
	margin: 0.5em 0;
}
}
#search-results {
	padding-top: 2em;
}
#cse-search-results iframe {
	width: 100%;
}
#cse-search-box {
	text-align: center;
	margin-top: 0.5em;
}
#cse-search-box input[name="q"] {
	background: #E0E0E0 !important;
	width: 100%;
	padding: 1em 0.5em;
	border: none;
	outline: none;
	font-size: 140%;
	color: #878f99;
}
#cse-search-box input[type="submit"] {
	border: none;
	outline: none;
	margin: auto;
	margin-top: 2em;
	float: none;
}
#cse-search-box input[type="submit"]:hover {
	cursor: pointer;
}
#search-results .gsc-above-wrapper-area, #search-results .gsc-control-cse, #search-results .gsc-webResult, #search-results .gsc-results {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}
#search-results .gsc-results {
	width: 100%;
}
#search-results .gsc-result {
	margin-bottom: 0.25em;
	padding: 2.2em 0;
	border-bottom: 1px solid #dadad9;
}
#search-results td.gsc-table-cell-thumbnail.gsc-thumbnail, #search-results .gcsc-branding, #search-results .gsc-result-info-container {
	display: none;
}
#search-results table.gsc-table-result {
	font-size: 140%;
	font-weight: 400;
	color: #878f99;
}
#search-results .gsc-control-cse .gs-spelling, #search-results .gsc-control-cse .gs-result .gs-title, #search-results .gsc-control-cse .gs-result .gs-title *, #search-results .gs-title {
	font-weight: 600;
}
#search-results .gsc-result .gs-title {
	height: auto;
}
#search-results .gs-result .gs-title, #search-results .gs-result .gs-title *, #search-results .gsc-cursor-page {
	text-decoration: none;
	color: #E84A27;
	font-size: 100%;
}
#search-results .gs-result .gs-title b {
	color: #263B54;
	background: #E9E9E8;
	font-size: inherit;
}
#search-results a.gs-title {
	text-decoration: none !important;
	border: none;
	color: #E84A27;
}
#search-results a.gs-title:hover {
	color: #263B54;
}
#search-results .gs-webResult .gs-snippet {
	color: #444D56;
	margin-bottom: 0.5em;
}
#search-results .gs-webResult div.gs-visibleUrl, #search-results .gs-imageResult div.gs-visibleUrl {
	color: #96A8B2;
}
#search-results .gsc-cursor-box {
	margin-top: 3em;
	border: none;
}
#search-results .gsc-cursor-page {
	color: #878f99;
	margin-right: 0.75em;
}
#search-results .gsc-cursor-current-page {
	color: #E84A27;
}
#home-slideshow {
	height: 530px;/*
	======================
	CONTROLS
	====================== */ }

@media (min-width: 1400px) {
#home-slideshow {
	height: 689px;
}
}

@media (max-width: 1000px) {
#home-slideshow {
	height: 318px;
}
}

@media (max-width: 520px) {
#home-slideshow {
	height: 212px;
}
}
#home-slideshow .container {
	width: 92%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#home-slideshow a:hover {
	text-decoration: none !important;
}
#home-slideshow .marquee-mask, #home-slideshow .marquee {
	max-height: 530px;
	min-height: 180px;
	min-height: 530px;
}

@media (min-width: 1400px) {
#home-slideshow .marquee-mask, #home-slideshow .marquee {
	max-height: 689px;
	min-height: 689px;
}
}

@media (max-width: 1000px) {
#home-slideshow .marquee-mask, #home-slideshow .marquee {
	max-height: 318px;
	min-height: 318px;
}
}

@media (max-width: 520px) {
#home-slideshow .marquee-mask, #home-slideshow .marquee {
	max-height: 212px;
	min-height: 212px;
}
}
#home-slideshow .marquee-item {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	display: block;
	position: relative;
	width: 100%;
	max-height: 530px;
	background-image: none !important;
	background-color: #dadad9;
}

@media (min-width: 1400px) {
#home-slideshow .marquee-item {
	max-height: 689px;
}
}

@media (max-width: 1000px) {
#home-slideshow .marquee-item {
	max-height: 318px;
}
}

@media (max-width: 520px) {
#home-slideshow .marquee-item {
	max-height: 212px;
}
}
#home-slideshow .marquee-copy {
	position: absolute !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	z-index: 100;
	width: 100%;
	width: 60%;
	max-width: 1280px;
}

@media (min-width: 1180px) {
#home-slideshow .marquee-copy {
	width: 50%;
}
}

@media (max-width: 1000px) {
#home-slideshow .marquee-copy {
	width: 60%;
	margin-bottom: -30px;
}
}

@media (max-width: 520px) {
#home-slideshow .marquee-copy {
	margin-bottom: -15px;
}
}
#home-slideshow .title {
	margin-bottom: 0.5em;
}
#home-slideshow .title a {
	line-height: 1.3;
	display: inline-block;
	margin: 0;
	display: inline-block;
	font-size: 140% !important;
	transition: all 300ms ease;
	width: 90%;
	padding: 0;
}

@media (max-width: 1000px) {
#home-slideshow .title {
	margin-bottom: 0;
}
}
#home-slideshow .title a:focus {
	outline: none;
}
#home-slideshow .title a:focus .marquee-heading {
	background-color: rgba(29, 38, 45, 0.7);
	padding-left: 4%;
	width: 100%;
	border-left: 4px solid white;
}
#home-slideshow .marquee-heading {
	font-weight: 700;
	display: inline;
	font-size: 130% !important;
	line-height: 1.7;
	transition: all 300ms ease;
	width: 100%;
	padding: 0.15em 0;
	color: #fff;
	background: rgba(19, 28, 45, 0.75);
}
#home-slideshow .marquee-heading:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #363d44;
}

@media (min-width: 1180px) {
#home-slideshow .marquee-heading {
	font-size: 150% !important;
}
}

@media (min-width: 1400px) {
#home-slideshow .marquee-heading {
	font-size: 170% !important;
}
}

@media (min-width: 961px) and (max-width: 1080px) {
#home-slideshow .marquee-heading {
	font-size: 130% !important;
}
}

@media (max-width: 1000px) {
#home-slideshow .marquee-heading {
	font-size: 110% !important;
}
}

@media (max-width: 520px) {
#home-slideshow .marquee-heading {
	font-size: 85% !important;
}
}
#home-slideshow .marquee-mask .marquee .marquee-item img.marquee-img {
	width: 100%;
	display: block !important;
	margin-top: 0;
}

@media (min-width: 961px) and (max-width: 1080px) {
#home-slideshow .marquee-mask .marquee .marquee-item img.marquee-img {
	width: 120%;
	margin-left: -10%;
}
}

@media (max-width: 1000px) {
#home-slideshow .marquee-mask .marquee .marquee-item img.marquee-img {
	width: 110%;
	margin-left: -5%;
}
}

@media (max-width: 770px) {
#home-slideshow .marquee-mask .marquee .marquee-item img.marquee-img {
	width: 130%;
	margin-left: -15%;
}
}
#home-slideshow .marquee-controls {
	bottom: 16px;
	right: 1em;
	position: absolute;
	z-index: 100;
}
#home-slideshow .marquee-controls:hover {
	cursor: pointer;
}
#home-slideshow .lt-ie9 .marquee-controls {
	bottom: 43px;
	right: auto;
}
#home-slideshow .marquee-controls .pager {
	display: none;
	margin-left: 14px;
}
#home-slideshow .lt-ie9 .marquee-controls .pager {
	vertical-align: auto;
	zoom: 1;
	display: inline;
	line-height: 12px;
}
#home-slideshow .lt-ie9 .marquee-mask.with-slideshow .marquee-copy {
	bottom: 102px;
}
#home-slideshow .marquee-mask.with-slideshow .animate-copy .marquee-copy {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
#home-slideshow .marquee-mask.with-slideshow .marquee-copy {
	/*bottom: 18%;*/
	bottom: 7%;
	color: #fff;
}
#home-slideshow .marquee-mask .container.controls {
	bottom: 20px;
	height: 50px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

@media (max-width: 1000px) {
#home-slideshow .marquee-mask .container.controls {
	bottom: 10px !important;
}
}
#home-slideshow .marquee-mask .marquee-controls {
	height: 45px;
	position: absolute;
	right: 0;
	bottom: 14px;
	/*width: 100%;*/
	width: auto;
}

@media (max-width: 1000px) {
#home-slideshow .marquee-mask .marquee-controls {
	bottom: 15px !important;
	height: auto !important;
	width: 30%;
}
}
#home-slideshow .slide-controls {
	width: 109px;
	height: 32px;
	position: absolute;
}

@media (max-width: 1000px) {
#home-slideshow .slide-controls {
	right: 0;
	float: right;
}
}
#home-slideshow .slide-controls a {
	float: left;
	display: block;
	height: 100%;
	width: 36px;
	text-align: center;
	border: rgba(255, 255, 255, 0.6) 1px solid;
	border-left: none;
	line-height: normal;
	padding-top: 2px;
}
#home-slideshow .slide-controls a:first-child {
	border-left: rgba(255, 255, 255, 0.6) 1px solid;
}
#home-slideshow .slide-controls a .fa {
	font-size: 13px;
	padding: 0;
}
#home-slideshow .slide-controls a:hover, #home-slideshow .slide-controls a:focus {
	opacity: 1;
	background: #96A8B2;
	outline: none;
}

@media (max-width: 1000px) {
#home-slideshow .slide-controls a {
	padding-top: 4px;
}
}
#home-slideshow .marquee-mask .marquee-controls nav {
	position: relative;
}
#home-slideshow .marquee-mask .marquee-controls nav a {
	color: #ffffff;
	opacity: 0.6;
}
#home-slideshow .marquee-mask .marquee-controls nav a:hover, #home-slideshow .marquee-mask .marquee-controls nav a:focus {
	opacity: 1;
	outline: none;
}
#home-slideshow .marquee-mask .marquee-controls .pager {
	/*display: block;*/
	display: none;
	position: absolute;
	right: 0;
	position: absolute;
	top: 0;
}
#home-slideshow .marquee-mask .marquee-controls .pager a {
	color: #fff;
	font-size: 10px;
	margin-left: 8px;
	opacity: 0.6;
	position: relative;
}
#home-slideshow .marquee-mask .marquee-controls .pager a.active {
	opacity: 1;
}

@media (max-width: 1000px) {
#home-slideshow .marquee-mask .marquee-controls .pager {
	display: none;
}
}
.news-grid-unit, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post {
	width: 31.5%;
	margin-bottom: 4%;
	margin-right: 2.75%;
	float: left !important;
	position: relative;
	border: 1px solid #E0E0E0;
}
.news-grid-unit:nth-of-type(3n+3), #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post:nth-of-type(3n+3),  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post:nth-of-type(3n+3) {
	margin-right: 0;
}

@media (max-width: 770px) {
.news-grid-unit, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post {
	width: 49% !important;
	margin-bottom: 3% !important;
	margin-right: 2%;
}
.news-grid-unit:nth-of-type(3n+3), #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post:nth-of-type(3n+3),  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post:nth-of-type(3n+3) {
	margin-right: 2% !important;
}
.news-grid-unit:nth-of-type(even), #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post:nth-of-type(even),  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post:nth-of-type(even) {
	margin-right: 0 !important;
}
}
.news-grid-unit > .blog-post-entry, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 370px !important;
	padding-bottom: 20px !important;
}

@media (max-width: 1000px) {
.news-grid-unit > .blog-post-entry, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry {
	height: 286px !important;
}
}

@media (max-width: 770px) {
.news-grid-unit > .blog-post-entry, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry {
	height: 308px !important;
}
}

@media (max-width: 520px) {
.news-grid-unit > .blog-post-entry, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry {
	height: 220px !important;
}
}
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-title, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title {
	font-size: 120% !important;
	line-height: 1.5 !important;
	color: #263B54;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 8em;
}

@media (max-width: 770px) {
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-title, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title {
	font-size: 130% !important;
}
}

@media (max-width: 520px) {
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-title, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title {
	font-size: 90% !important;
	line-height: 1.4 !important;
	font-weight: 500 !important;
}
}
.news-grid-unit > .blog-post-entry .scroll-container {
	padding: 25px;
	overflow: hidden !important;
	transition: top 400ms ease 0 !important;
	transition-delay: 0 !important;
}
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-category {
	font-size: 75%;
	font-weight: 600;
	color: #96A8B2;
	margin-bottom: 6px;
}
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-body p {
	font-weight: 400;
	font-size: 100%;
	color: #444D56;
}

@media (max-width: 1000px) {
.news-grid-unit > .blog-post-entry .scroll-container {
	padding: 17.5px !important;
}
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-category {
	font-size: 70%;
}
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-title {
	font-size: 110% !important;
	line-height: 1.5 !important;
}
}

@media (max-width: 770px) {
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-title {
	font-size: 105% !important;
}
}

@media (max-width: 520px) {
.news-grid-unit > .blog-post-entry .scroll-container {
	padding: 15px !important;
}
.news-grid-unit > .blog-post-entry .scroll-container .blog-post-title {
	font-size: 90% !important;
	font-weight: 500 !important;
}
}
.news-grid-unit > .blog-post-entry:hover .scroll-container {
	background: white;
	top: -108px !important;
}

@media (max-width: 1000px) {
.news-grid-unit > .blog-post-entry:hover .scroll-container {
	top: 0 !important;
}
.news-grid-unit > .blog-post-entry:hover .scroll-container .blog-post-title, .news-grid-unit > .blog-post-entry:hover .scroll-container .blog-post-category {
	display: block;
}
}
.news-grid-unit > .blog-post-entry .img-and-caption, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption {
	margin: 0;
	overflow: hidden !important;
	height: 148px !important;
}
.news-grid-unit > .blog-post-entry .img-and-caption img, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption img, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption img {
	max-height: 1000px !important;
	width: 110% !important;
	margin-left: -5%;
	height: auto !important;
	max-width: 900px !important;
}

@media (max-width: 1000px) {
.news-grid-unit > .blog-post-entry .img-and-caption, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption {
	height: 88px !important;
}
.news-grid-unit > .blog-post-entry .img-and-caption img, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption img, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption img {
	width: 100% !important;
	margin-left: 0;
}
}

@media (max-width: 1000px) {
.news-grid-unit > .blog-post-entry .img-and-caption, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption {
	height: 138.6px !important;
}
}

@media (max-width: 520px) {
.news-grid-unit > .blog-post-entry .img-and-caption, #uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption {
	height: 88px !important;
}
}
.news-grid-unit > .blog-post-entry .share-bar {
	background-color: #E0E0E0 !important;
	height: 50px !important;
	top: -50px !important;
	transition: top 400ms ease 0 !important;
	opacity: 1 !important;
	font-size: 75%;
	padding-left: 25px !important;
	padding-top: 12.5px !important;
	color: #444D56 !important;
	position: relative;
}
.news-grid-unit > .blog-post-entry .share-bar > * {
	padding: 0;
}
.news-grid-unit > .blog-post-entry .share-bar ul {
	position: absolute;
	top: 12.5px;
	right: 25px;
	margin: 0 !important;
}
.news-grid-unit > .blog-post-entry .share-bar ul li {
	margin-left: 0.25em;
}
.news-grid-unit > .blog-post-entry .share-bar ul .fa-facebook-square:before {
	content: "\f09a";
}
.news-grid-unit > .blog-post-entry .share-bar ul .fa-twitter-square:before {
	content: "\f099";
}
.news-grid-unit > .blog-post-entry .share-bar a {
	font-size: 110% !important;
	border: none;
	color: #444D56 !important;
}
.news-grid-unit > .blog-post-entry .share-bar a:hover {
	color: #131f33 !important;
}
.news-grid-unit > .blog-post-entry:hover .share-bar {
	height: 50px !important;
	position: absolute;
	top: 0 !important;
	left: 0;
	right: 0;
	z-index: 1000;
	margin-top: 0;
	line-height: normal;
	opacity: 1 !important;
}

@media (max-width: 1000px) {
.news-grid-unit > .blog-post-entry:hover .share-bar {
	display: none !important;
}
}
#home-news {
	background-color: #F4F4F2;
}

@media (max-width: 1000px) {
#home-news .width-narrow {
	width: 90%;
	padding: 2em 0 0;
}
}
.news-grid {
	margin-bottom: -25px;
}

@media (max-width: 770px) {
.news-grid-unit.news-hide-mobile {
	display: none;
}
}
.news-grid-unit > .blog-post-entry {
	border-top: 7px solid #96A8B2 !important;
}

@media (max-width: 520px) {
.news-grid-unit > .blog-post-entry {
	border-top-width: 4px !important;
}
}
#news-grid-1 > .blog-post-entry:hover, #news-grid-2 > .blog-post-entry:hover, #news-grid-3 > .blog-post-entry:hover, #news-grid-4 > .blog-post-entry:hover, #news-grid-5 > .blog-post-entry:hover, #news-grid-6 > .blog-post-entry:hover, #news-grid-7 > .blog-post-entry:hover, #news-grid-8 > .blog-post-entry:hover, #news-grid-9 > .blog-post-entry:hover {
	border-top-color: #E0E0E0 !important;
}
#news-grid-1 .blog-post-entry, #news-grid-6 .blog-post-entry, #news-grid-7 .blog-post-entry {
	border-top-color: #d66138 !important;
}
#news-grid-1 .blog-post-category, #news-grid-6 .blog-post-category, #news-grid-7 .blog-post-category {
	color: #444D56 !important;
}
#news-grid-2 .blog-post-entry, #news-grid-5 .blog-post-entry, #news-grid-9 .blog-post-entry {
	border-top-color: #34466b !important;
}
#news-grid-2 .blog-post-category, #news-grid-5 .blog-post-category, #news-grid-9 .blog-post-category {
	color: #444D56 !important;
}
#news-grid-3 .blog-post-entry {
	border-top-color: #7390a0 !important;
}
#news-grid-3 .blog-post-category {
	color: #444D56 !important;
}
#news-grid-4 .blog-post-entry {
	border-top-color: #71a3a0 !important;
}
#news-grid-4 .blog-post-category {
	color: #444D56 !important;
}
#news-grid-8 .blog-post-entry {
	border-top-color: #f29836 !important;
}
#news-grid-8 .blog-post-category {
	color: #444D56 !important;
}
section.home-calendar[role="main"] .section {
	padding: 0;
}

@media (max-width: 770px) {
section.home-calendar[role="main"] .section {
	border-top: none;
}
}
.calendar-widget-wrapper {
	width: 88%;
	float: left;
}

@media (max-width: 1000px) {
.calendar-widget-wrapper {
	width: 100%;
}
}
.calendar-widget-view-all {
	width: 12%;
	float: left;
	height: 145px;
}
.calendar-widget-view-all a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 1.5em 1em;
	font-weight: 700;
	color: #444D56;
	transition: all 300ms ease;
}
.calendar-widget-view-all a:hover {
	background: #6e7887;
	color: white;
}

@media (min-width: 961px) and (max-width: 1080px) {
.calendar-widget-view-all {
	height: 195.75px;
}
}

@media (max-width: 1000px) {
.calendar-widget-view-all {
	width: 100%;
	border-top: 1px solid #dadad9;
	text-align: center;
	height: auto;
}
.calendar-widget-view-all a {
	padding: 0.75em 0;
	border: none !important;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
}
#pc-1553 #content-list {
	width: 100%;
}
#pc-1553 #content-list li {
	height: 145px;
	width: 25%;
	float: left;
	border-right: 1px solid #dadad9;
	padding: 1em 1.5em;
	position: relative;
	transition: all 400ms ease;
}
#pc-1553 #content-list li:first-child {
	border-left: 1px solid #dadad9;
}
#pc-1553 #content-list li:hover {
	background: #E9E9E8;
	border-top: solid 5px #F2590D;
}

@media (min-width: 961px) and (max-width: 1080px) {
#pc-1553 #content-list li {
	height: 195.75px;
}
}

@media (max-width: 1000px) {
#pc-1553 #content-list li {
	height: 195.75px;
}
}

@media (max-width: 770px) {
#pc-1553 #content-list li {
	width: 50%;
	height: 98.6px;
	padding: 0.85em 4% 0;
	border-top: 1px solid #dadad9;
}
}
.edu-il-ws-1553-154-time-with-title {
	font-size: 80%;
	font-weight: 600;
	color: #F2590D;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.edu-il-ws-1553-154-title-with-date a {
	border-bottom: none !important;
	height: 100%;
	width: 100%;
	padding-bottom: 4em;
	color: #263B54 !important;
	font-size: 90%;
	line-height: 1.4;
	display: block;
}
.twitter-widget-header {
	width: 100%;
	text-align: center;
}
.twitter-widget-header a {
	color: #E84A27;
}
.twitter-widget-header a .icon {
	color: #E84A27;
	width: 100%;
}
#twitter-widget {
	width: 80%;
	margin: auto;
	position: relative;
	overflow: hidden;
	height: 110px;
}

@media (max-width: 770px) {
#twitter-widget {
	height: 137.5px;
	width: 70%;
}
}
#twitter-widget #pc-6052 #edu-il-ws-6052-310-wrapper #edu-il-ws-6052-310-content li {
	display: block;
	width: 100% !important;
	position: absolute;
	top: -99999px;
	left: -999999px;
	height: 100%;
}
#twitter-widget #pc-6052 #edu-il-ws-6052-310-wrapper #edu-il-ws-6052-310-content li.is-displayed {
	top: 0;
	left: 0;
}
#twitter-widget #pc-6052 #edu-il-ws-6052-310-wrapper #edu-il-ws-6052-310-content li h3 {
	background: none;
	display: none;
}
#twitter-widget #pc-6052 #edu-il-ws-6052-310-wrapper #edu-il-ws-6052-310-content li .tweet {
	background: none;
	padding: 2% 0;
	text-align: center;
	color: #444D56;
	font-size: 125%;
	line-height: 1.9;
}

@media (max-width: 770px) {
#twitter-widget #pc-6052 #edu-il-ws-6052-310-wrapper #edu-il-ws-6052-310-content li .tweet {
	font-size: 105%;
}
}
.pod-unit .twitter-widget-control {
	top: 55px;
	bottom: 0;
	height: auto;
}
.pod-unit .twitter-widget-control span {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 125px;
}
.pod-unit #twitter-widget {
	height: 100%;
	width: 79%;
}
.twitter-widget-control {
	position: absolute;
	height: 100%;
	top: 0;
	transition: background ease 600ms;
}
.twitter-widget-control:hover {
	background: white;
	cursor: pointer;
}
.twitter-widget-control.inactive {
	background: none !important;
	cursor: default;
}
.twitter-widget-control.inactive span {
	color: #E0E0E0;
	color: #96A8B2;
}
.twitter-widget-control span {
	color: #444D56;
	font-size: 160%;
	padding: 0 0.8em;
	padding: 0 1em;
	padding-top: 105px;
	height: 100%;
}
.twitter-widget-control.icon-previous {
	left: 0;
}
.twitter-widget-control.icon-next {
	right: 0;
	text-align: right;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .image {
	float: none !important;
	text-align: center;
	width: 80px !important;
	height: 80px !important;
	margin: auto;
	overflow: hidden;
	margin-bottom: 0.75em;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .content {
	padding: 10px 10px !important;
	overflow: hidden !important;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li {
	width: 100% !important;
	background-color: transparent !important;
	height: 100% !important;
	display: block;
	height: 270px !important;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content a i.aaa.fa-facebook {
	display: none;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .post {
	width: 100% !important;
	height: auto !important;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .post .text {
	padding-top: 0 !important;
	height: auto !important;
	font-weight: 600 !important;
	line-height: 1.6 !important;
	color: #263B54;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .post .text .mask {
	display: none;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .image {
	display: none;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-content li .post .text .mask {
	display: none !important;
}
#pc-6051 #edu-il-ws-6051-311-wrapper #edu-il-ws-6051-311-offscreen {
	display: none;
}
#ws-pa-1109 #blog-wrapper .topic .topic-wrapper .topic-title {
	padding: 0 !important;
}
#ws-pa-1109 #blog-wrapper .topic .topic-wrapper .topic-title a {
	color: #263B54 !important;
	font-size: 130%;
	padding: 1em 1.5em 0.5em;
	display: block;
	height: 100%;
	width: 100%;
	transition: 300ms ease all;
}
#ws-pa-1109 #blog-wrapper .topic .topic-wrapper .topic-title a:hover {
	color: #E84A27;
}
#blog-wrapper {
	font-size: 1.15em !important;
}
#illinois-skin {
	padding: 0;
}
#illinois-skin .container {
	padding: 0;
	width: 100% !important;
	max-width: 100% !important;
}

@media (max-width: 618px) {
body.Homepage.Illinois.News #desktop-wrapper {
	display: block !important;
}
body.Homepage.Illinois.News #site-footer {
	display: none;
}
}
#uofi #ws-pa #edu-il .results-view #content-full-width #ws-content, #uofi #ws-pa #edu-il .home-view #content-full-width #ws-content {
	padding-top: 150px;
}
#custom #uofi #ws-pa #edu-il .paging-menu-bottom {
	clear: both !important;
}
#custom #uofi #ws-pa #edu-il .search-results-menu {
	border-bottom: 1px solid #E0E0E0;
	padding: 0;
	padding-bottom: 2em !important;
	margin: 0 !important;
	margin-bottom: 3em !important;
}
#uofi #ws-pa #edu-il .search-results-menu li a, #uofi #ws-pa #edu-il .search-results-menu span {
	color: #6e7887 !important;
}
#uofi #ws-pa #edu-il .search-results-menu span {
}
#uofi #ws-pa #edu-il .search-results-menu span strong {
	color: #E84A27;
}
#uofi #ws-pa #edu-il .search-results-menu li:last-child {
	display: none;
}
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post {
	font-size: 100% !important;
}
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title {
	font-size: 105% !important;
	margin: 0;
	padding: 0 25px;
}

@media (max-width: 770px) {
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title {
	font-size: 95% !important;
}
}

@media (max-width: 520px) {
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-title {
	font-size: 80% !important;
	line-height: 1.4 !important;
	padding: 0 7.5px;
}
}
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-meta span, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-meta span {
	padding: 25px;
	margin-bottom: 20em;
}

@media (max-width: 520px) {
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-meta span,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-meta span {
	padding: 7.5px;
}
}
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-meta span.blog-post-views,  #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .blog-post-meta span.blog-post-views {
	display: none;
}
#uofi #ws-pa #edu-il #blog-results-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption, #uofi #ws-pa #edu-il #blog-home-view .blog-posts-wrapper .blog-post > .blog-post-entry .img-and-caption {
	width: 100% !important;
	margin-bottom: 0.75em !important;
}
#uofi #ws-pa #edu-il .blog-post-footer {
	width: 100%;
	margin: auto;
	padding: 0 !important;
	margin-bottom: 1.5em;
}
#uofi #ws-pa #edu-il .blog-closing-section {
	background: #F4F4F2;
}
#uofi #ws-pa #edu-il .blog-closing-section li a {
	color: #6e7887 !important;
}
#uofi #ws-pa #edu-il .blog-features {
	padding: 0.2em 0 !important;
}
#uofi #ws-pa #edu-il #ws-sidebar {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
}
#uofi #ws-pa #edu-il .gadget {
	margin: 0 !important;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container {
	margin: 0 auto !important;
	font-size: 100% !important;
	padding: 1.3em 4% 0;
	width: auto !important;
	height: 70px;
	text-align: center !important;
}

@media (min-width: 961px) and (max-width: 1080px) {
#uofi #ws-pa #edu-il #content-full-width .gadget-container {
	text-align: left;
	padding-top: 0.9em;
	padding-left: 1%;
	text-align: left !important;
	font-size: 96% !important;
}
}

@media (max-width: 1000px) {
#uofi #ws-pa #edu-il #content-full-width .gadget-container {
	text-align: left;
	padding-top: 0.9em;
	padding-left: 1%;
	text-align: left !important;
}
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories {
	width: 100%;
	margin: auto;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories ul {
	width: auto;
	width: 100% !important;
	display: block;
	margin: 0 !important;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories ul li {
	display: inline-block;
	font-size: 100% !important;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories ul li.all-news a {
	font-weight: 700 !important;
	color: #363d44 !important;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories ul li a {
	margin: 0 !important;
	font-size: 80% !important;
	line-height: 1.6 !important;
	display: inline-block;
	padding: 0em 1.25em;
	font-weight: 600;
	color: #6e7887 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	border: none !important;
	border-color: transparent !important;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .blog-categories ul li a:hover {
	color: #E84A27 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .gadget-header {
	padding: 0 !important;
	margin: 0 !important;
	letter-spacing: 0;
	border: none;
	text-align: left;
	font-size: 75% !important;
	color: #6e7887;
	font-weight: 400;
	float: left;
	width: auto !important;
	line-height: normal;
	display: inline-block !important;
	display: none !important;
}
#uofi #ws-pa #edu-il #content-full-width .gadget-container .gadget-header:before {
	content: "Browse News ";
}
#uofi #ws-pa #edu-il .blog-post-footer, #uofi #ws-pa #edu-il .paging-menu-top a, #uofi #ws-pa #edu-il .search-results-menu, #uofi #ws-pa #edu-il .blog-features {
	background-color: transparent !important;
}
#uofi #ws-pa #edu-il .article-view #content-full-width #ws-content {
	padding-top: 140px;
	max-width: 780px !important;
}
#wt #uofi #ws-pa #edu-il #blog-article-view .blog-post {
	padding: 0 !important;
}
#contDiv {
	position: relative;
}
#custom #wt #uofi #ws-pa #edu-il #blog-header {
	position: absolute;
	top: -70px;
	width: 100%;
	background: #F4F4F2;
	height: 70px;
	z-index: 1000;
}
#blog-wrapper #blog-header #blog-level-menu {
	padding: 0 4% !important;
}
#blog-wrapper #blog-header #blog-level-menu li {
	float: none !important;
	display: inline-block !important;
}
#blog-wrapper #blog-header #blog-level-menu .nav-menu {
	display: none !important;
}
#blog-wrapper #blog-header #blog-level-menu li a {
	color: #6e7887 !important;
	border-color: #6e7887 !important;
	font-size: 100% !important;
	display: block;
	margin: auto;
}
#blog-wrapper #blog-header #blog-level-menu li a:hover {
	color: #6e7887 !important;
	border-color: #6e7887 !important;
	font-size: 100% !important;
}
#uofi #ws-pa #edu-il li#search-bar {
	position: absolute;
	top: 70px;
	right: 0;
	padding-right: 1% !important;
	height: 70px;
	border-left: 1px solid #dadad9;
	padding-top: 19.44444px !important;
	padding-left: 1% !important;
	background: #F4F4F2 !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-posts-wrapper .blog-post {
	font-size: 100% !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-title {
	font-size: 190% !important;
	font-weight: 300 !important;
	color: #363d44 !important;
	text-align: center !important;
	display: block;
	margin: auto !important;
	padding: 0 12% !important;
	padding: 0.5em 10% 1em !important;
	line-height: 1.45 !important;
}

@media (max-width: 770px) {
#uofi #ws-pa #edu-il #blog-article-view .blog-post-title {
	padding: 0 !important;
	font-size: 140% !important;
	margin-bottom: 1em !important;
	width: 100% !important;
}
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info {
	padding: 0 !important;
	margin-bottom: 2em;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-meta {
	overflow: visible !important;
	font-size: 100% !important;
	width: 100% !important;
	text-align: left !important;
	border-top: 1px solid #dadad9;
	padding: 0 !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-meta > span {
	clear: none !important;
	width: auto !important;
	padding: 1em !important;
	font-size: 70% !important;
	line-height: normal !important;
	border-right: 1px solid #E0E0E0;
	margin: 0 !important;
	display: inline-block !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-meta > span > a {
	border: none;
	padding-top: 0.1em !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-meta > .blog-post-category {
	display: inline-block;
	border-right: none;
	padding-top: 0.5em !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-meta > .blog-post-category a {
	margin: 0 !important;
	float: none !important;
	display: inline-block !important;
	font-size: 100% !important;
	font-size: normal !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
#uofi #ws-pa #edu-il #blog-article-view #beginning_content_image_1 {
	max-height: 600px !important;
	overflow: hidden !important;
}
#uofi #ws-pa #edu-il #blog-article-view #beginning_content_image_1 #img_1 {
	padding: .5em 0 0 !important;
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-right: auto !important;
	margin-left: auto !important;
}
#wt #uofi #ws-pa #edu-il #blog-article-view .blog-post {
	text-align: center;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info {
	text-align: left !important;
}
/*

#uofi #ws-pa #edu-il #blog-article-view .blog-post-info {

	h3, h4, h5, h6, p {
		padding: 0 10% !important;

		@include breakpoint(tablet) {
			padding: 0 5% !important;
		}

		@include breakpoint(mobile) {
			padding: 0 5% !important;
		}
	}
}

*/
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info h3, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h4, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h5, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h6 {
	font-weight: 300 !important;
	line-height: 1.7 !important;
	font-size: 130% !important;
	color: #6e7887 !important;
	margin-top: 2em !important;
	margin-bottom: 0.75em !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info h3 strong, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h4 strong, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h5 strong, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h6 strong {
	font-weight: 300 !important;
}

@media (max-width: 770px) {
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info h3, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h4, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h5, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h6 {
	font-size: 95%;
}
}

@media (max-width: 520px) {
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info h3, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h4, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h5, #uofi #ws-pa #edu-il #blog-article-view .blog-post-info h6 {
	font-size: 90%;
}
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info p {
	font-size: 100%;
	color: #363d44;
	line-height: 1.7 !important;
}

@media (max-width: 770px) {
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info p {
	font-size: 95%;
}
}

@media (max-width: 520px) {
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info p {
	font-size: 90%;
}
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info p img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 4em;
	text-align: center;
	width: 60% !important;
	height: auto !important;
	display: block !important;
	float: none !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info > p:first-child {
	padding: 0 !important;
	line-height: 2 !important;
	color: #E84A27;
	text-align: left !important;
	width: 100%;
	padding: 0 !important;
	display: block;
	font-size: 110% !important;
	margin-top: 2em !important;
}
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info blockquote p {
	border-left: 2px solid #E84A27;
	padding-left: 1.25em !important;
	padding-right: 0 !important;
	font-style: normal !important;
	color: #dadad9 !important;
	font-size: 170% !important;
	line-height: 1.75 !important;
	display: block;
	margin: 1.75em 0 !important;
}

@media (max-width: 520px) {
#uofi #ws-pa #edu-il #blog-article-view .blog-post-info blockquote p {
	font-size: 115% !important;
	color: #E84A27 !important;
}
}
#uofi #ws-pa #edu-il .blog-post-footer ul.blog-post-actions {
	width: 100%;
	margin-top: 1em !important;
	border-top: solid 4px #96A8B2;
	padding: 0.25em 0;
	background: #F4F4F2 !important;
}
#uofi #ws-pa #edu-il .blog-post-footer ul.blog-post-actions li {
	border-right: 1px dotted #dadad9;
	font-size: 100% !important;
	text-align: center;
	padding: 0 !important;
}
#uofi #ws-pa #edu-il .blog-post-footer ul.blog-post-actions li a {
	font-size: 75%;
	line-height: normal !important;
	padding: 0.75em 1.4em 2em;
	display: inline-block;
	border: none !important;
	color: #6e7887;
	margin-right: 0;
}
#uofi #ws-pa #edu-il .blog-post-footer ul.blog-post-actions li a:hover {
	background-color: #E9E9E8;
}
#uofi #ws-pa #edu-il .blog-post-footer ul.blog-post-actions li a .fa {
	padding: 0;
	margin: 0 !important;
	height: auto !important;
	line-height: normal !important;
	padding-top: 0 !important;
	font-size: 90%;
	margin-right: 0.5em !important;
	color: #96A8B2;
}
#uofi #ws-pa #edu-il .blog-post-footer ul.blog-post-actions li, #uofi #ws-pa #edu-il .blog-post-footer ul.blog-post-actions a {
	color: #dadad9;
}
#ws-pa-sb #edu-il #share-wrapper #share .bg-show-back, #ws-pa-sb #edu-il #share-wrapper #share .bg-show-bottom, #ws-pa-sb #edu-il #share-wrapper #share .bg-show-top {
	background: none !important;
}
#ws-pa-sb #edu-il #share-wrapper #share2 {
	background: #363d44 !important;
	border: none !important;
	padding: 1em 0.5em !important;
	width: auto !important;
}
#ws-pa-sb #edu-il #share-wrapper #share2 h4, #ws-pa-sb #edu-il #share-wrapper #share2 ul, #ws-pa-sb #edu-il #share-wrapper #share2 ul a span {
	font-size: 14px !important;
	color: white !important;
}
body.Map header[role="banner"] {
	z-index: 0;
}
body.Map header[role="banner"].is-stuck {
	position: absolute !important;
	height: 184px;
	padding-top: 35px;
}

@media (max-width: 1000px) {
body.Map header[role="banner"].is-stuck {
	height: 60px;
}
}
body.Map header[role="banner"].is-stuck .site-branding {
	height: 184px;
	width: 17%;
}

@media (min-width: 961px) and (max-width: 1080px) {
body.Map header[role="banner"].is-stuck .site-branding {
	width: 20%;
}
}
body.Map header[role="banner"].is-stuck .site-branding .img-link {
	margin-top: 36.8px;
}

@media (min-width: 961px) and (max-width: 1080px) {
body.Map header[role="banner"].is-stuck .site-branding .img-link {
	margin-top: 33.45455px;
}
}
body.Map header[role="banner"].is-stuck #nav-global {
	height: 184px;
	padding-top: 41.81818px;
}
body.Map header[role="banner"].is-stuck #nav-global li.is-displayed .nav-global-submenu-wrapper {
	top: 184px;
}
body.Map header[role="banner"].is-stuck #nav-global .nav-global-submenu-wrapper {
	position: absolute;
	top: 184px;
	left: -9999px;
	z-index: 1000;
}
body.Map header[role="banner"].is-stuck .site-search,  body.Map header[role="banner"].is-stuck #nav-utility-wrapper {
	top: 0;
	left: 0;
}
body.Map header[role="banner"].is-stuck #giving-link {
	position: absolute !important;
	top: 35px !important;
	right: 0 !important;
}
#illinois-skin.Map .container {
	margin: 0;
	position: relative;
	padding: 0;
}
#illinois-skin.Map .width-narrow {
	width: 94% !important;
	max-width: 100% !important;
	margin: auto;
	margin-top: 3% !important;
}
#illinois-skin.Map #tn-nav {
	z-index: 1;
	border-radius: 0 !important;
	background-color: white;
	float: none;
	border: none;
	position: absolute;
	width: auto !important;
	left: auto !important;
	right: 2em;
	top: 3em;
	margin-top: 0;
	padding: 0;
	border-top: 6px solid #6e7887;
}
#illinois-skin.Map #tn-nav > div {
	float: none !important;
	width: auto !important;
	padding: 1em 1.75em !important;
}
#illinois-skin.Map #tn-nav #tn-search {
	background: #E9E9E8;
}
#illinois-skin.Map #tn-nav .map-label {
	color: #131f33 !important;
	margin-top: 10px;
	font-size: 14px;
}
#illinois-skin.Map #tn-nav h3 .map-category-selected {
	color: #6e7887 !important;
}
#illinois-skin.Map #tn-nav ul a {
	color: #6e7887;
	border-bottom: none !important;
	font-size: 14px;
	line-height: 1.6;
}
#illinois-skin.Map #ws #app #map_canvas {
	border: none;
	width: 100%;
	height: 86%;
}
.directory-nav ul li a {
	border-bottom: none !important;
}
.directory-nav ul li a:hover {
	color: #E84A27 !important;
}
.directory-nav-primary {
	border-bottom: 1px solid #444D56;
	padding-bottom: 2em;
	margin-right: 2em;
}
.directory-nav-primary li {
	margin-bottom: 0.75em;
}
.directory-nav-primary li a {
	color: #363d44 !important;
	font-weight: 600 !important;
	border: none !important;
}
.directory-nav-primary.Directory li.section-nav.Directory a {
	color: #6e7887 !important;
}
.directory-nav-primary.A-Z li.section-nav.A-Z a {
	color: #6e7887 !important;
}
.directory-nav-primary.Faculty li.section-nav.Faculty a {
	color: #6e7887 !important;
}
.directory-nav-primary.social-media li.section-nav.social-media a {
	color: #6e7887 !important;
}
.directory-nav-related li {
	font-size: 90%;
	margin-bottom: 0.5em;
}
.directory-nav-related li a {
	color: #878f99 !important;
}
#ws-a-z {
	width: 100% !important;
}
#ws-a-z #a-z-search-wrapper {
	width: 100% !important;
	padding: 2.5em 1.5em 2em;
	background-color: #E9E9E8 !important;
	border: none !important;
}
#ws-a-z #unitId {
	width: 100% !important;
}
#ws-a-z #unitId select {
	height: 42px;
	color: #131f33;
}
#ws-a-z .ws-a-z-letter {
	font-size: 95%;
	color: #E84A27;
}
#ws-ds a, #ws-a-z .ws-ds-dept-details a {
	color: #263B54;
}
input[type='submit'] {
	-webkit-appearance: none;
}
/*=====================================================
=            Emergency Notification styles            =
=====================================================*/
#home-important-announcements .alert-wrapper {
	width: 78%;
	margin: 0 auto;
	padding-bottom: 28px;
	line-height: 1.7;
}
#home-important-announcements .author, #home-important-announcements .time, #home-important-announcements .title {
	display: block;
}
#home-important-announcements .title {
	margin-top: .75em;
	padding: 0;
	color: #E84A27;
	font-weight: 400;
	font-size: 130%;
	text-transform: none;
	letter-spacing: 0;
	border: none;
}

@media (max-width: 1000px) {
.ewas-alert-box, .ewas-mini-box {
	position: fixed !important;
	bottom: 0 !important;
	top: unset !important;
}
.ewas-mini-box {
	width: 100% !important;
}
}
/*=====  End of Emergency Notification styles  ======*/




/*
// ---------------------------
// ## STYLES FOR STICKY FOOTER
// ---------------------------
*/


/*
// ---------------------------
// ## FLEX STYLES
// ---------------------------
*/

.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex-grow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.align-justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* Using widths from main.css, based off 6-col grid */
.flex-col-2 {
	width: 33.33%;
}
.flex-col-3 {
	width: 50%;
}
.flex-col-4 {
	width: 66.667%;
}

.flex-col-6, .flex-container h2, .flex-container h3, .flex-container h4, .flex-container h5 {
	width: 100%;
}

@media only screen and (max-width: 520px) {
[class*="flex-col"] {
	width: 100%;
}
}
/* Account for height issues (dead space between content and foter) on tall screens */ 	
/* 
@media (orientation: portrait) {
	[role="main"],
	[role="main"] > form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	[role="main"] {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
		flex-direction: column;
	}	

	[role="main"] > form {
		-ms-flex-wrap: wrap;
		  	flex-wrap: wrap;		
			-webkit-box-flex: 1;
  		-ms-flex-positive: 1;
  	flex-grow: 1;
			-webkit-box-align: start;
    	-ms-flex-align: start;
    align-items: flex-start;  
	} 

	[role="main"] form > .section:last-child {
			-ms-flex-item-align: stretch;
    	-ms-grid-row-align: stretch;
    align-self: stretch;
	}
} */




/*
// ---------------------------
// ## GENERAL DIRECTORY STYLES
// ---------------------------
*/

.section-overview-text .overview-text-header {
	margin-top: 0.67em;
}
.h2-sans {
	margin-bottom: 0.5em;
	letter-spacing: 0.09em;
	font-size: 1rem;
	font-weight: 600;
	color: #263B54;
	text-transform: uppercase;
	line-height: 1.7;
}

/* Add pseudo-element to adjust anchor links w/ fixed header */
@media only screen and (min-width: 1000px) {
.h2-sans:target::before {
	display: block;
	content: " ";
	margin-top: -100px;
	height: 100px;
	visibility: hidden;
	pointer-events: none;
}
}
.h2-sans a:hover {
	border-bottom: 1px dotted #96A8B2;
}
table {
	width: 100%;
	margin-bottom: 0.25rem;
	font-size: 0.95rem;
	line-height: 1.2;
	text-align: left;
}
th, td {
	padding: 0.75rem;
	text-align: left;
}
th {
	font-size: 1rem;
	font-weight: 600;
}
caption {
	padding: 0.5rem 0;
	font-style: italic;
	font-weight: 400;
	text-align: left;
}
.about-label {
	font-weight: bold;
	margin-top: 8px !important;
}
section[role="main"] ul a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
.section {
	padding: 0;
}
/* Group of individual inputs in a single .input-group flex element (search inputs) */
.input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1.2rem;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.input-group-label, .input-group-select, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap;
}
.input-group-label, .input-group-select, .input-group-button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.input-group-label {
	position: relative;
	font-size: 1.6rem;
}
.input-group-select {
	padding: 0 1rem;
	border: 1px solid #e0e0e0;
	border-right: none;
	background-color: #f4f4f2;
	font-size: 1.2rem;
	text-align: center;
}
.input-group-select .select, .select-safe {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 -0.5rem 0 0;
	padding-right: 2.5rem;
	border: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2872, 72, 74%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1.2rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.8rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.input-group-field {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	height: auto;
	min-width: 0;
	padding: 1rem;
	color: #444D56;
	background-color: #fbfbfb; /* #f4f4f2; */
	font-weight: 500;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	outline: none;
	font-size: 1.2rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-group-button .button {
	height: auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	padding: .75rem;
	border: none;
	background-color: #1D4B90;
	color: white;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
}
.input-group-button .button.disabled {
	background-color: #dbdbdb;
	border-color: #cacaca;
	color: #48484A;
	opacity: 0.85;
	cursor: not-allowed;
}
.select-safe {
	margin: 0;
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .25rem;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	font-size: 1rem;
}

@media only screen and (max-width: 520px) {
.input-group-button {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.input-group-button .button {
	display: inline-block;
	padding: 0.4em 1.25em 0.35em;
	border-radius: 5em;
	transition: all 250ms ease-out;
	margin: 2rem auto 1rem auto;
}
.input-group-select {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	font-size: 0.95rem;
}
.input-group-field {
	padding: 0.75rem;
}
}
/* Letter links ("index") at top of page, i.e., A-Z List */
.alphabet {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px dotted transparent;
	color: #1551a5;
	cursor: pointer;
	outline: 0;
}
.alphabet:hover {
	border-bottom-color: #96A8B2;
	color: #444d56;
}

@media only screen and (max-width: 520px) {
.alphabet {
	font-size: 1.2rem;
	min-width: 2.5rem;
	min-height: 2.5rem;
}
}
.notes {
	color: #696F77;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: 300;
}
.notes-flex-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 0.5rem;
	text-align: right;
}
section[role="main"] .list-buttons li:not(:last-of-type) {
	margin-right: 0.25rem;
}
section[role="main"] .list-buttons li a {
	font-weight: 700;
}
.expand-img, .collapse-img {
	float: left;
	padding-right: 6px;
	position: relative;
	top: 6px;
}
.collapse-img {
	display: none;
}
.primary-main li a:not([class]) {
	transition: inherit;
	border-bottom: inherit;
	color: inherit;
	font-weight: inherit;
}
.primary-main .categories li a {
	transition: all 250ms ease-out;
	border-bottom: 1px dotted #96A8B2;
	color: #1551a5;
}
/*
// -----------------------------------------
// ## SOCIAL MEDIA DIRECTORY
// -----------------------------------------
*/

.social-dir {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 100px;
	column-rule-style: solid;
	column-rule-width: 1px;
	column-rule-color: #e6e6e6;
	margin-bottom: 3rem;
	font-size: 1rem;
	color: #444D56;
}

@media only screen and (max-width: 800px) {
.social-dir {
	column-count: 1;
}
}
.social-dir-entry {
	padding: 2rem 0;
	border-bottom: 1px solid #e6e6e6;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	break-inside: avoid; /* IE 10+ */
	page-break-inside: avoid; /* Firefox */
	font-size: 1rem;
}
.sm-item {
	line-height: 1.7;
}
.sm-item [class*="fa-"] {
	margin-right: 0.2rem;
	color: #1551a5;
	font-size: 1.75rem;
	vertical-align: text-bottom;
	transition: all 250ms ease-out;
}
.sm-item a:hover [class*="fa-"] {
	color: #444D56;
}
.sm-item a:hover span {
	xxxborder-bottom: 1px dotted #96a8b2;
}
section[role="main"] .sm-item a {
	border-bottom-color: transparent !important;
}
/*
// -----------------------------------------
// ## FACULTY LIST
// -----------------------------------------
*/

.list-expand-header {
	margin-top: 0;
	color: #1551a5;
	font-size: 1.05rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}
.list-expand-header a {
	border-bottom: 1px dotted transparent;
}
.list-expand-header a:hover {
	border-bottom-color: #96A8B2;
	color: #444d56;
}
.list-expand-header + [id*="cat_thing"] {
	margin-bottom: 1.6rem;
	padding-left: 1.6rem;
	font-size: 1rem;
	list-style-type: disc;
	list-style-position: inside;
}
.list-expand-header + [id*="cat_thing"] a:hover {
	background-color: #E0E0E0;
}
/*
// -----------------------------------------
// ## DEPARTMENT TABLES, DATA TABLES 
//  (i.e, A-Z List, dept search results)
// -----------------------------------------
*/

.dept-table-wrapper h2 {
	padding: 2rem 0.75rem 0;
	font-size: 1.75rem;
}
.ldap-table tr, .dept-table tr {
	border-bottom: 1px solid #dadad9;
}
.dept-table th:first-of-type, .dept-table td:first-of-type {
	width: 80%;
}
.dept-table a {
	color: #1551a5;
	transition: all 250ms ease-out;
}
.dept-table a:hover {
	border-bottom: 1px dotted #96A8B2;
	color: #444d56;
}
.ldap-table {
	margin: 2rem 0;
}
/*
// ---------------------------
// ## DIRECTORY DETAIL PAGE
// ---------------------------
*/

.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none;
}
.breadcrumbs li {
	float: left;
	font-size: 0.85rem;
	cursor: default;
	text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 0.75rem;
	opacity: 1;
	content: "/";
	color: #cacaca;
}
.breadcrumbs.breadcrumbs li a {
	border-bottom: 1px dotted #96A8B2;
	color: #1551a5;
	font-weight: inherit;
}
.function-icons {
	position: relative;
	top: 4.1rem;
	color: #1551a5;
	font-size: 1.35rem;
	z-index: 25;
}

@media only screen and (max-width: 1000px) {
.function-icons {
	top: 0;
	width: 100%;
}
}
.function-icons a {
	transition: all 250ms ease-out;
}
.function-icons a:not(last-child) {
	margin-right: 0.5rem;
}
.function-icons a:hover {
	color: #444D56;
}
.profile-editors {
	width: 100%;
	margin: 1rem auto;
	padding: 2rem;
	border: 1px solid #E0E0E0;
	background-color: #f4f4f2;
	font-size: 1rem;
}
.profile-editors ul {
	-webkit-columns: 2 100px;
	-moz-columns: 2 100px;
	columns: 2 100px;
	margin-top: 1rem;
}
.profile-editors.profile-editors ul li a {
	color: #1551a5;
	border-bottom: 1px dotted transparent;
}
.profile-editors.profile-editors ul li a:hover {
	border-bottom-color: #96A8B2;
}
.profile-photo {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: left;
	width: auto;
	min-width: 170px;
	max-width: 250px;
	height: auto;
	max-height: 300px;
	margin: 11px 3rem 3rem 0;
}

@media only screen and (max-width: 520px) {
.profile-photo {
	margin: 1rem 0 3rem;
}
.has-avatar {
	display: none;
}
}
.profile-photo.has-avatar .add-photo {
	position: relative;
	top: -3rem;
	left: 5px;
	margin: 1rem 0;
	color: #1551a5;
	font-size: 0.85rem;
	font-weight: 700;
}
.profile-photo.has-avatar .add-photo:hover {
	border-bottom: 1px dotted #96A8B2;
	color: #444D56;
}
.profile-photo img {
	max-width: 100%;
	margin-left: 10px;
	box-shadow: 0 0 0 10px #F4F4F2, 0 0 0 11px #E0E0E0;
}
.profile {
	width: 60%;
	margin-bottom: 2rem;
}
.profile, .profile-details {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.profile-details {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}

@media only screen and (max-width: 520px) {
.profile-details {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
}
.profile, .profile p {
	font-size: 1rem;
}
.profile a {
	border-bottom: 1px dotted #96A8B2;
	color: #1551a5;
	transition: all 250ms ease-out;
}
.profile a:hover, .breadcrumbs ul li a:hover {
	color: #444D56;
}
.breadcrumbs.breadcrumbs ul li a {
	font-weight: inherit;
}
 .profile-details:first-of-kind {
 margin-right: 4rem;
}
.name {
	border-bottom: 1px solid #E0E0E0;
}
.name-dept {
	margin-bottom: 1.6rem;
}
.role {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-size: 105%;
	color: #263B54;
	margin-bottom: 1.6rem;
}
.department {
	margin-bottom: 0.25rem;
	font-weight: 600;
}
.address, .phone:last-of-type {
	margin-bottom: 1rem;
}
.url.orcid .mini-orcid-icon-16 {
	margin-right: 5px;
	margin-left: -19px;
}
.mini-orcid-icon-16 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABnElEQVQ4y52UvUtCURjGf968lmQhFGXYEH3QUg0JhkPR4l5T0IUosMGxv6C1KdpahCZbGxscGiXBloIKo0ESEYpEM71+3NvgvXW0j3vp2c57zvPjPQ/nPWCheDrkiKdDDqtzjl/MQSAChAG/Uc4BCSCmBJKpP0HxdGgQOAY2LRo4BaJKIFn6BjIgCSDolPrQ9Caa3vwLlgLCJkwSNo6BIEBoYp8537ZVLEHD89WRkcmlWex3+WhqNeqtMrLk/nTWWxVA7wYuKYFkymksIuLO/FiEYjXDazXD6tQhJTWLLLmRezxkns+4zsfQdQ3B+wkK/9Z/Sc1yfrsFgFseYnnyAE1vcJM/QfSaGfmxoWrjhaunI2aG18WyvztsW6rUC/Q6vd/qJihnFzTuXeG5ciOWcgBmRglg9yejLLkZHVhEcrgY8SwwPbzGxcOeeCQhgmIi6LV6z5uaR20WKdYemR3ZQNMalNUs53c7vNcLIigGnS87jvVodOtUCSSV7rCjtJ+9XaUMT0fYGDMTpj2Qlp0gzFnH1UT95xuxlN2P7QOpwZChGlWkWQAAAABJRU5ErkJggg==) no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: -2px 0 -2px 2px;
	vertical-align: middle;
}
.collapsible {
	display: block;
	margin-bottom: 0.5rem;
}
.categories {
	padding-bottom: 2rem;
	width: 100%;
	max-width: 1000px;
}
.categories h3 {
	margin-top: 1.5em;
	font-size: 1rem;
}
.categories > div:not(.sm-dept) ul, [id*="ws-pos-"] ul {
	/*margin-bottom: 1.6rem;*/
	padding-left: 1rem;
	list-style-type: disc;
}
.detail-block {
/* margin-bottom: 1.6rem; */
}
.faculty-block.detail-block {
	overflow-x: auto;
}
.faculty-block table {
	font-size: 0.9rem;
}
.faculty-block table tr {
	border-bottom: 1px solid #E0E0E0;
}
.faculty-block table tbody td:first-child {
	font-weight: 600;
}
.collapsible a, .faculty-block table a {
	border-bottom-color: transparent;
}
.faculty-block table a:hover {
	border-bottom-color: #444d56;
}
/* Social media for person profile */
.sm-employee {
	margin: 1rem 0;
}
.sm-employee .sm-item {
	display: inline-block;
}
/* Social media for department profile */
.sm-dept ul {
	columns: 2;
	column-gap: 2rem;
	margin-top: 0.5rem;
}

@media only screen and (max-width: 520px) {
.sm-dept ul {
	columns: 1;
}
}
.sm-dept .sm-item, .profile-editors ul li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	break-inside: avoid; /* IE 10+ */
	page-break-inside: avoid; /* Firefox */
}
.sm-employee [class*="fa-"], .sm-dept [class*="fa-"] {
	font-size: 2rem;
}
.recaptcha-container {
	padding-top: 0;
	padding-bottom: 3rem;
	text-align: center;
}
.recaptcha-instruct {
	padding: 0.4em 1.25em 0.35em;
	color: white !important;
	border: 2px solid #1D4B90;
	background-color: #1D4B90;
	border-radius: 3px;
	font-size: 1.125rem;
	font-weight: 600;
	transition: all 250ms ease-out;
}
.recaptcha-instruct:hover {
	background-color: #444D56;
	border-color: #444d56;
	color: white;
}
.g-recaptcha {
	width: 304px;
	margin: 0 auto;
}

@media only screen and (max-width: 520px) {
.recaptcha-instruct {
	font-size: 1rem;
}
.g-recaptcha {
	transform: scale(0.95);
}
}
/*
// ---------------------------
// ## DIRECTORY SEARCH
// ---------------------------
*/

.search-results-wrapper {
	padding-left: 16px;
	padding-top: 24px;
	xxxborder: 1px solid #efefef;
}
.search-results-wrapper .dept-table {
	margin-bottom: 2.5rem;
	margin-right: 16px;
}
.search-results-wrapper h2 {
	padding: 0 0 2rem 0.75rem;
}
.search-results-wrapper h3 {
	margin-top: 0;
	padding-left: 0.75rem;
}
.search-results-wrapper p {
	padding-left: 0.75rem;
}
.search-result {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 25%;
	min-width: 200px;
	margin: 1rem 0 4rem;
	padding: 0.75rem;
	font-size: 0.9rem;
}

@media only screen and (max-width: 1000px) {
.search-result {
	min-width: 220px;
}
}

@media only screen and (max-width: 520px) {
.search-result {
	margin-bottom: 2rem;
}
}
.search-result .profile-photo {
	width: 150px;
	min-width: 0;
	max-width: none;
	margin: 0px 2.5rem 1rem 0;
}
.search-result .profile-photo img {
	box-shadow: 0 0 0 10px #FFF, 0 0 0 11px #E0E0E0;
}
.search-result .name {
	border-bottom: none;
	font-size: 0.95rem;
	font-weight: 600;
}
.search-result span {
	display: block;
}
.search-result span a {
	border-bottom: 1px dotted transparent;
	color: #1551a5;
}
.search-result span a:hover {
	border-bottom-color: #96A8B2;
	color: #444d56;
}
.search-result span:nth-child(2) {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #263B54;
}
/*
// ---------------------------
// ## UTILITIES
// ---------------------------
*/

.visiblyhidden {
	position: absolute !important;
	width: 1px !important;
}
.place-off-screen {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.place-on-screen {
	position: relative;
	top: 0;
	left: 0;
}
.height-full {
	height: 100%;
}
.margin-right-4 {
	margin-right: 4rem;
}
.margin-right-2 {
	margin-right: 2rem;
}
.padding-top-0 {
	padding-top: 0;
}
.padding-top-2 {
	padding-top: 2rem;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.padding-bottom-2 {
	padding-bottom: 2rem;
}
.padding-vertical-2 {
	xxxpadding-top: 2rem;
	xxxpadding-bottom: 2rem;
	margin-top: 18px;
	margin-bottom: 24px;
}
.border-bottom {
	border-bottom: 1px solid #E0E0E0;
}
.text-right {
	text-align: right;
}
/* new from tmette */
.directory-search-form {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	grid-template-rows: 1min-content 1fr 1fr;
	gap: 25px 25px;
	grid-template-areas: "recaptcha recaptcha" "radios inputs" "submit submit";
	margin-top: 24px;
}
.directory-search-form .recaptcha-container {
	grid-area: recaptcha;
}
.directory-search-form .search-input-container {
	grid-area: inputs;
}
/* .directory-search-form #search-name { grid-area: inputs; }
.directory-search-form #search-netid { grid-area: inputs; }
.directory-search-form #search-department { grid-area: inputs; } */

.directory-search-form .search-by {
	grid-area: radios;
}
.directory-search-form span.input-group-button {
	grid-area: submit;
}

@media all and (-ms-high-contrast:none) {
.directory-search-form {
	display: -ms-grid;
	-ms-grid-columns: 0.5fr 1.5fr;
	-ms-grid-rows: 1fr 1fr 1fr;
}
.directory-search-form .recaptcha-container {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
}
.directory-search-form .search-input-container {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}
/* .directory-search-form #search-name {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
	}
	.directory-search-form #search-netid {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
	}
	.directory-search-form #search-department {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
	} */

.directory-search-form .search-by {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.directory-search-form span.input-group-button {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
}
}
.directory-search-form fieldset {
	border: none;
	padding-left: 10px;
	margin: 0;
}
.directory-search-form fieldset.search-by {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.directory-search-form fieldset.search-by label {
	display: block;
}
.directory-search-form fieldset.hide {
	display: none;
}
.directory-search-form fieldset.flex-grow div {
	display: flex;
	clear: left;
	margin-top: 25px;
}
.directory-search-form fieldset#search-name div {
	justify-content: space-between;
}
.directory-search-form legend {
	margin: 0;
	padding: 0;
	color: #263B54;
	font-weight: 400;
	font-size: 130%;
	text-transform: none;
	letter-spacing: 0;
	border: none;
}
.directory-search-form legend .notes {
	display: block;
}
.directory-search-form .input-group-field {
	width: 100%;
}
.directory-search-form .input-group-button {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 48px;
}
.directory-search-form .input-group-button .button {
	min-width: 200px;
}

@media screen and (max-width : 1015px) {
.directory-search-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.directory-search-form fieldset {
	width: 100%;
}
.directory-search-form fieldset.search-by {
	margin-bottom: 20px;
}
.directory-search-form fieldset.flex-grow {
	padding: 0px;
}
.directory-search-form .input-group-button {
	margin-top: 25px;
}
}

@media screen and (max-width: 680px) {
.directory-search-form .input-group-select select {
	max-width: 125px;
}
}
#examples td, #examples th {
	padding: .5rem;
	color: #696F77;
}
.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}
.section-overview-text .overview-text-title {
	width: 100%;
	color: #13294B;
	margin-bottom: 0.25em;
}
p.display, p.large-text, .section-overview-text .overview-text-title {
	font-weight: 500;
	font-size: 185%;
	line-height: 1.65;
	letter-spacing: 0;
	padding-right: 2em;
	margin-top: 0.5em;
	color: #13294B;
}
.section-overview-text .overview-text-header {
	margin-bottom: 0.9em;
	font-size: 75%;
}
.home-social-media-header h2, .section-overview-text .overview-text-header, #blog-wrapper #blog-header #blog-level-menu li a:hover, .heading-button {
	font-weight: 600;
	font-size: 82%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
	color: #13294B;
	border: 2px solid #13294B;
	padding: 0.3em 0.9em 0.25em;
	margin-bottom: 2.5em;
}
#content_legacy {
	line-height: 1.6;
}
#content_legacy a {
	color: #1D4B90;
}
#content_legacy > #app {
	padding: 0 0px;
}
#footer > #fc {
	margin: inherit;
	xxxmax-width: inherit;
}
#campus-footer-logo, #social-media, #contact-info {
	max-width: 1000px;
	padding: 0 0px;
	margin: 0 auto;
}
#campus-footer-logo{
	margin-bottom:24px;
}
#wizard #footer {
	padding-left: 0;
	padding-right: 0;
}
#wizard .profile-wrapper {
	width: 100%;
}
#wizard .profile-widget {
	padding-left:36px;
	padding-right:36px;
}
#wizard .profile-wrapper .breadcrumbs {
	margin: 0;
	padding: 0;
}
#content-main {
	padding-top: 2rem;
}
#wizard .profile-wrapper .sm-item {
	display: block;
}
.verified-accounts ul li {
	background-color: #fff;
	border-color: #e1e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 800px) .verified-accounts ul li {
 width: 30%;
 margin-right: 25px;
 max-width: 335px;
}
.verified-accounts ul li {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 25px;
	padding: 15px 25px 25px 25px;
}
.verified-accounts ul li .account-name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
.social-dir {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 100px;
	column-rule-style: solid;
	column-rule-width: 1px;
	column-rule-color: #e6e6e6;
	margin-bottom: 3rem;
	font-size: 1rem;
	color: #444D56;
}
.verified-accounts ul li span {
	margin: 0 5px;
}
.fab {
	font-size: 26px;
}
.social-dir {
	column-count: unset;
}
.verified-accounts ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
.verified-accounts ul li {
	width: 25%;
	margin: 0 10px 20px 10px;
}
@media (max-width: 654px) {
	.verified-accounts ul li {
		width: 45%;
	}
}
@media screen and (max-width:435px) { 
    .verified-accounts ul li {
        width: 80%;
  }
}
.social-media-list{
	margin-bottom:36px;
}
#mc{
	display:none;
}
#header > div {
    padding: 0 0px;
}
.sm-item{
	margin-bottom:12px;
}
.sm-item img{
	height:28px;
}
.sm-svg{
	width:40px;
	display:inline-block;
	text-align:center;
	margin-right:8px
}
.sm-item a:hover{
	text-decoration: none;
	border-bottom:0 !important;
}
.sm-label{
	position: relative;
	top:-6px;
}

