/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* for /faculty/<department> */

.faculty_name_wrapper { overflow: hidden; }
.faculty_name {
  line-height: 18px;
  padding: 5px;
  width:200px;
  float: left;

  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.faculty_email {
  font-size: 12px;
  float: left;
  width: 180px;
  padding: 5px;
  display: none;
  background-color: #edf2f5;

  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

#profile_hover_wrapper {
  position: fixed; 
  top: 150px;
  right: 20px;
  width: 250px;
/*  border: 1px solid black; */
/*  min-height: 200px; */
}

#profile_hover_wrapper img {
  float: none;
}

.faculty_profile {
  display: none;
}

.department {
  background: #484d9a;
  color: white;
  padding: 3px 10px 3px 10px;
}

.BIOCHEM_department {
  background: #ffd401;
  color: black;
  padding: 3px 10px 3px 10px;
}

.CDB_department {
  background: #f7941d;
  color: white;
  padding: 3px 10px 3px 10px;
}

.MICRO_department {
  background: #ef4136;
  color: white;
  padding: 3px 10px 3px 10px;
}

.MIP_department {
  background: #474d8b;
  color: white;
  padding: 3px 10px 3px 10px;
}
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
/* line 5, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* TODO: Comment on modules here */
/* TAU Oct-2019 found no impact on departments content; use content_page.scss */
/* line 4, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.image-replace, .mcb-banner, .mcb-logo {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
}

/* line 12, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.clearfix, .content-wrapper, .footer-callout {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 14, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.clearfix:before, .content-wrapper:before, .footer-callout:before, .clearfix:after, .content-wrapper:after, .footer-callout:after {
  content: "";
  display: table;
}
/* line 18, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.clearfix:after, .content-wrapper:after, .footer-callout:after {
  clear: both;
}

/* line 21, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.unstyled {
  margin: 0;
  padding: 0;
}
/* line 24, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.unstyled li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* TODO: Replace these? How often are they used? */
/* line 33, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

/* line 34, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* line 35, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 37, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.callout {
  padding: 1em;
  background-color: #eef8f9;
  border: 1px solid #cae0ed;
}
/* line 41, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 44, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.off-screen {
  position: absolute;
  left: 0;
  margin-left: -1px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* TODO: Change this to a class? */
/* TODO: Rename this terrible name */
/* line 58, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
#fourth_nav {
  font-size: 14px;
  padding: 0 0 18px;
  border-bottom: 1px solid #ccc;
}
/* line 62, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
#fourth_nav li {
  display: inline;
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #ccc;
  font-size: 14px;
}
/* line 68, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
#fourth_nav li a {
  white-space: nowrap;
}
/* line 71, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
#fourth_nav .first {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}

/* TODO: Convert to useful image class */
/*
main img {
  border: 1px solid #CAE0ED;
    float: right;
    margin: 8px 0 8px 8px;
    padding: 6px;
    text-align: right;
  }
*/
/* line 91, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.button {
  display: inline-block;
  background-color: #00bacd;
  color: #fff;
  padding: 0.1em 0.5em;
  text-decoration: none;
}
/* line 97, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.button:hover {
  background-color: #333;
  color: #fff;
}

/* TODO: Split into visual cues (shadows, buttons, etc) vs functional (clearfix, etc) vs component (fourth_nav, etc) */
/* line 101, /data/rails/mcb/app/assets/stylesheets/department/includes/util.scss */
.shadow {
  box-shadow: 0px 0px 10px 3px #bbb;
}

/* line 1, /data/rails/mcb/app/assets/stylesheets/department/includes/forms.css */
.field_with_errors {
  color: #c00;
}

/* line 2, /data/rails/mcb/app/assets/stylesheets/department/includes/forms.css */
.field_with_errors input {
  border-color: #c00;
}

