/*!
 * Main CSS for SSP website
 * @author Peter Edwards <p.l.edwards@leeds.ac.uk>
 * @version 1.2.1
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  padding: 0;
  margin: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* utilities.less */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* typography.less */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.header h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
}
.header h2 a {
  text-decoration: none;
}
.nav-main li a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumbs {
  font-size: .75em;
}
.content h1 {
  margin: 0;
  padding: 0;
}
.content-main h2 {
  font-size: 2em;
  line-height: 1em;
  margin: .5em 0;
  width: 100%;
}
.content-info {
  font-size: .833em;
}
h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 24px;
}
h1 a {
  /* this is the page header - colours are set in the theme options */
  display: block;
  text-decoration: none;
  padding: 11px 0 11px 16px;
}
h1 a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
}
h2 {
  font-size: 1.33333em;
  line-height: 1.125em;
  margin: 1em 0;
}
h3 {
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.1667em;
  line-height: 1.2857em;
  margin: 1.2857em 0;
}
p {
  font-size: 1em;
  margin: 1.5em 0;
}
h4.information {
  padding-top: 15px;
  width: 180px;
  border-top: 1px solid #fff;
}
h4.related-info {
  font: 1.1667em Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.286em;
  margin: .75em 0;
}
.content-main a,
.content-info a,
.content-main a:visited,
.content-info a:visited {
  text-decoration: none;
}
p.author,
p.metafoot {
  font-size: .9em;
  margin-top: 0;
}
sup {
  vertical-align: super;
}
/*  layout.less */
html {
  overflow-y: scroll;
}
body {
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
}
.header {
  height: 89px;
}
.header h2 {
  position: relative;
  clear: both;
  float: left;
  left: 10px;
  top: -5px;
  margin-bottom: 10px;
  margin-top: 0;
}
.header #logo {
  display: block;
  float: right;
  height: 54px;
  right: 10px;
  top: 17px;
  margin: 0;
  position: relative;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 183px;
}
.content {
  *zoom: 1;
  padding: 10px;
  position: relative;
  width: 940px;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.nav-main {
  width: 940px;
}
.breadcrumbs {
  width: 700px;
}
.site-sidebar {
  float: right;
  min-height: 780px;
  padding: 0 20px 1em 20px;
  position: relative;
  width: 180px;
}
.site-sidebar .right-menu {
  padding-top: 1em;
  clear: both;
}
.section-sidebar {
  clear: left;
  float: left;
  margin: 1em 20px 0 0;
  position: relative;
  width: 160px;
}
.site-search {
  width: 180px;
  float: right;
  padding-top: 1px;
  margin: 0.8em 0 1em 0;
}
.site-search h4 {
  display: none;
}
.site-search input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px;
}
.site-search input.searchinput {
  width: 130px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.site-search input.searchsubmit {
  width: 40px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: right;
}
.site-sidebar .site-search {
  display: block !IMPORTANT;
  margin: 0;
  padding: 0;
  float: left;
  width: 180px;
}
.site-sidebar .site-search h4 {
  display: block;
  margin: 0.8em 0 1em 0;
  line-height: 1.1em;
}
.site-sidebar .site-search input.searchinput {
  width: 130px;
}
.site-sidebar .site-search input.searchsubmit {
  width: 40px;
}
.sidebars-site .site-search,
.sidebars-both .site-search {
  display: none;
}
.content-main {
  float: left;
  margin-bottom: 2em;
  padding: 0;
  position: relative;
}
.content-main ul {
  margin: 1em 0 1em 20px;
  padding: 0;
}
.content-main table {
  margin: 1em 0;
}
.content-main #nav-below {
  clear: both;
  padding-top: 1em;
}
.content-info {
  clear: both;
  padding-top: 18px;
  margin: 0 auto;
  width: 100%;
}
.sidebars-site .content-main {
  width: 700px;
}
.sidebars-site .content-main .widgetised-page {
  width: 720px;
  margin-top: 1em;
}
.sidebars-site .section-sidebar {
  display: none;
}
.sidebars-section .content-main {
  float: right;
  width: 760px;
}
.sidebars-both .content-main {
  width: 520px;
}
.sidebars-none .content-main {
  width: 940px;
}
.sidebars-none .content-main .widgetised-page {
  width: 940px;
}
.sidebars-site .nav-main,
.sidebars-both .nav-main {
  width: 720px;
}
.sidebars-site .site-search,
.sidebars-both .site-search {
  display: none;
}
.sidebars-site .section-sidebar,
.sidebars-none .section-sidebar {
  display: none;
}
.sidebars-none .nav-main,
.sidebars-section .nav-main {
  width: 940px;
}
.sidebars-none .site-sidebar,
.sidebars-section .site-sidebar {
  display: none;
}
.page-template-uol_home-php .breadcrumbs,
.page-template-uol_research-php .breadcrumbs {
  display: none;
}
.col1,
.col2,
.col3 {
  float: left;
  margin: 0 20px 1em 0;
}
.col1 {
  width: 160px;
}
.col2 {
  width: 340px;
}
.col3 {
  width: 520px;
}
.col1r,
.col2r,
.col3r {
  float: right;
}
.col1r {
  width: 220px;
}
.col2r {
  width: 400px;
}
.col3r {
  width: 580px;
}
.homepage-widget {
  float: left;
  margin: 0 20px 1em 0;
}
.homepage-widget.col1 {
  width: 160px;
}
.homepage-widget.col2 {
  width: 340px;
}
.homepage-widget.col3 {
  width: 520px;
}
.homepage-widget.col4 {
  width: 700px;
}
.homepage-widget.col1w {
  width: 200px;
  margin-right: 0;
  float: right;
}
.homepage-widget.col2w {
  width: 380px;
  margin-right: 0;
  float: right;
}
.homepage-widget.col3w {
  width: 560px;
  margin-right: 0;
  float: right;
}
.homepage-widget.col4w {
  width: 740px;
  margin-right: 0;
  float: right;
}
.homepage-widget.col5 {
  width: 930px;
  margin-right: 0;
}
div.post,
div.item {
  margin-bottom: .5em;
  padding-bottom: .5em;
}
/* navigation.less */
.nav-main {
  margin: 0;
  padding: 0;
  height: 2.45em;
  float: left;
  position: relative;
}
.nav-main li {
  display: inline;
  margin: 0;
  margin-left: -0.35em;
}
.nav-main li:first-child {
  border-left: 0;
  margin-left: 0;
}
.nav-main li:last-child {
  border-right: 0;
}
.nav-main li a {
  display: inline-block;
  margin: 0;
  margin-top: .8em;
  padding: 0 .7em .2em;
}
.nav-main li a:hover,
.nav-main li.active a,
.nav-main li.current-menu-item a,
.nav-main li.current-menu-item a:visited,
.nav-main li.current-menu-item a:active,
.nav-main li.current-page-ancestor a,
.nav-main li.current-post-ancestor a,
.nav-main li.current-menu-parent a {
  text-decoration: none;
  border: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nav-main li.social-media-icon {
  margin-left: .25em;
  float: right;
  border: 0;
}
.nav-main li.social-media-icon a,
.nav-main li.social-media-icon a:hover {
  margin-top: 2px;
  padding: 0;
  padding-right: 2px;
  background: transparent;
}
.breadcrumbs {
  float: left;
  margin: 0;
  margin-bottom: 2px;
  margin-top: 15px;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a {
  text-decoration: none;
}
.breadcrumbs li a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.section-sidebar ul {
  margin: 1em 0;
  padding: 0;
}
.section-sidebar ul ul {
  padding: 0;
  margin: .2em 0 .2em 8px;
  display: none;
}
.section-sidebar li {
  padding: .2em 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.section-sidebar li a {
  position: relative;
  text-decoration: none;
  display: block;
  padding-left: 18px;
}
.section-sidebar li a:before {
  left: 0;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  border-style: solid;
  top: 6px;
  margin: -3px 0 0 5.22px;
  border-width: 5.22px 6px;
  border-color: transparent transparent transparent #999999;
}
.section-sidebar li a:hover:before {
  border-color: transparent transparent transparent #333333;
}
.section-sidebar li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.section-sidebar li.current-item > a,
.section-sidebar li.current-ancestor > a {
  padding-left: 18px;
}
.section-sidebar li.current-item > a:before,
.section-sidebar li.current-ancestor > a:before {
  left: 0;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  border-style: solid;
  top: 6px;
  margin: -3px 0 0 5.22px;
  border-width: 5.22px 6px;
  border-color: transparent transparent transparent #999999;
}
.section-sidebar li.current-item > a:hover:before,
.section-sidebar li.current-ancestor > a:hover:before {
  border-color: transparent transparent transparent #333333;
}
.section-sidebar li.current-item > ul,
.section-sidebar li.current-ancestor > ul {
  display: block;
}
.site-sidebar ul.menu li a {
  display: block;
  position: relative;
  font: 16px Georgia;
  padding: 10px 0;
  text-decoration: none;
  padding-right: 17.5px;
}
.site-sidebar ul.menu li a:before {
  right: 3.5px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  border-style: solid;
  margin: -3.5px 0 0 6.09px;
  border-width: 6.09px 7px;
  border-color: transparent transparent transparent #999999;
}
.site-sidebar ul.menu li a:hover:before {
  border-color: transparent transparent transparent #333333;
}
.site-sidebar ul.menu li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.site-sidebar .site-search {
  *zoom: 1;
}
.site-sidebar .site-search:before,
.site-sidebar .site-search:after {
  display: table;
  content: "";
}
.site-sidebar .site-search:after {
  clear: both;
}
.site-sidebar .site-search:before,
.site-sidebar .site-search:after {
  display: table;
  content: "";
}
.site-sidebar .site-search:after {
  clear: both;
}
.site-sidebar h3 {
  clear: both;
  margin: 0;
  padding: 1em 0;
}
.site-sidebar ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.content-info .nav {
  padding-left: 0px;
}
.content-info .nav li {
  display: inline;
}
.content-info .nav li a {
  padding: 0 10px 0 7px;
}
.content-info .nav li a:hover {
  text-decoration: underline;
}
.content-info .nav li:first-child a {
  padding-left: 0;
}
.content-info .nav li:last-child a {
  border-right: 0;
}
.content-info ul.meta {
  float: right;
}
/*links between pages in multi-page posts */
.page-links p {
  font-weight: 700;
  text-align: right;
}
.page-links a {
  font-weight: 400;
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-links a:hover {
  border-color: #CD592A;
  text-decoration: none;
}
/* tables.less */
table {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table td {
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  padding: 0 3px;
}
table.modules {
  border: 1px solid #ccc;
  width: 740px;
  margin: 1em 0;
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #dcdcdc, #fcfcfc);
  background-image: -ms-linear-gradient(top, #dcdcdc, #fcfcfc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcdc), to(#fcfcfc));
  background-image: -webkit-linear-gradient(top, #dcdcdc, #fcfcfc);
  background-image: -o-linear-gradient(top, #dcdcdc, #fcfcfc);
  background-image: linear-gradient(top, #dcdcdc, #fcfcfc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#fcfcfc', GradientType=0);
}
table.modules th {
  width: 50%;
  padding: 2px 5px;
  text-align: left;
  background: transparent;
  border: none;
}
table.modules th.title {
  border-bottom: 1px solid #fcfcfc;
}
table.modules td {
  background: #fff;
  vertical-align: top;
  margin: 1px;
  border: 1px solid #ccc;
  padding: 5px 0;
}
table.modules td p {
  border-bottom: 1px dotted #cfcfcf;
  padding: 2px 5px;
}
table.modules td p:last-child {
  border-bottom: 0;
}
/* images.less */
.figure {
  background-color: #fff;
  color: #fff;
  position: relative;
}
.featured-image {
  display: block;
}
.figcaption {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  bottom: 5px;
  font-size: .8em;
  min-height: 18px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.figcaption p {
  padding: 0 10px;
}
/* quotes.less */
.quote-block blockquote {
  font-size: 1.1667em;
  line-height: 1.2857em;
  width: 180px;
  position: relative;
  color: #fff;
}
.quote-block blockquote p:first-child {
  position: relative;
  float: left;
  padding: 10px;
  border-radius: 10px;
  width: 160px;
  margin-bottom: 40px;
}
.quote-block blockquote .notch {
  display: block;
  position: absolute;
  right: 20px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
}
.quote-block blockquote .openingQuotes,
.quote-block blockquote .closingQuotes {
  font: normal 6em Georgia, Cambria, "Times New Roman", Times, serif;
  height: 0.1em;
  top: 60px;
  display: block;
  min-height: 40px;
}
.quote-block blockquote .closingQuotes {
  min-height: 40px;
  text-align: right;
  float: right;
}
.quote-block cite {
  float: left;
  width: 180px;
  margin: 0;
  text-align: right;
}
.quote-block cite span {
  font-style: italic;
}
.quote-block cite .role {
  float: left;
  clear: both;
  width: 100%;
  font-style: normal;
  font-variant: small-caps;
  text-transform: lowercase;
}
/* shortcodes.less */
.js .slideshow .slideshow-caption {
  display: none;
}
.slideshow {
  position: relative;
  margin-bottom: 1em;
}
.slideshow .slideshow-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.slideshow .slideshow-caption .slideshow-captiontext {
  padding: 3px 10px;
  margin: 0;
}
.slideshow .slideshow-caption .slideshow-captiontext p {
  padding: 0;
  margin: 0;
}
.slideshow .slideshow-caption .slideshow-controls {
  float: right;
  overflow: hidden;
  padding: 5px 3px;
}
.slideshow .slideshow-caption .slideshow-controls a {
  text-decoration: none;
  display: block;
  float: left;
  height: 0.6em;
  font-size: 3em;
  line-height: 0.6em;
  overflow: hidden;
}
#cboxWrapper {
  position: relative;
}
.upcoming-events,
.recent-events,
.vertical-list {
  font-size: 1em !IMPORTANT;
}
.upcoming-events ul,
.recent-events ul,
.vertical-list ul {
  margin: 0;
}
.upcoming-events ul li,
.recent-events ul li,
.vertical-list ul li {
  width: auto;
  margin: 0;
  float: none;
}
.upcoming-events ul li img,
.recent-events ul li img,
.vertical-list ul li img {
  float: right;
}
.child-pages-list ul,
.sibling-pages-list ul {
  list-style: none;
  margin: 0;
}
.child-pages-list li,
.sibling-pages-list li {
  display: block;
  list-style: none;
  padding: 1em 0;
  clear: both;
  border-top: 1px solid #ddd;
}
.child-pages-list li .first,
.sibling-pages-list li .first {
  border-top: none;
}
.child-pages-list li span.thumbnail,
.sibling-pages-list li span.thumbnail {
  float: right;
  margin-left: 20px;
}
.child-pages-list li li,
.sibling-pages-list li li {
  display: list-item;
  border: 0;
  padding: 0.5em 0;
}
.child-pages-grid li {
  width: 160px;
  height: 200px;
  overflow: hidden;
  margin-right: 20px;
  border-bottom: none;
  float: left;
  clear: none;
  text-align: center;
}
.child-pages-grid li:nth-child(1n) {
  height: auto !IMPORTANT;
  overflow: visible !IMPORTANT;
}
.child-pages-grid li:nth-child(4n+1) {
  clear: left;
}
ul.vimeo-wall {
  margin: 0;
}
ul.vimeo-wall li {
  list-style: none;
  float: left;
  margin: 0 10px 1em 0;
}
ul.vimeo-wall li a {
  border: 1px solid transparent;
  display: inline-block;
}
ul.vimeo-wall li a img {
  width: 150px;
}
ul.tweets {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tweets li {
  margin: 0.5em 0;
  clear: both;
  word-wrap: break-word;
}
ul.tweets li .profile-image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}
ul.tweets li .tweet-date {
  font-size: 0.8em;
  font-style: italic;
}
.card-carousel {
  width: 100%;
  position: relative;
}
.card-carousel ul {
  list-style: none;
}
.card-carousel li {
  float: left;
}
.js .card-carousel img {
  position: absolute;
  height: auto;
  display: none;
}
.js .card-carousel .btn {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #00f;
  border: 2px solid #aaa;
  border-radius: 12px;
  color: transparent;
}
.js .card-carousel .btn:hover {
  background: #aaa;
  border: 2px solid #00f;
}
.js .card-carousel .next {
  right: 0;
}
.js .card-carousel .prev {
  left: 0;
}
.module-block {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin: 1em 0;
}
.module-block .module-header {
  *zoom: 1;
  padding: 0.5em 1em;
  border-bottom: 1px solid #e6e6e6;
}
.module-block .module-header:before,
.module-block .module-header:after {
  display: table;
  content: "";
}
.module-block .module-header:after {
  clear: both;
}
.module-block .module-header:before,
.module-block .module-header:after {
  display: table;
  content: "";
}
.module-block .module-header:after {
  clear: both;
}
.module-block .module-header .title {
  float: left;
  width: 70%;
}
.module-block .module-header .title h3 {
  margin: 0 0 .5em 0;
}
.module-block .module-header .title a.leader-link {
  clear: left;
}
.module-block .module-header .meta {
  float: right;
  width: 30%;
}
.module-block .module-header .meta span.semester,
.module-block .module-header .meta span.credits {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding-bottom: 0;
}
.module-block .module-header .meta span.semester {
  color: #ccc;
}
.module-block .module-content {
  padding: 0.5em 1em;
}
.module-block .module-footer {
  background: #efefef;
  padding: 0 1em;
  border-bottom: 1px solid #e6e6e6;
}
.module {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 1.1em;
  width: 150px;
  height: 100px;
  color: #fff !IMPORTANT;
  text-decoration: none;
  position: relative;
  float: left;
  cursor: pointer;
}
.module.optional {
  background: #069;
}
.module.compulsory {
  background: #639;
}
.module.blank {
  background: #aaa;
  cursor: default;
}
.module.occupied {
  background: #036;
}
.module.used {
  background: #69c;
}
.module.discovery {
  background: #909;
}
.module.core {
  background: #306;
}
.module .module-add {
  display: inline-block;
  color: #fff !IMPORTANT;
  padding: 0 .25em;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font: bold 1.5em monospace;
  line-height: 1em;
  -webkit-border-radius: 12em;
  -moz-border-radius: 12em;
  border-radius: 12em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.module .module-add.plus {
  background: #093;
}
.module .module-add.minus {
  background: #933;
}
.modules {
  *zoom: 1;
  clear: both;
  position: relative;
}
.modules:before,
.modules:after {
  display: table;
  content: "";
}
.modules:after {
  clear: both;
}
.modules:before,
.modules:after {
  display: table;
  content: "";
}
.modules:after {
  clear: both;
}
.modules.optional .module {
  width: 110px;
  height: 80px;
  font-size: 1em;
}
.modules .sep {
  display: inline-block;
  padding-top: 40px;
  margin-right: 10px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  color: #999;
  float: left;
}
.modules.optional,
.modules.core,
.modules.compulsory {
  border-top: 5px dotted #ccc;
  padding-top: 1em;
  margin-top: 1em;
}
.modules.optional:before,
.modules.core:before,
.modules.compulsory:before {
  position: absolute;
  top: -1em;
  left: -2px;
  padding-right: .5em;
  display: inline-block;
  text-transform: uppercase;
  color: #aaa;
  background: #fff;
}
.modules.optional:before {
  content: 'Optional Modules';
}
.modules.core:before {
  content: 'Core Modules';
}
.modules.compulsory:before {
  content: 'Compulsory Modules';
}
.semester {
  padding-bottom: 1em;
}
.semester h4 {
  color: #aaa !IMPORTANT;
  margin: 0;
  padding: .2em 0;
  text-transform: uppercase;
  font: bold 1.2em sans-serif;
  /*border-bottom:5px solid #ccc;*/
}
#colorbox #cboxContent #cboxClose {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  color: #fff;
  background: #aaa;
  padding: 2px 6px;
  font-weight: bold;
}
#colorbox #cboxContent #cboxClose:hover {
  background: #333;
}
/* homepage.less */
.homepage-widget.no-header {
  margin-top: 2em;
  padding-top: 5px;
}
.homepage-widget.welcome {
  margin-right: 0;
  width: 170px !important;
}
.homepage-widget.welcome .widget-content {
  padding: 10px;
}
.homepage-widget.welcome .widget-content h3 {
  background: none !important;
}
.homepage-widget.welcome .widget-content a {
  color: white;
}
.homepage-widget.welcome .widget-content h3 {
  font-size: 1.4em;
}
.homepage-widget.welcome .widget-content p {
  font-size: 1em;
}
.homepage-widget .no-caption .slideMeta {
  display: none;
}
.homepage-widget .read-more {
  clear: both;
  display: block;
  text-align: right;
}
/* Posts lists with Homepage widget */
.homepage-widget h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
  padding: 5px;
}
.title-excerpt-thumbnail li,
.title-excerpt-thumbnail .read-more,
.title-excerpt li,
.title-excerpt .read-more {
  /* clear:both; */
}
.title-excerpt-thumbnail .read-more,
.title-excerpt .read-more {
  padding-top: 0;
}
.title-excerpt-thumbnail img {
  display: block;
  padding-bottom: 3px;
}
.title-excerpt-thumbnail .no-img {
  height: 72px;
}
.title-excerpt-thumbnail img,
.title-excerpt-thumbnail .no-img {
  margin-bottom: 10px;
}
.title-excerpt-thumbnail p {
  margin-top: 0;
}
.title-excerpt-thumbnail li,
.title-excerpt li {
  list-style: none;
}
ul.title-excerpt-thumbnail,
ul.title-excerpt {
  margin-left: 0;
}
ul.title-excerpt-thumbnail h5,
ul.title-excerpt h5 {
  clear: both;
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 1em;
}
.posts-list,
.events-list {
  font-size: 0.9166em;
  line-height: 1.5em;
  margin-left: 0 !important;
}
.posts-list li,
.events-list li {
  float: left;
  list-style: none;
  margin-left: 15px;
  width: 160px;
}
.posts-list li:first-child,
.events-list li:first-child {
  margin-left: 0;
}
/* homepage widgets with custom classes */
.js .posts-gallery-widget {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.js .posts-gallery-widget .posts-gallery {
  overflow: hidden;
  margin-top: 0;
}
.js .posts-gallery-widget .posts-gallery li {
  clear: both;
}
.js .posts-gallery-widget .posts-gallery li.first {
  display: block;
}
.js .posts-gallery-widget .posts-gallery .panel .panel-text {
  padding: 0 10px;
}
.js .posts-gallery-widget .posts-gallery .panel .panel-text p {
  margin: 0;
}
.js .posts-gallery-widget .posts-gallery .panel .panel-text .readmore {
  text-align: right;
  padding: 0;
  margin: 0;
}
.js .posts-gallery-widget .posts-gallery .itemnav {
  clear: both;
  margin: 0 -1px 0 -1px;
}
.js .posts-gallery-widget .posts-gallery .itemnav ul,
.js .posts-gallery-widget .posts-gallery .itemnav li {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}
.js .posts-gallery-widget .posts-gallery .itemnav li {
  clear: none;
  margin-left: -1px;
  display: inline;
  float: left;
  display: inline-block;
  border: 1px solid #ddd;
  border-top: 0;
  background: #eee;
}
.js .posts-gallery-widget .posts-gallery .itemnav li.active {
  background: #fff;
}
.js .posts-gallery-widget .posts-gallery .itemnav li.active img {
  border-color: #68622e;
}
.js .posts-gallery-widget .posts-gallery .itemnav img {
  border: 1px solid #eee;
  cursor: pointer;
}
.posts-text-widget {
  border: 1px solid #ddd;
}
.posts-text-widget .text-content {
  padding: 0 10px;
}
.posts-text-widget .text-content p {
  margin: 0;
}
.posts-text-widget .text-content .readmore {
  text-align: right;
  padding: 0;
  margin: 0;
}
.js .posts-carousel-widget {
  position: relative;
}
.js .posts-carousel-widget .header-bg {
  display: none;
}
.js .posts-carousel-widget .posts-carousel img {
  float: right;
  margin: 0 0 1em 1em;
}
.js .posts-carousel-widget .posts-carousel ul {
  list-style: none;
}
.js .posts-carousel-widget .posts-carousel .carouselitem {
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  overflow: hidden;
}
.js .posts-carousel-widget .posts-carousel .carouselitem .item-text {
  padding: 10px;
}
.tooltip {
  position: absolute;
  z-index: 202;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 90;
  -khtml-opacity: 90;
  -webkit-opacity: 90;
  opacity: 90;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #cccccc;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #cccccc;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #cccccc;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tooltip-inner h3 {
  font-size: 13px;
  font-weight: bold;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.homepage-widget .figure {
  position: relative;
}
.homepage-widget .figure .figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
}
/* news-events.less */
.event-date {
  font-weight: bold;
}
.top-bits {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 20px;
}
.top-bits .refine {
  padding: 10px 0 0;
}
.top-bits .refine p {
  display: inline;
}
.top-bits .refine input {
  margin-left: 10px;
}
ul.news-search,
ul.event-search {
  margin: 10px 0;
}
.news-search form,
.event-search form {
  display: inline;
}
.news-search li,
.event-search li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
  width: 30%;
}
.news-archive .read-more,
.event-archive .read-more {
  display: block;
}
.news-archive .text h3,
.event-archive .text h3 {
  margin-bottom: 0;
}
.news-archive.highlighted .news,
.event-archive.highlighted .event {
  float: left;
  margin-bottom: 1em;
  padding: 10px;
}
.event-archive.highlighted .event div.excerpt {
  clear: both;
}
.news-archive.highlighted .news {
  width: 680px;
}
.news-archive.highlighted .wp-post-image {
  float: left;
}
.news-archive.highlighted .news .text {
  margin-left: 360px;
}
.news-archive.highlighted .news h3,
.event-archive.highlighted .event h3 {
  font-size: 2em;
  margin-bottom: 0;
}
.news-archive.highlighted .news h3 + p,
.event-archive.highlighted .event h3 + p {
  margin-top: 0;
}
.news-archive.highlighted .news-search,
.event-archive.highlighted .event-search {
  float: left;
  margin-left: 20px;
  width: 200px;
}
.news-archive.first-page .cols,
.event-archive.first-page .cols {
  clear: both;
}
.news-archive.first-page .cols p,
.event-archive.first-page .cols p {
  font-size: 0.9166em;
}
.news-archive.n-page .news,
.event-archive.n-page .event {
  clear: both;
  margin-bottom: 2em;
}
.news-archive.n-page .news .text,
.event-archive.n-page .event .text {
  margin-left: 170px;
}
.news-archive.n-page .news img,
.event-archive.n-page .event img {
  float: left;
  margin-bottom: 10px;
}
.news-archive.first-page .news .no-img,
.event-archive.first-page .event .no-img {
  height: 72px;
  margin-bottom: 10px;
}
.first-page .column-1,
.first-page .column-2,
.first-page .column-3,
.first-page .column-4 {
  float: left;
  width: 160px;
  margin: 1em 20px 0 0;
}
.first-page .column-4 {
  margin-right: 0;
}
.news-archive #nav-below.navigation,
.event-archive #nav-below.navigation {
  clear: both;
}
/* Events Archive */
.events-calendar {
  float: right;
}
.events-calendar .ec-container {
  width: 310px;
  background: #F0EDE8;
  position: relative;
}
.events-calendar tr {
  height: 30px;
}
.event-archive {
  clear: both;
}
.event-archive.highlighted .event {
  background: #F0EDE8;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  width: 340px;
}
.event-archive.highlighted .event h3 {
  font-size: 2em;
  margin-bottom: 0;
}
.event-archive.highlighted .wp-post-image {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.event-archive.highlighted p.date {
  margin-top: 0;
}
.event .wp-post-image,
.news .wp-post-image {
  float: right;
  margin: 0 0 18px 1em;
}
.search-bar {
  width: 100%;
  background: #eeeeee;
}
.search-bar .current-term {
  font-weight: bold;
}
.search-bar .filter {
  position: relative;
  background: #eeeeee;
  padding: .5em 1%;
  width: 35%;
  float: left;
}
.search-bar .filter p {
  margin: 0;
}
.search-bar .filtered {
  position: relative;
  background: #eeeeee;
  padding: .5em 1%;
  width: 70%;
  float: left;
}
.search-bar .filtered p {
  margin: 0;
}
.search-bar .search {
  background: #eeeeee;
  float: right;
  width: 20%;
}
.search-bar .search input {
  margin-top: .5em;
}
.search-bar .search input.searchinput {
  float: left;
  width: 70%;
}
.search-bar .search input.searchsubmit {
  float: right;
  width: 25%;
}
.js .search-bar .taxonomy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  top: 2.5em;
  z-index: 1000;
  left: 0;
  display: none;
}
.js .search-bar .taxonomy-list a {
  display: block;
  padding: 3px 6px;
}
.js .search-bar .taxonomy-list a:hover {
  background: #eeeeee;
}
.search-bar .add-filter {
  display: inline-block;
  vertical-align: top;
  -moz-user-select: none;
  background-color: #F8F8F8;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333333;
  cursor: pointer;
  max-width: 98%;
  overflow: hidden;
  position: relative;
  padding: 0 6px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  outline: none;
  padding-right: 17.5px;
}
.search-bar .add-filter:hover {
  background-color: #F8F8F8;
  color: #333333;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -o-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: linear-gradient(top, #f8f8f8, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d9d9d9', GradientType=0);
  border-color: #BBBBBB;
  text-decoration: none;
  outline: none;
}
.search-bar .add-filter:active {
  background-color: #EFEFEF;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.search-bar .add-filter:before {
  right: 3.5px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  border-style: solid;
  margin: -3.045px 0 0 0;
  border-width: 7px 6.09px;
  border-color: #999999 transparent transparent transparent;
}
.search-bar .add-filter:hover:before {
  border-color: #333333 transparent transparent transparent;
}
.search-bar .add-filter.expanded {
  padding-right: 17.5px;
}
.search-bar .add-filter.expanded:before {
  right: 3.5px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  border-style: solid;
  margin: -9.59px 0 0 0;
  border-width: 7px 6.09px;
  border-color: transparent transparent #999999 transparent;
}
.search-bar .add-filter.expanded:hover:before {
  border-color: transparent transparent #333333 transparent;
}
/* wordpress.less */
.left,
.alignleft {
  float: left;
  margin: 0 20px 1em 0;
}
.right,
.alignright {
  float: right;
  margin: 0 0 1em 20px;
}
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}
div.nav-previous,
div.nav-next {
  width: 45%;
}
div.nav-previous {
  float: left;
}
div.nav-next {
  text-align: right;
  float: right;
}
.screen-reader-text {
  display: none;
}
p.wp-caption-text {
  margin: 0.3em 0 0.8em;
  font-style: italic;
  font-size: 0.9em;
}
#commentform p {
  clear: both;
}
#commentform label {
  float: left;
  width: 130px;
  text-align: right;
}
#commentform span.required {
  color: red;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input,
#commentform .comment-form-comment textarea {
  float: right;
  margin-bottom: 18px;
  width: 340px;
  border: 1px solid #ccc;
}
#commentform .form-allowed-tags {
  display: none;
}
#commentform .form-submit {
  padding-left: 180px;
}
#comments ol {
  padding-left: 2em;
}
#comments ol.commentlist li {
  padding-bottom: 1em;
}
.entry-utility {
  clear: both;
  margin: 1em 0;
}
.entry-meta {
  margin-bottom: 1em;
}
/* Search results */
ol.search-results li {
  list-style-position: outside;
  margin-bottom: 1em;
}
/**
 * default colours and backgrounds
 */
