<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========================================================================================

	Kellogg Business School Styles
	------------------------------------------------
	Contents
	------------------------------------------------

	HTML5 Boilerplate
	Default Styles
		Structure
		Typography
		Lists
		Selector Combinations
		Images
		Links
		Forms
	Modules
	Non-semantic Helper Classes
	Print Styles

  ======================================================================================*/


/*========================================================================================
  HTML5 Boilerplate
  ======================================================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: arial, sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #e1083b; color: #fff; text-shadow: none; }
::selection { background: #e1083b; color: #fff; text-shadow: none; }

a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 48px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input:focus, select:focus, textarea:focus { outline-width: 0; outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*========================================================================================
  Default Styles
  ======================================================================================*/

	/* Structure ---------------------------------------------------------------------- */
	body {
		background-color: #e8e8e8;
		font-family: arial, sans-serif;
	}
	.container {
		background: url('/images/container_shadow.png') repeat-y top center;
		margin: 0 auto;
		padding: 0 11px;
		position: relative;
		width: 960px;
	}
		#footer .container {
			background-image: none;
		}
	/* Header */
	.purple-ribbon {
		background: #411c6f;
		height: 55px;
		left: 0;
		position: absolute;
		/*top: 0*/
		width: 100%;
		z-index: -1;
	}
    header {
        text-align: left;
    }
	.nav-bar {
		background: #4f2582;
		height: 40px;
		padding: 15px 20px 0;
	}
	.main-nav,
	.search,
	.social-nav {
		float: left;
	}
		.subnav {
			background: #fff;
			display: none;
			left: 11px;
			padding: 15px 0 20px;
			position: absolute;
			top: 55px;
			width: 960px;
			z-index: 10;
			border-bottom:1px solid #aaa;
			-webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);
			       -moz-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);
				     -o-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);
					    box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);
		}
			.subnav-links {
				float: left;
				margin: 0 0 0 30px;
				padding: 20px 0 0;
				width: 277px;
			}
			.subnav-photo {
				float: left;
				margin: 0 0 0 16px;
				width: 269px;
			}
			.subnav-photo img {
				border: 1px solid #ccc !important;
			}
			.subnav-description {
				float: left;
				margin: 0 0 0 14px;
				padding: 20px 0 0;
				width: 334px;
			}
	.search {
		margin: 0 13px;
		width: 150px;
		float: right;
	}
	.header-images {
		background: url('/images/header_background.png');
		padding: 18px 20px 18px 20px;
	}
		.left-header-image,
		.center-header-image,
		.right-header-image {
			float: left;
			/* height: 54px; */
		}
		.left-header-image {
			margin-right: 20px;
			width: 199px;
		}
		.center-header-image {
			text-align: center;
			width: 341px;
		}
		.right-header-image {
			margin-left: 20px;
			text-align: right;
			width: 340px;
		}
		img#plcheader_1_imgRightBanner {
			display:none;
		}

	/* Content */
	div[role="main"] {
		height:
	}

	/* Feature Carousel */
	.hero-slide {
		position: relative;
	}
	.hero-slide-content {
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 170px;
	}

	/* Mid-Navigation */
	.programs-navigation {
		background: url('/images/programs_nav_background.jpg') no-repeat 0 0;
	}
		.top-programs {
			float: left;
			width: 700px;
		}
		.apply-visit {
			float: right;
			width: 185px;
		}
	.primary-content {
		background: #fff;
		padding: 10px 10px 0;
	}
		/* News content */
		.flex-news-content {
			margin: 0 0 14px;
		}
			.news-cell {
				overflow: hidden;
				padding: 14px;
			}
		.social-sharing {
			bottom: 14px;
			left: 12px;
			position: absolute;
            width: 195px;
		}

		/* Video content */
		.videos-testimonials-content {
			margin: 0 0 10px;
		}
			.videos {
				border: 1px solid #f0f0f0;
				float: left;
				height: 237px;
				overflow: hidden;
				padding: 14px 14px 0;
				width: 463px;
				-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
			       -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
				     -o-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
					    box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
			}
				.video-outer-container {
					background: #cacaca;
				}
				.video-container {
					float: left;
					height: 200px;
					width: 356px;
				}
				.video-titles {
					float: left;
					width: 107px;
				}
			.testimonials {
				border: 1px solid #f0f0f0;
				float: right;
				height: 223px;
				padding: 14px;
				width: 404px;
				-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
			       -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
				     -o-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
					    box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
			}

		/* Admissions and Featured Events */
        .admissions-events {
			position: relative;
		}
		.events-title {
			background: #4f2582;
			border-bottom: ;
			width: 195px;
		}
		.slide-cell {
			height: 96px;
			overflow: hidden;
			padding: 13px 10px 13px 0;
		}
			.events-conferences .slide-cell {
				height: 140px;
			}

	/* Footer */
	#footer {
		background: #1e1e1e;
		font-family: inherit;
		font-size: inherit;
		margin: 0;
		padding: 17px 0 50px;
		text-align: left;
		width: 100%;
	}
	.footer-logo {
		/*
		background: url('/images/footer_logo.jpg') no-repeat 0 0;
		height: 74px;
		*/
		margin: 0 0 20px;
	}
	.footer-nav-container {
		background: url('/images/footer_dividers.jpg') repeat-y 367px 0;
		margin: 0 0 60px;
		padding: 0 0 5px;
	}
		.footer-nav {
			float: left;
		}
			.contact-details {
				width: 241px;
			}
				.email-info {
					float: left;
					width: 61px;
				}
				.social-media-info {
					float: left;
					width: 180px;
				}
			.campuses {
				padding: 0 0 0 25px;
				width: 100px;
			}
			.find-info-for {
				padding: 0 0 0 25px;
				width: 142px;
			}
			.resources {
				padding: 0 0 0 25px;
				width: 161px;
			}
			.initiatives {
				padding: 0 0 0 25px;
				width: 200px;
			}

	/* Typography --------------------------------------------------------------------- */
	h1, h2, h3, h4 {
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	.news-cell h2 {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
	}
	.events-title h3 {
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		padding: 8px 9px;
		text-transform: uppercase;
	}
	.videos h3,
	.testimonials h3 {
		color: #aaa;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		margin: 0 0 6px;
		text-transform: uppercase;
	}
	p {
		font-family: arial, sans-serif;
		line-height: 1.4;
		margin: 0 0 10px;
	}

	/* &lt;element id="something"&gt;&lt;p&gt; */

	/* &lt;element class="something"&gt;&lt;p&gt; */
	.subnav-description p {
		color: #222;
		font-size: 13px;

		line-height: 1.4;
		text-transform: none;
	}
	.subnav-description .title {
		color: #16c1b7;
		font-size: 22px;
		line-height: 1.2;
		margin: 0 0 10px;
		padding: 0 20px 0 0;
	}
	.hero-slide p {
		background: #4f2582;
		background: rgba(79,44,130,0.9);
		color: #fff;
		font-size: 38px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
		padding: 0 15px;
	}
		.hero-slide .learn-more {
			display: inline;
			font-family: arial,san-serif;
			font-size: 15px;
			float: right;
			line-height: 1.4;
			margin: 3px 100px 0 0;
			padding: 2px 10px;
		}
	.news-cell .description {
		color: #000;
	}
	.slide-cell p {
		color: #000;
		font-size: 12px;
		line-height: 1.4;
		margin: 0;
	}
		.slide-cell .title {
			font-weight: bold;
		}
		.slide-cell .event-type {
			color: #aaa;
			font-size: 10px;
			font-weight: bold;
			margin: 0 0 4px;
			text-transform: uppercase;
		}
		.slide-cell .description {
			font-style: italic;
		}
	.videos .more {
		font-size: 9px;
		font-weight: bold;
		line-height: 1;
		margin: 5px 0 0;
		text-align: right;
		text-transform: uppercase;
	}


	/* &lt;element&gt;&lt;p&gt; */
	header p {
		margin: 0;
	}
	#footer p {
		font-size: 11px;
	}

	/* &lt;p id="something"&gt; */

	/* &lt;p class="something"&gt; */
	.org {
		font-weight: bold;
	}
	.adr {
		display: block;
	}
	.copyright {
		margin: 0;
		text-align: center;
	}
	.nav-group-title {
		color: #fff;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
	}
	.news-tag {
		color: #aaa;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		text-transform: uppercase;
	}
	.description {
		color: 000;
		font-size: 12px;
	}

	/* Lists -------------------------------------------------------------------------- */
	.main-nav,
	.subnav-links ul,
	.programs-navigation ul,
	.flex-news-content ul,
	.video-container ul,
	.video-titles ul,
	.footer-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	.main-nav {

	}
	.main-nav li {
		display: inline;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.subnav-links li {
		display: block;
		font-size: 14px;
		line-height: 1.4;
		margin: 10px 0 0;
		text-transform: none;
	}
		.subnav-links li:first-child {
			margin: 0;
		}
	.programs-navigation li {
		border-right: 1px solid #464646;
		font-size: 10px;
		font-weight: bold;
		float: left;
		text-transform: uppercase;
	}
	.flex-news-content li {
		border: 1px solid #f0f0f0;
		float: left;
		height: 254px;
		margin: 0 0 0 13px;
		overflow: hidden;
        position: relative;
		width: 223px;
		-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
		   -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
		     -o-box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
		        box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
	}
		.flex-news-content li:first-child {
			margin-left: 0;
		}
		.flex-news-content li.third-cell {
			margin-left: 14px;
		}
	.video-container li {
		display: none;
		height: 200px;
		width: 356px;
	}
		.video-container li.active {
			display: block;
		}
	.video-titles li {
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
	}
	#footer li {
		font-size: 11px;
		font-weight: bold;
		line-height: 1.4;
	}

	/* Selector Combinations ---------------------------------------------------------- */
	#footer p,
	#footer li {
		color: #a5a5a5;
	}

	/* Images ------------------------------------------------------------------------- */
	.main-nav a .nav-arrow {
		display: inline;
		margin-left: 5px;
		vertical-align: inherit;
	}
	.main-nav a img,
	.subnav-photo img {
		border: 0;
	}
	.news-cell img {
		margin: 0 0 10px;
	}
	.header-images img {
        display: inline;
    }

	/* Links -------------------------------------------------------------------------- */

	/* Content Links */
	.logo a {
		display: inline-block;
		height: 54px;
		width: 199px;
	}
	.main-nav a {
		background: url('/images/nav_arrow_off.jpg') no-repeat 100% 14px;
		color: #fff;
		display: inline-block;
		outline: 0;
		padding: 13px 18px 16px 8px;
		text-decoration: none;
	}
		.main-nav a.active,
		.main-nav a:hover {
			background: url('/images/nav_arrow_on.jpg') no-repeat 100% 14px #fff;
			color: #512983;
		}
	.social-nav a {
		display: block;
		outline: 0;
		padding: 6px 8px 9px;
	}
	.social-nav a:hover {
		background: #fff;
	}
	.subnav-container a,
	.subnav-container a:hover {
		background: transparent;
	}
	.subnav-container .subnav-close, .subnav-container .subnav-close:hover {
		background: url('/images/buttons/close_button.png') no-repeat 0 0;
		height: 56px;
		width: 56px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		text-indent: -10000px;
		padding: 0;
	}
	.subnav-links a {
		color: #512983;
		display: inline;
		padding: 0;
	}
		.subnav-links a:hover {
			background: transparent;
			text-decoration: underline;
		}
		.subnav-photo a,
		.subnav-description a {
			padding: 0;
		}
		.subnav-description .title a {
			color: #16c1b7;
			display: inline;
			padding: 0;
			text-decoration: none;
		}
