/* Northwestern University - WCAS
Christopher Garcia - 05.03.2013 
Santina Croniser - 02.12.2016*/

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#tools ul, #tools li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#top-nav ul, #top-nav li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#m-nav ul, #m-nav li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#role-nav ul, #roll-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, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Northwestern University - WCAS
Christopher Garcia - 05.03.2013 
Santina Croniser - 02.12.2016*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.hide-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#school, #m-tools-wrap, #m-northwestern, #m-nav, #m-submenu a {
  display: none; }

body {
  background: #f4f4f4;
  font: 100%/1.2em Verdana, Geneva, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a3a3a;
  min-width: 98%; }

#container {
  margin: 0 auto; }

.containme {
  margin: 0 auto;
  max-width: 1024px; }

/*** tools ***/
#tools-wrap {
  min-height: 60px;
  background: #401F68; }

#nu {
  float: left;
  width: 40%;
  padding-left: .5em; }
  #nu img {
    width: 170px;
    margin-top: 1em; }

#tools ul {
  list-style: none;
  text-align: right;
  padding: 1.4em 0 0 0;
  width: 60%;
  float: right; }
  #tools ul li {
    display: inline;
    font: 12px/1.4em "Akkurat Pro Bold",Arial,sans-serif;
    text-transform: uppercase; }
    #tools ul li:after {
      content: " | ";
      margin: 0 .5em; }
    #tools ul li:last-child:after {
      content: " "; }
  #tools ul a {
    color: #FFF;
    text-decoration: none; }
    #tools ul a:hover {
      color: #fff;
      text-decoration: underline; }

#header-wrap {
  background: #4e2a84; }

#header {
  height: 125px;
  display: table;
  width: 100%;
  padding: .5em; }

#department {
  width: 70%;
  /* 233px / 1024px */
  display: table-cell;
  vertical-align: middle; }
  #department h1 {
    font: 18px/1em "Akkurat Pro Regular", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 1.5em;
    margin-bottom: 1.5em; }
  #department h2 {
    font: 28px/1em "Akkurat Pro Regular", Arial, sans-serif;
    background: none;
    padding-right: 1.5em; }
  #department h1 a, #department h2 a {
    color: #fff;
    font-weight: normal; }

/*** search ***/
#search {
  width: 30%;
  vertical-align: middle;
  display: table-cell; }

.search-form {
  width: 100%;
  float: left; }
  .search-form input {
    width: 72%;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 95% "Lucida Sans", "Trebuchet MS", "Tahoma";
    background: #eee;
    border: 1px solid #ccc; }
    .search-form input:focus {
      outline: 0;
      background: #fff; }
  .search-form button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 28%;
    font: 16px "Futura T W01 Bold", "Futura Plus W08 Demi", Arial, sans-serif;
    color: #fff;
    border-radius: 0 3px 3px 0;
    -mox-border-radius: 0 3px 3px 0; }
    .search-form button:hover {
      background: #ff7e00; }
    .search-form button:active, .search-form button:focus {
      background: #ff7e00;
      outline: 0; }
    .search-form button:before {
      /* left arrow */
      content: '';
      position: absolute;
      border-width: 8px 8px 8px 0;
      border-style: solid solid solid none;
      border-color: transparent #4c9f9c transparent;
      top: 12px;
      left: -6px; }
    .search-form button:hover:before {
      border-right-color: #ff7e00; }
    .search-form button:focus:before, .search-form button:active:before {
      border-right-color: #685597; }
    .search-form button::-moz-focus-inner {
      border: 0;
      padding: 0; }

/*** top nav ***/
#mobile-menu {
  display: none; }

#top-nav-wrap {
  min-height: 52px;
  background: #e1e1e1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
  background: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%); }

#top-nav {
  z-index: 9999; }
  #top-nav ul {
    list-style: none; }
  #top-nav li {
    float: left;
    position: relative;
    font: 18px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
    min-height: 52px; }
    #top-nav li a {
      color: #4E2A84;
      text-decoration: none;
      padding: 0 1.5em;
      display: block;
      line-height: 52px; }
  #top-nav a.active {
    color: #ff7e00; }
  #top-nav li:hover ul {
    left: 0;
    top: 52px; }
  #top-nav ul ul {
    min-width: 200px;
    position: absolute;
    background: #fff;
    left: -9999px;
    z-index: 9998;
    border-top: 5px solid #4c9d9b;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; }
  #top-nav li li {
    float: none;
    border-bottom: 1px solid #e2e2e2;
    font: 1em "Futura T W01 Medium", "Futura Plus W08 Medium", Arial, sans-serif;
    min-height: inherit; }
    #top-nav li li:hover {
      min-height: inherit;
      border-bottom: 1px solid #e2e2e2;
      min-height: inherit; }
    #top-nav li li a {
      padding: .8em;
      color: #3a3a3a !important;
      line-height: inherit; }
    #top-nav li li:last-child {
      border-bottom: none; }

