/* line 5, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /app/vendor/bundle/ruby/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
  Main mixin, set the width of `$columns` columns

  Can be changed based on the width of the parent column. I.e., to create a 4-column
  <div> inside a 10-column <div> you would do the following:

      @include eleven40-column(4, false, 10);

*/
/* line 4, /app/views/2013/styles/layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, /app/views/2013/styles/layout.scss */
body {
  min-width: 768px;
}

/* line 16, /app/views/2013/styles/layout.scss */
#root header {
  min-height: 282px;
  background: black url("/images/header.jpg") center no-repeat;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 20, /app/views/2013/styles/layout.scss */
#root header .inner {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
}

/* line 27, /app/views/2013/styles/layout.scss */
#tickets-call-to-action {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 29, /app/views/2013/styles/layout.scss */
#tickets-call-to-action .inner {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
}

/* line 34, /app/views/2013/styles/layout.scss */
#footer {
  padding-left: 20px;
  padding-right: 20px;
  background: black url("/images/footer.jpg") center no-repeat;
}
/* line 37, /app/views/2013/styles/layout.scss */
#footer footer {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  padding-top: 40px;
}

@font-face {
  font-family: 'SUFFIX-monoSUFFIX-mono';
  src: url("/fonts/suffix-mono-webfont.eot");
  src: url("/fonts/suffix-mono-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/suffix-mono-webfont.woff") format("woff"), url("/fonts/suffix-mono-webfont.ttf") format("truetype"), url("/fonts/suffix-mono-webfont.svg#SUFFIX-monoSUFFIX-mono") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, /app/views/2013/styles/common.scss */
body {
  background-color: #EDECE6;
}

/* line 26, /app/views/2013/styles/common.scss */
section#root > section {
  padding-top: 50px;
  padding-bottom: 80px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #575757;
}
/* line 35, /app/views/2013/styles/common.scss */
section#root > section hgroup {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}
/* line 38, /app/views/2013/styles/common.scss */
section#root > section hgroup h1 {
  font-size: 32px;
  line-height: 36px;
}
/* line 42, /app/views/2013/styles/common.scss */
section#root > section hgroup h2 {
  font-size: 22px;
  color: #acaba8;
}
/* line 48, /app/views/2013/styles/common.scss */
section#root > section hgroup.inline h1 {
  display: inline;
  float: left;
  width: 15.34392%;
  margin-right: 1.5873%;
}
/* line 51, /app/views/2013/styles/common.scss */
section#root > section hgroup.inline h2 {
  display: inline;
  float: left;
  width: 83.06878%;
  margin-right: 0;
  position: relative;
  top: 4px;
}
/* line 59, /app/views/2013/styles/common.scss */
section#root > section h2 {
  font-size: 22px;
  line-height: 34px;
}
/* line 64, /app/views/2013/styles/common.scss */
section#root > section h3 {
  font-family: 'SUFFIX-monoSUFFIX-mono', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 69, /app/views/2013/styles/common.scss */
section#root > section h3.blue {
  color: #27b2d2;
}
/* line 70, /app/views/2013/styles/common.scss */
section#root > section h3.red {
  color: #f4323c;
}
/* line 71, /app/views/2013/styles/common.scss */
section#root > section h3.green {
  color: #0eb942;
}
/* line 74, /app/views/2013/styles/common.scss */
section#root > section h4 {
  font-family: 'SUFFIX-monoSUFFIX-mono', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 81, /app/views/2013/styles/common.scss */
section#root > section h4.blue {
  color: #27b2d2;
}
/* line 82, /app/views/2013/styles/common.scss */
section#root > section h4.red {
  color: #f4323c;
}
/* line 83, /app/views/2013/styles/common.scss */
section#root > section h4.green {
  color: #0eb942;
}
/* line 86, /app/views/2013/styles/common.scss */
section#root > section h5 {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #959494;
}
/* line 95, /app/views/2013/styles/common.scss */
section#root > section p {
  line-height: 20px;
}
/* line 99, /app/views/2013/styles/common.scss */
section#root > section a {
  color: #f4323c;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}
