/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* line 12, ../scss/style.scss */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 13, ../scss/style.scss */
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 14, ../scss/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 15, ../scss/style.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 16, ../scss/style.scss */
audio:not([controls]) {
  display: none;
}

/* line 17, ../scss/style.scss */
[hidden] {
  display: none;
}

/* line 19, ../scss/style.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 20, ../scss/style.scss */
html, button, input, select, textarea {
  font-family: inherit;
  color: #222;
}

/* line 21, ../scss/style.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

/* line 23, ../scss/style.scss */
a:hover {
  color: #06e;
}

/* line 24, ../scss/style.scss */
a:hover, a:active {
  outline: 0;
}

/* line 26, ../scss/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 27, ../scss/style.scss */
b, strong {
  font-weight: bold;
}

/* line 28, ../scss/style.scss */
blockquote {
  margin: 0 0 0;
}

/* line 29, ../scss/style.scss */
dfn {
  font-style: italic;
}

/* line 30, ../scss/style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 31, ../scss/style.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 32, ../scss/style.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 33, ../scss/style.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 34, ../scss/style.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 35, ../scss/style.scss */
q {
  quotes: none;
}

/* line 36, ../scss/style.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 37, ../scss/style.scss */
small {
  font-size: 90%;
}

/* line 38, ../scss/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 39, ../scss/style.scss */
sup {
  top: -0.5em;
}

/* line 40, ../scss/style.scss */
sub {
  bottom: -0.25em;
}

/* line 41, ../scss/style.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 42, ../scss/style.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 43, ../scss/style.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 44, ../scss/style.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 45, ../scss/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 46, ../scss/style.scss */
figure {
  margin: 0;
}

/* line 48, ../scss/style.scss */
form {
  margin: 0;
}

/* line 49, ../scss/style.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 50, ../scss/style.scss */
label {
  cursor: pointer;
}

/* line 51, ../scss/style.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 52, ../scss/style.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 53, ../scss/style.scss */
button, input {
  line-height: normal;
}

/* line 54, ../scss/style.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 55, ../scss/style.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 56, ../scss/style.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 57, ../scss/style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 58, ../scss/style.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 59, ../scss/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 60, ../scss/style.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 62, ../scss/style.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 63, ../scss/style.scss */
.cft-form input:invalid, .cft-form textarea:invalid {
  background-color: #ffffff;
}

/* line 65, ../scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 66, ../scss/style.scss */
td {
  vertical-align: top;
}

/* line 68, ../scss/style.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* line 69, ../scss/style.scss */
.req {
  color: red;
  font-size: 1em;
}

@font-face {
  font-family: 'HeydingsCommonIconsRegular';
  src: url("heydings_icons-webfont.eot");
  src: url("heydings_icons-webfont.eot?#iefix") format("embedded-opentype"), url("heydings_icons-webfont.woff") format("woff"), url("heydings_icons-webfont.ttf") format("truetype"), url("heydings_icons-webfont.svg#HeydingsCommonIconsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*********************************
Primary Styles
*********************************/
/* line 88, ../scss/style.scss */
.column, div#main #tribe-events-event-meta .column {
  padding: 0px;
}
@media screen and (min-width: 550px) {
  /* line 88, ../scss/style.scss */
  .column, div#main #tribe-events-event-meta .column {
    width: 48.5714285714286%;
    margin-right: 2.8571428571429%;
    float: left;
    padding-bottom: 20px;
  }
}

/* line 101, ../scss/style.scss */
#content h1, .content-header h1 {
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 5px;
}

/* line 107, ../scss/style.scss */
#main-container {
  background: #ffffff;
  padding-top: 20px;
}

/* line 112, ../scss/style.scss */
#main {
  padding-bottom: 40px;
}
@media screen and (min-width: 750px) {
  /* line 112, ../scss/style.scss */
  #main {
    padding-bottom: 0;
  }
}

/* line 119, ../scss/style.scss */
#searchform {
  position: relative;
}

/* Presentational classes generated by WordPress */
/* line 124, ../scss/style.scss */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* line 125, ../scss/style.scss */
.wp-caption {
  text-align: center;
  font-style: italic;
  margin: 0 0 20px 0;
}

/* line 126, ../scss/style.scss */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 127, ../scss/style.scss */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 130, ../scss/style.scss */
span.relevanssi-query-term {
  color: #B40E1C;
  font-weight: bold;
}

/* line 135, ../scss/style.scss */
span.print-icon {
  font-family: 'HeydingsCommonIconsRegular';
  font-size: 1.5em;
}

/* line 141, ../scss/style.scss */
.banner-image {
  margin-bottom: 40px;
}

/* line 145, ../scss/style.scss */
.sub-links {
  margin-top: 40px;
}
/* line 147, ../scss/style.scss */
.sub-links h2 {
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 5px;
}
/* line 151, ../scss/style.scss */
.sub-links .caption-text {
  margin-top: 10px;
}
/* line 153, ../scss/style.scss */
.sub-links .caption-text ul {
  padding-left: 0;
}
/* line 155, ../scss/style.scss */
.sub-links .caption-text ul li {
  list-style: none;
  line-height: 1.2em;
  margin-bottom: 8px;
}

/* line 165, ../scss/style.scss */
.grid-title {
  position: relative;
  border-bottom: 1px solid #cdcac1;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.6em;
}
/* line 171, ../scss/style.scss */
.grid-title span {
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  top: 50%;
  display: inline-block;
  max-width: 80%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/**********************************
Tabs/btns/switches/toggles
***********************************/
/****button****/
/* line 189, ../scss/style.scss */
.button {
  color: #ffffff;
  background: #c81e29;
  text-align: center;
  font-weight: 700;
  display: block;
  padding: 8px;
}

/* line 198, ../scss/style.scss */
.button:hover {
  color: #ffffff;
  /* fallback/image non-cover color */
  background: #a20404;
  -webkit-box-shadow: inset 0 0 4px #2D2D2D;
  -moz-box-shadow: inset 0 0 4px #2d2d2d;
  -ms-box-shadow: inset 0 0 4px #2d2d2d;
  box-shadow: inset 0 0 4px #2D2D2D;
}

/* line 209, ../scss/style.scss */
.home-btn {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
}

/*****select box******/
/* line 220, ../scss/style.scss */
.multi-select {
  margin-left: 5px;
}

/* line 224, ../scss/style.scss */
.multi-select h3 {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0px;
}

/* line 231, ../scss/style.scss */
div#main .multi-select h3 {
  font-weight: 300;
  margin-top: 5px;
}

/* line 236, ../scss/style.scss */
.multi-select h3 a {
  padding: 3px 10px;
  margin: 0 0 0 -5px;
  background: #555555;
  color: #ffffff;
  border: 1px solid #878585;
}

/* line 246, ../scss/style.scss */
.multi-select h3 a:hover {
  background: #7c7c7c;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 255, ../scss/style.scss */
.multi-select h3 a.active-directory {
  background: #dad9d9;
  color: #353535;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.01);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.01);
}

/****Toggle****/
/* line 267, ../scss/style.scss */
div#main h3.trigger {
  margin: 0px !important;
  font-weight: 500;
  font-size: 1em;
  padding: 15px;
  padding-left: 30px;
  background-image: url("../img/shortcodes/toggle-plus.png");
  background-position: 10px center;
  background-repeat: no-repeat;
}

/* line 277, ../scss/style.scss */
h3.trigger a {
  text-decoration: none;
  display: block;
  color: #4e4e4e;
}

/* line 282, ../scss/style.scss */
h3.trigger a:hover {
  color: #0489B7;
  text-decoration: underline;
}

/* line 286, ../scss/style.scss */
h3.toggle-white {
  background-color: #FFF;
}

/* line 289, ../scss/style.scss */
h3.toggle-grey {
  background-color: #F5F5F5;
}

/* line 292, ../scss/style.scss */
.toggle_container {
  overflow: hidden;
  padding: 20px 10px;
}

/*****Tabs*******/
/* root element for tabs  */
/* line 299, ../scss/style.scss */
.tabs {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  border-bottom: 1px solid #cacaca;
  height: 30px;
}

/* single tab */
/* line 308, ../scss/style.scss */
.tabs li {
  float: left;
  display: inline-block;
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style-image: none !important;
}
/* line 315, ../scss/style.scss */
.tabs li:last-child {
  border-right: 1px solid #cacaca;
}

/* link inside the tab. uses a background image */
/* line 321, ../scss/style.scss */
.tabs a {
  background: #ececec;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  font-size: 1em;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  margin: 0px;
  position: relative;
  top: 1px;
}

/* line 339, ../scss/style.scss */
.tabs a:active {
  outline: none;
}

/* when mouse enters the tab move the background image */
/* line 344, ../scss/style.scss */
.tabs a:hover, body.page-id-2992 .tabs a:hover {
  /*background-position: -420px -31px;*/
  color: #fff;
  background: #84a3be;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
/* line 351, ../scss/style.scss */
.tabs a.current, .tabs a.current:hover, .tabs li.current a, body.page-id-2992 .tabs a.current, body.page-id-2992 .tabs a.current:hover, body.page-id-2992 .tabsli.current a {
  /*background-position: -420px -62px;*/
  cursor: default !important;
  color: #ffffff !important;
  background: #4c7090;
  height: 29px;
  /* fallback/image non-cover color */
  background-color: #4c7090;
}

/* line 362, ../scss/style.scss */
.pane {
  margin-top: 30px;
}

/* initially all panes are hidden */
/* line 367, ../scss/style.scss */
.panes .pane {
  display: none;
}

/* line 372, ../scss/style.scss */
#social-feed .tabs {
  height: 38px;
}
/* line 375, ../scss/style.scss */
#social-feed .tabs li {
  width: 33.3333%;
}
/* line 378, ../scss/style.scss */
#social-feed .tabs a {
  height: 36px;
  line-height: 36px;
  color: #4c7090;
  font-size: 1.5em;
}
/* line 383, ../scss/style.scss */
#social-feed .tabs a :hover {
  height: 36px;
  line-height: 36px;
  color: #ffffff;
}
/* line 389, ../scss/style.scss */
#social-feed .panes {
  padding: 10px;
  background: #ececec;
  height: 630px;
  margin-bottom: 40px;
}
/* line 394, ../scss/style.scss */
#social-feed .panes .pane {
  margin-top: 0;
}

/********************************* 
Header Styles
*********************************/
/* line 403, ../scss/style.scss */
#header-top {
  background: #222222;
  background: rgba(0, 0, 0, 0.8);
  height: 64px;
}
@media screen and (min-width: 949px) {
  /* line 403, ../scss/style.scss */
  #header-top {
    height: 32px;
  }
}
/* line 410, ../scss/style.scss */
#header-top img {
  display: none;
}
@media screen and (min-width: 949px) {
  /* line 410, ../scss/style.scss */
  #header-top img {
    display: inline-block;
    margin-top: 3px;
    width: 70px;
  }
}
/* line 418, ../scss/style.scss */
#header-top .secondary-links {
  float: right;
}
/* line 420, ../scss/style.scss */
#header-top .secondary-links nav {
  float: left;
  display: none;
}
@media screen and (min-width: 949px) {
  /* line 420, ../scss/style.scss */
  #header-top .secondary-links nav {
    display: block;
  }
}
/* line 428, ../scss/style.scss */
#header-top .secondary-links ul li {
  display: inline-block;
  margin-right: 20px;
}
/* line 431, ../scss/style.scss */
#header-top .secondary-links ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
/* line 439, ../scss/style.scss */
#header-top .secondary-links .search-container {
  float: right;
  color: #ffffff;
}
/* line 442, ../scss/style.scss */
#header-top .secondary-links .search-container .search-icon {
  font-size: 28px;
  line-height: 64px;
  color: #ffffff;
  padding: 0 20px;
  margin-right: -20px;
  display: block;
}
@media screen and (min-width: 949px) {
  /* line 442, ../scss/style.scss */
  #header-top .secondary-links .search-container .search-icon {
    background: #4a4a4a;
    font-size: 20px;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 0;
  }
}
/* line 456, ../scss/style.scss */
#header-top .secondary-links .search-container .search-icon.active {
  background: #393939;
}

/*
.myr1 {
  background: url("../img/building-1.jpg") no-repeat center top;
}
.myr2 {
  background: url("../img/building-2.jpg") no-repeat center top;
}
.myr3 {
  background: url("../img/building-3.jpg") no-repeat center top;
}
.myr4 {
  background: url("../img/excellent-academics.jpg") no-repeat center top;
}
.myr5 {
  background: url("../img/experiential-learning.jpg") no-repeat center top;
}
.myr6 {
  background: url("../img/cool-college-town.jpg") no-repeat center top;
}
.myr7 {
  background: url("../img/alumni-network.jpg") no-repeat center top;
}
.myr8 {
  background: url("../img/distinguished-faculty.jpg") no-repeat center top;
}
.myr9 {
  background: url("../img/beautiful-campus.jpg") no-repeat center top;
}
.myr10 {
  background: url("../img/graduation.jpg") no-repeat center top;
}
.myr11 {
  background: url("../img/education.jpg") no-repeat center top;
}
.myr12 {
  background: url("../img/leadership.jpg") no-repeat center top;
} 


*/
/* line 506, ../scss/style.scss */
#main-header {
  text-align: left;
}
@media screen and (min-width: 949px) {
  /* line 508, ../scss/style.scss */
  #main-header .container {
    margin-top: 0px;
  }
}

/* line 515, ../scss/style.scss */
.page-header {
  text-align: left;
  min-height: 200px;
  position: relative;
  background: no-repeat center center;
  background-image: url("../img/home-bg-1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 949px) {
  /* line 519, ../scss/style.scss */
  .page-header .container {
    position: relative;
    margin-top: 0px;
  }
}

/* line 533, ../scss/style.scss */
.page-header.home-header {
  background-image: url("../img/home-bg-4.jpg");
}

/* line 538, ../scss/style.scss */
.page-header.prospective-header {
  background-image: url("../img/admissions.jpg");
}

/* line 543, ../scss/style.scss */
.page-header.current-header {
  background-image: url("../img/current-students.jpg");
}

/* line 548, ../scss/style.scss */
.page-header.career-header {
  background-image: url("../img/careers-bg.jpg");
}

/* line 553, ../scss/style.scss */
.page-header.alumni-header {
  background-image: url("../img/alumni.jpg");
}

/* line 558, ../scss/style.scss */
.page-header.faculty-header {
  background-image: url("../img/faculty-4.jpg");
}

/* line 563, ../scss/style.scss */
.page-header.academic-header {
  background-image: url("../img/student-2.jpg");
}

/* line 568, ../scss/style.scss */
.page-header.about-header {
  background-image: url("../img/about-head.jpg");
}

/* line 573, ../scss/style.scss */
.page-header.news-header {
  background-image: url("../img/alumni-bg.jpg");
}

/* line 578, ../scss/style.scss */
.page-header.intellectual-life-header {
  background-image: url("../img/int-life.jpg");
}

/* line 583, ../scss/style.scss */
.default-header {
  background-image: url("../img/home-bg-1.jpg");
}

/* line 587, ../scss/style.scss */
body.single-faces .page-header, body.post-type-archive-faces .page-header {
  background-image: url("../img/faces-bg.jpg") !important;
}

/* line 592, ../scss/style.scss */
div#search-box {
  float: right;
  background: url("../img/fallback-black-bg.png");
  background: rgba(0, 0, 0, 0.8);
  height: 82px;
  margin-top: -14px;
  position: relative;
}

/* line 601, ../scss/style.scss */
div#search-box img {
  margin: 8px 0 0 8px;
}

/* line 606, ../scss/style.scss */
header.page-header div#search-box {
  margin-top: -14px;
}

/* line 610, ../scss/style.scss */
div#search-box h3 {
  float: right;
  margin: 8px 8px 5px;
  font-size: 1.1em;
  padding: 7px 10px;
  clear: both;
  color: #ffffff;
  cursor: pointer;
}

/* line 622, ../scss/style.scss */
.logo {
  width: 200px;
  margin: 0 auto 6px;
  display: block;
  margin-top: -60px;
}
@media screen and (min-width: 949px) {
  /* line 622, ../scss/style.scss */
  .logo {
    width: 295px;
    padding: 13px 10px;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    margin: 0;
    margin-top: 45px;
  }
}

/* line 638, ../scss/style.scss */
div#search-box ul {
  display: none;
  margin-top: -1px;
  float: right;
  clear: both;
  width: 150px;
  background: #353535;
  padding: 8px;
  -webkit-box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -ms-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}

/* line 657, ../scss/style.scss */
div#search-box ul li {
  margin-bottom: 8px;
}

/* line 663, ../scss/style.scss */
div#search-box ul li:last-child {
  margin-bottom: 0px;
}

/* line 667, ../scss/style.scss */
div#search-box ul li a {
  color: #ffffff;
}

/* line 673, ../scss/style.scss */
div#search-box ul li a:hover {
  color: #c81e29;
}

/* line 682, ../scss/style.scss */
.form-search input[type=text] {
  padding: 0 60px 0 20px;
  height: 48px;
  margin-bottom: 0;
}
/* line 686, ../scss/style.scss */
.form-search input[type=text]:focus {
  outline: none;
  border: none;
  background: #efefef;
}

/* line 694, ../scss/style.scss */
a.search-trigger {
  display: none;
}

/* line 697, ../scss/style.scss */
.search-nav {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100000;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background: #393939;
}
@media screen and (min-width: 949px) {
  /* line 697, ../scss/style.scss */
  .search-nav {
    width: 430px;
    left: auto;
    right: 10px;
    padding: 10px 10px;
    top: 32px;
  }
}
/* line 713, ../scss/style.scss */
.search-nav form {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
/* line 718, ../scss/style.scss */
.search-nav input[type=text] {
  padding: 0 60px 0 20px;
  height: 48px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 949px) {
  /* line 718, ../scss/style.scss */
  .search-nav input[type=text] {
    height: 34px;
  }
}
/* line 726, ../scss/style.scss */
.search-nav input[type=text]:focus {
  outline: none;
  border: none;
  background: #efefef;
}
/* line 732, ../scss/style.scss */
.search-nav #search-submit {
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  font-size: 1.8em;
  color: #c3282c;
  line-height: 48px;
  padding: 0 20px;
  border: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 949px) {
  /* line 732, ../scss/style.scss */
  .search-nav #search-submit {
    line-height: 34px;
  }
}
/* line 748, ../scss/style.scss */
.search-nav.active {
  display: block;
}

/* line 753, ../scss/style.scss */
.department-head {
  position: absolute;
  font-family: Georgia, sans-serif;
  font-size: 40px;
  line-height: 35px;
  font-style: italic;
  color: #ffffff;
  bottom: 0;
  right: 20px;
  text-shadow: 1px 1px 1px #000000;
  margin-top: 64px;
  bottom: 15px;
}
@media screen and (min-width: 949px) {
  /* line 753, ../scss/style.scss */
  .department-head {
    bottom: -40px;
  }
}

/********************************* 
Main Nav Styles
*********************************/
/* line 774, ../scss/style.scss */
#main-nav {
  position: relative;
  margin-top: 49px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 781, ../scss/style.scss */
.toggleMenu {
  display: none;
  font-size: 24px;
  line-height: 64px;
  padding: 0px 20px;
  margin-left: -20px;
  color: #fff;
}
/* line 788, ../scss/style.scss */
.toggleMenu:hover {
  background: #393939;
  color: #c3282c;
}
/* line 792, ../scss/style.scss */
.toggleMenu.active {
  background: #393939;
  color: #c3282c;
}

/* line 797, ../scss/style.scss */
li.intellectual-life .nav li.menu-about-intellectual-life {
  display: none !important;
}

/* line 800, ../scss/style.scss */
.nav {
  list-style: none;
  *zoom: 1;
}

/* line 805, ../scss/style.scss */
.nav:before,
.nav:after {
  content: " ";
  display: table;
}

/* line 811, ../scss/style.scss */
.nav:after {
  clear: both;
}

/* line 815, ../scss/style.scss */
.nav ul {
  list-style: none;
  width: 220px;
}

/* line 820, ../scss/style.scss */
.nav a {
  padding: 14px 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
/* line 826, ../scss/style.scss */
.nav a:hover {
  color: #ffffff;
}

/* line 831, ../scss/style.scss */
.nav li {
  position: relative;
}
/* line 833, ../scss/style.scss */
.nav li:hover {
  background: #787878;
}

/* line 838, ../scss/style.scss */
.nav > li {
  float: left;
}

/* line 842, ../scss/style.scss */
.nav > li > .parent {
  position: relative;
}
/* line 844, ../scss/style.scss */
.nav > li > .parent:after {
  content: "\f105";
  font-family: FontAwesome;
  right: 8px;
  font-size: 20px;
  position: absolute;
  top: 5px;
  display: none;
}

/* line 855, ../scss/style.scss */
.nav > li > a {
  display: block;
}

/* line 860, ../scss/style.scss */
.nav li ul {
  position: absolute;
  left: 0;
  display: none;
}

/* line 867, ../scss/style.scss */
.nav > li.hover > ul {
  display: block;
  background: #787878;
}

/* line 872, ../scss/style.scss */
.nav > li > .nav > li > .parent {
  position: relative;
}
/* line 874, ../scss/style.scss */
.nav > li > .nav > li > .parent:after {
  display: block;
}

/* line 879, ../scss/style.scss */
.nav li li.hover ul {
  left: 100%;
  top: 0;
}

/* line 884, ../scss/style.scss */
.nav li li:hover {
  background: #606060;
}

/* line 888, ../scss/style.scss */
.nav li li a {
  display: block;
  padding: 9px 20px;
  background: #787878;
  position: relative;
  font-size: 14px;
  font-weight: 200;
  z-index: 100;
  width: 220px;
}
/* line 897, ../scss/style.scss */
.nav li li a:hover {
  background: #606060;
  color: #ffffff;
}

/* line 903, ../scss/style.scss */
.nav ul ul {
  list-style: none;
}
@media screen and (min-width: 950px) {
  /* line 903, ../scss/style.scss */
  .nav ul ul {
    width: 180px;
  }
}

/* line 910, ../scss/style.scss */
.nav li li li a {
  background: #606060;
  z-index: 200;
  font-size: 14px;
  width: 180px;
  font-weight: 200;
}
@media screen and (min-width: 950px) {
  /* line 910, ../scss/style.scss */
  .nav li li li a {
    padding-left: 10px;
  }
}
/* line 919, ../scss/style.scss */
.nav li li li a:hover {
  background: #474747;
  color: #ffffff;
}

@media screen and (min-width: 950px) and (max-width: 1300px) {
  /* line 926, ../scss/style.scss */
  .nav li.alumni-friends ul {
    right: 0;
    left: auto;
  }

  /* line 930, ../scss/style.scss */
  .nav li.news-events ul {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 950px) and (max-width: 1019px) {
  /* line 938, ../scss/style.scss */
  .nav a {
    padding: 15px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
  }
  /* line 944, ../scss/style.scss */
  .nav a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1150px) {
  /* line 951, ../scss/style.scss */
  .nav a {
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  /* line 957, ../scss/style.scss */
  .nav a:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 949px) {
  /* line 964, ../scss/style.scss */
  .nav li ul {
    display: block;
  }

  /* line 968, ../scss/style.scss */
  .nav li ul li ul {
    display: block;
  }

  /* line 971, ../scss/style.scss */
  #main-nav {
    margin-top: 0px;
    background: #171717;
  }

  /* line 975, ../scss/style.scss */
  #header-top {
    background: #171717;
  }

  /* line 978, ../scss/style.scss */
  .nav {
    margin: 0 -20px;
  }

  /* line 981, ../scss/style.scss */
  .active {
    display: block;
  }

  /* line 984, ../scss/style.scss */
  .nav > li {
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* line 988, ../scss/style.scss */
  .nav > li > .parent {
    background-position: 95% 50%;
  }

  /* line 991, ../scss/style.scss */
  .hover .parent {
    background: #c81e29;
  }

  /* line 994, ../scss/style.scss */
  .hover .nav > li > .parent {
    background: #787878;
  }

  /* line 998, ../scss/style.scss */
  .nav li:hover {
    background: #303030;
  }

  /* line 1002, ../scss/style.scss */
  .nav > li > .nav > li > .parent:after {
    display: none;
  }

  /* line 1005, ../scss/style.scss */
  .nav li .more {
    color: #ffffff;
    text-align: right;
    font-size: 22px;
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    margin: 0;
    width: 52px;
    cursor: pointer;
    z-index: 200;
    position: relative;
    height: 52px;
    line-height: 52px;
    background: #4a4a4a;
  }
  /* line 1020, ../scss/style.scss */
  .nav li .more:after {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    top: 1px;
    right: 19px;
    color: #ffffff;
    font-size: 18px;
  }

  /* line 1032, ../scss/style.scss */
  .nav li.hover .more {
    background: #303030;
  }
  /* line 1034, ../scss/style.scss */
  .nav li.hover .more:after {
    content: "\f068";
  }
  /* line 1038, ../scss/style.scss */
  .nav li.hover li .more {
    background: #4a4a4a;
  }
  /* line 1040, ../scss/style.scss */
  .nav li.hover li .more:after {
    content: "\f067";
  }
  /* line 1045, ../scss/style.scss */
  .nav li.hover li.hover .more {
    background: #303030;
  }
  /* line 1047, ../scss/style.scss */
  .nav li.hover li.hover .more:after {
    content: "\f068";
  }

  /* line 1053, ../scss/style.scss */
  .nav li .more:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
  }

  /* line 1063, ../scss/style.scss */
  .nav ul {
    display: block;
    width: 100%;
    margin: 0;
    moz-transition: 0.2s opacity ease-in-out;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  /* line 1074, ../scss/style.scss */
  .nav li.hover ul {
    visibility: visible;
    opacity: 1;
  }

  /* line 1079, ../scss/style.scss */
  .nav li.hover ul li ul {
    visibility: hidden;
    opacity: 0;
  }

  /* line 1084, ../scss/style.scss */
  .nav li.hover ul li.hover ul {
    visibility: visible;
    opacity: 1;
  }

  /* line 1089, ../scss/style.scss */
  .nav li li a {
    padding: 14px 22px;
    color: #fff;
    font-size: 16px;
    width: auto;
  }

  /* line 1095, ../scss/style.scss */
  .nav li li li a {
    width: auto;
  }

  /* line 1098, ../scss/style.scss */
  .nav > li.hover > ul,
  .nav li li.hover ul {
    position: static;
  }
}
/*nav

body.home nav#main-nav {
	margin-top: -180px;
	
}

body.single.home nav#main-nav {
	margin-top: 0px;
	
}

nav#main-nav ul{ 
	background: url("../img/fallback-black-bg.png");
	background: rgba(0,0,0,0.8);
	position: relative;
	z-index: 2;
	

}


nav#main-nav ul li { 
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #000000;
	padding: 6px 10px;
	font-size: 1.4em;
	position: relative;



}

nav#main-nav ul li.nav-first { 
	border-top: 0px;
}

nav#main-nav ul li.nav-last { 
	border-bottom: 0px;
}

nav#main-nav ul li:hover {
	background: #c81e29;
}


nav#main-nav ul li a {
	color: #ffffff;
	display: block;
}

/***sub-menu**

.menu-arrow {
	position: absolute;
	display:none;
	background: #c81e29;
	top: 9px;
	right: -9px;
	width: 18px;
	height: 19px;
	-moz-transform: matrix(-0.6,1,0.6,1,0,0);
	-webkit-transform: matrix(-0.6,1,0.6,1,0,0);
	-o-transform: matrix(-0.6,1,0.6,1,0,0);
	-ms-transform: matrix(-0.6,1,0.6,1,0,0);
	transform: matrix(-0.6,1,0.6,1,0,0);
	-webkit-box-shadow: -3px 3px 3px #2d2d2d;
	-moz-box-shadow: -3px 3px 3px #2d2d2d;
	-ms-box-shadow: -3px 3px 3px #2d2d2d;
	box-shadow: -3px 3px 3px #2d2d2d;
	z-index:1;
}

nav#main-nav ul li ul.nav {
	position: absolute;
	display: none;
	top: 0px;
	left: 225px;
	width: 190px;
	padding: 5px 0;
	background: #2c2c2c;
	background: rgba(10,10,10,0.9);
	-webkit-box-shadow: inset 0 0 12px #000000;
	-moz-box-shadow: inset 0 0 12px #000000;
	-ms-box-shadow: inset 0 0 12px #000000;
	box-shadow: inset 0 0 12px #000000;
	z-index:-1;
	overflow: hidden;

}

nav#main-nav ul li.nav-last ul.nav {
	top: auto;
	bottom: 0px;

}

nav#main-nav ul li.academics-programs ul.nav {
	top: -141px;
	bottom: auto;

}

nav#main-nav ul li.alumni-friends ul.nav {
	top: -134px;
	bottom: auto;

}

nav#main-nav ul li:hover ul.nav, nav#main-nav ul li:hover .menu-arrow  {
	display: block;
}

nav#main-nav ul li ul li {
	font-size: 0.8em;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;
	
}

nav#main-nav ul li ul li:hover {
	background: none;
	
}

nav#main-nav ul li ul li a{
	padding: 6px 10px 6px 20px;
}


nav#main-nav ul li ul li a:hover {
	background: #4f4f4f;
}

/***sub-sub-menu**


nav#main-nav ul li ul.nav li ul.dropdown-menu {
	display:none;
	background: #474747;
	padding: 5px 0 0;

} 

nav#main-nav ul li ul.nav li ul.dropdown-menu li {
	padding: 4px 0px 4px 10px;
	
}

/***secondary*

nav#main-nav ul li.active-menu {
	background: #c81e29;
	padding-bottom: 0px;

} 

/***secnondary-sub*

/***sub-menu**

nav#main-nav ul li.active-menu ul.nav {
	position: relative;
	display:block;
	left: 0px;
	top: 0px;
	margin: 7px 0 0 -10px;
	width: 220px;
	padding: 7px 0;
	background: #787878;
	-webkit-box-shadow: inset 0 0 8px #2d2d2d;
	-moz-box-shadow: inset 0 0 8px #2d2d2d;
	-ms-box-shadow: inset 0 0 8px #2d2d2d;
	box-shadow: inset 0 0 8px #2d2d2d;
	z-index:1;
	border: none;

}

nav#main-nav ul li.active-menu ul li {
	font-size: 0.8em;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;
		
}

nav#main-nav ul li.active-menu ul li a {
	padding: 4px 10px 4px 20px;
		
}

nav#main-nav ul li.active-menu ul li:hover {
	background: none;
}

nav#main-nav ul li.active-menu ul li a:hover, nav#main-nav ul li.active-menu ul.nav li.current-menu-item ul.dropdown-menu li a:hover {
	background: #4f4f4f;
	color: #ffffff;
}



nav#main-nav ul li.active-menu ul.nav li.current-menu-parent ul.dropdown-menu, nav#main-nav ul li.active-menu ul.nav li.current-menu-item ul.dropdown-menu, nav#main-nav ul li.active-menu ul.nav li.current-page-ancestor ul.dropdown-menu, body.parent-pageid-300 nav#main-nav ul li.active-menu ul li.menu-study-abroad ul.dropdown-menu, body.parent-pageid-4405 nav#main-nav ul li.active-menu ul li.menu-study-abroad ul.dropdown-menu  {
	display:block;
	background: #787878;
	padding: 5px 0 0;
	margin: 0 5px;

}

nav#main-nav ul li.active-menu ul.nav li ul.dropdown-menu li {
	padding: 0px;
	font-size: 0.9em;
	
}
nav#main-nav ul li.active-menu ul.nav li ul.dropdown-menu li a {
   padding: 2px 10px 2px 35px;
}

nav#main-nav ul li.active-menu ul.nav li ul.dropdown-menu li a:hover {
   background: #4f4f4f;
}


nav#main-nav ul li.active-menu ul li.active a, nav#main-nav ul li.active-menu ul li ul li.current-menu-parent a, body.criminal-appeals-clinic nav#main-nav ul li.active-menu ul li.current-page-ancestor a, body.parent-pageid-300 nav#main-nav ul li.active-menu ul li.menu-study-abroad ul.dropdown-menu li.current-page-ancestor a, body.parent-pageid-4405 nav#main-nav ul li.active-menu ul li.menu-study-abroad ul.dropdown-menu li.current-page-ancestor a {
	color: #ffffff;
	background: #4f4f4f;
}

nav#main-nav ul li.active-menu ul li.active ul li a {
	color: #ffffff;
	background: #787878;
}

nav#main-nav ul li.active-menu ul li.active ul li.active a {
	color: #ffffff;
	background: #4f4f4f;
	
}
*/
/********************************* 
Aside Styles
*********************************/
@media screen and (min-width: 750px) {
  /* line 1352, ../scss/style.scss */
  .sidebar {
    display: block;
  }
}

/* line 1358, ../scss/style.scss */
.related h3, .general-widget h3 {
  background: #4c7090;
  color: #ffffff;
  font-size: 1.5em;
  padding: 10px 10px;
  margin-bottom: 0;
}
/* line 1364, ../scss/style.scss */
.related h3.sub-menu, .general-widget h3.sub-menu {
  background: #cdcdcd;
  color: #2c2c2c;
}

/* line 1370, ../scss/style.scss */
.related.sub-menu h3 {
  background: #cdcdcd;
  color: #2c2c2c;
  font-size: 1.5em;
  padding: 10px 10px;
  position: relative;
}
/* line 1376, ../scss/style.scss */
.related.sub-menu h3:after {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 18px;
  text-align: right;
  vertical-align: middle;
  right: 8px;
  position: absolute;
  margin-top: 2px;
}
/* line 1386, ../scss/style.scss */
.related.sub-menu h3.active:after {
  content: "\f068";
}
@media screen and (min-width: 750px) {
  /* line 1370, ../scss/style.scss */
  .related.sub-menu h3 {
    margin-bottom: 0;
  }
  /* line 1391, ../scss/style.scss */
  .related.sub-menu h3:after {
    display: none;
  }
}

/* line 1397, ../scss/style.scss */
.related.sub-menu ul.menu {
  display: none;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  /* line 1397, ../scss/style.scss */
  .related.sub-menu ul.menu {
    display: block;
    margin-bottom: 40px;
  }
}

/* line 1410, ../scss/style.scss */
.related.sub-menu {
  margin-bottom: 40px;
}

/* line 1415, ../scss/style.scss */
.related ul, div.general-widget ul {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 0.9em;
}

/* line 1422, ../scss/style.scss */
.related ul li {
  list-style: none;
  border-bottom: 1px solid #989898;
  padding: 8px 0 8px 10px;
  font-size: 1.1em;
}
/* line 1427, ../scss/style.scss */
.related ul li.active {
  background: #efefef;
}
/* line 1429, ../scss/style.scss */
.related ul li.active a {
  color: #09f;
}
/* line 1433, ../scss/style.scss */
.related ul li.current-menu-ancestor {
  background: #efefef;
}
/* line 1436, ../scss/style.scss */
.related ul li.current-page-ancestor {
  background: #efefef;
}

/* line 1440, ../scss/style.scss */
.related ul li a {
  font-weight: bold;
}

/* line 1445, ../scss/style.scss */
.related .dropdown-menu {
  display: none;
  margin-bottom: 0;
}
/* line 1448, ../scss/style.scss */
.related .dropdown-menu li {
  border-bottom: none;
  padding: 2px 0 2px 10px;
}
/* line 1451, ../scss/style.scss */
.related .dropdown-menu li a {
  font-weight: 500;
}
/* line 1453, ../scss/style.scss */
.related .dropdown-menu li a:hover {
  color: #09f;
}
/* line 1457, ../scss/style.scss */
.related .dropdown-menu li.current-menu-item a {
  text-decoration: underline;
}
/* line 1462, ../scss/style.scss */
.related .dropdown.active .dropdown-toggle {
  margin-bottom: 4px;
  display: block;
}
/* line 1466, ../scss/style.scss */
.related .active .dropdown-menu {
  display: block;
}
/* line 1468, ../scss/style.scss */
.related .active .dropdown-menu a {
  color: #0f5ca3;
}
/* line 1472, ../scss/style.scss */
.related .current-page-ancestor .dropdown-menu {
  display: block;
}
/* line 1474, ../scss/style.scss */
.related .current-page-ancestor .dropdown-menu .current-page-ancestor a {
  text-decoration: underline;
  color: #c81e29;
}
/* line 1479, ../scss/style.scss */
.related .current-menu-ancestor .dropdown-menu {
  display: block;
}
/* line 1481, ../scss/style.scss */
.related .current-menu-ancestor .dropdown-menu .current-menu-ancestor a {
  text-decoration: underline;
  color: #c81e29;
}

/* line 1488, ../scss/style.scss */
.intellectual-life-sub-menu ul li:first-child {
  background: #ffffff !important;
}

/* line 1492, ../scss/style.scss */
div.spotlight-ad, div.spotlight-home {
  position: relative;
  margin-bottom: 20px;
}

/* line 1497, ../scss/style.scss */
div.spotlight-ad h3 {
  background: #c81e29;
  color: #ffffff;
  font-size: 1.3em;
  padding: 10px 10px;
  margin-bottom: 0;
}

/* line 1507, ../scss/style.scss */
div.spotlight-ad .widget_sp_image-description, div.spotlight-home .widget_sp_image-description {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  background-color: #4a4c50;
  background-color: rgba(74, 76, 80, 0.8);
  padding: 5%;
  text-align: center;
  width: 100%;
  font-size: 1em;
}

/* line 1520, ../scss/style.scss */
div.spotlight-home .widget_sp_image-description {
  background-color: #4a4c50;
  background-color: rgba(45, 45, 45, 0.8);
  font-size: 1.5em;
  font-weight: bold;
  padding: 3% 5%;
}

/* line 1530, ../scss/style.scss */
div.spotlight-ad .widget_sp_image-description p, div.spotlight-home .widget_sp_image-description p {
  margin-bottom: 0px;
}

/* line 1536, ../scss/style.scss */
aside#sidebar-right {
  margin-top: 34px;
}

/* line 1540, ../scss/style.scss */
div.general-widget ul li {
  list-style: none;
  border-bottom: 1px solid #989898;
  padding: 8px 0 8px 10px;
}

/* line 1546, ../scss/style.scss */
div.when {
  font-weight: bold;
  margin-bottom: 5px;
  color: #4f4e4e;
}

/* line 1552, ../scss/style.scss */
div.general-widget ul.upcoming {
  margin-bottom: 8px;
}

/* line 1556, ../scss/style.scss */
.contact-box {
  background: #0e3d66;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 40px;
}
/* line 1561, ../scss/style.scss */
.contact-box a {
  color: #ffffff;
  text-decoration: underline;
}
/* line 1565, ../scss/style.scss */
.contact-box h3 {
  margin-bottom: 10px;
  color: #ffffff;
}
/* line 1569, ../scss/style.scss */
.contact-box p:last-child {
  margin-bottom: 0;
}

/********************************* 
Home Page Styles
*********************************/
@media screen and (max-width: 600px) {
  /* line 1581, ../scss/style.scss */
  .home-slider .img-link a h3 {
    position: relative;
  }
}

/* line 1588, ../scss/style.scss */
#news-events {
  margin-bottom: 30px;
}
/* line 1590, ../scss/style.scss */
#news-events .span-5 {
  width: 20.83333%;
}
/* line 1593, ../scss/style.scss */
#news-events .span-19 {
  width: 79.16667%;
}
/* line 1596, ../scss/style.scss */
#news-events h1 {
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 5px;
}
/* line 1600, ../scss/style.scss */
#news-events .span-12 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  /* line 1600, ../scss/style.scss */
  #news-events .span-12 {
    width: 100%;
  }
}

@media screen and (min-width: 520px) and (max-width: 749px) {
  /* line 1608, ../scss/style.scss */
  #social-feed {
    width: 47%;
    float: left;
  }
}

@media screen and (min-width: 520px) and (max-width: 749px) {
  /* line 1615, ../scss/style.scss */
  .page-template-page-homepage .mid-right {
    width: 47%;
    float: right;
  }
}

@media screen and (min-width: 575px) and (max-width: 749px) {
  /* line 1622, ../scss/style.scss */
  #spotlight .span-12 {
    width: 50%;
    border-left-width: 40px;
  }
}

/* line 1630, ../scss/style.scss */
#spotlight img {
  width: 100%;
}

/* line 1634, ../scss/style.scss */
.events-home li {
  margin-bottom: 10px;
}

/* line 1638, ../scss/style.scss */
#news-events article {
  margin-bottom: 10px;
}

/* line 1642, ../scss/style.scss */
#news-events article h1 {
  border-bottom: 0px;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 0px;
}

/* line 1652, ../scss/style.scss */
#news-events article p {
  margin-bottom: 5px;
}

/* line 1657, ../scss/style.scss */
#spotlight h2 {
  border-bottom: 1px solid #4e4e4e;
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-bottom: 5px;
}

/* line 1665, ../scss/style.scss */
#news-events ul li {
  list-style: none;
}

/* line 1669, ../scss/style.scss */
#news-events ul {
  margin-left: 0;
  padding: 0;
}

/* line 1674, ../scss/style.scss */
#news-events .event-date {
  background-color: #353535;
  border: 2px solid #909090;
  padding: 2px 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3em;
  display: block;
}

/* line 1684, ../scss/style.scss */
#news-events .event-date a {
  color: #ffffff;
  font-weight: bold;
}

/* line 1689, ../scss/style.scss */
#news-events .large-date {
  font-size: 1.2em;
}

/* line 1693, ../scss/style.scss */
#news-events .multi-date {
  float: left;
  width: 44%;
  font-size: 0.8em;
}

/* line 1698, ../scss/style.scss */
#news-events .divider {
  float: left;
  width: 12%;
  padding-top: 10px;
}

/* line 1704, ../scss/style.scss */
div#news-events h4 {
  font-size: 1em;
}

/* line 1708, ../scss/style.scss */
#faces {
  margin-bottom: 40px;
}

/* line 1712, ../scss/style.scss */
.img-link {
  margin-bottom: 40px;
}
/* line 1714, ../scss/style.scss */
.img-link img {
  width: 100%;
}
/* line 1717, ../scss/style.scss */
.img-link a {
  display: block;
  position: relative;
}
/* line 1720, ../scss/style.scss */
.img-link a h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
}

/* line 1736, ../scss/style.scss */
.featured-home a {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}

/* line 1743, ../scss/style.scss */
#at-a-glance {
  background: #efefef;
  padding: 30px 0;
}
/* line 1746, ../scss/style.scss */
#at-a-glance h3 {
  font-weight: 600;
  text-align: center;
}
/* line 1750, ../scss/style.scss */
#at-a-glance span {
  text-align: center;
  display: block;
  font-size: 1.3em;
  color: #464646;
}
/* line 1756, ../scss/style.scss */
#at-a-glance .number {
  color: #d31c1e;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

/* line 1764, ../scss/style.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 1770, ../scss/style.scss */
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 30px;
  line-height: 30px;
  margin: 5px;
  padding: 0px 9px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/*FLEXSLIDER*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 1799, ../scss/style.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 1803, ../scss/style.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1811, ../scss/style.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 1817, ../scss/style.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 1821, ../scss/style.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 1825, ../scss/style.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 1829, ../scss/style.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1837, ../scss/style.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 1840, ../scss/style.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 1843, ../scss/style.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 1849, ../scss/style.scss */
.flexslider {
  margin: 0;
  background: #ffffff;
  border: none;
  position: relative;
  zoom: 1;
}

/* line 1856, ../scss/style.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 1859, ../scss/style.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 1863, ../scss/style.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 1871, ../scss/style.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 1874, ../scss/style.scss */
.carousel li {
  margin-right: 5px;
}

/* line 1877, ../scss/style.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 1880, ../scss/style.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 10;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  cursor: pointer;
  color: #ffffff;
  background: #e41818;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1902, ../scss/style.scss */
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  content: '\f104';
  margin-left: -2px;
}

/* line 1910, ../scss/style.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f105';
  margin-left: 0px;
  margin-right: -2px;
}

/* line 1915, ../scss/style.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 1918, ../scss/style.scss */
.flex-direction-nav .flex-next {
  right: -50px;
}

/* line 1921, ../scss/style.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  left: 0px;
  color: #ffffff;
}

/* line 1927, ../scss/style.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #ffffff;
}

/* line 1932, ../scss/style.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  right: 0px;
  color: #ffffff;
}

/* line 1938, ../scss/style.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: #ffffff;
}

/* line 1943, ../scss/style.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 1949, ../scss/style.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 1962, ../scss/style.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 1968, ../scss/style.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 1971, ../scss/style.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 1974, ../scss/style.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 1980, ../scss/style.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1986, ../scss/style.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 2002, ../scss/style.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 2006, ../scss/style.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 2011, ../scss/style.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 2016, ../scss/style.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 2021, ../scss/style.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 2034, ../scss/style.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 2037, ../scss/style.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 2045, ../scss/style.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 2049, ../scss/style.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/********************************* 
Page Styles
*********************************/
/* line 2060, ../scss/style.scss */
div#main h3, div#main h4 {
  font-weight: 700;
  color: #434343;
}

/* line 2066, ../scss/style.scss */
div#main ul li, div#main ol li {
  margin-bottom: 10px;
}

/********************************* 
Table Styles
*********************************/
/* line 2073, ../scss/style.scss */
div#main table h3, div#main table h4 {
  margin: 4px 0;
}

/********************************* 
Admissions list
*********************************/
/* line 2082, ../scss/style.scss */
#admissions-grid.row {
  margin-left: -10px;
}
/* line 2085, ../scss/style.scss */
#admissions-grid .col {
  border-left-width: 10px;
  margin-bottom: 10px;
}
/* line 2089, ../scss/style.scss */
#admissions-grid a {
  display: block;
  position: relative;
  height: 100%;
}
/* line 2093, ../scss/style.scss */
#admissions-grid a h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 12;
  font-size: 2.2em;
  width: 100%;
  text-align: center;
}
/* line 2105, ../scss/style.scss */
#admissions-grid a .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 2119, ../scss/style.scss */
#admissions-grid a:hover .color-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

/* line 2127, ../scss/style.scss */
.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

/********************************* 
Directory Styles
*********************************/
/* line 2145, ../scss/style.scss */
body.post-type-archive-faculty-directory header.default-header, body.single-faculty-directory header.default-header, body.post-type-archive-staff-directory header.default-header, body.single-staff-directory header.default-header {
  background: url("../img/faculty-4.jpg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 2154, ../scss/style.scss */
header.directory-page-header {
  background: #4C7090;
  padding: 5px 10px;
  margin-bottom: 15px;
}

/* line 2160, ../scss/style.scss */
header.directory-page-header div.multi-select {
  display: inline-block;
}

/* line 2165, ../scss/style.scss */
body.post-type-archive-faculty-directory #content h1, body.page-template-page-departmental-php #content h1, body.post-type-archive-staff-directory #content h1, body.page-template-page-adjunct-archive-php #content h1, body.page-template-page-tenure-track-php #content h1 {
  border-bottom: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0px;
}

/* line 2174, ../scss/style.scss */
h2.directory-content-header {
  border-bottom: 1px solid #4E4E4E;
}

/* line 2179, ../scss/style.scss */
div#main ul.directory-list li {
  list-style: none;
  margin-bottom: 30px;
}

/* line 2185, ../scss/style.scss */
ul.directory-list {
  padding: 15px 0 0 0;
  position: relative;
  margin-right: 0;
}

/* line 2191, ../scss/style.scss */
a.tenure-link {
  float: right;
  right: 15px;
  margin-top: -38px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  /* line 2191, ../scss/style.scss */
  a.tenure-link {
    float: none;
    margin: 0 0 15px;
  }
}

/* line 2202, ../scss/style.scss */
ul.directory-list li h3 {
  font-size: 1em;
  margin-bottom: 10px;
}

/* line 2207, ../scss/style.scss */
#full-time {
  position: relative;
}

/* line 2211, ../scss/style.scss */
div#main ul.directory-list li h4 {
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 2217, ../scss/style.scss */
div.bio-thumb {
  float: left;
  width: 30%;
  margin-right: 3%;
}
/* line 2221, ../scss/style.scss */
div.bio-thumb img {
  width: 100%;
}

@media screen and (min-width: 425px) and (max-width: 900px) {
  /* line 2226, ../scss/style.scss */
  ul.directory-list .span-8 {
    width: 50%;
  }
  /* line 2229, ../scss/style.scss */
  ul.directory-list .span-8:nth-child(3n+4) {
    clear: none;
  }
  /* line 2232, ../scss/style.scss */
  ul.directory-list .span-8:nth-child(2n+1) {
    clear: left;
  }
}

/* line 2238, ../scss/style.scss */
div.bio-short-meta {
  float: left;
  width: 67%;
}

/* line 2243, ../scss/style.scss */
article.faculty-directory h1.entry-title, article.staff-directory h1.entry-title {
  padding-top: 15px;
}

/* line 2248, ../scss/style.scss */
body.single-faculty-directory aside#sidebar-right, body.single-staff-directory aside#sidebar-right {
  margin-top: 64px;
}

/* line 2252, ../scss/style.scss */
article.faculty-directory aside, article.staff-directory aside {
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 2258, ../scss/style.scss */
div#bio-image {
  float: left;
  width: 25%;
  margin-right: 5%;
}
@media screen and (max-width: 425px) {
  /* line 2258, ../scss/style.scss */
  div#bio-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 2267, ../scss/style.scss */
  div#bio-image img {
    width: 100%;
  }
}

/* line 2273, ../scss/style.scss */
div#bio-meta {
  float: left;
  width: 70%;
}
@media screen and (max-width: 425px) {
  /* line 2273, ../scss/style.scss */
  div#bio-meta {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* line 2283, ../scss/style.scss */
div#bio-meta h3 {
  font-size: 1em;
  margin-bottom: 10px;
}

/* line 2288, ../scss/style.scss */
div.contact-details {
  padding: 10px 0 15px;
}

/* line 2292, ../scss/style.scss */
div#bio-meta dt {
  float: left;
  clear: left;
  font-weight: bold;
  width: 100px;
}

/* line 2299, ../scss/style.scss */
div#bio-meta dd {
  padding: 0;
  margin-left: 110px;
  margin-bottom: 0px;
}

/* line 2305, ../scss/style.scss */
body.single-faculty-directory nav#main-nav ul li ul.nav li.menu-directories ul.dropdown-menu, body.single-staff-directory nav#main-nav ul li ul.nav li.menu-directories ul.dropdown-menu {
  display: block;
  background: #787878;
  padding: 5px 0 0;
  margin: 0 5px;
}

/* line 2312, ../scss/style.scss */
body.single-faculty-directory nav#main-nav ul li ul.nav li.menu-directories ul.dropdown-menu li.menu-faculty-directory a, body.single-staff-directory nav#main-nav ul li ul.nav li.menu-directories ul.dropdown-menu li.menu-staff-directory a {
  background: #4f4f4f;
}

/* line 2316, ../scss/style.scss */
div#wpcf-field-quote {
  background: url("../img/quote.png") no-repeat left top;
  font-style: italic;
  padding: 15px 0 10px 0;
}

/* line 2322, ../scss/style.scss */
div.wpcf-field-quote-value {
  text-indent: 37px;
}

/* line 2327, ../scss/style.scss */
div.wpcf-field-name-year {
  font-weight: bold;
}

/*********************************
Faces
*********************************/
/* line 2335, ../scss/style.scss */
.single-face header {
  background: #0e3d66;
  padding: 10px;
  margin-bottom: 0;
}
/* line 2339, ../scss/style.scss */
.single-face header h1 {
  margin-bottom: 0;
  color: #ffffff;
}
/* line 2344, ../scss/style.scss */
.single-face #faces-image {
  text-align: center;
  background: #f6f6f6;
}
/* line 2348, ../scss/style.scss */
.single-face #faces-meta {
  padding: 10px;
  background: #c3d1dd;
  margin-bottom: 0;
}
/* line 2352, ../scss/style.scss */
.single-face #faces-meta dl {
  margin-bottom: 0;
}
/* line 2356, ../scss/style.scss */
.single-face #faces-meta dt {
  float: left;
  clear: left;
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  /* line 2356, ../scss/style.scss */
  .single-face #faces-meta dt {
    float: none;
  }
}
/* line 2365, ../scss/style.scss */
.single-face #faces-meta dd {
  float: left;
}
@media screen and (max-width: 650px) {
  /* line 2365, ../scss/style.scss */
  .single-face #faces-meta dd {
    float: none;
  }
}
/* line 2372, ../scss/style.scss */
.single-face .entry-content {
  padding: 20px 10px 10px;
  background: #efefef;
  margin-top: 0;
  font-size: 1.05em;
}
/* line 2378, ../scss/style.scss */
.single-face .faces-nav {
  text-align: center;
  color: #ffffff;
  padding: 10px;
  background: #4e4e4e;
  line-height: 20px;
}
/* line 2384, ../scss/style.scss */
.single-face .faces-nav a {
  color: #ffffff;
  font-weight: bold;
}
/* line 2387, ../scss/style.scss */
.single-face .faces-nav a.faces-home {
  font-size: 20px;
}

/* line 2394, ../scss/style.scss */
.faces-grid {
  margin-bottom: 40px;
}
/* line 2396, ../scss/style.scss */
.faces-grid .row {
  margin-left: -5px;
}
/* line 2398, ../scss/style.scss */
.faces-grid .row .col {
  margin-left: 0;
  border-left-width: 5px;
  margin-bottom: 5px;
}
/* line 2402, ../scss/style.scss */
.faces-grid .row .col a {
  display: block;
  position: relative;
  background: #000000;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 2410, ../scss/style.scss */
.faces-grid .row .col a img {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  opacity: 1;
}
/* line 2417, ../scss/style.scss */
.faces-grid .row .col a img:hover {
  opacity: 0.4;
}
/* line 2421, ../scss/style.scss */
.faces-grid .row .col a h3 {
  position: absolute;
  bottom: 10px;
  padding: 0 5px;
  color: #ffffff;
  margin-bottom: 0;
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 2421, ../scss/style.scss */
  .faces-grid .row .col a h3 {
    position: relative;
    background: #000000;
    display: block;
    padding: 8px 8px 0;
  }
}
/* line 2435, ../scss/style.scss */
.faces-grid .row .col a:hover h3 {
  display: block;
}
/* line 2441, ../scss/style.scss */
.faces-grid .row .span-6:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 750px) {
  /* line 2440, ../scss/style.scss */
  .faces-grid .row .span-6 {
    width: 50%;
  }
  /* line 2446, ../scss/style.scss */
  .faces-grid .row .span-6:nth-child(2n+1) {
    clear: left;
  }
}

/* line 2453, ../scss/style.scss */
#faces.faces-grid {
  position: relative;
  height: 100%;
}
/* line 2456, ../scss/style.scss */
#faces.faces-grid h3.faces-head {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 12;
  font-size: 5.2em;
  text-shadow: 0px 0px 5px #494949;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  /* line 2456, ../scss/style.scss */
  #faces.faces-grid h3.faces-head {
    display: block !important;
  }
}
/* line 2480, ../scss/style.scss */
#faces.faces-grid:hover h3.faces-head {
  opacity: 0;
  visibility: hidden;
}
/* line 2484, ../scss/style.scss */
#faces.faces-grid .row {
  margin-left: 0;
}
/* line 2487, ../scss/style.scss */
#faces.faces-grid .col {
  border-left-width: 0px;
  margin-bottom: 0px;
}
/* line 2491, ../scss/style.scss */
#faces.faces-grid .col a img {
  opacity: 0.8;
}
/* line 2497, ../scss/style.scss */
#faces.faces-grid .span-8:nth-child(3n+4) {
  clear: left;
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  /* line 2496, ../scss/style.scss */
  #faces.faces-grid .span-8 {
    width: 50%;
  }
  /* line 2502, ../scss/style.scss */
  #faces.faces-grid .span-8:nth-child(3n+4) {
    clear: none;
  }
}
/* line 2508, ../scss/style.scss */
#faces.faces-grid:hover .col a img {
  opacity: 1;
}
/* line 2510, ../scss/style.scss */
#faces.faces-grid:hover .col a img:hover {
  opacity: 0.4;
}
/* line 2514, ../scss/style.scss */
#faces.faces-grid h3 {
  color: #ffffff !important;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  /* line 2514, ../scss/style.scss */
  #faces.faces-grid h3 {
    display: none;
  }
}

/*********************************
Testimonials
*********************************/
/* line 2526, ../scss/style.scss */
.testimonial {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

/*********************************
CLE
*********************************/
/* line 2534, ../scss/style.scss */
.upcoming-seminars {
  margin: 40px 0;
}
/* line 2536, ../scss/style.scss */
.upcoming-seminars h3 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 5px;
}
/* line 2541, ../scss/style.scss */
.upcoming-seminars h4 {
  font-size: 1.2em;
  margin-bottom: 0px;
}
/* line 2545, ../scss/style.scss */
.upcoming-seminars .month {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 5px;
}
/* line 2548, ../scss/style.scss */
.upcoming-seminars .month h3 {
  border-bottom: none;
  margin-bottom: 20px;
  padding: 0;
}
/* line 2554, ../scss/style.scss */
.upcoming-seminars .month h4 a {
  color: #0f5ca3;
}

/* line 2560, ../scss/style.scss */
#ccoptin {
  position: relative;
}
/* line 2562, ../scss/style.scss */
#ccoptin input {
  border: none;
  margin: 0;
  height: 35px;
}
/* line 2566, ../scss/style.scss */
#ccoptin input.text {
  padding: 0 5px;
  width: 100%;
}
/* line 2570, ../scss/style.scss */
#ccoptin input.submit {
  top: 0;
  right: 0;
  position: absolute;
  background: #4c7090;
  color: #ffffff;
  font-weight: bold;
}

/* line 2581, ../scss/style.scss */
.seminar-head {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
/* line 2582, ../scss/style.scss */
.seminar-head h2 {
  margin-bottom: 0px;
}
/* line 2585, ../scss/style.scss */
.seminar-head h4 {
  margin-bottom: 5px;
  font-size: 1.1em;
}
/* line 2589, ../scss/style.scss */
.seminar-head .location {
  display: block;
  margin-bottom: 10px;
}
/* line 2593, ../scss/style.scss */
.seminar-head .register {
  margin-bottom: 15px;
}
/* line 2594, ../scss/style.scss */
.seminar-head .register a {
  font-weight: bold;
  color: #c3282c;
}

/* line 2603, ../scss/style.scss */
.cle-section {
  padding-top: 15px;
}

/* line 2606, ../scss/style.scss */
.cle-menu {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  /* line 2608, ../scss/style.scss */
  .cle-menu ul {
    list-style-type: disc;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
  }
}
/* line 2616, ../scss/style.scss */
.cle-menu li {
  margin-bottom: 0.25em !important;
}

/*********************************
Student Database Styles
*********************************/
/* line 2632, ../scss/style.scss */
div#col-1.col {
  margin-right: 20px;
}

/* line 2636, ../scss/style.scss */
div#col-2.col {
  margin-right: 0px;
}

/* line 2640, ../scss/style.scss */
div.student-bio {
  width: 326px;
  background: #f3f3f3;
  min-height: 163px;
  padding: 7px 7px 0;
  margin-bottom: 20px;
}

/* line 2648, ../scss/style.scss */
div.student-meta {
  width: 195px;
  float: left;
}

/* line 2653, ../scss/style.scss */
div.student-meta p {
  margin-bottom: 7px;
}

/* line 2657, ../scss/style.scss */
div.student-image {
  float: right;
  padding-bottom: 7px;
}

/* line 2662, ../scss/style.scss */
#gsrb-controls {
  background-color: #4c7090;
  padding: 7px;
  margin-bottom: 20px;
}

/* line 2668, ../scss/style.scss */
#gsrb-controls, #gsrb-controls a {
  color: #ffffff;
}

/* line 2672, ../scss/style.scss */
#gsrb-controls a.active {
  color: #2c2c2c;
}

/* line 2676, ../scss/style.scss */
.gsrb-selection {
  float: right;
  margin-top: -6px;
}

/* line 2681, ../scss/style.scss */
body.post-type-archive-student-resumes nav#main-nav ul li ul.nav li.menu-student-resources ul.dropdown-menu, body.post-type-archive-student-resumes nav#main-nav ul li ul.nav li.menu-employer-resources ul.dropdown-menu, body.student-resumes-latest nav#main-nav ul li ul.nav li.menu-student-resources ul.dropdown-menu, body.student-resumes-latest nav#main-nav ul li ul.nav li.menu-employer-resources ul.dropdown-menu, body.tax-practice-area nav#main-nav ul li ul.nav li.menu-student-resources ul.dropdown-menu, body.tax-practice-area nav#main-nav ul li ul.nav li.menu-employer-resources ul.dropdown-menu {
  display: block;
  background: #787878;
  padding: 5px 0 0;
  margin: 0 5px;
}

/* line 2689, ../scss/style.scss */
body.post-type-archive-student-resumes nav#main-nav ul li ul.nav li.menu-student-resources ul.dropdown-menu li.menu-graduating-students-resume-bank a, body.post-type-archive-student-resumes nav#main-nav ul li ul.nav li.menu-employer-resources ul.dropdown-menu li.menu-graduating-students-resume-bank a, body.student-resumes-latest nav#main-nav ul li ul.nav li.menu-student-resources ul.dropdown-menu li.menu-graduating-students-resume-bank a, body.student-resumes-latest nav#main-nav ul li ul.nav li.menu-employer-resources ul.dropdown-menu li.menu-graduating-students-resume-bank a, body.tax-practice-area nav#main-nav ul li ul.nav li.menu-student-resources ul.dropdown-menu li.menu-graduating-students-resume-bank a, body.tax-practice-area nav#main-nav ul li ul.nav li.menu-employer-resources ul.dropdown-menu li.menu-graduating-students-resume-bank a {
  background: #4f4f4f;
}

/* line 2693, ../scss/style.scss */
body.post-type-archive-student-resumes header.default-header, body.student-resumes-latest header.default-header, body.tax-practice-area header.default-header {
  background: url("../img/career-head.jpg") no-repeat center top;
}

/********************************* 
Calendar Styles
*********************************/
/* line 2701, ../scss/style.scss */
#tribe-events-pg-template {
  max-width: none !important;
}

/* line 2705, ../scss/style.scss */
#tribe-events-content {
  position: relative;
  margin-bottom: 48px;
  padding: 1px 0px;
}
/* line 2709, ../scss/style.scss */
#tribe-events-content h1 {
  font-size: 1.8em;
}

/* line 2714, ../scss/style.scss */
#tribe-events-loop .tribe-events-event-entry p, #tribe-events-loop .tribe-events-event-entry p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6em;
}

/* line 2720, ../scss/style.scss */
#main .upcoming .hentry {
  margin: 0;
  padding: 0 0 15px 0 !important;
  border-top: 1px solid #989898;
}

/* line 2726, ../scss/style.scss */
#main .upcoming #tribe-events-calendar-header {
  margin-bottom: 20px;
}

/* line 2730, ../scss/style.scss */
.tribe-events-event-list-meta tbody tr:nth-child(even) td, tbody tr.even td {
  background: none;
}

/* line 2734, ../scss/style.scss */
#main .entry-title a {
  color: #0F5CA3;
}

/* line 2738, ../scss/style.scss */
body.events-archive nav#main-nav ul li.menu-events a, body.events-single nav#main-nav ul li.menu-events a {
  background: #4f4f4f;
}

/* line 2743, ../scss/style.scss */
div#main .tribe-events-calendar-buttons a.tribe-events-button-on {
  background: #4c7090;
}

/* line 2747, ../scss/style.scss */
span.print-this {
  position: absolute;
  top: -35px;
  right: 0px;
  margin-bottom: 20px;
}

/* line 2754, ../scss/style.scss */
.container #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-size: 11px;
}

/* line 2757, ../scss/style.scss */
.tribe-events-calendar td .tribe-events-event.cat_priority a {
  color: #c81e29;
  font-weight: bold;
}

/* line 2762, ../scss/style.scss */
.tribe-events-calendar td .tribe-events-category-priority a {
  color: #c81e29;
  font-weight: bold;
}

/* line 2767, ../scss/style.scss */
.container .tribe-events-event-meta .column, .container .tribe-events-event-meta .tribe-events-meta-group {
  width: 33.3333%;
  padding: 0 2%;
  margin-bottom: 0;
}

/* line 2773, ../scss/style.scss */
.single-tribe_events #content .tribe-events-event-meta {
  border: none;
  background: #efefef;
}

/* line 2778, ../scss/style.scss */
.single-tribe_events #content .tribe-events-event-meta {
  font-size: 13px;
}

/* line 2782, ../scss/style.scss */
#content .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 15px;
}

/* line 2786, ../scss/style.scss */
.tribe-events-notices.priority {
  border: 2px solid #fbc2c4;
  background: #fbe3e4;
  color: #8a1f11;
  font-weight: bold;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #e1e1e1;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  clear: both;
}

/* line 2799, ../scss/style.scss */
.tribe-events-notices.parking {
  border: 2px solid;
  font-weight: bold;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  clear: both;
}
/* line 2807, ../scss/style.scss */
.tribe-events-notices.parking a {
  color: #d42f33;
}

/* line 2812, ../scss/style.scss */
.tribe-events-meta-group-other {
  display: none !important;
}

/* line 2816, ../scss/style.scss */
.tribe-events-tooltip .tribe-events-event-thumb {
  margin-bottom: 5px;
}

/* line 2821, ../scss/style.scss */
#content .tribe-events-event-image img {
  /*max-width: 100%;*/
  height: auto;
  max-width: 700px;
}

/* line 2827, ../scss/style.scss */
#content .tribe-events-event-image {
  text-align: center;
}

/* line 2831, ../scss/style.scss */
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #0f5ca3;
}

/* line 2836, ../scss/style.scss */
#content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #content #tribe-events-header .tribe-events-sub-nav li {
  display: block;
}

/* line 2840, ../scss/style.scss */
#tribe-geo-results #content h2.tribe-events-page-title, #content h2.tribe-events-page-title {
  font-size: 30px;
  font-weight: 300;
  border-bottom: 1px solid #cacaca;
}

/* line 2846, ../scss/style.scss */
#tribe-events-header {
  position: relative;
  margin-top: 40px;
}

/* line 2851, ../scss/style.scss */
#content #tribe-events-bar {
  margin-bottom: 0;
}

/* line 2855, ../scss/style.scss */
#my-events {
  display: none;
}

/* line 2859, ../scss/style.scss */
.tribe-events-community-details .recurrence-row {
  display: none;
}

/* line 2863, ../scss/style.scss */
.tribe-events-community-details tbody tr:nth-child(even) td, .tribe-events-community-details tbody tr.even td {
  background: transparent;
}

/* line 2867, ../scss/style.scss */
.tribe-events-community-details tbody tr:nth-child(odd) td, .tribe-events-community-details tbody tr.odd td {
  background: transparent;
}

/* line 2871, ../scss/style.scss */
#tribe-community-events .tribe-events-community-footer, #tribe-community-events p.login-submit {
  margin-bottom: 20px;
}

/* line 2875, ../scss/style.scss */
#tribe-community-events input.button {
  border: none !important;
  font-size: 20px;
  padding: 5px 10px;
}

/* line 2881, ../scss/style.scss */
#tribe-community-events label.error {
  background: transparent;
  padding: 0;
  border: none;
}

/* line 2887, ../scss/style.scss */
.location-left {
  float: left;
  width: 40%;
  margin-bottom: 20px;
}

/* line 2892, ../scss/style.scss */
.location-middle {
  float: left;
  width: 20%;
  text-align: center;
}

/* line 2897, ../scss/style.scss */
.location-right {
  float: left;
  width: 40%;
}

/*********************************
CLC
*********************************/
/* root element for tabs  */
/* line 2907, ../scss/style.scss */
ul.clc-nav {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #cacaca;
  height: 30px;
}

/* single tab */
/* line 2916, ../scss/style.scss */
ul.clc-nav li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style-image: none !important;
  background: #e0e8f0;
  position: relative;
}

/* line 2926, ../scss/style.scss */
ul.clc-nav a {
  /*background: url(../img/shortcodes/tab-bg.png) no-repeat -420px 0;*/
  border: 1px solid #cacaca;
  font-size: 1em;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  margin: 0px;
  position: relative;
  top: 1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2948, ../scss/style.scss */
ul.clc-nav a:active {
  outline: none;
}

/* when mouse enters the tab move the background image */
/* line 2955, ../scss/style.scss */
ul.clc-nav li:hover a {
  /*background-position: -420px -31px;*/
  background: #4c7090;
  color: #ffffff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
/* line 2962, ../scss/style.scss */
ul.clc-nav li.active, ul.clc-nav li.active:hover, ul.clc-nav li.current-menu-parent {
  /*background-position: -420px -62px;*/
  color: #000;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.01);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.01);
  background: #ffffff;
  height: 29px;
  border-bottom: 0;
}

/* line 2974, ../scss/style.scss */
ul.clc-nav li.active a {
  height: 29px;
  border-bottom: 0;
  background-color: #ffffff;
  /* Safari 4+, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f44242), to(#b40e1c));
  /* Safari 5.1+, Mobile Safari, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #dedede, #ffffff);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #f44242, #b40e1c);
  /* IE 10+ */
  background-image: -ms-linear-gradient(top, #f44242, #b40e1c);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #f44242, #b40e1c);
}

/* line 2995, ../scss/style.scss */
ul.clc-nav ul.dropdown-menu {
  display: none;
}

/* line 2999, ../scss/style.scss */
ul.clc-nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  position: absolute;
  width: 190px;
  padding: 5px 0;
  background: #4c7090;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

/* line 3010, ../scss/style.scss */
ul.clc-nav li.dropdown:hover ul.dropdown-menu a, ul.clc-nav li.dropdown:hover ul.dropdown-menu li {
  background: #4c7090;
  color: #ffffff;
  border: 0;
}

/* line 3017, ../scss/style.scss */
ul.clc-nav li.active:hover a {
  background: #4c7090;
  color: #ffffff;
  border-bottom: 0;
}

/* line 3025, ../scss/style.scss */
ul.clc-nav li.current-menu-parent a {
  height: 29px;
  border-bottom: 0;
  background-color: #ffffff;
  /* Safari 4+, Chrome 1-9 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f44242), to(#b40e1c));
  /* Safari 5.1+, Mobile Safari, Chrome 10+ */
  background-image: -webkit-linear-gradient(top, #dedede, #ffffff);
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(top, #f44242, #b40e1c);
  /* IE 10+ */
  background-image: -ms-linear-gradient(top, #f44242, #b40e1c);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(top, #f44242, #b40e1c);
}

/* line 3048, ../scss/style.scss */
ul.clc-nav li.current-menu-parent:hover a {
  background: #4c7090;
  color: #ffffff;
}

/* line 3055, ../scss/style.scss */
ul.clc-nav ul.dropdown-menu li.active, ul.clc-nav ul.dropdown-menu li.active:hover, ul.clc-nav li.active ul.dropdown-menu li, ul.clc-nav li.active ul.dropdown-menu li.active {
  /*background-position: -420px -62px;*/
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 29px;
  border-bottom: 0;
}

/* line 3066, ../scss/style.scss */
body.page-template-page-clc-php nav#main-nav ul li.menu-clinics a {
  background: #4f4f4f;
}

/* line 3070, ../scss/style.scss */
a.clc-donate {
  font-size: 1.4em;
  padding: 8px;
  margin: 20px 0px;
  display: inline-block;
}

/*********************************
Contact Form Styles
*********************************/
/* line 3080, ../scss/style.scss */
input.wpcf7-text, input.wpcf7-email {
  height: 30px;
  padding: 0px 25px 0px 10px;
}

/* line 3087, ../scss/style.scss */
input.wpcf7-file {
  height: 30px;
  padding: 10px 0px;
}

/* line 3094, ../scss/style.scss */
input.wpcf7-submit {
  border: 0;
  padding: 5px;
}

/* line 3099, ../scss/style.scss */
div.wpcf7-response-output {
  margin: 2em 0em !important;
  font-size: 1em;
  padding: 0.2em 1em;
  font-weight: bold;
  color: #ffffff;
}

/* line 3107, ../scss/style.scss */
div.wpcf7-mail-sent-ok {
  background: #1c793f;
  color: #ffffff;
}

/* line 3112, ../scss/style.scss */
div.wpcf7-mail-sent-ng {
  border: 0px !important;
  background: #c93d3d;
}

/* line 3117, ../scss/style.scss */
div.wpcf7-spam-blocked {
  border: 0px !important;
  background: #c93d3d;
}

/* line 3122, ../scss/style.scss */
div.wpcf7-validation-errors {
  border: 0px !important;
  background: #c93d3d;
}

/* line 3127, ../scss/style.scss */
span.wpcf7-form-control-wrap {
  position: relative;
}

/* line 3131, ../scss/style.scss */
span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  background: #c93d3d !important;
  border: 0px !important;
  font-size: 10pt;
  width: 280px;
  color: #ffffff;
  padding: 2px;
}

/* line 3144, ../scss/style.scss */
span.wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}

/********************************* 
Placement Styles
*********************************/
/* line 3154, ../scss/style.scss */
table.placement-list span.more {
  float: right;
}

/* line 3158, ../scss/style.scss */
tr.head td {
  cursor: pointer;
  color: #0f5ca3;
}

/* line 3163, ../scss/style.scss */
div.placement-head {
  font-weight: bold;
  color: #0f5ca3;
  cursor: pointer;
}

/* line 3169, ../scss/style.scss */
div.placement-body {
  margin-top: 10px;
}

/* line 3173, ../scss/style.scss */
table.placement-list .p-title {
  width: 62%;
}

/* line 3176, ../scss/style.scss */
table.placement-list .p-type {
  width: 14%;
}

/* line 3180, ../scss/style.scss */
table.placement-list .p-city {
  width: 14%;
}

/* line 3183, ../scss/style.scss */
table.placement-list .p-state {
  width: 5%;
}

/********************************* 
News Styles
*********************************/
/* line 3191, ../scss/style.scss */
div.news-list h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

/* line 3196, ../scss/style.scss */
div.news-list.cp-sidebar h2 {
  font-size: 1em;
  margin-bottom: 10px;
}

/* line 3201, ../scss/style.scss */
div.news-list.cp-sidebar {
  margin-top: 20px;
}

/* line 3205, ../scss/style.scss */
div.news-list.cp-sidebar h3 {
  margin-bottom: 10px;
}

/* line 3210, ../scss/style.scss */
article.post time {
  color: #838383;
}

/* line 3214, ../scss/style.scss */
div.entry-content {
  margin-top: 10px;
}

/* line 3218, ../scss/style.scss */
h1.entry-title {
  font-size: 2em;
  line-height: 1em;
}

/* line 3224, ../scss/style.scss */
article.post footer {
  padding-top: 10px;
  border-top: 1px solid #a4a4a4;
}

/* line 3229, ../scss/style.scss */
body.blog header.default-header, body.single header.default-header, body.category header.default-header {
  background-image: url("../img/news-events-head.jpg");
}

/* line 3233, ../scss/style.scss */
body.single-post li.menu-news a {
  background: #4f4f4f;
}

/********************************
Clinical Programs
********************************/
/* line 3240, ../scss/style.scss */
#cp-donate.button {
  width: 100%;
  display: block;
  text-align: center;
  padding: 7px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/********************************
Intellectual Life
********************************/
/* line 3252, ../scss/style.scss */
.int-life-feeds header h3 {
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

/* line 3258, ../scss/style.scss */
.fac-spotlight h4 {
  font-weight: 700;
  font-size: 1.4em;
}

/*********************************
Pagination
*********************************/
/* line 3267, ../scss/style.scss */
div.pagination .next, div.pagination .prev {
  float: none;
  text-align: left;
  font-weight: bold;
}

/* line 3274, ../scss/style.scss */
div.pagination {
  margin: 15px 0 35px;
  text-align: center;
}

/* line 3279, ../scss/style.scss */
div.pagination .current {
  color: #ffffff;
  background: #4c7090;
}

/* line 3284, ../scss/style.scss */
.page-numbers {
  border: solid 1px #DDDDDD;
  margin-right: 2px;
  padding: 4px 7px;
}

/* line 3289, ../scss/style.scss */
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
  color: #666666;
  display: block;
  float: left;
  font-weight: bold;
  padding: 3px 4px;
}

/* line 3297, ../scss/style.scss */
#pagination-flickr .next a,
#pagination-flickr .previous a {
  font-weight: bold;
  border: solid 1px #FFFFFF;
}

/* line 3302, ../scss/style.scss */
#pagination-flickr .active {
  color: #ff0084;
  font-weight: bold;
  display: block;
  float: left;
  padding: 4px 6px;
}

/* line 3309, ../scss/style.scss */
#pagination-flickr a:link,
#pagination-flickr a:visited {
  color: #0063e3;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}

/* line 3317, ../scss/style.scss */
#pagination-flickr a:hover {
  border: solid 1px #666666;
}