/* line 13, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
body {
  font: 14px/1.5 Arial, Helvetica, sans-serif;
  color: #000;
  color: #000;
  background: #fef6e4 url(/assets/main_template/mcb_background-d32a253d5496510a5f62edaeca2208dacbbf1af1dcda092fde19c051593f93ab.png) top repeat-x;
  background-attachment: fixed;
}

/* line 21, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
p {
  margin: 0 0 1em;
}

/* line 25, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
ul, ol {
  padding-left: 1.75em;
  margin: 0 0 1em;
}

/* line 26, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
li {
  margin-bottom: 0.5em;
}

/* TODO: Move h3 to h2, h4 to h3, etc etc */
/* line 29, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
h1, h2 {
  color: #02416e;
  font-size: 24px;
  line-height: 1.25;
  font-weight: normal;
  margin: 0 0 0.75em;
}

/* line 37, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
h3 {
  color: #02416e;
  font-size: 18px;
  line-height: 1.25;
  font-weight: normal;
  margin: 0 0 0.5em;
  padding-top: 0.75em;
}

/* line 46, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin: 0 0 0.5em;
}

/* line 53, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
em, i {
  font-style: italic;
}

/* line 55, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
a {
  color: #008d9c;
  text-decoration: none;
}
/* line 58, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
a:hover {
  color: #f6921e;
}

/* line 63, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
small {
  font-size: 0.9em;
}

/* line 65, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}

/* TODO: Tables need some love */
/* line 73, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
  font-size: 12px;
}

/* line 79, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
td, th {
  padding: 0.33em 0.66em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: top;
}

/* line 85, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
th {
  font-weight: bold;
  background: #eef8f9;
  text-align: left;
}

/* line 91, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
table.striped {
  background: #e1f0f4;
}

/* line 94, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
tr.striped {
  background: #eef8f9;
}

/* SECTION: BASE */
/* line 101, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.page-wrap {
  width: 960px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 10px 3px #bbb;
}

/* line 108, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mcb-banner {
  float: left;
  background: url(/assets/main_template/mcb-id-abae45ef938434e8176207fcb937067fa3bdfab9c61de8fc9d3ea2def9db2df5.png);
  width: 500px;
  height: 40px;
}

/* line 116, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.illinois-banner {
  font-size: 12px;
  float: right;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 12px 12px 0 0;
  color: #fff;
}
/* line 123, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.illinois-banner:hover {
  color: #000 !important;
}

/* SECTION: LAYOUT */
/* line 129, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.content-wrapper {
  margin-left: 246px;
  border-left: 1px solid #81dae6;
  padding-left: 2px;
}

/* line 136, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.page-sidebar {
  width: 246px;
  float: left;
  margin-left: -249px;
}

/* line 143, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mcb-logo {
  display: block;
  background-image: url(/assets/mcb_square-9d277b9571157de761ecddd26acc241674e92513d0f15bcbc65ca9d603df8e29.png);
  background-color: #00b9cc;
  width: 246px;
  height: 246px;
}

/* line 152, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.primary-nav {
  margin: 30px 15px 30px 30px;
  font-size: 18px;
  line-height: 1.2;
}
/* line 156, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.primary-nav li {
  margin: 0.5em 0;
}
/* line 157, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.primary-nav .selected {
  color: #02416E;
}
/* line 158, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.primary-nav hr {
  margin: 1em 0;
}

/* line 161, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.nav-level-1 {
  background-color: #eef8f9;
  padding: 0.25em 0.75em;
  font-size: 14px;
}

/* line 167, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.nav-level-2 {
  font-size: 13px;
  padding-left: 1.75em;
}
/* line 170, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.nav-level-2 li {
  list-style-type: square !important;
}

/* line 173, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
main {
  width: 540px;
  margin: 20px 0 20px 20px;
  float: left;
}

/* line 179, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.content-footer {
  padding: 0 30px;
}

/* SECTION: HOMEPAGE */
/* Headline images take up the whole content column with no top/left/right margin */
/* line 185, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.headline-image {
  margin: -20px -20px 20px -20px;
  display: block;
}

/* - - - old site overrides - - - */
/* line 193, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.event_time {
  width: 100px;
}

/* line 196, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.event_location {
  font-size: 12px;
  margin: 7px 0 0;
  padding: 0;
}

/* line 202, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-odd {
  background-color: #E1F0F4;
}

/* line 206, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-even {
  background-color: #EEF8F9;
}

/* line 210, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-even, .directory-odd {
  /*border: 1px solid #B6D6E0;*/
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 10px;
  width: 98%;
}

