#featured {
  clear: both;
}

#featured .wrapper {
  background-color: white;
}

#featured .arrow {
  display: none;
}

#featured ul {
  border-width: 0;
  clear: both;
  padding: 0;
  margin: 0;
  color: black;
  position: relative;
}

#featured li {
  list-style: none;
}

#featured .main_image {
  width: 950px;
  height: 450px;
  border-width: 0;
}

#featured .pair .main_image {
  width: 950px;
  height: 450px;
}

#featured .odd .main_image, #featured .odd .text,
#featured .pair .main_image, #featured .pair .text
{
  float: left;
}

#featured .even .main_image, #featured .even .text {
  float: right;
}

#featured .pair .text {
  font-size: 85%;
}

#featured .pair h1 {
  font-size: 3em;
}

#featured .text {
  width: 270px;
}

#featured h1 {
  font-size: 4em;
  padding: .65em .5em;
}

#featured blockquote {
  background: inherit;
  border: none;
  font-size: 2em;
  margin: 0em 1em;
}

#featured .project {
  font-weight: bold;
}

