/**
 * smr.less
 * Silicon Milkround is getting some style!
 * Loosely based on bootstrap. They did a lot right.
 * http://twitter.github.com/bootstrap/
 * @author Devin Hunt
 */
/**
 * variables.less
 * All the defaults a (wo)man could want.
 * @author Devin Hunt
 */
/* ==========================================================================
   Brand Colors
   ========================================================================== */
/* ==========================================================================
   Basic Colors
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/* ==========================================================================
   Component Variables
   ========================================================================== */
/* ==========================================================================
   Forms and Input
   ========================================================================== */
/* ==========================================================================
   Grid Constants
   ========================================================================== */
/**
 * mixins.less
 * All our little tricks
 */
/* ==========================================================================
   The clearfix
   ========================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   IE7 Spacing fixes
   ========================================================================== */
/* ==========================================================================
   Big images for small sites
   ========================================================================== */
.flexImg {
  max-width: 100%;
}
/* ==========================================================================
   CSS3 Mixins (from http://twitter.github.com/bootstrap)
   ========================================================================== */
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   Image Replacement (only used once... i think)
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
/* ==========================================================================
   Form Mixins
   ========================================================================== */
/* ==========================================================================
   Grid System (from http://twitter.github.com/bootstrap)
   ========================================================================== */
/**
 * chunkfive.less
 * FONTS
 * @author Devin Hunt
 */
@font-face {
  font-family: 'Chunkfive';
  src: url('../fonts/Chunkfive-webfont.eot');
  src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * layout.less
 * All the defaults a (wo)man could want.
 * @author Devin Hunt
 */
/* ==========================================================================
   Scaffolding
   ========================================================================== */
body {
  margin: 0;
  color: #222222;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  background-color: #faf5e4;
}
dt {
  font-weight: bold;
}
/* ==========================================================================
   Default Container
   ========================================================================== */
.container {
  margin-left: auto;
  margin-right: auto;
}
.smallNudge {
  margin-top: 24px;
}
.nudge {
  margin-top: 48px;
}
/* ==========================================================================
   Video embeds
   ========================================================================== */
.bigvideo {
  max-width: 100%;
}
/* ==========================================================================
   Grid
   ========================================================================== */
.row {
  margin-left: -40px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 40px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 920px;
}
.span12 {
  width: 920px;
}
.span11 {
  width: 840px;
}
.span10 {
  width: 760px;
}
.span9 {
  width: 680px;
}
.span8 {
  width: 600px;
}
.span7 {
  width: 520px;
}
.span6 {
  width: 440px;
}
.span5 {
  width: 360px;
}
.span4 {
  width: 280px;
}
.span3 {
  width: 200px;
}
.span2 {
  width: 120px;
}
.span1 {
  width: 40px;
}
.offset12 {
  margin-left: 1000px;
}
.offset11 {
  margin-left: 920px;
}
.offset10 {
  margin-left: 840px;
}
.offset9 {
  margin-left: 760px;
}
.offset8 {
  margin-left: 680px;
}
.offset7 {
  margin-left: 600px;
}
.offset6 {
  margin-left: 520px;
}
.offset5 {
  margin-left: 440px;
}
.offset4 {
  margin-left: 360px;
}
.offset3 {
  margin-left: 280px;
}
.offset2 {
  margin-left: 200px;
}
.offset1 {
  margin-left: 120px;
}
/* ==========================================================================
   Generic Sections, Articles
   ========================================================================== */
section {
  margin: 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #d7ddba;
}
section > header,
section > .container > header {
  margin: 0 0 24px 0;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #d7ddba;
  text-align: center;
}
section.shade {
  background-color: #f2eddd;
}
section:last-of-type {
  border-bottom: none;
  padding: 0;
}
/* ==========================================================================
   Header
   ========================================================================== */
[role="banner"] {
  background-color: #6b9c2e;
  color: #fff;
  height: 70px;
  margin: 0;
  padding: 30px 0 25px;
  border-bottom: 5px solid #63902c;
}
[role="banner"] #logo {
  width: 220px;
  height: 70px;
  margin: 0;
  padding: 0;
  float: left;
}
[role="banner"] #mainNav {
  float: right;
}
[role="banner"] #mainNav a {
  color: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
[role="banner"] #mainNav a:hover {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
[role="banner"] #mainNav .bigItem {
  float: left;
  display: block;
  height: 70px;
  width: 180px;
  text-align: center;
  margin-left: 20px;
}
[role="banner"] #mainNav .bigItem img {
  margin: 0 auto;
  display: block;
}
[role="banner"] #mainNav .bigItem .itemTitle {
  display: block;
  line-height: 20px;
}
[role="banner"] .header_btn {
  display: block;
  float: left;
  margin: 15px 0 15px 30px;
  padding: 0 10px;
  line-height: 40px;
  border: 2px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
[role="banner"] .header_btn:hover {
  color: white;
  background: #86c33a;
}
[role="banner"] .header_btn + .header_btn {
  margin-left: 10px;
}
header.signup {
  margin-bottom: 20px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
[role="footer"] {
  margin: 48px 0 0 0;
  padding: 24px 0;
  border-top: 1px solid #d7ddba;
  background-color: #f2eddd;
}
[role="footer"] .nav h4 {
  margin-bottom: 12px;
}
[role="footer"] .nav a {
  display: block;
}
[role="footer"] .nav a.btn {
  display: inline-block;
}
[role="footer"] .copyright {
  text-align: center;
  margin-top: 40px;
  padding: 0;
}
/* ==========================================================================
   General styles
   ========================================================================== */
.info {
  font-size: 10.5px;
  color: #666666;
}
.hide {
  display: none;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #51ad24;
  text-decoration: none;
}
a:hover {
  color: #85dd5a;
}
/* ==========================================================================
   Copy
   ========================================================================== */
p {
  margin: 0 0 12px;
}
/* ==========================================================================
   Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 24px;
  margin: 12px 0 0;
  padding: 0;
  font-weight: 300;
}
h1 {
  font-family: 'Chunkfive', Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin-top: 24px;
}
h2 {
  font-size: 24px;
  margin-top: 24px;
}
h3 {
  margin: 0;
}
h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}
h6 {
  margin: 0;
  font-size: 12px;
}
/* ==========================================================================
   Article Text
   ========================================================================== */
header + p {
  font-size: 18px;
}
hgroup {
  margin: 12px 0;
  padding: 0;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup p {
  margin: 0;
}
/* ==========================================================================
   Article Text
   ========================================================================== */
blockquote {
  margin: 24px 24px;
  padding: 0;
}
/**
 * forms.less
 * Forms and input fields.
 * Derived from bootstrap.less
 * @author Devin Hunt
 */
/* ==========================================================================
   General Style
   ========================================================================== */
form {
  margin: 0 0 24px;
}
form ul {
  margin-top: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset ul {
  padding-left: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 48px;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 18px;
  color: #666666;
}
.vacancy legend {
  padding-top: 14px;
  font-size: 14px;
  line-height: 24px;
}
label,
input,
button,
select,
textarea {
  color: #222222;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
input,
button,
select,
textarea {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  font-size: 15px;
  line-height: 24px;
  display: block;
  margin-bottom: 0;
}
/* ==========================================================================
   Form controls
   ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 24px;
  padding: 4px 6px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 264px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 2px solid #c6b98d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #6b9c2e;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 34px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 34px;
  margin-bottom: 12px;
}
select {
  width: 280px;
  border: 1px solid #c6b98d;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* ==========================================================================
   Uneditable inputs
   ========================================================================== */
.uneditable-input,
.uneditable-textarea {
  color: #666666;
  background-color: #fcfcfc;
  border-color: #c6b98d;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
/* ==========================================================================
   Placeholders
   ========================================================================== */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
/* ==========================================================================
   Checkboxes and radios
   ========================================================================== */
.radio,
.checkbox {
  min-height: 24px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
/* ==========================================================================
   Disabled States
   ========================================================================== */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #aaaaaa;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
/* ==========================================================================
   Input Sizing
   ========================================================================== */
.inputLarge {
  width: 426px;
}
/* ==========================================================================
   Field feeback
   ========================================================================== */
.controlGroup.warning .control-label,
.controlGroup.warning .help-block,
.controlGroup.warning .help-inline {
  color: #c09853;
}
.controlGroup.warning .checkbox,
.controlGroup.warning .radio,
.controlGroup.warning input,
.controlGroup.warning select,
.controlGroup.warning textarea {
  color: #c09853;
}
.controlGroup.warning input,
.controlGroup.warning select,
.controlGroup.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.controlGroup.warning input:focus,
.controlGroup.warning select:focus,
.controlGroup.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #a47e3c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #a47e3c;
}
.controlGroup.warning .input-prepend .add-on,
.controlGroup.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.controlGroup.error .control-label,
.controlGroup.error .help-block,
.controlGroup.error .help-inline {
  color: #b94a48;
}
.controlGroup.error .checkbox,
.controlGroup.error .radio,
.controlGroup.error input,
.controlGroup.error select,
.controlGroup.error textarea {
  color: #b94a48;
}
.controlGroup.error input,
.controlGroup.error select,
.controlGroup.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.controlGroup.error input:focus,
.controlGroup.error select:focus,
.controlGroup.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #953b39;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #953b39;
}
.controlGroup.error .input-prepend .add-on,
.controlGroup.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.controlGroup.success .control-label,
.controlGroup.success .help-block,
.controlGroup.success .help-inline {
  color: #468847;
}
.controlGroup.success .checkbox,
.controlGroup.success .radio,
.controlGroup.success input,
.controlGroup.success select,
.controlGroup.success textarea {
  color: #468847;
}
.controlGroup.success input,
.controlGroup.success select,
.controlGroup.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.controlGroup.success input:focus,
.controlGroup.success select:focus,
.controlGroup.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #356635;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #356635;
}
.controlGroup.success .input-prepend .add-on,
.controlGroup.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.controlGroup.info .control-label,
.controlGroup.info .help-block,
.controlGroup.info .help-inline {
  color: #3a87ad;
}
.controlGroup.info .checkbox,
.controlGroup.info .radio,
.controlGroup.info input,
.controlGroup.info select,
.controlGroup.info textarea {
  color: #3a87ad;
}
.controlGroup.info input,
.controlGroup.info select,
.controlGroup.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.controlGroup.info input:focus,
.controlGroup.info select:focus,
.controlGroup.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #2d6987;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px 1px #2d6987;
}
.controlGroup.info .input-prepend .add-on,
.controlGroup.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.controlGroup .help {
  font-style: italic;
  font-size: 10.5px;
  color: #666666;
  margin: -8px 0 0 0;
}
.controlGroup .errorlist {
  position: relative;
  margin: 0 0 12px;
  padding: 12px;
  list-style: none;
  background-color: #f2dede;
  font-size: 12px;
  line-height: 1;
}
.controlGroup .errorlist:after {
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: " ";
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f2dede;
  border-width: 8px;
  pointer-events: none;
}
.controlGroup li {
  list-style-type: none;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
/* ==========================================================================
   Large radio buttons
   ========================================================================== */
.radioBtn {
  border: 2px solid #c6b98d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 16px;
  cursor: pointer;
}
.radioBtn .control {
  float: left;
  margin: 0;
  padding: 0 16px;
  height: 100px;
  line-height: 100px;
}
.radioBtn .label {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
  margin: 0;
  padding: 16px;
  border-left: 2px solid #c6b98d;
  min-height: 68px;
}
.radioBtn .label h2 {
  margin: 0 0 8px;
  padding: 0;
  line-height: 24px;
}
.radioBtn .label p {
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.radioBtn.selected {
  border-color: #6b9c2e;
}
.radioBtn.selected .control {
  background-color: #6b9c2e;
}
.radioBtn.selected .label {
  border-color: #6b9c2e;
  background-color: #fff;
}
.radioList > label {
  margin-bottom: 12px;
}
.radioList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
/* ==========================================================================
   Horizontal / Inline Forms
   ========================================================================== */
.formInline input,
.formInline textarea,
.formInline select {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.formInline .btn {
  vertical-align: top;
}
/**
 * components.less
 * @author Devin Hunt
 */
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #eeeeee;
  background: #51ad24;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: 0 3px #426715, inset 0 1px 0 rgba(255,255,255,.3), 0 3px 1px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0 3px #426715, inset 0 1px 0 rgba(255,255,255,.3), 0 3px 1px rgba(255, 255, 255, .5);
  box-shadow: 0 3px #426715, inset 0 1px 0 rgba(255,255,255,.3), 0 3px 1px rgba(255, 255, 255, .5);
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  background: #55b526;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px 1px rgba(0,0,0,.05), 0 0 1px rgba(255, 255, 255, .5);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px 1px rgba(0,0,0,.05), 0 0 1px rgba(255, 255, 255, .5);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px 1px rgba(0,0,0,.05), 0 0 1px rgba(255, 255, 255, .5);
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.transparent.btn {
  background-color: #faf5e4;
  -webkit-box-shadow: 0 3px #9a9584, inset 0 1px 0 rgba(255,255,255,.3), 0 3px 1px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0 3px #9a9584, inset 0 1px 0 rgba(255,255,255,.3), 0 3px 1px rgba(255, 255, 255, .5);
  box-shadow: 0 3px #9a9584, inset 0 1px 0 rgba(255,255,255,.3), 0 3px 1px rgba(255, 255, 255, .5);
  color: black;
  text-align: left;
}
.btnHappy {
  background: #51ad24;
}
.btnLarge {
  font-size: 22px;
  line-height: 32px;
  padding: 12px 24px;
}
.tags a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 2px 3px;
  margin-bottom: 4px;
  font-size: 11.200000000000001px;
  line-height: 19.200000000000003px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #51ad24;
  border: #66d430 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tags a:hover,
.tags a:focus {
  border: #51ad24 2px solid;
}
.tags a:active,
.tags a.active {
  background: #51ad24;
  color: white;
  border: #51ad24 2px solid;
}
.addToFavourites.star {
  font-size: 28px;
  color: yellow;
  text-shadow: 0 0 0px #555;
  max-width: 25px;
  margin-right: 4px;
  float: left;
}
.addToFavourites.btn {
  background-image: url('../images/icons/empty-star-small.png');
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding-left: 26px;
}
.addToFavourites.btn.favourited {
  background-image: url('../images/icons/full-star-small.png');
}
/* ==========================================================================
   Hero Units
   ========================================================================== */
.hero {
  margin: 0;
  padding: 48px 0;
  background-color: #2b3b2d;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero h1,
.hero h2 {
  text-shadow: 1px 0px 10px #000000;
  margin: 12px 0;
  font-family: 'Chunkfive', Helvetica, Arial, sans-serif;
}
.hero p {
  font-size: 22px;
}
.hero p a {
  color: yellow;
  text-decoration: underline;
}
.super-hero h1 {
  font-size: 60px;
  line-height: 64px;
}
.super-hero h2 {
  font-size: 36px;
  line-height: 64px;
}
/* ==========================================================================
   Callouts
   ========================================================================== */
.callout {
  padding: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #54a0c6;
  color: white;
}
.callout.error {
  background: #953b39;
}
.profileCard .callout {
  margin-right: 12px;
  padding: 8px;
  line-height: 18px;
  margin-bottom: 0;
}
.stackoverflow_offer {
  margin-bottom: 48px;
}
.stackoverflow_offer img {
  max-width: 440px;
}
.stackoverflow_offer p {
  margin-top: -20px;
}
/* ==========================================================================
   Framed Images
   ========================================================================== */
.badge {
  display: block;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  text-align: center;
  line-height: 90px;
  margin-bottom: 24px;
}
.badge img {
  display: inline-block;
  max-width: 75px;
  vertical-align: middle;
}
.framed {
  background-color: white;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* ==========================================================================
   Data display for a SMR profile
   ========================================================================== */
#startupProfiles .profileCard {
  padding: 24px;
}
#startupProfiles .profileCard h1 {
  margin-top: 0;
}
.profileCard {
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #aaa;
  margin-bottom: 2em;
  position: relative;
}
.profileCard h2 {
  font-weight: bold;
  font-size: 16.8px;
}
.profileCard ul {
  padding-left: 1em;
}
.profileCard blockquote:before,
.profileCard blockquote:after {
  vertical-align: -0.4em;
  font-size: 42px;
  color: #666666;
}
.profileCard blockquote:before {
  line-height: 0;
  margin-left: -0.5em;
  margin-right: 0.2em;
  content: open-quote;
}
.profileCard blockquote:after {
  padding-top: 0.2em;
  content: close-quote;
  float: right;
}
.profileCard blockquote {
  display: inline-block;
  font-style: italic;
  padding-right: 0.3em;
  margin-left: 1em;
  line-height: 18px;
}
.profileCard .company_stage {
  font-size: 10.5px;
  line-height: 21px;
  font-style: italic;
}
.profileCard .vacancies {
  margin-top: 3em;
}
.profileCard .vacancies p,
.profileCard .vacancies ul {
  margin: 0;
}
.profileCard .office_map {
  height: 180px;
  width: 180px;
}
.profileCard .loading {
  background: url('../images/icons/ajax-spinner.gif') no-repeat center center;
}
.profileCard .info {
  font-size: 10.5px;
  color: #666666;
}
.profileCard .no_info {
  font-size: 14px;
  margin-top: 24px;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #ddd;
  color: #555;
  border-radius: 3px;
}
.profileCard .pagination {
  padding-top: 25%;
  top: 0;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  font-size: 60px;
}
.profileCard .pagination a,
.profileCard .pagination a:visited,
.profileCard .pagination a:active,
.profileCard .pagination a:hover {
  color: #aaa;
}
.profileCard .pagination.right {
  right: 0;
}
.profileCard a.close,
.profileCard a.close:visited,
.profileCard a.close:active,
.profileCard a.close:hover {
  color: #aaa;
}
.profileCard .close {
  font-size: 30px;
  position: absolute;
  top: 0.5em;
}
.profileCard .sidebar {
  font-size: 12.6px;
  color: #666666;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  height: 100%;
  line-height: 14.399999999999999px;
}
.profileCard .sidebar ul {
  padding-left: 0;
  padding-right: 1em;
}
.profileCard .sidebar ul li {
  list-style-type: none;
}
.profileCard .sidebar .selfie {
  background: url('../images/icons/video-camera-grey.png') no-repeat 3px 3px;
  border: 1px dotted #ccc;
  margin-top: 1em;
  padding: 3px 3px 3px 28px;
}
.profileCard .main_callout {
  background-color: #FFFEBB;
  box-shadow: 0px 0px 10px #FFFEBB;
  border-radius: 3px;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  padding: 3px;
  font-weight: bold;
  color: #666666;
}
.profileCard .main_callout a,
.profileCard .main_callout a:visited,
.profileCard .main_callout a:hover,
.profileCard .main_callout a:active {
  color: #222222;
  text-decoration: underline;
}
/* ==========================================================================
   Data display for a favourite startup
   ========================================================================== */
.favourite.odd {
  background-color: #fff;
}
.favourite.even {
  background-color: #eee;
}
.favourite {
  padding: 12px;
}
.favourite h1 {
  margin-top: 0;
  font-size: 150%;
  margin-bottom: 3px;
}
.favourite h2 {
  font-size: 130%;
  font-weight: bold;
}
.favourite blockquote {
  margin: 0 12px;
  font-style: italic;
}
.favourite li {
  display: inline-block;
  width: 33%;
}
.favourite li:before {
  content: '\2022';
  margin-right: 0.5em;
}
/**
 * index.less
 * Super specific styles for the index page
 * @author Devin Hunt
 */
/* ==========================================================================
   Front page hero and stuff
   ========================================================================== */
#index .hero {
  background-image: url('../images/bg/index-event.jpg');
}
#morrisCta {
  text-align: center;
}
#morrisCta #morrisPopout {
  -webkit-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  margin-bottom: -80px;
}
#morrisCta .btn {
  position: relative;
  z-index: 10;
}
#morrisCta .ctaStartup {
  display: inline-block;
  margin-top: 8px;
  color: #eee;
}
#morrisCta .ctaStartup:hover {
  color: #85dd5a;
}
/* ==========================================================================
   Quote Bubbles - we love 'em
   ========================================================================== */