/*** common pages ***/
#border {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding-bottom: 2em;
  background: #fff; }

#page {
  max-width: 995px;
  margin: 0 auto;
  font-size: 12px; }
  #page img {
    max-width: 100%;
    height: auto; }
  #page a {
    color: #4E2A84;
    font-weight: bold;
    text-decoration: none; }
    #page a:hover {
      color: #ff7e00; }

/*** home page ***/
#home-left {
  float: left;
  width: 58.59296%;
  /* 583px / 995px */
  margin-right: 2.01005%;
  /* 20px / 995px */ }

#home-right {
  float: left;
  width: 39.29648%;
  /* 391px / 995px */ }

.home-box, .home-box-image {
  margin-bottom: 1em; }

#home-news-wrap {
  border-top: 1px solid #dfdfdf;
  margin: 1.5em 0;
  padding-top: .8em; }

.home-news {
  margin-bottom: 1.5em; }

.home-news-top {
  margin-bottom: .5em; }

.home-news-left {
  float: left;
  width: 36px;
  margin-top: .3em; }

.home-news-right {
  float: left;
  width: 86.9565%;
  padding-left: 1em; }

#home-news h3 {
  margin-bottom: 0; }

.home-news-date {
  font: 14px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  margin-top: .3em; }

#programs {
  margin-bottom: 1.5em; }

.program-box {
  width: 24.35678%;
  /* 142px / 583px */
  float: left;
  height: 100px;
  font: 16px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif; }

.one {
  background: #812932;
  /* Old browsers */
  background: -moz-linear-gradient(top, #812932 0%, #983640 50%, #812932 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #812932), color-stop(50%, #983640), color-stop(100%, #812932));
  background: -webkit-linear-gradient(top, #812932 0%, #983640 50%, #812932 100%);
  background: -o-linear-gradient(top, #812932 0%, #983640 50%, #812932 100%);
  background: -ms-linear-gradient(top, #812932 0%, #983640 50%, #812932 100%);
  background: linear-gradient(to bottom, #812932 0%, #983640 50%, #812932 100%);
  margin-right: .8%;
  /* 6px / 583px */ }

.two {
  background: #807128;
  /* Old browsers */
  background: -moz-linear-gradient(top, #807128 0%, #958535 50%, #807128 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #807128), color-stop(50%, #958535), color-stop(100%, #807128));
  background: -webkit-linear-gradient(top, #807128 0%, #958535 50%, #807128 100%);
  background: -o-linear-gradient(top, #807128 0%, #958535 50%, #807128 100%);
  background: -ms-linear-gradient(top, #807128 0%, #958535 50%, #807128 100%);
  background: linear-gradient(to bottom, #807128 0%, #958535 50%, #807128 100%);
  margin-right: .8%;
  /* 6px / 583px */ }

.three {
  background: #545163;
  /* Old browsers */
  background: -moz-linear-gradient(top, #545163 0%, #6b6879 50%, #545163 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545163), color-stop(50%, #6b6879), color-stop(100%, #545163));
  background: -webkit-linear-gradient(top, #545163 0%, #6b6879 50%, #545163 100%);
  background: -o-linear-gradient(top, #545163 0%, #6b6879 50%, #545163 100%);
  background: -ms-linear-gradient(top, #545163 0%, #6b6879 50%, #545163 100%);
  background: linear-gradient(to bottom, #545163 0%, #6b6879 50%, #545163 100%);
  margin-right: .8%;
  /* 6px / 583px */ }

.four {
  background: #0e3e60;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0e3e60 0%, #1d4f73 50%, #0e3e60 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e3e60), color-stop(50%, #1d4f73), color-stop(100%, #0e3e60));
  background: -webkit-linear-gradient(top, #0e3e60 0%, #1d4f73 50%, #0e3e60 100%);
  background: -o-linear-gradient(top, #0e3e60 0%, #1d4f73 50%, #0e3e60 100%);
  background: -ms-linear-gradient(top, #0e3e60 0%, #1d4f73 50%, #0e3e60 100%);
  background: linear-gradient(to bottom, #0e3e60 0%, #1d4f73 50%, #0e3e60 100%); }

/** use as needed for individual sites
.five {
    background: rgb(14,62,96); 
    background: -moz-linear-gradient(top,  rgba(14,62,96,1) 0%, rgba(29,79,115,1) 50%, rgba(14,62,96,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,62,96,1)), color-stop(50%,rgba(29,79,115,1)), color-stop(100%,rgba(14,62,96,1)));
    background: -webkit-linear-gradient(top,  rgba(14,62,96,1) 0%,rgba(29,79,115,1) 50%,rgba(14,62,96,1) 100%);
    background: -o-linear-gradient(top,  rgba(14,62,96,1) 0%,rgba(29,79,115,1) 50%,rgba(14,62,96,1) 100%);
    background: -ms-linear-gradient(top,  rgba(14,62,96,1) 0%,rgba(29,79,115,1) 50%,rgba(14,62,96,1) 100%);
    background: linear-gradient(to bottom,  rgba(14,62,96,1) 0%,rgba(29,79,115,1) 50%,rgba(14,62,96,1) 100%);
}**/
#programs a {
  display: block;
  height: 100px;
  color: #fff;
  padding: 1.5em .5em 0 1em;
  font-weight: normal; }
  #programs a:hover {
    color: #fff; }

#left-column {
  width: 48%;
  float: left; }

#right-column {
  width: 48%;
  float: left;
  margin-left: 4%; }

/*** left navigation ***/
#left-nav {
  width: 28.1407%;
  /* 280px / 995px */
  float: left; }
  #left-nav ul {
    list-style: none;
    margin-top: 0;
    padding: 0; }
  #left-nav li {
    border-bottom: 1px solid #b2b2b2;
    font: 14px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
    padding: .1em .5em 0 .7em; }
    #left-nav li a {
      font-weight: normal;
      text-transform: uppercase;
      color: #000;
      display: block;
      padding: .8em 0; }
    #left-nav li.selected {
      background: #ededed; }
    #left-nav li a:hover {
      color: #4E2A84; }
    #left-nav li a.active {
      background: #ededed;
      color: #4E2A84; }
    #left-nav li li {
      border: none;
      padding-left: 0;
      font-size: 14px; }
  #left-nav ul ul {
    margin: 0 0 .5em .5em; }
  #left-nav li li a {
    text-transform: none;
    padding: .5em;
    line-height: 1.5em;
    color: #373737; }
    #left-nav li li a:hover, #left-nav li li a.active {
      color: #ff7e00; }
  #left-nav ul ul ul {
    list-style: disc;
    margin-bottom: 0; }
  #left-nav li li li {
    font: 12px "Futura T W01 Bold", "Futura Plus W08 Demi", Arial, sans-serif;
    color: #4E2A84;
    margin-left: 2em; }
    #left-nav li li li a {
      color: #4E2A84;
      padding-left: 0; }
    #left-nav li li li:hover, #left-nav li li li.selected {
      color: #ff7e00; }

/*** secondary pages ***/
#breadcrumbs {
  font: 11px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  text-transform: uppercase;
  color: #808080;
  padding-top: 1.5em;
  margin-bottom: 1em; }
  #breadcrumbs a {
    color: #808080;
    font-weight: normal; }
  #breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #breadcrumbs li {
    display: inline; }
    #breadcrumbs li:after {
      content: " / "; }
    #breadcrumbs li:last-child:after {
      content: ""; }

#content {
  width: 70.015075%;
  /* 698px / 995px */
  margin-left: 1.84423%;
  float: left; }
  #content ul {
    list-style: none;
    padding: .5em;
    margin-top: 0; }

#content-full ul, .home-box-text ul {
  list-style: none;
  padding: .5em;
  margin-top: 0; }