/* line 105, /app/views/2013/styles/common.scss */
section#root > section a.wrap {
  color: #575757;
  text-decoration: none;
}
/* line 110, /app/views/2013/styles/common.scss */
section#root > section img.speaker {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 116, /app/views/2013/styles/common.scss */
section#root > section#tickets-call-to-action {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FF324B;
}
/* line 120, /app/views/2013/styles/common.scss */
section#root > section#tickets-call-to-action h4, section#root > section#tickets-call-to-action p {
  color: white;
  line-height: 50px;
}
/* line 124, /app/views/2013/styles/common.scss */
section#root > section#tickets-call-to-action h4 {
  display: inline;
  float: left;
  width: 19.57672%;
  margin-right: 1.5873%;
  margin-bottom: 0;
}
/* line 127, /app/views/2013/styles/common.scss */
section#root > section#tickets-call-to-action h4.last {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 132, /app/views/2013/styles/common.scss */
section#root > section#tickets-call-to-action p {
  display: inline;
  float: left;
  width: 49.20635%;
  margin-right: 1.5873%;
  margin-left: 4.2328%;
  position: relative;
  top: -2px;
}

/* line 140, /app/views/2013/styles/common.scss */
.hr {
  border-bottom: 1px #e2e0d2 solid;
  clear: both;
  padding-top: 1.4em;
  margin-bottom: 2em;
}
/* line 145, /app/views/2013/styles/common.scss */
.hr hr {
  display: none;
}