/*****************************
Slider
*****************************/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
/* line 3334, ../scss/style.scss */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* line 3340, ../scss/style.scss */
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

/* line 3346, ../scss/style.scss */
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */
/* line 3353, ../scss/style.scss */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}

/* The slices and boxes in the Slider */
/* line 3366, ../scss/style.scss */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

/* line 3373, ../scss/style.scss */
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

/* line 3379, ../scss/style.scss */
.nivo-box img {
  display: block;
}

/* Caption styles */
/* line 3382, ../scss/style.scss */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 3400, ../scss/style.scss */
.nivo-caption p {
  padding: 5px;
  margin: 0;
}

/* line 3404, ../scss/style.scss */
.nivo-caption a {
  display: inline !important;
}

/* line 3407, ../scss/style.scss */
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
/* line 3411, ../scss/style.scss */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

/* line 3417, ../scss/style.scss */
.nivo-prevNav {
  left: 0px;
}

/* line 3420, ../scss/style.scss */
.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
/* line 3424, ../scss/style.scss */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

/* line 3428, ../scss/style.scss */
.nivo-controlNav a {
  cursor: pointer;
}

/* line 3431, ../scss/style.scss */
.nivo-controlNav a.active {
  font-weight: bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
/* line 3445, ../scss/style.scss */
.theme-default .nivoSlider {
  position: relative;
  background: #fff url(loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/* line 3453, ../scss/style.scss */
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

/* line 3459, ../scss/style.scss */
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}

/* line 3464, ../scss/style.scss */
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

/* line 3468, ../scss/style.scss */
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

/* line 3477, ../scss/style.scss */
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}

/* line 3481, ../scss/style.scss */
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 3494, ../scss/style.scss */
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}

/* line 3495, ../scss/style.scss */
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

/* line 3499, ../scss/style.scss */
.theme-default a.nivo-prevNav {
  left: 15px;
}

/* line 3503, ../scss/style.scss */
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 3506, ../scss/style.scss */
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/* line 3510, ../scss/style.scss */
.theme-default .nivo-caption a:hover {
  color: #fff;
}

/* line 3514, ../scss/style.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

/* line 3517, ../scss/style.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

/* line 3523, ../scss/style.scss */
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/********************************* 
Footer Styles
*********************************/
/* line 3535, ../scss/style.scss */
footer#main-footer {
  color: #fff;
  padding: 20px 0;
  border-top: 5px solid #cdcdcd;
}
@media screen and (max-width: 750px) {
  /* line 3535, ../scss/style.scss */
  footer#main-footer {
    text-align: center;
  }
  /* line 3541, ../scss/style.scss */
  footer#main-footer img {
    width: 240px;
  }
  /* line 3544, ../scss/style.scss */
  footer#main-footer .column {
    width: 100%;
    margin: 10px 0 0;
  }
  /* line 3547, ../scss/style.scss */
  footer#main-footer .column.last {
    display: none;
  }
}

/* line 3555, ../scss/style.scss */
p.copy {
  margin: 16px 0 0;
}

/* line 3559, ../scss/style.scss */
footer#main-footer .column {
  padding-bottom: 0px;
}

/* line 3563, ../scss/style.scss */
footer#main-footer .vcard {
  font-size: 1em;
}

/* line 3567, ../scss/style.scss */
footer#main-footer .vcard .tel {
  margin: 9px 0 8px;
}

/* line 3573, ../scss/style.scss */
footer#main-footer a {
  color: #d1cfcf;
}

/* line 3577, ../scss/style.scss */
footer#main-footer a:hover {
  color: #09f;
}

/* line 3581, ../scss/style.scss */
footer#main-footer .social {
  float: left;
}

/* line 3586, ../scss/style.scss */
footer#main-footer .social ul li {
  list-style: none;
  margin-left: 0px;
}

/* line 3591, ../scss/style.scss */
footer#main-footer .social ul {
  margin-left: 0;
  padding: 0;
}

/* line 3596, ../scss/style.scss */
div.footer-ad {
  float: right;
}
@media screen and (max-width: 1040px) {
  /* line 3596, ../scss/style.scss */
  div.footer-ad {
    display: none;
  }
}

/* line 3603, ../scss/style.scss */
footer#main-footer div.social ul li {
  height: 22px;
  padding: 3px 0 0 28px;
  background: url("../img/social-footer.png") no-repeat;
}

/* line 3609, ../scss/style.scss */
footer#main-footer div.social ul li.twitter {
  background-position: 0 -24px;
}

/* line 3613, ../scss/style.scss */
footer#main-footer div.social ul li.vimeo {
  background-position: 0 -48px;
}

/* line 3617, ../scss/style.scss */
footer#main-footer div.social ul li.flickr {
  background-position: 0 -72px;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 3637, ../scss/style.scss */
  header#main-header h1 a {
    background: url("../img/logo@2x.png") no-repeat;
    background-size: 230px 82px;
  }
}
/* ==|== non-semantic helper classes ======================================== */
/* line 3649, ../scss/style.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 3650, ../scss/style.scss */
.ir br {
  display: none;
}

/* line 3651, ../scss/style.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 3652, ../scss/style.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 3653, ../scss/style.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 3654, ../scss/style.scss */
.invisible {
  visibility: hidden;
}

/* line 3655, ../scss/style.scss */
.clearfix:before, .single-face #faces-meta dl:before, .testimonial:before, .clearfix:after, .single-face #faces-meta dl:after, .testimonial:after {
  content: "";
  display: table;
}

/* line 3656, ../scss/style.scss */
.clearfix:after, .single-face #faces-meta dl:after, .testimonial:after {
  clear: both;
}

/* line 3657, ../scss/style.scss */
.clearfix, .single-face #faces-meta dl, .testimonial {
  *zoom: 1;
}

/* line 3658, ../scss/style.scss */
.skipnav {
  height: 0;
  width: 0;
}

/* ==|== print styles ======================================================= */
@media print {
  /* line 3665, ../scss/style.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 3668, ../scss/style.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 3669, ../scss/style.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 3670, ../scss/style.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 3671, ../scss/style.scss */
  div#tribe-events-content abbr[title]:after {
    content: " ";
  }

  /* line 3672, ../scss/style.scss */
  div#tribe-events-content a[href]:after {
    content: " ";
  }

  /* line 3673, ../scss/style.scss */
  div#tribe-events-content select {
    border: none !important;
    box-shadow: none !important;
    border-width: 0;
    border: 1px solid #000;
  }

  /* line 3674, ../scss/style.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 3675, ../scss/style.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 3676, ../scss/style.scss */
  thead {
    display: table-header-group;
  }

  /* line 3677, ../scss/style.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 3678, ../scss/style.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 3680, ../scss/style.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 3681, ../scss/style.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 3682, ../scss/style.scss */
  div.footer-ad {
    display: none;
  }

  /* line 3683, ../scss/style.scss */
  footer#main-footer div.social {
    display: none;
  }

  /* line 3684, ../scss/style.scss */
  header#main-header {
    display: none;
  }

  /* line 3685, ../scss/style.scss */
  div.span-6 {
    display: none;
  }

  /* line 3686, ../scss/style.scss */
  div.span-18 {
    width: 100%;
  }

  /* line 3687, ../scss/style.scss */
  div.span-13 {
    width: 75%;
  }

  /* line 3688, ../scss/style.scss */
  div.span-15 {
    width: 25%;
  }
}
/* line 3692, ../scss/style.scss */
.cft-form {
  margin-bottom: 40px;
}
/* line 3694, ../scss/style.scss */
.cft-form fieldset {
  position: relative;
}
/* line 3696, ../scss/style.scss */
.cft-form fieldset:after {
  content: "";
  display: block;
  clear: both;
}
/* line 3702, ../scss/style.scss */
.cft-form .form-group {
  margin-bottom: 15px;
}
/* line 3705, ../scss/style.scss */
.cft-form label {
  display: block;
  width: 100%;
}
/* line 3710, ../scss/style.scss */
.cft-form .form-group.radio-group label.error {
  position: absolute;
  left: 100px;
  display: inline;
  width: 200px;
}
/* line 3717, ../scss/style.scss */
.cft-form input[type="radio"] {
  margin-bottom: 5px;
}
/* line 3720, ../scss/style.scss */
.cft-form input[type="text"], .cft-form input[type="number"], .cft-form input[type="email"], .cft-form input[type="tel"], .cft-form select, .cft-form textarea {
  width: 100%;
  height: 30px;
}
/* line 3724, ../scss/style.scss */
.cft-form .bar-fields, .cft-form .parents-fields {
  position: relative;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
/* line 3727, ../scss/style.scss */
.cft-form .bar-fields button.minus-button, .cft-form .parents-fields button.minus-button {
  background: #c9c9c9;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -33px;
  border: none;
}
/* line 3740, ../scss/style.scss */
.cft-form .bar-fields button.minus-button:hover, .cft-form .parents-fields button.minus-button:hover {
  background: #b0b0b0;
}
/* line 3745, ../scss/style.scss */
.cft-form .bar-fields textarea, .cft-form .parents-fields textarea {
  height: 200px;
}
/* line 3751, ../scss/style.scss */
.cft-form .bar-fields:last-of-type, .cft-form .parents-fields:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 3757, ../scss/style.scss */
.cft-form .btn {
  background: #0f5ca3;
  color: #fff;
  border: 0;
  padding: 5px 10px;
}
/* line 3762, ../scss/style.scss */
.cft-form .btn:hover {
  background: #0b4274;
}
/* line 3766, ../scss/style.scss */
.cft-form .add-button {
  float: right;
}
/* line 3769, ../scss/style.scss */
.cft-form input[type="submit"] {
  text-transform: uppercase;
  padding: 10px 20px;
}

/* line 3775, ../scss/style.scss */
p.formMessage.sending {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}