#content ul li, #content-full ul li, .home-box-text ul li {
  background: url("http://www.weinberg.northwestern.edu/common/images/icons/bullet.png") no-repeat 0 7px;
  padding-left: 1.3em;
  padding-bottom: .5em; }

#content ul ul li, #content-full ul ul li {
  background: none;
  list-style: circle;
  padding-left: 0;
  margin-left: 1.5em; }

#content li > ul, #content-full li > ul {
  margin-bottom: -.5em;
  padding-bottom: 0; }

#content ol ol, #content-full ol ol {
  list-style: lower-alpha; }

#full-image {
  margin-bottom: 1.5em; }

#partial-image {
  width: 68.05157%;
  /* 475px / 698px */
  margin-bottom: 1.5em; }

#image-caption {
  margin-top: .5em;
  font-size: 10px;
  color: #454545;
  font-style: italic;
  line-height: 1.5em; }

/* a to z listing */
#listing {
  background: #eaeaea;
  font: 20px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  margin-bottom: 1em;
  color: #8e8e8e; }
  #listing a {
    font-weight: normal; }
    #listing a.active {
      color: #ff7e00; }
  #listing ul {
    padding: .5em 0 !important; }
  #listing li {
    background: none !important;
    float: left;
    margin: 0 !important;
    padding-left: .6em !important; }

/* for "people directory" */
.directory {
  border-bottom: 1px solid #d2d2d2;
  padding: .5em 0;
  margin-bottom: 1em; }

.directory-top {
  margin: 1em 0; }

.directory-image {
  width: 80px;
  float: left; }

.directory-vitals {
  width: 80%;
  float: left; }
  .directory-vitals ul {
    margin-bottom: 0; }
  .directory-vitals li {
    background: none !important;
    line-height: 1.5em;
    padding-bottom: 1.5em !important; }
    .directory-vitals li:last-child {
      padding-bottom: 0 !important; }

