.orbit-bullets-container {
    display: none;
}
.slideshow {
    margin-bottom: 20px;
}
.homepage h5 {
    margin-bottom: 1rem;
}
.photo-left {
  float: left !important;
  padding-right: 10px; 
}
.photo-right {
  float: right !important;
  padding-left: 10px;
}
.social a {
  text-decoration: none;
  width: 50px;
}
.panel-image {
  margin-right: 35px;
  margin-bottom: 20px;
}
.news-image {
  margin-right: 15px;
  margin-bottom: 15px;
}
.bio-photo {
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.research-sidebar-icon {
	margin-right: 1rem;
}
label {
    display: inline;
    margin-left: 0.3125em;
}
input {
    margin-top: 0.3125em !important;
}
ol ol>li {
    list-style-type: lower-alpha;
}
ol ol ol>li {
    list-style-type: lower-roman;
}
ul {
    margin-left: 3rem;
}
.side-nav li li {
	list-style-type: none;
}
#course-list table tr {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#course-list table thead tr th {
	background-color: #ccc;
}
#course-list table tr th {
	background-color: #e5e5e5;
}
dl.accordion dd > a {
  position: relative; }
  dl.accordion dd > a:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(51, 51, 51, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    right: 15px;
    top: 50%; }
dl.accordion dd.active .content a {
  background: transparent; }
dl.accordion dd.active > a:after {
  border: 5px inset;
  border-color: transparent transparent transparent rgba(51, 51, 51, 0.4);
  right: 11px; }
dl.accordion dd .course-details {
  font-size: 0.8125rem;
  margin-bottom: 0;
  max-width: 100%; }
  dl.accordion dd .course-details a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden; }
    @media only screen and (min-width:1000px) {
      dl.accordion dd .course-details a {
        display: inline; } }

/* Research */
.research-approaches-list {
	list-style-type:none;
}
.research-approaches-heading {
	margin-left:3rem;
}
.research-approaches-folder {
	margin-top:1rem;
}

/* Modifications for the CEE site */
html {
  background: #ccc;
}
main {
    min-height: 600px;
}
p {
    margin-bottom: 1rem;
}
h1 {
    margin-top: 2rem;
}
#CEE-fig {
    float: left;
    padding-right: 10px;
}
footer p.copyright {
	color: #414042;
    margin-top: 2.30769rem;
}
footer h4 {
	color: #414042;
}
footer a {
	color: #414042;
}
footer, footer .row {
	background:none repeat scroll 0 0 #ccc;
}
.home-photo {
	padding-bottom: 2.3rem ;
}
.figure-news-panel img {
    width: 100%;
    height: auto;
}
.bibliography {
    background: none;
    border: none;
    padding: 0;
    margin-top: 0.76923rem;
}
ul.bibliography {
    margin-left: 0;
    list-style-type: none;
}
aside.columns h4 {
    font-size: 1.3rem;
    font-weight: bold;
}
.person a span.name {
    cursor:auto !important;
    text-decoration:underline !important;
}
.small-email {
    font-size:x-small;
}
.event-photo {
  float: left !important;
  padding-right: 10px; 
}
.event-index-photo {
  float: left !important;
  padding-right: 10px; 
  max-width:200px;
  height:auto;
}
.event-index-headline {
    font-size:1.2rem;
    font-weight:150;
}
.peopleSort h2 {
    text-transform: none;
}