/* line 220, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-even .field_name, .directory-odd .field_name {
  float: left;
  font-weight: bold;
  margin-bottom: 4px;
  width: 200px;
}

/* line 227, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-even a, .directory-odd a {
  color: #00bbce;
  text-decoration: none;
}

/* line 232, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-even a:hover, .directory-odd a:hover {
  color: #f6921e;
}

/* line 236, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-even .field_phone, .directory-odd .field_phone {
  float: left;
  font-size: 0.9em;
  margin-bottom: 4px;
  width: 140px;
}

/* line 243, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.directory-even .field_email, .directory-odd .field_email {
  font-size: 0.9em;
  margin-bottom: 4px;
}

/* line 248, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.list_department {
  color: #333333;
  font-size: 0.92em;
  font-weight: bold;
  text-align: left;
}

/* line 255, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.list_profile_header {
  font-size: 0.9em;
  text-align: left;
}

/* line 260, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
h5 {
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 7px 0;
  padding: 0;
  text-transform: uppercase;
}

/* - - - home page specific - - - */
/* also used for hager_symposium/photo_remem */
/* line 274, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.home-slideshow {
  width: 660px;
  height: 365px;
  background: url(/assets/main_template/highlight_grad-d2ced79c7d2add6154415077dae8243b702077ce7c6ccf5f0a7b5403de720d0b.png) right top no-repeat;
}

/* line 279, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slider {
  position: relative;
  height: auto !important;
}

/* line 283, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slider .dots {
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 329px;
}
/* line 288, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slider .dots li {
  list-style: none;
  float: left;
  padding: 3px 9px;
  cursor: pointer;
  color: #00bacd;
}
/* line 294, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slider .dots li:hover {
  background: #333;
  color: #fff;
}
/* line 295, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slider .dots li.active {
  background: #00bacd;
  color: #fff;
}

/* line 299, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slide {
  display: none;
  float: left;
}

/* line 303, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slide-0 {
  display: block;
}

/* line 304, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slider.active .slide {
  display: block;
}

/* line 306, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.highlight-teaser {
  padding-right: 330px;
}
/* line 308, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.highlight-teaser .highlight-title {
  font-size: 18px;
  margin-bottom: 0.25em;
  padding-top: 0.5em;
}
/* line 313, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.highlight-teaser .highlight-image {
  font-size: 12px;
  float: right;
  width: 290px;
  margin-right: -310px;
}

/* line 322, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.footer-callout {
  background-color: #eef8f9;
  font-size: 13px;
  padding: 1.5em 0;
  margin-bottom: 4px;
}
/* line 328, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.footer-callout .col1 {
  width: 172px;
  float: left;
  margin: 0 24px 0 18px;
}
/* line 333, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.footer-callout .col2 {
  width: 315px;
  float: left;
  margin-right: 30px;
}
/* line 338, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.footer-callout .col3 {
  width: 315px;
  float: left;
}

/* line 344, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.footer-callout-header {
  font-size: 18px;
  margin-bottom: 0.5em;
}

/* line 350, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.slideshow-title {
  font-size: 18px;
  padding-top: 0.75em;
}

/* line 355, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.news-title {
  font-size: 14px;
  margin: 0;
}

/* line 359, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.news-article {
  margin-bottom: 1.5em;
}

/* line 361, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mini-news-roll .news-article {
  margin-bottom: 1em;
}
/* line 364, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mini-news-roll .news-summary {
  font-size: 11px;
}

/* line 370, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mini-calendar-roll .calendar-date-title {
  font-size: 1em;
  margin: 0;
  color: #ee4036;
}
/* line 375, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mini-calendar-roll .calendar-event {
  margin-bottom: 0.5em;
}
/* line 376, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mini-calendar-roll .calendar-event-time {
  font-size: 11px;
}
/* line 377, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.mini-calendar-roll .calendar-date {
  margin-bottom: 1.5em;
}

/* line 381, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
footer {
  padding: 16px 0 18px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
/* line 383, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
footer a:link, footer a:visited {
  color: #1b7983;
}

/* line 390, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.caption {
  font-size: 12px;
  color: #999;
}

/* line 391, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.right .caption {
  text-align: right;
}

/* line 393, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
.faculty-contact {
  width: 180px;
  font-size: 0.8em;
}

/* line 398, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
label {
  font-weight: bold;
  display: block;
}
/* line 401, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
label.inline {
  display: inline;
}

/* line 405, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
ol.form-items > li {
  margin-bottom: 0.75em;
}

/* line 408, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
form {
  margin-bottom: 2em;
}

/* line 411, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
div#remembering_lowell_hager img {
  border: 1px solid #CAE0ED;
  float: right;
  margin: 8px 0 8px 8px;
  padding: 6px;
  text-align: right;
}

/* line 420, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
form#salyers_symposium_registration {
  width: 400px;
  margin: auto;
}
/* line 424, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
form#salyers_symposium_registration div {
  margin-top: 15px;
}
/* line 428, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
form#salyers_symposium_registration input[type=submit] {
  min-width: 120px;
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*** uebele@ Apr-2020 for biochem ***/
/* seminar tables */
/* line 440, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
tbody.mid > tr > td {
  vertical-align: middle;
}

/* line 441, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
tbody.nowrap > tr > td {
  white-space: nowrap;
}

/* main index welcome page */
/* line 444, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
img#biochem-dep-head {
  margin: 0 0 0 14px;
  height: 246px;
  float: right;
}

/* line 447, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
video#biochem-stats {
  max-width: 82%;
  display: block;
  margin: 14px auto;
  border: 1px outset #8ca0b9;
}

/* line 451, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
div#biochem-social-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  margin: 14px 0 28px 0;
}
/* line 455, /data/rails/mcb/app/assets/stylesheets/department/app.scss.erb */
div#biochem-social-links a > img {
  height: 46px;
  display: block;
}

/*** for biochem ends ***/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */

