/* reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, #top-nav ul, #top-nav li, #mobile-nav ul, #mobile-nav li, #left-nav ul, #left-nav li {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section {display: block;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* Northwestern University - Buffett Institute
Christopher Garcia - 10.01.2014 */

* {
    box-sizing: border-box;
}
body {
	font: 100%/1.5em "Open Sans Regular", sans-serif; /* .1em = ~1px */
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	color: #000;
	background: #f4f4f4;
	min-width: 98%;
	height: 100%;
}
h1.department span, .mobile-navigation, .mobile-search, #mobile-nav {
	display: none;
}
.container {
	padding: 0 .5em;
}
.containme {
	margin: 0 auto;
	max-width: 1024px;
}
/****** ie8 warning ******/
#ie8 {
	background: #fcf3c5;
	font: 13px/1em Arial, sans-serif;
	text-align: center;
	padding: .5em;
	border-bottom: 1px solid #000;	
}
#ie8 a {
	font-weight: bold;
}
#ie8 p {
	margin: 0;
}
/****** top bar ******/
#top-bar {
	background: #63caba;
	min-height: 40px;
	border-bottom: 1px solid #fff;
	text-align: right;
}
#tools {
	padding-top: .8em;
	color: #fff;
	font: 12px "Open Sans Bold", sans-serif;
	text-transform: uppercase;
	margin: 0;
	list-style: none;
}
#tools li {
	display: inline;
	margin-left: 1.5em;
}
#tools img {
	margin-right: .5em;
	vertical-align: middle;
}
#tools a {
	color: #000;
	text-decoration: none;
}
#tools a:hover {
	color: #fff;
}
/****** search ******/
.search {
	width: 35%;
	float: right;
	margin-top: 2em;
}
.search-form {
	width: 270px;
	float: right;
}
.working-paper-search {
	margin: 2em 0
}
.working-paper-search input {
	width: 260px;
	height: 44px;
	padding: .7em .5em;
	font: 16px "Open Sans Italic", sans-serif;
	color: #ababab;
	background: #fff;
	border: none;
	border: 1px solid #ccc;
	border-radius: .5em;
	-webkit-appearance: none;
	vertical-align: top;
}
.purple-submit-button {
	background: #732f75;
	color: #fff;
	border-radius: .4em;
	height: 44px;
	border-bottom: 6px solid #b39fbc;
	padding: .5em 1em;
	font: 16px/1.4em "Cabin Bold", sans-serif; 
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	-webkit-appearance: none;
}
.search-form input {
	width: 215px;
	height: 48px;
	padding: 0 .3em 0 .7em;
	float: left;
	font: 18px "Open Sans Italic", sans-serif;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	border: none;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-radius: 1.3em 0 0 1.3em;
	-webkit-appearance: none;
}
.search-form button {
	float: left;
	cursor: pointer;
	height: 48px;
	width: 48px;
	background: url("images/icons/search.png") no-repeat #fff 3px 2px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-radius: 0 1.3em 1.3em 0;
	-webkit-appearance: none;
}
.search-form input:focus {
	outline: 0;
	background: #fff;
}
/****** top nav ******/
#top-nav {
	min-height: 70px;
	background: #3a376a;
	color: #fff;
	z-index: 9999;
}
#top-nav ul {
	display: table;
	width: 100%;
}
#top-nav ul li {
	display: table-cell;
	text-align: center;
	font: 16px "Cabin Bold", sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #757397;
	position: relative;
}
#top-nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 1.6em 1em;
	-webkit-transition: none;
	transition: none;	
}
#top-nav li:first-child {
	border-left: 1px solid #757397;
}
#top-nav li a.active {
	color: #63caba;
}
#top-nav li:hover a {
	color: #63caba;
	-webkit-transition: none;
	transition: none;
}
#top-nav li:hover ul {
	left: 0;
	top: 70px;
}
#top-nav li:hover ul.nav-align-right {
	left: auto;
	right: 0;
	width: 180px;
}
#top-nav li:hover ul.nav-align-right li {
	text-align: right;
}
#top-nav li:hover li a {
	padding: .8em 1em;
	color: #000;
	line-height: inherit;
	-webkit-transition: none;
	transition: none;
}
#top-nav ul ul {
	position: absolute;
	background: #e6e6e6;
	left: -9999px;
	z-index: 9998;
	width: 257px;
	border: 3px solid #acacac;
	display: inherit;
}
#top-nav li li {
	display: block;
	text-transform: inherit;
	text-align: left;
	text-transform: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #a1a1a1;
}
#top-nav li li:first-child {
	border-left: none;
}
#top-nav li li:last-child {
	border-bottom: none;
}
#top-nav li li a {
	color: #fff;
	padding: 0;
	height: inherit;
}
#top-nav li li a:hover {
	color: #732f75;
}
.dropdown {
	background: url("images/icons/dropdown-arrow.svg") no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: .3em;
}
/****** home page ******/
.home a {
	color: #520063;
	text-decoration: none;
}
.home a:hover {
	text-decoration: underline;
}
.home-banner {
	position: relative;
	background: url("../images/homepage-banner-original.jpg") no-repeat center bottom;
	background-size: cover;
	height: 500px;
	margin: 1em 0 2em 0;
	border: 1px solid #d7d7d7;
	border-radius: .5em;
}
.home-banner-text {
	margin: 1em auto 0 auto;
	padding: 1em;
	width: 80%;
	background: #732f75;
	border-radius: .5em;
	text-align: center;
	color: #fff;
	opacity: .9;
}
.home-banner-text p {
	font: 20px "Cabin Bold", sans-serif;
	margin: .5em 0 0 0;
	text-transform: uppercase;
}
.home-section {
	border-top: 1px solid #c2c2c2;
	padding: 1.8em .7em 2em .7em;
}
.dark-bg {
	background: #e6e6e6;
}
#home-story-items {
	background: #fff;
	overflow: hidden;
	position: relative;
	border: 1px solid #c2c2c2;
	border-radius: .5em;
	padding: 1.5em;
	margin-bottom: 1em;
	display: none;
}
#home-story1:focus, #home-story2:focus, #home-story3:focus {
    outline: 0;
}
#close-button a {
	background: url("images/icons/close-icon.svg") no-repeat;
	cursor: pointer;
	display: block;
	height: 33px;
	width: 33px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: 105%;
}
.home-story-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.home-story-boxes div {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	width: 32.61718%; /* 334px / 1024px */
	background :#fff;
	border: 1px solid #c2c2c2;
	border-radius: .5em;
	float: left;
	margin: 0 1.07421% 1.07421% 0; /* 11px / 1024px */
	padding: 0 10px;
}
.home-story-boxes div:last-child {
	margin-right: 0;
}
.home-story-boxes div a:focus {
    outline: 0;
}
.home-story-boxes div img {
	width: 100%;
	border-radius: .5em;
	margin: .5em auto;
	display: block;
}
#view-all-link {
    text-align: right;
    margin-top: 1em;
    font-family: "Open Sans Bold",sans-serif;
}
.global-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.global-box {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 32.61718%; /* 334px / 1024px */
	background :#fff;
	border: 1px solid #c2c2c2;
	border-radius: .5em;
	float: left;
	margin: 3em 1.07421% 1.07421% 0; /* 11px / 1024px */
	padding: 5em 14px 0 14px;
	position: relative;	
}
.global-box:last-child {
	margin-right: 0;
}
.global-box p.global-intro {
	font: 18px "Cabin Bold", sans-serif;
	color: #4a858f;
	margin: .3em 0 1.5em 0;
	text-align: center;
}
.global-box .purple-button {
	margin: 1em auto 1.5em auto;
	display: block;
}
.sidebar .purple-button, .sidebar2 .purple-button {
	text-decoration: none;
}
.global-image {
	position: absolute;
	top: -2.5em;
	left: 0;
	right: 0;
	border-radius: 50%;
	margin: 0 auto;
	height: 114px;
	width: 114px;
}
.global-box .color1 {
	background: #63caba url("images/icons/light-bulb.svg") no-repeat center /70%;
}
.global-box .color2 {
	background: #6ac9ec url("images/icons/hands-world.svg") no-repeat center /70%;
}
.global-box .color3 {
	background: #ee9458 url("images/icons/microphone.svg") no-repeat center /60%;
}
.global-box a, .home-two-column a, #home-story-items a  {
	font-family: "Open Sans Bold", sans-serif;
}
.global-box a:hover, .home-two-column a:hover {
	text-decoration: underline;
}
.home-left {
	width: 45%;
	float: left;
}
.home-right {
	width: 45%;
	float: right;
}
.home-right img {
	margin-bottom: 1em;
	border-radius: .5em;
}
.home-links {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 18px;
}
.home-links li {
	border-bottom: 1px solid #c2c2c2;
	background: url("images/icons/arrow.png") no-repeat right;	
} 
.home-links li a {
	font: 18px "Cabin Bold", sans-serif;
	display: block;
	padding: .5em 0;
	color: #520063;
}
.home-links li a:hover {
	color: #cb435d;
	text-decoration: none;
}
/****** secondary pages ******/
.secondary, .mini-micro {
	margin: 1.5em 1em 2em 1em;
}
.content-full, .program-content {
	width: 67.38281%; /* 690px / 1024px */
	float: right;
}
.program-content {
    overflow: hidden;
    outline: none;
}
.content-half {
	width: 44.92187%; /* 460px / 1024px */
	margin-left: 3.32031%; /* 34px / 1024px */
	float: left;
}
.content p {
	margin-bottom: 1em;
}
.content a, .sidebar-box a {
	font-family: "Open Sans Bold", sans-serif;
	color: #520063;
	text-decoration: none;
}
.content a:hover, .sidebar-box a:hover {
	text-decoration: underline;
}
.content ul {
	padding: 0;
	margin: 0 0 1.5em 1em;
}
.sidebar-box ul {
	padding: 0;
}
.content ul li, .sidebar-box ul li {
	background: url("images/icons/orange-bullet.png") 0 9px no-repeat;
	margin-bottom: .5em;
	list-style-type: none;
	padding-left: 1em;
}
.content ol li {
	margin-bottom: .5em;
}
.content li ul, .content li ol {
	margin-top: .4em;
}
.content ul ul, .content ol ul {
	margin-bottom: 0;
}
.content ol ol {
	list-style: lower-alpha;
}
.content ul li ul li {
	background: none;
	list-style-type: circle;
	margin-left: 1em;
	padding-left: .3em;
}
.content ul li ol li {
	background: none;
	list-style-type: decimal;
	padding-left: 0;
	margin-bottom: 0;
}
.secondary-banner {
	margin-bottom: 1em;
	border-radius: .5em;
}
.sidebar {
	width: 18.84765%; /* 193px / 1024px */
	float: right;
}
.sidebar-box {
	border: 1px solid #4a858f;
	border-radius: .5em;
	text-align: left;
}
.sidebar-box-inner {
	padding: 0 .7em .5em .7em;
	font-size: 14px;
	line-height: 1.6em
}
.sidebar-box h2 {
	font: 16px "Cabin Bold", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #4a858f;
	padding: .8em .5em;
	border-radius: .4em .4em 0 0;
}
.image-callout-box {
	float: right;
	margin: .5em 0 1em 1.5em;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: .5em;
	padding: 14px;
	font-size: 14px;
}
.image-callout-box img {
	display: block;
	border-radius: .5em;
}
.image-callout-box p {
	margin-bottom: .5em;
}
.image-callout-box+h3 {
	margin-top: .5em;
}
/****** breadcrumbs ******/
#breadcrumbs {
	font: 13px "Cabin Bold", sans-serif;
	margin-bottom: 1em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
    color: #837e84;
}
#breadcrumbs span {
    color: #000;
}
#breadcrumbs a {
	color: #520063;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

/****** left nav ******/
#left-nav, #program-nav {
	width: 29.49218%; /* 302px / 1024px */
	float: left;
}
#left-nav ul {
	list-style: none;
}
#left-nav ul ul {
	border: none;
	background: #edf2f1;
	padding-bottom: 1em;
	margin: 0;
	list-style: none;
}
#left-nav ul ul ul {
	margin-bottom: 1em;
	list-style: none;
	padding: .5em .5em 0 1em;
	margin: 0;
}
#left-nav li {
	border-bottom: 1px solid #ccc;
}
#left-nav li:first-child {
	border-top: 1px solid #ccc;
}
.mini-micro #left-nav li:first-child {
	border-top: none;
}
#left-nav li a {
	font: 18px/1.4em "Cabin Regular", sans-serif;
	text-decoration: none;
	color: #000;
	padding: .7em .3em .6em .3em;
	display: block;
}
#left-nav li a:hover {
	color: #4a858f;
}
#left-nav li a.active {
	font-family: "Cabin Bold", sans-serif;
	color: #4a858f;
	background: #edf2f1;
}
#left-nav li a.selected {
	font-family: "Cabin Bold", sans-serif;
	background: #edf2f1;
}
#left-nav li li {
	border-bottom: none;
	margin-left: .8em;
	background: url("images/icons/left-nav-bullet.png") no-repeat 0 .8em;
}
#left-nav li li:first-child {
	border-top: none;
}
#left-nav li li a {
	font-size: 16px;
	padding: .3em .6em;
}
#left-nav li li a.active {
	color: #4a858f;
	background: none;
	border: none;
}
#left-nav li li a.selected {
	font-family: "Cabin Bold", sans-serif;
	background: none;
}
#left-nav li li li {
	border-left: none;
	margin: 0 0 .7em 0;
	padding: 0 0 0 1em;
	background: url("images/icons/left-nav-dash.png") no-repeat 0 .45em;
}
#left-nav li li li a {
	padding: 0;
	margin: 0;
}
#left-nav li li li a.active {
	color: #4a858f;
}
/***** programs page *****/
#programs-list {
	font: 18px "Cabin Bold", sans-serif;
	text-transform: uppercase;
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}
#programs-list li a {
	border: 1px solid #732f75;
	border-radius: .5em;
	padding: .8em 1em;
	margin: 0 .3em .3em 0;
	display: inline-block;
	text-transform: uppercase;
	float: left;
}
#programs-list li a {
	color: #000;
	text-decoration: none;
}
#programs-list li a:hover, #programs-list li a.active {
    background: #732f75;
	border-color: #732f75;
	color: #ffffff;
}
.program-text {
	font-size: 18px;
	margin-bottom: 2em;
}
.program-box {
    display: none;
	width: 312px;
	height: 265px;
	float: left;
	margin: 0 2.53906% 2.53906% 0; /* 26px / 1024px */
	position: relative;
}
.program-box:focus {
    outline: 0;
}
.program-box:hover {
	opacity: .7;
}
.program-box img {
	border-radius: .5em;
}
#navigation-text {
    text-indent: -99999px;
}
/***** directory page *****/
.directory {
	margin: .5em 0;
	padding-bottom: .5em;
	min-height: 250px;
}
.directory-wrap {
	position: relative;
	min-height: 233px;
}
.directory-image {
	border: 1px solid #ccc;
	border-radius: .5em;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.directory-image img {
	border-radius: .5em;
	margin: .5em;
	display: block;
}
.directory-contactinfo {
	margin: 0 0 0 250px;
	font: 20px "Cabin Regular", sans-serif;
	padding-top: 3.5em;
}
.directory-contactinfo p {
	margin: 0 0 .7em 0;
}
.directory-contactinfo a {
	font: 20px "Cabin Bold", sans-serif;
}
.directory-staff-bio {
	margin-top: 1em;
	font: 16px "Open Sans Regular", sans-serif;
}
/****** news page ******/
.news-content {
    border-bottom: 1px solid #ccc;
	position: relative;
	padding-bottom: .5em;
	margin: 1.5em 0;
    min-height: 150px;
}
.news-image {
	position: absolute;
    top: .3em;
}
.news-description {
	margin-left: 170px;
}
.news-category {
    font: 12px "Cabin Bold", sans-serif;
	color: #3a376a;
	text-transform: uppercase;	
	margin-top: 2em;
}
#story-date {
    font-size: 90%;
    margin: 0;
}
/****** pagination ******/
.content .simplePagerNav {
    margin: 2.5em 0 2em 0;
}
.content .simplePagerNav ul {
    margin: 0;
}
.content .simplePagerNav li {
	background: none;
	display: inline;
	padding: 0;
}
.content .simplePagerNav a {
    display: inline-block;
    padding: .1em .7em;
    margin: 0 .4em .3em 0;
    border-radius: .2em;
    border: solid 1px #ccc;
    background: #fff;
    text-decoration: none;
    color: #717171;
	font-family: "Open Sans Bold", sans-serif;
}
.content .simplePagerNav a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#fefefe, #f0f0f0);
}
.content .currentPage a {
    border: none;
    background: #616161;
    color: #fff;
}
/****** left image/right content regions ******/
.image-content {
	margin-bottom: 2em;
}
.image-content .align-image-left {
    margin: .35em 1em 1em 0;
}
.left-image {
	float: left;
	margin-right: 1em;
}
/****** mini/micro pages ******/
.banner-image {
	display: block;
}
.mini-micro .content, .mini-micro .sidebar {
	padding-top: 1em;
}
.mini-left-column {
	width: 47%;
	float: left;
}
.mini-left-column .image-frame+ul {
    margin-top: .5em;
}
.mini-right-column {
	width: 47%;
	float: right;
}
.image-frame {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: .5em;
}
.image-frame img {
	display: block;
	margin: .5em;
	border-radius: .5em;
}
.image-frame+p {
	margin-top: .5em;
}
.mini-content {
	width: 71.28906%; /* 730px / 1024px */
	float: left;
}
.mini-micro .sidebar2 {
	width: 24.41406%; /* 250px / 1024px */
	padding-top: 1.5em;
	float: right;
	text-align: center;
}
.micro-staff {
    margin-bottom: 1em;
}
.micro-staff img {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: .5em;
	padding: .5em;
	float: left;
	margin: 0 1em .5em 0;
}
/****** footer ******/
footer {
	background: #732f75;
	color: #fff;
	padding: 3em;
	font: 14px/1.6em "Open Sans Regular", sans-serif;
}
footer a {
	color: #ffae00;
	text-decoration: none;
	font-family: "Open Sans Bold", sans-serif;
}
footer a:hover {
	text-decoration: underline;
}
.footer-left {
	float: left;
	width: 30%;
}
.footer-left p {
	margin-top: 0;
}
.footer-mid {
	float: left;
	width: 40%;
}
.footer-mid img {
	display: block;
	margin: 0 auto;
}
.footer-right {
	float: right;
	text-align: right;
	width: 30%;
}
.footer-right ul {
	list-style-type: none;
	padding: 0;
}
.footer-right li:first-child {
	display: none;
}
/****** social media ******/
#social-media {
	min-height: 58px;
}
#facebook, #twitter, #youtube, #instagram, #give {
	width: 57px;
	height: 58px;
	display: inline-block;
	background: url("images/icons/social-media.png");
}
#facebook {
	background-position: 0 0;
}
#facebook:hover {
	background-position: 0 -60px ;
}
#twitter {
	background-position: -60px 0;
}
#twitter:hover {
	background-position: -60px -60px ;
}
#youtube {
	background-position: -120px 0;
}
#youtube:hover {
	background-position: -120px -60px ;
}
#instagram {
	background-position: -180px 0;
}
#instagram:hover {
	background-position: -180px -60px ;
}
#give {
	background-position: -240px 0;
}
#give:hover {
	background-position: -240px -60px ;
}
/****** tables ******/
.responsive-table {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	margin: 1em 0 2em 0;
}
table {
	width: 100%;
	margin: 1em 0 0 0;
	border: 1px solid #c6c6c5;
}
table th {
	background: #edf2f1;
	font: 18px/1em "Cabin Bold", sans-serif;
	color: #000;
	padding: .5em .5em .5em .5em;
	text-align: left;
	border: 1px solid #d8d8d8;
}
table td {
	padding: .4em;
	border: 1px solid #d8d8d8;
}
table tr.stripe td {
	background: #eaeaea;
}
table tr.over td {
	background: #dedede;
}
/****** headers ******/
h1.department img {
	float: left;
	padding: .5em 0;
}
.mini-micro h2.section-head {
	font: 36px "Cabin Bold", sans-serif;
	color: #fff;
	background: #732f75;
	padding: .3em;
}
.mini-micro h2.mini-color1 {
	background: #3a376a;
}
.mini-micro h2.mini-color2 {
	background: #4a858f;
}
.mini-micro h2.mini-color3 {
	background: #de610e;
}
h2, h3, h4, h5, h6 {
	font-family: "Cabin Bold", sans-serif;
	line-height: 1em;
}
.home-banner-text h2 {
	font-size: 60px;
	margin-bottom: .3em;
}
.home-section h2 {
	font-size: 47px;
	color: #404040;
	text-align: center;
	margin-bottom: .8em;
}
#left-nav h2, #program-nav h2 {
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: .6em;
	color: #404040;
}
#left-nav h2 a, #program-nav h2 a {
	color: inherit;
	text-decoration: none;
}
.content h2 {
	font-size: 30px;
	line-height: 1.2em;
	color: #404040;
	margin-bottom: .5em;
}
.content h3 {
	font-size: 28px;
	line-height: 1.2em;
	color: #4a858f;
}
.content h3+.image-frame {
	margin-top: .7em;
}
.content h3+h4 {
    margin-top: .3em;
}
.news-description h3 a {
    color: inherit;
	font-family: "Cabin Bold", sans-serif;
}
.news-description h3 a:hover {
	text-decoration: underline;
}
.directory h3 {
	margin-bottom: .5em;
}
#home-story-items h3, .home-two-column h3 {
	font-size: 30px;
	margin-bottom: .6em;
    margin-right: 1.5em;
}
.home-story-boxes h3 {
	font: 16px "Open Sans Bold", sans-serif;
	color: #520063;
	margin-bottom: .3em;
}
.home .home-story-boxes a:hover {
    text-decoration: none;
}
.home-story-boxes a p {
    color: #000;
}
.global-box h3 {
	font-size: 30px;
	text-align: center;
	margin: .6em 0 .3em 0;
}
.program-box h3 {
	font: 16px/1.3em "Cabin Bold", sans-serif;
	color: #fff;
	width: 100%;
	background: #4a858f;
	border-radius: 0 0 .5em .5em;
	position: absolute;
	bottom: 0;
	padding: .7em;
}
.content h4 {
	font-size: 22px;
    line-height: 1.3em;
	color: #404040;
}
#home-story-items h4 {
	font-size: 24px;
	color: #4a858f;
}	
.global-box h4 {
	font-size: 22px;
	line-height: 1.2em;
	border-top: 1px solid #e5e5e5;
	padding: .2em 0 0 1em;
	background: url("images/icons/bookmark.svg") no-repeat top left;
	background-size: 16px 32px;
}
.micro-staff h4 {
    font-size: 18px;
	color: #000;
}
.home-two-column h4 {
	font-size: 22px;
}
.home-two-column h4+p {
	margin-top: .7em;
}
.content h5 {
	font-size: 20px;
	color: #4a858f;
}
.content h6 {
	font-size: 18px;
	color: #5e5e5e;
}
#home-story-boxes h3+p, .home-two-column+p {
	margin-top: 0;
}
.content h3+p, .content h3+ul, .content h4+p, .content h4+ul, .content h5+p, .content h5+ul, .content h6+p, .content h6+ul {
	margin-top: .5em;
}
/*** form ***/
.content form p {
	margin-left: 0;
}
.content form div {
	margin: 1em 0;
}
.content form label {
	width: 30%;
	display: inline-block;
	font-weight: 600;
	padding-right: 1em;
}
.content form input[type="text"] {
	border: 1px solid #ccc;
	font: 16px "Open Sans Italic", sans-serif;
	padding: .6em;
	width: 58%;
	-webkit-appearance: none;
}
.content form input.narrow {
	width: 20%;
}
.content form textarea {
	border: 1px solid #ccc;
	font: 16px "Open Sans Italic", sans-serif;
	padding: .6em;
	width: 88.6%;
	height: 9em;
}
.content form select {
	font: 16px "Open Sans Italic", sans-serif;
}
.content form p {
	width: 88.6%;
}
.content form .label-secondary {
	display: block;
	font-size: 10px;
	margin-left: .5em;
	padding-left: 30%;
	color: #999;
}
.content form .field-wide {
	margin-top: 1.8em;
}
.content form .field-wide .label-secondary {
	padding-left: 0;
	margin-left: 0;
}
.content form .field-wide label {
	width: 100%;
}
.content form .field-wide label.with-spacing {
	margin-bottom: 1em;
}
.content form .required {
	color: #ca1b00;
	padding-left: .5em;
	display: inline-block;
}
.content form .error_box {
	color: #ca1b00;
	display: none;
	margin: 1.8em 0;
}
.content form .option-label {
	display: inline;
	font-weight: 300;
	padding-right: 0.25em;
	width: auto;
}
.content form .label {
	font-weight: bold;
}
.content form table {
	border: 0 none;
	width: 88.6%;
	margin-bottom: 1em;
}
.content form td {
	padding: 0.5em 0;
	vertical-align: middle;
}
.content form th {
	font-weight: 600;
	padding: 0.5em;
	vertical-align: middle;
}
.content form td textarea {
	width: 100%;
}
.content form .field-complex > label {
	float: left;
}
.content form div .field-content {
	margin-left: 30.6%;
	width: 58%;
}
.content form div .field-content input {
	width: 100%;
}
/****** misc ******/
p.align-paragraph-center {
	text-align: center;
}
.align-image-left {
	float: left;
	margin: .5em 1.5em .5em 0;
}
.align-image-right {
	float: right;
	margin: .5em 0 .5em 1.5em;
}
.align-image-center {
	margin: 0 auto;
	display: block;
}
.image-caption-left {
    float: left;
	margin: 1.5em 1.5em .5em 0;
}
.image-caption-left p {
    font: 14px "Open Sans Italic", sans-serif;
    margin: 0.5em 0;
}
img {
	max-width: 100%;
	height: auto;
}
a.purple-button {
	background: #732f75;
	color: #fff;
	border-radius: .4em;
	border-bottom: 6px solid #b39fbc;
	padding: .5em 1em;
	margin: 1em 0;
	font: 16px/1.4em "Cabin Bold", sans-serif; 
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	-webkit-appearance: none;
}
a.purple-button:hover, .purple-submit-button:hover {
	text-decoration: none;
	background: #63caba;
	border-bottom: 6px solid #3a9c8d;
	color: #fff;
}
.home a.purple-button {
	width: 200px;
	margin-bottom: 2em;
}
.hide-label {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.responsive-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	margin: 1em 0;
}
.responsive-container iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a:link, a:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a[href$=".pdf"], a[href$=".PDF"], a.pdf {
	padding-right: 20px;
	background: url("images/icons/pdf.png") no-repeat right center;
}
a[href$=".docx"], a[href$=".DOCX"], a.docx, a[href$=".doc"], a[href$=".DOC"], a.doc {
	padding-right: 20px;
	background: url("images/icons/word.png") no-repeat right center;
}
a[href$=".xlsx"], a[href$=".XLSX"], a.xlsx, a[href$=".xls"], a[href$=".XLS"], a.xls {
	padding-right: 20px;
	background: url("images/icons/excel.png") no-repeat right center;
}
.group:after {
	content: "";
	display: table;
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
@media screen and (max-width:1024px) {
	#tools {
		padding-right: 1em;
	}
	.mini-left-column, .mini-right-column {
		width: 100%;
		float: none;
	}	
}
@media screen and (max-width:800px) {
	.hide-tablet, #left-nav {
		display: none;
	}
	h1.department  {
		width: 100%;
	}
	#top-nav {
		display: none;
    	/* min-height: inherit; */
	}
	.home-banner {
		height: 300px;
	}
	.home-banner-text h2 {
		font: 50px "Cabin Bold", sans-serif;
	}
	.global-boxes {
		display: inherit;
	}
	.global-box {
		flex: inherit;
		width: 100%;
	}
	.content-half, .content-full {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.home-left, .home-right, #program-nav, .program-content, .sidebar, .mini-micro .sidebar, .mini-micro .sidebar2, .mini-content {
		width: 100%;
		float: none;
	}
	#program-nav {
		margin-bottom: 1em;
	}
	.mini-left-column {
		width: 47%;
		float: left;
	}
	.mini-right-column {
		width: 47%;
		float: right;
	}	
	/* mobile navigation */
	.mobile-navigation {
		display: block;
		z-index: 9997;
		padding: .8em .5em .4em .5em;
        background: #3a376a;
        color: #fff;
        z-index: 9999;
	}
	.mobile-nav-link {
		margin: 0;
		background: url("images/icons/m-menu.svg") no-repeat 6px 1px;
		background-size: 30px 20px;
		float: left;
	}
	.mobile-nav-link span {
		font: 22px "Cabin Bold", sans-serif;
		padding-left: 2em;
		color: #fff;
	}
	.mobile-nav-link a {
		color: #fff;
		text-decoration: none;
		padding: .3em .3em .2em 2em;
	}
	#mobile-nav {
		display: block;
	}
	#mobile-nav #mobile-nav-header {
		display: block;
		color: #fff;
		z-index: 9997;
		margin: 0;
		background: #3a376a;
		background-size: 27px 18px;
		border-bottom: none;
	}
	#mobile-nav #mobile-nav-header {
		border-bottom: none;
		text-transform: inherit;
		font: 22px "Cabin Bold", sans-serif;
		color: #fff;
		padding: .5em;
	}	
	#mobile-nav li {
		background: #fff;
		padding: 0;
	}
	#mobile-nav li a {
		text-decoration: none;
		color: #000;
		padding: .8em;
		display: block;
		border-bottom: 1px solid #818181;
		font: 18px "Cabin Bold", sans-serif; /* Futura Plus Medium */
		position: relative;
	}
	#mobile-nav li a.active {
		color: #732f76;
		font-family: "Cabin Bold", sans-serif;
	}
	#mobile-nav ul ul {
		display: none;
		list-style-type: none;
		border-bottom: 1px solid #000;
	}
    #mobile-nav ul .hidden-aria {
        visibility: hidden;
    }
	#mobile-nav ul ul ul {
		border: none;
	}
	#mobile-nav li li {
		padding: 0;
		background: #f4f4f4;
	}
	#mobile-nav li li a {
		font: 18px "Cabin Regular", sans-serif;
		color: #000;
		border-color: #e7e7e7;
		text-transform: none;
		padding-left: 1.5em;
        padding-right: 1.5em;
	}
	#mobile-nav li li li {
		border: none;
	}
	#mobile-nav li li li a {
		background: #f0f0f0;
		border-color: #d7d7d7;
		padding-left: 2.2em;
	}
	#mobile-nav li li li li a {
		background: #e7e7e7;
		border-color: #c7c7c7;
		padding-left: 3em;
	}
	#mobile-nav li li li li li a {
		background: #e1e1e1;
		border-color: #b7b7b7;
		padding-left: 4em;
	}
	#mobile-nav li a .arrow {
		width: 33px;
		height: 33px;
		background: url("images/icons/m-arrow-down.svg") no-repeat;
		display: block;
		position: absolute;
		top: 9px;
		right: 10px;
		text-indent: -9999px;
        overflow: hidden;
	}
	#mobile-nav li a .arrow.open {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#mobile-nav li li a .arrow {
		background: url("images/icons/m-down-carrot.svg") no-repeat;
		width: 21px;
		height: 16px;
		top: 15px;
		right: 15px;
	}
	#mobile-nav li li a .arrow.open {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}	
    
    /* New mobile */
    #mobile-nav ul { list-style: none; }
    #mobile-nav li { position: relative; } 
    #mobile-nav li .arrow a {
        width: 33px;
    	height: 33px;
		background: url("images/icons/m-arrow-down.svg") no-repeat;
		display: block;
		position: absolute;
		top: 9px;
		right: 10px;
		text-indent: -9999px;
        overflow: hidden;
        border-bottom: none;
	}
	#mobile-nav li .arrow.open a {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
        border-bottom: none;
	}
	#mobile-nav li li .arrow a {
		background: url("images/icons/m-down-carrot.svg") no-repeat;
		width: 21px;
		height: 16px;
		top: 15px;
		right: 15px;
        border-bottom: none;
        padding: 0;
	}
	#mobile-nav li li .arrow.open a {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
        border-bottom: none;
	}
    /* End new mobile */
    
	/* mobile search */
	.mobile-search {
		display: block;
		float: right;
		width: 25px;
		margin-right: .5em;
	}
	.mobile-search .search-form {
		width: 60%;
		float: none;
		position: absolute;
		z-index: 9996;
		right: 0;
		background: #732f75;
		padding: 1em;
	}
	.mobile-search .search-form input {
		width: 88%;
		height: 40px;
		padding: .4em;
		font-size: 18px;
		-webkit-appearance: none;
		border-radius: inherit;
		border: none;
	}
	.mobile-search .search-form button {
		height: 40px;
		width: 12%;
		background: #f76524;
		color: #fff;
		font: 16px "Cabin Bold", sans-serif;
		border-radius: inherit;
		border: inherit;
	}
	/* footer */
	footer {
		padding: 1.5em;
	}
	.footer-mid {
		display: none;
	}
	.footer-left {
		width: 50%;
	}
	.footer-right {
		width: 50%;
	}
	.footer-right li:first-child {
		display: block;
	}
}
@media screen and (max-width:650px) {
	.mini-left-column, .mini-right-column {
		width: 100%;
		float: none;
	}	
}
@media screen and (max-width:600px) {
	.mobile-search .search-form {
		width: 100%;
	}
	.mini-micro h1	 {
		font-size: 30px;
	}
}
@media screen and (max-width:500px) {
	.directory-wrap {
		position: inherit;
	}
	.directory-image {
		margin: inherit;
		position: inherit;
		display: inline-block;
	}
	.directory-contactinfo {
		margin: inherit;
		width: 100%;
		padding: 0;
		margin: 1em 0 .5em 0;
	}
	.directory-staff-bio {
		padding-top: 0;
	}
    .micro-staff img {
		float: none;
	}    
	.image-callout-box {
		float: none;
		display: inline-block;
		margin: 0 0 1em 0;
	}
}
@media screen and (max-width: 480px) {
    h1.department img {
        width: 95%;
    }
    .home-banner-text h2 {
		font: 40px "Cabin Bold", sans-serif;
	}
	.banner-image, .home-banner-text p {
		display: none;
	}
	.home-story-boxes {
		display: inherit;
	}
	.home-story-boxes div {
		width: 100%;
		flex: inherit;
	}
	h2+.image-callout-box {
		margin-top: .5em;
	}
	.left-image {
		float: none;
		margin-right: 0;
	}	
	.footer-left, .footer-right {
		float: none;
		width: 100%;
		text-align: inherit;
	}
	.footer-right {
		margin-top: 2em;
	}
}
@media screen and (max-width: 460px ) {
	.working-paper-search input {
		width: 180px;
	}
    .news-image {
		position: relative;
		margin-bottom: 1em;
	}
	.news-description {
		margin-left: 0;
	}    
}
@media screen and (max-width: 320px ) {
    .program-box {
        width: 100%;
        margin-left: 0;
    }
}
/****** fonts ******/
@font-face {
	font-family: "Open Sans Regular";
	src: url("fonts/open_sans_regular-webfont.eot");
	src: url("fonts/open_sans_regular-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/open_sans_regular-webfont.woff2") format("woff2"),  url("fonts/open_sans_regular-webfont.woff") format("woff"),  url("fonts/open_sans_regular-webfont.ttf") format("truetype"),  url("fonts/open_sans_regular-webfont.svg#open_sansregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans Italic";
	src: url("fonts/open_sans_italic-webfont.eot");
	src: url("fonts/open_sans_italic-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/open_sans_italic-webfont.woff2") format("woff2"),  url("fonts/open_sans_italic-webfont.woff") format("woff"),  url("fonts/open_sans_italic-webfont.ttf") format("truetype"),  url("fonts/open_sans_italic-webfont.svg#open_sansitalic") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans Bold";
	src: url("fonts/open_sans_700-webfont.eot");
	src: url("fonts/open_sans_700-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/open_sans_700-webfont.woff2") format("woff2"),  url("fonts/open_sans_700-webfont.woff") format("woff"),  url("fonts/open_sans_700-webfont.ttf") format("truetype"),  url("fonts/open_sans_700-webfont.svg#open_sansbold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans Bold Italic";
	src: url("fonts/open_sans_700italic-webfont.eot");
	src: url("fonts/open_sans_700italic-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/open_sans_700italic-webfont.woff2") format("woff2"),  url("fonts/open_sans_700italic-webfont.woff") format("woff"),  url("fonts/open_sans_700italic-webfont.ttf") format("truetype"),  url("fonts/open_sans_700italic-webfont.svg#open_sansbold_italic") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Cabin Regular";
	src: url("fonts/cabin_regular-webfont.eot");
	src: url("fonts/cabin_regular-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/cabin_regular-webfont.woff2") format("woff2"),  url("fonts/cabin_regular-webfont.woff") format("woff"),  url("fonts/cabin_regular-webfont.ttf") format("truetype"),  url("fonts/cabin_regular-webfont.svg#cabinregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Cabin Italic";
	src: url("fonts/cabin_italic-webfont.eot");
	src: url("fonts/cabin_italic-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/cabin_italic-webfont.woff2") format("woff2"),  url("fonts/cabin_italic-webfont.woff") format("woff"),  url("fonts/cabin_italic-webfont.ttf") format("truetype"),  url("fonts/cabin_italic-webfont.svg#cabinitalic") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Cabin Bold";
	src: url("fonts/cabin_700-webfont.eot");
	src: url("fonts/cabin_700-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/cabin_700-webfont.woff2") format("woff2"),  url("fonts/cabin_700-webfont.woff") format("woff"),  url("fonts/cabin_700-webfont.ttf") format("truetype"),  url("fonts/cabin_700-webfont.svg#cabinbold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Cabin Bold Italic";
	src: url("fonts/cabin_700italic-webfont.eot");
	src: url("fonts/cabin_700italic-webfont.eot#iefix") format("embedded-opentype"),  url("fonts/cabin_700italic-webfont.woff2") format("woff2"),  url("fonts/cabin_700italic-webfont.woff") format("woff"),  url("fonts/cabin_700italic-webfont.ttf") format("truetype"),  url("fonts/cabin_700italic-webfont.svg#cabinbold_italic") format("svg");
	font-weight: normal;
	font-style: normal;
}