html {
  background: #ffffff url('../img/html_bg.png') repeat-x;
  color: #5c5b56;
}
body {
  background: transparent url('../img/container_shadow.png') no-repeat right 101px;
  color: #5c5b56;
}
.header #logo {
  background: url('../img/logo/logo.png') no-repeat;
}
.header #logo img {
  display: none;
}
.header h2 a {
  color: #ffffff;
}
.sidebar-corporate .site-sidebar {
  background: url('../img/aside_bg.png') no-repeat;
}
.content {
  background: #ffffff;
}
.nav-main {
  background-color: #353431;
}
.nav-main li {
  border-left: 1px solid #535250;
  border-right: 1px solid #000000;
}
.nav-main li a {
  color: #ffffff;
}
.nav-main li a:hover,
.nav-main li.active a,
.nav-main li.current-menu-item a,
.nav-main li.current-menu-item a:visited,
.nav-main li.current-menu-item a:active,
.nav-main li.current-page-ancestor a,
.nav-main li.current-post-ancestor a,
.nav-main li.current-menu-parent a {
  background: #ffffff;
  color: #000000;
}
.site-search input.searchinput {
  border: 1px solid #cccccc;
}
.site-search input.searchinput:focus {
  border-color: #32312e;
  -webkit-box-shadow: inset 0 0 6 rgba(50, 49, 46, 0.5);
  -moz-box-shadow: inset 0 0 6 rgba(50, 49, 46, 0.5);
  box-shadow: inset 0 0 6 rgba(50, 49, 46, 0.5);
}
.content-info {
  border-top: 1px solid #cccccc;
}
.content-info li a {
  border-right: 1px solid #cccccc;
}
.sidebar-corporate .site-sidebar ul,
.sidebar-plain .site-sidebar ul {
  border-top: 1px solid #dd79e4;
}
.sidebar-corporate .site-sidebar ul li a,
.sidebar-plain .site-sidebar ul li a {
  border-bottom: 1px solid #dd79e4;
  border-top: 1px solid #e4e2f9;
}
.sidebar-corporate .site-sidebar ul > li:last-child,
.sidebar-plain .site-sidebar ul > li:last-child {
  border-bottom: 1px solid #e4e2f9;
}
p.author,
p.metafoot {
  color: #cccccc;
}
div.post,
div.item {
  border-bottom: 2px solid #cccccc;
}
.news-archive.highlighted .news,
.event-archive.highlighted .event,
.top-bits {
  background: #f0ede8;
}
.news-archive.n-page .news,
.event-archive.n-page .event {
  border-bottom: 1px solid #dddddd;
}
table {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
table th {
  background-color: #cccccc;
  border-bottom: 1px solid #cccccc;
}
table td {
  border: 1px solid #cccccc;
}
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
  position: fixed;
  width: 90%;
  left: 0;
  top: 0;
  padding: 0.5em 5%;
  background: #565656;
  background: rgba(86, 86, 86, 0.95);
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  z-index: 99999;
  text-align: center;
  color: #fff;
}
.cc-cookies .cc-cookies a,
.cc-cookies .cc-cookies a:hover {
  color: #fff;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7DAF3B;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a.cc-cookie-reset {
  background: #f15b00;
}
.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #000;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
  }
}
.twitter-follow-button {
  display: inline-block;
  vertical-align: top;
  font: bold 13px/26px 'Helvetica Neue', Arial, sans-serif;
  height: 28px;
  -moz-user-select: none;
  background-color: #F8F8F8;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333333;
  cursor: pointer;
  max-width: 98%;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.twitter-follow-button .label {
  padding: 0 7px 0 29px;
  top: -1.5px;
  white-space: nowrap;
}
.twitter-follow-button:hover {
  background-color: #F8F8F8;
  color: #333333;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -o-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: linear-gradient(top, #f8f8f8, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d9d9d9', GradientType=0);
  border-color: #BBBBBB;
  text-decoration: none;
}
.twitter-follow-button:active {
  background-color: #EFEFEF;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.twitter-follow-button i {
  background: url("data:image/png;base64,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") no-repeat scroll -24px 0 transparent;
  position: absolute;
  top: 50%;
  height: 16px;
  left: 4px;
  width: 21px;
  margin-top: -7px;
}
/* print.less */
sup.print {
  display: none;
}
#print-links {
  display: none;
}
@media print {
  .content-info,
  .site-sidebar,
  .nav,
  .nav-main,
  .section-sidebar,
  .smut-the-tabs,
  .smut-in-section,
  .site-search {
    display: none;
  }
  .header h2 {
    display: none;
  }
  .header #logo {
    float: right;
    background: #fff;
  }
  .header #logo img {
    display: block;
  }
  .content-main {
    clear: both;
  }
  .content h1,
  .content h1 a {
    padding: 0;
    margin: 0;
    color: #000;
    background: #fff;
  }
  .smut-tab,
  .smut-acc {
    display: block !important;
  }
  .smut-accs .smut-the-header a {
    border-bottom: none !important;
  }
  sup.print {
    display: inline;
    font-size: .7em;
  }
  #print-links {
    display: block;
  }
  @page {
    margin: 1cm;
  }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .no-links a:after,
  .content-main .smut-the-header a:after,
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "" !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
 * all styles from here are used to format citations
 */