/*** sidebars ***/
#sidebar, #sidebar-faculty {
  float: right;
  width: 29.36962%;
  /* 205px / 698px */
  margin: 0 0 1em 2.14899%; }

.sidebar-box {
  border: 1px solid #a3a3a3;
  margin-bottom: 1em; }
  .sidebar-box h2 {
    background: #373737 !important;
    font: 16px "Futura T W01 Medium", "Futura Plus W08 Medium", Arial, sans-serif !important;
    text-transform: initial !important;
    padding: .5em .7em !important; }

.sidebar-text {
  padding: 0 .7em .7em .7em; }
  .sidebar-text h3 {
    font: 18px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
    margin-top: .7em; }

.indent-text {
  margin: .6em 0 .5em 1em;
  line-height: 1.7em;
  font-size: 11px;
  font-weight: bold;
  color: #747474; }

.sidebar-text p + ul {
  margin-top: -1em !important; }
.sidebar-text ul {
  font-size: 11px;
  margin-bottom: 0; }

#faculty-image {
  margin-top: 1em; }

.bottombar {
  clear: both; }

/*** footer ***/
#footer-wrap {
  background: #363636 url("http://www.weinberg.northwestern.edu/common/images/footer-bg.jpg") repeat-x; }

#footer {
  max-width: 995px;
  margin: 0 auto;
  color: #fff;
  padding: 1em 0 2em 0;
  font: 16px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif; }

#footer-text {
  width: 70.87939%;
  /* 755px / 995px */
  float: left; }

#footer-links {
  padding-bottom: 2em; }

ul#footer-links {
  margin: 0;
  padding-left: 0;
  line-height: 2em; }
  ul#footer-links li {
    display: inline;
    margin-right: 1em; }

#footer-wrap a {
  color: #ff7e00;
  text-decoration: none; }
  #footer-wrap a:hover {
    text-decoration: underline; }

#footer-images {
  width: 22.11055%;
  /* 220px / 995px */
  float: right; }

#footer-campaign {
  float: right;
  margin: 10px 10px 0 0; }

#twitter, #youtube, #give, #facebook, #linkedin {
  height: 70px;
  width: 70px;
  float: right; }

/*** tables ***/
table.borders, table.table-borders, table.table-no-stripe {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 1em 0;
  border: 1px solid #b8bdc0; }
table.borders th, table.borders thead {
  background-color: #373737;
  border: 1px solid #d8d8d8;
  font: 14px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  color: #fff;
  padding: .7em .5em .5em .5em; }
table.table-borders th, table.table-borders thead {
  background-color: #373737;
  border: 1px solid #d8d8d8;
  font: 14px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  color: #fff;
  padding: .7em .5em .5em .5em; }
table.table-no-stripe th, table.table-no-stripe thead {
  background-color: #373737;
  border: 1px solid #d8d8d8;
  font: 14px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  color: #fff;
  padding: .7em .5em .5em .5em; }
table.borders td, table.table-borders td, table.table-no-stripe td {
  padding: .5em;
  border: 1px solid #d8d8d8; }
table.borders tr.stripe td, table.table-borders tr.stripe td {
  background: #eaeaea; }
table.borders tr.over td, table.table-borders tr.over td {
  background: #dedede; }
table.borders ul, table.table-borders ul {
  margin: 0;
  padding-left: 0 !important; }

/*** form ***/
#content form p {
  margin-left: 0; }
#content form div {
  margin: 1em 0; }
#content form label {
  width: 30%;
  padding-right: 1em;
  display: inline-block;
  font-weight: 600; }
#content form input[type="text"] {
  border: 1px solid #bfbfbf;
  font-family: Verdana, Geneva, sans-serif;
  padding: .3em;
  width: 58%; }
#content form input[type="submit"] {
  background: #4E2A84;
  color: #fff;
  padding: .5em 1em;
  border: 0 none;
  font: 14px "Futura T W01 Bold", "Futura Plus W08 Demi", Arial, sans-serif;
  border-radius: 10px; }
#content form input.narrow {
  width: 20%; }
#content form textarea {
  border: 1px solid #bfbfbf;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding: .5em;
  width: 90%;
  height: 9em; }
#content form select {
  width: 25%; }
#content form .label-secondary {
  display: block;
  font-size: 10px;
  margin-left: .5em;
  padding-left: 25%;
  color: #999; }
#content form .field-wide {
  margin-top: 1.8em; }
  #content form .field-wide label {
    width: 100%; }
#content form .required {
  color: #ca1b00;
  padding-left: .5em;
  display: inline-block; }
#content form .error_box {
  color: #ca1b00;
  display: none;
  margin: 1.8em 0; }