.bubble {
  position: relative;
  margin: 0 0 72px;
  padding: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: white;
}
.bubble .bubbleAuthor {
  display: block;
  text-align: right;
}
.bubble .character {
  position: absolute;
}
.bubble .character.glasses {
  left: -20px;
  bottom: -70px;
}
.bubble .character.bow {
  left: 20px;
  bottom: -65px;
}
.bubble .character.mustache {
  left: 20px;
  bottom: -70px;
}
/* ==========================================================================
   Company Logos
   ========================================================================== */
.circularFrame {
  background: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.pressLogo {
  display: block;
  text-align: center;
}
/**
 * startups.less
 * Super specific styles for the startups page
 * @author Devin Hunt
 */
#startupsSidebar {
  position: relative;
}
#filters {
  position: absolute;
  top: 0;
  left: 0;
}
/**
 * may2013.less
 * Super specific styles for the may 2013 event and splash page
 * @author Devin Hunt
 */
.eventPage h1 i {
  margin-right: 8px;
}
.eventPage .hero {
  background-image: url('../images/bg/may2013_hero.jpg');
  text-align: center;
}
.eventPage .day {
  background-color: #6b9c2e;
  color: white;
}
.eventPage .day .title,
.eventPage .day .body {
  padding: 12px;
}
.eventPage .day .title {
  border-bottom: 1px solid #faf5e4;
}
.eventPage .day .title img {
  float: left;
  margin-right: 12px;
}
.eventPage .day h2,
.eventPage .day h3,
.eventPage .day p {
  margin: 0;
}
.eventPage .day h2 {
  font-family: 'Chunkfive', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.eventPage .day h3 {
  line-height: 1;
}
#mapSection {
  position: relative;
}
#mapSection #mapContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
#mapSection #mapInfo #mapAddress {
  margin-top: 24px;
}
#mapSection #mapInfo h1 {
  text-align: center;
  border-bottom: 1px solid #d7ddba;
  padding-bottom: 24px;
}
/* ==========================================================================
   Startups List
   ========================================================================== */
.startupDetail {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d7ddba;
}
.startupDetail .logo {
  text-align: center;
}
.startupDetail h4 {
  letter-spacing: 1px;
  margin: 0;
}
.startupDetail:last-child {
  border-bottom: 0;
}
/* ==========================================================================
   Big pitching table
   ========================================================================== */
#pitch_table {
  margin: 24px 0;
  padding: 0;
}
#pitch_table .info {
  width: 280px;
}
#pitch_table .tier,
#pitch_table .notAttending {
  width: 160px;
}
#pitch_table .tier {
  background: white;
}
#pitch_table .day {
  line-height: 72px;
}
#pitch_table td {
  border-bottom: 2px solid #faf5e4;
  border-top: 2px solid #faf5e4;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}
#pitch_table td label {
  font-size: 16px;
}
#pitch_table th {
  font-weight: normal;
}
#pitch_table th.name {
  text-align: right;
  padding-right: 20px;
}
/**
 * nov2013.less
 * Super specific styles for the nov 2013 event and splash page
 * @author Devin Hunt
 */
#nov2013 .hero {
  background-image: url('../images/bg/nov2013_hero.jpg');
}
#nov2013 h4 {
  font-weight: bold;
}
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .row {
    margin-left: -18px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 18px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 762px;
  }
  .span12 {
    width: 762px;
  }
  .span11 {
    width: 697px;
  }
  .span10 {
    width: 632px;
  }
  .span9 {
    width: 567px;
  }
  .span8 {
    width: 502px;
  }
  .span7 {
    width: 437px;
  }
  .span6 {
    width: 372px;
  }
  .span5 {
    width: 307px;
  }
  .span4 {
    width: 242px;
  }
  .span3 {
    width: 177px;
  }
  .span2 {
    width: 112px;
  }
  .span1 {
    width: 47px;
  }
  .offset12 {
    margin-left: 798px;
  }
  .offset11 {
    margin-left: 733px;
  }
  .offset10 {
    margin-left: 668px;
  }
  .offset9 {
    margin-left: 603px;
  }
  .offset8 {
    margin-left: 538px;
  }
  .offset7 {
    margin-left: 473px;
  }
  .offset6 {
    margin-left: 408px;
  }
  .offset5 {
    margin-left: 343px;
  }
  .offset4 {
    margin-left: 278px;
  }
  .offset3 {
    margin-left: 213px;
  }
  .offset2 {
    margin-left: 148px;
  }
  .offset1 {
    margin-left: 83px;
  }
  [role="banner"] #logo,
  #logo img {
    width: 170px;
    height: inherit;
  }
  [role="banner"] #mainNav .bigItem {
    width: 160px;
  }
  input,
  textarea,
  .uneditable-input {
    width: 210px;
  }
  select {
    width: 226px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    width: inherit;
  }
  .row {
    margin-left: 0;
  }
  [class*="span"] {
    float: none;
    min-height: 1px;
    margin-left: 10px;
    max-width: 480px;
    width: inherit;
  }
  [role="banner"] {
    height: inherit;
  }
  [role="banner"] #logo {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [role="banner"] #mainNav {
    float: none;
    margin-top: 1em;
  }
  [role="banner"] #mainNav img,
  [role="banner"] #mainNav .bigItem img {
    display: none;
  }
  [role="banner"] #mainNav .bigItem,
  [role="banner"] #mainNav .header_btn {
    text-align: center;
    width: 50%;
    height: inherit;
    line-height: 40px;
    padding: 0 10px;
    margin-left: 0;
    border: 1px solid white;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
  }
  [role="banner"] #mainNav .bigItem .itemTitle {
    line-height: 40px;
  }
  footer .span3 {
    float: left;
  }
  .profileCard img {
    width: 120px;
    float: left;
  }
  .profileCard .span4,
  .profileCard .span8 {
    width: inherit;
  }
  .profileCard .span8 {
    clear: both;
  }
  section,
  section:last-of-type {
    padding: 1em;
  }
  .favourite li {
    display: block;
    width: inherit;
  }
  #startupProfiles .profileCard .sidebar {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  #startupProfiles .profileCard .sidebar ul {
    margin-left: 130px;
  }
  #startupProfiles .profileCard .office_map_container {
    display: none;
  }
  #startupProfiles .profileCard .pagination {
    display: none;
  }
  #startupProfiles .profileCard .main {
    margin-top: 1em;
  }
  .badgeGrid .startup {
    float: left;
  }
  #filters {
    display: none;
  }
}