/* line 149, /app/views/2013/styles/common.scss */
.page {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 152, /app/views/2013/styles/common.scss */
.page-content {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
}

/* line 155, /app/views/2013/styles/common.scss */
.page-block {
  display: inline;
  float: left;
  width: 83.06878%;
  margin-right: 1.5873%;
  margin-left: 16.93122%;
}
/* line 158, /app/views/2013/styles/common.scss */
.page-block > * {
  margin: 0 0 .8em 0;
}
/* line 161, /app/views/2013/styles/common.scss */
.page-block .indent {
  padding-left: 2em;
}
/* line 163, /app/views/2013/styles/common.scss */
.page-block .indent p {
  padding-bottom: 1em;
}
/* line 167, /app/views/2013/styles/common.scss */
.page-block ul {
  list-style-type: circle;
  list-style-position: inside;
  line-height: 20px;
}
/* line 172, /app/views/2013/styles/common.scss */
.page-block ol {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 20px;
}

/* line 180, /app/views/2013/styles/common.scss */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

/* line 185, /app/views/2013/styles/common.scss */
.cf:after {
  clear: both;
}

/* line 1, /app/views/2013/styles/home.scss */
#home {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 4, /app/views/2013/styles/home.scss */
#home section.speakers {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 60px auto;
}
/* line 8, /app/views/2013/styles/home.scss */
#home section.speakers a.speaker {
  display: inline;
  float: left;
  width: 15.34392%;
  margin-right: 1.5873%;
  color: #575757;
  text-decoration: none;
}
/* line 12, /app/views/2013/styles/home.scss */
#home section.speakers a.speaker img {
  margin-bottom: 10px;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 0;
}
/* line 16, /app/views/2013/styles/home.scss */
#home section.speakers a.speaker figcaption {
  font-size: 18px;
  text-align: center;
}
/* line 23, /app/views/2013/styles/home.scss */
#home section.sponsors {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 60px auto;
  border: 1px solid #D3D3D3;
  border-left: none;
}
/* line 28, /app/views/2013/styles/home.scss */
#home section.sponsors h3 {
  display: inline;
  float: left;
  width: 11.11111%;
  margin-right: 1.5873%;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  line-height: 26px;
  padding: 30px 0 30px 15px;
}
/* line 35, /app/views/2013/styles/home.scss */
#home section.sponsors .ruby {
  display: inline;
  float: left;
  width: 23.80952%;
  margin-right: 1.5873%;
}
/* line 38, /app/views/2013/styles/home.scss */
#home section.sponsors .emerald {
  display: inline;
  float: left;
  width: 49.20635%;
  margin-right: 0;
}
/* line 41, /app/views/2013/styles/home.scss */
#home section.sponsors img {
  margin: 30px 10px 0 10px;
}
/* line 46, /app/views/2013/styles/home.scss */
#home section.social {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 100px auto;
}
/* line 49, /app/views/2013/styles/home.scss */
#home section.social h4 {
  text-align: center;
}
/* line 50, /app/views/2013/styles/home.scss */
#home section.social form {
  display: inline;
  float: left;
  width: 36.50794%;
  margin-right: 1.5873%;
  margin-left: 8.46561%;
  position: relative;
}
/* line 54, /app/views/2013/styles/home.scss */
#home section.social form input, #home section.social form .button {
  background-color: #F5F5F3;
  border: 1px solid #FDBFC2;
  height: 40px;
  font-size: 16px;
}
/* line 60, /app/views/2013/styles/home.scss */
#home section.social form input {
  font-weight: 300;
  width: 80%;
  padding: 5px 10px;
}
/* line 64, /app/views/2013/styles/home.scss */
#home section.social form input:focus {
  outline: none;
}
/* line 66, /app/views/2013/styles/home.scss */
#home section.social form .button {
  display: block;
  position: absolute;
  width: 20%;
  bottom: 0;
  left: 80%;
  font-family: 'SUFFIX-monoSUFFIX-mono', Arial, sans-serif;
  line-height: 40px;
  text-align: center;
  color: #f4323c;
  text-transform: uppercase;
  text-decoration: none;
  border-left: none;
}
/* line 80, /app/views/2013/styles/home.scss */
#home section.social form span {
  display: none;
  font-size: 30px;
  position: absolute;
  width: 30px;
  height: 40px;
  line-height: 40px;
  left: -30px;
}
/* line 88, /app/views/2013/styles/home.scss */
#home section.social form span.success {
  color: #0eb942;
}
/* line 89, /app/views/2013/styles/home.scss */
#home section.social form span.error {
  color: #f4323c;
}
/* line 91, /app/views/2013/styles/home.scss */
#home section.social form .progress {
  height: 40px;
  position: absolute;
  bottom: -20px;
  width: 40px;
  left: -30px;
}
/* line 100, /app/views/2013/styles/home.scss */
#home section.social div.networks {
  display: inline;
  float: left;
  width: 36.50794%;
  margin-right: 1.5873%;
  margin-left: 8.46561%;
}
/* line 103, /app/views/2013/styles/home.scss */
#home section.social div.networks img {
  opacity: 0.2;
}
/* line 104, /app/views/2013/styles/home.scss */
#home section.social div.networks span {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #575757;
  text-decoration: none;
}
/* line 111, /app/views/2013/styles/home.scss */
#home section.social div.networks a.twitter {
  float: left;
}
/* line 113, /app/views/2013/styles/home.scss */
#home section.social div.networks a.twitter img {
  float: left;
  margin-right: 10px;
}
/* line 117, /app/views/2013/styles/home.scss */
#home section.social div.networks a.twitter span {
  float: left;
}
/* line 119, /app/views/2013/styles/home.scss */
#home section.social div.networks a.facebook {
  float: right;
}
/* line 121, /app/views/2013/styles/home.scss */
#home section.social div.networks a.facebook img {
  float: right;
  margin-left: 10px;
}
/* line 125, /app/views/2013/styles/home.scss */
#home section.social div.networks a.facebook span {
  float: right;
}
/* line 130, /app/views/2013/styles/home.scss */
#home section.news {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
}
/* line 132, /app/views/2013/styles/home.scss */
#home section.news article {
  display: inline;
  float: left;
  width: 23.80952%;
  margin-right: 1.5873%;
}
/* line 134, /app/views/2013/styles/home.scss */
#home section.news article:last-child {
  display: inline;
  float: left;
  width: 23.80952%;
  margin-right: 0;
}
/* line 138, /app/views/2013/styles/home.scss */
#home section.news p {
  font-size: 14px;
}

/* line 1, /app/views/2013/styles/speakers.scss */
#speakers {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 4, /app/views/2013/styles/speakers.scss */
#speakers section.speakers {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
/* line 8, /app/views/2013/styles/speakers.scss */
#speakers section.speakers article:last-child img.speaker {
  display: inline;
  float: left;
  width: 15.34392%;
  margin-right: 1.5873%;
  margin-left: 4.2328%;
}
/* line 12, /app/views/2013/styles/speakers.scss */
#speakers section.speakers img.speaker {
  display: inline;
  float: left;
  width: 15.34392%;
  margin-right: 1.5873%;
}
/* line 15, /app/views/2013/styles/speakers.scss */
#speakers section.speakers div {
  display: inline;
  float: left;
  width: 28.04233%;
  margin-right: 1.5873%;
  margin-top: 10px;
}

/* line 1, /app/views/2013/styles/sponsors.scss */
#sponsors {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 4, /app/views/2013/styles/sponsors.scss */
#sponsors section {
  margin: 0 auto;
  max-width: 1140px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
}
/* line 8, /app/views/2013/styles/sponsors.scss */
#sponsors section h3 {
  display: inline;
  float: left;
  width: 11.11111%;
  margin-right: 1.5873%;
}
/* line 11, /app/views/2013/styles/sponsors.scss */
#sponsors section img {
  margin-bottom: 20px;
}
/* line 15, /app/views/2013/styles/sponsors.scss */
#sponsors section.ruby div {
  margin-left: 4.2328%;
  display: inline;
  float: left;
  width: 83.06878%;
  margin-right: 0;
}
/* line 18, /app/views/2013/styles/sponsors.scss */
#sponsors section.ruby div p {
  font-size: 20px;
  line-height: 24px;
}
/* line 24, /app/views/2013/styles/sponsors.scss */
#sponsors section.emerald div {
  margin-left: 4.2328%;
  display: inline;
  float: left;
  width: 36.50794%;
  margin-right: 1.5873%;
}
/* line 30, /app/views/2013/styles/sponsors.scss */
#sponsors section.sapphire.headless h3, #sponsors section.other.headless h3 {
  text-indent: -9999px;
}
/* line 31, /app/views/2013/styles/sponsors.scss */
#sponsors section.sapphire div, #sponsors section.other div {
  margin-left: 4.2328%;
  display: inline;
  float: left;
  width: 23.80952%;
  margin-right: 1.5873%;
}
/* line 34, /app/views/2013/styles/sponsors.scss */
#sponsors section.sapphire div.last, #sponsors section.other div.last {
  display: inline;
  float: left;
  width: 23.80952%;
  margin-right: 0;
}
/* line 37, /app/views/2013/styles/sponsors.scss */
#sponsors section.sapphire div img.flippa, #sponsors section.other div img.flippa {
  margin: 15px 0;
}

/* line 2, /app/views/2013/styles/sessions.scss */
#sessions .app.ios {
  display: inline;
  float: left;
  width: 28.66242%;
  margin-right: 1.91083%;
}
/* line 5, /app/views/2013/styles/sessions.scss */
#sessions .app.open-web {
  display: inline;
  float: left;
  width: 28.66242%;
  margin-right: 1.91083%;
  margin-left: 4.2328%;
  margin-top: 3px;
}