/*** misc ***/
h1 {
  font: 38px "Life W01 Regular", Arial, sans-serif;
  font-variant: small-caps;
  color: #fff; }
  h1 a {
    text-decoration: none; }

#page h2 {
  font: 24px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  color: #fff;
  padding: .4em .5em .3em .7em;
  margin-bottom: .5em;
  text-transform: uppercase; }
  #page h2 span {
    font-size: 18px;
    display: block; }
  #page h2.home {
    font-size: 18px;
    padding: .5em .5em .3em .7em; }
  #page h2.subfield-h2 {
    font: 42px "Futura T W01 Book", "Futura Plus W08 Book", Arial, sans-serif;
    color: #fff;
    padding: .2em .2em .1em .3em;
    margin-bottom: .2em;
    text-shadow: 2px 2px 9px #000;
    background-color: #4d045d !important; }

h3 {
  font: 20px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  color: #373737;
  margin-bottom: .5em; }

#home-right h3 {
  font-size: 16px;
  margin: 0 0 .25em 0; }

h4 {
  font: 16px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  margin-bottom: .5em; }

h5 {
  font: 14px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  color: #373737;
  margin-bottom: 1em; }
  h5.cross {
    font-size: 18px;
    margin: 1em 0 0 0; }

h6 {
  font: 12px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  color: #6e6e6e;
  margin-bottom: 1em; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-weight: normal !important;
  color: inherit;
  text-decoration: none; }

h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0; }

h3 + h4 {
  margin-top: .8em; }
sup, sub {
  vertical-align: baseline;
  position: relative;
  font-size: smaller;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
/*
a:link, a:hover, button:hover, #top-nav li:hover {
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
*/
a.home-button {
  background: #4E2A84;
  color: #fff !important;
  font-weight: normal !important;
  cursor: pointer;
  font: 16px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
  margin: 1em 0 .3em 1em;
  text-align: center;
  padding: .5em .7em;
  border-radius: 10px;
  float: right; }
  a.home-button:hover {
    background: #ff7e00; }

p.center, p.align-paragraph-center {
  text-align: center; }

.floatLeft, .align-image-left {
  float: left;
  margin: 0 2em .5em 0; }

.floatRight, .align-image-right {
  float: right;
  margin: 0 0 .5em 2em; }

.centerImage, .align-image-center {
  margin: 0 auto;
  display: block; }

.floatRightImageCaption, .align-image-with-caption-right {
  max-width: 142px;
  float: right;
  margin: 0 0 1em 2em;
  clear: right; }

.floatLeftImageCaption, .align-image-with-caption-left {
  max-width: 142px;
  float: left;
  margin: 0 2em 1em 0;
  clear: left; }

.floatCaption, .caption-for-image {
  margin-top: .5em;
  font-size: 11px;
  font-style: italic;
  line-height: 1.3em; }

.show-hide-nav, .show-hide-tools, .show-hide-search {
  display: none; }

#content a[href$=".pdf"], #content a[href$=".PDF"], #content a.pdf {
  padding-right: 20px;
  background: url("http://www.weinberg.northwestern.edu/common/images/icons/pdf.png") no-repeat right center; }
#content a[href$=".docx"], #content a[href$=".DOCX"], #content a.docx, #content a[href$=".doc"], #content a[href$=".DOC"], #content a.doc {
  padding-right: 20px;
  background: url("http://www.weinberg.northwestern.edu/common/images/icons/word.png") no-repeat right center; }
#content a[href$=".xlsx"], #content a[href$=".XLSX"], #content a.xlsx, #content a[href$=".xls"], #content a[href$=".XLS"], #content a.xls {
  padding-right: 20px;
  background: url("http://www.weinberg.northwestern.edu/common/images/icons/excel.png") no-repeat right center; }

.clearfix:before {
  content: "";
  display: table; }
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 940px) {
  h2.subfield-h2 {
    font-size: 40px;
    padding: .4em .2em .25em .3em; } }