#subnav-addThis {
		height:100px;
		margin-left:250px;
		margin-top: 50px;
	}

	#subnav-addThis .at300bs{
		margin-left: 20px;
		margin-right: 5px;
	}
	.hero-slide a {
		display: block;
	}
	.news-cell a {
		color: #000;
		text-decoration: none;
	}
	.more a {
		color: #4f2582;
		text-decoration: none;
	}
	.programs-navigation li a {
		color: #fff;
		display: inline-block;
		padding: 12px 10px;
		text-decoration: none;
	}
	.programs-navigation li a:hover {
		background: url('/images/programs_nav_hover_background.png') repeat 0 0;
	}
	.apply-visit a {
		background: #4a4a4a;
		border: 1px solid #3b3b3b;
		color: #fff;
		display: inline-block;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		margin: 6px 6px 6px 0;
		padding: 6px 25px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.apply-visit a:hover {
		background: #4f2582;
		border: 1px solid #6f4f96;
	}
	.admissions-events a,
	.events-conferences a {
		color: #fff;
		text-decoration: none;
	}
	.slide-cell a {
		color: #000;
		text-decoration: none;
	}
	.video-titles a {
		background: #cacaca;
		border-bottom: 1px solid #eee;
		color: #1e1e1e;
		display: block;
		outline: 0;
		padding: 12.5px 7px;
		text-decoration: none;
	}
		.video-titles .active {
			background: #eaeaea;
		}
	.news-cell a:hover,
	.more a:hover,
	.admissions-events a:hover,
	.events-conferences a:hover {
		text-decoration: underline;
	}
	/* Footer Links */
	#footer a {
		color: #a5a5a5;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
	}
	.contact-info a {
		color: #fff;
		display: block;
		font-size: 10px;
		margin: 0 0 3px;
		padding: 0 0 0 17px;
	}
	.contact-info a:hover {
		text-decoration: underline;
	}
		.contact-info .email {
			background: url('/images/footer_icons.jpg') no-repeat 0 2px;
		}
		.contact-info .twitter {
			background: url('/images/footer_icons.jpg') no-repeat 0 -13px;
		}
		.contact-info .facebook {
			background: url('/images/footer_icons.jpg') no-repeat 0 -42px;
		}
		.contact-info .linkedin {
			background: url('/images/footer_icons.jpg') no-repeat 0 -27px;
		}
	.copyright a {
		font-weight: bold;
	}

	/* Forms -------------------------------------------------------------------------- */
	.search form {
		background: #654192;
		margin: 4px 0 0;
		padding: 0 0 0 10px;
	}
	.search input[type="text"] {
		background: transparent;
		border: 0 none;
		color: #eeeeee;
		font-size: 12px;
		font-weight: bold;
		height: 27px;
		margin: 0;
		padding: 0;
		width: 105px;
	}
	.search input[type="image"] {
		vertical-align: bottom;
	}
	.admission-slider {
		font-size: 12px;
		position: absolute;
		right: 2px;
		top: 2px;
	}

/*========================================================================================
  Modules
  ======================================================================================*/

	/*
	* jQuery FlexSlider v2.0
	* http://www.woothemes.com/flexslider/
	*
	* Copyright 2012 WooThemes
	* Free to use under the GPLv2 license.
	* http://www.gnu.org/licenses/gpl-2.0.html
	*
	* Contributing author: Tyler Smith (@mbmufffin)
	*/


	/* Browser Resets */
	.flex-container a:active,
	.flexslider a:active,
	.flex-container a:focus,
	.flexslider a:focus  {outline: none;}
	.slides,
	.flex-control-nav,
	.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

	/* FlexSlider Necessary Styles
	*********************************/
	.flexslider {margin: 0; padding: 0;}
	.flexslider .slides &gt; li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides img {width: 100%; display: block;}
	.flex-pauseplay span {text-transform: capitalize;}

	/* Clearfix for the .slides element */
	.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
	html[xmlns] .slides {display: block;}
	* html .slides {height: 1%;}

	/* No JavaScript Fallback */
	/* If you are not using another script, such as Modernizr, make sure you
	* include js that eliminates this class on page load */
	.no-js .slides &gt; li:first-child {display: block;}


	/* FlexSlider Default Theme
	*********************************/
	.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
	.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
	.loading .flex-viewport {max-height: 300px;}
	.flexslider .slides {zoom: 1;}

	.carousel li {margin-right: 5px}

	/* Direction Nav */
	.flex-direction-nav {*height: 0;}
	.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('/images/carousel_arrows.jpg') no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
	.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
	.flex-direction-nav .flex-prev {left: -36px;}
	.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
	.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
	.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
	.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

	/* Control Nav */
	.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
	.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
	.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
	.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
	.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

	.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
	.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
	.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
	.flex-control-thumbs img:hover {opacity: 1;}
	.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

	@media screen and (max-width: 860px) {
		.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
		.flex-direction-nav .flex-next {opacity: 1; right: 0;}
	}

	/* Customized Hero Carousel */
	.hero-carousel .flexslider {
        background: url('/images/loading.gif') no-repeat 50% 50% #fff;

		border: 0;
        height: 405px;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		    -ms-border-radius: 0;
		     -o-border-radius: 0;
		        border-radius: 0;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		    -ms-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
	.hero-carousel .flex-control-nav {
		bottom: 110px;
		right: 32px;
		text-align: right;
	}
	.hero-carousel .flex-control-nav li {
		margin: 0 3;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	.hero-carousel .flex-control-paging li a {
		background: #fff;
		border:1px solid #4f2582;
		height: 22px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 22px;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		    -ms-border-radius: 0;
		     -o-border-radius: 0;
		        border-radius: 0;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		    -ms-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
	.hero-carousel .flex-control-paging li a:hover {
		background: #4f2582;
	}
	.hero-carousel .flex-control-paging li a.flex-active {

		background: #4f2582;
		border:1px solid #fff;
	}

  	/* Customized News Carousel */
	.admissions-events .flexslider,
	.events-conferences .flexslider {
		border: 0;
		border-top: 1px solid #8b8b8b;
		margin: 0;
		padding: 0 36px;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		    -ms-border-radius: 0;
		     -o-border-radius: 0;
		        border-radius: 0;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		    -ms-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
	.admissions-events .flex-viewport,
	.events-conferences .flex-viewport {
		width: 868px;
	}
	.admissions-events .flex-direction-nav a,
	.events-conferences .flex-direction-nav a {
		width: 10px;
		height: 17px;
		margin: 0;
		opacity: 1;
	}
	.flex-direction-nav .flex-next,
	.flexslider:hover .flex-next {
		right: 8px;
	}
	.flex-direction-nav .flex-prev,
	.flexslider:hover .flex-prev {
		left: 8px;
	}
	.flexslider:hover .flex-next,
	.flexslider:hover .flex-prev,
	.flexslider:hover .flex-next:hover,
	.flexslider:hover .flex-prev:hover {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	.flex-direction-nav .flex-disabled {
		display: none;
	}

/*========================================================================================
  Helper Classes
  ======================================================================================*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; line-height: 0; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*========================================================================================
  Print Styles
  ======================================================================================*/

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



.social-nav  {
	display:none;
}


/* Faculty Directory Styles */
.facultywrapper .twoColumn #mainColumn #bottomSection #left #bodyCopy #biography #leftBio ul {
    list-style-type: disc;
    margin-left: 1em;
    padding-left: 1em;
}

.facultywrapper .twoColumn #mainColumn #bottomSection #left #bodyCopy #biography #leftBio ul li{
    padding-bottom: 1em;
}

div.threeColumn #rightColumn div.subSection {
	display:none;
}
</pre></body></html>