/* line 2, /app/views/2013/styles/header_footer.scss */
#root header, #footer {
  font-family: 'SUFFIX-monoSUFFIX-mono', Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: white;
  text-transform: uppercase;
}
/* line 8, /app/views/2013/styles/header_footer.scss */
#root header a, #footer a {
  color: white;
  text-decoration: none;
}
/* line 11, /app/views/2013/styles/header_footer.scss */
#root header a.red, #root header a.on, #footer a.red, #footer a.on {
  color: #f4323c;
}
/* line 12, /app/views/2013/styles/header_footer.scss */
#root header a.blue, #footer a.blue {
  color: #21adc3;
}
/* line 14, /app/views/2013/styles/header_footer.scss */
#root header nav a, #footer nav a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 17, /app/views/2013/styles/header_footer.scss */
#root header nav a:hover, #footer nav a:hover {
  color: #21adc3;
}
/* line 18, /app/views/2013/styles/header_footer.scss */
#root header nav a.on:hover, #footer nav a.on:hover {
  color: #f4323c;
}

/* line 24, /app/views/2013/styles/header_footer.scss */
#root header h1 {
  display: inline;
  float: left;
  width: 19.57672%;
  margin-right: 1.5873%;
}
/* line 26, /app/views/2013/styles/header_footer.scss */
#root header h1 img {
  opacity: 0.45;
}
/* line 28, /app/views/2013/styles/header_footer.scss */
#root header nav {
  display: inline;
  float: left;
  width: 11.11111%;
  margin-right: 1.5873%;
  margin-left: 8.46561%;
}
/* line 32, /app/views/2013/styles/header_footer.scss */
#root header hgroup {
  display: inline;
  float: left;
  width: 32.27513%;
  margin-right: 0;
  margin-left: 25.39683%;
  padding-top: 76px;
  opacity: 0.8;
}

/* line 42, /app/views/2013/styles/header_footer.scss */
#footer footer {
  position: relative;
  padding-bottom: 20px;
}
/* line 46, /app/views/2013/styles/header_footer.scss */
#footer img.logo {
  display: inline;
  float: left;
  width: 6.87831%;
  margin-right: 1.5873%;
}
/* line 49, /app/views/2013/styles/header_footer.scss */
#footer hgroup {
  display: inline;
  float: left;
  width: 23.80952%;
  margin-right: 1.5873%;
  margin-left: 4.2328%;
}
/* line 52, /app/views/2013/styles/header_footer.scss */
#footer hgroup h2 {
  margin-bottom: 10px;
  line-height: 1.4;
}
/* line 53, /app/views/2013/styles/header_footer.scss */
#footer hgroup a {
  display: inline-block;
}
/* line 55, /app/views/2013/styles/header_footer.scss */
#footer .sponsors {
  display: inline;
  float: left;
  width: 32.27513%;
  margin-right: 1.5873%;
  margin-left: 12.69841%;
}
/* line 58, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a {
  display: block;
  width: 50%;
  float: left;
}
/* line 62, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: 0.6;
}
/* line 66, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.thoughtworks {
  width: 90%;
  margin-top: 2px;
}
/* line 67, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.envato {
  width: 70%;
}
/* line 68, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.rea {
  width: 80%;
  margin-top: 9px;
}
/* line 69, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.icelab {
  width: 60%;
}
/* line 70, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.flippa {
  width: 50%;
  margin-top: 11px;
}
/* line 71, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.fairfax {
  width: 40%;
}
/* line 72, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.edh, #footer .sponsors a img.ninefold {
  width: 25%;
}
/* line 73, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a img.newrelic {
  width: 70%;
}
/* line 75, /app/views/2013/styles/header_footer.scss */
#footer .sponsors a:hover img {
  opacity: 1;
}
/* line 78, /app/views/2013/styles/header_footer.scss */
#footer nav {
  display: inline;
  float: left;
  width: 11.11111%;
  margin-right: 0;
  margin-left: 4.2328%;
}
/* line 82, /app/views/2013/styles/header_footer.scss */
#footer .fine-print {
  margin-left: 12.69841%;
  clear: both;
  display: block;
  width: auto;
  position: absolute;
  bottom: 0;
}
/* line 89, /app/views/2013/styles/header_footer.scss */
#footer .fine-print ul {
  display: block;
  width: auto;
}
/* line 93, /app/views/2013/styles/header_footer.scss */
#footer .fine-print li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: .1em;
}