ul.publications {
  list-style: none;
  background: none;
  padding-left: 0;
  margin: 1em 0;
  /* default publication formatting */
  /* MHRA publication formatting */
  /* MHRA publication formatting */
  /* Harvard publication formatting */
}
ul.publications li {
  list-style: none;
  margin: 0.5em 0;
}
ul.publications li p {
  margin: 0;
}
ul.publications .authors {
  color: #666;
  font-weight: bold;
}
ul.publications .title,
ul.publications .parent-title,
ul.publications .journal {
  color: #333;
  font-style: italic;
}
ul.publications .title-with-parent {
  color: #333;
  font-style: normal;
}
ul.publications .volume {
  font-weight: bold;
}
ul.publications .issue {
  color: #666;
}
ul.publications .startdate,
ul.publications .finishdate {
  color: #666;
  font-style: italic;
}
ul.publications .publish-status {
  color: #966;
  font-style: italic;
}
ul.publications.mhra .indent {
  padding-left: 3em;
}
ul.publications.mhra .indent.hanging {
  text-indent: -3em;
}
ul.publications.mhra .authors {
  color: #5c5b56;
  font-weight: normal;
}
ul.publications.mhra .title,
ul.publications.mhra .parent-title,
ul.publications.mhra .journal,
ul.publications.mhra .publishedproceedings {
  color: #5c5b56;
  font-style: italic;
}
ul.publications.mhra .title-with-parent {
  color: #5c5b56;
  font-style: normal;
}
ul.publications.mhra .volume {
  font-weight: normal;
}
ul.publications.mhra .issue {
  color: #5c5b56;
}
ul.publications.mhra .startdate,
ul.publications.mhra .finishdate {
  color: #5c5b56;
  font-style: normal;
}
ul.publications.apa .indent {
  padding-left: 3em;
}
ul.publications.apa .indent.hanging {
  text-indent: -3em;
}
ul.publications.apa .authors {
  color: #5c5b56;
  font-weight: normal;
}
ul.publications.apa .title,
ul.publications.apa .parent-title,
ul.publications.apa .journal,
ul.publications.apa .publishedproceedings {
  color: #5c5b56;
  font-style: italic;
}
ul.publications.apa .title-with-parent {
  color: #5c5b56;
  font-style: normal;
}
ul.publications.apa .volume {
  font-weight: normal;
}
ul.publications.apa .issue {
  color: #5c5b56;
}
ul.publications.apa .startdate,
ul.publications.apa .finishdate {
  color: #5c5b56;
  font-style: normal;
}
ul.publications.harvard .indent {
  padding-left: 0;
}
ul.publications.harvard .indent.hanging {
  text-indent: 0;
}
ul.publications.harvard .authors {
  color: #5c5b56;
  font-weight: normal;
}
ul.publications.harvard .title,
ul.publications.harvard .parent-title,
ul.publications.harvard .journal,
ul.publications.harvard .publishedproceedings {
  color: #5c5b56;
  font-style: italic;
}
ul.publications.harvard .title-with-parent {
  color: #5c5b56;
  font-style: normal;
}
ul.publications.harvard .volume {
  font-weight: normal;
}
ul.publications.harvard .issue {
  color: #5c5b56;
}
ul.publications.harvard .startdate,
ul.publications.harvard .finishdate {
  color: #5c5b56;
  font-style: normal;
}
a[href^="mailto"] {
  word-wrap: break-word;
  word-break: break-all;
}
.centremember:first-child,
.divider:first-child {
  border-top: 0;
}
.sidebar-plain .nav-main {
  width: 100%;
}
.sidebar-plain .breadcrumbs {
  width: 75%;
}
.sidebar-plain .site-search {
  width: 23%;
  display: block;
  float: right;
}
.sidebar-plain .site-search input.searchinput {
  float: left;
  width: 70%;
}
.sidebar-plain .site-search input.searchsubmit {
  float: right;
  width: 20%;
}
.sidebar-plain .section-sidebar {
  clear: left;
}
.sidebar-plain .site-sidebar {
  width: 220px;
  padding: 0;
  clear: right;
}
.sidebars-site .site-sidebar .site-search,
.sidebars-both .site-sidebar .site-search {
  width: 100%;
}
.sidebars-site .site-sidebar .site-search h4,
.sidebars-both .site-sidebar .site-search h4 {
  display: none;
}
.sidebars-site .site-sidebar .right-menu,
.sidebars-both .site-sidebar .right-menu {
  padding: 1em 20px;
}
.sidebars-site .site-sidebar .right-menu ul.menu,
.sidebars-both .site-sidebar .right-menu ul.menu {
  clear: both;
  padding-top: 1em;
}
.search-results p.url {
  margin-top: 0;
}
.divider {
  clear: both;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #c32acd;
}
.newsitem,
.eventitem {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c32acd;
}
.sidebar-outer {
  padding: 0;
  margin: 0 0 1em 0;
}
.profile-quote {
  padding: 0 20px;
}
.sidebar-content {
  padding: 10px;
}
.sidebar-content h3 {
  margin: 0.5em 0;
}
.sidebar-content p {
  margin: 0.5em 0;
}
.first-sidebar,
.second-sidebar,
.third-sidebar,
.sidebar-block {
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cbc6f6;
  background-color: #eae8fb;
  background-image: -moz-linear-gradient(top, #e4e2f9, #f3f2fd);
  background-image: -ms-linear-gradient(top, #e4e2f9, #f3f2fd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e2f9), to(#f3f2fd));
  background-image: -webkit-linear-gradient(top, #e4e2f9, #f3f2fd);
  background-image: -o-linear-gradient(top, #e4e2f9, #f3f2fd);
  background-image: linear-gradient(top, #e4e2f9, #f3f2fd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e2f9', endColorstr='#f3f2fd', GradientType=0);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.first-sidebar > ul,
.second-sidebar > ul,
.third-sidebar > ul,
.sidebar-block > ul,
.first-sidebar > p,
.second-sidebar > p,
.third-sidebar > p,
.sidebar-block > p,
.first-sidebar > h4,
.second-sidebar > h4,
.third-sidebar > h4,
.sidebar-block > h4,
.first-sidebar > div,
.second-sidebar > div,
.third-sidebar > div,
.sidebar-block > div,
.first-sidebar > ol,
.second-sidebar > ol,
.third-sidebar > ol,
.sidebar-block > ol {
  margin: .5em 10px !IMPORTANT;
}
.first-sidebar ul,
.second-sidebar ul,
.third-sidebar ul,
.sidebar-block ul {
  list-style: none;
  padding: 0;
}
.first-sidebar h3:first-child,
.second-sidebar h3:first-child,
.third-sidebar h3:first-child,
.sidebar-block h3:first-child {
  margin: 0;
  padding: 0.5em 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #454d9c;
  border-bottom: 1px solid #cbc6f6;
  background-color: #edecfb;
  background-image: -moz-linear-gradient(top, #f3f2fd, #e4e2f9);
  background-image: -ms-linear-gradient(top, #f3f2fd, #e4e2f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f2fd), to(#e4e2f9));
  background-image: -webkit-linear-gradient(top, #f3f2fd, #e4e2f9);
  background-image: -o-linear-gradient(top, #f3f2fd, #e4e2f9);
  background-image: linear-gradient(top, #f3f2fd, #e4e2f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2fd', endColorstr='#e4e2f9', GradientType=0);
}
.sidebar {
  float: right;
  width: 200px;
  margin: 0 0 20px 18px;
}
.sidebar .sidebar-block {
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
}
.header-with-bg {
  padding: 0.5em 10px;
  color: #ffffff;
  border-bottom: 1px solid #c32acd;
  background-color: #6870b6;
  background-image: -moz-linear-gradient(top, #8087c7, #454d9c);
  background-image: -ms-linear-gradient(top, #8087c7, #454d9c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8087c7), to(#454d9c));
  background-image: -webkit-linear-gradient(top, #8087c7, #454d9c);
  background-image: -o-linear-gradient(top, #8087c7, #454d9c);
  background-image: linear-gradient(top, #8087c7, #454d9c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8087c7', endColorstr='#454d9c', GradientType=0);
}
.content .header-bg {
  padding: 0.5em 10px;
  color: #ffffff;
  border-bottom: 1px solid #c32acd;
  background-color: #6870b6;
  background-image: -moz-linear-gradient(top, #8087c7, #454d9c);
  background-image: -ms-linear-gradient(top, #8087c7, #454d9c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8087c7), to(#454d9c));
  background-image: -webkit-linear-gradient(top, #8087c7, #454d9c);
  background-image: -o-linear-gradient(top, #8087c7, #454d9c);
  background-image: linear-gradient(top, #8087c7, #454d9c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8087c7', endColorstr='#454d9c', GradientType=0);
}
.col3 {
  width: 32%;
  margin: 0;
  padding: 0;
}
.col3 h3:first-child,
.col3 h3:first-child a,
.col3 h3:first-child a:hover {
  padding: 0.5em 10px;
  color: #ffffff;
  border-bottom: 1px solid #c32acd;
  background-color: #6870b6;
  background-image: -moz-linear-gradient(top, #8087c7, #454d9c);
  background-image: -ms-linear-gradient(top, #8087c7, #454d9c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8087c7), to(#454d9c));
  background-image: -webkit-linear-gradient(top, #8087c7, #454d9c);
  background-image: -o-linear-gradient(top, #8087c7, #454d9c);
  background-image: linear-gradient(top, #8087c7, #454d9c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8087c7', endColorstr='#454d9c', GradientType=0);
}
.col3 h3:first-child a,
.col4 h3:first-child a,
.col3 h3:first-child a:hover,
.col4 h3:first-child a:hover {
  padding: 0;
}
.col3l {
  margin-right: 2%;
  float: left;
  clear: both;
}
.col3c {
  float: left;
}
.col3r {
  float: right;
}
.col2 {
  width: 47.5%;
  margin: 0;
  padding: 0;
}
.col2l {
  clear: both;
  float: left;
}
.col2r {
  float: right;
}
.col4 {
  width: 23.5%;
  float: left;
}
.col4l {
  clear: both;
}
.col4l,
.col4lc,
.col4rc {
  margin-right: 2%;
}
.col4r {
  float: right;
}
ul.listing {
  margin: 0;
  list-style: none;
}
ul.listing li {
  width: auto !IMPORTANT;
  margin: 0;
  padding-bottom: 1em;
  float: none;
  clear: both;
}
ul.listing li img {
  float: right;
}
ul.listing h3 {
  clear: left;
}
.section-sidebar .left-menu {
  margin-bottom: 1em;
}
.section-sidebar .left-menu h4 {
  margin-top: 0;
}
.slideshow-caption {
  width: 100%;
}
.home-page .slideshow-caption {
  position: absolute;
  width: 20%;
  padding: 10px;
  bottom: 10px;
  top: 10px;
  left: 10px;
}
.home-page .slideshow-caption .slideshow-captiontext {
  color: #fff;
  padding: 0;
}
.home-page .slideshow-caption .slideshow-captiontext h3 {
  margin-top: 0;
  color: #fff;
  font-size: 2.5em;
}
.home-page .slideshow-caption .slideshow-captiontext p {
  font-size: 1.25em;
  line-height: 1.4em;
}
.home-page .slideshow-caption .slideshow-controls {
  position: absolute;
  bottom: 10px;
  left: 17px;
}
.research-page .slideshow-caption {
  position: absolute;
  width: 30%;
  padding: 10px;
  bottom: 10px;
  top: 10px;
  left: 10px;
}
.research-page .slideshow-caption .slideshow-captiontext {
  color: #fff;
}
.research-page .slideshow-caption .slideshow-captiontext h3 {
  margin-top: 0;
  color: #fff;
  font-size: 1.7em;
}
.research-page .slideshow-caption .slideshow-captiontext p {
  font-size: 1.15em;
  line-height: 1.6em;
}
.slideshow-caption .slideshow-captiontext {
  color: #fff;
}
.slideshow-caption .slideshow-captiontext a {
  color: #fff;
}
.content-main .page-list {
  padding: 0;
  margin: 0;
}
.content-main .page-list li {
  list-style: none;
}
.content-main .page-list li h4 {
  margin: 0.5em 0;
}
.content-main .page-list li p {
  margin: 0.5em 0;
}
.content-main .page-list li p.meta {
  color: #666;
}
.site-sidebar .page-list li h4 {
  padding: 0.5em 0;
  margin: 0;
}
.site-sidebar ul {
  border: 0 !IMPORTANT;
}
.site-sidebar ul li {
  border: 0 !IMPORTANT;
}
.site-sidebar ul li a {
  border: 0 !IMPORTANT;
  text-decoration: none;
}
.site-sidebar a {
  text-decoration: none;
}
.nav-main li.last {
  border: 0;
  border-left: 1px solid #535250 !IMPORTANT;
}
.nav-main li.menu-icon {
  border: 0 !IMPORTANT;
  float: right;
}
.nav-main li.menu-icon a {
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  outline: none !IMPORTANT;
}
.nav-main li.menu-icon a:hover {
  background: transparent;
}
li.profile {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}
li.profile .meta {
  color: #666;
  font-style: italic;
}
img.right,
img.alignright {
  margin-bottom: 1em;
}
/* ICONS */
a.rss-link {
  display: block;
  padding-left: 30px;
  background: transparent url(../img/icons/rss.png) no-repeat 0 2px;
}
/* TABS */
.tabs {
  margin-bottom: 1em;
  position: relative;
}
.tabs .in-this-section {
  margin-top: 0;
}
.tab-content {
  padding: 1em 10px;
  border: 1px solid #cbc6f6;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  clear: left;
}
.tab-content h3 {
  margin-top: 1.154em;
}
.tab-content .highlights {
  width: 498px;
  padding: .5em 10px;
  background: #ffffff;
  border: 1px solid #e4e2f9;
}
.tab-content .linklist {
  list-style: none;
}
.tab-content .tab-sidebar,
.tab-content .sidebar-block,
.tab-content .profile-quote {
  float: right;
  width: 200px;
  margin: 0 0 20px 18px;
}
.tab-content .tab-sidebar p,
.tab-content .sidebar-block p,
.tab-content .profile-quote p {
  word-wrap: break-word;
}
.profile-quote {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(left, #e4e2f9, #ffffff);
  background-image: -ms-linear-gradient(left, #e4e2f9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e4e2f9), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #e4e2f9, #ffffff);
  background-image: -o-linear-gradient(left, #e4e2f9, #ffffff);
  background-image: linear-gradient(left, #e4e2f9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e2f9', endColorstr='#ffffff', GradientType=1);
}
.profile-quote .quote {
  padding: 5px 0;
}
.profile-quote .quotecontent:before,
.profile-quote .quotecontent:after {
  color: #ccc;
  display: inline-block;
  font-size: 4em;
  line-height: 0.2em;
  margin: 0.5em 0.05em 0 0.05em;
  vertical-align: -0.2em;
}
.profile-quote .quotecontent:before {
  content: open-quote;
  float: left;
}
.profile-quote .quotecontent:after {
  content: close-quote;
  float: right;
}
.profile-quote .quotecontent {
  padding: 0 0.5em;
}
.profile-quote .student-quote-photo {
  width: 50px;
  height: auto;
  float: right;
  margin: 5px;
}
.profile-quote .studentname {
  text-align: right;
}
.profile-quote .studentname a {
  font-style: italic;
}
ul.the-tabs {
  padding: 0 !IMPORTANT;
  margin: 0 !IMPORTANT;
  float: left;
}
ul.the-tabs li {
  display: inline;
  float: left;
  padding: 0;
  background: #fff !IMPORTANT;
}
ul.the-tabs li a {
  padding: 6px 8px 4px 8px;
  display: block;
  float: left;
  color: #564ab5;
  font-size: 11px;
  cursor: pointer;
  margin-bottom: -1px;
  border: 1px solid #cbc6f6;
  border-bottom: 1px solid #cbc6f6;
  margin-right: 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e4e2f9;
  outline: none !IMPORTANT;
}
ul.the-tabs li a:hover {
  color: #c32acd;
  background: #ffffff;
}
ul.the-tabs li a.current {
  padding-top: 4px;
  background: #ffffff;
  border-top: 3px solid #c32acd;
  border-bottom: 1px solid white !IMPORTANT;
}
.acc-content {
  padding: 0;
  margin: 0;
}
.acc-header {
  background: #e4e2f9;
  cursor: pointer;
  position: relative;
  color: #564ab5;
  padding: 0.5em 0 0.5em 20px;
  margin: 0;
  border-bottom: 1px solid #564ab5;
}
.acc-header span {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 3px;
  width: 0;
  border: 6px solid #564ab5;
  border-color: #564ab5 transparent transparent transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.acc-header:hover {
  background: #ffffff;
  color: #c32acd;
  border-color: #c32acd;
}
.acc-header:hover span {
  border-color: #c32acd transparent transparent transparent;
}
.acc-header.open {
  background: #ffffff;
  color: #564ab5;
  border-color: #564ab5;
}
.acc-header.open:hover {
  border-color: #c32acd;
  color: #c32acd;
}
.acc-header.open:hover span {
  top: 6px;
  border-color: transparent transparent #c32acd transparent;
}
.acc-header.open span {
  top: 6px;
  border-color: transparent transparent #564ab5 transparent;
}
.centremember {
  border-top: 1px solid #c32acd;
  clear: both;
}
.centremember .membername {
  font-weight: bold;
}
.centremember img {
  float: right;
  margin: 0 20px 18px 0;
}
.section-sidebar li.hidemenu {
  display: none;
}
.section-sidebar li.hidemenu.current-item,
.section-sidebar li.hidemenu.current-ancestor {
  display: block;
}
h4,
h5,
h6 {
  font-size: 1.1em;
}
/* publications */
ul.publications {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.publications li {
  padding: 0;
  margin: 1em 0;
}
ul.publications li p {
  margin: .25em 0;
}
ul.publications li p span.authors {
  font-weight: bold;
}
ul.publications li p span.publicationyear,
ul.publications li p span.parent-title {
  font-style: italic;
}
.twitter-follow-button {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  -moz-user-select: none;
  background-color: #F8F8F8;
  background-image: -moz-linear-gradient(center top, #ffffff, #dedede);
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  cursor: pointer;
  max-width: 98%;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.twitter-follow-button .label {
  padding: 0 7px 0 29px;
  top: -1.5px;
  white-space: nowrap;
}
.twitter-follow-button:hover {
  background-color: #F8F8F8;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #d9d9d9);
  border-color: #BBBBBB;
}
.twitter-follow-button i {
  background: url("data:image/png;base64,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") no-repeat scroll -24px 0 transparent;
  position: absolute;
  top: 50%;
  height: 16px;
  left: 4px;
  width: 21px;
  margin-top: -7px;
}
.button {
  display: inline-block;
  vertical-align: top;
  -moz-user-select: none;
  padding: 2px 6px;
  background-color: #ffffff;
  background-color: #f4f3fd;
  background-image: -moz-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: -ms-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e4e2f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: -o-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: linear-gradient(top, #ffffff, #e4e2f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e2f9', GradientType=0);
  border: 1px solid #cbc6f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #454d9c;
  cursor: pointer;
  max-width: 98%;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.button:hover {
  background-color: #ffffff;
  background-color: #f4f3fd;
  background-image: -moz-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: -ms-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e4e2f9));
  background-image: -webkit-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: -o-linear-gradient(top, #ffffff, #e4e2f9);
  background-image: linear-gradient(top, #ffffff, #e4e2f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e2f9', GradientType=0);
  border-color: #cbc6f6;
  color: #c32acd;
}
.button.big {
  padding: .5em 1em;
  border-radius: .5em;
  font-size: 1.5em;
  font-weight: bold;
  border: 2px solid #cbc6f6;
}
.button.orange {
  background-color: #f19300;
  background-image: -moz-linear-gradient(top, #ffaa00, #db7100);
  background-image: -ms-linear-gradient(top, #ffaa00, #db7100);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffaa00), to(#db7100));
  background-image: -webkit-linear-gradient(top, #ffaa00, #db7100);
  background-image: -o-linear-gradient(top, #ffaa00, #db7100);
  background-image: linear-gradient(top, #ffaa00, #db7100);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa00', endColorstr='#db7100', GradientType=0);
  border: 1px solid #fa0;
  color: #fff;
}
.button.orange:hover {
  background-color: #e98800;
  background-image: -moz-linear-gradient(top, #db7100, #ffaa00);
  background-image: -ms-linear-gradient(top, #db7100, #ffaa00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db7100), to(#ffaa00));
  background-image: -webkit-linear-gradient(top, #db7100, #ffaa00);
  background-image: -o-linear-gradient(top, #db7100, #ffaa00);
  background-image: linear-gradient(top, #db7100, #ffaa00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7100', endColorstr='#ffaa00', GradientType=0);
  border-color: #fa0;
  color: #fff;
}
form.styled p {
  clear: both;
  margin: 0;
  padding-top: 1em;
}
form.styled p label {
  display: inline-block;
  width: 30%;
  float: left;
}
form.styled p input[type="text"],
form.styled p textarea,
form.styled p select {
  width: 65%;
  float: left;
  padding: 1%;
}
form.styled p.checkbox,
form.styled p.indent {
  padding-left: 30%;
}
form.styled span.required {
  color: #CC0000;
}
form.styled fieldset {
  margin: 1em 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cbc6f6;
}
form.styled fieldset legend {
  color: #c32acd;
}
form.styled ul.optionlist {
  list-style: none;
}
form.styled div.errors {
  padding-left: 1em;
  border-left: 5px solid #f00;
}
.video-with-caption {
  margin-bottom: 1em;
  background-color: #6870b6;
  background-image: -moz-linear-gradient(top, #8087c7, #454d9c);
  background-image: -ms-linear-gradient(top, #8087c7, #454d9c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8087c7), to(#454d9c));
  background-image: -webkit-linear-gradient(top, #8087c7, #454d9c);
  background-image: -o-linear-gradient(top, #8087c7, #454d9c);
  background-image: linear-gradient(top, #8087c7, #454d9c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8087c7', endColorstr='#454d9c', GradientType=0);
}
.video-with-caption .caption {
  padding: 20px;
}
.video-with-caption .caption h3,
.video-with-caption .caption p,
.video-with-caption .caption a,
.video-with-caption .caption a:hover,
.video-with-caption .caption a:visited {
  color: #fff !IMPORTANT;
  font-size: 1.2em;
}
.video-with-caption .caption h3 {
  font-size: 2em;
}
.video-with-caption .caption ul {
  color: #fff !IMPORTANT;
  list-style-position: outside;
  margin-left: 20px;
}
.video-with-caption .caption ul li {
  padding-top: 1em;
}
.indent {
  padding-left: 2em;
}
.indent.hanging {
  text-indent: -2em;
}
