/*
// Containers
main > .body {
	width: $document-width;
	margin: 0 auto;
	display: block;

	> .container {
	}
}

main > aside {
	display: none;
}
*/
section.feed.partners > * {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ie7 section.feed.partners > * {
  behavior: url("/taglib/css/boxsizing.htc");
}
@media (min-width: 481px) {
  section.feed.partners > *:after {
    display: block;
    clear: both;
    content: " ";
    overflow: hidden;
    height: 0;
  }
}
section.feed.partners > * a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
section.feed.partners > * h3 {
  margin: 0;
}
section.feed.partners > * .description {
  overflow: hidden;
  font-size: 0.83333em;
  line-height: 1.6em;
}
section.feed.partners > * img.background {
  max-width: 100%;
  display: block;
  opacity: .4;
  transition: opacity 0.33s;
  -moz-transition: opacity 0.33s;
  -ms-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  -webkit-transition: -webkit-opacity 0.33s;
}
section.feed.partners > * img.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.feed.partners a, section.feed.partners .graphic {
  position: relative;
  background-color: #111;
}
section.feed.partners a:hover img.background, section.feed.partners .graphic:hover img.background {
  opacity: .80;
  border: none;
  outline: none;
}