@media screen and (max-width: 800px) {
  html {
    -webkit-text-size-adjust: 100%; }

  img {
    max-width: 100%;
    height: auto; }

  #logo {
    display: none; }

  #top-nav {
    display: none; }
    #top-nav containme {
      display: none; }

  #sidebar {
    display: none; }

  #tools ul li:first-child {
    padding-left: 0;
    display: inline; }

  #header {
    padding-bottom: 1.5em; }

  #department {
    width: 100%;
    padding: 0;
    max-height: none;
    float: none; }

  #school {
    font: 24px "Life W01 Regular", Arial, sans-serif;
    font-variant: small-caps;
    color: #fff;
    display: block; }
    #school a {
      color: inherit;
      text-decoration: none; }

  #department span {
    display: block; }

  #search {
    width: 50%;
    margin-top: 1.5em; }

  #header-wrap {
    min-height: inherit; }

  .containme, #footer {
    padding: 0 .5em; }

  .m-button {
    margin-right: .5em;
    float: left; }

  #m-nav {
    display: block;
    height: 52px;
    position: relative;
    z-index: 9997;
    margin-bottom: 1em; }

  #m-menu a {
    display: block;
    font: 20px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
    color: #4E2A84;
    text-decoration: none;
    padding: .7em .5em .0 .5em;
    height: 52px; }

  #m-nav ul {
    background: #fff;
    position: relative;
    list-style: none;
    border-top: 5px solid #4c9d9b;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    width: 300px; }
  #m-nav li {
    border-bottom: 1px solid #e2e2e2;
    font: 18px "Futura T W01 Medium", "Futura Plus W08 Medium", Arial, sans-serif; }
    #m-nav li a {
      display: block;
      padding-left: 1em;
      font-weight: normal;
      color: #000;
      text-decoration: none;
      padding: .7em .5em .0 .5em;
      height: 46px; }
      #m-nav li a.active {
        font-weight: bold; }
    #m-nav li:last-child {
      border-bottom: none; }

  #home-right, #home-mid, #home-left, #content, #left-nav, #partial-image {
    width: 100%;
    float: none;
    background: none; }

  .home-box {
    margin-bottom: 1.9em; }

  .home-box-image {
    width: 40%;
    /* 280px / 800px */
    float: left; }

  .home-box-text {
    width: 58%;
    float: right; }

  h3.home {
    margin-top: 0; }

  #left-column, #right-column {
    width: 100%;
    margin-left: 0;
    float: none; }

  #breadcrumbs {
    padding-top: 0; }

  #left-nav {
    display: block;
    min-height: 52px;
    margin-bottom: 1em;
    position: relative;
    z-index: 9996; }

  #m-left-nav {
    position: absolute;
    background: #fff; }

  #m-submenu {
    display: block;
    background: #414141; }
    #m-submenu a {
      display: block;
      font: 20px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
      color: #fff;
      text-decoration: none;
      padding: .7em .5em .0 .5em;
      min-height: 52px; }

  #left-nav ul {
    position: relative;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    width: 300px;
    margin: 0; }
    #left-nav ul ul {
      border: none;
      width: inherit; }
    #left-nav ul li:last-child {
      border-bottom: none; }

  #content {
    margin: 1em 0 0 0; }

  .slideshow {
    margin-bottom: 2em; }

  ul#footer-links {
    line-height: 1.2em; }

  h2.subfield-h2 {
    font-size: 32px;
    padding: .4em .2em .25em .3em; } }
@media screen and (max-width: 768px) {
  #tools ul, #search {
    display: none; }

  #header {
    height: inherit;
    padding: 1em; }

  #department {
    width: 100%; }
    #department h1 {
      margin-bottom: 1em; }

  #tools {
    width: 70%;
    float: left; }

  #nu {
    width: 100%; }

  #m-search-caption img {
    height: 18px; }

  #m-tools-wrap {
    display: block;
    height: 35px;
    margin-top: .8em;
    width: 30%;
    float: right; }

  #m-tools-caption {
    border-right: 1px solid #fff;
    float: right;
    margin: .85em .85em 0 0;
    padding-right: 1em; }

  #m-search #m-search-caption {
    float: right;
    margin: .5em .5em 0 0; }
  #m-search .search-form {
    padding: 0;
    margin: 0;
    border: 0 none;
    position: absolute;
    right: 0;
    top: 61px;
    padding: .5em;
    background: #e2e2e2;
    border-top: 5px solid #4c9d9b; }

  #m-tools {
    display: block;
    width: 100%;
    font: 12px "Futura Plus W08 Bold", Arial, sans-serif;
    text-transform: uppercase !important;
    z-index: 9998;
    position: relative; }
    #m-tools a {
      display: inline;
      text-decoration: none;
      color: #fff; }
    #m-tools ul {
      padding: 0;
      margin: 0;
      border: 0 none;
      background: #fff;
      position: absolute;
      list-style: none;
      border-top: 5px solid #4c9d9b;
      border-bottom: 1px solid #e2e2e2;
      width: 200px;
      right: 0;
      top: 45px; }
      #m-tools ul li {
        border-bottom: 1px solid #e2e2e2;
        font: 18px "Futura Plus W08 Medium", Arial, sans-serif; }
        #m-tools ul li a {
          display: block;
          color: #000;
          text-decoration: none;
          padding: .7em .5em .0 .5em;
          height: 46px;
          text-transform: none; }
          #m-tools ul li a.active {
            font-weight: bold; }
        #m-tools ul li:last-child {
          border-bottom: none; } }
@media screen and (max-width: 600px) {
  #sidebar-faculty {
    width: 100%;
    float: none;
    margin: 0 0 1em 0; }

  #faculty-image {
    float: left;
    max-width: 164px;
    margin-right: 1.5em; }
    #faculty-image .centerImage {
      margin: 0; } }
@media screen and (max-width: 480px) {
  #search, #tools ul, .floatRightImageCaption {
    display: none; }

  .home-box-image, .home-box-text {
    width: 100%;
    float: none; }

  #department {
    width: 100%;
    float: none; }
    #department h1 {
      font-size: 16px;
      margin-bottom: 1em; }
    #department h2 {
      font-size: 22px; }

  #m-nav ul {
    width: 100%; }

  #m-submenu a {
    font: 16px "Futura T W01 Demi", "Futura Plus W08 Demi", Arial, sans-serif;
    padding: .9em .5em .5em .5em;
    min-height: 45px; }

  #left-nav .m-button {
    margin: 0 .5em 1em 0; }

  #m-submenu span {
    padding-bottom: 1em; }

  #m-left-nav ul {
    width: 100%; }

  .program-box {
    width: 100%;
    float: none;
    height: auto !important; }

  .red, .gold, .grey {
    margin-right: 0;
    margin-bottom: .2em; }

  #programs a {
    height: auto;
    padding: .5em 0 .5em .5em; }

  .directory-vitals {
    width: 70%; }
    .directory-vitals li {
      padding-bottom: 1em !important; }

  #content form label {
    display: block;
    width: 100%; }
  #content form input[type="text"] {
    width: 80%; }
  #content form .label-secondary {
    padding-left: 0; }

  #faculty-image {
    margin-right: .3em; }
    #faculty-image img {
      width: 90%; }

  #footer {
    font-size: 14px; }

  ul#footer-links li {
    display: block; }

  h2.subfield-h2 {
    font-size: 24px; } }
/*added to avoid image overlap issue without using divs */
.break-align {
  clear: both; }

/*added to fix overlapping lists*/
.list-fix {
  overflow: auto; }

/*added to ensure media is responsive */
.responsive-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }
  .responsive-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*** new fonts ***/
@font-face {
  font-family: "Akkurat Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: url("//common.northwestern.edu/v8/css/fonts/AkkuratProRegular.woff") format("woff"); }
@font-face {
  font-family: "Akkurat Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: url("//common.northwestern.edu/v8/css/fonts/AkkuratProBold.woff") format("woff"); }
.small-text {
  font-size: small;
  font-weight: 100; }

hr.date-line {
  width: 75%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent); }

/*# sourceMappingURL=style.css.map */

/**new footer styles**/
.contain-970 {
  margin: 0 auto;
  max-width: 970px;
  box-sizing: content-box;
}

/* line 5, ../scss/base/_reset.scss */
footer, footer ul, footer li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
footer {
  display: block;
}
/* line 3, ../scss/sections/_footer.scss */
footer {
  background: #4e2a84;
  color: white;
  font: 14px/2.1em "Akkurat Pro Regular", Arial, sans-serif;
  padding: 3rem 0;
  width: 100%;
}
/* line 10, ../scss/sections/_footer.scss */
footer ul {
  list-style: none;
}
/* line 14, ../scss/sections/_footer.scss */
footer a {
  font-family: "Akkurat Pro Regular", Arial, sans-serif;
  color: white;
  text-decoration: underline;
}
/* line 19, ../scss/sections/_footer.scss */
footer a:hover {
  text-decoration: none;
}

/* line 25, ../scss/sections/_footer.scss */
.footer-content {
  width: 21.64948%;
  display: inline-block;
  margin-right: 5.46392%;
  position: relative;
  vertical-align: top;
}
/* line 34, ../scss/sections/_footer.scss */
.footer-content:nth-of-type(1) img:not(.png) {
  width: 100%;
}
/* line 39, ../scss/sections/_footer.scss */
.footer-content:nth-of-type(2) {
  width: 25.7732%;
}
/* line 43, ../scss/sections/_footer.scss */
.footer-content:nth-of-type(4) {
  width: 10.30928%;
  margin-right: 0;
}
/* line 48, ../scss/sections/_footer.scss */
.footer-content p {
  margin-top: 0;
}
/* line 52, ../scss/sections/_footer.scss */
.footer-content strong {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  font-weight: normal;
}
/* line 57, ../scss/sections/_footer.scss */
.footer-content .footer-icon {
  height: 29px;
  width: 18px;
  left: -25px;
  margin-top: .5em;
}
/* line 64, ../scss/sections/_footer.scss */
.footer-content img {
  margin-bottom: 1rem;
  max-width: 170px;
}
/* line 71, ../scss/sections/_footer.scss */
.footer-content.contact ul {
  margin: 1rem 0 1rem 2rem;
  position: relative;
}
/* line 75, ../scss/sections/_footer.scss */
.footer-content.contact ul li {
  line-height: 1.5em;
  padding-bottom: .4rem;
}
/* line 79, ../scss/sections/_footer.scss */
.footer-content.contact ul li.footer-pin-icon {
  background: url("https://common.northwestern.edu/v8/css/images/icons/pin-drop.svg") no-repeat;
  position: absolute;
  top: 2px;
  left: -2rem;
  height: 24px;
  width: 18px;
}
/* line 88, ../scss/sections/_footer.scss */
.footer-content.contact ul li.footer-phone-icon {
  background: url("https://common.northwestern.edu/v8/css/images/icons/mobile-phone.svg") no-repeat;
  position: absolute;
  top: 2px;
  left: -2rem;
  height: 24px;
  width: 18px;
}
/* line 88, ../scss/sections/_footer.scss */
.footer-content.contact ul li.footer-fax-icon {
  background: url("http://www.weinberg.northwestern.edu/common/images/icons/fax.svg") no-repeat;
  position: absolute;
  top: 2px;
  left: -2rem;
  height: 24px;
  width: 18px;
}
/* line 96, ../scss/sections/_footer.scss */
.footer-content.contact ul li.footer-email-icon {
  background: url("https://common.northwestern.edu/v8/css/images/icons/email.svg") no-repeat;
  position: absolute;
  top: 2px;
  left: -2.2rem;
  height: 24px;
  width: 18px;
}

/* line 110, ../scss/sections/_footer.scss */
.facebook {
  background: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: 0 0;
}
/* line 114, ../scss/sections/_footer.scss */
.facebook:hover {
  background-position: 0 39px;
}

/* line 119, ../scss/sections/_footer.scss */
.twitter {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -39px 0;
}
/* line 123, ../scss/sections/_footer.scss */
.twitter:hover {
  background-position: -39px 39px;
}

/* line 128, ../scss/sections/_footer.scss */
.instagram {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -78px 0;
}
/* line 132, ../scss/sections/_footer.scss */
.instagram:hover {
  background-position: -78px 39px;
}

/* line 137, ../scss/sections/_footer.scss */
.rss {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -117px 0;
}
/* line 141, ../scss/sections/_footer.scss */
.rss:hover {
  background-position: -117px 39px;
}
.give {
  background-image: url('../images/icons/give.png');
}

.give:hover {
  background-position: 0 39px;
}

/* line 146, ../scss/sections/_footer.scss */
.youtube {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -156px 0;
}
/* line 150, ../scss/sections/_footer.scss */
.youtube:hover {
  background-position: -156px 39px;
}

/* line 155, ../scss/sections/_footer.scss */
.tumblr {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -195px 0;
}
/* line 159, ../scss/sections/_footer.scss */
.tumblr:hover {
  background-position: -195px 39px;
}

/* line 164, ../scss/sections/_footer.scss */
.wordpress {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -234px 0;
}
/* line 168, ../scss/sections/_footer.scss */
.wordpress:hover {
  background-position: -234px 39px;
}

/* line 173, ../scss/sections/_footer.scss */
.futurity {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -273px 0;
}
/* line 177, ../scss/sections/_footer.scss */
.futurity:hover {
  background-position: -273px 39px;
}

/* line 182, ../scss/sections/_footer.scss */
.vimeo {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -312px 0;
}
/* line 186, ../scss/sections/_footer.scss */
.vimeo:hover {
  background-position: -312px 39px;
}

/* line 191, ../scss/sections/_footer.scss */
.linkedin {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/social-media-icons.png");
  background-position: -351px 0;
}
/* line 195, ../scss/sections/_footer.scss */
.linkedin:hover {
  background-position: -351px 39px;
}

/* line 200, ../scss/sections/_footer.scss */
.social-slide {
  display: inline-block;
  height: 39px;
  width: 39px;
  transition: all 0.3s ease 0s;
  border: 1px solid white;
  margin: 0 .6rem .2rem 0;
}

@media screen and (max-width: 1140px) {
  /* line 212, ../scss/sections/_footer.scss */
  footer {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 820px) {
  /* line 219, ../scss/sections/_footer.scss */
  .footer-content {
    width: 40%;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  /* line 224, ../scss/sections/_footer.scss */
  .footer-content:nth-of-type(2), .footer-content:nth-of-type(4) {
    margin-left: 2rem;
    width: 40%;
  }
}
@media screen and (max-width: 550px) {
  /* line 233, ../scss/sections/_footer.scss */
  footer {
    font-size: 14px;
    line-height: 1.8em;
  }

  /* line 238, ../scss/sections/_footer.scss */
  .footer-content {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
  }
  /* line 243, ../scss/sections/_footer.scss */
  .footer-content:nth-of-type(2), .footer-content:nth-of-type(4) {
    margin-left: 0;
    width: 100%;
  }

  /* line 249, ../scss/sections/_footer.scss */
  .footer-pin-icon {
    top: .5em;
  }
}
#footer-addl-content img {
    width: 100%;
    height: unset;
}

.no-wrap {
    white-space: nowrap;
}